<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --color: #e20516;
  --color2: #052270;
  --color3: #f7f7f7;
  --color4: #d00501;
  --regular: 400;
  --semibold: 500;
  --bold: 600;
}

* {
  font-family: "Oregano", cursive;
  font-style: normal;
  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;
}

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

.social &gt; a {
  background-color: transparent;
  overflow: hidden;
  background-color: transparent;
  transition: fill 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.social &gt; a:hover {
  opacity: 0.7;
}

a.goFood {
  padding: 8px 20px 8px;
  background: var(--color);
  border-radius: 60px;
  color: #fff !important;
}

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

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

.active {
  display: flex !important;
}

.line {
  margin-bottom: 6px;
  width: 50px;
  height: 2px;
  background-color: #000000;
}

.items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.items .item {
  display: flex;
  flex: 0 0 calc(33% - 15px);
  position: relative;
  overflow: hidden;
}
.items .item .image {
  width: 50%;
  border-radius: 20px;
}
.items .item .image img {
  width: 100%;
  max-height: 160px;
  border-radius: 20px;
}
.items .item .details {
  width: 50%;
  overflow: hidden;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
  color: #fff;
}
.items .item .details .price {
  font-weight: var(--regular);
  font-size: 28px;
  order: 2;
}
.items .item .details .name {
  font-weight: var(--regular);
  font-size: 30px;
}

nav {
  background: #ffffff;
  box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.15);
  position: relative;
}
nav.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  transition: position 1s ease-in-out;
}
nav.sticky .hamburger {
  margin: 0 20px;
}
nav .container {
  padding: 0 60px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  height: 100px;
}
nav .container .logo {
  margin-left: 0;
  justify-self: flex-start;
}
nav .container .logo img {
  width: 100%;
  height: 90px;
}
nav .container ul.links {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
nav .container ul.links li {
  margin-right: 30px;
}
nav .container ul.links li:last-child {
  margin-right: 0;
}
nav .container ul.links li a {
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: var(--regular);
  padding: 8px 20px 8px;
}
nav .container ul.links li a.active, nav .container ul.links li a:hover {
  color: var(--color);
}

.hero {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 34.28%, #000000 40.91%, #000000 100%), url("assets/hero.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 60px 0;
}
.hero .container {
  padding: 0px 60px;
  margin: 0 auto;
  color: #fff;
  display: flex;
}
.hero .container #timeStamps {
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color);
  color: #fff;
}
.hero .container .content {
  padding: 60px 0;
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
}
.hero .container .content .greet {
  font-weight: var(--regular);
  font-size: 60px;
  text-transform: capitalize;
  color: #fff;
}
.hero .container .content .title {
  width: 56%;
  font-weight: 600;
  font-size: 120px;
  line-height: 110px;
  text-transform: capitalize;
  color: var(--color);
}
.hero .container .content .description {
  width: 56%;
  text-transform: capitalize;
  font-weight: var(--regular);
  font-size: 18px;
  color: #ffffff;
  margin: 20px 0 60px 0;
}
.hero .container .content a.goFood {
  max-width: 140px;
  font-weight: 400;
  font-size: 20px;
  font-weight: var(--regular);
  text-transform: capitalize;
}

.our-menu {
  background: var(--color);
  padding: 60px 0;
}
.our-menu .container {
  padding: 0 60px;
  display: flex;
  flex-direction: column;
}
.our-menu .container .top {
  display: flex;
  flex-direction: row;
  flex: 0 0 100%;
  justify-content: space-between;
  align-items: center;
}
.our-menu .container .top h2 {
  flex-basis: auto;
  font-weight: 500;
  font-size: 66px;
  line-height: 98px;
  text-transform: capitalize;
  color: #fff;
}
.our-menu .container .top .menuList {
  display: flex;
  flex: 0 0 45%;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-direction: row;
}
.our-menu .container .top .menuList button {
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 10px;
  background-color: transparent;
  font-weight: var(--regular);
  font-size: 28px;
  text-transform: uppercase;
  border: 2px solid #fff;
  color: #fff;
}
.our-menu .container .top .menuList button.mactive {
  background: #fff;
  color: #000;
}
.our-menu .container .bottom {
  flex: 0 0 100%;
}
.our-menu .container .bottom #makanan,
.our-menu .container .bottom #minuman {
  flex-direction: column;
  padding-top: 60px;
}

