@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Manrope:wght@200..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

body {
  font-family: "DM Sans", serif;
  overflow-x: hidden !important;
}

html {
  scroll-behavior: smooth;
}

.manrope {
  font-family: "Manrope", sans-serif;
}

.plus-jakarta {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.topbar {
    position: sticky;
    top: 0px;
    z-index: 999;
}
/* SECTIONS */
.sec_1 {
  background: url("https://fastcdn.clipsmateai.com/oto5/assets/oto5-sec1.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

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

.btn-box {
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(
    90deg,
    #c71dff 0%,
    #b79eff 67.67%,
    #fa7596 97.67%
  );
  box-shadow: 0px 32px 68.1px -30px rgba(153, 7, 201, 0.3);
}

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

.text-grad1 {
  background: linear-gradient(90deg, #c71dff 18.28%, #fa7596 65.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feat-box {
  border-radius: 9.606px;
  border: 1.921px solid #c71dff;
  background: linear-gradient(
    93deg,
    rgba(199, 29, 255, 0.15) 0%,
    rgba(183, 158, 255, 0.15) 59.17%,
    rgba(250, 117, 150, 0.15) 112.3%
  );
}

.feat-box h3 {
  background: linear-gradient(
    93deg,
    #c71dff 0%,
    #36074e 59.17%,
    #fa7596 112.3%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grad-bg {
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(
    90deg,
    #c71dff 0%,
    #b79eff 67.67%,
    #fa7596 97.67%
  );
  box-shadow: 0px 32px 68.1px -30px rgba(153, 7, 201, 0.3);
}
