* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}
html {
  font-family: "Inter", sans-serif;
  font-size: 62.5%;
  color: #555;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
  max-width: 120rem;
}

.main-nav {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.6rem;
}

.main-nav-list {
  list-style: none;
  display: flex;
  gap: 4.8rem;
}

.main-nav-link:link,
.main-nav-link:visited {
  text-decoration: none;
  color: #555;
  font-weight: 700;
  font-size: 2.4rem;
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #e63922;
}

.header {
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("img/food/food-drink.jpeg"); */
  background-image: linear-gradient(
    to right,
    rgb(239, 241, 228),
    rgb(252, 226, 215)
  );
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-size: cover;
  height: 9.6rem;
  padding: 0 4.8rem;
  position: relative;
}

.header-container {
  margin: 0 auto;
  max-width: 120rem;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 10rem;
  padding: 0 3.2rem;
}

.header-container-inner {
  width: 50%;
}

.section-hero {
  padding: 4.8rem 0 9.6rem 0;
  background-image: linear-gradient(
      to right,
      rgba(239, 241, 228, 0.918),
      rgba(252, 226, 215, 0.877)
    ),
    url("img/food/food-drink.jpeg");
  background-size: 100%;
  /* color: #fff; */
  /* background-image: linear-gradient(
    to right,
    rgb(239, 241, 228),
    rgb(252, 226, 215)
  ); */
}

.hero-h1 {
  letter-spacing: -1px;
  font-size: 5.2rem;
  margin-bottom: 3.2rem;
}

.hero-text {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 4.8rem;
}

.btn:link,
.btn:visited {
  font-size: 2rem;
  font-weight: 600;
  background-image: linear-gradient(to right, rgb(23, 116, 36), #e63922);
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 1.6rem 3.2rem;
  border-radius: 0.9rem;
}

.btn:hover {
  background-image: linear-gradient(to left, rgb(23, 116, 36), #e63922);
}

h2 {
  font-size: 4.2rem;
  margin-bottom: 4.8rem;
}

section {
  padding: 9.6rem 0 4.8rem 0;
}

.logo {
  height: 8rem;
}

/* ****************************
LOCATION SECTION
**************************** */
.location-box {
  width: 50rem;
  height: 20rem;

  border-radius: 3rem;
  box-shadow: 10rem 10rem 30rem rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  overflow: hidden;
}

.location-box:hover {
  background-size: 105%;
  transition: all 0.5s;
}

.location-grid {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-around;
  row-gap: 6.4rem;
  margin-bottom: 2rem;
}

.location h2 {
  text-align: center;
}

.location-place {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.location-date {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

.location-link:link,
.location-link:visited {
  background-color: white;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 15rem;
  padding: 1rem;
  border-radius: 1rem;
  border: none;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  color: #555;
}

.location-link:hover,
.location-link:active {
  color: white;
  background-image: linear-gradient(to right, rgb(23, 116, 36), #e63922);
  transition: 0.3s;
}

.location-button {
  width: 15rem;
  padding: 1rem;
  border-radius: 10px;
  border: none;
}

.menu-info {
  text-align: center;
  font-size: 2rem;
}

/* ****************************
LOCATION IMAGES
**************************** */
.kv {
  background-image: linear-gradient(rgba(0, 0, 0, 0.596), rgba(0, 0, 0, 0.637)),
    url("img/location-logo/KV.jpg");
  background-size: 100%;
}

.wp {
  background-image: linear-gradient(rgba(0, 0, 0, 0.596), rgba(0, 0, 0, 0.637)),
    url("img/location-logo/WV.jpg");
  background-size: 100%;
}
.wg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.596), rgba(0, 0, 0, 0.637)),
    url("img/location-logo/WG.jgp.jpg");
  background-size: 100%;
}
.fw {
  background-image: linear-gradient(rgba(0, 0, 0, 0.596), rgba(0, 0, 0, 0.637)),
    url("img/location-logo/FW.jpg");
  background-size: 100%;
}

/* ****************************
MENU SECTION
**************************** */
.section-menu {
  padding: 9.6rem 0;
  margin-bottom: 10rem;
}

.menu-pics {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  gap: 3rem;
}

.menu-special,
.menu-chicken {
  height: 40rem;
}

.section-menu h2 {
  text-align: center;
}

.icon-truck {
  width: 50rem;
}

.burguer-side-2img {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.burguer-menu,
.sides-menu {
  height: 20rem;
}

/* ****************************
TESTIMONIALS SECTION
**************************** */

.section-testimonials {
  display: grid;
  grid-template-columns: 60fr 40fr;
  background-color: rgb(230, 241, 228);
  background-image: linear-gradient(
    to right,
    rgb(239, 241, 228),
    rgb(252, 226, 215)
  );
  align-items: center;
  padding: 0;
}

.section-testimonials h2 {
  color: rgb(31, 30, 30);
  font-size: 3.6rem;
}

.testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 4.8rem;
  column-gap: 7rem;
}

.testimonial-img {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  margin-bottom: 1.2rem;
}

.testimonial-text {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  font-weight: 500;
}

.testimonial-name {
  font-size: 1.4rem;
  color: #777;
}

.testimonials-container {
  padding: 9.6rem;
}

/* ****************************
Galery SECTION
**************************** */

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  padding: 1.6rem;
}

.gallery-item {
  overflow: hidden;
}
.gallery-item img {
  display: block;
  width: 100%;
  transition: all 0.4s;
}

.gallery-item img:hover {
  transform: scale(1.1);
}

/* ****************************
CONTACT SECTION
**************************** */

.section-contact {
  padding: 9.6rem 0 12.8rem 0;
}

.cta {
  display: grid;
  grid-template-columns: 2fr 1fr;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.185);
  border-radius: 2rem;
  background-image: linear-gradient(
    to right,
    rgb(239, 241, 228),
    rgb(252, 226, 215)
  );
}

