#header .stuck {
  display: none;
}
body,
html {
  box-sizing: border-box;
}

*,
:after,
:before {
  box-sizing: inherit;
}

html {
  height: 100%;
  width: 100%;
}

body {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  background: url(/wp-content/uploads/2024/12/bg.jpg) top center no-repeat fixed;
  background-size: cover;
  background-color: #120602;
  color: #fff;
  font-size: 14px;
  z-index: -1;
}

article {
  position: relative;
}

#form .container,
#main .container,
header .container {
  max-width: 640px;
}

p {
  line-height: 1.7;
}

a,
.absolute-footer a {
  color: #f6dd8a;
}

a:hover {
  color: #f6dd8a;
}

.text-primary {
  color: #fed136 !important;
}

h1,
h2,
h3 {
  font-weight: 500 !important;
  font-size: 22px;
  width: 100%;
  font-size: 150% !important;
}
.col-inner ol li,
.col-inner ul li,
.entry-content ol li,
.entry-content ul li,
.entry-summary ol li,
.entry-summary ul li {
  margin-left: 10px !important;
}

header {
  padding-top: 0.5rem;
  padding-bottom: 0 !important;
  margin-bottom: 0;
}

.logo {
  max-width: 31%;
  margin: 0 auto;
}

.logo > img,
.slogan > img {
  width: 100%;
  height: auto;
}

.slogan {
  color: #ffe49e;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  margin-bottom: 1rem;
  opacity: 0.7;
}
.quote {
  color: #ffe49e;
  font-size: 14px;
}

.social-list {
  position: fixed;
  left: calc(50% + (600px / 2) + 5rem);
  top: 14.5rem;
  z-index: 9;
  width: 250px;
}
.social-list .flickity-slider .img {
  border: 2px solid #fff;
  border-radius: 10px;
}
/* .carousel-inner {
  border: 1.5px solid #fff;
  border-radius: 10px;
} */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.flickity-page-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.flickity-page-dots li {
  width: 6px;
  height: 6px;
  background: #563700;
  padding: 0;
  border: none;
  border-radius: 100%;
}
.flickity-page-dots .dot.is-selected {
  background: #ffba41;
}
.left-fix {
  position: fixed;
  left: 105px;
  top: 13rem;
  z-index: 9;
}
.text-under a {
  text-decoration: underline;
  color: #fff;
}
.left-fix .large-4,
.right-fix .large-4 {
  flex-basis: 260px;
  max-width: 260px;
}
.content a {
  color: #fff;
  background: linear-gradient(
    to bottom,
    #feffaa 0,
    #faffdb 29%,
    #f0ecb5 80%,
    #f6dd8a 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#footer {
  z-index: 10;
}
.ftlbl {
  text-transform: uppercase;
  color: #ffe9a4;
  font-size: 16px;
  padding-bottom: 0.8rem;
  margin-bottom: 0;
}

.btn-hotro {
  background: #fff4ce;
  color: #1e0f08;
  padding: 10px 40px;
  font-size: 16px;
  margin: 0 auto;
}
