@import url("https://fonts.cdnfonts.com/css/asgard-trial");
@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;
}

.Asgard {
  font-family: "Asgard Trial", sans-serif !important;
}

.play-ball {
  font-family: "Playball", cursive;
}

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

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

.text-grad2 {
  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-grad3 {
  background: var(--Linear, linear-gradient(180deg, #2339b3 0%, #51cdff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

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

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

.vid-bg {
  border-radius: 20.478px;
  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(13.201147079467773px);
}

.sec_1 {
  background: url("./assets/sec1.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.sec_2 {
  background: url("./assets/sec2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sec_3 {
  background: url("./assets/sec3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec_5 {
  background: url("./assets/sec-5.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec_7 {
  background: url("./assets/sec7.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.sec_11 {
  background: url("./assets/sec11.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.sec_13 {
  background: url("./assets/sec13.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.fe-img4 {
  background: url("./assets/fe-img4.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fe-img10 {
  background: url("./assets/fe-img10.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fe-img19 {
  background: url("./assets/fe-img19.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fe-img38 {
  background: url("./assets/fe-img38.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.funnel {
  border-radius: 24.621px;
  border: 1.276px solid rgba(255, 255, 255, 0.2);
  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(6.0938005447387695px);
}

.funnel3 {
  border-radius: 24.621px;
  border: 1.276px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 186, 0, 0.3);
  backdrop-filter: blur(6.0938005447387695px);
}

.funnel2 {
  border-radius: 24.621px;
  border: 1.276px solid rgba(255, 255, 255, 0.2);
  background: rgba(252, 101, 248, 0.2);
  backdrop-filter: blur(6.0938005447387695px);
}

.btn-1 {
  border-radius: 8.252px;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.28) 0%,
      rgba(0, 0, 0, 0.28) 100%
    ),
    linear-gradient(99deg, #01d8fd 13.85%, #fc65f8 49.52%, #ffba00 87.9%);
  backdrop-filter: blur(8.252427101135254px);
  transition: all 0.3s ease-in-out;
  transform: translateZ(0); /* Smooth rendering */
}

.btn-1:hover {
  transform: scale(1.05) translateY(-2px);
  box-shadow: 0 8px 20px rgba(252, 101, 248, 0.4),
    0 0 15px rgba(1, 216, 253, 0.4);
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    linear-gradient(99deg, #ffba00 13.85%, #fc65f8 49.52%, #01d8fd 87.9%);
}

.menu-transition {
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

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

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

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

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