:root {
  --yellow: #fdd501;
  --red: #e00;
  --color: #fdd501;
  --black: #000000;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: var(--black);
}
h1,
h2,
h3,
h4 {
  vertical-align: center;
  text-transform: uppercase;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section {
  min-height: 100vh;
  padding-top: 6rem;
}

.flex {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  /* overflow: hidden; */
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.body {
  background-color: var(--yellow);
}

/* .image {
  width: 200px;
  height: 200px;
} */

.hero {
  gap: 52px;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  justify-content: center;
  display: flex;
  /* padding-top: 3rem; */
}

.hero-main {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;

  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-el-pollastre15-1 {
  object-fit: cover;
}

.hero-subtitle {
  color: #e00;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  font-family: "Revue", sans-serif;
}

.hero-call {
  position: absolute;
  top: 30px;
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  min-height: 300vh;
  width: 90%;
}

.hero-calltext {
  color: #e00;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.mobilenavbar {
  /* grid-column-gap: 16px; */
  grid-row-gap: 10px;
  color: var(--yellow);
  background-color: var(--yellow);
  flex-flow: row;
  /* grid-template-rows: auto; */
  /* grid-template-columns: 1fr 1fr 1fr; */
  grid-auto-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: start stretch;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px;
  text-decoration: none;
  display: grid;
}

.nav-link {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  /* justify-content: center; */
  align-items: center;
}

.nav-link-text {
  text-decoration: none;
}

.nav-link-image {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.nav-bar {
  position: fixed;
  z-index: 5;
  left: 0%; /* Keeps it aligned to the left */
  top: 50%; /* Moves it to the middle of the viewport */
  transform: translateY(-50%); /* Centers it vertically */
}

.preview {
  margin-bottom: 2rem;
}
.menu {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.menu-category {
  display: flex;
  flex-direction: column;
  width: 80%;
  max-width: 500px;
  align-items: center;
  margin-bottom: 2rem;
}

.menu-item {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}

.carta {
  min-height: 100vh;
}

.flex-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item-price {
  font-weight: 700;
}

.horario {
  width: 100%;
  height: 100vh;
}

.calendario td {
  width: 150px;
  height: 50px;
  text-transform: uppercase;
}
.calendario td:nth-child(2n) {
  text-align: right;
}

.sticky-call {
  position: sticky;
  top: 10px;
  right: 0px;
  z-index: 1000; /* Keeps it above other elements */
  transition: transform 0.5s ease-in-out; /* Smooth animation */
}

/* .sticky-call.stuck {
  transform: translateX(380px);
} */

.contact-info {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.gmap {
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
  width: 100%;
  position: relative;
  height: 50vh;
}
#map-placeholder {
  object-fit: cover;
}
#map-container {
  width: 100%;
  height: 100%;
}

.cookie-btn {
  position: absolute;
  display: block;
  margin: 20px auto;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  background-color: var(--black);
  color: white;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0%;
}

.cookie-btn:hover {
  background-color: var(--color);
  color: var(--black);
}

.cookie-btn:active {
  background-color: var(--color);
  color: var(--black);
}

img.icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

footer {
  height: 100px;
  background-color: var(--black);
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
footer a {
  color: var(--yellow);
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-bar {
    position: fixed;
    top: 100%;
    transform: translateY(-100%);
    width: 100%;
  }
  .mobilenavbar {
    display: flex;
    padding: 10px 5px;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }
  .contact-info {
    flex-direction: column;
    gap: 1rem;
  }

  footer {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 100vh;
  }
  /* .sticky-call.stuck {
    transform: translateX(
      200px
    ); 
  } */
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .body {
    background-color: var(--yellow);
  }

  .section {
    display: flex;
    flex-direction: column;
    max-width: 90%;
    margin: auto;
  }

  .call {
    justify-content: center;
    align-items: center;
    height: 100px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .nav-link-text {
    text-align: center;
  }
}
