@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap");

/* ---- TOP SUCCESSFUL BRAND START ---- */
.top_success_container {
  padding-top: 37px;
  padding-bottom: 45px;
}

.top_heading {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.24px;
}

.swiper {
  padding-top: 50px;
}

.swiper-slide {
  text-align: center;
}

.top_slider_image {
  border-radius: 0;
  max-width: 160px;
  width: 100%;
  padding: 0 10px;
}

/* ---- TOP SUCCESSFUL BRAND END ---- */

.popup-submit__button {
  background-color: var(--third-color) !important;
  font-family: "Inter", sans-serif;
  border-color: var(--third-color) !important;
  color: white;
  min-width: 200px;
  margin-top: 2rem;
}

.popup-submit__button:hover {
  background-color: transparent !important;
  color: var(--third-color) !important;
}

/* --------------------------------------------- */

/* ---- FINANCIAL PLAN START ---- */

.financial_plan_container {
  padding-top: 37px;
  padding-bottom: 45px;
  background-color: black;
}

.financial_heading {
  font-family: var(--ff-heading);
  font-size: 2rem;
  margin-bottom: 0;
  color: var(--second-color);
}

.financial_text {
  font-family: var(--ff-text);
  font-size: 19px;
  margin-top: 24px;
  margin-bottom: 40px;
  color: var(--second-color);
}

.fixed_container {
  padding-top: 80px;
}

.fixed_text {
  font-family: var(--ff-text);
  font-size: 15px;
  margin-bottom: 40px;
  color: var(--second-color);
}

.monthly_plan {
  font-family: var(--ff-text);
  border: 1px solid white;
  border-radius: 20px;
  padding: 30px 20px 20px 10px;
  background-color: white;
  color: black !important;
  transition: all 300ms ease-in-out;
}

.monthly_plan:hover {
  background-color: #0ea455 !important;
  color: white !important;
  border: 1px solid #0ea455;
}

.monthly_plan:hover .monthly_btn {
  background-color: #f4b100;
  color: black;
  border: 2px solid #f4b100;
}

.plan_heading {
  font-family: var(--ff-heading);
}

.monthly_btn {
  width: 94%;
  background-color: #e7e7e7;
  border: 2px solid #e7e7e7;
}

.monthly_btn:hover {
  background-color: white;
  border: 2px solid #e7e7e7;
}

.yearly_plan {
  font-family: var(--ff-text);
  border: 1px solid #0ea455;
  border-radius: 20px;
  padding: 50px 20px 50px 10px;
  background-color: #0ea455;
}

.yearly_btn {
  width: 94%;
  background-color: #f4b100;
  color: black;
  border: 2px solid #f4b100;
}

.yearly_btn:hover {
  background-color: #0ea455;
  border: 2px solid #f4b100;
}

.plan_list {
  list-style-type: none;
  padding-left: 10px;
}

