@import url("https://fonts.googleapis.com/css2?family=Passero+One&display=swap");
:root {
  --color: #9e1712;
  --color2: #fbce1d;
  --color3: #d0d0d0;
  --regular: 400;
  --semibold: 600;
  --bold: 700;
}

@font-face {
  font-family: "Nexa";
  src: url("assets/nexa/Nexa-ExtraLight.ttf") format("truetype"), url("assets/nexa/Nexa-Heavy.ttf") format("truetype");
  font-style: normal;
}
* {
  font-family: "Nexa", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

input,
textarea {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.divider {
  height: 0;
  border-bottom: 2px dashed #000;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

a.goFood {
  background: var(--color);
  border-radius: 50px;
  color: var(--color2);
}

.active {
  display: flex !important;
}

.line {
  margin-bottom: 6px;
  width: 36px;
  height: 2px;
  background: var(--color);
}

.pos-r {
  position: relative;
}

.hamburger {
  display: none;
  margin: auto 0;
}

nav {
  background: #fff;
}
nav .container {
  padding: 0 130px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  height: 120px;
}
nav .container .logo {
  margin-left: 0;
  justify-self: flex-start;
}
nav .container .logo img {
  width: 100%;
  height: 76px;
}
nav .container ul.links {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
nav .container ul.links li {
  text-transform: capitalize;
}
nav .container ul.links li a {
  font-family: "Passero One", sans-serif;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 30px;
  font-weight: var(--regular);
  padding: 8px 16px;
}
nav .container ul.links li a:not(.goFood) {
  color: #000;
}
nav .container ul.links li a:not(.goFood).active, nav .container ul.links li a:not(.goFood):hover {
  color: var(--color);
}

.hero,
.foods,
.drinks,
.contact-us,
.find-us,
.sl,
.seo,
footer {
  padding: 100px 0;
}
.hero .container,
.foods .container,
.drinks .container,
.contact-us .container,
.find-us .container,
.sl .container,
.seo .container,
footer .container {
  padding: 0 130px;
}

.hero {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 13.32%), url("assets/hero.webp") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0;
  padding-top: 224px;
}
.hero .container .content {
  padding: 60px 150px 120px;
  display: flex;
  flex-direction: row;
  flex-direction: column;
  justify-content: center;
  row-gap: 50px;
  background: rgba(158, 23, 18, 0.7);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.hero .container .title {
  font-family: "Passero One";
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 100px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}
.hero .container .title span {
  font-family: "Passero One";
  color: var(--color2);
}
.hero .container .description {
  padding: 0 30px;
  font-family: "Nexa";
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}
.hero .container .social {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.hero .container .social a.goFood {
  border-radius: 10px;
  background-color: #fff;
  padding: 12px 30px;
  font-family: "Passero One";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-transform: capitalize;
  color: #9e1712;
}

.contact-us {
  width: 100%;
  background-color: var(--color);
}
.contact-us .container {
  display: flex;
  width: 100%;
}
.contact-us .container .contact-form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-basis: 100%;
  flex-grow: 1;
}
.contact-us .container .contact-form input {
  width: 100%;
  background-color: var(--color3);
  color: #000;
  height: 100px;
  border: none;
  outline: none;
  padding: 0 30px;
}
.contact-us .container .contact-form input::-moz-placeholder {
  text-align: left;
  color: #000;
}
.contact-us .container .contact-form input::placeholder {
  text-align: left;
  color: #000;
}
.contact-us .container .contact-form button {
  flex-basis: 100%;
  flex-grow: 1;
  background-color: var(--color2);
  max-width: 100px;
  width: 100px;
  height: 100px;
  outline: none;
  border: none;
}

.foods {
  background: var(--color3);
}
.foods .container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.foods .container .top h2 {
  font-family: "Passero One";
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
  text-transform: capitalize;
  color: #000000;
  text-align: center;
}
.foods .container .bottom {
  flex: 0 0 100%;
  margin-top: 40px;
  padding: 0 130px;
}
.foods .container .bottom .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
.foods .container .bottom .items .item {
  flex: 0 0 calc(33.3333% - 15px);
  display: flex;
  flex-direction: row;
}
.foods .container .bottom .items .item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.foods .container .bottom .items .item .details {
  position: absolute;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 10px;
  row-gap: 10px;
  background: var(--color);
  border-radius: 10px;
  height: 96px;
}
.foods .container .bottom .items .item .details .price {
  font-family: "Nexa";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: var(--color2);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}
.foods .container .bottom .items .item .details .name {
  font-family: "Nexa";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
}
.foods .container .bottom .items .item .details .name:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  border-bottom: 2px solid #fff;
}

.drinks {
  background-image: url("assets/drinks.webp");
  background-size: 100% 100%;
  height: 720px;
}
.drinks .container .drink-item {
  margin: 0 auto;
  width: 776px;
  height: 365px;
  background: rgba(158, 23, 18, 0.7);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}
.drinks .container .drink-item .name {
  font-family: "Passero One";
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 83px;
  text-transform: capitalize;
  color: #ffffff;
}
.drinks .container .drink-item .price {
  background: #fbce1d;
  border-radius: 10px;
  font-family: "Nexa";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-transform: capitalize;
  color: #000000;
  padding: 8px 12px;
}

.sl {
  background-color: var(--color3);
}
.sl .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  position: relative;
}
.sl .container .card-wrapper {
  position: relative;
  display: inline-flex;
  flex: 0 0 calc(50% - 25px);
}
.sl .container .card-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 140%;
  background-color: #fbc617;
  border-radius: 12px;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.sl .container .card-foreground {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #971c16;
  color: white;
  padding: 20px 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Nexa", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.find-us {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.3) 100%), url("assets/get-in-touch.webp") no-repeat;
  background-size: 100% 100%;
}
.find-us .container h2 {
  font-family: "Passero One";
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 83px;
  text-transform: capitalize;
  color: #fbce1d;
  text-align: center;
  margin-bottom: 40px;
}
.find-us .container .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 100px;
}
.find-us .container .content .left,
.find-us .container .content .right {
  display: flex;
  flex: 0 0 calc(50% - 10px);
  margin: 0 auto;
  gap: 30px;
}
.find-us .container .content .left .contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  row-gap: 20px;
}
.find-us .container .content .left .contact-form input {
  height: 44px;
  font-size: 16px;
  line-height: 16px;
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  color: #000;
  padding: 0 15px;
  height: 80px;
  outline: none;
}
.find-us .container .content .left .contact-form input::-moz-placeholder {
  font-family: "Nexa";
  font-weight: 300;
  text-align: left;
  color: #000;
  text-transform: capitalize;
}
.find-us .container .content .left .contact-form input::placeholder {
  font-family: "Nexa";
  font-weight: 300;
  text-align: left;
  color: #000;
  text-transform: capitalize;
}
.find-us .container .content .left .contact-form button {
  font-family: "Nexa";
  font-weight: 700;
  padding: 0 15px;
  text-align: left;
  background: var(--color);
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  width: 100%;
  height: 80px;
  line-height: 27px;
  outline: none;
  border: none;
}
.find-us .container .content .right iframe {
  border-radius: 10px;
}

