@charset "UTF-8";

/** START HEADER CSS **/

/* h1 {
  font-family: handel-gothic, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 80px;
  line-height: 90px;
} */

h1::after {
  display: none;
}

h3,
.h3 {
  font-family: open-sans, sans-serif;
  font-size: 21px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  text-wrap: pretty;
}

/** END HEADER CSS **/

/** START MAIN CSS **/

.cta-button-outline>a {
  font-weight: 300;
  padding: 10px 20px;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.cta-button-outline>a:visited {
  color: #000;
  background-color: transparent;
}

.cta-button-outline>a:hover {
  color: #fff;
  background-color: #000;
}

/** END MAIN CSS **/

/** START LANDING PAGE CSS **/

/* .lp-img-wrapper {
  width: 100%;
  height: 45vh;
  max-height: 600px;
  min-height: 600px;
} */

#landing-page-main .cta-button-outline>a {
  font-weight: 300;
  padding: 10px 20px;
  color: #fff;
  background-color: #A36B0D;
  border: 1px solid #A36B0D;
  border-radius: 50px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#landing-page-main .cta-button-outline>a:visited {
  color: #fff;
  background-color: transparent;
}

#landing-page-main .cta-button-outline>a:hover {
  color: #A36B0D;
  background-color: transparent;
}

/** END LANDING PAGE CSS **/

/** START LANDING PAGE NEW CSS **/

.noka-semibold {
  font-family: noka, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.lp-top {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1.5px;
}

.lp-bottom-01 {
  font-size: 48px;
  line-height: 40px;
  letter-spacing: 1px;
}

.lp-bottom-02 {
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 1.5px;
}

.z-0 {
  z-index: 0;
}

.z-5 {
  z-index: 5;
}

.z-50 {
  z-index: 50;
}

.figure-swiper {
  aspect-ratio: unset;
  width: 100%;
  height: calc(100vh - 164.915px);
}

.overlay::before {
  top: 0;
  left: 0;
  content: '';
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.0) 50%,
      rgba(0, 0, 0, 0.5) 100%);
  mix-blend-mode: multiply;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-centered {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
}

.bottom-centered {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
}

.bottom-left {
  position: absolute;
  bottom: 5%;
  left: 3%;
}

.bottom-right {
  position: absolute;
  bottom: 5%;
  right: 3%;
}

.swiper {
  width: 100%;
  height: calc(100vh - 164.915px);
}

.swiper-slide {
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

/** END LANDING PAGE NEW CSS **/



.overlay-position-center {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100 !important;
  background-color: rgba(0, 0, 0, 80%);
}

.cta-center {
  position: absolute;
  bottom: 50%;
  transform: translate(0%, 50%);
}

#landing-page-main .cta-overlay-wrapper {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 100%), rgba(0, 0, 0, 50%)) !important;
}

#landing-page-main .cta-overlay-wrapper {
  display: block;
  width: 100%;
}

.cta-opacity {
  opacity: 65%;
}

.no-header .Container-H01 h1 {
  display: none !important;
}


#landing-page-main .cta-overlay-wrapper>a {
  color: #fff;
  padding: 1rem 1.5rem;
  background-color: #C3952F;
}



.cta-overlay-wrapper a:visited {
  color: #fff;
  padding: 1rem 1.5rem;
  background-color: #C3952F;
}

.cta-overlay-wrapper a:hover {
  filter: brightness(90%);
  transition: 0.3s;
}

.cta-overlay-wrapper a:focus {
  text-decoration: none !important;
}

@media (min-width: 0px) and (max-width: 991px) {
  html {
    font-size: 16px;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h3 {
    font-size: 1.20rem;
    letter-spacing: 0.01px;
  }

  h4 {
    font-size: 1.15rem;
    line-height: 1.5rem;
  }

  h5 {
    font-size: 1.10rem;
    line-height: 1.5rem;
  }

  h6 {
    font-size: 1.05rem;
    line-height: 1.5rem;
  }

  p {
    font-size: 1rem;
    line-height: 1.5rem;
    text-wrap: pretty;
  }

  #landing-page-main .lp-img-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .page-subtitle {
    font-family: open-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .2rem;
  }

  .page-title {
    font-family: handel-gothic, sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 36px;
    line-height: 42px;
    text-decoration: none;
  }

  #homepage .cta-divider {
    margin-top: 1rem;
    padding: 1rem 0rem;
    border-top: 2px solid #C3952F;
  }

  .overlay-position-left {
    display: block;
    position: relative;
    top: unset;
    left: unset;
    padding: 20px !important;
    max-width: 100% !important;
    transform: none;
    background-color: #000;
  }

  #landing-page-main .cta-overlay-wrapper h4 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
  }

  .lp-top {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
  }

  .lp-bottom-01 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
  }

  .lp-bottom-02 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
  }
}


@media (min-width: 992px) {
  #homepage .cta-divider {
    margin-top: 1rem;
    padding: 3rem 0rem;
    border-top: 2px solid #C3952F;
  }

  .page-subtitle {
    font-family: open-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .2rem;
  }

  .page-title {
    font-family: handel-gothic, sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 80px;
    line-height: 90px;
    text-decoration: none;
  }

  .overlay-position-left {
    position: absolute;
    top: 50%;
    left: 4rem;
    max-width: 500px;
    transform: translate(0, -50%);
    z-index: 100 !important;
    background-color: rgba(0, 0, 0, 75%);
  }

  #landing-page-main .cta-overlay-wrapper h4 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.5rem;
  }

  #landing-page-main .lp-img-wrapper {
    width: 100%;
    height: 45vh;
    max-height: 600px;
    min-height: 600px;
  }

  #landing-page-main .cta-overlay-wrapper p {
    font-size: 2rem !important;
    font-weight: 500 !important;
    line-height: 2.5rem !important;
  }
}

figcaption {
  display: none !important;
}

/* START MOBIUS 6 CSS */
.app-mobius6-wrapper {
  padding: 30px;
  box-shadow: 0px 0px 16px RGBA(0, 0, 0, .5);
}

.app-mobius6-wrapper h4 {
  color: #000;
}

.app-mobius6-wrapper input {
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: 3rem;
}

.app-mobius6-wrapper input.form-control {
  height: 42px;
}

/* .app-mobius6-wrapper textarea.form-control {

} */

.app-mobius6-wrapper textarea {
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: 3rem;
}

.app-mobius6-wrapper button {
  padding: 8px 40px;
}

/* END MOBIUS 6 CSS */
