
.text-green {
  color: #669f1a;
}



.video-block .vidoe-holder {
  background-image: url(../how-it-work-video.html);
  min-height: 504px;
  background-position: center;
  background-size: cover;
  border-radius: 2rem;
  position: relative;
}


.video-block .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15.625rem;
  height: 12.5rem;
  margin-top: -100px;
  margin-left: -125px;
  cursor: pointer;
}

.yt-video {
  display: none;
  margin: 0 auto;
}

/*MEET*/
.meet-section {
  background-color: #fdfaf4;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.meet-section .grid {
  max-width: 300px;
}
.meet-section .grid .grid-item {
  font-size: 0.875rem;
}

.meet-section .grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 1.5rem;
}

.meet-section .grid {
  max-width: 300px;
}

.meet-section .grid .grid-item {
  font-size: 0.875rem;
}

/*EXPECT*/
/* .expect-section {
  padding: 5rem 10rem;
}

.expect-section h4 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.25rem;
}
.expect-slider h2 {
  font-weight: 700;
  color: #669f1a;
  text-align: center;
  font-size: 2rem;
}
.expect-slider p {
  max-width: 286px;
  margin: 0 auto;
}
.expect-slider .count {
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #669f1a;
  color: #669f1a;
  margin: auto;
  display: table;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.expect-slider .slick-slide {
  margin: 0 0.15rem;
  opacity: 0.3;
}
.expect-slider .slick-slide.slick-current {
  opacity: 1;
}
.expect-slider .slick-next,
.expect-slider .slick-prev {
  top: 20%;
}

.expect-slider .slick-next {
  right: -80px;
}

.expect-slider .slick-prev {
  left: -80px;
}


@media (max-width: 1199px) {
  .expect-slider h2 {
    font-size: 2rem;
  }

  .expect-section h2 {
    max-width: none;
  }
  .expect-slider p {
    max-width: none;
  }

  .expect-slider .slick-next {
    right: 0px;
  }

  .expect-slider .slick-prev {
    left: 0px;
  }
}

@media (max-width: 991px) {

  #video {
    width: 100%;
    height: 410px;
  }

  .expect-section {
    padding: 5rem 2rem;
  }

  .expect-slider .slick-next {
    right: -10px;
  }

  .expect-slider .slick-prev {
    left: -10px;
  }

  .meet-section .wl-pic {
    text-align: center;
    padding-bottom: 2rem;
  }


  .meet-section .grid {
    gap: 2.5rem;
  }

  .video-block .vidoe-holder {
    min-height: 425px;
  }
}

@media (max-width: 575px) {
} */





/* ----------------------------------------- 
                NEW CSS
------------------------------------------ */


/* -------- Hero Banner CSS -------- */

.how-it-works-banner {
  background-position: center;
  background: #3F90E0 url(../png/blue-banner-bg.png);
  background-size: cover;
  padding: 7rem 0 21rem 0;
}

.how-it-works-banner .content {
  color: #fff;
  text-align: center;
}

.how-it-works-banner h1 {
  font-size: clamp(30px, 16vw, 225px);
  line-height: .9;
  margin-bottom: 0;
}