.cta *:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(236, 81, 81, 0.363);
}

.contact-image-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.truck-graphic {
  height: 100%;
  width: 100%;
  padding-right: 6.4rem;
}

.contact-text-box {
  padding: 4.8rem 6.4rem 6.4rem 6.4rem;
}

.cta-text {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 4.6rem;
}

#cta-button {
  grid-column: 1/3;
  grid-row: 4/5;
  width: 25rem;
  justify-self: 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: 0.6rem;
}

.cta-form button {
  font-family: inherit;
  display: flex;
  text-align: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 1rem 2rem;
  border: none;
  color: white;
  background-image: linear-gradient(to right, rgb(102, 161, 110), #ee8e81);
  border-radius: 1rem;
}

.cta-form button:hover,
.cta-form button:active {
  color: white;
  background-image: linear-gradient(to right, rgb(90, 163, 100), #e47668);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.13);
}
.cta-form input {
  display: block;
  font-size: 1.6rem;
  padding: 1rem;
  width: 100%;
  font-family: inherit;
  border: none;
  border-radius: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.103);
}

.cta-form input::placeholder,
.cta-form textarea::placeholder {
  color: rgb(201, 201, 201);
}

.cta-form textarea {
  display: block;
  width: 100%;
  height: 10rem;
  padding: 1rem;
  resize: none;
  font-family: inherit;
  border: none;
  border-radius: 1rem;
}

.cta-form select {
  font-size: 1.6rem;
  width: 100%;
  padding: 1rem;
  font-family: inherit;
  border: none;
  border-radius: 1rem;
}

.cta-topic {
  grid-column: 1/2;
  grid-row: 1/2;
}
.cta-name {
  grid-column: 2/3;
  grid-row: 1/2;
}

.cta-email {
  grid-column: 1/2;
  grid-row: 2/3;
}

.cta-message {
  grid-column: 1/3;
  grid-row: 3/4;
  justify-self: stretch;
}

/* ****************************
FOOTER SECTION
**************************** */

.footer {
  padding: 9.6rem 0;
  /* background-image: linear-gradient(
    to right,
    rgb(239, 241, 228),
    rgb(252, 226, 215)
  ); */

  border-top: 1px solid rgb(228, 228, 228);
}
.section-footer {
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  align-items: top;
  justify-content: center;
  column-gap: 3rem;
  padding: 3rem;
}

.footer-heading {
  font-size: 1.8rem;
  margin-bottom: 3.2rem;
  font-weight: 500;
}

.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 {
  text-decoration: none;
  font-size: 1.6rem;
  color: #333;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-icon {
  width: 2.4rem;
  height: 2.4rem;
}

.copyright {
  font-size: 1.4rem;
  margin-top: auto;
}

.footer-logo {
  margin-bottom: 2rem;
}

.socials-list {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.logo-column {
  display: flex;
  flex-direction: column;
}

/* ****************************
BTN Section SECTION
**************************** */
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;

  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

/*
                    <ion-icon class = "icon-mobile-nav" name="menu-outline"></ion-icon>
                    <ion-icon class = "icon-mobile-nav" name="menu-outline"></ion-icon>
                    <ion-icon class = "icon-mobile-nav" name="menu-outline"></ion-icon>
                    <ion-icon class = "icon-mobile-nav" name="close-outline"></ion-icon>
*/

.sticky .header {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.952);
  background-image: none;
  height: 8rem;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 9999;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.041);
}

.sticky .section-hero {
  margin-top: 9.6rem;
}
