:root {
  --color: #b21117;
  --color2: #f2bf26;
  --regular: 400;
  --semibold: 600;
  --bold: 700;
}

* {
  font-family: "Inter", 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;
  display: inline-block;
}

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

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

a.goFood,
button {
  transition: box-shadow 0.2s ease-in-out;
}
a.goFood:hover,
button:hover {
  box-shadow: 0px 4px 10px rgba(158, 100, 24, 0.9);
}

a.goFood {
  background: var(--color2);
  border-radius: 10px;
  color: #000;
  font-weight: 600;
  font-style: italic;
}

.active {
  display: flex !important;
}

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

.pos-r {
  position: relative;
}

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

.items {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.items .item {
  flex: 0 0 calc(25% - 20px);
  position: relative;
}
.items .item img {
  border-radius: 10px;
  width: 280px;
  height: 260px;
  -o-object-fit: fill;
     object-fit: fill;
}
.items .item:hover .details, .items .item:focus .details {
  opacity: 1;
  row-gap: 30px;
}
.items .item:hover .details .name, .items .item:focus .details .name {
  bottom: 0px;
}
.items .item:hover .details .price, .items .item:focus .details .price {
  top: 5px;
}
.items .item .details {
  opacity: 0;
  transition: opacity 0.5s ease-in, gap 0.5s ease-in;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  max-width: 280px;
  width: 100%;
  height: 100%;
  max-height: 260px;
  border-radius: 10px;
  overflow: hidden;
  left: 0;
  top: 0;
}
.items .item .details .name,
.items .item .details .price {
  text-transform: capitalize;
  text-align: center;
  color: #ffffff;
}
.items .item .details .name {
  font-style: italic;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
}
.items .item .details .price {
  border-radius: 10px;
  padding: 7px 14px;
  max-width: -moz-max-content;
  max-width: max-content;
  background-color: var(--color2);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

nav {
  background: var(--color);
}
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: 116px;
  height: 116px;
}
nav .container ul.links {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 36px;
}
nav .container ul.links li a {
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
}
nav .container ul.links li a.goFood {
  padding: 12px 16px;
}
nav .container ul.links li a:not(.goFood) {
  color: #ffffff;
}
nav .container ul.links li a:not(.goFood):hover {
  color: var(--color2);
}

.hero,
.foods,
.drinks,
.contact-us,
.visit-us,
.seo,
footer {
  padding: 80px 0;
}
.hero .container,
.foods .container,
.drinks .container,
.contact-us .container,
.visit-us .container,
.seo .container,
footer .container {
  padding: 0 130px;
}

.hero {
  background: url("assets/hero.webp") no-repeat;
  background-size: 100% 100%;
}
.hero .container {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: left;
}
.hero .container .greet,
.hero .container .title,
.hero .container .description,
.hero .container .social {
  max-width: 60%;
  margin-bottom: 40px;
}
.hero .container .greet {
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  text-underline-offset: 16px;
  text-transform: capitalize;
  color: var(--color2);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.hero .container .title {
  white-space: pre-line;
  font-style: italic;
  font-weight: 800;
  font-size: 72px;
  line-height: 87px;
  text-transform: capitalize;
  color: #ffffff;
}
.hero .container .description {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
.hero .container .social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  color: #000000;
}
.hero .container a.goFood {
  font-size: 18px;
  padding: 16px 20px;
  text-align: center;
}

.foods,
.drinks {
  background: url("assets/foods.webp");
}
.foods .container .top,
.drinks .container .top {
  text-align: center;
}
.foods .container .top p,
.drinks .container .top p {
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
  color: #f2bf26;
  text-underline-offset: 10px;
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
}
.foods .container .top h2,
.drinks .container .top h2 {
  font-style: italic;
  font-weight: 800;
  font-size: 72px;
  line-height: 87px;
  text-transform: capitalize;
  color: #ffffff;
  margin: 40px 0;
}
.foods .container .bottom .view-all,
.drinks .container .bottom .view-all {
  padding: 40px 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.foods .container .bottom .view-all:before,
.drinks .container .bottom .view-all:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 2px dashed #fff;
  z-index: 0;
}
.foods .container .bottom .view-all a,
.drinks .container .bottom .view-all a {
  z-index: 1;
  color: #000;
  background-color: var(--color2);
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 8px 12px;
}

.drinks {
  background: url("assets/drinks.webp");
}

.contact-us {
  background: linear-gradient(0deg, rgba(178, 17, 23, 0.7), rgba(178, 17, 23, 0.7)), url("assets/contact-us.webp") no-repeat;
  background-size: cover;
}
.contact-us .container .top {
  text-align: center;
}
.contact-us .container .top p {
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
  color: #f2bf26;
  text-underline-offset: 10px;
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
}
.contact-us .container .top h2 {
  font-style: italic;
  font-weight: 800;
  font-size: 72px;
  line-height: 87px;
  text-transform: capitalize;
  color: #ffffff;
  margin: 40px 0;
}
.contact-us .container .bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}
.contact-us .container .bottom .left,
.contact-us .container .bottom .right {
  flex: 0 0 40%;
  border-radius: 10px;
}
.contact-us .container .bottom .right {
  background-color: #fff;
  padding: 45px;
}
.contact-us .container .bottom .contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
  flex-grow: 0;
}
.contact-us .container .bottom .contact-form input {
  border-radius: 10px;
  width: 100%;
  background: #ffd0d2;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
  height: 66px;
  border: none;
  outline: none;
  padding: 0 30px;
}
.contact-us .container .bottom .contact-form input::-moz-placeholder {
  text-align: left;
  font-size: 18px;
  color: #5a5a5a;
}
.contact-us .container .bottom .contact-form input::placeholder {
  text-align: left;
  font-size: 18px;
  color: #5a5a5a;
}
.contact-us .container .bottom .contact-form button {
  text-transform: capitalize;
  font-weight: 500;
  padding: 0 30px;
  border-radius: 10px;
  width: 100%;
  background-color: var(--color);
  height: 66px;
  text-align: left;
  outline: none;
  border: none;
  font-style: italic;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}
