/**************************/
/* HEADER */
/**************************/

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fbe6e8;

  /* Because we want header to be sticky later */
  height: 9.6rem;
  padding: 0 3.2rem;
  position: relative;
}

.logo {
  height: 6.2rem;
}

/**************************/
/* NAVIGATION */
/**************************/

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.8rem;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #830411;
}

.main-nav-link.nav-cta,
.main-nav-link.nav-cta {
  padding: 1.2rem 2.4rem;
  border-radius: 9px;
  color: #fff;
  background-color: #e65161;
  transition: all 0.3s;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
}

.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active,
.main-nav-link.nav-homeicon:hover,
.main-nav-link.nav-homeicon:active {
  background-color: #830411;
}

.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
  z-index: 9998;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

/**************************/
/* HERO SECTION */
/**************************/

.section-hero {
  background-color: #fbe6e8;
  padding: 4.8rem 0 9.6rem 0;
}

.hero {
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 3.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9.6rem;
  align-items: center;
}

.hero-description {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 4.8rem;
}

.hero-img {
  width: 100%;
}

.delivered-meals {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 8rem;
}

/**************************/
/* WHY SECTION */
/**************************/

.section-why {
  padding: 9.6rem 0;
}
.feature-icon {
  color: #ed838e;
  height: 3.2rem;
  width: 3.2rem;
  background-color: #fbe6e8;
  margin-bottom: 3.2rem;
  padding: 1.6rem;
  border-radius: 50%;
}

.feature-title {
  font-size: 2rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 1.6rem;
  line-height: 2rem;
}

.feature-text {
  font-size: 1.6rem;
  line-height: 1.8;
}

.grid--why {
  column-gap: 4.4rem;
}

/**************************/
/* MEALS SECTION */
/**************************/

.section-meals {
  padding: 9.6rem 0;
}

.meal {
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 11px;
  overflow: hidden;
  transition: all 0.4s;
}

.meal:hover {
  transform: translateY(-1.2rem);
  box-shadow: 0 3.2rem 6.4rem rgba(0, 0, 0, 0.06);
}

.meal-content {
  padding: 3.2rem 3.2rem 4.8rem 3.2rem;
  position: relative;
}

.coming-soon-gif--quickbites {
  width: 6.2rem;
  position: absolute;
  top: 15px;
  right: 55px;
  border-radius: 50%;
}

.meal-tags {
  margin-bottom: 1.2rem;
  display: flex;
  gap: 0.4rem;
}

.tag,
.reg-tag {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #333;
  border-radius: 100px;
  font-weight: 600;
}

.tag--vegetarian,
.reg-tag {
  background-color: #51cf66;
}
.tag--nonveg {
  background-color: #e2384a;
  color: #fff;
}

.meal-title {
  font-size: 2.4rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 3.2rem;
}

.meal-attributes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.meal-attribute {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.meal-icon {
  height: 2.4rem;
  width: 2.4rem;
  color: #ed838e;
}

.meal-img {
  width: 100%;
}

.all-recipes {
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  max-width: 40rem;
  margin-top: 7.2rem;
}

.coming-soon-gif {
  width: 6.2rem;
  position: absolute;
  top: -25px;
  right: 45px;
  border-radius: 50%;
}

/* .all-recipes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
} */

/**************************/
/* FRANCHISE SECTION */
/**************************/
.cta-close-div--franch {
  position: absolute;
  top: 15px;
  right: 35px;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.5s;
}

.section-pricing {
  padding: 9.6rem 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150vh;
  z-index: 99998;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateX(100%);
}

.franch-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateX(0%);
}

.princing-plan {
  border-radius: 11px;
  width: 90%;
}

.princing-plan--starter {
  justify-self: center;
  border: 2px solid #fbe6e8;
  padding: 4.6rem;
}

.princing-plan--complete {
  background-color: #fbe6e8;
  padding: 4.8rem;
  position: relative;
  overflow: hidden;
  justify-self: center;
}

.princing-plan--complete::after {
  content: "Recommended";
  position: absolute;
  top: 6.5%;
  right: -16%;

  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  background-color: #ffd43b;
  padding: 0.8rem 8rem;
  transform: rotate(45deg);
}

.plan-header {
  text-align: center;
  margin-bottom: 4.8rem;
}

.plan-name {
  color: #830411;
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.75;
  margin-bottom: 3.2rem;
}

.plan-price {
  font-size: 4.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.6rem;
}

.plan-price span {
  font-size: 2rem;
  font-weight: 500;
  margin-right: 0.8rem;
}

.plan-text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #6f6f6f;
}

.plan-sing-up {
  text-align: center;
  margin-top: 4.8rem;
  display: none;
}

.list-item span {
  line-height: 1.3;
  align-self: flex-start;
}

/**************************/
/* CTA SECTION */
/**************************/

.section-cta {
  /* top / right / bottom / left */
  /* padding: 9.6rem 0 12.8rem 0; */

  /* top / horizontal / left */
  padding: 4.8rem 0 12.8rem;
  position: relative;
}

