@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Playpen+Sans:wght@100..800&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");

body {
  font-family: "Outfit", serif;
  background-color: #020223;
  color: white;
}

html {
  scroll-behavior: smooth;
}

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

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

/* SECTIONS */
.sec_1 {
  background: url("https://fastcdn.workforceai.in/oto1/assets/oto1-sec1.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 65px;
}

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

.sec_2 {
  background: url("https://fastcdn.workforceai.in/oto1/assets/oto1-sec2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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

.sec_3 {
  background: url("https://fastcdn.workforceai.in/oto1/assets/fe-sec11.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.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);
}

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

.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%,
    #ffbed9 46.91%,
    #6070fb 99.02%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.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;
}

.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%);
}

.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;
}

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

@keyframes bounce-smooth {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
    left: 50%;
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
    left: 50%;
  }
}
nav {
    background: #FDF151;
    position: fixed;
    width: 100%;
    z-index: 99;
}
@media (max-width:580px){
    nav p.text-center.font-bold.text-\[20px\].capitalize.text-black {
        font-size: 16px;
        margin-bottom: 10px;
    }
    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;
        margin-top: 10px;
    }
    .sec_1 {
        padding-top: 190px;
    }
    .main-logo{
        width:250px;
    }
}