.why {
  background-color: #fff;
  padding: 100px 0;
}
.why .container {
  padding: 0 60px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
.why .container .left {
  flex: 0 0 40%;
  display: inline-flex;
  gap: 20px;
  overflow: hidden;
}
.why .container .right {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 60%;
}
.why .container .right h2 {
  font-weight: var(--regular);
  font-size: 70px;
  line-height: 64px;
  color: var(--color4);
}
.why .container .right p {
  font-weight: var(--regular);
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  margin: 20px 0;
}
.why .container .right .icons {
  max-width: 70%;
  display: inline-flex;
  justify-content: space-between;
}

.find-us {
  background: var(--color2);
  padding: 60px 0;
}
.find-us .container {
  padding: 0 60px;
}
.find-us .container h2 {
  font-weight: var(--regular);
  font-size: 70px;
  line-height: 64px;
  color: #fff;
}
.find-us .container .content {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  flex: 0 0 100%;
}
.find-us .container .content .contact-form {
  flex: 0 0 50%;
  padding: 50px;
  padding-right: 0;
  align-self: center;
}
.find-us .container .content .contact-form input,
.find-us .container .content .contact-form textarea {
  width: 100%;
  border: none;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  color: #000;
  text-align: left;
  margin-bottom: 15px;
  transition: border 0.5s ease-in-out;
}
.find-us .container .content .contact-form input:hover, .find-us .container .content .contact-form input:focus,
.find-us .container .content .contact-form textarea:hover,
.find-us .container .content .contact-form textarea:focus {
  outline: none;
}
.find-us .container .content .contact-form button {
  border: none;
  outline: none;
  font-size: 24px;
  font-weight: 500;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  width: 100%;
  color: #fff;
  background-color: var(--color4);
}
.find-us .container .content .schedules {
  margin-top: 30px;
  padding: 50px;
  padding-left: 0;
  display: flex;
  flex: 0 0 50%;
  flex-direction: column;
  color: #000000;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
  position: relative;
}
.find-us .container .content .schedules:before {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #fff;
  height: 100%;
  top: 0;
  right: -3px;
}
.find-us .container .content .schedules .schedule,
.find-us .container .content .schedules .location {
  border-radius: 10px;
  display: flex;
  text-align: left;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  padding: 25px;
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: var(--regular);
}
.find-us .container .content .schedules .schedule img,
.find-us .container .content .schedules .location img {
  margin: unset;
  margin-right: 10px;
}

.thank-you {
  padding: 60px 0;
  background-color: #fff;
}
.thank-you .container {
  padding: 0 60px;
  border-radius: 20px;
  background: url("assets/image2.webp");
  background-repeat: no-repeat;
  background-size: 100% 480px;
  background-position: center bottom;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: stretch;
  position: relative;
}
.thank-you .container .left {
  flex: 0 0 60%;
  margin-bottom: -5px;
}
.thank-you .container .left img {
  max-width: 100%;
}
.thank-you .container .right {
  flex: 0 0 30%;
}
.thank-you .container .right h2 {
  font-weight: 400;
  font-size: 70px;
  line-height: 73px;
  color: #ffffff;
  margin-bottom: 40px;
}
.thank-you .container .right p {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 80px;
}
.thank-you .container .right a {
  position: absolute;
  bottom: 20px;
}

footer {
  background-color: #fff;
  box-shadow: 0px -36px 24px rgba(0, 0, 0, 0.15);
  color: #000;
  padding: 60px 0;
}
footer .container {
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
footer .container .logo &gt; a &gt; img {
  width: 244px;
}
footer .container .details {
  max-width: 40%;
}
footer .container .details .social {
  text-align: left;
}
footer .container .details .social a {
  display: inline-block;
  margin: 20px;
  margin-left: 0;
}
footer .container .map {
  flex-basis: 100%;
}

.para_section {
  padding: 20px 16px 50px 16px;
}
.para_section h2 {
  font-size: 40px;
  color: #d00501;
  line-height: 1;
}
.para_section p {
  margin-top: 10px;
  font-size: 16px;
  text-align: justify;
}
.para_section p a {
  color: #d00501;
}
.para_section p a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .items .item {
    display: flex;
    flex: 0 0 calc(50% - 10px);
  }
  .items .item .image img {
    max-height: 140px;
  }
  .items .item .details .price {
    font-size: 26px;
  }
  .items .item .details .name {
    font-size: 28px;
  }
  .hero .container .content .title {
    width: 60%;
  }
  .hero .container .content .description {
    width: 60%;
  }
  .why {
    background-color: #fff;
    padding: 100px 0;
  }
  .why .container {
    padding: 0 60px;
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: center;
    width: 100%;
  }
  .why .container .left {
    flex: 0 0 30%;
    display: inline-flex;
    gap: 20px;
  }
  .why .container .left img {
    width: 100%;
  }
  .why .container .left img:nth-of-type(2) {
    display: none;
  }
  .find-us {
    background: var(--color2);
    padding: 60px 0;
  }
  .find-us .container {
    padding: 0 60px;
  }
  .find-us .container h2 {
    font-weight: var(--regular);
    font-size: 70px;
    line-height: 64px;
    color: #fff;
  }
  .find-us .container .content {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    flex: 0 0 100%;
  }
  .find-us .container .content .contact-form {
    flex: 0 0 50%;
    padding: 30px;
    padding-right: 0;
    align-self: center;
  }
  .find-us .container .content .contact-form input,
  .find-us .container .content .contact-form textarea {
    width: 100%;
    border: none;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    color: #000;
    text-align: left;
    margin-bottom: 15px;
    transition: border 0.5s ease-in-out;
  }
  .find-us .container .content .contact-form input:hover, .find-us .container .content .contact-form input:focus,
  .find-us .container .content .contact-form textarea:hover,
  .find-us .container .content .contact-form textarea:focus {
    outline: none;
  }
  .find-us .container .content .contact-form button {
    border: none;
    outline: none;
    font-size: 24px;
    font-weight: 500;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    width: 100%;
    color: #fff;
    background-color: var(--color4);
  }
  .find-us .container .content .schedules {
    margin-top: 30px;
    padding: 30px;
    padding-left: 0;
    display: flex;
    flex: 0 0 50%;
    flex-direction: column;
    color: #000000;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    position: relative;
  }
  .find-us .container .content .schedules:before {
    content: "";
    position: absolute;
    width: 3px;
    background-color: #fff;
    height: 90%;
    top: -5%;
    right: -3px;
  }
  .thank-you .container {
    background-size: 100% 340px;
    justify-content: center;
    position: relative;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .thank-you .container .left {
    flex: 0 0 50%;
    margin-bottom: -5px;
  }
  .thank-you .container .left img {
    max-width: 100%;
  }
  .thank-you .container .right {
    flex: 0 0 50%;
  }
  .thank-you .container .right h2 {
    margin-bottom: 20px;
  }
  footer .container {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  footer .container .logo &gt; a &gt; img {
    width: 160px;
  }
  footer .container .details {
    max-width: 40%;
  }
  footer .container .details .social {
    text-align: left;
  }
  footer .container .details .social a {
    display: inline-block;
    margin: 20px;
    margin-left: 0;
  }
  footer .container .map {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 991px) {
  .hamburger {
    display: block;
    margin: auto 0;
  }
  .items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .items .item {
    display: flex;
    flex: 0 0 calc(50% - 10px);
    position: relative;
    overflow: hidden;
  }
  .items .item .details .price {
    font-size: 20px;
  }
  .items .item .details .name {
    font-size: 24px;
  }
  nav {
    height: 100px;
    position: relative;
  }
  nav.sticky .hamburger {
    margin: 0px;
  }
  nav .container {
    padding: 0 30px;
  }
  nav .container ul.links {
    margin-right: 0;
    display: none;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    top: 96px;
    background-color: #fff;
    left: 0;
    width: 100%;
    z-index: 999999;
  }
  nav .container ul.links li {
    height: 40px;
    margin-right: 0;
    color: #000000;
    text-decoration: none;
  }
  nav .container ul.links li a {
    padding: 16px 0;
    font-size: 16px;
    font-weight: var(--regular);
  }
  nav .container ul.links li a.goFood {
    padding: 8px 15px;
    font-size: 16px;
  }
  nav .container ul.links li:last-child {
    margin-right: 0;
  }
  .hero {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 34.28%, #000000 40.91%, #000000 100%), url("assets/hero.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 0;
  }
  .hero .container {
    padding: 0px 30px;
    margin: 0 auto;
    color: #fff;
    display: flex;
  }
  .hero .container #timeStamps {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .hero .container .content {
    padding: 30px 0;
  }
  .hero .container .content .greet {
    font-size: 48px;
  }
  .hero .container .content .title {
    width: 80%;
    font-size: 100px;
    line-height: 90px;
  }
  .hero .container .content .description {
    width: 70%;
    text-transform: capitalize;
    font-weight: var(--regular);
    font-size: 18px;
    color: #ffffff;
    margin: 20px 0 40px 0;
  }
  .our-menu {
    background: var(--color);
    padding: 30px 0;
  }
  .our-menu .container {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
  }
  .our-menu .container .top {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    justify-content: space-between;
    align-items: center;
    row-gap: 10px;
  }
  .our-menu .container .top h2 {
    font-weight: 500;
    font-size: 58px;
    line-height: 68px;
  }
  .our-menu .container .bottom {
    flex: 0 0 100%;
  }
  .our-menu .container .bottom #makanan,
  .our-menu .container .bottom #minuman {
    flex-direction: column;
    padding-top: 30px;
  }
  .why {
    background-color: #fff;
    padding: 40px 0;
  }
  .why .container {
    padding: 0 30px;
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: center;
  }
  .why .container .left {
    display: none;
  }
  .why .container .right {
    display: inline-flex;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .find-us {
    background: var(--color2);
    padding: 30px 0;
  }
  .find-us .container {
    padding: 0 30px;
  }
  .find-us .container h2 {
    font-weight: var(--regular);
    font-size: 70px;
    line-height: 64px;
    color: #fff;
  }
  .find-us .container .content {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    flex: 0 0 100%;
  }
  .find-us .container .content .contact-form {
    flex: 0 0 50%;
    padding: 10px;
    padding-right: 0;
    align-self: center;
  }
  .find-us .container .content .contact-form input,
  .find-us .container .content .contact-form textarea {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 16px;
    color: #000;
    text-align: left;
    margin-bottom: 10px;
  }
  .find-us .container .content .contact-form button {
    padding: 12px;
  }
  .find-us .container .content .schedules {
    margin-top: 20px;
    padding: 8px;
  }
  .find-us .container .content .schedules:before {
    content: "";
    position: absolute;
    width: 3px;
    background-color: #fff;
    height: 80%;
    top: 10%;
    right: -3px;
  }
  .find-us .container .content .schedules .schedule,
  .find-us .container .content .schedules .location {
    padding: 16px;
    padding-right: 0;
    width: 100%;
    background-color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: var(--regular);
  }
  .find-us .container .content .schedules .schedule img,
  .find-us .container .content .schedules .location img {
    margin: unset;
    margin-right: 6px;
  }
  .thank-you {
    padding: 30px 0;
    background-color: #fff;
  }
  .thank-you .container {
    padding: 0 30px;
    background-size: 100% 300px;
    background-position: center bottom;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: stretch;
    position: relative;
  }
  .thank-you .container .left {
    flex: 0 0 50%;
    margin-bottom: -5px;
  }
  .thank-you .container .right {
    flex: 0 0 50%;
  }
  .thank-you .container .right h2 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 20px;
  }
  .thank-you .container .right p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  footer {
    padding: 30px 0;
  }
  footer .container {
    padding: 0 30px;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
    flex-wrap: wrap;
  }
  footer .container .logo &gt; a &gt; img {
    width: 140px;
  }
  footer .container .details {
    max-width: calc(90% - 140px);
  }
  footer .container .details .social {
    text-align: left;
  }
  footer .container .details .social a {
    display: inline-block;
    margin: 20px;
    margin-left: 0;
  }
  footer .container .map {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
    margin: auto 0;
  }
  .items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .items .item {
    display: flex;
    flex: 0 0 calc(50% - 5px);
    position: relative;
    overflow: hidden;
  }
  .items .item .details .price {
    font-size: 18px;
  }
  .items .item .details .name {
    font-size: 20px;
  }
  .hero {
    padding: 15px 0;
  }
  .hero .container {
    padding: 0px 15px;
  }
  .hero .container #timeStamps {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .hero .container .content {
    padding: 15px 0;
  }
  .hero .container .content .greet {
    font-size: 40px;
  }
  .hero .container .content .title {
    width: 70%;
    font-size: 66px;
    line-height: 76px;
  }
  .hero .container .content .description {
    width: 70%;
    text-transform: capitalize;
    font-weight: var(--regular);
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    margin: 20px 0 40px 0;
  }
  .our-menu {
    background: var(--color);
    padding: 15px 0;
  }
  .our-menu .container {
    padding: 0 15px;
    display: flex;
  }
  .why {
    background-color: #fff;
    padding: 15px 0;
  }
  .why .container {
    padding: 0 15px;
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: center;
  }
  .why .container .left {
    display: none;
  }
  .why .container .right {
    display: inline-flex;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .why .container .right h2 {
    font-size: 52px;
    line-height: 54px;
  }
  .find-us {
    background: var(--color2);
    padding: 15px 0;
  }
  .find-us .container {
    padding: 0 15px;
  }
  .find-us .container h2 {
    text-align: center;
    font-size: 52px;
    line-height: 52px;
  }
  .find-us .container .content {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    flex: 0 0 100%;
  }
  .find-us .container .content .contact-form {
    width: 100%;
    flex: 0 0 100%;
    padding: 10px;
    padding-right: 10px;
    align-self: center;
  }
  .find-us .container .content .schedules {
    margin-top: 20px;
    padding: 10px;
  }
  .find-us .container .content .schedules:before {
    content: unset;
  }
  .thank-you {
    padding: 15px 0;
    background-color: #fff;
  }
  .thank-you .container {
    padding: 0 15px;
    background-size: 100% 240px;
    background-position: center bottom;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: stretch;
    position: relative;
  }
  .thank-you .container .left {
    flex: 0 0 50%;
    margin-bottom: -5px;
  }
  .thank-you .container .right {
    flex: 0 0 50%;
  }
  .thank-you .container .right h2 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .thank-you .container .right p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .thank-you .container .right a.goFood {
    padding: 4px 12px;
  }
  footer {
    padding: 30px 0;
  }
  footer .container {
    padding: 0 30px;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
    flex-wrap: wrap;
  }
  footer .container .logo &gt; a &gt; img {
    width: 140px;
  }
  footer .container .details {
    max-width: calc(90% - 140px);
  }
  footer .container .details .social {
    text-align: left;
  }
  footer .container .details .social a {
    display: inline-block;
    margin: 20px;
    margin-left: 0;
  }
  footer .container .map {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 567px) {
  .hamburger {
    display: block;
    margin: auto 0;
  }
  .items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .items .item {
    display: flex;
    flex: 0 0 calc(100% - 5px);
    position: relative;
    overflow: hidden;
  }
  .items .item .image img {
    max-height: 120px;
  }
  .items .item .details .price {
    font-size: 18px;
  }
  .items .item .details .name {
    font-size: 20px;
  }
  .hero {
    padding: 15px 0;
  }
  .hero .container {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0px 15px;
  }
  .hero .container #timeStamps {
    font-size: 12px;
    padding-bottom: 5px;
  }
  .hero .container #timeStamps img {
    width: 16px;
  }
  .hero .container .content {
    padding: 15px 0;
  }
  .hero .container .content .greet {
    font-size: 30px;
  }
  .hero .container .content .title {
    width: 100%;
    font-size: 46px;
    line-height: 46px;
  }
  .hero .container .content .description {
    width: 100%;
    text-transform: capitalize;
    font-weight: var(--regular);
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    margin: 20px 0 40px 0;
  }
  .our-menu {
    background: var(--color);
    padding: 15px 0;
  }
  .our-menu .container {
    padding: 0 15px;
    display: flex;
  }
  .our-menu .container .top h2 {
    font-size: 38px;
    line-height: 40px;
  }
  .our-menu .container .top .menuList button {
    font-size: 18px;
  }
  .why {
    background-color: #fff;
    padding: 15px 0;
  }
  .why .container {
    padding: 0 15px;
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: center;
  }
  .why .container .left {
    display: none;
  }
  .why .container .right {
    display: inline-flex;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .why .container .right h2 {
    font-size: 38px;
    line-height: 42px;
  }
  .why .container .right .icons img {
    max-width: 48px;
  }
  .find-us {
    background: var(--color2);
    padding: 15px 0;
  }
  .find-us .container {
    padding: 0 15px;
  }
  .find-us .container h2 {
    font-size: 38px;
    line-height: 38px;
  }
  .thank-you {
    padding: 15px 0;
    background-color: #fff;
  }
  .thank-you .container {
    padding: 0 15px;
    background-size: 100% 240px;
    background-position: center bottom;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: stretch;
    position: relative;
  }
  .thank-you .container .left {
    display: none;
  }
  .thank-you .container .right {
    padding: 15px 0;
    flex: 0 0 100%;
  }
  .thank-you .container .right h2 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .thank-you .container .right p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 40px;
  }
  .thank-you .container .right a.goFood {
    padding: 4px 12px;
  }
  footer {
    padding: 15px 0;
  }
  footer .container {
    padding: 0 15px;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    -moz-column-gap: 10px;
         column-gap: 10px;
    flex-wrap: wrap;
  }
  footer .container .logo &gt; a &gt; img {
    width: 140px;
  }
  footer .container .details {
    width: 100%;
    max-width: 100%;
  }
  footer .container .details .social {
    text-align: left;
  }
  footer .container .details .social a {
    display: inline-block;
    margin: 10px;
    margin-left: 0;
  }
  footer .container .details .social a svg {
    width: 32px;
    height: 32px;
  }
  footer .container .map {
    flex-basis: 100%;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>