@import url("https://fonts.googleapis.com/css2?family=Playball&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");

.plus-jarkata {
  font-family: "Plus Jakarta Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.rubik {
  font-family: "Rubik", sans-serif;
}

p,
ul {
  font-family: "Rubik", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Anton", sans-serif;
  letter-spacing: 2px;
}

.sec_1 {
  background: url("https://fastcdn.flaxxa.in/studios/bundle/assets/sec1.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.sec_3 {
  background: url("https://fastcdn.flaxxa.in/studios/bundle/assets/sec3.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.sec6-mini {
  background: url("https://fastcdn.flaxxa.in/studios/bundle/assets/sec6-mini.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.sec_13 {
  background: url("https://fastcdn.flaxxa.in/studios/bundle/assets/sec13.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.fe-img9 {
  background: url("https://fastcdn.flaxxa.in/studios/bundle/assets/fe-img9.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.text-grad1 {
  background: linear-gradient(
    99deg,
    #01d8fd 13.85%,
    #fc65f8 49.52%,
    #fef250 87.9%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.text-grad3 {
  background: linear-gradient(99deg, #01d8fd 14.63%, #fc65f8 94.49%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vid-bg {
  border-radius: 20.478px;
  background: linear-gradient(
    99deg,
    rgba(1, 216, 253, 0.3) 13.85%,
    rgba(252, 101, 248, 0.3) 49.52%,
    rgba(255, 186, 0, 0.3) 87.9%
  );
  backdrop-filter: blur(13.201147079467773px);
}

.jump {
  transition: transform 0.3s ease-in-out;
  transform: translateZ(0); /* ensures smooth rendering */
}

.jump:hover {
  transform: translateY(-8px);
}

.bounce {
  animation: arrowBounce 1s infinite ease-in-out;
}

@keyframes arrowBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

.prob {
  border-radius: 30px;
  background: linear-gradient(
      48deg,
      rgba(215, 247, 90, 0) 76.34%,
      rgba(215, 247, 90, 0.2) 100%
    ),
    linear-gradient(
      206deg,
      rgba(252, 101, 248, 0) 69.66%,
      rgba(252, 101, 248, 0.3) 99.19%
    ),
    rgba(255, 255, 255, 0.15);
}

.bb {
  background: var(
    --Linear,
    linear-gradient(
      99deg,
      rgba(1, 216, 253, 0.3) 13.85%,
      rgba(252, 101, 248, 0.3) 49.52%,
      rgba(255, 186, 0, 0.3) 87.9%
    )
  );
  backdrop-filter: blur(16.378320693969727px);
}

.text-grad4 {
  background: linear-gradient(99deg, #000 13.85%, #fc65f8 49.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fe-img56 {
  background: url("https://fastcdn.flaxxa.in/studios/bundle/assets/fe-img56.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.buy {
  background: var(
    --Linear,
    linear-gradient(
      99deg,
      rgba(1, 216, 253, 0.3) 13.85%,
      rgba(252, 101, 248, 0.3) 49.52%,
      rgba(255, 186, 0, 0.3) 87.9%
    )
  );
}

.plusone {
  position: absolute;
  left: 50%;
  transform: translate(-60%, 0%);
  top: 25%;
}

.plusfour {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 40%;
}

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

.coupon {
  border-radius: 33.882px;
  background: linear-gradient(
    166deg,
    #fff3ff 10.14%,
    rgba(156, 40, 253, 0.3) 76.61%
  );
}