.how-it-works-banner h1 span {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.how-it-works-banner p {
   max-width: 67%;
    margin: 0 auto;
}

/* 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: .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 7rem 0;
}

.how-it-works-process .process-icon img {
  min-height: 60px;
}

.how-it-works-process h3{
  color: #2C323D;
  font-size: 3.5rem;
  line-height: 0.9;
  padding-top: 1.5rem;
}

.how-it-works-process p{
  color: #2C323D;
  font-size: 1.25rem;
  line-height: 1.25;
  padding-top: 0.5rem;
  max-width: 270px;
  
}


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



/* Responsive Styles */
@media screen and (max-width:1199px) {
  .how-it-works-process .process-title {
    font-size: 3rem;
  }

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

@media screen and (max-width:991px) {
  .how-it-works-process .process-title {
    font-size: 2.25rem;
  }

  .how-it-works-process .process-desc {
    font-size: 1rem;
    padding-top: 0;
  }
}

@media screen and (max-width:575px) {
  .how-it-works-process .process-icon img {
    width: 3.5rem;
  }

  .how-it-works-process .process-title {
    font-size: 2rem;
  }

}




/* -------- Customer Story Section CSS -------- */

.customer-story {
  position: relative;
}

.customer-story::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background-image: url(../svg/meet-meghan-line-curve.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55%;
  width: 100%;
}

.customer-story .story-box {
  padding: 2.75rem 0;
  border-radius: 50px;
  background-color: #353C46;
  position: relative;
}

.customer-story .story-box h2 {
  color: #fff;
  font-size: 8.25rem;
  margin-left: -6rem;
  line-height: 1.2;
}

.customer-story .fitness-goal {
  padding-top: 1.25rem;
}

.customer-story .fitness-goal p,
.customer-story .fitness-goal h5 {
  color: #E4F89F;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 0.7;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.customer-story .fitness-goal p {
  color: #fff;
}

.customer-story .customer-review p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.4;
}



.customer-story .customer-results {
  padding: 0;
  margin: 0;
  padding-top: 2rem;
  columns: 2;
  column-gap: 3rem;
}

.customer-story .customer-results li {
  align-items: center;
  column-gap: 0.5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}


.customer-story .beforeafter-img-wrapper img {
  position: absolute;
  height: auto;
  bottom: 0;
}

.customer-story .beforeafter-img-wrapper img.after-img {
  left: -56px;
  max-width: 354px;
}

.customer-story .beforeafter-img-wrapper img.before-img {
  right: 24px;
  bottom: -3px;
  max-width: 300px;
}


/* Responsive Styles */
@media screen and (max-width:1199px) {
  .customer-story .customer-results {
    columns: 1;
  }

  .customer-story .beforeafter-img-wrapper img.after-img {
    left: -45px;
    width: 300px;
  }

  .customer-story .beforeafter-img-wrapper img.before-img {
    right: 0px;
    width: 250px;
  }
}

@media screen and (max-width:991px) {
  .customer-story .story-box {
    padding: 2rem 2rem 0;
    border-radius: 40px;
  }

  .customer-story .story-box h2 {
    font-size: 7rem;
    margin-left: 0;
  }

  .customer-story .customer-results {
    padding-bottom: 1rem;
  }

  .customer-story .beforeafter-img-wrapper {
    display: flex;
    justify-content: center;
  }

  .customer-story .beforeafter-img-wrapper img.after-img {
    position: relative;
  }

  .customer-story .beforeafter-img-wrapper img.before-img {
    position: relative;
    bottom: -2px;
  }
}


@media screen and (max-width:767px) {
  .customer-story .story-box h2 {
    font-size: 5rem;
  }

  .customer-story .customer-results {
    columns: 1;
    padding-top: 1rem;
  }

  .customer-story .fitness-goal p,
  .customer-story .fitness-goal h5 {
    font-size: 1.125rem;
  }

  .customer-story .customer-review p {
    font-size: 1rem;
  }

  .customer-story .customer-results li span {
    font-size: 1rem;
  }

  .customer-story .beforeafter-img-wrapper img.after-img {
    left: -20px;
  }

  .customer-story .beforeafter-img-wrapper img.before-img {
    right: 10px;
  }
}


@media screen and (max-width:576px) {
  .customer-story .story-box h2 {
    font-size: 4rem;
  }

  .customer-story .beforeafter-img-wrapper img.before-img {
    display: none;
  }

  .customer-story .beforeafter-img-wrapper img.after-img {
    left: auto;
    width: 100%;
    max-width: 100%;
  }
}





/* -------- Expect Section CSS -------- */

.expect-section {
    padding: 5.5rem 0 3rem 0;
    background-color: #CFDAF5;
    position: relative;
}



.expect-section::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  background-image: url(../svg/meet-meghan-line-curve.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 671px;
  width: 100%;
}


.expect-section .section-head {
  padding-bottom: 3rem;
}

.expect-section .section-head h2 {
  color: #353C46;
  font-size: clamp(30px, 16vw, 200px);
  line-height: .9;
}

.expect-section .expect-block {
  padding-right: 3rem;
  padding-left: 3rem;
} 

.expect-section .expect-block .count{
  color: #FDFAF4;
  display: block;
  line-height: 1;
  font-size: clamp(30px, 16vw, 200px);
  font-family: "Press Gothic", sans-serif;
}

.expect-section .expect-block .block-content {
  padding-top: 2.75rem;
  padding-left: 1rem;
}

.expect-section .expect-block h2 {
  color: #353C46;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-left: -2rem;
  text-transform: none;
}

.expect-section .expect-block p {
  color: #444;
  line-height: 1.55;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-top: 1rem;
  margin-bottom: 0;
}


/* Slick Slider Button Update */
.expect-section .slick-prev {
  background-image: url(../svg/arrow-filled-prev-slide.svg);
  left: -60px;
  z-index: 99;
}

.expect-section .slick-next {
  background-image: url(../svg/arrow-filled-next-slide.svg);
  right: -60px;
  z-index: 99;
}


/* Adding Side Gradient Blocks */
.expect-section .slick-track{
  position: relative
}

.expect-section .slick-track::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 180px;
  background: linear-gradient(92.07deg, #CFDAF5 1.34%, rgba(207, 218, 245, 0) 97.86%);
}

.expect-section .slick-track::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 100%;
  width: 180px;
  background: linear-gradient(92.07deg, #CFDAF5 1.34%, rgba(207, 218, 245, 0) 97.86%);
  transform: rotate(180deg) translateY(-50%);
}


@media (max-width: 1400px) {

  .expect-section .expect-block .count,
  .expect-section .section-head h2 {
    font-size: clamp(30px, 14vw, 200px);
  }

  .expect-section .slick-prev {
    left: -20px;
  }

  .expect-section .slick-next {
    right: -20px;
  }
}

@media screen and (max-width:1199px) {
  .expect-section .expect-block {
    padding-right: 2rem;
    padding-left: 2rem;
  } 
}

@media screen and (max-width:991px) {
  .expect-section .expect-block {
    padding-right: 1rem;
    padding-left: 1rem;
  } 
}


@media screen and (max-width:576px) {
  .expect-section {
    padding: 4rem 0;
  }

  .expect-section .expect-block {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .expect-section .expect-block .block-content {
    padding-left: 0;
    padding-top: 2rem;
  }

  .expect-section .expect-block h2 {
    margin-left: -1rem;
}

  .expect-section .expect-block .count {
    font-size: clamp(30px, 18vw, 200px);
  }

  .expect-section .expect-block p {
    font-size: .9rem;
    padding-top: 0.5rem;
  }

  .expect-section .slick-prev {
    left: -10px;
  }

  .expect-section .slick-next {
    right: -10px; 
  } 
}





/* Food Delivery Section */
.food-delivery.how-it-works {
  position: relative;
  background-color: #fff;
  padding: 6rem 0 0;
}

.food-delivery.how-it-works::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 55%;
  width: 100%;
  background-color: #F0F1F7;
}

.food-delivery.how-it-works .food-deli-block {
  background-color: #353C46;
  position: relative;
}

.food-delivery.how-it-works .dinfo {
  padding: 3.5rem 3rem 3.5rem 5rem;
}

.food-delivery.how-it-works .dinfo h3 {
  color: #fff;
  min-height: auto;
  padding-bottom: 0;
  font-size: 6.75rem;
}

.food-delivery.how-it-works .dinfo-footer p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.55;
  margin-bottom: 0;
}