.contact-us .container .bottom .schedule,
.contact-us .container .bottom .location {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  font-style: italic;
  font-weight: 500;
  font-size: 19px;
  line-height: 126%;
  text-transform: capitalize;
  color: #fff;
  gap: 10px;
  padding: 40px 0;
}
.contact-us .container .bottom .schedule svg,
.contact-us .container .bottom .location svg {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
}
.contact-us .container .bottom .schedule {
  border-bottom: 2px solid var(--color2);
  font-style: italic;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
}

.seo {
  background-image: url("assets/map.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.seo .container {
  color: #fff;
}
.seo .container iframe {
  border-radius: 10px;
  width: 100%;
  height: 450px;
  border: 0;
  margin-bottom: 40px;
}
.seo .container h2 {
  font-size: 60px;
  line-height: 70px;
  font-feature-settings: "kern" off;
  margin-bottom: 20px;
}
.seo .container p {
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
  font-style: italic;
}
.seo .container p a {
  text-decoration: underline;
}

footer {
  background-color: var(--color);
}
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: 275px;
}
footer .container .details {
  max-width: calc(100% - 275px);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #fff;
}
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: #000;
  font-style: normal;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  padding: 21px 0;
}

/**
Menu parts
**/
.menu.hero {
  padding: 125px 0;
}

