@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

body {
  font-size: 1rem;
  line-height: 1.5;
  color: #353c46;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.btn {
  border-radius: 5rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.7rem 1rem 0.5rem;
  font-size: 1.5rem;
}

.text-green {
  color: #6c8b46;
}

.text-blue {
  color: #3F90E0;
}


.btn-light {
  background-color: #3f90e0;
  border-color: #3f90e0;
  color: #fff;
  font-weight: 800;
}

.btn-light:hover {
  background-color: transparent;
  border-color: #e4f89f;
  color: #e4f89f;
}

/*Typography
/*--------------------------------------*/
h1,
h2,
h3 {
  font-weight: 400;
  /* font-family: "Press Gothic", sans-serif; */
  /* text-transform: uppercase;  */
}

h1 {
  font-size: 4rem;
  margin-bottom: 1.4rem;
}

h2 {
  font-size: 3.25rem;
  margin-bottom: 0rem;
  color: #353c46;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 0.875rem;
}

/*Main
/*************************************************/

/* Your Meals */

.what-saying {
  padding: 4rem 0 3rem 0;
}

.what-saying  h4{ font-weight: 800; padding-left: 1.5rem; padding-right: 1.5rem; font-size: 1.60rem;

}

.what-saying h5 {
  font-weight: 800;
}

/* Dots */

