* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  /* overflow-x: hidden !important; */
}

img {
  max-width: 100%;
}

body {
  font-family: "Satoshi";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #373f48;
  overflow-x: hidden !important;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #373f48;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 900;
}

h1 {
  font-size: 86px;
}

h2 {
  font-size: 74px;
}

h3 {
  font-size: 46px;
}

h4 {
  font-size: 38px;
  font-weight: 700;
}

h5 {
  font-size: 24px;
}

.prom-bage {
  font-size: 20px;
  color: #00adb5;
  font-weight: 500;
  text-transform: uppercase;
}

.cta {
  font-size: 16px;
  border: 1px solid rgba(0, 172, 181, 0.452);
  border-radius: 100px;
  padding: 13px 35px;
  color: #373f48;
}

.cta-gradient,
.cta-white {
  overflow: hidden;
  background-color: #f1fafb;
  /* fallback bg */
  cursor: pointer;
  z-index: 0;
  transition: color 0.6s ease;
  backdrop-filter: blur(10px);
  transition: 0.5s ease;
  position: relative;
  transform-style: preserve-3d;
}

.cta-gradient::before,
.cta-white::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  /* start completely below */
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #00adb5 0%, #00adb5 40%, #f1fafb 100%);
  z-index: -1;
  transition: bottom 0.8s ease;
  animation: wave 7s linear infinite;
  background-size: 200% 200%;
}

.cta-gradient:hover::before,
.cta-white:hover::before {
  bottom: 0;
}

.cta-gradient:hover,
.cta-white:hover {
  color: #fff;
  /* text color changes when filled */
}

