@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

:root {
  --primary-color: #3498db;
  --secondary-color: #2ecc71;
  --font-size-base: 16px;
  --spacing-unit: 8px;
}

body {
  font-family: "Outfit", sans-serif;
  color: white;
  overflow-x: hidden !important;
}

.lh-1 {
  line-height: 130%;
}
@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2rem !important;
      
    }
}
p {
    color: #7A7A7A;
    font-size: 18px;
    line-height: 1.4em;
}.h2, h2 {
    font-size: calc(1.325rem + .9vw) !important;
    margin: 16px 0px !important;
}

@media (min-width: 1200px) {
    .h4, h4 {
        font-size: 1.5rem !important;
    }
}
.
.h4, h4 {
    font-size: calc(1.275rem + .3vw) !important;
   margin-bottom: 10px !important;
}
.main-page-section a {
    color: #297b68 !important;
    text-decoration: underline;
}
@media (min-width: 640px) {
    .sm\:text-\[44px\] {
        font-size: 44px !important;
    }
}

.main-head{
	font-size:44px !important;
}
@media (max-width: 640px) {
.main-head {
    font-size: 33px !important;
}
}
.elementor-clearfix{
	color: #7A7A7A;
    font-size: 18px;
    line-height: 1.4em;
}

/*JV BACKGROUND IMAGES start*/
.sec-1 {
  background: url("./assets/fw-jv-sec1-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.sec-2 {
  background: url("./assets/fw-jv-sec2-bg.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec-3 {
  background: url("./assets/fw-jv-sec3-bg.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec-4 {
  background: url("./assets/fw-jv-sec4-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.sec-5 {
  background: url("./assets/fw-jv-sec5-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.sec-6 {
  background: url("./assets/fw-jv-sec6-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec-7-bg-1 {
  background: url("./assets/FW-JV-07-bg-01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: white;
}

.sec-8 {
  background: url("./assets/fw-jv-sec8-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec-9 {
  background: url("./assets/fw-jv-sec9-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec-10 {
  background: url("./assets/fw-jv-sec10-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec-11 {
  background: url("./assets/fw-jv-sec11-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec-12 {
  background: url("./assets/fw-jv-sec12-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec-13 {
  background: url("./assets/fw-jv-sec13-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec-14 {
  background: url("./assets/fw-jv-sec14-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec-15 {
  background: url("./assets/fw-jv-sec15-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec-16 {
  background: url("./assets/fw-jv-sec16-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.jv-footer {
  background: url("./assets/FW-JV-FOOTER-BG.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*JV BACKGROUND IMAGES end*/

/*PRESELL BACKGROUND IMAGES start*/
.presell-sec1 {
  background: url("./assets/FW-Presell-sec1-bg.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.presell-sec3 {
  background: url("./assets/FW-Presell-sec3-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.grad-1 {
  border-radius: 10px;
  border: 1px solid #0e381a;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.25) 10%,
    rgba(255, 255, 255, 0.02) 100%
  );
}

.video3 {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video3 iframe {
  width: 95%;
  aspect-ratio: 16 / 9;
  /* opacity: 0; */
}

/* .vid {
  background: url("./assets/video-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
} */

.vid {
  background: url("./assets/video-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%; /* Ensure the container takes full width */
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (height divided by width) */
}

.video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%; /* Adjust this for the desired size */
  height: 100%; /* Adjust this for the desired size */
  transform: translate(-50%, -50%);
}

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

.form-container {
  border-radius: 50px;
  background: rgba(47, 60, 51, 0.7);
}

.button-blue {
  border-radius: 12px;
  background: linear-gradient(0deg, #4fb6ec 0%, #4fb6ec 100%), #134cff;
  padding: 12px 30px;
}

.three-steps {
  background: linear-gradient(90deg, #86c63a 31.27%, #ffd167 75.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  line-height: 120%;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.nav-button {
  border-radius: 9px;
  background: linear-gradient(180deg, #deb037 0%, #ee9d23 100%), #04fda9;
}

.launch-container {
  border-radius: 10px;
  border: 1px solid #0e381a;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.25) 10%,
    rgba(255, 255, 255, 0.02) 100%
  );
}

.center-image {
  /* top: 50%; */
  left: 50%;
  /* transform: translate(-50%, -50%); */
}

.oto-box {
  border-radius: 40px;
  border: 1px solid #297b68;
  background: rgba(249, 249, 249, 0.5);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.affiliate_link-btn {
  border-radius: 30px;
  background: linear-gradient(180deg, #deb037 0%, #ee9d23 100%), #04fda9;
}

.dominate {
  background: linear-gradient(90deg, #fecb32 0%, #00a884 67.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  line-height: 120%;
  font-weight: 900 !important;
}

/* BOUNCE ANIMATION */
.bounce {
  position: relative;
  animation: bounce 5s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

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

.animate-bounce-smooth {
  animation: bounce-smooth 1.5s ease-in-out infinite;
}

.promote-border {
  border-radius: 20px;
  border: 2px solid rgba(41, 123, 104, 0.32);
  box-shadow: 0px 0px 20px 0px rgba(17, 26, 20, 0.1);
}

.promo-buttons {
  border-radius: 12px;
  border-bottom: 4px solid #d48c1f;
  background: linear-gradient(180deg, #deb037 0%, #ee9d23 100%);
}

.shadow:hover {
  box-shadow: 0px 8px 16px 0px rgba(47, 60, 51, 0.05);
}

.vid-test {
  background: url("./assets/vid.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  padding: 1rem;
  border-radius: 10px;
}

.vid-test iframe {
  width: 100%;
  height: 500px;
}

@media (max-width: 800px) {
  .vid-test iframe {
    height: 300px;
  }
}

.countdown div span {
  background: linear-gradient(63deg, #25efac 18.31%, #21be57 83.56%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 0;
  margin: 0;
}

.countdown {
  border-radius: 8.689px;
  border: 0.868px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(144deg, #28272f 9.13%, #040404 62.89%);
  box-shadow: 0px 0px 10.411px 0px rgba(134, 198, 58, 0.4);
  padding: 10px 0;
}

.countdown div {
  margin-top: -12px;
}

.testimmonials {
  border-radius: 20px;
  border: 1px solid rgba(41, 123, 104, 0.25);
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
