/*&HEADER*/

.main-header {
  height: 9.6rem;
  padding: 0 4.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fdf2e9;
}
.logo {
  height: 2.2em;
}

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.8rem;
}

.main-nav-link:link,
.main-nav-link:visited {
  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: #cf711f;
}

.main-nav-link.main-nav-cta:link,
.main-nav-link.main-nav-cta:visited {
  display: inline-block;
  background-color: #e67e22;
  color: #fff;
  padding: 1.2rem 2.4rem;
  border-radius: 9px;
}

.main-nav-link.main-nav-cta:hover,
.main-nav-link.main-nav-cta:active {
  background-color: #cf711f;
}

/*HERO SECTION*/

.hero-section {
  padding: 4.8rem 0 9.6rem 0;
  background-color: #fdf2e9;
}

.hero-img {
  width: 100%;
}

.hero {
  max-width: 130rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding: 0 3.2rem;
  gap: 9.6rem;
}

.hero-text {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 4.8rem;
}

.delivered-meals {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  margin-top: 8rem;
}

.delivered--imgs {
  display: flex;
  /* align-items: center; */
}

.delivered--imgs img {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 3px solid #fdf2e9;
}

.delivered--imgs img:not(:last-child) {
  margin-right: -1.6rem;
}

.delivered-text {
  font-size: 1.8rem;
  font-weight: 500;
}

.delivered-text span {
  color: #cf711f;
  font-weight: 700;
}

/*SECTION FEATURED*/

.section-featured {
  padding: 4.8rem 0;
}

.feature-headding {
  font-size: 1.4rem;
  color: #888;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.4rem;
  letter-spacing: 0.75px;
}

.logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
}

.logos img {
  height: 3.2rem;
  filter: brightness(0);
  opacity: 50%;
}

/*STEPS-SECTION*/

.step-num {
  font-size: 8.6rem;
  font-weight: 600;
  color: #ddd;
  margin-bottom: 1.6rem;
}

.steps-section {
  padding: 9.6rem 0;
}

.step-img {
  width: 35%;
}

.step-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.step-img-box::before,
.step-img-box::after {
  display: block;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.step-img-box::before {
  background-color: #fdf2e9;
  width: 60%;
  /* height: 100%; */
  padding-bottom: 60%;

  z-index: -2;
}

.step-img-box::after {
  width: 45%;
  padding-bottom: 45%;
  background-color: #fae5d3;
  z-index: -1;
}

.step-text {
  font-size: 1.8rem;
  line-height: 1.8;
}

/*Meal Section*/

.section-meals {
  padding: 9.6rem 0;
}

.meal {
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0 2.4rem 3.2rem rgba(0, 0, 0, 0.062);
  transition: all 0.4s;
}

.meal:hover {
  transform: translateY(-1.2rem);
  box-shadow: 0 3.2rem 4.8rem rgba(0, 0, 0, 0.077);
}

.meal-box {
  padding: 3.2rem 4.8rem 4.8rem 4.8rem;
}

.meal-img {
  width: 100%;
}

.meal-attributes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.meal-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 2.4rem;
}

