@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* spacing
2/4/8/12/16/24/32/48/64/80/96/128*/
/* font-size
10/12/14/16/18/20/24/30/36/44/52/62/74/86/98*/
/*colors
--primary:#f59f00
  
--tint:#fef5e6,#f59f00
--grays:#333,#555
--shades:
--
*/
.sticky {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 80rem;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999;

  transition: all 0.5s ease-out;
}
.logo {
  font-size: 2.4rem;
  height: 4.4rem;
  cursor: pointer;
}
.main-navigation-list {
  display: flex;
  gap: 4.8rem;
  list-style: none;
  justify-content: center;
}
.navigation-btn {
  display: block;
  font-size: 3.6rem;
  padding: 1.6rem 3.2rem;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.6rem 3.2rem;
  z-index: 45555; /* to show just over button on top */
}

/* for mobile navigation */

.navigation-btn .menu-btn {
  margin: 1.6rem;
  color: #777;
}
.navigation-btn .fa-close {
  display: none;
}
.navigation-btn .fa-bars {
  display: none;
}

.main-navigation-link:link,
.main-navigation-link:visited {
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 500;
  color: #212529;
}
.main-navigation-link:hover,
.main-navigation-link:active {
  color: #c47f00;
}
.main-navigation-link.nav-cta:link,
.main-navigation-link.nav-cta:visited {
  border-radius: 1.5rem;
  padding: 1.2rem 2.4rem;
  background-color: #f59f00;
  font-size: 3rem;
}
.main-navigation-link.nav-cta:hover,
.main-navigation-link.nav-cta:active {
  background-color: #c47f00;
  color: #fff;
  transition: all 0.5s ease-in;
}
/* ***************** */
/* hero-section  */
/* ******************** */
.hero-section {
  background-color: #fef5e6;
  padding: 4.8rem 0 4.8rem 0;
}
.hero {
  max-width: 130rem;
  margin: 0 auto;
  padding: 3.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9.6rem;
}

.hero-description {
  color: #555;
  margin-bottom: 4.8rem;
  font-size: 2rem;
  line-height: 1.5;
  padding-top: 4.5rem;
}

.hero-images {
  width: 100%;
}

