@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tilt+Warp&family=Trade+Winds&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Playpen+Sans:wght@100..800&family=Titan+One&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Suez+One&display=swap");

body {
  font-family: "Outfit", serif;
  background-color: #020223;
  color: white;
}
.main-logo {
    width: 220px;
}
.poppins {
  font-family: "Poppins", serif;
}

.tilt-warp {
  font-family: "Tilt Warp", serif;
}

.trade-winds {
  font-family: "Trade Winds", serif;
}

.dm-sans {
  font-family: "DM Sans", serif;
}

.titan-one {
  font-family: "Titan One", serif;
}

.titillium-web {
  font-family: "Titillium Web", serif;
}

.playpen-sans {
  font-family: "Playpen Sans", serif;
}

.suez-one {
  font-family: "Suez One", serif;
}
nav {
    background: linear-gradient(89deg, #1027fb -1.94%, #f56fc0 100%);
    position: fixed;
    width: 100%;
    z-index: 99;
}
/* SECTIONS */
.sec_1 {
  background: url("https://fastcdn.flaxxa.in/ai/offer/live/assets/fe-sec1.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 80px;
}

.sec2-minibg {
  background: url("https://fastcdn.flaxxa.in/ai/offer/live/assets/sec2-minibg.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius:40px;
}

.sec2-minibg1 {
  background: url("https://fastcdn.flaxxa.in/ai/offer/live/assets/sec2-minibg1.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.sec_4 {
  background: url("https://fastcdn.flaxxa.in/ai/offer/live/assets/fe-sec4.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.sec_5 {
  background: url("https://fastcdn.flaxxa.in/ai/offer/live/assets/fe-sec5.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.sec_8 {
  background: url("https://fastcdn.flaxxa.in/ai/offer/live/assets/fe-sec8.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.sec_9 {
  background: url("https://fastcdn.flaxxa.in/ai/offer/live/assets/fe-sec9.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.sec_11 {
  background: url("https://fastcdn.flaxxa.in/ai/offer/live/assets/fe-sec11.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec_13 {
  background: url("https://fastcdn.flaxxa.in/ai/offer/live/assets/fe-sec13.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 120px;
    margin-top: -70px;
}

.sec_17 {
  background: url("https://fastcdn.flaxxa.in/ai/offer/live/assets/fe-sec17.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec_20 {
  background: url("https://fastcdn.flaxxa.in/ai/offer/live/assets/fe-sec20.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.sec_21 {
  background: url("https://fastcdn.flaxxa.in/ai/offer/live/assets/fe-sec21.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.sec_23 {
  background: url("https://fastcdn.flaxxa.in/ai/offer/live/assets/fe-sec23.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.text-grad1 {
  background: linear-gradient(90deg, #f6f388 0%, #ffbfe6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-grad2 {
  background: linear-gradient(
    91deg,
    #fff -6.29%,
    #fcf770 46.91%,
    #6070fb 99.02%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-grad3 {
  background: linear-gradient(
    91deg,
    #fff -6.29%,
    #fcf770 46.91%,
    #6070fb 99.02%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn1 {
  border: 4px solid #fff;
  background: linear-gradient(89deg, #1027fb -1.94%, #f56fc0 100%);
  box-shadow: 0px 30px 60px 7px rgba(0, 0, 0, 0.25);
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  background-color: rgba(183, 158, 255, 0.3);
  padding: 10px;
  border-radius: 20px;
  overflow: hidden;
  /* margin: auto; */
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: none;
}

@keyframes bounce-smooth {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
    left: 50%;
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
    left: 50%;
  }
}

.animate-bounce-smooth {
  animation: bounce-smooth 0.5s ease-in-out infinite;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.biz {
  background-color: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(183, 158, 255, 0.4);
}

.prob {
  border-radius: 112.196px;
  background: linear-gradient(90deg, #ee83f9 0%, #f9d778 76.5%, #fdf151 100%);
  backdrop-filter: blur(14.826812744140625px);
}

.steps {
  border-radius: 15.357px;
  background: linear-gradient(
      180deg,
      rgba(27, 27, 57, 0) 0%,
      rgba(16, 39, 251, 0.4) 100%
    ),
    #1b1b39;
}

.feat-bg {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(11.979499816894531px);
}

.feat {
  border-radius: 22.474px;
  border: 0.714px solid #fff;
  background: linear-gradient(180deg, #0b0d21 0.05%, #010318 92.15%);
}

.feat2 {
  background: linear-gradient(180deg, #5b6ae4 65.5%, #f98ebb 98.5%);
  border-radius: 22.474px;
}

.fea2 {
  border-radius: 20px;
  border: 0.636px solid #fff;
  background: linear-gradient(180deg, #0b0d21 0.05%, #010318 92.15%);
}
.feanum {
    background: url(https://fastcdn.flaxxa.in/ai/offer/live/assets/feaimg.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding: 7px 40px;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}
.feanum.num2 {
    background-image: url(https://fastcdn.flaxxa.in/ai/offer/live/assets/feaimg2.svg);
    color:#090a1e;
}
@media (max-width:580px){
    nav span.block.p-5 {
        padding: 8px 12px;
        margin-bottom: 0px;
    }
    nav p.text-white.text-\[18px\] {
        font-size: 14px;
    }
    nav p.text-\[20px\].text-center {
        display: none;
    }
    nav .text-white.sm\:flex.items-center {
        margin-bottom: 5px;
    }
    nav button.font-extrabold.leading-\[24px\].text-\[18px\].text-white.bg-\[\#1027fb\].py-\[18px\].px-\[30px\].border.rounded-\[7px\].transition.duration-500.hover\:scale-110 {
        font-size: 14px;
        padding: 9px 20px;
    }
    .sec_1 {
        padding-top: 160px;
    }
    img.mx-auto.main-logo {
        width: 180px;
    }
}
