:root {
  --color: #feef27;
  --color2: #131313;
  --red: #bc2a2a;
  --regular: 400;
  --semibold: 600;
  --bold: 700;
}

* {
  font-family: "Inter", 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 #fff;
}

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

a.goFood,
a.tel,
button[type=submit] {
  transition: box-shadow 0.2s ease-in-out;
}
a.goFood:hover,
a.tel:hover,
button[type=submit]:hover {
  box-shadow: 0px 4px 10px rgba(240, 105, 52, 0.9);
}

a.goFood,
a.tel {
  color: var(--color);
  border-radius: 10px;
  background-color: var(--red);
}

.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;
}

.items .item {
  position: relative;
}
.items .item:hover .details, .items .item:focus .details {
  opacity: 1;
}
.items .item img {
  width: 100%;
  max-width: 280px;
  height: 100%;
  border-radius: 20px;
}
.items .item .details {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 280px;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  border-radius: 20px;
  box-shadow: 0px 8px 34px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.5s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.items .item .details .name {
  margin-bottom: 10px;
  font-family: "Protest Revolution";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}
.items .item .details .price {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  color: var(--color);
}

.slick-disabled {
  opacity: 0.2;
}

.foodNext,
.foodPrev {
  outline: 0;
  border: 0;
  background-color: #181818;
  border-radius: 40px;
  padding: 10px 11px;
  position: absolute;
  bottom: -15px;
}

.foodPrev {
  transform: rotate(180deg);
  left: 45%;
}

.foodNext {
  right: 45%;
}

.about-us,
.drinks,
.why,
.contact-us,
.seo,
.thank-you,
footer {
  padding: 100px 0;
}
.about-us .container,
.drinks .container,
.why .container,
.contact-us .container,
.seo .container,
.thank-you .container,
footer .container {
  padding: 0 130px;
}

.top-section {
  background: url("assets/hero.webp") no-repeat, url("assets/general-bg.webp") repeat, var(--color);
  background-size: 100% 910px;
  z-index: 2;
  height: 910px;
}

nav {
  background: transparent;
  position: relative;
}
nav .container {
  padding: 0px 130px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  height: 150px;
}
nav .container .logo {
  margin-left: 0;
  justify-self: flex-end;
}
nav .container .logo img {
  width: 110px;
  height: 110px;
}
nav .container ul.links {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
nav .container ul.links li a {
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
}
nav .container ul.links li a:not(.goFood):not(.tel) {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: var(--regular);
  transition: all 0.5s ease-in-out;
}
nav .container ul.links li a:not(.goFood):not(.tel).active, nav .container ul.links li a:not(.goFood):not(.tel):hover {
  color: var(--color);
}

.hero .container {
  padding: 90px 130px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 60px;
  margin: 0 auto;
}
.hero .container .title {
  white-space: pre-line;
  font-family: "Protest Revolution";
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 88px;
  text-align: center;
  text-transform: capitalize;
  color: #ffee02;
}

.foods .container {
  padding: 0 130px 30px;
  display: block;
}
.foods .container:before {
  content: "";
  position: absolute;
  background-color: var(--red);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

.about-us {
  background: url("assets/general-bg.webp") repeat, var(--color);
}
.about-us .container {
  padding: 0 230px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about-us .container .top,
.about-us .container .bottom {
  display: flex;
  flex-direction: row;
}
.about-us .container .top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  justify-content: flex-start;
}
.about-us .container .top h2 {
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: "Protest Revolution";
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 70px;
  text-transform: capitalize;
  color: #151515;
}
.about-us .container .top p {
  flex: 1 0 50%;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.about-us .container .bottom {
  gap: 20px;
}
.about-us .container .bottom .left {
  flex: 0 0 calc(50% - 10px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 20px;
}
.about-us .container .bottom .left p {
  width: 100%;
  height: 116px;
  background: #131313;
  border-radius: 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.about-us .container .bottom .right {
  flex: 0 0 calc(50% - 10px);
  background-image: url("assets/about-us.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.drinks {
  background-color: #191919;
}
.drinks .container {
  padding: 0 130px 30px;
}
.drinks .container:before {
  content: "";
  position: absolute;
  background-color: var(--red);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.drinks .container h2 {
  font-family: "Protest Revolution";
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 88px;
  text-align: center;
  text-transform: capitalize;
  color: var(--color);
}
.drinks .container .foodNext,
.drinks .container .foodPrev {
  background-color: var(--color);
}
.drinks .container .items {
  margin-top: 40px;
}

.contact-us {
  background-color: var(--color);
  padding-top: 163px;
}
.contact-us .container h2 {
  font-family: "Protest Revolution";
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 96px;
  text-transform: capitalize;
  color: #000000;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: -60px;
  padding-right: 10px;
}
.contact-us .container .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  border: 1px solid #163d0e;
  border-left: none;
  padding: 60px;
  padding-left: 0;
}
.contact-us .container .content .contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
  flex-basis: calc(33.3333% - 15px);
  flex-grow: 0;
}
.contact-us .container .content .contact-form input {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 56px;
  border: none;
  outline: none;
  padding: 4px 20px;
}
.contact-us .container .content .contact-form input::-moz-placeholder {
  text-align: left;
  color: #a0a0a0;
}
.contact-us .container .content .contact-form input::placeholder {
  text-align: left;
  color: #a0a0a0;
}
.contact-us .container .content .contact-form button {
  text-transform: capitalize;
  font-weight: 500;
  padding: 0 30px;
  border-radius: 10px;
  width: 100%;
  background-color: #191919;
  color: var(--color);
  font-size: 20px;
  font-weight: 600;
  height: 56px;
  text-align: center;
  outline: none;
  border: none;
}
.contact-us .container .content .item {
  text-align: center;
  flex-basis: calc(33.3333% - 15px);
  padding: 20px;
  flex-direction: column;
  display: inline-flex;
  white-space: pre-line;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #191919;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.seo {
  background-color: var(--color2);
}
.seo .container {
  color: #fff;
}
.seo .container .map {
  margin-bottom: 40px;
}
.seo .container h2 {
  font-family: "Protest Revolution";
  font-size: 60px;
  line-height: 70px;
  font-feature-settings: "kern" off;
  margin-bottom: 20px;
}
.seo .container p {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
}
.seo .container p a {
  font-family: "Manrope";
  text-decoration: underline;
}

.thank-you {
  background-image: url("assets/thank-you.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.thank-you .container h2 {
  font-family: "Protest Revolution";
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 96px;
  text-align: center;
  color: #191919;
}
.thank-you .container p {
  padding: 0 100px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 60px;
}
.thank-you .container .goFood {
  padding: 10px 16px;
  text-align: center;
}

footer {
  background-color: var(--color2);
}
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: 180px;
}
footer .container .details {
  max-width: calc(100% - 180px);
  font-weight: 400;
  font-size: 16px;
  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;
}

.slick-list .item {
  margin: 0 10px;
}

button {
  cursor: pointer;
}

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

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

@media screen and (max-width: 1024px) {
  .hamburger {
    display: none;
    margin: auto 0;
  }
  .items .item {
    position: relative;
  }
  .items .item:hover .details, .items .item:focus .details {
    opacity: 1;
  }
  .items .item img {
    width: 100%;
    max-width: 280px;
    height: 100%;
    border-radius: 20px;
  }
  .items .item .details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 280px;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    border-radius: 20px;
    box-shadow: 0px 8px 34px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.5s ease-in;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .items .item .details .name {
    margin-bottom: 10px;
    font-family: "Protest Revolution";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
  }
  .items .item .details .price {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: var(--color);
  }
  .slick-disabled {
    opacity: 0.2;
  }
  .foodNext,
  .foodPrev {
    outline: 0;
    border: 0;
    background-color: #181818;
    border-radius: 40px;
    padding: 10px 11px;
    position: absolute;
    bottom: -15px;
  }
  .foodPrev {
    transform: rotate(180deg);
    left: 43%;
  }
  .foodNext {
    right: 43%;
  }
  .about-us,
  .drinks,
  .why,
  .contact-us,
  .seo,
  .thank-you,
  footer {
    padding: 60px 0;
  }
  .about-us .container,
  .drinks .container,
  .why .container,
  .contact-us .container,
  .seo .container,
  .thank-you .container,
  footer .container {
    padding: 0 60px;
  }
  .top-section {
    background-size: 100% 810px;
    z-index: 2;
    height: 810px;
  }
  nav {
    background: transparent;
    position: relative;
  }
  nav .container {
    padding: 0px 60px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 150px;
  }
  nav .container .logo {
    margin-left: 0;
    justify-self: flex-end;
  }
  nav .container .logo img {
    width: 110px;
    height: 110px;
  }
  nav .container ul.links {
    display: flex;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  nav .container ul.links li a {
    display: inline-flex;
    align-items: center;
    padding: 10px 12px;
  }
  nav .container ul.links li a:not(.goFood):not(.tel) {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: var(--regular);
  }
  nav .container ul.links li a:not(.goFood):not(.tel).active {
    color: var(--color);
  }
  .hero .container {
    padding: 60px 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 60px;
    margin: 0 auto;
  }
  .hero .container .title {
    white-space: pre-line;
    font-family: "Protest Revolution";
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 88px;
    text-align: center;
    text-transform: capitalize;
    color: #ffee02;
  }
  .foods .container {
    padding: 0 60px 30px;
  }
  .about-us {
    padding-top: 80px;
  }
  .about-us .container {
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .about-us .container .top,
  .about-us .container .bottom {
    display: flex;
    flex-direction: row;
  }
  .about-us .container .top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: center;
    justify-content: flex-start;
  }
  .about-us .container .top h2 {
    max-width: -moz-max-content;
    max-width: max-content;
    font-family: "Protest Revolution";
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 70px;
    text-transform: capitalize;
    color: #151515;
  }
  .about-us .container .top p {
    flex: 1 0 50%;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
  }
  .about-us .container .bottom {
    gap: 20px;
  }
  .about-us .container .bottom .left {
    flex: 0 0 calc(50% - 10px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .about-us .container .bottom .left p {
    width: 100%;
    height: 116px;
    background: #131313;
    border-radius: 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .about-us .container .bottom .right {
    flex: 0 0 calc(50% - 10px);
    background-image: url("assets/about-us.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .drinks {
    background-color: #191919;
  }
  .drinks .container {
    padding: 0 60px 30px;
  }
  .drinks .container:before {
    content: "";
    position: absolute;
    background-color: var(--red);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
  }
  .drinks .container h2 {
    font-family: "Protest Revolution";
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 88px;
    text-align: center;
    text-transform: capitalize;
    color: var(--color);
  }
  .drinks .container .foodNext,
  .drinks .container .foodPrev {
    background-color: var(--color);
  }
  .drinks .container .items {
    margin-top: 40px;
  }
  .contact-us {
    background-color: var(--color);
    padding-top: 113px;
  }
  .contact-us .container h2 {
    font-family: "Protest Revolution";
    font-style: normal;
    font-weight: 400;
    font-size: 76px;
    line-height: 90px;
    text-transform: capitalize;
    color: #000000;
    background-color: var(--color);
    position: absolute;
    left: 0;
    top: -60px;
    padding-right: 10px;
  }
  .contact-us .container .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    border: 1px solid #163d0e;
    border-left: none;
    padding: 30px;
    padding-top: 40px;
    padding-left: 0;
  }
  .contact-us .container .content .contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    flex-basis: calc(33.3333% - 15px);
    flex-grow: 0;
  }
  .contact-us .container .content .contact-form input {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 56px;
    border: none;
    outline: none;
    padding: 4px 20px;
  }
  .contact-us .container .content .contact-form input::-moz-placeholder {
    text-align: left;
    color: #a0a0a0;
  }
  .contact-us .container .content .contact-form input::placeholder {
    text-align: left;
    color: #a0a0a0;
  }
  .contact-us .container .content .contact-form button {
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 30px;
    border-radius: 10px;
    width: 100%;
    background-color: #191919;
    color: var(--color);
    font-size: 20px;
    font-weight: 600;
    height: 56px;
    text-align: center;
    outline: none;
    border: none;
  }
  .contact-us .container .content .item {
    text-align: center;
    flex-basis: calc(33.3333% - 15px);
    padding: 20px;
    flex-direction: column;
    display: inline-flex;
    white-space: pre-line;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: #191919;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
  }
  .seo {
    background-color: var(--color2);
  }
  .seo .container {
    color: #fff;
  }
  .seo .container .map {
    margin-bottom: 40px;
  }
  .seo .container h2 {
    font-family: "Protest Revolution";
    font-size: 60px;
    line-height: 70px;
    font-feature-settings: "kern" off;
    margin-bottom: 20px;
  }
  .seo .container p {
    font-family: "Manrope";
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
  }
  .seo .container p a {
    font-family: "Manrope";
    text-decoration: underline;
  }
  .thank-you .container h2 {
    font-size: 76px;
    line-height: 90px;
  }
  .thank-you .container p {
    padding: 0px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .thank-you .container .goFood {
    padding: 10px 16px;
    text-align: center;
  }
  footer {
    background-color: var(--color2);
  }
  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: 180px;
  }
  footer .container .details {
    max-width: calc(100% - 180px);
    font-weight: 400;
    font-size: 16px;
    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;
  }
}
@media screen and (max-width: 991px) {
  .hamburger {
    display: block;
    margin: auto 0;
  }
  .items .item {
    position: relative;
  }
  .items .item:hover .details, .items .item:focus .details {
    opacity: 1;
  }
  .items .item img {
    width: 100%;
    max-width: 250px;
    height: 100%;
    border-radius: 20px;
  }
  .items .item .details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 250px;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    border-radius: 20px;
    box-shadow: 0px 8px 34px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.5s ease-in;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .items .item .details .name {
    margin-bottom: 10px;
    font-family: "Protest Revolution";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
  }
  .items .item .details .price {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: var(--color);
  }
  .slick-disabled {
    opacity: 0.2;
  }
  .foodNext,
  .foodPrev {
    outline: 0;
    border: 0;
    background-color: #181818;
    border-radius: 40px;
    padding: 10px 11px;
    position: absolute;
    bottom: -15px;
  }
  .foodPrev {
    transform: rotate(180deg);
    left: 40%;
  }
  .foodNext {
    right: 40%;
  }
  .about-us,
  .drinks,
  .why,
  .contact-us,
  .seo,
  .thank-you,
  footer {
    padding: 40px 0;
  }
  .about-us .container,
  .drinks .container,
  .why .container,
  .contact-us .container,
  .seo .container,
  .thank-you .container,
  footer .container {
    padding: 0 30px;
  }
  .top-section {
    background-size: 100% 640px;
    z-index: 2;
    height: 640px;
  }
  nav {
    background: transparent;
    position: relative;
  }
  nav .container {
    padding: 0px 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 120px;
  }
  nav .container .logo {
    margin-left: 0;
    justify-self: flex-end;
  }
  nav .container .logo img {
    width: 110px;
    height: 110px;
  }
  nav .container ul.links {
    display: none;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    position: absolute;
    top: 120px;
    left: 0;
    background: linear-gradient(0deg, #000000 0%, rgba(25, 25, 25, 0.808) 100%);
    width: 100%;
    z-index: 99;
  }
  nav .container ul.links li a {
    display: inline-flex;
    align-items: center;
    padding: 10px 12px;
  }
  nav .container ul.links li a:not(.goFood):not(.tel) {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: var(--regular);
  }
  nav .container ul.links li a:not(.goFood):not(.tel).active {
    color: var(--color);
  }
  .hero .container {
    padding: 40px 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 60px;
    margin: 0 auto;
  }
  .hero .container .title {
    white-space: pre-line;
    font-family: "Protest Revolution";
    font-style: normal;
    font-weight: 400;
    font-size: 66px;
    line-height: 72px;
    text-align: center;
    text-transform: capitalize;
    color: #ffee02;
  }
  .foods .container {
    padding: 0 30px 30px;
  }
  .about-us {
    padding-top: 120px;
  }
  .about-us .container {
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .about-us .container .top,
  .about-us .container .bottom {
    display: flex;
    flex-direction: row;
  }
  .about-us .container .top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: center;
    justify-content: flex-start;
  }
  .about-us .container .top h2 {
    max-width: -moz-max-content;
    max-width: max-content;
    font-family: "Protest Revolution";
    font-style: normal;
    font-weight: 400;
    font-size: 66px;
    line-height: 72px;
    text-transform: capitalize;
    color: #151515;
  }
  .about-us .container .top p {
    flex: 1 0 50%;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
  }
  .about-us .container .bottom {
    gap: 20px;
  }
  .about-us .container .bottom .left {
    flex: 0 0 calc(50% - 10px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .about-us .container .bottom .left p {
    width: 100%;
    height: 116px;
    background: #131313;
    border-radius: 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .about-us .container .bottom .right {
    flex: 0 0 calc(50% - 10px);
    background-image: url("assets/about-us.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .drinks {
    background-color: #191919;
  }
  .drinks .container {
    padding: 0 60px 30px;
  }
  .drinks .container:before {
    content: "";
    position: absolute;
    background-color: var(--red);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
  }
  .drinks .container h2 {
    font-family: "Protest Revolution";
    font-style: normal;
    font-weight: 400;
    font-size: 66px;
    line-height: 72px;
    text-align: center;
    text-transform: capitalize;
    color: var(--color);
  }
  .drinks .container .foodNext,
  .drinks .container .foodPrev {
    background-color: var(--color);
  }
  .drinks .container .items {
    margin-top: 40px;
  }
  .contact-us {
    background-color: var(--color);
    padding-top: 113px;
  }
  .contact-us .container h2 {
    font-family: "Protest Revolution";
    font-style: normal;
    font-weight: 400;
    font-size: 66px;
    line-height: 72px;
    text-transform: capitalize;
    color: #000000;
    background-color: var(--color);
    position: absolute;
    left: 0;
    top: -60px;
    padding-right: 10px;
  }
  .contact-us .container .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    border: 1px solid #163d0e;
    border-left: none;
    padding: 30px;
    padding-top: 40px;
    padding-left: 0;
  }
  .contact-us .container .content .contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    flex-basis: calc(33.3333% - 15px);
    flex-grow: 0;
  }
  .contact-us .container .content .contact-form input {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 56px;
    border: none;
    outline: none;
    padding: 4px 20px;
  }
  .contact-us .container .content .contact-form input::-moz-placeholder {
    text-align: left;
    color: #a0a0a0;
  }
  .contact-us .container .content .contact-form input::placeholder {
    text-align: left;
    color: #a0a0a0;
  }
  .contact-us .container .content .contact-form button {
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 30px;
    border-radius: 10px;
    width: 100%;
    background-color: #191919;
    color: var(--color);
    font-size: 20px;
    font-weight: 600;
    height: 56px;
    text-align: center;
    outline: none;
    border: none;
  }
  .contact-us .container .content .item {
    text-align: center;
    flex-basis: calc(33.3333% - 15px);
    padding: 10px;
    flex-direction: column;
    display: inline-flex;
    white-space: pre-line;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: #191919;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .seo {
    background-color: var(--color2);
  }
  .seo .container {
    color: #fff;
  }
  .seo .container .map {
    margin-bottom: 40px;
  }
  .seo .container h2 {
    font-family: "Protest Revolution";
    font-size: 56px;
    line-height: 60px;
    font-feature-settings: "kern" off;
    margin-bottom: 20px;
  }
  .seo .container p {
    font-family: "Manrope";
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
  }
  .seo .container p a {
    font-family: "Manrope";
    text-decoration: underline;
  }
  .thank-you .container h2 {
    font-size: 66px;
    line-height: 72px;
  }
  .thank-you .container p {
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .thank-you .container .goFood {
    padding: 10px 16px;
    text-align: center;
  }
  footer {
    background-color: var(--color2);
  }
  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: 180px;
  }
  footer .container .details {
    max-width: calc(100% - 180px);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    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;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
    margin: auto 0;
  }
  .items .item {
    position: relative;
  }
  .items .item:hover .details, .items .item:focus .details {
    opacity: 1;
  }
  .items .item img {
    width: 100%;
    max-width: 220px;
    height: 100%;
    border-radius: 20px;
  }
  .items .item .details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 220px;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    border-radius: 20px;
    box-shadow: 0px 8px 34px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.5s ease-in;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .items .item .details .name {
    margin-bottom: 10px;
    font-family: "Protest Revolution";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
  }
  .items .item .details .price {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: var(--color);
  }
  .slick-disabled {
    opacity: 0.2;
  }
  .foodNext,
  .foodPrev {
    outline: 0;
    border: 0;
    background-color: #181818;
    border-radius: 20px;
    padding: 5px 6px;
    position: absolute;
    bottom: -15px;
  }
  .foodPrev {
    transform: rotate(180deg);
    left: 40%;
  }
  .foodNext {
    right: 40%;
  }
  .about-us,
  .drinks,
  .why,
  .contact-us,
  .seo,
  .thank-you,
  footer {
    padding: 40px 0;
  }
  .about-us .container,
  .drinks .container,
  .why .container,
  .contact-us .container,
  .seo .container,
  .thank-you .container,
  footer .container {
    padding: 0 30px;
  }
  .top-section {
    background-size: 100% 540px;
    z-index: 2;
    height: 540px;
  }
  nav {
    background: transparent;
    position: relative;
  }
  nav .container {
    padding: 0px 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 120px;
  }
  nav .container .logo {
    margin-left: 0;
    justify-self: flex-end;
  }
  nav .container .logo img {
    width: 110px;
    height: 110px;
  }
  nav .container ul.links {
    display: none;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    position: absolute;
    top: 120px;
    left: 0;
    background: linear-gradient(0deg, #000000 0%, rgba(25, 25, 25, 0.822) 100%);
    width: 100%;
    z-index: 99;
  }
  nav .container ul.links li a {
    display: inline-flex;
    align-items: center;
    padding: 10px 12px;
  }
  nav .container ul.links li a:not(.goFood):not(.tel) {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: var(--regular);
  }
  nav .container ul.links li a:not(.goFood):not(.tel).active {
    color: var(--color);
  }
  .hero .container {
    padding: 40px 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
    margin: 0 auto;
  }
  .hero .container .title {
    white-space: pre-line;
    font-family: "Protest Revolution";
    font-style: normal;
    font-weight: 400;
    font-size: 49px;
    line-height: 51px;
    text-align: center;
    text-transform: capitalize;
    color: #ffee02;
  }
  .foods .container {
    padding: 0 30px 30px;
  }
  .about-us {
    padding-top: 100px;
  }
  .about-us .container {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .about-us .container .top,
  .about-us .container .bottom {
    display: flex;
    flex-direction: row;
  }
  .about-us .container .top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: center;
    justify-content: flex-start;
  }
  .about-us .container .top h2 {
    max-width: -moz-max-content;
    max-width: max-content;
    font-family: "Protest Revolution";
    font-style: normal;
    font-weight: 400;
    font-size: 49px;
    line-height: 51px;
    text-transform: capitalize;
    color: #151515;
  }
  .about-us .container .top p {
    flex: 1 0 50%;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
  }
  .about-us .container .bottom {
    gap: 20px;
    flex-wrap: wrap;
  }
  .about-us .container .bottom .left {
    flex: 1 0 calc(40% - 10px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .about-us .container .bottom .left p {
    width: 100%;
    height: 96px;
    background: #131313;
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .about-us .container .bottom .right {
    flex: 0 0 calc(60% - 10px);
    background-image: url("assets/about-us.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .drinks {
    background-color: #191919;
  }
  .drinks .container {
    padding: 0 60px 30px;
  }
  .drinks .container:before {
    content: "";
    position: absolute;
    background-color: var(--red);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
  }
  .drinks .container h2 {
    font-family: "Protest Revolution";
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 51px;
    text-align: center;
    text-transform: capitalize;
    color: var(--color);
  }
  .drinks .container .foodNext,
  .drinks .container .foodPrev {
    background-color: var(--color);
  }
  .drinks .container .items {
    margin-top: 40px;
  }
  .contact-us {
    background-color: var(--color);
    padding-top: 113px;
  }
  .contact-us .container h2 {
    font-size: 48px;
    line-height: 51px;
    top: -48px;
  }
  .contact-us .container .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    border: 1px solid #163d0e;
    border-left: none;
    padding: 30px;
    padding-top: 40px;
    padding-left: 0;
  }
  .contact-us .container .content .contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    flex-basis: 100%;
    flex-grow: 0;
  }
  .contact-us .container .content .contact-form input {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 56px;
    border: none;
    outline: none;
    padding: 4px 20px;
  }
  .contact-us .container .content .contact-form input::-moz-placeholder {
    text-align: left;
    color: #a0a0a0;
  }
  .contact-us .container .content .contact-form input::placeholder {
    text-align: left;
    color: #a0a0a0;
  }
  .contact-us .container .content .contact-form button {
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 30px;
    border-radius: 10px;
    width: 100%;
    background-color: #191919;
    color: var(--color);
    font-size: 20px;
    font-weight: 600;
    height: 56px;
    text-align: center;
    outline: none;
    border: none;
  }
  .contact-us .container .content .item {
    text-align: center;
    flex-basis: calc(50% - 10px);
    padding: 10px;
    flex-direction: column;
    display: inline-flex;
    white-space: pre-line;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: #191919;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .seo {
    background-color: var(--color2);
  }
  .seo .container {
    color: #fff;
  }
  .seo .container .map {
    margin-bottom: 40px;
  }
  .seo .container h2 {
    font-family: "Protest Revolution";
    font-size: 46px;
    line-height: 50px;
    font-feature-settings: "kern" off;
    margin-bottom: 20px;
  }
  .seo .container p {
    font-size: 16px;
    line-height: 17px;
    text-align: justify;
  }
  .seo .container p a {
    text-decoration: underline;
  }
  .thank-you .container h2 {
    font-size: 48px;
    line-height: 51px;
  }
  .thank-you .container p {
    padding: 0px;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .thank-you .container .goFood {
    padding: 10px 16px;
    text-align: center;
  }
  footer {
    background-color: var(--color2);
  }
  footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
  footer .container .logo > a > img {
    width: 180px;
  }
  footer .container .details {
    order: 2;
    max-width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #fff;
  }
  footer .container .footer-social {
    order: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }
  footer .container .footer-social a {
    line-height: 14px;
  }
}
@media screen and (max-width: 567px) {
  .hamburger {
    display: block;
    margin: auto 0;
  }
  .items .item {
    position: relative;
  }
  .items .item:hover .details, .items .item:focus .details {
    opacity: 1;
  }
  .items .item img {
    width: 100%;
    max-width: 180px;
    height: 100%;
    border-radius: 20px;
  }
  .items .item .details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 180px;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    border-radius: 20px;
    box-shadow: 0px 8px 34px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.5s ease-in;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .items .item .details .name {
    margin-bottom: 10px;
    font-family: "Protest Revolution";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
  }
  .items .item .details .price {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: var(--color);
  }
  .slick-disabled {
    opacity: 0.2;
  }
  .foodNext,
  .foodPrev {
    outline: 0;
    border: 0;
    background-color: #181818;
    border-radius: 20px;
    padding: 5px 6px;
    position: absolute;
    bottom: -15px;
  }
  .foodPrev {
    transform: rotate(180deg);
    left: 32%;
  }
  .foodNext {
    right: 32%;
  }
  .about-us,
  .drinks,
  .why,
  .contact-us,
  .seo,
  .thank-you,
  footer {
    padding: 30px 0;
  }
  .about-us .container,
  .drinks .container,
  .why .container,
  .contact-us .container,
  .seo .container,
  .thank-you .container,
  footer .container {
    padding: 0 20px;
  }
  .top-section {
    background-size: 100% 480px;
    z-index: 2;
    height: 480px;
  }
  nav {
    background: transparent;
    position: relative;
  }
  nav .container {
    padding: 0px 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 120px;
  }
  nav .container .logo {
    margin-left: 0;
    justify-self: flex-end;
  }
  nav .container .logo img {
    width: 110px;
    height: 110px;
  }
  nav .container ul.links {
    display: none;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    position: absolute;
    top: 120px;
    left: 0;
    background: linear-gradient(0deg, #000000 0%, rgba(25, 25, 25, 0.801) 100%);
    width: 100%;
    z-index: 99;
  }
  nav .container ul.links li a {
    display: inline-flex;
    align-items: center;
    padding: 10px 12px;
  }
  nav .container ul.links li a:not(.goFood):not(.tel) {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: var(--regular);
  }
  nav .container ul.links li a:not(.goFood):not(.tel).active {
    color: var(--color);
  }
  .hero .container {
    padding: 40px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
    margin: 0 auto;
  }
  .hero .container .title {
    white-space: pre-line;
    font-family: "Protest Revolution";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    text-transform: capitalize;
    color: #ffee02;
  }
  .foods .container {
    padding: 0 20px 30px;
  }
  .foods .container:before {
    bottom: -11px;
  }
  footer .logo {
    max-width: 150px;
  }
  footer .logo img {
    width: 100%;
  }
  .about-us {
    padding-top: 80px;
  }
  .about-us .container {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .about-us .container .top,
  .about-us .container .bottom {
    display: flex;
    flex-direction: row;
  }
  .about-us .container .top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: center;
    justify-content: flex-start;
  }
  .about-us .container .top h2 {
    width: 100%;
    max-width: unset;
    font-family: "Protest Revolution";
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 31px;
    text-transform: capitalize;
    color: #151515;
  }
  .about-us .container .top p {
    flex: 1 0 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
  }
  .about-us .container .bottom {
    gap: 8px;
    flex-wrap: wrap;
  }
  .about-us .container .bottom .left {
    flex: 0 0 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .about-us .container .bottom .left p {
    width: 100%;
    height: 66px;
    background: #131313;
    border-radius: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .about-us .container .bottom .right {
    display: none;
  }
  .drinks {
    background-color: #191919;
  }
  .drinks .container {
    padding: 0 60px 30px;
  }
  .drinks .container:before {
    content: "";
    position: absolute;
    background-color: var(--red);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
  }
  .drinks .container h2 {
    font-family: "Protest Revolution";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    text-transform: capitalize;
    color: var(--color);
  }
  .drinks .container .foodNext,
  .drinks .container .foodPrev {
    background-color: var(--color);
  }
  .drinks .container .items {
    margin-top: 40px;
  }
  .contact-us {
    background-color: var(--color);
    padding-top: 63px;
  }
  .contact-us .container h2 {
    font-size: 26px;
    line-height: 31px;
    top: -25px;
  }
  .contact-us .container .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    border: 1px solid #163d0e;
    border-left: none;
    padding: 30px;
    padding-top: 40px;
    padding-left: 0;
  }
  .contact-us .container .content .contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    flex-basis: 100%;
    flex-grow: 0;
  }
  .contact-us .container .content .contact-form input {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 56px;
    border: none;
    outline: none;
    padding: 4px 20px;
  }
  .contact-us .container .content .contact-form input::-moz-placeholder {
    text-align: left;
    color: #a0a0a0;
  }
  .contact-us .container .content .contact-form input::placeholder {
    text-align: left;
    color: #a0a0a0;
  }
  .contact-us .container .content .contact-form button {
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 30px;
    border-radius: 10px;
    width: 100%;
    background-color: #191919;
    color: var(--color);
    font-size: 20px;
    font-weight: 600;
    height: 56px;
    text-align: center;
    outline: none;
    border: none;
  }
  .contact-us .container .content .item {
    text-align: center;
    flex-basis: 100%;
    padding: 10px;
    flex-direction: column;
    display: inline-flex;
    white-space: pre-line;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: #191919;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
  }
  .seo {
    background-color: var(--color2);
  }
  .seo .container {
    color: #fff;
  }
  .seo .container .map {
    margin-bottom: 40px;
  }
  .seo .container h2 {
    font-family: "Protest Revolution";
    font-size: 26px;
    line-height: 31px;
    font-feature-settings: "kern" off;
    margin-bottom: 20px;
  }
  .seo .container p {
    font-size: 16px;
    line-height: 17px;
    text-align: justify;
  }
  .seo .container p a {
    text-decoration: underline;
  }
  .thank-you .container h2 {
    font-size: 26px;
    line-height: 31px;
  }
  .thank-you .container p {
    padding: 0px;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .thank-you .container .goFood {
    padding: 10px 16px;
    text-align: center;
  }
  footer {
    background-color: var(--color2);
  }
  footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
  footer .container .logo > a > img {
    width: 160px;
  }
  footer .container .details {
    order: 2;
    max-width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #fff;
  }
  footer .container .footer-social {
    order: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }
  footer .container .footer-social a {
    line-height: 14px;
  }
}/*# sourceMappingURL=style.css.map */