.cta {
  display: grid;
  grid-template-columns: 2fr 1fr;
  background-color: #ed838e;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  border-radius: 11px;

  /* background-image: linear-gradient(
    to right bottom,
    #ed838e,
    rgb(226, 56, 74)
  ); */
  overflow: hidden;
}

.cta-text-box {
  padding: 4.8rem 6.4rem 6.4rem 6.4rem;
  color: #45260a;
}

.cta .heading-secondary {
  /* color: #45260a; */
  color: inherit;
  margin-bottom: 3.2rem;
}

.cta-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 4.8rem;
}

.cta-img-box {
  background-image: linear-gradient(
      to right bottom,
      rgba(237, 131, 142, 0.35),
      rgba(226, 56, 74, 0.35)
    ),
    url("/img/CTA\ Image.jpg");
  background-size: cover;
  background-position: center;
}

.cta-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}

.cta-form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.cta-form input,
.cta-form select {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  color: inherit;
  border: none;
  /* background-color: #fdf2e9; */
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.cta-form .checkbox {
  width: 2rem;
}

.cta-form input::placeholder {
  color: #aaa;
}

.cta *:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgba(251, 230, 232, 0.5);
}

.section-cta .error-message {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.8;
}

.section-cta .error-message,
.section-cta .success-message,
.customer-cta .cust-success-message,
.section-campaign-cta .camp-error-message,
.section-campaign-cta .camp-success-message,
.section-campaign-cta .camp-already-registered,
.section-campaign-cta .camp-server-error,
.section-campaign-cta .camp-error-message2 {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.8;
}

.cta-form .btn--form-franch {
  font-size: 3rem;
}

.form--ele3 {
  grid-row: 1;
  grid-column: 1 / span 2;
}

.form--ele2 {
  grid-row: 3;
}

.btn--form-franch {
  grid-row: 3;
  grid-column: 2;
}

.cta-form-chkbx-options {
  display: flex;
  flex-direction: row;
  gap: spaced;
}

.cta-form-chkbx-options label {
  margin-top: 1.2rem;
}

.cta-form-chkbx-options label:first-child {
  margin-right: 24rem;
}

.cta-know-more-link {
  cursor: pointer;
  display: inline;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: all 0.3s;
  /* color: #fff; */
}

/**************************/
/* FOOTER */
/**************************/

.footer {
  padding: 12.8rem 0;
  border-top: 1px solid #eee;
}

.grid--footer {
  grid-template-columns: 3fr 3fr;
}

.logo-col {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  display: block;
}

.footer--tagline {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 3.2rem;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 2.4rem;
  margin-top: 1.2rem;
}

.social-icon {
  height: 2.4rem;
  width: 2.4rem;
}

.copyright {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #767676;
  margin-top: auto;
}

.footer-heading {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 4rem;
}

.contacts {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
}

.address {
  margin-bottom: 2.4rem;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #767676;
  transition: all 0.3s;
}

.footer-link:hover,
.footer-link:active {
  color: #555;
}

/**************************/
/* Customer CTA */
/**************************/

.customer-cta {
  /* top / right / bottom / left */
  /* padding: 9.6rem 0 12.8rem 0; */

  /* top / horizontal / left */
  background-color: #ffffffda;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  transform: translateX(100%);
  z-index: 99999;

  opacity: 0;
  pointer-events: none;
  visibility: none;
}
.cust-cta--container {
  position: relative;
}

.cta-close-div {
  position: absolute;
  top: -6.5%;
  right: -1%;
}

.customer-cta--open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateX(0%);
}

.cta-close-btn,
.cta-close-btn--franch {
  width: 3.6rem;
  height: 3.6rem;
  cursor: pointer;
  transition: all 0.3s ease; /* Smooth transition */
}

.cta-close-btn--hover {
  width: 4.4rem;
  height: 4.4rem;
  cursor: pointer;
}

.cust-cta {
  display: grid;
  grid-template-columns: 2fr 1fr;
  background-color: #ed838e;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  border-radius: 11px;

  /* background-image: linear-gradient(
    to right bottom,
    #ed838e,
    rgb(226, 56, 74)
  ); */
  overflow: hidden;
}

.cust-cta-text-box {
  padding: 4.8rem 6.4rem 6.4rem 6.4rem;
  color: #45260a;
}

.cust-cta .heading-secondary {
  /* color: #45260a; */
  color: inherit;
  margin-bottom: 3.2rem;
}

.cust-cta-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 4.8rem;
}

.cust-cta-img-box {
  background-image: linear-gradient(
      to right bottom,
      rgba(237, 131, 142, 0.35),
      rgba(226, 56, 74, 0.35)
    ),
    url("/img/Cust-cta.jpeg");
  background-size: cover;
  background-position: center;
}

.cust-cta-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}

.cust-cta-form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.cust-cta-form input,
.cust-cta-form select {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  color: inherit;
  border: none;
  /* background-color: #fdf2e9; */
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.cust-cta-form .checkbox {
  width: 2rem;
}

.cust-cta-form input::placeholder {
  color: #aaa;
}

.cust-cta *:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgba(251, 230, 232, 0.5);
}

.customer-cta .error-message {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.8;
}

