@font-face {
    font-family: 'Outfit';
    src: url('font/outfit-extrabold.woff2') format('woff2'),
        url('font/outfit-extrabold.woff') format('woff'),
        url('../fonts/Outfit-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body {
  background-color: var(--color-dark);
}

.wrapper {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-title {
  font-family: "Outfit", var(--font-secondary);
  font-weight: 800;
}
/* Subtle moving blur shapes for sticky cards */
.banner-layout9 .sticky-card {
  position: sticky;
  overflow: hidden;
  isolation: isolate;
}

.banner-layout9 .sticky-card::before,
.banner-layout9 .sticky-card::after {
  content: "";
  position: absolute;
  width: 1650px;
  height: 390px;
  border-radius: var(--blob-1-radius, 40% 60% 55% 45% / 45% 40% 60% 55%);
  filter: blur(60px);
  opacity: 0.35;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  background: radial-gradient(circle at 30% 30%, rgba(110, 255, 140, 0.55), rgba(110, 255, 140, 0));
  animation: stickyGlowFloat 12s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.banner-layout9 .sticky-card::before {
  bottom: -100px;
  left: 50%;
  margin-left: -825px;
  transform: translateY(0);
  animation-delay: -2s;
}

.banner-layout9 .sticky-card::after {
  width: 200px;
  height: 1050px;
  border-radius: var(--blob-2-radius, 55% 45% 60% 40% / 50% 60% 40% 50%);
  bottom: -525px;
  left: 50%;
  margin-left: -100px;
  filter: blur(45px);
  transform: rotate(var(--blob-2-rotate, 0deg));
  background: radial-gradient(circle at 50% 50%, #8EE000, rgba(142, 224, 0, 0));
  animation-name: stickyGlowDrift;
  animation-duration: 16s;
}

.banner-layout9 .sticky-card > * {
  position: relative;
  z-index: 1;
}

@keyframes stickyGlowFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  35% {
    transform: translate3d(80px, -20px, 0) scale(1.08);
  }
  70% {
    transform: translate3d(-50px, 40px, 0) scale(0.98);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes stickyGlowDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1.02) rotate(0deg);
  }
  40% {
    transform: translate3d(-70px, -30px, 0) scale(1.06) rotate(6deg);
  }
  75% {
    transform: translate3d(40px, 30px, 0) scale(0.99) rotate(-4deg);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1.02) rotate(0deg);
  }
}

.fancybox-wrapper {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
}
.banner-layout8{
  background: url(../images/grad.png) 100% 100% no-repeat;
  background-color: #030817;
  transition: background-color 0.7s ease;
}

.banner-layout8.is-revealed {
  background-color: #fff;
}

.banner-layout8:not(.is-revealed) .heading-title,
.banner-layout8:not(.is-revealed) .heading-desc,
.banner-layout8:not(.is-revealed) .list-items li,
.banner-layout8:not(.is-revealed) .cta-title,
.banner-layout8:not(.is-revealed) .color-secondary,
.banner-layout8:not(.is-revealed) .btn.btn-secondary.btn-link {
  color: #eef3ff !important;
}

.banner-layout8:not(.is-revealed) strong {
  color: #ffffff;
}

.banner-layout7 {
  position: relative;
  background-color: #0f0f0f;
  z-index: 0;
  isolation: isolate;
}

.banner-layout7 .banner-glow-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.banner-layout7 .banner-glow-layer {
  position: absolute;
  inset: 0;
  filter: blur(60px);
  will-change: filter, transform;
}

.banner-layout7 .banner-glow-layer::before,
.banner-layout7 .banner-glow-layer::after,
.banner-layout7 .banner-glow-layer .banner-glow-mid {
  background-color: rgba(142, 224, 0, 0.6);
  -webkit-mask-image: url("../images/ran-shape.svg");
  mask-image: url("../images/ran-shape.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
}

.banner-layout7 .banner-glow-layer::before {
  content: "";
  position: absolute;
  width: 820px;
  height: 820px;
  left: 3%;
  top: -5%;
  border-radius: 30% 70% 45% 55% / 60% 30% 70% 40%;
  filter: blur(40px);
  opacity: 0.5;
  mix-blend-mode: screen;
  animation: banner7BlobFloat 20s ease-in-out infinite alternate;
}

.banner-layout7 .banner-glow-layer::after {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  left: 70%;
  bottom:0;
  left: auto;
  top: auto;
  transform: translateY(35%);
  border-radius: 65% 35% 30% 70% / 45% 65% 35% 55%;
  filter: blur(40px);
  opacity: 0.6;
  mix-blend-mode: screen;
  animation: banner7BlobDrift 26s ease-in-out infinite alternate-reverse;
}

.banner-layout7 .banner-glow-layer .banner-glow-mid {
  position: absolute;
  width: 600px;
  height: 1000px;
  left: 42%;
  top: 48%;
  transform: translate(-50%, -50%);
  border-radius: 40% 60% 25% 75% / 55% 35% 65% 45%;
  filter: blur(30px);
  opacity: 0.38;
  mix-blend-mode: screen;
  animation: banner7BlobSpin 17s ease-in-out infinite alternate;
}

.banner-layout7 > * {
  position: relative;
  z-index: 1;
}

.hero-video .hero-bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-video .hero-bg-image img,
.hero-video .hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-video .hero-bg-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-color: #0f0f0f;
}

.hero-video .hero-bg-image img {
  position: relative;
  z-index: 0;
}

.hero-video {
  --section-padding: 150px 0 100px;
  min-height: 700px;
  align-items: flex-end;
}

.hero-video .hero-title {
  margin: 0 0 30px !important;
}

.hero-video .hero-title span {
  color: var(--color-primary);
}

.hero-video .lead {
  font-size: 24px;
  color: var(--color-white);
  margin-bottom: 40px;
}

.hero-video .hero-metrics-col {
  display: flex;
  align-items: flex-start;
}

.hero-video .hero-metrics {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 40px;
  row-gap: 20px;
  align-content: start;
  align-items: start;
  width: fit-content;
  max-width: 100%;
  padding-left: 40px;
  margin-left: auto;
  margin-bottom: 0;
}

.hero-video .hero-metrics::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background-color: rgba(216, 245, 178, 0.95);
}

