/* Banner */

.hero-banner2 {
  display: flex;
  align-items: center;
  position: relative;
  background-position: center;
  background: #c1a985;
  background: linear-gradient(
    0deg,
    rgba(193, 169, 133, 1) 0%,
    rgba(247, 243, 238, 1) 100%
  );
  padding: 5rem 0 0 0;
  overflow: hidden;
  background-size: cover;
}

.hero-banner2 h1 {
  line-height: 1.1;
  margin-top: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: none;
  font-size: 3.2rem;
  font-weight: 800;
  color: #111;
  padding-right: 3rem;
}

.hero-banner2 .btn {
  padding: 0.75rem 2rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  min-width: 336px;
}

/*Our Menu ****/

.our-menu {
  padding: 5rem 0;
}
.our-menu .heading-block .info {
  max-width: 80%;
  margin: 0 auto;
}

.our-menu .heading-block {
  text-align: center;
}

.our-menu .head-title {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.menu-items .heading-block h2.title {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: capitalize;
  font-size: 2.5rem;
  font-weight: 800;
  padding-bottom: 2rem;
}

.see-menu-link {
  font-weight: 800;
  text-decoration: none;
  color: #3f90e0;
  font-size: 1.5rem;
  position: relative;
}

.see-menu-link:before {
  position: absolute;
  border-bottom: solid 3px #3f90e0;
  content: "";
  bottom: -5px;
  left: 0;
  width: 100%;
  transition: 0.2s;
}

/*Main
/*************************************************/

.video-block {
  position: relative;
  max-width: 992px;
  margin: 0 auto 0;
  z-index: 9;
}

.what-saying h2{font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: none;
  
  }

.faq-home{  font-size: 1rem; margin-bottom: 2rem; padding-top: 2rem;}
.faq-home h2{ font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: none;
    font-weight: 800;
    font-size: 2.5rem; padding-bottom: 2rem;
  }

    .faq-home h5{ font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: none;
    font-weight: 500;
    font-size: 1.125rem; margin: 0; padding: .5rem 0;}

 .faq-home .accordion-body{ padding: 2rem; line-height: 1.7; }


@media screen and (max-width: 991px) {
  .what-saying {
    padding: 3rem 0;
  }

  .sub {
    position: relative;
    z-index: 99;
  }
}

@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 3rem;
  }

  footer {
    padding: 3rem 0 0rem 0;
  }
}

.how-it-works-banner {
  background-position: center;
  background: #3f90e0 url(../png/blue-banner-bg.png);
  background-size: cover;
  padding: 5rem 0 21rem 0;
}

.how-it-works-banner .content {
  color: #fff;
  text-align: center;
}