/* Optional wave animation for a liquid effect */
@keyframes wave {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.cta-white {
  background-color: #fff;
}

.p-100 {
  padding-block: 100px;
}
.p-60 {
  padding-block: 60px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}

.pt-200 {
  padding-top: 200px;
}

.p-110 {
  padding: 110px 0;
}

.mb-20 {
  margin-bottom: 20px;
}

.p-40 {
  padding: 40px 0;
}

.br-btm {
  border-bottom: 1px solid #373f4814;
}

/* header css */
.hd-inner {
  justify-content: space-between;
  align-items: center;
}

.menu-link {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.menu-link::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #00adb5;
  width: 60%;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease-in;
}

.menu-link:hover {
  color: #00adb5;
}

.menu-link:hover::after {
  transform: scaleX(1);
}

.menu-toggle {
  gap: 40px;
}

.menu-left {
  width: 43%;
}

.header-btn {
  width: 37%;
}

.logo {
  width: 20%;
}

.header-btn {
  justify-content: end;
}

header,
.banner-sec,
.spacer-sm {
  background-color: #f1fafb;
}

.header-main {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 8;
  top: 0;
  overflow-x: hidden;
}

/* banner sec */
.banner-sec {
  min-height: 100dvh;
  overflow: hidden !important;
  position: relative;
  /* -ms-overflow-style: none;
  scrollbar-width: none; */
}

.banner-inner {
  position: relative;
  z-index: 1;
}

.banner-sec::-webkit-scrollbar {
  display: none;
}

/* loader css */
.loader {
  position: fixed;
  /* background-color: #f1fafb; */
  /* background-color: #00adb5; */
  background: linear-gradient(#00adb5 0%, #93d7db 40%, #f1fafb 100%);
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.clouds-wrap img {
  position: absolute;
  width: 250px;
  opacity: 0;
}

.logo-img-load {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.l1 {
  top: 0;
  left: 0;
}

.l2 {
  bottom: 0;
  left: 0;
}

.l3 {
  top: 0;
  right: 0;
}

.l4 {
  bottom: 0;
  right: 0;
}

.drone-image-parts img {
  position: absolute;
}

.drone-wrap-main {
  position: fixed;
  width: 1100px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 2;
}

.drone-image-parts {
  position: relative;
  min-height: 100px;
  display: flex;
  justify-content: center;
}

/* clouds on drone css */
.clouds-on-drone img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 6;
}

.drone-image-parts {
  opacity: 0;
  /* hide whole drone initially */
}

/* banner clouds  */

.cloud-ani {
  position: absolute;
}

.ani1 {
  top: 100px;
  left: 0;
  animation: cloudMove 4s linear infinite;
}

@keyframes cloudMove {
  0% {
    transform: translateX(0) scale(1);
  }

  50% {
    transform: translateX(200px) scale(1.5);
    /* slightly bigger */
  }

  100% {
    transform: translateX(0) scale(1);
  }
}

.ani2 {
  bottom: 0;
  left: 0;
  animation: cloudMove2 4s linear infinite;
}

@keyframes cloudMove2 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }

  50% {
    transform: translate(300px, -100px) scale(1.3);
    opacity: 0.4;
  }

  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}

.ani3 {
  right: 0px;
  top: 100px;
  transform: translateX(50%);
  animation: cloudMove3 3s linear infinite;
}

@keyframes cloudMove3 {
  0% {
    transform: scaleY(1);
    opacity: 1;
  }

  50% {
    transform: scaleY(1.2);
    opacity: 0.5;
  }

  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}

.ani4 {
  right: 0px;
  bottom: 0;
  transform: translate(50%);
  animation: cloudMove4 4s linear infinite;
}

@keyframes cloudMove4 {
  0% {
    transform: scaleY(0);
    opacity: 1;
  }

  50% {
    transform: scaleY(1.1);
    opacity: 0.3;
  }

  75% {
    transform: scaleY(1.3);
    opacity: 0.8;
  }

  100% {
    transform: scaleY(0);
    opacity: 1;
  }
}

.drone-img img {
  position: relative;
}

.cloud-b {
  position: absolute;
  pointer-events: none;
}

.drone-img {
  opacity: 1;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: moveOval 5s infinite cubic-bezier(0.42, 0, 0.58, 1);
}

@keyframes moveOval {
  0% {
    transform: translate(-50%, -50%) translateX(0) translateY(0);
  }

  25% {
    transform: translate(-50%, -50%) translateX(600px) translateY(300px);
  }

  50% {
    transform: translate(-50%, -50%) translateX(1300px) translateY(0);
  }

  75% {
    transform: translate(-50%, -50%) translateX(600px) translateY(-300px);
  }

  100% {
    transform: translate(-50%, -50%) translateX(0) translateY(0);
  }
}

/* contact button banner */
.footer-sec {
  position: relative;
  z-index: 3;
}
.circle-button {
  position: relative;
}

.mail-icon {
  background-color: #373f48;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.text-circle {
  height: 120px;
  width: 120px;
  border-radius: 100%;
  animation: rotate 8s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.text-circle text textPath {
  font-size: 20px;
}

.banner-btm-contact {
  position: fixed;
  z-index: 1;
  right: 50px;
  bottom: 50px;
}

/* d3 sec css */
.d3-img {
  border: 1.5px solid #00adb563;
  background-color: #fff;
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  /* margin: auto; */
}

.d3-bx {
  text-align: center;
  height: 70vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
}

.d3-sec {
  height: 100vh !important;
  background-color: #f1fafb;
  display: flex;
  align-items: start;
  overflow: hidden !important;
  position: relative;
}

.d3-bx.mid {
  justify-content: end;
}

.banner-bottom {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.d3-bx h5 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.max-para {
  max-width: 320px;
}

/* == */
.d3-bx {
  opacity: 0;
  transform: scale(0.6);
}

.d3-bx.mid {
  transform: translateY(100%) scale(0.6);
  /* your custom mid box position */
}

/* trust sec */
.trust-inn {
  align-items: center;
  gap: 60px;
}

.trust-list {
  gap: 100px;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
}

/* --------------------------- */
.btn-inner {
  position: relative;
  display: inline-block;
}

/* Initially hidden behind button */
.drone-main {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%) scale(0);
  width: 80px;
  pointer-events: none;
  transition: transform 0.4s ease-out;
}

/* drone  animation */
.btn-inner {
  position: relative;
  display: inline-block;
}

/* Base drone style */
.drone-main {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%) scale(0);
  /* hidden behind btn */
  width: 180px;
  pointer-events: none;
  transition: transform 0.4s ease-out;
  opacity: 0;
}

/* Trigger animation */
.drone-main.fly {
  opacity: 1;
  transform: translate(-50%, 50%) scale(1);
  animation: droneFly1 2.6s ease-out forwards;
}

/* OPTIONAL: second drone different path */
/* Drone 1 path */
@keyframes droneFly1 {
  0% {
    transform: translate(-50%, 50%) scale(0.2);
    opacity: 0;
  }

  20% {
    transform: translate(-100%, -10%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translate(120px, -60px) scale(1);
  }

  80% {
    transform: translate(240px, 0px) scale(1);
  }

  100% {
    transform: translate(0, 0) scale(1);
  }
}
.tail-btm > div {
  /* flex: 1; */
  width: 50%;
}

.tail-list .tail-slide {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  gap: 20px;
}

.tail-list .tail-slide p {
  margin: 0;
}

.tail-head {
  max-width: 890px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}

.tail-list {
  mask-image: linear-gradient(
    180deg,
    transparent 0,
    #000 10%,
    #000 90%,
    transparent
  );
}

.tail-list .tail-slide:last-child {
  padding: 0;
}

.tail-list {
  /* height: 65vh; */
  overflow: hidden;
}

.bluimage {
  height: 690px;
  width: 690px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

/* JUST A COLOR FILL */
.fill-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: bottom;
  transform: scaleY(0);
  /* start empty */
  background: #00adb5;
  /* solid fill color */
}

.bluimage img {
  position: relative;
  z-index: 2;
}

.elevate-sec {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 100px;
  position: relative;
}

.ele-inner h1 {
  color: #fff;
}

input:focus-visible {
  outline: none;
}

.founder-text {
  color: #373f48;
}

.p-130 {
  padding: 130px 0;
}

.pb-140 {
  padding-bottom: 140px;
}

.founder-hd {
  text-align: center;
  max-width: 1000px;
  margin: auto;
}

.founder-img img {
  border-radius: 33px;
}

.founder-row {
  align-items: center;
}

.found-list li {
  position: relative;
  padding-left: 45px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.found-list li:after {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 0;
  background-image: url("../img/list-icon.svg");
  background-repeat: no-repeat;
  top: -2px;
  background-size: contain;
}

.bottom-box {
  border: 1px solid #00adb529;
  border-radius: 20px;
  background-color: #00adb508;
  padding: 25px 30px;
}

.bottom-box p {
  font-size: 22px;
  font-weight: 500;
}

.bottom-box span {
  color: #00adb5;
  font-size: 18px;
}

.cta-green {
  background-color: #00adb5;
  color: #fff;
  z-index: 0;
  transition: color 0.6s ease;
  backdrop-filter: blur(10px);
  transition: 0.5s ease;
  position: relative;
  transform-style: preserve-3d;
  overflow: hidden;
}

.cta-green::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #00adb5 0%, #00adb5 40%, #f1fafb 100%);
  z-index: -1;
  transition: bottom 0.8s ease;
  animation: wave 7s linear infinite;
  background-size: 200% 200%;
}

.cta-green:hover::before {
  bottom: 0;
}

.form-wishlist {
  border: 1px solid #00adb5;
  border-radius: 33px;
  overflow: hidden;
  padding: 50px;
}

.input-wrp input {
  padding: 20px;
  background-color: transparent;
  border: 1px solid #373f481a;
  margin-bottom: 25px;
  font-size: 18px;
  width: 100%;
  border-radius: 15px;
}

.wait-lft {
  max-width: 430px;
}

.form-wishlist button {
  width: 100%;
  padding: 20px;
  margin-top: 20px;
}

.timer-wrap .time-bx {
  font-size: 78px;
  background-color: #f2fbfb;
  border-radius: 10px;
  min-width: 160px;
  font-weight: bold;
  padding: 10px 20px;
  overflow: hidden;

  /* Required for border image */
  border: 1px solid transparent;

  /* Gradient border */
  border-image: linear-gradient(
      180deg,
      rgba(0, 173, 181, 0.3) 0%,
      rgba(0, 173, 181, 0.15) 100%
    )
    1;
  text-align: center;
}

.blue-bx {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.timer-wrap {
  gap: 20px;
  justify-content: center;
}

.dot {
  color: #00adb5;
  font-size: 78px;
}

.timer-sec h3 {
  text-align: center;
  margin-bottom: 40px;
}
.timer-sec {
  overflow: hidden;
}
.vertiqo-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

footer {
  background-color: #373f48;
  color: #fff;
  overflow: hidden;
}

.foot-top {
  overflow: hidden;
  white-space: nowrap;
}

.marquee {
  display: inline-flex;
}

.foot-top p {
  font-size: 142px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding-right: 30px;
  color: #fff;
}

.footmail {
  font-size: 74px;
  font-weight: 900;
  color: #fff;
}

.foot-link-list {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 30px;
}

.foot-link-list a {
  color: #fff;
  font-size: 18px;
}
.copyright {
  font-size: 18px;
}
.foot-btm {
  justify-content: space-between;
  padding: 30px 60px;
  border-top: 1px solid #ffffff1a;
  align-items: center;
}

.back-btn {
  color: #fff;
  align-items: start;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
}

.name {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
}

.bottm-txt {
  max-width: 620px;
  font-size: 22px;
}

footer a:hover,
.foot-top:hover p {
  color: #00adb5;
}

.ele-btn {
  margin-top: 40px;
}

/* ciorcular slider */
.tail-btm {
  display: flex;
}

.tail-btm > div {
  width: 50%;
}

.tail-left {
  position: relative;
}

.tail-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Slider container */
.tail-wheel {
  position: relative;
}

.tail-list.heading-slider {
  height: 65vh;
  padding: 0;
}

/* Custom track */
.custom-track {
  position: relative;
  height: 100%;
}

/* Slide styles */
.tail-slide {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  gap: 20px;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.3s ease;
  will-change: transform, opacity;
}

.tail-slide:last-child {
  padding: 0;
}

.tail-slide p {
  margin: 0;
}

.tail-slide.stagger-120,
.tail-slide.stagger-60,
.tail-slide.stagger-0 {
  opacity: 1;
}

.tail-slide-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: padding-left, transform, opacity;
}

.tail-slide span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  flex-shrink: 0;
}

.tail-slide span img {
  width: 50px;
  height: 50px;
}

.cnt-li h5 {
  font-size: 24px;
  color: #373f48;
  margin-bottom: 8px;
  font-weight: 600;
}

.cnt-li p {
  font-size: 18px;
  color: #373f48;
  line-height: 1.5;
}

/* Staggered positioning classes */
.tail-slide.stagger-120 .tail-slide-inner {
  padding-left: 120px;
  transform: scale(0.92);
}

.tail-slide.stagger-60 .tail-slide-inner {
  padding-left: 60px;
  transform: scale(0.96);
}

.tail-slide.stagger-0 .tail-slide-inner {
  padding-left: 0;
  transform: scale(1);
}

/* Center slide highlight */
.tail-slide.stagger-0 .cnt-li h5 {
  font-weight: 700;
}

.tail-slide.stagger-0 span {
  transform: scale(1.1);
  transition: transform 0.4s ease;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-5px);
  }
  60% {
    transform: translateX(-50%) translateY(-3px);
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-50%) translateY(8px);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(16px);
  }
}
/* text-section  */
.timer-drone {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.founder-inner {
  position: relative;
  overflow: hidden; /* prevents extra space */
  padding-top: 130px;
  background-color: #fff;
  z-index: 5;
}
.footmail {
  display: inline-block;
  transform-style: preserve-3d;
  transition: transform 0.1s;
}
.drone img {
  width: 350px;
}
.fill-layer {
  transform-origin: bottom; /* IMPORTANT: fill from bottom to top */
  transform: scaleY(0);
}
.timer-drone {
  width: 900px;
}
.trust-lft {
  border-right: 1px solid #00000026;
  padding-right: 50px;
}
.heading-slider {
  position: relative;
  justify-content: center;
}
.heading-slider::after,
.heading-slider::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.heading-slider::after {
  top: 0;
  background: linear-gradient(
    180deg,
    #ffffff 25.38%,
    rgba(255, 255, 255, 0) 103.85%
  );
}
.heading-slider::before {
  bottom: 0;
  background: linear-gradient(
    0deg,
    #ffffff 25.38%,
    rgba(255, 255, 255, 0) 103.85%
  );
}
.slide-heading {
  display: flex !important;
  padding-bottom: 30px;
  justify-content: center;
}
.for--mob {
  display: none;
}
.inner-sl {
  display: flex;
  align-items: center;
  width: 300px;
  gap: 20px;
}
.inner-sl p {
  max-width: 230px;
  font-size: 16px;
}
.sl-img img {
  width: 50px;
}
.for-sm-mob {
  display: none;
}

.blue-bg-img img {
  position: absolute;
  top: 50%;
  transform: rotate(-12deg) translateY(-50%);
  animation: floatUpDown 4s ease-in-out infinite;
}
@keyframes floatUpDown {
  0% {
    transform: rotate(-12deg) translateY(-50%);
  }
  50% {
    transform: rotate(-12deg) translateY(-80%);
  }
  100% {
    transform: rotate(-12deg) translateY(-50%);
  }
}
.ele-drone img {
  position: relative;
  /* bottom: -10px; */
  /* left: 50%; */
  top: 100px;
  transform: translateY(-100px);
  animation: floatUpDown2 4s ease-in-out infinite;
}

@keyframes floatUpDown2 {
  0% {
    transform: translateY(-100px);
  }
  50% {
    transform: translateY(-130px);
  }
  100% {
    transform: translateY(-100px);
  }
}
.ele-drone {
  display: none;
}
.ele-inner {
  max-width: 700px;
  margin: auto;
}
.footer-sec {
  padding-top: 50px;
}
.timer-wrap p {
  font-size: 22px;
}
.frm-btn .cta {
  font-size: 20px;
}
.wait-lft p {
  font-size: 22px;
}
.bottom-box p {
  font-family: "Prometo";
  font-style: italic;
}
.ele-btn .cta {
  font-size: 20px;
}
.cloud-mob {
  display: none;
}
.mob--sec {
  display: none;
}