.slick-dots {
  position: absolute;
  bottom: -55px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 0;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: #d9d9d9;
  border: 0;
  border-radius: 50%;
  transition: 0.1s ease-in-out;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #6c8b46;
  width: 1.25rem;
  height: 1.25rem;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*MEAL PLAN*/

footer sup {
  top: -0.8em;
  font-size: 0.6rem;
}

/* Rewivews */
.what-included {
  max-width: 1168px;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.what-included h3 {
  text-align: center;
  font-size: 4rem;
}

/* What Included */

.slick-prev::before,
.slick-next::before {
  display: none;
}

.ourclient-slider .slick-slide {
  margin: 0 1.5rem;
}

.ourclient-slider .slick-slide .clogo {
  display: flex !important;
  align-items: center;
  height: 100px;
}

/* Arrow */

/* as-seen-on */
.as-seen-on {
  background-color: #3f90e0;
  padding: 2rem 0 2rem 0;
  position: relative;
}

.as-seen-on:before {
  background-image: url(../img/as-seen-mask.svg);
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  content: "";
  background-size: 100%;
}

.as-seen-on .title-seen {
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 1.5rem;
}

/* Footer */

footer {
  background: #6c8b46 url(../img/footer-bg.png);
  padding: 5.5rem 0 1rem 0;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
}

footer p {
  opacity: 0.9;
}

footer a {
  text-decoration: none;
}

.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

/* Slick Theme  */

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 57px;
  height: 57px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 1;
  margin-top: -28px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.2s;
}

.slick-next:hover,
.slick-prev:hover {
  background-color: #e4f89f;
}

.slick-prev {
  left: -28px;
}

.slick-next {
  right: -28px;
}

.slick-next {
  background-image: url(../img/arrow-next-slide1.svg);
  width: 57px;
  height: 57px;
  background-size: 100%;
}

.slick-prev {
  background-image: url(../img/arrow-prev-slide1.svg);
  width: 57px;
  height: 57px;
  background-size: 100%;
}

/*SUCCESS STORY*/

.meet .sml-txt {
  font-size: 10px;
  padding-top: 10px;
  font-weight: 200;
}

/* Icon Fonts */

/*Video Button =========== */

/* /Video Button =========== */

.video-block {
  position: relative;
  max-width: 992px;
  margin: 0 auto 0;
  z-index: 9;
}

.food-delivery {
  padding: 6rem 0;
  background-color: #f0f1f7;
}

.food-delivery .food-deli-block {
  background-color: #fff;
  border-radius: 50px;
  position: relative;
  min-height: 310px;
}

.food-delivery .delivery-info {
  display: flex;
  align-items: center;
}

.food-delivery .delivery-info h3 {
  font-size: 3.5rem;
  margin: 0;
}

.food-delivery .delivery-info p {
  padding-bottom: 1rem;
}

.food-delivery .dinfo {
  padding: 1.25rem 3rem 1.25rem 4rem;
}

.food-delivery .dinfo h3 {
  font-size: 6rem;
  padding-right: 3rem;
  min-height: 200px;
}

.food-delivery .dinfo .btn {
  min-width: 400px;
  position: relative;
}
.food-delivery .btn-dinfo {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.food-delivery .btn-dinfo:before {
  border: dashed 1px #6c8b46;
  position: absolute;
  width: 100%;
  content: "";
  left: -250px;
  top: 50%;
  margin-top: -1px;
  z-index: 0;
}

@media (max-width: 1400px) {
  .food-delivery .dinfo {
    padding-left: 7rem;
  }
}

@media (max-width: 1199px) {
  h2 {
    font-size: 4rem;
  }

  footer {
    font-size: 0.85rem;
  }

  .food-delivery .delivery-info {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .video-block {
    margin: 1rem 1rem 0;
    position: relative;

    min-height: 400px;
    background-position: -120px 0;
  }

  .food-delivery .dinfo {
    padding: 3rem 1.5rem;
  }

  .food-delivery .delivery-info h3 {
    font-size: 2.5rem;
  }

  .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;
  }
}

@media screen and (max-width: 576px) {
  footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slick-next,
  .slick-prev {
    width: 32px;
    height: 32px;
  }

  .slick-arrow:before {
    left: 6px;
    top: 6px;
  }

  .slick-dots li {
    width: 15px;
  }
}

.how-it-works-banner {
  background-position: center;
  background: #3f90e0 url(../img/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 h1 {
  font-size: clamp(30px, 16vw, 225px);
  line-height: 0.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 {
  margin-bottom: 0;
}

/* 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 7rem 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;
}

.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%
  );
}

/* 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;
  }
}

@media screen and (max-width: 991px) {
 

  .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: 1.25rem;
    padding-bottom: .5rem;
  }
}

/* -------- Customer Story Section CSS -------- */

.customer-story {
  position: relative;
}

.customer-story::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background-image: url(../img/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(../img/meet-meghan-line-curve.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 671px;
  width: 100%;
}

.expect-section .section-head {
  padding-bottom: 4rem;
}

.expect-section .section-head h2 {
  color: #353c46;
  font-size: 3rem;
  line-height: 0.9;
  font-weight: 800;
  text-transform: uppercase;
}

.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(../img/arrow-filled-prev-slide.svg);
  left: -60px;
  z-index: 99;
}

.expect-section .slick-next {
  background-image: url(../img/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 .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 1rem 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: 0.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: #6c8b46 url(../img/footer-bg.png);
  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: #fff;
  position: relative;
}

.food-delivery.how-it-works .dinfo {
  padding: 3.5rem 3rem 3.5rem 5rem;
  color: #2c323d;
}

.food-delivery.how-it-works .dinfo h3 {
  color: #2c323d;
  min-height: auto;
  padding-bottom: 0;
  font-size: 3.75rem;
  text-transform: uppercase;
  font-weight: 800;
}

.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 #3f90e0;
  position: absolute;
  width: 100%;
  content: "";
  left: -150px;
  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;
  }

  .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;
    text-align: center;
  }

  .food-delivery.how-it-works .dinfo h3 {
    font-size: 2.25rem;
    padding: 0;
  }

  .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;
  }

  .expect-slider:before {
    width: 60px;
  }
  .expect-slider:after {
    width: 40px;
  }

  .btn-light{ font-size: 1rem; font-weight: 800;}
 
}

/*MEAL PLAN*/

/*SUCCESS STORY*/

.join-section {
  padding: 3rem 0 3rem 0;
  background-color: #f0f1f7;
}

.join-section h2{ font-size: 5rem; 
  font-family: "Press Gothic", sans-serif; 
text-transform: uppercase;}

.join-slider .slick-next,
.join-slider .slick-prev {
  margin-top: 20px;
}




.join-section h3 {
  text-align: center;
  font-size: 3.5rem;
  padding-bottom: 0.5rem;
}

.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;
}

@media screen and (max-width: 991px) {
  .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;
  }
}

@media screen and (max-width: 767px) {
  .cta-pic2 {
    position: static;
  }
  .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;
  }
}