.food-delivery.how-it-works .btn-dinfo:before {
  border: dashed 1px #E4F89F;
  position: absolute;
  width: 100%;
  content: "";
  left: -200px;
  top: 50%;
  margin-top: -1px;
  z-index: 0;
}




.food-delivery.how-it-works .dinfo-footer p.small {
  font-size: 0.75rem;
  padding-bottom: 0;
}


.food-delivery .dinfo .btn.btn-light { min-width: 200px;}

.food-delivery.how-it-works .dinfo .btn.btn-light:hover {  background-color: #353C46;}
.food-delivery.how-it-works .cta-pic {
  position: absolute;
  max-width: 426px;
  left: 32px;
  bottom: 0;
  z-index: 9;
}


@media screen and (max-width:1399px) {

  .food-delivery.how-it-works .dinfo h3 {
    padding-right: 0;
  }

  .food-delivery.how-it-works .dinfo {
    padding: 1.5rem 3rem 1.5rem 7.5rem;
  }
}


@media screen and (max-width:1199px) {
  .food-delivery.how-it-works {
    padding: 5rem 0;
  }
  
  .food-delivery.how-it-works .cta-pic {
    max-width: 340px;
    left: 0;
  }

  .food-delivery.how-it-works .dinfo {
    padding: 1.5rem 2rem 0 5rem;
  }

  .food-delivery.how-it-works .dinfo h3 {
    font-size: 4rem;
    padding-bottom: 0.5rem;
  }
}


@media screen and (max-width:991px) {
  .food-delivery.how-it-works .dinfo {
    padding: 2rem;
  }

  .food-delivery.how-it-works .dinfo h3 {
    font-size: 4rem;
  }

  .food-delivery.how-it-works .dinfo-footer p {
    padding-bottom: 0.5rem;
  }

  .food-delivery .dinfo .btn.btn-light { margin-top: 2rem;}


  .food-delivery.how-it-works .cta-pic {
    position: relative;
    margin: 0 auto;
    left: auto;
  }
}

@media screen and (max-width:576px) {
  .food-delivery.how-it-works .dinfo-footer p {
    font-size: 0.9rem;
  }

  .list-arrow {
    columns: 1;
}

.expect-slider:before {
  width: 60px;
}
.expect-slider:after {
  width: 40px;
}
.what-saying {
  padding-top: 0;
}

.how-it-works-banner p{max-width: none;}

}