.how-it-works-banner p {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.how-it-works-banner h3.title {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 800;
  padding-bottom: 1rem;
}

.how-it-works-banner h2.title {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 800;
  padding-bottom: 1rem;
  color: #fff;
}

.our-menu {
  position: relative;
}

/* Responsive Styles */
@media (max-width: 1400px) {
  .how-it-works-banner h1 {
    font-size: clamp(30px, 15.5vw, 225px);
  }
}

@media (max-width: 991px) {
  .how-it-works-banner h1 {
    font-size: clamp(30px, 14vw, 225px);
  }
}

@media screen and (max-width: 767px) {
  .how-it-works-banner {
    padding: 7rem 0 12rem 0;
  }
}

@media (max-width: 576px) {
  .how-it-works-banner {
    padding: 5rem 0 13rem 0;
  }

  .how-it-works-banner h1 {
    font-size: clamp(30px, 18vw, 225px);
  }

  .how-it-works-banner p {
    font-size: 0.9rem;
    padding-top: 0.5rem;
  }
}

/* -------- Video Section CSS -------- */

.how-it-works-video {
  position: relative;
  margin-top: -17.5rem;
}

/* Responsive Styles */
@media screen and (max-width: 991px) {
  .video-block {
    margin: 0;
    min-height: auto;
    background-position: center;
  }
}

@media screen and (max-width: 767px) {
  .how-it-works-video {
    margin-top: -10rem;
  }
}

/* -------- Process Section CSS ---------- */

.how-it-works-process {
  padding: 3.5rem 0 4rem 0;
}

.how-it-works-process .process-icon img {
  min-height: 60px;
}

.how-it-works-process h3 {
  color: #2c323d;
  font-size: 1.25rem;
  line-height: 0.9;
  padding-top: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.how-it-works-process p {
  color: #2c323d;
  font-size: 1rem;
  line-height: 1.25;
  padding-top: 0.5rem;
}

.expect-slider:before {
  position: absolute;
  left: 0;
  height: 100%;
  background: rgb(207, 218, 245);
  background: linear-gradient(
    86deg,
    rgba(207, 218, 245, 1) 0%,
    rgba(207, 218, 245, 0) 100%
  );
  z-index: 1;
  width: 180px;
  content: "";
  top: 0;
}

.expect-slider:after {
  position: absolute;
  right: 0;
  height: 100%;
  background: rgb(207, 218, 245);
  background: linear-gradient(
    90deg,
    rgba(207, 218, 245, 0) 0%,
    rgba(207, 218, 245, 1) 100%
  );
  z-index: 1;
  width: 180px;
  content: "";
  top: 0;
}

.meet-how {
  background: rgb(207, 218, 245);
  background: linear-gradient(
    180deg,
    rgba(207, 218, 245, 1) 50%,
    rgba(240, 241, 247, 1) 50%
  );
}

/*SUCCESS STORY*/

.join-section {
  padding: 5rem 0 5rem 0;
  background-color: #f0f1f7;
}

.join-section.meet-how h5 {
  font-size: 2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: none;
  font-weight: 700;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}

.join-slider .slick-next,
.join-slider .slick-prev {
  margin-top: 20px;
}

.join-section h3.heading {
  text-align: center;
  font-size: 2.5rem;
  padding-bottom: 2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: none;
  font-weight: 800;
}

.join-section h2.heading {
  text-align: center;
  font-size: 2.5rem;
  padding-bottom: 2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: none;
  font-weight: 800;
}

.join-section .note {
  font-size: 0.75rem;
  padding-top: 0rem;
  position: absolute;
  bottom: 8px;
  left: 39%;
}

.join-slider {
  padding: 1rem 2rem 1rem;
  border-radius: 1rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

.join-section .grid {
  display: grid;
  gap: 20px;
  grid-template-columns: auto auto auto auto;
}

.choose-plan-home {
  padding: 2rem 0 5rem 0;
  background-color: #edebe0;
}

.choose-plan-home .heading-block {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.choose-plan-home h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: none;
  font-weight: 800;
  font-size: 2.5rem;
}

.planbox {
  border: solid 2px;
  border-radius: 2rem;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}

.planbox.core {
  border-color: #6c8b46;
}
.planbox.flex {
  border-color: #3f90e0;
}

.planbox .info {
  padding: 2rem 3.5rem 1.5rem 3.5rem;
}

.planbox h4 {
  font-size: 4rem;
  font-family: "Press Gothic", sans-serif;
  font-weight: normal;
  text-transform: uppercase;

  line-height: 1;
}

.planpox-heading {
  border-bottom: solid 2px;
  padding: 1rem 2.5rem 0 2.5rem;
}

.planbox.core .planpox-heading {
  border-color: #6c8b46;
}
.planbox.flex .planpox-heading {
  border-color: #3f90e0;
  padding-top: 3.5rem;
}

.planbox.core h4 {
  color: #6c8b46;
}
.planbox.flex h4 {
  color: #3f90e0;
}

.planbox .info ul {
  padding: 0 0 0 0;
}
.planbox .info ul li {
  padding-bottom: 0.75rem;
}

.planbox.core .rec {
  background-color: #6c8b46;
  color: #fff;
  padding: 0.5rem 3rem;
}

.font-plus {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

.home-box.home-flex-plan .dinfo h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 3.5rem;
  text-transform: none;
  font-weight: 700;
  padding-bottom: 2rem;
  line-height: 1.2;
}

.home-box.home-flex-plan .dinfo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-box.home-flex-plan .dinfo ul li {
  padding-bottom: 0.75rem;
  position: relative;
  padding-left: 30px;
}
.home-box.home-flex-plan .dinfo ul li:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../svg/checkmark.svg);
  top: 2px;
}

.choose-plan-home .btn {
  color: #fff;
  min-width: 240px;
  position: relative;
  background-color: #353c46;
  font-size: 2rem;
}

/* Responsive Styles */
@media screen and (max-width: 1199px) {
  .how-it-works-process .process-desc {
    font-size: 1.125rem;
    padding-top: 0.25rem;
    max-width: 100%;
  }

  .expect-slider:before {
    width: 100px;
  }

  .expect-slider:after {
    width: 100px;
  }

  .hero-banner2 h1 {
    font-size: 2.2rem;

    padding-right: 0;
  }

  .hero-banner2 {
    padding-top: 3rem;
  }

  .food-delivery.home-box .dinfo {
    padding-bottom: 3rem;
  }
  .home-box.home-flex-plan .dinfo h3 {
    font-size: 2rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 991px) {
  .how-it-works-process .process-desc {
    font-size: 1rem;
    padding-top: 0;
  }

  .join-slider {
    padding-bottom: 4rem;
  }
  .join-section .note {
    left: 2rem;
    right: 2rem;
  }

  .food-delivery .dinfo .btn {
    min-width: 250px;
  }
  .food-delivery .btn-dinfo:before {
    left: -30%;
    width: 70%;
  }
  .food-delivery .dinfo h3 {
    min-height: 110px;
  }

  .planbox.flex .planpox-heading {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .food-delivery .dinfo {
    padding-bottom: 0;
  }
  .food-delivery .dinfo h3 {
    min-height: auto;
    text-align: center;
  }
  .food-delivery .btn-dinfo:before {
    display: none;
  }
  .food-delivery .dinfo h3 {
    padding: 1rem 1rem 3rem 1rem;
  }

  .food-delivery .dinfo .btn {
    min-width: 200px;
  }
  .food-delivery .btn-dinfo {
    align-items: center;
  }

  .join-section h1 {
    font-size: 2.5rem;
  }

  .join-section p {
    margin-right: 0rem;
  }

  .join-section .grid {
    grid-template-columns: auto auto;
  }

  .join-section .img-fluid {
    max-width: 250px;
  }

  .trainer .success-banner .meet {
    top: 0;
  }

  .hero-banner2 {
    text-align: center;
    padding-top: 3rem;
  }

  .hero-banner2 h1 {
    font-size: 2rem;

    text-align: center;
    line-height: 1.4;
    padding-right: 0;
  }

  .menu-items .heading-block h2.title {
    font-size: 1.5rem;

    padding-bottom: 2rem;
  }

  .our-menu .heading-block .info {
    max-width: none;
  }

  .join-section h3.heading {
    font-size: 1.5rem;
  }

  .join-section h2.heading {
    font-size: 1.5rem;
  }

  .our-menu {
    padding: 2.5rem 0;
  }

  .our-menu .heading-block h4 {
    font-size: 1rem;
  }

  .join-section {
    padding: 2rem 0 2rem 0;
  }

  .food-delivery.home-box.home-flex-plan {
    padding: 2rem 0;
  }

  .home-box.home-flex-plan .dinfo h3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .home-box.home-flex-plan .dinfo ul {
    padding-bottom: 2rem;
  }

  .choose-plan-home .heading-block {
    max-width: none;
  }

  .choose-plan-home h3 {
    font-size: 1.5rem;
    padding-bottom: 1rem;
  }

  .planbox h4 {
    font-size: 3rem;
  }

  .join-section.meet-how h5 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 575px) {
  .how-it-works-process .process-icon img {
    width: 3.5rem;
  }

  .how-it-works-process .process-title {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
  }

  .join-slider .slick-prev {
    left: 2px;
  }

  .join-slider .slick-next {
    right: 2px;
  }

  .ratio-16x9 {
    --bs-aspect-ratio: 120%;
  }
  .join-slider h2 {
    font-size: 2.25rem;
  }

  .top-bar span {
    padding-right: 2rem;
  }

  .hero-banner2 .btn {
    min-width: auto;
    width: 100%;
    max-width: 336px;
  }
}
