﻿@charset "UTF-8";

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

:root {
  --Black: #000000;
  --White: #ffffff;
  --Primary: #3c210e;
  --Secondary: #fedac2;
  --Third: #f4d118;
  --Four: #c72929;
  --Color-1: #f5f1ed;
  --Color-3: #5e5a56;
  --Color-4: #28221d;
  --Outline: #e4e4e4;
  --Placeholder: #abb0b4;
  --Border: rgba(255, 255, 255, 0.1);
}

* {
  margin: 0;
  padding: 0;
}

.message-image img {
  width: 100%;
  border-radius: 20px;
}

.message-content-data h4 {
  font-family: "Outfit", Sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5em;
  color: #f18e02;
  text-align: left;
}

.message-content-data h1 {
  font-family: "DM Sans", Sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
  text-align: left;
}

.message-content h2 {
  font-family: "Outfit", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.6em;
  color: #000000;
  text-align: left;
}

.message-content {
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  padding: 10px 15px 10px 15px;
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
  border-radius: 12px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  border-radius: 50%;
  padding: 15px 20px;
  transition: 0.3s;
}

.play-button svg {
  height: 100px;
  width: 100px;
  fill: #fff;
  filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3));
}

.sub-heading-h {
  font-family: "Outfit", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
  color: #000000;
}

.heading-h {
  font-family: "Outfit", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4em;
  color: #000000;
}

.worng-content {
  font-family: "Outfit", Sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #000;
}

.list-group-item {
  border: 0;
}