.seo {
  background-color: var(--color3);
}
.seo .container h2 {
  font-family: "Passero One";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  font-feature-settings: "kern" off;
  color: #000000;
}
.seo .container p {
  font-family: "Nexa";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
  color: #000000;
}
.seo .container p a {
  text-decoration: underline;
}

footer {
  background: #fff;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
footer .container .logo > a > img {
  width: 118px;
}
footer .container .details {
  max-width: calc(100% - 118px);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #000000;
}
footer .container .footer-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
footer .container .footer-social a {
  line-height: 14px;
}

.copyright {
  text-align: center;
  background-color: var(--color3);
  font-family: "Nexa";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding: 10px 0;
}

.seo a {
  color: var(--color);
  text-decoration: none !important;
}
.seo a:hover {
  text-decoration: underline !important;
}

svg {
  transition: all 0.5s ease-in-out;
}
svg:hover {
  transform: rotate(360deg);
}

button {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .hamburger {
    display: none;
    margin: auto 0;
  }
  nav {
    background: #fff;
  }
  nav .container {
    padding: 0 60px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 120px;
  }
  nav .container .logo {
    margin-left: 0;
    justify-self: flex-start;
  }
  nav .container .logo img {
    width: 100%;
    height: 76px;
  }
  nav .container ul.links {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  nav .container ul.links li {
    text-transform: capitalize;
  }
  nav .container ul.links li a {
    font-family: "Passero One", sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--regular);
    padding: 8px 16px;
  }
  nav .container ul.links li a:not(.goFood) {
    color: #000;
  }
  nav .container ul.links li a:not(.goFood).active {
    color: var(--color);
  }
  .hero,
  .foods,
  .drinks,
  .contact-us,
  .find-us,
  .sl,
  .seo,
  footer {
    padding: 80px 0;
  }
  .hero .container,
  .foods .container,
  .drinks .container,
  .contact-us .container,
  .find-us .container,
  .sl .container,
  .seo .container,
  footer .container {
    padding: 0 60px;
  }
  .hero {
    padding-bottom: 0;
    padding-top: 224px;
  }
  .hero .container .content {
    padding: 60px 100px 90px;
    display: flex;
    flex-direction: row;
    flex-direction: column;
    justify-content: center;
    row-gap: 40px;
    background: rgba(158, 23, 18, 0.7);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
  .hero .container .title {
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
  }
  .hero .container .title span {
    font-family: "Passero One";
    color: var(--color2);
  }
  .hero .container .description {
    padding: 0 30px;
    font-family: "Nexa";
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
  }
  .hero .container .social {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .hero .container .social a.goFood {
    border-radius: 10px;
    background-color: #fff;
    padding: 12px 30px;
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
    color: #9e1712;
  }
  .contact-us {
    width: 100%;
    background-color: var(--color);
  }
  .contact-us .container {
    display: flex;
    width: 100%;
  }
  .contact-us .container .contact-form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-basis: 100%;
    flex-grow: 1;
  }
  .contact-us .container .contact-form input {
    width: 100%;
    background-color: var(--color3);
    color: #000;
    height: 80px;
    border: none;
    outline: none;
    padding: 0 30px;
  }
  .contact-us .container .contact-form input::-moz-placeholder {
    text-align: left;
    color: #000;
  }
  .contact-us .container .contact-form input::placeholder {
    text-align: left;
    color: #000;
  }
  .contact-us .container .contact-form button {
    flex-basis: 100%;
    flex-grow: 1;
    background-color: var(--color2);
    max-width: 80px;
    width: 80px;
    height: 80px;
    outline: none;
    border: none;
  }
  .foods {
    background: var(--color3);
  }
  .foods .container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .foods .container .top h2 {
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 70px;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
  }
  .foods .container .bottom {
    flex: 0 0 100%;
    margin-top: 40px;
    padding: 0 30px;
  }
  .foods .container .bottom .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
  }
  .foods .container .bottom .items .item {
    flex: 0 0 calc(33.3333% - 15px);
    display: flex;
    flex-direction: row;
  }
  .foods .container .bottom .items .item img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .foods .container .bottom .items .item .details {
    position: absolute;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 10px;
    row-gap: 10px;
    background: var(--color);
    border-radius: 10px;
    height: 96px;
  }
  .foods .container .bottom .items .item .details .price {
    font-family: "Nexa";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    color: var(--color2);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  }
  .foods .container .bottom .items .item .details .name {
    font-family: "Nexa";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
  }
  .foods .container .bottom .items .item .details .name:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    border-bottom: 2px solid #fff;
  }
  .drinks {
    background-image: url("assets/drinks.webp");
    background-size: 100% 100%;
    height: 620px;
  }
  .drinks .container .drink-item {
    margin: 0 auto;
    width: 746px;
    height: 325px;
    background: rgba(158, 23, 18, 0.7);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
  }
  .drinks .container .drink-item .name {
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 83px;
    text-transform: capitalize;
    color: #ffffff;
  }
  .drinks .container .drink-item .price {
    background: #fbce1d;
    border-radius: 10px;
    font-family: "Nexa";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000000;
    padding: 8px 12px;
  }
  .sl {
    background-color: var(--color3);
  }
  .sl .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 40px;
         column-gap: 40px;
    position: relative;
  }
  .sl .container .card-wrapper {
    position: relative;
    display: inline-flex;
    flex: 0 0 calc(50% - 25px);
  }
  .sl .container .card-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 140%;
    background-color: #fbc617;
    border-radius: 12px;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  .sl .container .card-foreground {
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #971c16;
    color: white;
    padding: 20px 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Nexa", sans-serif;
    font-weight: 700;
    font-size: 16px;
  }
  .find-us .container h2 {
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 83px;
    text-transform: capitalize;
    color: #fbce1d;
    text-align: center;
    margin-bottom: 40px;
  }
  .find-us .container .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 0px;
  }
  .find-us .container .content .left,
  .find-us .container .content .right {
    display: flex;
    flex: 0 0 calc(50% - 10px);
    margin: 0 auto;
    gap: 30px;
  }
  .find-us .container .content .left .contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    row-gap: 20px;
  }
  .find-us .container .content .left .contact-form input {
    height: 44px;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    color: #000;
    padding: 0 15px;
    height: 80px;
    outline: none;
  }
  .find-us .container .content .left .contact-form input::-moz-placeholder {
    font-family: "Nexa";
    font-weight: 300;
    text-align: left;
    color: #000;
    text-transform: capitalize;
  }
  .find-us .container .content .left .contact-form input::placeholder {
    font-family: "Nexa";
    font-weight: 300;
    text-align: left;
    color: #000;
    text-transform: capitalize;
  }
  .find-us .container .content .left .contact-form button {
    font-family: "Nexa";
    font-weight: 700;
    padding: 0 15px;
    text-align: left;
    background: var(--color);
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    height: 80px;
    line-height: 27px;
    outline: none;
    border: none;
  }
  .find-us .container .content .right iframe {
    border-radius: 10px;
  }
  .seo {
    background-color: var(--color3);
  }
  .seo .container h2 {
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    font-feature-settings: "kern" off;
    color: #000000;
  }
  .seo .container p {
    font-family: "Nexa";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    color: #000000;
  }
  .seo .container p a {
    text-decoration: underline;
  }
  footer {
    background: #fff;
  }
  footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  footer .container .logo > a > img {
    width: 118px;
  }
  footer .container .details {
    max-width: calc(100% - 118px);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
  }
  footer .container .footer-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }
  footer .container .footer-social a {
    line-height: 14px;
  }
  .copyright {
    text-align: center;
    background-color: var(--color3);
    font-family: "Nexa";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 10px 0;
  }
}
@media screen and (max-width: 991px) {
  .hamburger {
    display: none;
    margin: auto 0;
  }
  nav {
    background: #fff;
  }
  nav .container {
    padding: 0 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 120px;
  }
  nav .container .logo {
    margin-left: 0;
    justify-self: flex-start;
  }
  nav .container .logo img {
    width: 100%;
    height: 76px;
  }
  nav .container ul.links {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  nav .container ul.links li {
    text-transform: capitalize;
  }
  nav .container ul.links li a {
    font-family: "Passero One", sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--regular);
    padding: 8px 16px;
  }
  nav .container ul.links li a:not(.goFood) {
    color: #000;
  }
  nav .container ul.links li a:not(.goFood).active {
    color: var(--color);
  }
  .hero,
  .foods,
  .drinks,
  .contact-us,
  .find-us,
  .sl,
  .seo,
  footer {
    padding: 40px 0;
  }
  .hero .container,
  .foods .container,
  .drinks .container,
  .contact-us .container,
  .find-us .container,
  .sl .container,
  .seo .container,
  footer .container {
    padding: 0 30px;
  }
  .hero {
    padding-bottom: 0;
    padding-top: 164px;
  }
  .hero .container .content {
    padding: 60px 80px 90px;
    display: flex;
    flex-direction: row;
    flex-direction: column;
    justify-content: center;
    row-gap: 40px;
    background: rgba(158, 23, 18, 0.7);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
  .hero .container .title {
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
  }
  .hero .container .title span {
    font-family: "Passero One";
    color: var(--color2);
  }
  .hero .container .description {
    padding: 0 30px;
    font-family: "Nexa";
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
  }
  .hero .container .social {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .hero .container .social a.goFood {
    border-radius: 10px;
    background-color: #fff;
    padding: 12px 30px;
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
    color: #9e1712;
  }
  .contact-us {
    width: 100%;
    background-color: var(--color);
  }
  .contact-us .container {
    display: flex;
    width: 100%;
  }
  .contact-us .container .contact-form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-basis: 100%;
    flex-grow: 1;
  }
  .contact-us .container .contact-form input {
    width: 100%;
    background-color: var(--color3);
    color: #000;
    height: 80px;
    border: none;
    outline: none;
    padding: 0 30px;
  }
  .contact-us .container .contact-form input::-moz-placeholder {
    text-align: left;
    color: #000;
  }
  .contact-us .container .contact-form input::placeholder {
    text-align: left;
    color: #000;
  }
  .contact-us .container .contact-form button {
    flex-basis: 100%;
    flex-grow: 1;
    background-color: var(--color2);
    max-width: 80px;
    width: 80px;
    height: 80px;
    outline: none;
    border: none;
  }
  .foods {
    background: var(--color3);
  }
  .foods .container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .foods .container .top h2 {
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
  }
  .foods .container .bottom {
    flex: 0 0 100%;
    margin-top: 40px;
    padding: 0 10px;
  }
  .foods .container .bottom .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
  }
  .foods .container .bottom .items .item {
    flex: 0 0 calc(33.3333% - 15px);
    display: flex;
    flex-direction: row;
  }
  .foods .container .bottom .items .item img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .foods .container .bottom .items .item .details {
    position: absolute;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 10px;
    row-gap: 10px;
    background: var(--color);
    border-radius: 10px;
    height: 96px;
  }
  .foods .container .bottom .items .item .details .price {
    font-family: "Nexa";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    color: var(--color2);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  }
  .foods .container .bottom .items .item .details .name {
    font-family: "Nexa";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
  }
  .foods .container .bottom .items .item .details .name:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    border-bottom: 2px solid #fff;
  }
  .drinks {
    background-image: url("assets/drinks.webp");
    background-size: 100% 100%;
    height: 520px;
  }
  .drinks .container .drink-item {
    margin: 0 auto;
    width: 600px;
    height: 300px;
    background: rgba(158, 23, 18, 0.7);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
  }
  .drinks .container .drink-item .name {
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 73px;
    text-transform: capitalize;
    color: #ffffff;
  }
  .drinks .container .drink-item .price {
    background: #fbce1d;
    border-radius: 10px;
    font-family: "Nexa";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000000;
    padding: 8px 12px;
  }
  .sl {
    background-color: var(--color3);
  }
  .sl .container {
    padding: 20px 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
    position: relative;
  }
  .sl .container .card-wrapper {
    position: relative;
    display: inline-flex;
    flex: 0 0 calc(50% - 5px);
  }
  .sl .container .card-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 140%;
    background-color: #fbc617;
    border-radius: 12px;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  .sl .container .card-foreground {
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #971c16;
    color: white;
    padding: 20px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Nexa", sans-serif;
    font-weight: 700;
    font-size: 16px;
  }
  .find-us .container h2 {
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 73px;
    text-transform: capitalize;
    color: #fbce1d;
    text-align: center;
    margin-bottom: 40px;
  }
  .find-us .container .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 0px;
  }
  .find-us .container .content .left,
  .find-us .container .content .right {
    display: flex;
    flex: 0 0 calc(50% - 5px);
    margin: 0 auto;
    gap: 30px;
  }
  .find-us .container .content .left .contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    row-gap: 20px;
  }
  .find-us .container .content .left .contact-form input {
    height: 44px;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    color: #000;
    padding: 0 15px;
    height: 80px;
    outline: none;
  }
  .find-us .container .content .left .contact-form input::-moz-placeholder {
    font-family: "Nexa";
    font-weight: 300;
    text-align: left;
    color: #000;
    text-transform: capitalize;
  }
  .find-us .container .content .left .contact-form input::placeholder {
    font-family: "Nexa";
    font-weight: 300;
    text-align: left;
    color: #000;
    text-transform: capitalize;
  }
  .find-us .container .content .left .contact-form button {
    font-family: "Nexa";
    font-weight: 700;
    padding: 0 15px;
    text-align: left;
    background: var(--color);
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    height: 80px;
    line-height: 27px;
    outline: none;
    border: none;
  }
  .find-us .container .content .right iframe {
    border-radius: 10px;
  }
  .seo {
    background-color: var(--color3);
  }
  .seo .container h2 {
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 46px;
    line-height: 56px;
    font-feature-settings: "kern" off;
    color: #000000;
  }
  .seo .container p {
    font-family: "Nexa";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    color: #000000;
  }
  .seo .container p a {
    text-decoration: underline;
  }
  footer {
    background: #fff;
  }
  footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  footer .container .logo > a > img {
    width: 118px;
  }
  footer .container .details {
    max-width: calc(100% - 118px);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
  }
  footer .container .footer-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }
  footer .container .footer-social a {
    line-height: 14px;
  }
  .copyright {
    text-align: center;
    background-color: var(--color3);
    font-family: "Nexa";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
    margin: auto 0;
  }
  nav {
    background: #fff;
  }
  nav .container {
    padding: 0 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 100px;
  }
  nav .container .logo {
    margin-left: 0;
    justify-self: flex-start;
  }
  nav .container .logo img {
    width: 100%;
    height: 76px;
  }
  nav .container ul.links {
    margin-right: 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 30px;
    position: absolute;
    top: 100px;
    left: 0;
    background-color: #fff;
    z-index: 100;
    width: 100%;
    padding: 20px 0;
  }
  nav .container ul.links li {
    height: 30px;
  }
  nav .container ul.links li a {
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    font-family: "Passero One", sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--regular);
    padding: 8px 16px;
  }
  nav .container ul.links li a:not(.goFood) {
    color: #000;
  }
  nav .container ul.links li a:not(.goFood).active {
    color: var(--color);
  }
  .hero,
  .foods,
  .drinks,
  .contact-us,
  .find-us,
  .sl,
  .seo,
  footer {
    padding: 40px 0;
  }
  .hero .container,
  .foods .container,
  .drinks .container,
  .contact-us .container,
  .find-us .container,
  .sl .container,
  .seo .container,
  footer .container {
    padding: 0 30px;
  }
  .hero {
    padding-bottom: 0;
    padding-top: 124px;
  }
  .hero .container .content {
    padding: 60px 40px 60px;
    display: flex;
    flex-direction: row;
    flex-direction: column;
    justify-content: center;
    row-gap: 40px;
    background: rgba(158, 23, 18, 0.7);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
  .hero .container .title {
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
  }
  .hero .container .title span {
    font-family: "Passero One";
    color: var(--color2);
  }
  .hero .container .description {
    padding: 0 30px;
    font-family: "Nexa";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
  }
  .hero .container .social {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .hero .container .social a.goFood {
    border-radius: 10px;
    background-color: #fff;
    padding: 12px 30px;
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
    color: #9e1712;
  }
  .contact-us {
    width: 100%;
    background-color: var(--color);
  }
  .contact-us .container {
    display: flex;
    width: 100%;
  }
  .contact-us .container .contact-form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    flex-basis: 100%;
    flex-grow: 1;
  }
  .contact-us .container .contact-form input {
    width: 100%;
    background-color: var(--color3);
    color: #000;
    height: 60px;
    border: none;
    outline: none;
    padding: 0 30px;
  }
  .contact-us .container .contact-form input::-moz-placeholder {
    text-align: left;
    color: #000;
  }
  .contact-us .container .contact-form input::placeholder {
    text-align: left;
    color: #000;
  }
  .contact-us .container .contact-form button {
    flex-basis: 100%;
    flex-grow: 1;
    background-color: var(--color2);
    max-width: 60px;
    width: 60px;
    height: 60px;
    outline: none;
    border: none;
  }
  .foods {
    background: var(--color3);
  }
  .foods .container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .foods .container .top h2 {
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
  }
  .foods .container .bottom {
    flex: 0 0 100%;
    margin-top: 40px;
    padding: 0 10px;
  }
  .foods .container .bottom .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
  }
  .foods .container .bottom .items .item {
    flex: 0 0 calc(50% - 15px);
    display: flex;
    flex-direction: row;
  }
  .foods .container .bottom .items .item img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .foods .container .bottom .items .item .details {
    position: absolute;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 10px;
    row-gap: 10px;
    background: var(--color);
    border-radius: 10px;
    height: 96px;
  }
  .foods .container .bottom .items .item .details .price {
    font-family: "Nexa";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    color: var(--color2);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  }
  .foods .container .bottom .items .item .details .name {
    font-family: "Nexa";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
  }
  .foods .container .bottom .items .item .details .name:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    border-bottom: 2px solid #fff;
  }
  .drinks {
    background-image: url("assets/drinks.webp");
    background-size: 100% 100%;
    height: 420px;
  }
  .drinks .container .drink-item {
    margin: 0 auto;
    width: 480px;
    height: 260px;
    background: rgba(158, 23, 18, 0.7);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
  }
  .drinks .container .drink-item .name {
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 53px;
    text-transform: capitalize;
    color: #ffffff;
  }
  .drinks .container .drink-item .price {
    background: #fbce1d;
    border-radius: 10px;
    font-family: "Nexa";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
    color: #000000;
    padding: 8px 12px;
  }
  .sl {
    background-color: var(--color3);
  }
  .sl .container {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 80px;
    position: relative;
  }
  .sl .container .card-wrapper {
    position: relative;
    display: inline-flex;
    flex: 0 0 calc(50% - 5px);
  }
  .sl .container .card-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 140%;
    background-color: #fbc617;
    border-radius: 12px;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  .sl .container .card-foreground {
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #971c16;
    color: white;
    padding: 20px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Nexa", sans-serif;
    font-weight: 700;
    font-size: 16px;
  }
  .find-us .container h2 {
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 73px;
    text-transform: capitalize;
    color: #fbce1d;
    text-align: center;
    margin-bottom: 40px;
  }
  .find-us .container .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 0px;
  }
  .find-us .container .content .left,
  .find-us .container .content .right {
    display: flex;
    flex: 0 0 100%;
    margin: 0 auto;
    gap: 30px;
  }
  .find-us .container .content .left {
    order: 2;
  }
  .find-us .container .content .left .contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    row-gap: 20px;
  }
  .find-us .container .content .left .contact-form input {
    height: 44px;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    color: #000;
    padding: 0 15px;
    height: 80px;
    outline: none;
  }
  .find-us .container .content .left .contact-form input::-moz-placeholder {
    font-family: "Nexa";
    font-weight: 300;
    text-align: left;
    color: #000;
    text-transform: capitalize;
  }
  .find-us .container .content .left .contact-form input::placeholder {
    font-family: "Nexa";
    font-weight: 300;
    text-align: left;
    color: #000;
    text-transform: capitalize;
  }
  .find-us .container .content .left .contact-form button {
    font-family: "Nexa";
    font-weight: 700;
    padding: 0 15px;
    text-align: left;
    background: var(--color);
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    height: 80px;
    line-height: 27px;
    outline: none;
    border: none;
  }
  .find-us .container .content .right iframe {
    border-radius: 10px;
  }
  .seo {
    background-color: var(--color3);
  }
  .seo .container h2 {
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 46px;
    font-feature-settings: "kern" off;
    color: #000000;
  }
  .seo .container p {
    margin: 10px 0;
    font-family: "Nexa";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    color: #000000;
  }
  .seo .container p a {
    text-decoration: underline;
  }
  footer {
    background: #fff;
  }
  footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  footer .container .logo > a > img {
    width: 118px;
  }
  footer .container .details {
    order: 2;
    margin-top: 20px;
    max-width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
  }
  footer .container .footer-social {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
  }
  footer .container .footer-social a {
    line-height: 14px;
  }
  .copyright {
    text-align: center;
    background-color: var(--color3);
    font-family: "Nexa";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 10px 0;
  }
}
@media screen and (max-width: 567px) {
  .hamburger {
    display: block;
    margin: auto 0;
  }
  .hero,
  .foods,
  .drinks,
  .contact-us,
  .find-us,
  .sl,
  .seo,
  footer {
    padding: 40px 0;
  }
  .hero .container,
  .foods .container,
  .drinks .container,
  .contact-us .container,
  .find-us .container,
  .sl .container,
  .seo .container,
  footer .container {
    padding: 0 20px;
  }
  .hero {
    padding-bottom: 0;
    padding-top: 100px;
  }
  .hero .container .content {
    padding: 20px 10px 20px;
    display: flex;
    flex-direction: row;
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
    background: rgba(158, 23, 18, 0.7);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
  .hero .container .title {
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
  }
  .hero .container .title span {
    font-family: "Passero One";
    color: var(--color2);
  }
  .hero .container .description {
    padding: 0 30px;
    font-family: "Nexa";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
  }
  .hero .container .social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .hero .container .social a.goFood {
    text-align: center;
    width: 80%;
    border-radius: 10px;
    background-color: #fff;
    padding: 12px 30px;
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
    color: #9e1712;
  }
  .contact-us {
    width: 100%;
    background-color: var(--color);
  }
  .contact-us .container {
    display: flex;
    width: 100%;
  }
  .contact-us .container .contact-form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 15px;
    flex-basis: 100%;
    flex-grow: 1;
  }
  .contact-us .container .contact-form input {
    width: 100%;
    background-color: var(--color3);
    color: #000;
    height: 60px;
    border: none;
    outline: none;
    padding: 0 30px;
  }
  .contact-us .container .contact-form input::-moz-placeholder {
    text-align: left;
    color: #000;
  }
  .contact-us .container .contact-form input::placeholder {
    text-align: left;
    color: #000;
  }
  .contact-us .container .contact-form button {
    flex-basis: 100%;
    flex-grow: 1;
    background-color: var(--color2);
    max-width: 100%;
    width: 60px;
    height: 60px;
    outline: none;
    border: none;
  }
  .foods {
    background: var(--color3);
  }
  .foods .container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .foods .container .top h2 {
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
  }
  .foods .container .bottom {
    flex: 0 0 100%;
    margin-top: 40px;
    padding: 0 10px;
  }
  .foods .container .bottom .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
  }
  .foods .container .bottom .items .item {
    flex: 0 0 100%;
    display: flex;
    flex-direction: row;
  }
  .foods .container .bottom .items .item img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .foods .container .bottom .items .item .details {
    position: absolute;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 10px;
    row-gap: 10px;
    background: var(--color);
    border-radius: 10px;
    height: 96px;
  }
  .foods .container .bottom .items .item .details .price {
    font-family: "Nexa";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    color: var(--color2);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  }
  .foods .container .bottom .items .item .details .name {
    font-family: "Nexa";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
  }
  .foods .container .bottom .items .item .details .name:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    border-bottom: 2px solid #fff;
  }
  .drinks {
    background-image: url("assets/drinks.webp");
    background-size: 100% 100%;
    height: 320px;
  }
  .drinks .container .drink-item {
    margin: 0 auto;
    width: 280px;
    height: 160px;
    background: rgba(158, 23, 18, 0.7);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
  }
  .drinks .container .drink-item .name {
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 33px;
    text-transform: capitalize;
    color: #ffffff;
  }
  .drinks .container .drink-item .price {
    background: #fbce1d;
    border-radius: 10px;
    font-family: "Nexa";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    color: #000000;
    padding: 8px 12px;
  }
  .sl {
    background-color: var(--color3);
  }
  .sl .container {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 80px;
    position: relative;
  }
  .sl .container .card-wrapper {
    position: relative;
    display: inline-flex;
    flex: 0 0 calc(50% - 5px);
  }
  .sl .container .card-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 140%;
    background-color: #fbc617;
    border-radius: 12px;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  .sl .container .card-foreground {
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #971c16;
    color: white;
    padding: 10px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Nexa", sans-serif;
    font-weight: 600;
    font-size: 16px;
  }
  .sl .container .card-foreground img {
    width: 48px;
  }
  .find-us .container h2 {
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 33px;
    text-transform: capitalize;
    color: #fbce1d;
    text-align: center;
    margin-bottom: 40px;
  }
  .find-us .container .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 0px;
  }
  .find-us .container .content .left,
  .find-us .container .content .right {
    display: flex;
    flex: 0 0 100%;
    margin: 0 auto;
    gap: 30px;
  }
  .find-us .container .content .left {
    order: 2;
  }
  .find-us .container .content .left .contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    row-gap: 20px;
  }
  .find-us .container .content .left .contact-form input {
    height: 44px;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    color: #000;
    padding: 0 15px;
    height: 80px;
    outline: none;
  }
  .find-us .container .content .left .contact-form input::-moz-placeholder {
    font-family: "Nexa";
    font-weight: 300;
    text-align: left;
    color: #000;
    text-transform: capitalize;
  }
  .find-us .container .content .left .contact-form input::placeholder {
    font-family: "Nexa";
    font-weight: 300;
    text-align: left;
    color: #000;
    text-transform: capitalize;
  }
  .find-us .container .content .left .contact-form button {
    font-family: "Nexa";
    font-weight: 700;
    padding: 0 15px;
    text-align: left;
    background: var(--color);
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    height: 80px;
    line-height: 27px;
    outline: none;
    border: none;
  }
  .find-us .container .content .right iframe {
    border-radius: 10px;
  }
  .seo {
    background-color: var(--color3);
  }
  .seo .container h2 {
    font-family: "Passero One";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    font-feature-settings: "kern" off;
    color: #000000;
  }
  .seo .container p {
    margin: 10px 0;
    font-family: "Nexa";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 17px;
    text-align: justify;
    color: #000000;
  }
  .seo .container p a {
    text-decoration: underline;
  }
  footer {
    background: #fff;
  }
  footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  footer .container .logo > a > img {
    width: 118px;
  }
  footer .container .details {
    order: 2;
    margin-top: 20px;
    max-width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
  }
  footer .container .footer-social {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
  }
  footer .container .footer-social a {
    line-height: 14px;
  }
  .copyright {
    text-align: center;
    background-color: var(--color3);
    font-family: "Nexa";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 10px 0;
  }
}/*# sourceMappingURL=style.css.map */