/* ***** Global ***** */
:root {
  /* Colors */
  --lqd-color-primary: #184341;
  --lqd-color-secondary: #54595f;
  --lqd-color-link: #5b7bfb;
  --lqd-color-link-hover: #181b31;
  --lqd-color-gradient-start: #007fff;
  --lqd-color-gradient-stop: #ff4d54;

  /* Container width and row spacing */
  --lqd-container-width: 1170px;
  --lqd-row-gutter-x: 30px;
  --lqd-row-gutter-y: 0;

  /* Sticky header */
  --lqd-sticky-header-height: 0px;
  --lqd-sticky-header-sentinel-top: 100%;
  --lqd-sticky-header-placeholder-height: 80px;

  /* Snikers bar */
  --lqd-snickersbar-animation-time: 1.2s;
  --lqd-snickersbar-stay-time: 4s;

  /* Custom cursor */
  --lqd-cc-bc: var(--lqd-color-primary);
  --lqd-cc-bg: var(--lqd-color-primary);
  --lqd-cc-size-outer: 35px;
  --lqd-cc-size-inner: 7px;
  --lqd-cc-bw: 1px;
  --lqd-cc-br: calc(var(--lqd-cc-size-outer) / 2);
  --lqd-cc-active-bc: var(--lqd-color-primary);
  --lqd-cc-active-bg: var(--lqd-color-primary);
  --lqd-cc-active-bw: 1px;
  --lqd-cc-active-circle-color: #fff;
  --lqd-cc-active-circle-txt: #000;
  --lqd-cc-active-arrow-color: #fff;

  /* Misc */
  --lqd-z-index: 20;
  --lqd-top-scroll-ind-height: 0;

  --lqd-container-width: 1200px;
  --lqd-row-gutter-x: 20px;
  --lqd-row-gutter-y: 20px;

  --lqd-color-primary: #005f3f;
  --lqd-body-text-color: rgba(229, 227, 219, 0.71);
  --lqd-color-yellow-100: #edeae1;
  --lqd-color-yellow-200: rgba(245, 240, 226, 0.72);
  --lqd-color-slate-300: #6a7a90;

  --lqd-heading-font-family: var(--lqd-body-font-family);
  --lqd-heading-line-height: 1.2em;
  --lqd-heading-font-weight: 600;
  --lqd-heading-color: #fff;
  --lqd-h1-font-size: 52px;
  --lqd-h2-font-size: 100px;
  --lqd-h2-line-height: 0.9em;
  --lqd-h2-text-transform: uppercase;
  --lqd-h3-font-size: 45px;
  --lqd-h4-font-size: 25px;
  --lqd-h5-font-size: 21px;
  --lqd-h6-font-size: 18px;

  --lqd-cc-size-inner: 32px;
  --lqd-cc-bg: rgb(255, 255, 255);
  --lqd-cc-active-bg: var(--lqd-cc-bg);
  --lqd-cc-active-bw: 1px;
  --lqd-cc-blend-mode: exclusion;
}

@media (max-width: 767px) {
  :root {
    --lqd-h2-font-size: 16vw;
  }
}

.btn-xs {
  --btn-pt: 2px;
  --btn-pe: 8px;
  --btn-pb: 2px;
  --btn-ps: 8px;
}

.btn-md {
  --btn-pt: 12px;
  --btn-pe: 20px;
  --btn-pb: 12px;
  --btn-ps: 20px;
}

.bg-before:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  mix-blend-mode: initial;
  background-color: transparent;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

@media screen and (min-width: 1200px) {
  .lqd-sticky-footer-shadow-1 #lqd-site-content {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  }
}

/* ***** Main Header ***** */
.main-header .btn.border-white-10:hover {
  border-color: #fff;
}

.lqd-modal .container {
  max-width: 530px;
}

/* ***** Banner ***** */
.banner .module-video {
  mix-blend-mode: luminosity;
}

.banner .module-video:before {
  background-image: url("../../images/demo/dark-ai/banner/hero-overlay.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ***** Parallax GB ***** */
.parallax-bg:before {
  background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 58%);
}

@media (max-width: 767px) {
  .parallax-bg {
    min-height: 200px;
  }
}

/* ***** Features ***** */

/* ***** How It Work ***** */
@media (max-width: 767px) {
  .how-it-works .module-top {
    margin-bottom: 80px;
  }

  .how-it-works .lqd-text-reveal-el {
    font-size: 24px;
    line-height: 1.3em;
  }
}

/* ***** Carousel Button ***** */
.carousel-button .btn {
  box-shadow: 0 3px 6px 0 rgba(205, 5, 5, 0.09) inset;
}

@media (max-width: 1199px) {
  .carousel-button .carousel-items {
    margin-inline-start: -20px;
    margin-inline-end: -20px;
  }

  .carousel-button .carousel-item {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}

/* ***** Float Text ***** */
.float-text {
  filter: saturate(0%);
}

.float-text .container {
  max-width: 970px;
}

@media (max-width: 1199px) {
  .float-text {
    padding: 240px 0;
  }
}

@media (max-width: 767px) {
  .float-text {
    padding: 120px 20px;
  }

  .float-text .lqd-text-reveal-el {
    font-size: 32px;
  }
}

/* ***** Testimonial ***** */
.testimonial {
  background-position: 50% 15%;
}

.testimonial .carousel-dots {
  top: -200px;
  right: -140px;
  bottom: -25px;
  left: auto;
}

.testimonial .lqd-carousel-slides-numbers {
  color: #ffffff;
}

.testimonial .lqd-carousel-slides {
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .testimonial {
    background-position: top center;
  }

  .testimonial .carousel-dots-mobile {
    display: block;
  }

  .testimonial .carousel-dots-mobile .flickity-page-dots .dot.is-selected {
    background-color: #ffffff;
  }

  .testimonial .carousel-dots-mobile .flickity-page-dots .dot {
    background-color: rgba(255, 255, 255, 0.45);
  }
}

@media (max-width: 767px) {
  .testimonial .module-svg .carousel-items {
    margin-inline-start: -120px;
    margin-inline-end: -120px;
  }
}

/* ***** Faq ***** */
@media (max-width: 1199px) {
  .faq {
    padding-right: 40px;
    padding-left: 40px;
  }
}

/* ***** Newsletter ***** */
@media (min-width: 992px) {
  .newsletter {
    background-attachment: fixed;
  }
}

@media (max-width: 767px) {
  .newsletter {
    padding: 60px 10px;
  }
}

@media (min-width: 768px) {
  .newsletter-btn-left .btn {
    --btn-ps: 40px;
  }

  .newsletter-btn-right .btn {
    --btn-pe: 40px;
  }
}

/* ***** Footer ***** */
@media (max-width: 1199px) {
  .main-footer .module-logo {
    margin-bottom: 30px;
  }

  .main-footer .module-social {
    margin-top: 20px;
  }
}