.plan_list li {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* ---- FINANCIAL PLAN END ---- */

/* ---------------------------------------------- */
/* ---- INVEST VIDEO START ---- */
.invest_innerContainer {
  padding: 36px 20px 40px 20px;
}

.invest_top {
  padding-bottom: 40px;
}

.invest_button {
  background-color: rgba(160, 104, 252, 1);
  padding: 2px 6px 0px 14px;
  margin-bottom: 20px;
}

.invest_button p {
  font-weight: 500;
}

.invest_button i {
  font-size: 2rem;
}

.invest_video_play i {
  font-size: 2.5rem;
}

.colour_card {
  background-color: rgba(20, 249, 167, 1);
  max-width: 190px;
  margin-bottom: 40px;
}

.colour_card:nth-last-of-type(1) {
  background-color: rgba(160, 104, 252, 1);
}

.card_top_text {
  font-size: 12px;
  margin-bottom: 35px;
}

.card_bottom_bigText {
  font-size: 25px;
}

.card_bottom_smallText {
  font-size: 10px;
}
/* ---- INVEST VIDEO END ---- */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* ---- FLEXIBILITY START ---- */
.flexi_wrapper {
  padding-bottom: 30px;
}
.hero--img__topCard.flexi {
  transform: translate(-40px, 45px);
}

.hero--bottomCard.flexi {
  transform: translate(20px, -120px);
  margin-top: 0;
}

.hero--img__topCard.flexibility {
  transform: translate(90px, -105px);
}

.flex_heading {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  margin-bottom: 10px;
}

.flex_text {
  font-size: 14px;
}

.flex_orderList_container {
  padding-top: 50px;
}

.flex_list {
  margin-bottom: 20px;
}

.flex_list_number {
  font-size: 2rem;
}

.flex_list:nth-last-of-type(3) {
  padding-left: 1rem;
}

.flex_list:nth-last-of-type(1) {
  padding-left: 2.5rem;
}

/* ---- STIMULATE YOUR DREAM ---- */
.stimulate_wrapper {
  padding-top: 37px;
  padding-bottom: 40px;
}

.stimulate_heading {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
}

.stimulate_text {
  font-size: 14px;
  margin-bottom: 50px;
}

.stimulate_calculator_innerContainer {
  background-color: #f8f5f5;
}

.calculator_heading {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

.form-group label {
  font-size: 11px;
}

.calculate_button {
  background-color: #00cb39;
  font-family: "Inter", sans-serif;
  border-color: #00cb39 !important;
}

.calculate_button:hover {
  color: #00cb39 !important;
}

.calculate_button:focus {
  color: #00cb39 !important;
}

.chart_container {
  max-width: 600px;
}

.chart--error {
  display: none;
}

@media (min-width: 800px) {
  .calculate_button {
    width: fit-content;
  }
}

.calculator_warning {
  font-size: 10px;
}
/* ---- STIMULATE YOUR DREAM END ---- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---- FAQ START ---- */
.faq_wrapper {
  padding-top: 20px;
  padding-bottom: 60px;
}
.faq_heading {
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
}

.faq_text {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  margin-bottom: 40px;
}

.accordion-button {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(0, 203, 57)'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media (min-width: 576px) {
  /* ---- STIMULATE YOUR DREAM START ---- */
  .stimulate_heading {
    font-size: 32px;
  }
  .stimulate_calculator_innerContainer {
    width: 100%;
  }
}

@media (min-width: 768px) {
  /* ---- INVEST VIDEO START ---- */
  .invest_button {
    padding: 2px 6px 0px 14px;
    font-size: 22px;
  }

  .invest_button p {
    font-weight: 500;
  }

  .invest_button i {
    font-size: 2rem;
  }

  .invest_video_play i {
    font-size: 2.5rem;
  }

  .colour_card {
    max-width: 240px;
  }

  .card_top_text {
    font-size: 14px;
  }

  .card_bottom_bigText {
    font-size: 32px;
  }

  .card_bottom_smallText {
    font-size: 12px;
  }
  /* ---- INVEST VIDEO END ---- */

  /* ---- FINANCIAL PLAN START ---- */

  .financial_heading {
    font-size: 3rem;
    padding-bottom: 0.6rem;
  }

  .financial_text {
    font-size: 18px;
  }

  .fixed_text {
    font-size: 17px;
  }
  .money {
    width: 50% !important;
    height: 4%;
  }

  .monthly_plan:hover {
    scale: 1.1;
  }
  /* ---- FINANCIAL PLAN END ---- */
}

@media (min-width: 992px) {
  /* ---- TOP SUCCESSFUL BRAND START ---- */
  .swiper {
    padding-top: 0;
  }

  .top_heading {
    font-size: 24px;
  }

  .top_success_container {
    padding-bottom: 60px;
  }
  /* ----- TOP SUCCESFUL BRAND END ---- */

  .financial_plan_container {
    padding-bottom: 60px;
  }

  /* ---- FLEXIBILITY START ---- */
  .flex_list:nth-last-of-type(3) {
    padding-left: 0rem;
  }

  .flex_list:nth-last-of-type(1) {
    padding-left: 0rem;
  }

  .flex_heading {
    font-size: 38px;
  }

  .flex_text {
    font-size: 16px;
  }

  /* ---- FLEXIBILITY END ---- */

  /* ---- STIMULATE START ---- */
  .stimulate_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .stimulate_heading {
    font-size: 38px;
  }

  .stimulate_text {
    font-size: 16px;
    max-width: 600px;
  }

  .calculator_heading {
    font-size: 18px;
    margin-bottom: 0px !important;
  }

  .form-group label {
    font-size: 15px;
  }

  .calculator_warning {
    font-size: 13px;
  }

  /* ---- STIMULATE END ---- */

  /* ---- FAQ START ---- */
  .faq_wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .faq_heading {
    margin-bottom: 32px;
  }

  .faq_text {
    font-size: 14px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  /* ---- TOP SUCCESSFUL BRAND START ---- */
  .top_success_container {
    padding-bottom: 70px;
    padding-top: 60px;
  }

  /* ---- TOP SUCCESSFUL BRAND END ---- */

  /* ---- FINANCIAL PLAN START ---- */
  .financial_plan_container {
    padding-bottom: 70px;
    padding-top: 60px;
  }

  .financial_heading {
    font-size: 3rem;
    padding-bottom: 0.6rem;
  }

  .financial_text {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 48px;
  }

  .fixed_text {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 48px;
  }

  /* ---- FINANCIAL PLAN END ---- */

  /* ---- INVEST VIDEO START ---- */
  .invest_button {
    padding: 2px 8px 0px 22px;
    font-size: 28px;
  }

  .invest_button p {
    font-weight: 500;
    margin-bottom: 2px;
  }

  .invest_button i {
    font-size: 2rem;
  }

  .colour_card {
    max-width: 280px;
    border-radius: 15px !important;
  }

  .card_top_text {
    font-size: 16px;
  }

  .card_bottom_bigText {
    font-size: 36px;
  }

  .card_bottom_smallText {
    font-size: 14px;
  }
  /* ---- INVEST VIDEO END ---- */

  /* ---- FLEXIBILITY START ---- */
  .flex_heading {
    font-size: 40px;
  }

  .flex_text {
    font-size: 18px;
  }

  .flex_list {
    font-size: 20px;
  }

  .flex_list_number {
    font-size: 24px;
  }

  /* ---- STIMULATE START ---- */
  .stimulate_wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .stimulate_heading {
    font-size: 42px;
  }

  .stimulate_text {
    font-size: 16px;
    max-width: 600px;
  }

  .calculator_heading {
    font-size: 18px;
  }

  .form-group label {
    font-size: 15px;
  }

  .calculator_warning {
    font-size: 13px;
  }

  /* ---- STIMULATE END ---- */

  /* ---- FAQ START ---- */
  .faq_wrapper {
    padding-top: 90px;
    padding-bottom: 85px;
  }
  .faq_heading {
    margin-bottom: 38px;
  }

  .faq_text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