@media screen and (max-width: 567px) {
  .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;
  }



}







.banner {
  background: #6c8b46;
  color: #fff;
  padding: 1rem 0 0 0;
}

.banner .logo {
  width: 150px;
  padding-bottom:1rem; padding-top: 1rem;
}

.header-content { padding-bottom: 6rem;}

.header-content p {
  font-size: 1.125rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
}

.header-content ul.list {
  padding: 0 0 2rem 2rem;
  margin: 0;
  text-align: left;
  display: inline-block;
}
.header-content ul.list li {
  padding-bottom: 1rem;
}

.btn-primary::before {
  background: url(../img/offer-badge.svg);
  width: 75px;
  height: 75px;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  right: -44px;
  top: -33px;
}

.header-content .trustpilot-widget {
  padding: 2rem 0 0;
  max-width: 420px;
}

.resuts-star {
  font-size: 0.875rem;
  font-style: italic;
}

.btn-see-menu {
  border: solid 2px #353c46;
  background-color: #353c46;
  color: #fff;
  font-weight: 800;
  padding: .75rem 3rem;
  position: relative;
  font-size: 1.25rem;
}

.btn-see-menu:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-see-menu::before {
  background: url(../img/offer-badge.svg);
  width:100px;
  height:100px;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  right: -55px;
  top: -45px;
  background-size: 100%;
}

h1.title {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: capitalize;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  margin-right:-9rem;
  padding-top: 2rem;
}

h2.title {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: none;
  font-size: 2rem;
  font-weight: 800;
}

h3.title {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 800;
}

.menu-items {
  padding: 5rem 0;
}

.menu-items .heading-block {
  text-align: center;
}

.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;
}

.menu-items .heading-block .info {
  max-width: 60%;
  margin: 0 auto;
}

.menu-items .popular-item {
  text-align: center;
  padding-bottom: 2rem;
}

.menu-items .popular-item h5 {
  font-size: 0.875rem;
  padding: 0.75rem 0 0;
  font-weight:800;
}

.menu-items-section {
  margin: 0 auto;
  text-align: center;
}

.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: 10%;
  width: 80%;
  transition: 0.2s;
}

.see-menu-link:hover:before {
  opacity: 0;
}

.flogo-white {
  width: 300px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .banner {
    padding: 1rem 0.5rem 5rem 0.5rem;
  }

  h1.title {
    font-size: 2rem;
    margin-right: 0;
    padding-top: 2rem;
  }

  .header-content ul.list {
    margin: 1rem 1.5rem;
  }

  .menu-items .heading-block .info {
    max-width: none;
  }

.banner .logo {
    width: 70px;
    margin: 0 ;
    padding-bottom: 1rem;
}

.menu-items .heading-block h2.title{ font-size: 1.75rem;}

.menu-items {
    padding: 3rem 0 5rem 0;
}

.header-content {
    padding-bottom: 1rem;
    text-align: center;
}

}

@media (max-width: 575px) {
.food-delivery.how-it-works{ padding-bottom: 1rem;}

.header-content {
    padding-bottom: 1rem;
    text-align: center;
}

.header-content ul.list{ padding-left: 0; margin-bottom: 0;}
}



.m-scroll {
  position: relative;
  z-index: 1;
  padding-top: 6rem;
    color: #4A5F30;
}
.m-scroll__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  transform: scale(2);
  transition: all 1s ease;

}
.m-scroll__title > div {
  display: flex;
  -webkit-animation: scrollText 23s infinite linear;
          animation: scrollText 23s infinite linear;
}
.m-scroll__title .animated-text {
  margin: 0;
  font-size:clamp(5rem, 12vw, 25rem);
  color: #4A5F30;
  transition: all 2s ease;
  text-transform:uppercase;
  opacity: .5;
  line-height: 1;
   font-family: "Press Gothic", sans-serif;

}

@-webkit-keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}



@media (max-width: 575px) {

.m-scroll {
  padding-top: 2rem;
  padding-bottom: 1rem;
}


.banner .logo {
padding-top: 0;
}

.as-seen-on { padding-top: 0;}

.menu-items h4{ font-size: 1.25rem;}

.expect-section .section-head h2{ font-size: 2rem;}
}