.meal-attribute {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.tag {
  font-size: 1.2rem;
  background-color: #37b24d;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 100px;
  color: #555;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1.6rem;
  color: #000;
}

.tags {
  display: flex;
  gap: 0.4rem;
}

.tag--vegan {
  background-color: #94d82d;
}

.tag--paleo {
  background-color: #fcc419;
}

.meal-icon {
  height: 2.4rem;
  width: 2.4rem;
  color: #e67e22;
}

.recipes {
  text-align: center;
}

/*SECTION TESTIMONIALS Full blending*/
.section-testimonials {
  /* padding: 9.6rem 0; */
  background-color: #fdf2e9;
  display: grid;
  grid-template-columns: 55fr 45fr;
  /*Αν δεν το βαλεις θα δημιουργήθει επιπλέον κενό 
  σε μικρότερα παράθυρα*/
  align-items: center;
}

.testimonial-container {
  padding: 9.6rem;
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8rem;
  row-gap: 4.8rem;
}

.testimonial img {
  height: 6.4rem;
  width: 6.4rem;
  border-radius: 50%;
  margin-bottom: 1.6rem;
}

.testimonial-text {
  font-size: 1.8rem;
  line-height: 1.8;
  font-style: normal;
  margin-bottom: 1.6rem;
}

.testimonial-author {
  font-size: 1.4rem;
  color: #6f6f6f;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  padding: 1.6rem;
}

.gallery img {
  display: block;
  width: 100%;
}

.gallery-item {
  overflow: hidden;
  border-radius: 11px;
}

.gallery-item img {
  transition: all 0.4s;
}

.gallery-item img:hover {
  transform: scale(1.1);
}

/*PLAN SECTION*/
.section-plans {
  padding: 9.6rem 0;
}

.plan-header {
  text-align: center;
  margin-bottom: 4.8rem;
}

.plan-title {
  font-size: 2rem;
  font-weight: 600;
  color: #cf711f;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}

.plan {
  width: 75%;
  border-radius: 11px;
}

.plan--starter {
  padding: 4.6rem;
  border: 2px solid #fdf2e9;
  justify-self: end;
}

.plan--complete {
  padding: 4.8rem;
  background-color: #fdf2e9;
  position: relative;
  overflow: hidden;
}

.plan--complete::after {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  content: "Best Value";
  background-color: #fcc419;
  color: #333;
  font-size: 1.4rem;
  padding: 0.8rem 8rem;
  position: absolute;
  top: 6%;
  right: -18%;
  transform: rotate(45deg);
}

.plan-price {
  font-size: 6.2rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 1.6rem;
}

.plan-price span {
  font-size: 3rem;
  font-weight: 500;
  margin-right: 0.8rem;
}

.plan-details {
  font-size: 1.6rem;
}

.plan-button {
  text-align: center;
  margin-top: 4.8rem;
}

.feature-icon {
  width: 3.2rem;
  height: 3.2rem;
  color: #e67e22;
  background-color: #fdf2e9;
  padding: 1.8rem;
  border-radius: 50%;
  margin-bottom: 1.8rem;
}

.feature-title {
  font-size: 2.4rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 1.8rem;
}

.feature-text {
  font-size: 1.8rem;
  line-height: 1.8;
}

.product-info {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
}

/*Section CTA*/

.section-cta {
  padding: 4.8rem 0 12.8rem;
}

.cta {
  /* height: 50rem; */
  background: linear-gradient(to right bottom, #e67e22, #eb984e);
  border-radius: 11px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  /*Για να μην βγαίνει η φωτογραφία στις άκρες*/
  overflow: hidden;
}

.cta-img-box {
  background-position: center;
  background-image: linear-gradient(
      to right bottom,
      rgba(230, 125, 34, 0.35),
      rgba(235, 151, 78, 0.35)
    ),
    url(../img/eating.jpg);
  background-size: cover;
}

.cta-text-box {
  padding: 4.8rem;
  color: #45260a;
}

.cta-text-box .heading-secondary {
  margin-bottom: 1.6rem;
  color: inherit;
}

.cta-text {
  font-size: 1.8rem;
  line-height: 1.8;
  color: inherit;
  margin-bottom: 4.8rem;
}

.cta-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}

/*Για να μην είναι διπλα στο πεδίο να πάει από κάτω το πεδίο από το label*/
.cta-form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.cta-form input,
.cta-form select {
  font-family: inherit;
  color: inherit;
  padding: 1.2rem;
  border-radius: 9px;
  width: 100%;
  border: none;
  background-color: #fdf2e9;
  font-size: 1.8rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.cta-form input::placeholder {
  color: #aaa;
}

/*Footer*/
.main-footer {
  padding: 12.8rem 0;
  border-top: 1px solid #eee;
}

.logo-col {
  display: flex;
  flex-direction: column;
  /* margin-top: auto; */
}

.social-icon {
  height: 2.4rem;
  width: 2.4rem;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 2.4rem;
}

.footer-link:link,
.footer-link:visited {
  font-size: 1.6rem;
  color: #767676;
  text-decoration: none;
  transition: all 0.4s;
}

.footer-link:hover,
.footer-link:active {
  color: #555;
}

.footer-logo:link,
.footer-logo:visited {
  display: block;
  margin-bottom: 3.2rem;
}

.copyright {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: auto;
  color: #767676;
}

.grid--footer {
  grid-template-columns: 1.5fr 1.5fr 1fr 1fr 1fr;
  column-gap: 4.8rem;
  row-gap: 3.2rem;
}

.col-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 4rem;
}

.contacts {
  font-style: normal;
  line-height: 1.6;
}

.address {
  font-size: 1.6rem;
  margin-bottom: 1.8rem;
}
.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

/*MOBILE*/

/*Εφόσον έχεις φτιάξεις το button με τα icons μέσα στο header θα πρέπει να αποφασήσεις αν αυτό το button θα φαίνεται βάζωντας το display:none στην style.css και όχι μέσα στο breakpoint*/

/*Επίσης θα δώσεις το απαραίτητο στυλ και στο button και στο icon εκτός breakpoint*/

/*Δεν θέλω σε deafult viewport να εμφανίζεται το mobile-button*/
.btn-mobile-nav {
  display: none;
  border: none;
  background: none;
  cursor: pointer;
}

/*Θες τα icon να είναι μεγάλα και οράτα με μαύρο χρώμα*/
.icon-mobile-nav {
  height: 4.8em;
  width: 4.8rem;
  color: #333;
}

/*Σε deafult συνθήκες το close-icon θα είναι κρυμένο μέσω ένος attribute selector*/
.icon-mobile-nav[name="close-outline"] {
  display: none;
}