.wrong-section .list-group-flush {
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.wrong-section .left-heading {
  font-family: "Outfit", Sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.3em;
  color: #000000;
}

.wrong-section {
  background-color: #f5eee4;
}

.sticky-container {
  position: relative;
}

.days-challenge-content {
  border: 1px solid #f18e02;
  border-radius: 20px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.days-challenge-content p {
  font-family: "Outfit", Sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3em;
}

.days-challenge h2 {
  font-family: "Outfit", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4em;
  color: #ffffff;
}

.features-section {
  background-color: #f5eee4;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.feature-item {
  background-color: #ffffff;
  padding: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ffffff80;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 14px;
  text-align: left;
}

.feature-item p {
  font-family: "Outfit", Sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
}

.feature-item .feature-icon svg {
  height: 20px;
  width: 20px;
}

.challenge-card {
  text-align: left;
  border-radius: 11px 11px 11px 11px;
  box-shadow: 0px 0px 63px -22px rgba(254, 151.00000000000003, 0.9999999999999982, 0.44);
  padding: 25px;
  position: sticky;
  top: 100px;
  /* adjust as per your header height */
  z-index: 10;
}

.challenge-card .day-tag {
  font-family: "Outfit", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
  color: #000000;
  text-align: left;
}

.challenge-card .price-tag {
  font-family: "Outfit", Sans-serif;
  font-size: 70px;
  font-weight: 600;
  letter-spacing: -5px;
  color: #ffe801;
  text-align: left;
}

.challenge-card .original-price {
  font-size: 30px;
}

.callout-box h2 {
  font-family: "Outfit", Sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 39px;
  color: #000000;
}

.price-section h2 {
  font-family: "Outfit", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 37px;
  color: #000000;
}

.price-section {
  background-color: #fef0e6;
}

.day-challange h2.sub-section-heading {
  font-family: "Outfit", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 37px;
  color: #ffffff;
}

.day-challange-content {
  text-align: left;
  background-color: #ffffff;
  padding: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #38c77d;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, 0.99);
  font-family: "Outfit", Sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}

.day-challange-image {
  width: 100%;
}

.day-challange h2 {
  font-family: "Outfit", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4em;
  color: #ffffff;
}

.progress-bar-wrapper {
  background-color: #fff;
  height: 8px;
  border-radius: 20px;
  width: 40%;
  margin: 0 auto;
  /* This centers the bar horizontally */
}

.orange-offer-section .progress-bar {
  height: 8px;
  background-color: #f18e02;
  border-radius: 20px;
}

.orange-offer-section h2 {
  font-family: "Outfit", Sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #000000;
}

.action-message h2 {
  font-family: "Outfit", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 37px;
  color: #000000;
}

.action-message {
  padding: 10px 10px 10px 10px;
  border-style: dashed;
  border-width: 2px 2px 2px 2px;
  border-color: #f18e02;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
}

.questionnaire-section .form-check {
  background-color: #ffffff;
  padding: 25px 25px 25px 25px;
  border-style: solid;
  border-width: 0px 0px 3px 0px;
  border-color: #38c77d;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 0px 2px 0px #f18e02;
  display: flex;
}

.questionnaire-section .form-check .form-check-label {
  text-align: left;
  font-family: "Sora", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 26px;
  color: #000000;
}

.questionnaire-section .form-check .form-check-input {
  width: 50px;
  height: 25px;
  vertical-align: middle;
  margin-right: 10px;
}

.form-check .form-check-input {
  margin-left: 0;
}

.questionnaire {
  background-color: #fef0e6;
}

.countdown-label {
  font-family: "Outfit", Sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.countdown-digits {
  font-family: "Outfit", Sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
}

.countdown-item {
  background-color: #000000;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #f18e02;
  border-radius: 10px 10px 10px 10px;
  padding: 15px 25px 15px 25px;
  margin-right: calc(10px / 2);
}

.countdown-wrapper {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-family: "Outfit", sans-serif;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  width: fit-content;
  margin: 10px auto;
}

.countdown-item {
  text-align: center;
}

.countdown-digits {
  font-size: 28px;
  font-weight: bold;
  display: block;
}

.countdown-label {
  font-size: 14px;
  opacity: 0.7;
}

.timer .timer-heading {
  font-family: "Outfit", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 25px;
  color: #ffffff;
}

.btn {
  background-image: linear-gradient(
    60deg,
    #ff8522,
    #ff5003,
    #ff8522,
    #ff8522,
    #ffe7d4,
    #ff8522,
    #ff8522,
    #ff8522
  ) !important;
  -webkit-animation: animatedgradient 3s ease infinite alternate;
  animation: animatedgradient 3s ease infinite alternate;
  background-size: 300% 300%;
  border-radius: 10px;
}

/* Keyframes for gradient animation */
@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.join-button-text-main {
  font-family: "Sora", Sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
  color: #ffffff;
}

.join-button-text-sub {
  font-family: "Sora", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.3em;
  color: #ffffff;
  margin-top: 10px;
}

.join-challenge-button {
  background-color: #ff5800;
  color: #fff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 3px 3px 0px 0px #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  text-decoration: none;
}

a {
  text-decoration: none;
}

.couch-content .heading-sub-title {
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.couch-content .heading-title {
  font-family: "Outfit", Sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
}

.couch-content .sub-title {
  font-family: "Outfit", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}

.couch-image img {
  width: 100px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #f18e02;
  border-radius: 100%;
}

.couch {
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 4px 0px #ffffff;
  padding: 10px 20px 10px 20px;
  display: flex;
  gap: 30px;
}

.challenge-border {
  padding: 20px 0px 20px 0px;
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #ff8f00;
}

.challenge-title {
  font-family: "Roboto", Sans-serif;
  font-size: 25px;
  font-weight: 800;
  color: #000000;
}

.challenge-language {
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  color: #000000;
}

.challenge .challenge-content {
  background-color: #ffffff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 2px 0px
    rgba(144.925, 127.59701086956522, 127.59701086956522, 0.5);
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.challenge {
  background-color: #fef0e6;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 10px 10px 10px 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
}

.flip-heading {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}

.flip-wrapper {
  display: inline-block;
  height: 24px;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.flip-name {
  display: block;
  font-family: "Outfit", Sans-serif;
  font-weight: 600;
  color: #f18e02;
  animation: flip 8s infinite;
  line-height: 24px;
}

@keyframes flip {
  0%,
  20% {
    transform: translateY(0);
  }

  25%,
  45% {
    transform: translateY(-24px);
  }

  50%,
  70% {
    transform: translateY(-48px);
  }

  75%,
  95% {
    transform: translateY(-72px);
  }

  100% {
    transform: translateY(0);
  }
}

.registration-section h3 {
  text-align: center;
  font-family: "Outfit", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  /* margin-top: 30px; */
}

.slider-image img {
  width: 100%;
  border-radius: 15px 15px 15px 15px;
  margin-top: 15px;
}

.slider-sub-heading-last {
  font-family: "Outfit", Sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  color: #f18e02;
}

.slider-sub-heading {
  font-family: "Outfit", Sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  color: #38c77d;
}

.slider-heading {
  font-family: "Outfit", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
}

.highlight {
  color: #38c77d;
}

.sticky-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #38c77d;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 10px;
  text-align: center;
  font-family: sans-serif;
}

.banner-content {
  margin: 0 auto;
  gap: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-heading {
  font-size: 18px;
  margin: 0 0 10px;
  color: #111;
  font-family: "Outfit", sans-serif;
}

.counter {
  font-size: 16px;
  color: #000;
  background-color: #ffffff;
  padding: 7px 7px 7px 7px;
  border-radius: 10px 10px 10px 10px;
}

.counter-title {
  color: #000000;
  font-family: "Roboto Slab", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.counter-number {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.join-btn {
  /* display: flex; */
  text-decoration: none;
  border-radius: 5px;
  background-color: #ff5800;
  box-shadow: 3px 3px 0px 0px #000000;
  border-radius: 10px 10px 10px 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
  padding-right: 30px;
}

.top-join-button-title {
  font-family: "Sora", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.main-section {
  position: relative;
  background-color: #000;
  padding-bottom: 50px;
  margin-top: 82px;
  overflow: hidden;
}

.main-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.3;
  mix-blend-mode: screen;
  z-index: 0;
}

.main-section > * {
  position: relative;
  z-index: 1;
  /* Keeps your content above the overlay */
}

.accordion-button {
  border-radius: 12px !important;
  background-color: white;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 20px;
  color: #000;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #18b88d;
  box-shadow: none;
}

.accordion-body {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  color: #000;
}

.accordion-item {
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 12px;
  border: 1px solid #fe8744;
  border-radius: 10px !important;
}

.accordion-button::after {
  content: "+";
  font-size: 1.5rem;
  transform: none !important;
  line-height: 0.5;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
}
.accordion-button::after {
  background-image: none !important;
  content: "+" !important;
  font-size: 1.5rem;
  color: #000;
  transform: none !important;
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  content: "-" !important;
}

.faq-heading {
  font-family: "Outfit", Sans-serif;
  font-size: 37px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.4em;
  color: #ffffff;
}

.faq-title {
  font-family: "Outfit", Sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2em;
}

.main-price {
  font-family: "Outfit", Sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 45px;
  color: #58be1d;
  margin-top: 20px;
}

.cut-price {
  font-family: "Outfit", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  color: #000000;
  margin-top: 20px;
}

.total-pricing {
  font-family: "Outfit", Sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 40px;
  color: #ff0000;
}

.product-pricing {
  font-family: "DM Sans", Sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.4em;
  color: #000000;
}

.product-title {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.6em;
  color: #000000;
}

.product-card img {
  width: 100%;
}

.product-card {
  background-color: #ffffff;
  border: 2px solid #38c77d;
  border-radius: 22px 22px 22px 22px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.product-section {
  background-color: #fef0e6;
}

.challange-day-image {
  width: 100%;
  margin-top: 20px;
}

.elementor-heading-title {
  font-family: "Outfit", Sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5em;
  color: #ffffff;
}

@media (max-width: 767px) {
  .banner-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    text-align: left;
  }

  .banner-heading {
    width: 60%;
    font-size: 15px;
  }

  .join-btn {
    width: 70%;
    border-radius: 10px 10px 10px 10px;
    padding: 10px;
  }

  .join-challenge-button {
    padding: 10px;
  }

  .days-challenge-content {
    display: block;
    text-align: center;
    padding: 10px;
  }

  .elementor-heading-title,
  .faq-heading {
    font-size: 25px;
  }

  .total-pricing {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .faq-title {
    font-size: 19px;
  }

  .accordion-button {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .cut-price {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .main-price {
    font-size: 29px;
    margin-top: 0px;
  }

  .days-challenge-content p {
    font-size: 16px;
    margin-top: 10px;
  }

  .top-join-button-title {
    font-size: 15px;
  }

  .main-section {
    margin-top: 125px;
  }

  .slider-heading {
    font-size: 27px;
    line-height: 1.2;
  }

  .slider-sub-heading {
    font-size: 16px;
    margin-top: 20px;
  }

  .slider-sub-heading-last {
    font-size: 16px;
    margin-top: 20px;
  }

  .registration-section h3 {
    font-size: 15px;
  }

  .registration-image img {
    width: 100px;
  }

  .challenge .row {
    gap: 20px;
  }

  .join-button-text-main {
    font-size: 17px;
    line-height: 1.2;
  }

  .join-button-text-sub {
    font-size: 11px;
    margin-top: 4px;
  }

  .form-check .form-check-input {
    margin-left: 0;
    width: 80px !important;
  }

  .action-message h2 {
    font-size: 20px;
    line-height: 1.5;
  }

  .day-challange h2 {
    font-size: 25px;
  }

  .day-challange-image img {
    width: 100%;
  }
}
