/* ------------- Header Sections ---------------- */
.header {
  display: flex;
  height: 9.6rem;
  padding: 0 3.2rem;
  background-color: #fcdcdb;
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  position: relative;
}

.logo {
  height: 30rem;
}

/* ----------------------------------------------- */

/* ---------------- Navigations Sections --------- */
.nav-ul {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  list-style: none;
}

.nav-list:link,
.nav-list:visited {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 1.8rem;
  transition: all 0.5s;
}

.nav-list:hover,
.nav-list:active {
  color: #f3736e;
}

.nav-cta:link,
.nav-cta:visited {
  border-radius: 9px;
  background-color: #f0504a;
  color: #fff;
  padding: 1.2rem 2.4rem;
}

.nav-cta:hover,
.nav-cta:active {
  background-color: #f3736e;
}

/* Mobile Navigations */

.mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
}

.icons-nav {
  font-size: 4.8rem;
}

/* ------------------------------------------------ */

/* ------------- Hero Sections ------------------- */

.hero-sections {
  background-color: #fcdcdb;
}

.hero {
  max-width: 130rem;
  margin: 0 auto;
  padding: 4.8rem 4.8rem;
  display: grid;
  gap: 9.2rem;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.hero-img {
  width: 100%;
}

.hero-text {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 4.8rem;
}

.dilivered {
  display: flex;
  margin-top: 8rem;
  gap: 1.8rem;
  align-items: center;
}

.dilivered-img {
  display: flex;
}

.dilivered-img img {
  height: 4.8rem;
  width: 4.8rem;
  border-radius: 50%;
  margin-right: -1.6rem;
  border: 3px solid #fcdcdb;
}

.dilivered-img img:last-child {
  margin: 0;
}
.dilivered-text {
  font-size: 2.4rem;
  letter-spacing: 0.3px;
  font-weight: 600;
}

.dilivered-text span {
  color: #f3736e;
  font-weight: 700;
}

/* ---------------------------------------------- */

/* ---------- Section Features IN --------------- */

.feature-box {
  margin-top: 3rem;
  display: flex;
  justify-content: space-around;
}

.as-fetures {
  font-size: 1.8rem;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 4rem;
  color: #888;
}

.feature-box img {
  height: 3.2rem;
  filter: brightness(0);
  opacity: 0.5;
}

/* ---------------------------------------------- */

/* ---------- Sections How It Work -------------- */

.section-how {
  margin-top: 9.2rem;
}

.how-img {
  width: 80%;
}

.how-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.subheading {
  font-size: 1.8rem;
  color: #f3736e;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 3rem;
  font-weight: 600;
}

.box-number {
  font-size: 8.6rem;
  color: #ddd;
  font-weight: 600;
}

.contain {
  font-size: 2rem;
  line-height: 1.6;
}

/*---------------------------------------------- */

/* ------------------ Section Meals------------- */

.meals {
  margin-top: 6.4rem;
  align-items: center;
}

.meals-box {
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.4s;
}

.meals-box:hover {
  transform: translateY(-20px);
  box-shadow: 0 3.2rem 6.4rem rgba(0, 0, 0, 0.06);
}

.heading {
  text-align: center;
}
.meals-img {
  width: 100%;
}

.meals-details {
  margin: 4.8rem;
  margin-top: 3.2rem;
}

.meal-heading {
  font-size: 2.4rem;
  font-weight: 600;
}

.meal-attris {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.meal-attri {
  font-size: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.icon {
  font-size: 2.4rem;
  color: #e67e22;
}
.tags {
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
}
.tag {
  display: inline-block;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 0.4rem 0.8rem;
  color: #333;
  border-radius: 12px;
}

.tag--vegi {
  background-color: #51cf66;
}

.tag--vegn {
  background-color: #94d82d;
}

.tag--paleo {
  background-color: #fcc419;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 4rem;
  font-size: 2.4rem;
}

.list-items {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.list-icons {
  font-size: 2.4rem;
  color: #e67e22;
}

.link-box {
  text-align: center;
}
/* --------------------------------------------- */

/* --------------- Testimonial Sections --------- */

.sections-testimonial {
  display: grid;
  grid-template-columns: 55fr 45fr;
  background-color: #fcdcdb;
  align-items: center;
  padding: 0 9.8rem;
}

.testimonial-container {
  margin-top: 2rem;
}

.testimonials {
  margin-top: 6.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 4.8rem;
  column-gap: 8rem;
}

.testimonial-img {
  width: 6.4rem;
  border-radius: 50%;
}

.testimonial-text {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.8;
}

.testimonial-name {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  color: #6f6f6f;
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  padding: 1.6rem;
}

.gallery {
  overflow: hidden;
}

.gallery-img {
  width: 100%;
  transition: all 0.4s;
}

.gallery-img:hover {
  transform: scale(1.2);
}

/* ---------------------------------------------- */

/* -------------- Pricing Sections -------------- */

.sections-pricing {
  padding: 9.8rem 0;
  padding-bottom: 0;
}

.plan-heading {
  text-align: center;
}

.price-box {
  width: 80%;
  border-radius: 12px;
  position: relative;
}

.price--starter {
  justify-self: end;
  border: 3px solid #fcdcdb;
  padding: 4.8rem;
}

.price--complete {
  background-color: #fcdcdb;
  position: relative;
  overflow: hidden;
  padding: 4.5rem;
  padding-bottom: 12rem;
}

.price--complete::after {
  content: "Best Value";
  background-color: #fcc419;
  color: #333;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.4rem 3rem;
  position: absolute;
  top: 5%;
  right: -8%;
  transform: rotate(45deg);
}

.plan-name {
  font-size: 1.8rem;
  color: #e67e22;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 3.2rem;
}

.plan-price {
  font-size: 6.4rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.plan-price span {
  font-size: 3.2rem;
  font-weight: 300;
}

.plan-details {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.75px;
}

.sign-up-box {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%);
  margin-top: 6.4rem;
  text-align: center;
}
/* -------------------- Features Sections ------- */

.feature-icon {
  margin-bottom: 3.2rem;
  font-size: 3.2rem;
  padding: 1.6rem;
  color: #f0504a;
  background-color: #fcdcdb;
  border-radius: 50%;
}

.features-heading {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.75px;
  margin-bottom: 1.6rem;
  color: #333;
}

.features-text {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.75px;
}

/* ---------------------------------------------- */

/* ----------- CTA Sections --------------------- */
.section-cta {
  padding: 9.8rem 0;
  margin-top: 0;
  margin-bottom: 12.8rem;
}

.cta {
  display: grid;
  grid-template-columns: 2fr 1fr;
  background-image: linear-gradient(to right bottom, #f3736e, #f3736e);
  border-radius: 12px;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.2);
}

.cta-img-box {
  background-image: linear-gradient(to right bottom, #f3736e38, #f3736e29),
    url(../img/imgae.jpg);
  background-size: cover;
  background-position: center;
}

.heading-text {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  line-height: 1.8rem;
}

.cta-text-box {
  padding: 3.6rem 4.8rem 4.8rem 4.8rem;
  color: #2e1907;
}

.cta-text {
  margin-bottom: 3.2rem;
}

.cta .secondary-heading {
  color: #2e1907;
}

.cta-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: end;
}

.cta-form label {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.cta-form input,
.cta-form select {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border: none;
  font-size: inherit;
  font-size: 2rem;
  color: #aaa;
  border-radius: 9px;
}

.btn-form {
  width: 100%;
  padding: 1.6rem 5rem;
  border: none;
  border-radius: 9px;
  align-self: end;
  background-color: #2e1907;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 2.4 4.8 rgba(0, 0, 0, 0.101);
  font-size: 1.8rem;
}

.btn-form:hover {
  background-color: #782825;
  color: #eee;
}

.btn-form > *:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgba(250, 229, 211, 0.314);
}

/* ---------------------------------------------- */

/* -------------- Footer ------------------------ */
footer {
  padding-top: 12.8rem;
  border-top: 1px solid #eee;
}

.grid-footer {
  grid-template-columns: 2fr 2fr 1fr 1fr 1fr;
}

.footer-heading {
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 4.8rem;
}

.footer-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  color: #767676;
  font-size: 1.6rem;
  transition: all 0.3s;
}

.footer-link:hover,
.footer-link:active {
  color: #333;
}

.social-links {
  margin-top: 3.2rem;
  display: flex;
  list-style: none;
  gap: 2.4rem;
}

.footer-logo {
  font-size: 2.4rem;
}

.logo {
  display: flex;
  flex-direction: column;
}

.copyright {
  font-size: 1.6rem;
  margin-top: 9rem;
}

address {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}

/* ---------------------------------------------- */