.hero-video .hero-metric {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  align-self: start;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hero-video .hero-metric__value {
  margin: 0;
  font-family: "Outfit", var(--font-secondary);
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  color: var(--color-white);
}

.hero-video .hero-metric__label {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #d8f5b2;
}

@media (max-width: 1199px) {
  .hero-video .hero-metrics {
    column-gap: 40px;
  }

  .hero-video .hero-metric__value {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .hero-video .lead {
    font-size: 20px;
    line-height: 1.45;
  }

  .hero-video.bg-overlay:after {
    background-image: none;
    background-color: rgba(3, 8, 23, 0.80);
  }

  .hero-video .hero-metrics {
    column-gap: 28px;
    padding-left: 20px;
  }

  .hero-video .hero-metric__value {
    font-size: 36px;
  }

  .hero-video .hero-metric__label {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .hero-video .lead {
    font-size: 18px;
    line-height: 1.5;
  }

  .hero-video .hero-metrics {
    grid-template-columns: repeat(2, max-content);
    column-gap: 18px;
    row-gap: 14px;
    padding-left: 16px;
  }

  .hero-video .hero-metric__value {
    font-size: 30px;
  }

  .hero-video .hero-metric__label {
    font-size: 16px;
  }
}

.hero-video.bg-overlay:before {
  display: none;
  content: none;
}

.hero-video.bg-overlay:after {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
  background-image: linear-gradient(
    to bottom,
    rgba(3, 8, 23, 0) 0%,
    rgba(3, 8, 23, 0) 40%,
    rgba(3, 8, 23, 0.28) 68%,
    rgba(3, 8, 23, 0.58) 74%,
    rgba(3, 8, 23, 0.82) 78%,
    rgba(3, 8, 23, 1) 90%,
    rgba(3, 8, 23, 1) 100%
  );
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: rgba(240, 242, 244, 0.05);
  z-index: 9999;
  pointer-events: none;
}

.scroll-progress__bar {
  height: 100%;
  width: 0%;
  background: #8EE000;
  transition: width 120ms linear;
  border-radius: 0 999px 999px 0;
}

.header-transparent .navbar .nav-item .nav-item-link.active {
  color: #8EE000;
}

.header-transparent .navbar .nav-item .nav-item-link.active:before {
  width: 100%;
  background-color: #8EE000;
}

.is-sticky {
  --navbar-bg: rgba(255, 255, 255, 0.90) !important;
  --navbar-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  background-color: rgba(255, 255, 255, 0.90) !important;
  backdrop-filter: blur(8px) saturate(160%);
  -webkit-backdrop-filter: blur(8px) saturate(160%);
}

@keyframes banner7GlowFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  35% {
    transform: translate3d(70px, -20px, 0) scale(1.08);
  }
  70% {
    transform: translate3d(-50px, 40px, 0) scale(0.98);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes banner7BlobFloat {
  0% {
    transform: translate3d(0, 0, 0) rotate(2deg) scale(1);
  }
  45% {
    transform: translate3d(60px, -40px, 0) rotate(-5deg) scale(1.06);
  }
  100% {
    transform: translate3d(-30px, 20px, 0) rotate(7deg) scale(0.97);
  }
}

@keyframes banner7BlobDrift {
  0% {
    transform: translate3d(0, 35%, 0) rotate(-3deg) scale(1);
  }
  50% {
    transform: translate3d(-40px, 22%, 0) rotate(5deg) scale(1.04);
  }
  100% {
    transform: translate3d(20px, 38%, 0) rotate(-7deg) scale(0.98);
  }
}

@keyframes banner7BlobSpin {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  }
  40% {
    transform: translate3d(-48%, -52%, 0) rotate(-9deg) scale(1.03);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(6deg) scale(0.98);
  }
}

/* Fixed footer reveal + controlled footer spacing */
.footer {
  padding-top: 80px;
}

.footer .footer-secondary {
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .footer {
    padding-top: 56px;
  }

  .footer .footer-secondary {
    padding-bottom: 48px;
  }
}

@media (max-width: 575px) {
  .footer {
    padding-top: 40px;
  }

  .footer .footer-secondary {
    padding-bottom: 28px;
  }
}

body.footer-back-reveal-enabled .wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: var(--footer-reveal-height, 0px);
  background-color: var(--color-white);
}

body.footer-back-reveal-enabled .footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