.customer {
  display: flex;
  padding-top: 3.2rem;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.customer-images {
  display: flex;
}
.customer-images img {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 2px solid #f59f00;
  margin-right: -1.6rem;
}
.customer-images img:last-child {
  margin: 0;
}
.meals {
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 1.6rem;
  color: #555;
}
.meals span {
  color: #f59f00;
}
/* ******************
   Feature in section
 ****************** */

.feature-in {
  padding: 4.8rem 0;
}
.feature-container {
  padding-bottom: 0;
  margin-bottom: 0;
}
.feature-in.heading {
  text-align: center;
  color: #888;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
}

.logos {
  display: flex;
  justify-content: space-around;
  padding: 0 2.4rem;
}
.logos img {
  height: 8rem;
  filter: grayscale(40);

  stroke: #fef5e6;
}

.section-how {
  padding-top: 2.4rem;
}
/* ********************* */
/* section-how */
/* ************************ */

.step-num {
  font-size: 9.6rem;
  color: #eee;
  margin-bottom: 1.6rem;
  font-weight: 500;
}

.image-container {
  display: flex;
  justify-content: center;
  align-self: center;
  position: relative;
  z-index: 1;
}

.image {
  width: 50%;
}
.image-container::before {
  content: "";
  position: absolute;
  background-color: #eee;
  display: block;
  width: 60%;
  padding-bottom: 60%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.image-container::after {
  content: "";
  position: absolute;
  background-color: #f59f00;
  display: block;
  width: 55%;
  padding-bottom: 55%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
/* Meals titles */
/* spacing
2/4/8/12/16/24/32/48/64/80/96/128*/
/* font-size
10/12/14/16/18/20/24/30/36/44/52/62/74/86/98*/
.section-meal {
  padding: 9.6rem 0;
}
.meal-card {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  border-radius: 11px;
  overflow: hidden;
  padding-bottom: 2.4rem;
}
.meal-card:hover {
  transform: translateY(-1.2rem);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.meal-image {
  height: 30rem;
}
.tag {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  color: #333;
  border-radius: 1.5rem;
  letter-spacing: 1px;
}
.tag--vegan {
  background-color: #c0eb75;
}
.tag--peluo {
  background-color: #ffe066;
}
.tag--vegtarian {
  background-color: #69db7c;
}
.meal-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
  line-height: 1;
  letter-spacing: 1.5px;
}

.meal-attributes {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1.6rem;
  list-style: none;
}
.meal-attribute {
  display: flex;
  align-items: center;
  column-gap: 1.4rem;
}
.meal-attribute .fas {
  color: #f59f00;
}
.meal-content {
  padding: 3.2rem 1.2rem 4.8rem 1.2rem;
}
.list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
}
.list-item {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  gap: 3.6rem;
}
.fa-check {
  color: #f59f00;
  font-size: 3rem;
}
.all-receipe {
  text-align: center;
}
.button {
  text-decoration: none;
  color: #f59f00;
}

/* .button:link,
.button:visited */
.button:link,
.button:visited {
  padding: 1.2rem 0;
  font-size: 2.4rem;
  border-bottom: 2px solid currentColor;
  padding-bottom: 2px;
  transition: all 0.3s;
}

.button:hover,
.button:active {
  color: #c47f00;
  border-bottom: 2px solid transparent;
}
.align {
  text-align: center;
}
/* ******************/
/* Testmonials */
/* ******************** */

/* spacing
2/4/8/12/16/24/32/48/64/80/96/128*/
/* font-size
10/12/14/16/18/20/24/30/36/44/52/62/74/86/98*/
.testmonial {
  background-color: #fef5e6;
}
.testmonials {
  display: grid;
  grid-template-columns: 55fr 45fr;
  row-gap: 4.8rem;
  column-gap: 4.8rem;
}
.testmonial-heading {
  padding-left: 3.2rem;
  align-self: center;
}
.testmonial-image img {
  width: 6.4rem;
  border-radius: 50%;
  border: 3px dotted #f59f00;
}

.testmonial-text {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
.testmonial-name {
  color: #777;
}
.testmonial-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 2.4rem;
  justify-content: center;
  gap: 1.2rem;
}
.gallery-food {
  overflow: hidden;
}
.food-image {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.gallery-food img:hover {
  transform: scale(1.1);
}
/* ******************/
/* pricing plan */
/* ******************** */

/* spacing
2/4/8/12/16/24/32/48/64/80/96/128*/
/* font-size
10/12/14/16/18/20/24/30/36/44/52/62/74/86/98*/
.container-pricing {
  padding: 9.6rem 0;
}
.starter,
.complete {
  padding: 3.2rem;
}
.starter {
  border: 2px solid #eee;
}
.starter-heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #c47f00;
  text-transform: uppercase;
  padding-bottom: 3.2rem;
}
.starter-price {
  text-align: center;
  font-size: 6.2rem;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 1.2rem;
}
.starter-text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #555;
  padding-bottom: 3.2rem;
}
.btn--sgn-up {
  display: flex;
  justify-content: center;
  align-self: center;
  margin-top: 4.8rem;
}

.pricing-plan {
  border-radius: 1.5rem;
  width: 90%;
  line-height: 1.5;
}
.pricing-plans {
  padding: 2.4rem 0;
}
.complete {
  background-color: #fff4e6;
  position: relative;
  overflow: hidden;
}
.complete::after {
  content: "Best value **";
  position: absolute;
  background-color: #ffe066;
  color: #e8590c;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  top: 4.5%;
  right: -7%;
  transform: rotate(49deg);
  padding: 0.8rem 3.2rem;
}
.plan-detail {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
}
/* * ******************/
/* feature section */
/* ******************** */

/* Meals titles */
/* spacing
2/4/8/12/16/24/32/48/64/80/96/128*/
/* font-size
10/12/14/16/18/20/24/30/36/44/52/62/74/86/98*/
.feature {
}
.icons {
  background-color: #fff3bf;
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.6rem;
}
.icon {
  color: #f59f00;
}
.feature-title {
  color: #212529;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
  letter-spacing: 1.4px;
  line-height: 1.5;
}
.feature-text {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
}
/* * ******************/
/* feature section */
/* ******************** */

/* Meals titles */
/* spacing
2/4/8/12/16/24/32/48/64/80/96/128*/
/* font-size
10/12/14/16/18/20/24/30/36/44/52/62/74/86/98*/
.cta-section {
  padding: 9.6rem 0 12.8rem 0;
}

.cta {
  display: grid;
  grid-template-columns: 2fr 1fr;
  background: linear-gradient(to right bottom, #e8590c, #f59f00);
  margin-top: 4.8rem;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
}
.cta-image {
  background-image: linear-gradient(
      to right bottom,
      rgba(236, 92, 14, 0.3),
      rgba(245, 159, 0, 0.3)
    ),
    url(images/pablo-merchan-montes-Orz90t6o0e4-unsplash.jpg);

  background-size: cover;
  background-position: center;
}
/* CTA Section */
/* spacing
2/4/8/12/16/24/32/48/64/80/96/128*/
/* font-size
10/12/14/16/18/20/24/30/36/44/52/62/74/86/98*/
.cta-text-box {
  color: #212529;
  padding: 6.2rem 5.2rem;
}
.cta-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}
.cta-form label {
  color: inherit;
  margin: 1.6rem 5px;
  display: block;
  font-family: inherit;
}
.cta-form input {
  padding: 1.6rem 2.4rem;
  width: 100%;
  border-radius: 1.5rem;
  color: inherit;
  border: none;
  font-family: inherit;
  background-color: #fdf2e9;
  box-shadow: 0 2.4px 10px rgba(0, 0, 0, 0.15);
}
.cta-form input::placeholder {
  color: #888;
}
select {
  padding: 1.6rem 2.4rem;
  width: 100%;
  background-color: #fdf2e9;
  border-radius: 1.5rem;
  color: inherit;
  border: none;
  font-family: inherit;
  font-size: 1.8rem;
  box-shadow: 0 2.4px 10px rgba(0, 0, 0, 0.15);
}
.cta-form button {
  align-self: end;
  margin-bottom: 0;
  border: none;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  background-color: #7b5000;
}
.cta *:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgb(231, 197, 133);
}
/* footer-section */
/* spacing
2/4/8/12/16/24/32/48/64/80/96/128*/
/* font-size
10/12/14/16/18/20/24/30/36/44/52/62/74/86/98*/
.footer {
  margin-top: 2.4rem;
  padding: 12.8rem 0;
}
.grid--footer {
  grid-template-columns: 1.3fr 1.3fr 1fr 1fr 1fr;
  column-gap: 4.8rem !important;
  padding: 9.6rem 3.2rem;
  border-top: 1px solid #ddd;
}

.social-link {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  margin-top: 1.6rem;
  list-style: none;
  color: #333;
}
.logo-col {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.social-icons {
  font-size: 3rem;
}
.footer-copyright {
  font-size: 1.6rem;
  margin-top: auto;
}
.footer-heading {
  font-size: 2rem;
  font-weight: 600;
  padding: 0 0 1.6rem 0;
  margin-bottom: 4rem;
}
.address {
  font-style: normal;
}
.address-text {
  font-style: normal;
  font-size: 1.8rem;
  color: #333;
  padding-top: 1.6rem;
  margin-bottom: 4.6rem;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.footer-link:link,
.footer-link:visited {
  display: flex;
  gap: 1.8rem;
  margin-top: 1.2rem;
  text-decoration: none;
  color: #333;
  font-style: normal;
  font-size: 1.8rem;
}