.customer-cta.error-message,
.customer-cta .success-message {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.8;
}

/**************************/
/* Campaign CTA SECTION */
/**************************/

.section-campaign-cta {
  /* top / right / bottom / left */
  /* padding: 9.6rem 0 12.8rem 0; */

  /* top / horizontal / left */
  padding: 4.8rem 0 12.8rem;
  position: relative;
}

/* #campaign-cta-form > :nth-child(3) {
  width: calc(100% + 50px);
}

#campaign-cta-form > :nth-child(4) {
  width: calc(100% - 50px);
  justify-self: end;
} */

.makecampaignvisible .aside-campaign-cta {
  position: absolute;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250vh;
  z-index: 99999;
}

.disablecampaign .aside-campaign-cta {
  display: none;
}

.div-campaign-cta {
  display: grid;
  grid-template-columns: 2fr 1fr;
  background-color: #ed838e;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  border-radius: 11px;

  /* background-image: linear-gradient(
    to right bottom,
    #ed838e,
    rgb(226, 56, 74)
  ); */
  overflow: hidden;
  position: relative;
}

.reg-tag {
  position: absolute;
  top: 5px;
  left: 5px;
}

.campaign-cta-text-box {
  padding: 4.8rem 6.4rem 6.4rem 6.4rem;
  color: #45260a;
}

.div-campaign-cta .heading-secondary {
  /* color: #45260a; */
  color: inherit;
  margin-bottom: 3.2rem;
}

.campign-cta-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 4.8rem;
}

.campaign-cta-img-box {
  background-image: linear-gradient(
      to right bottom,
      rgba(237, 131, 142, 0.35),
      rgba(226, 56, 74, 0.35)
    ),
    url("/img/Cust-cta.jpeg");
  background-size: cover;
  background-position: center;
  border-radius: 1.1rem;
}

.campaign-cta-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}

.campaign-cta-form label,
.campaign-cta-form .label-subheading {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.campaign-cta-form .label-subheading {
  margin-top: 1.6rem;
}

.campaign-cta-form input,
.campaign-cta-form select {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  color: inherit;
  border: none;
  /* background-color: #fdf2e9; */
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.campaign-cta-form .checkbox {
  width: 2rem;
}

.campaign-cta-form input::placeholder {
  color: #aaa;
}

.div-campaign-cta *:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgba(251, 230, 232, 0.5);
}

.section-campaign-cta .error-message {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.8;
}

.section-campaign-cta .error-message,
.section-campaign-cta .success-message {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.8;
}

.section-campaign-cta .btn--form-campaign {
  font-size: 3rem;
}

.campaign-cta-form .radio {
  width: 2rem;
  margin-left: 1rem;
}

.qty-left,
.fully-claimed {
  font-size: 1rem;
  font-style: italic;
}

.invisible {
  display: none;
}

.campaign-cta-form-radio-options label,
.campaign-cta-form-time-options label {
  font-size: 1.4rem;
}

#campaign-cta-form > :nth-child(4) {
  grid-row: 3;
  grid-column: 1;
}

#campaign-cta-form > :nth-child(5) {
  grid-row: 3;
  grid-column: 2;
}

/**************************/
/* Temp Menu */
/**************************/
.home-icon {
  font-size: 3.6rem;
}

.main-nav-link.nav-homeicon,
.main-nav-link.nav-homeicon {
  padding: 1.2rem 1.2rem;
  border-radius: 9px;
  color: #fff;
  background-color: #e65161;
  transition: all 0.3s;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
}

/**************************/
/* HOW IT WORKS SECTION */
/**************************/

.section-how {
  padding: 9.6rem 0;
}

.menu-section-box {
  justify-self: end;
}
.menu-grid--container :nth-child(4) {
  justify-self: center;
}

.menusection-details.product_mrp {
  justify-self: start;
}

.menusection-number {
  font-size: 8.6rem;
  font-weight: 600;
  color: #ddd;
  margin-bottom: 1.2rem;
}

.menusection-details {
  font-size: 1.8rem;
  line-height: 1.8;
}

.step-img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(4.2rem);
}

.step-img-box::before,
.step-img-box::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.step-img-box::before {
  width: 60%;
  /* height: 60%; */

  /* 60% of parent's width */
  padding-bottom: 60%;

  background-color: #fdf2e9;
  z-index: -2;
}

.step-img-box::after {
  width: 45%;
  padding-bottom: 45%;
  background-color: #fae5d3;
  z-index: -1;
}

.step-img.step-img2 {
  width: 45%;
}

.step-img.step-img3 {
  width: 80%;
  transform: translateX(1.2rem);
}

.step-img.step-img4 {
  width: 35%;
}

.step-img.step-img1 {
  transform: translateY(-2.2rem);
  width: 55%;
}

.grid.grid--menu {
  grid-template-columns: 4fr 1fr;
  row-gap: 1.5rem;
}

.menu-tag {
  display: inline-block;
  padding: 0.2rem 0.4rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #333;
  border-radius: 100px;
  font-weight: 600;
  transform: translateY(-0.2rem);
  margin-left: 1rem;
}

.menu-tag.tag--nonveg {
  color: #fff;
}