.all-items {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
.all-items .item {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 calc(50% - 10px);
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px;
  border-radius: 10px;
  color: #000;
}
.all-items .item .name {
  max-width: 70%;
}
.all-items .item .price {
  max-width: -moz-max-content;
  max-width: max-content;
}
.all-items .item .divider {
  flex-grow: 1;
  border-bottom: 1px solid #000;
  margin: 0 8px;
}

.drinks .all-items .item {
  color: #fff;
  background-color: rgba(178, 17, 23, 0.7);
}
.drinks .all-items .item .divider {
  border-bottom: 1px solid #fff;
}

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

button {
  cursor: pointer;
}

.seo a {
  color: #ffffff;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.seo a:hover {
  color: var(--color);
}

@media screen and (max-width: 1024px) {
  .hamburger {
    display: none;
    margin: auto 0;
  }
  .items {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .items .item {
    flex: 0 0 calc(50% - 10px);
    position: relative;
  }
  .items .item img {
    border-radius: 10px;
    width: 100%;
    height: 300px;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .items .item:hover .details, .items .item:focus .details {
    opacity: 1;
    row-gap: 30px;
  }
  .items .item:hover .details .name, .items .item:focus .details .name {
    bottom: 0px;
  }
  .items .item:hover .details .price, .items .item:focus .details .price {
    top: 5px;
  }
  .items .item .details {
    opacity: 0;
    transition: opacity 0.5s ease-in, gap 0.5s ease-in;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    width: 100%;
    height: 300px;
    max-width: 100%;
    max-height: 300px;
    border-radius: 10px;
    overflow: hidden;
    left: 0;
    top: 0;
  }
  .items .item .details .name,
  .items .item .details .price {
    text-transform: capitalize;
    text-align: center;
    color: #ffffff;
  }
  .items .item .details .name {
    font-style: italic;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
  }
  .items .item .details .price {
    border-radius: 10px;
    padding: 7px 14px;
    max-width: -moz-max-content;
    max-width: max-content;
    background-color: var(--color2);
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
  }
  nav .container {
    padding: 0 60px;
  }
  .hero,
  .foods,
  .drinks,
  .contact-us,
  .visit-us,
  .seo,
  footer {
    padding: 60px 0;
  }
  .hero .container,
  .foods .container,
  .drinks .container,
  .contact-us .container,
  .visit-us .container,
  .seo .container,
  footer .container {
    padding: 0 60px;
  }
  .hero .container {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
  }
  .hero .container .greet,
  .hero .container .title,
  .hero .container .description,
  .hero .container .social {
    margin-bottom: 30px;
  }
  .hero .container .greet {
    font-size: 28px;
    line-height: 32px;
  }
  .hero .container .title {
    font-size: 62px;
    line-height: 72px;
  }
  .hero .container .description {
    font-style: italic;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #ffffff;
  }
  .hero .container .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    color: #000000;
  }
  .hero .container a.goFood {
    font-size: 16px;
    padding: 14px 16px;
    text-align: center;
  }
  .foods .container .top h2,
  .drinks .container .top h2 {
    font-size: 62px;
    line-height: 72px;
  }
  .contact-us .container .top h2 {
    font-size: 62px;
    line-height: 72px;
    margin: 40px 0;
  }
  .contact-us .container .bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
  }
  .contact-us .container .bottom .left,
  .contact-us .container .bottom .right {
    flex: 0 0 46%;
  }
  .contact-us .container .bottom .right {
    padding: 40px;
  }
  .contact-us .container .bottom .schedule,
  .contact-us .container .bottom .location {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    font-style: italic;
    font-weight: 500;
    font-size: 19px;
    line-height: 126%;
    text-transform: capitalize;
    color: #fff;
    gap: 10px;
    padding: 40px 0;
  }
  .contact-us .container .bottom .schedule svg,
  .contact-us .container .bottom .location svg {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
  }
  .contact-us .container .bottom .schedule {
    border-bottom: 2px solid var(--color2);
    font-style: italic;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
  }
  .seo {
    background-image: url("assets/map.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .seo .container {
    color: #fff;
  }
  .seo .container iframe {
    border-radius: 10px;
    width: 100%;
    height: 450px;
    border: 0;
    margin-bottom: 40px;
  }
  .seo .container h2 {
    font-size: 54px;
    line-height: 60px;
    font-feature-settings: "kern" off;
    margin-bottom: 20px;
  }
  .seo .container p {
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    font-style: italic;
  }
  .seo .container p a {
    text-decoration: underline;
  }
  footer {
    background-color: var(--color);
  }
  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: 275px;
  }
  footer .container .details {
    max-width: calc(100% - 275px);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #fff;
  }
  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: #000;
    font-style: normal;
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 21px 0;
  }
  /**
  Menu parts
  **/
  .menu.hero {
    padding: 125px 0;
  }
  .all-items {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
  }
  .all-items .item {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    flex: 0 0 calc(50% - 10px);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 15px;
    border-radius: 10px;
    color: #000;
  }
  .all-items .item .name {
    max-width: 70%;
  }
  .all-items .item .price {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .all-items .item .divider {
    flex-grow: 1;
    border-bottom: 1px solid #000;
    margin: 0 8px;
  }
  .drinks .all-items .item {
    color: #fff;
    background-color: rgba(178, 17, 23, 0.7);
  }
  .drinks .all-items .item .divider {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 991px) {
  .hamburger {
    display: none;
    margin: auto 0;
  }
  .items {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .items .item {
    flex: 0 0 calc(50% - 10px);
    position: relative;
  }
  .items .item img {
    border-radius: 10px;
    width: 100%;
    height: 300px;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .items .item:hover .details, .items .item:focus .details {
    opacity: 1;
    row-gap: 30px;
  }
  .items .item:hover .details .name, .items .item:focus .details .name {
    bottom: 0px;
  }
  .items .item:hover .details .price, .items .item:focus .details .price {
    top: 5px;
  }
  .items .item .details {
    opacity: 0;
    transition: opacity 0.5s ease-in, gap 0.5s ease-in;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    width: 100%;
    height: 300px;
    max-width: 100%;
    max-height: 300px;
    border-radius: 10px;
    overflow: hidden;
    left: 0;
    top: 0;
  }
  .items .item .details .name,
  .items .item .details .price {
    text-transform: capitalize;
    text-align: center;
    color: #ffffff;
  }
  .items .item .details .name {
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
  }
  .items .item .details .price {
    border-radius: 10px;
    padding: 7px 14px;
    max-width: -moz-max-content;
    max-width: max-content;
    background-color: var(--color2);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
  }
  nav {
    background: var(--color);
  }
  nav .container {
    padding: 0 30px;
  }
  nav .container ul.links {
    gap: 30px;
  }
  nav .container ul.links li a {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
  }
  nav .container ul.links li a.goFood {
    padding: 10px 16px;
  }
  .hero,
  .foods,
  .drinks,
  .contact-us,
  .visit-us,
  .seo,
  footer {
    padding: 30px 0;
  }
  .hero .container,
  .foods .container,
  .drinks .container,
  .contact-us .container,
  .visit-us .container,
  .seo .container,
  footer .container {
    padding: 0 30px;
  }
  .hero .container {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
  }
  .hero .container .greet,
  .hero .container .title,
  .hero .container .description,
  .hero .container .social {
    margin-bottom: 20px;
  }
  .hero .container .greet {
    font-size: 22px;
    line-height: 26px;
  }
  .hero .container .title {
    font-size: 50px;
    line-height: 58px;
  }
  .hero .container .description {
    font-size: 16px;
    line-height: 20px;
  }
  .hero .container .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    color: #000000;
  }
  .hero .container .social svg {
    height: 40px;
  }
  .hero .container a.goFood {
    font-size: 16px;
    padding: 10px 16px;
    text-align: center;
  }
  .foods .container .top h2,
  .drinks .container .top h2 {
    font-size: 50px;
    line-height: 58px;
  }
  .contact-us .container .top h2 {
    font-size: 50px;
    line-height: 58px;
    margin: 30px 0;
  }
  .contact-us .container .bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .contact-us .container .bottom .left,
  .contact-us .container .bottom .right {
    flex: 0 0 calc(50% - 15px);
  }
  .contact-us .container .bottom .right {
    padding: 30px;
  }
  .contact-us .container .bottom .contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    flex-grow: 0;
  }
  .contact-us .container .bottom .contact-form input {
    height: 60px;
  }
  .contact-us .container .bottom .contact-form input::-moz-placeholder {
    text-align: left;
    font-size: 18px;
    color: #5a5a5a;
  }
  .contact-us .container .bottom .contact-form input::placeholder {
    text-align: left;
    font-size: 18px;
    color: #5a5a5a;
  }
  .contact-us .container .bottom .contact-form button {
    height: 60px;
    font-weight: 500;
  }
  .contact-us .container .bottom .schedule,
  .contact-us .container .bottom .location {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    font-style: italic;
    font-weight: 400;
    font-size: 19px;
    line-height: 126%;
    text-transform: capitalize;
    color: #fff;
    gap: 10px;
    padding: 40px 0;
  }
  .contact-us .container .bottom .schedule svg,
  .contact-us .container .bottom .location svg {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }
  .contact-us .container .bottom .schedule {
    border-bottom: 2px solid var(--color2);
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
  }
  .seo {
    background-image: url("assets/map.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .seo .container {
    color: #fff;
  }
  .seo .container iframe {
    border-radius: 10px;
    width: 100%;
    height: 400px;
    border: 0;
    margin-bottom: 40px;
  }
  .seo .container h2 {
    font-size: 48px;
    line-height: 54px;
    font-feature-settings: "kern" off;
    margin-bottom: 20px;
  }
  .seo .container p {
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    font-style: italic;
  }
  .seo .container p a {
    text-decoration: underline;
  }
  footer {
    background-color: var(--color);
  }
  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: 120px;
  }
  footer .container .details {
    max-width: calc(100% - 120px);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #fff;
  }
  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: #000;
    font-style: normal;
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 18px 0;
  }
  /**
  Menu parts
  **/
  .menu.hero {
    padding: 125px 0;
  }
  .all-items {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
  }
  .all-items .item {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    flex: 0 0 calc(50% - 10px);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 15px;
    border-radius: 10px;
    color: #000;
  }
  .all-items .item .name {
    max-width: 70%;
  }
  .all-items .item .price {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .all-items .item .divider {
    flex-grow: 1;
    border-bottom: 1px solid #000;
    margin: 0 8px;
  }
  .drinks .all-items .item {
    color: #fff;
    background-color: rgba(178, 17, 23, 0.7);
  }
  .drinks .all-items .item .divider {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
    margin: auto 0;
  }
  .items {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .items .item {
    flex: 0 0 calc(50% - 10px);
    position: relative;
  }
  .items .item img {
    border-radius: 10px;
    height: 220px;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .items .item:hover .details, .items .item:focus .details {
    opacity: 1;
    row-gap: 30px;
  }
  .items .item:hover .details .name, .items .item:focus .details .name {
    bottom: 0px;
  }
  .items .item:hover .details .price, .items .item:focus .details .price {
    top: 5px;
  }
  .items .item .details {
    opacity: 0;
    transition: opacity 0.5s ease-in, gap 0.5s ease-in;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 220px;
    border-radius: 10px;
    overflow: hidden;
    left: 0;
    top: 0;
  }
  .items .item .details .name,
  .items .item .details .price {
    text-transform: capitalize;
    text-align: center;
    color: #ffffff;
  }
  .items .item .details .name {
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
  }
  .items .item .details .price {
    border-radius: 10px;
    padding: 7px 14px;
    max-width: -moz-max-content;
    max-width: max-content;
    background-color: var(--color2);
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
  }
  nav {
    background: var(--color);
  }
  nav .container {
    padding: 0 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 119px;
  }
  nav .container .logo {
    margin-left: 0;
    justify-self: flex-start;
  }
  nav .container .logo img {
    width: 116px;
    height: 116px;
  }
  nav .container ul.links {
    margin-right: 0;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    width: 100%;
    left: 0;
    top: 120px;
    z-index: 999;
    background-color: var(--color);
    gap: 20px;
    padding: 18px;
  }
  nav .container ul.links li a {
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
  }
  nav .container ul.links li a.goFood {
    padding: 12px 16px;
  }
  nav .container ul.links li a:not(.goFood) {
    color: #ffffff;
  }
  nav .container ul.links li a:not(.goFood).active {
    color: var(--color2);
  }
  .hero,
  .foods,
  .drinks,
  .contact-us,
  .visit-us,
  .seo,
  footer {
    padding: 30px 0;
  }
  .hero .container,
  .foods .container,
  .drinks .container,
  .contact-us .container,
  .visit-us .container,
  .seo .container,
  footer .container {
    padding: 0 30px;
  }
  .hero .container {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
  }
  .hero .container .greet,
  .hero .container .title,
  .hero .container .description,
  .hero .container .social {
    max-width: 80%;
    margin-bottom: 40px;
  }
  .hero .container .greet {
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    text-underline-offset: 12px;
  }
  .hero .container .title {
    font-weight: 800;
    font-size: 42px;
    line-height: 47px;
  }
  .hero .container .description {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
  }
  .hero .container .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    color: #000000;
  }
  .hero .container a.goFood {
    font-size: 18px;
    padding: 10px 20px;
    text-align: center;
  }
  .foods .container .top,
  .drinks .container .top {
    text-align: center;
  }
  .foods .container .top p,
  .drinks .container .top p {
    font-style: italic;
    font-weight: 300;
    font-size: 26px;
    line-height: 28px;
    text-transform: capitalize;
    color: #f2bf26;
    text-underline-offset: 10px;
    -webkit-text-decoration: underline 2px;
            text-decoration: underline 2px;
  }
  .foods .container .top h2,
  .drinks .container .top h2 {
    font-style: italic;
    font-weight: 800;
    font-size: 42px;
    line-height: 47px;
    text-transform: capitalize;
    color: #ffffff;
    margin: 30px 0;
  }
  .foods .container .bottom .view-all,
  .drinks .container .bottom .view-all {
    padding: 40px 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    position: relative;
  }
  .foods .container .bottom .view-all:before,
  .drinks .container .bottom .view-all:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    border-bottom: 2px dashed #fff;
    z-index: 0;
  }
  .foods .container .bottom .view-all a,
  .drinks .container .bottom .view-all a {
    z-index: 1;
    color: #000;
    background-color: var(--color2);
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    border-radius: 10px;
    padding: 8px 12px;
  }
  .contact-us .container .top {
    text-align: center;
  }
  .contact-us .container .top p {
    font-style: italic;
    font-weight: 300;
    font-size: 26px;
    line-height: 28px;
    text-transform: capitalize;
    color: #f2bf26;
    text-underline-offset: 10px;
    -webkit-text-decoration: underline 2px;
            text-decoration: underline 2px;
  }
  .contact-us .container .top h2 {
    font-style: italic;
    font-weight: 800;
    font-size: 42px;
    line-height: 47px;
    text-transform: capitalize;
    color: #ffffff;
    margin: 40px 0;
  }
  .contact-us .container .bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .contact-us .container .bottom .left,
  .contact-us .container .bottom .right {
    flex: 0 0 100%;
    border-radius: 10px;
  }
  .contact-us .container .bottom .right {
    background-color: #fff;
    padding: 45px;
  }
  .contact-us .container .bottom .contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    flex-grow: 0;
  }
  .contact-us .container .bottom .contact-form input {
    border-radius: 10px;
    width: 100%;
    background: #ffd0d2;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
    height: 66px;
    border: none;
    outline: none;
    padding: 0 30px;
  }
  .contact-us .container .bottom .contact-form input::-moz-placeholder {
    text-align: left;
    font-size: 18px;
    color: #5a5a5a;
  }
  .contact-us .container .bottom .contact-form input::placeholder {
    text-align: left;
    font-size: 18px;
    color: #5a5a5a;
  }
  .contact-us .container .bottom .contact-form button {
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 30px;
    border-radius: 10px;
    width: 100%;
    background-color: var(--color);
    height: 66px;
    text-align: left;
    outline: none;
    border: none;
    font-style: italic;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
  }
  .contact-us .container .bottom .schedule,
  .contact-us .container .bottom .location {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    font-style: italic;
    font-weight: 500;
    font-size: 19px;
    line-height: 126%;
    text-transform: capitalize;
    color: #fff;
    gap: 10px;
    padding: 20px 0;
  }
  .contact-us .container .bottom .schedule svg,
  .contact-us .container .bottom .location svg {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
  }
  .contact-us .container .bottom .schedule {
    border-bottom: 2px solid var(--color2);
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
  }
  .seo .container {
    color: #fff;
  }
  .seo .container iframe {
    border-radius: 10px;
    width: 100%;
    height: 340px;
    border: 0;
    margin-bottom: 40px;
  }
  .seo .container h2 {
    font-size: 42px;
    line-height: 47px;
    font-feature-settings: "kern" off;
    margin-bottom: 20px;
  }
  .seo .container p {
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    font-style: italic;
  }
  .seo .container p a {
    text-decoration: underline;
  }
  footer {
    background-color: var(--color);
  }
  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: 275px;
  }
  footer .container .details {
    max-width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #fff;
    order: 2;
  }
  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: #000;
    font-style: normal;
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 21px 0;
  }
  /**
  Menu parts
  **/
  .menu.hero {
    padding: 125px 0;
  }
  .all-items {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
  }
  .all-items .item {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    flex: 0 0 calc(50% - 10px);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 15px;
    border-radius: 10px;
    color: #000;
  }
  .all-items .item .name {
    max-width: 70%;
  }
  .all-items .item .price {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .all-items .item .divider {
    flex-grow: 1;
    border-bottom: 1px solid #000;
    margin: 0 8px;
  }
  .drinks .all-items .item {
    color: #fff;
    background-color: rgba(178, 17, 23, 0.7);
  }
  .drinks .all-items .item .divider {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 567px) {
  .hamburger {
    display: block;
    margin: auto 0;
  }
  .items {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  .items .item {
    flex: 0 0 1;
    position: relative;
  }
  .items .item img {
    border-radius: 10px;
    height: 180px;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .items .item:hover .details, .items .item:focus .details {
    opacity: 1;
    row-gap: 30px;
  }
  .items .item:hover .details .name, .items .item:focus .details .name {
    bottom: 0px;
  }
  .items .item:hover .details .price, .items .item:focus .details .price {
    top: 5px;
  }
  .items .item .details {
    opacity: 0;
    transition: opacity 0.5s ease-in, gap 0.5s ease-in;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 180px;
    border-radius: 10px;
    overflow: hidden;
    left: 0;
    top: 0;
  }
  .items .item .details .name,
  .items .item .details .price {
    text-transform: capitalize;
    text-align: center;
    color: #ffffff;
  }
  .items .item .details .name {
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }
  .items .item .details .price {
    border-radius: 10px;
    padding: 7px 14px;
    max-width: -moz-max-content;
    max-width: max-content;
    background-color: var(--color2);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
  }
  nav {
    background: var(--color);
  }
  nav .container {
    padding: 0 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 119px;
  }
  nav .container .logo {
    margin-left: 0;
    justify-self: flex-start;
  }
  nav .container .logo img {
    width: 116px;
    height: 116px;
  }
  nav .container ul.links {
    margin-right: 0;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    width: 100%;
    left: 0;
    top: 120px;
    z-index: 999;
    background-color: var(--color);
    gap: 20px;
    padding: 18px;
  }
  nav .container ul.links li a {
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
  }
  nav .container ul.links li a.goFood {
    padding: 12px 16px;
  }
  nav .container ul.links li a:not(.goFood) {
    color: #ffffff;
  }
  nav .container ul.links li a:not(.goFood).active {
    color: var(--color2);
  }
  .hero,
  .foods,
  .drinks,
  .contact-us,
  .visit-us,
  .seo,
  footer {
    padding: 30px 0;
  }
  .hero .container,
  .foods .container,
  .drinks .container,
  .contact-us .container,
  .visit-us .container,
  .seo .container,
  footer .container {
    padding: 0 30px;
  }
  .hero {
    padding: 0;
  }
  .hero .container {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
  }
  .hero .container .greet,
  .hero .container .title,
  .hero .container .description,
  .hero .container .social {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .hero .container .greet {
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    text-underline-offset: 12px;
  }
  .hero .container .title {
    font-weight: 800;
    font-size: 40px;
    line-height: 44px;
  }
  .hero .container .description {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
  }
  .hero .container .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    color: #000000;
  }
  .hero .container a.goFood {
    font-size: 18px;
    padding: 10px 20px;
    text-align: center;
  }
  .foods .container .top,
  .drinks .container .top {
    text-align: center;
  }
  .foods .container .top p,
  .drinks .container .top p {
    font-style: italic;
    font-weight: 300;
    font-size: 22px;
    line-height: 24px;
    text-transform: capitalize;
    color: #f2bf26;
    text-underline-offset: 10px;
    -webkit-text-decoration: underline 2px;
            text-decoration: underline 2px;
  }
  .foods .container .top h2,
  .drinks .container .top h2 {
    font-style: italic;
    font-weight: 800;
    font-size: 30px;
    line-height: 34px;
    text-transform: capitalize;
    color: #ffffff;
    margin: 20px 0 30px;
  }
  .foods .container .bottom .view-all,
  .drinks .container .bottom .view-all {
    padding: 40px 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    position: relative;
  }
  .foods .container .bottom .view-all:before,
  .drinks .container .bottom .view-all:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    border-bottom: 2px dashed #fff;
    z-index: 0;
  }
  .foods .container .bottom .view-all a,
  .drinks .container .bottom .view-all a {
    z-index: 1;
    color: #000;
    background-color: var(--color2);
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    border-radius: 10px;
    padding: 8px 12px;
  }
  .contact-us .container .top {
    text-align: center;
  }
  .contact-us .container .top p {
    font-style: italic;
    font-weight: 300;
    font-size: 22px;
    line-height: 24px;
    text-transform: capitalize;
    color: #f2bf26;
    text-underline-offset: 10px;
    -webkit-text-decoration: underline 2px;
            text-decoration: underline 2px;
  }
  .contact-us .container .top h2 {
    font-style: italic;
    font-weight: 800;
    font-size: 30px;
    line-height: 34px;
    text-transform: capitalize;
    color: #ffffff;
    margin: 20px 0 30px;
  }
  .contact-us .container .bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .contact-us .container .bottom .left,
  .contact-us .container .bottom .right {
    flex: 0 0 100%;
    border-radius: 10px;
  }
  .contact-us .container .bottom .right {
    background-color: #fff;
    padding: 30px;
  }
  .contact-us .container .bottom .contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
    flex-grow: 0;
  }
  .contact-us .container .bottom .contact-form input {
    border-radius: 10px;
    width: 100%;
    background: #ffd0d2;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
    height: 52px;
    border: none;
    outline: none;
    padding: 0 30px;
  }
  .contact-us .container .bottom .contact-form input::-moz-placeholder {
    text-align: left;
    font-size: 15px;
    color: #5a5a5a;
  }
  .contact-us .container .bottom .contact-form input::placeholder {
    text-align: left;
    font-size: 15px;
    color: #5a5a5a;
  }
  .contact-us .container .bottom .contact-form button {
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 30px;
    border-radius: 10px;
    width: 100%;
    background-color: var(--color);
    height: 52px;
    text-align: left;
    outline: none;
    border: none;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
  }
  .contact-us .container .bottom .schedule,
  .contact-us .container .bottom .location {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    font-style: italic;
    font-weight: 400;
    font-size: 19px;
    line-height: 126%;
    text-transform: capitalize;
    color: #fff;
    gap: 10px;
    padding: 20px 0;
  }
  .contact-us .container .bottom .schedule svg,
  .contact-us .container .bottom .location svg {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
  }
  .contact-us .container .bottom .schedule {
    border-bottom: 2px solid var(--color2);
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
  }
  .seo .container {
    color: #fff;
  }
  .seo .container iframe {
    border-radius: 10px;
    width: 100%;
    height: 340px;
    border: 0;
    margin-bottom: 40px;
  }
  .seo .container h2 {
    font-size: 32px;
    line-height: 37px;
    font-feature-settings: "kern" off;
    margin-bottom: 20px;
  }
  .seo .container p {
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    font-style: italic;
  }
  .seo .container p a {
    text-decoration: underline;
  }
  footer {
    background-color: var(--color);
  }
  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: 275px;
  }
  footer .container .details {
    max-width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #fff;
    order: 2;
  }
  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: #000;
    font-style: normal;
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 21px 0;
  }
  /**
  Menu parts
  **/
  .menu.hero {
    padding: 125px 0;
  }
  .all-items {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
  }
  .all-items .item {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    flex: 0 0 100%;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 15px;
    border-radius: 10px;
    color: #000;
  }
  .all-items .item .name {
    max-width: 70%;
  }
  .all-items .item .price {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .all-items .item .divider {
    flex-grow: 1;
    border-bottom: 1px solid #000;
    margin: 0 8px;
  }
  .drinks .all-items .item {
    color: #fff;
    background-color: rgba(178, 17, 23, 0.7);
  }
  .drinks .all-items .item .divider {
    border-bottom: 1px solid #fff;
  }
}/*# sourceMappingURL=style.css.map */