:root {
  --red: red;
  --white: white;
  --black: black;
  --yellow: yellow;
  --tan: #fcdc75;
}

a {
  text-decoration: none;
}

.coming-soon-sec {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  height: 100svh;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block {
  padding-left: 20px;
  padding-right: 20px;
}

.image {
  width: 100%;
  max-width: none;
}

.heading {
  color: #fff;
  text-align: center;
  font-size: 4rem;
  line-height: 1;
}

.image-2 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.div-block-2 {
  height: 100%;
}

.body {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-3 {
  height: 100%;
}

.navbar-2 {
  z-index: 5000;
  background-color: #ddd0;
  width: 100%;
  max-width: 1920px;
  display: block;
  position: absolute;
}

.menu-button-2 {
  z-index: 8000;
  background-color: #0000;
  border-bottom-left-radius: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu-button-2.w--open {
  z-index: 3500;
  background-color: #0000;
}

.icon-3 {
  background-color: var(--red);
  color: #f4d12b;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3rem;
  position: relative;
}

.icon-3.open-icon {
  background-color: var(--red);
}

.nav-menu {
  z-index: 200;
  background-color: #ff0;
  background-image: url('../images/burger-icon-faded.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-top: 63px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 0;
}

.nav-link {
  z-index: 2001;
  color: #ff2300;
  text-align: center;
  margin-top: 0;
  font-family: Barlow, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

.div-block-3 {
  z-index: 2600;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
  position: absolute;
}

.image-4 {
  width: 100px;
  max-width: none;
}

.link-block {
  margin-top: 0;
  margin-left: 0;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.image-5 {
  width: 40%;
  max-width: none;
  margin-left: 40px;
}

.hero-sec {
  width: 100%;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
}

.slider {
  background-color: var(--black);
  width: 100%;
  height: 100%;
}

.slide {
  background-image: url('../images/got-burger-back.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.image-6 {
  width: auto;
  max-width: none;
  height: 500px;
  margin-top: 42px;
}

.all-fresh-sec {
  background-image: linear-gradient(180deg, var(--yellow), white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-7-stack {
  width: 75%;
  max-width: none;
  display: none;
}

.image-7 {
  width: 75%;
  max-width: none;
  margin-bottom: 30px;
}

.grid1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-button {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 40px 7px;
  font-family: Barlow, sans-serif;
  line-height: 1;
  text-decoration: none;
  box-shadow: 5px 5px #fffffff0;
}

.link-block-2 {
  border-radius: 50px;
}

.grid2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 85%;
  margin-top: 30px;
  display: grid;
}

.image-8 {
  width: 100%;
  max-width: none;
}

.div-block-6 {
  border: 5px solid #fff;
}

.dine-in-h1-m {
  text-align: center;
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  font-size: 3rem;
  display: none;
}

.red-dot {
  color: var(--red);
}

.dine-in-h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 3rem;
}

._10-delivery-sec {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.grid3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._10-off-div {
  background-color: var(--red);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 20px 0;
  display: flex;
}

.image-9 {
  width: 85%;
  max-width: none;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  width: 85%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 2.5rem;
}

.heading-4 {
  color: var(--white);
  margin-top: 0;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
}

.image-10 {
  width: 100%;
  max-width: none;
}

.del-div {
  background-color: var(--tan);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-11 {
  width: 100%;
  max-width: none;
}

.image-12 {
  width: 80%;
  max-width: none;
  margin-bottom: 20px;
}

.heading-5 {
  color: var(--black);
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
}

.doordash {
  width: 100%;
  max-width: none;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.grubhub {
  width: 70%;
  max-width: none;
}

.ubereats {
  width: 80%;
  max-width: none;
}

.catering-sec {
  background-image: url('../images/got-catering-back.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  max-width: 1920px;
  padding: 60px 100px;
}

.div-block-7 {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-13 {
  width: 100%;
  max-width: none;
}

.heading-6 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-family: Barlow, sans-serif;
  font-size: 3rem;
  font-weight: 600;
}

.heading-7 {
  color: var(--white);
  text-align: center;
  width: 75%;
  margin-top: 10px;
  font-family: Barlow, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-8 {
  border: 2px solid var(--yellow);
  color: var(--yellow);
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.review-sec {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.image-14 {
  width: 75%;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-8-mobile {
  justify-content: center;
  align-items: center;
  display: none;
}

.card {
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.arrow-left {
  width: 50px;
  height: 50px;
  inset: auto auto 0% 0%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._8 {
  right: -147%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._6 {
  right: -105%;
}

.card-header {
  background-image: url('../images/quotes.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  padding: 20px 40px;
  display: flex;
}

.card-body {
  flex-flow: column;
  height: 100%;
  padding: 30px;
  display: flex;
}

.carousel-mask {
  width: 40%;
  overflow: visible;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn:hover {
  background-color: #213ea0;
}

.arrow-right {
  width: 50px;
  height: 50px;
  inset: auto 0% 0% auto;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-bottom: 75px;
}

.slide-nav {
  display: none;
}

.slide-2 {
  background-image: url('../images/got-sandwich-back.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-2 {
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.card-body-2 {
  height: 100%;
  padding: 30px;
}

.image-15 {
  width: 60%;
  max-width: none;
  margin-left: auto;
}

.heading-9 {
  color: var(--black);
  text-align: center;
  margin-top: 40px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.heading-9-name {
  color: var(--red);
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 1.2;
}

.social-sec {
  background-color: var(--black);
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
}

.div-block-9 {
  background-color: var(--yellow);
  width: 100%;
  height: 50px;
}

.social-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px 20px;
  display: flex;
  position: relative;
}

.social-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.social-link-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-16 {
  width: 100%;
  max-width: none;
}

.heading-10 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-family: Barlow, sans-serif;
  font-size: 3rem;
  font-weight: 600;
}

.social-link-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  display: grid;
}

.image-17 {
  width: 75%;
  max-width: none;
}

.link-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-18 {
  width: 75%;
  max-width: none;
  transform: translate(-48px);
}

.image-19 {
  width: 120%;
  max-width: none;
}

.image-20 {
  z-index: 1020;
  width: 120%;
  max-width: none;
  margin-top: 40px;
  position: relative;
  transform: translate(38px, 65px);
}

.image-21 {
  width: 100%;
  max-width: none;
  transform: translate(0, 52px);
}

.map-sec {
  background-image: url('../images/got-map.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 300px;
  display: flex;
}

.image-22 {
  width: 100%;
  max-width: none;
}

.div-block-9-red {
  background-color: var(--red);
  width: 100%;
  height: 50px;
}

.link-block-5 {
  width: 100%;
  height: 100%;
}

.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.image-23 {
  width: 100%;
  max-width: none;
}

.div-block-10 {
  background-image: url('../images/got-burger-location-back.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-11 {
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  margin-top: 20px;
  display: grid;
}

.heading-11 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.heading-12 {
  color: var(--yellow);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
}

.heading-13 {
  color: var(--white);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.buziko-link {
  color: #fff;
  text-align: center;
  background-color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: block;
}

.burger-slide {
  width: auto;
  max-width: none;
  height: 500px;
  margin-top: 42px;
}

.slide-3 {
  background-image: url('../images/got-wings.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/got-lunch-back.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/got-hot-dogs-back.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/got-cheesecake.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-13 {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.div-block-14 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transform: translate(0, -38px);
}

.div-block-15 {
  transform: translate(0, -38px);
}

.div-block-16 {
  width: 30%;
  transform: translate(0, 43px);
}

.menu-hero-sec {
  width: 100%;
  max-width: 1920px;
  position: relative;
}

.menu-top {
  width: 100%;
}

.image-24 {
  width: 400px;
  max-width: none;
  margin-top: 95px;
  margin-bottom: 40px;
}

.div-block-17 {
  background-image: url('../images/got-menu-back.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.menu-bottom {
  padding: 20px;
}

.menu-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-14 {
  color: var(--red);
  font-family: Barlow, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}

.heading-15 {
  color: var(--white);
  font-family: Barlow, sans-serif;
  line-height: 1.2;
}

.item-name {
  color: var(--yellow);
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.item-price {
  color: var(--red);
  margin-top: 10px;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
}

.item-descipt {
  font-family: Barlow, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.heading-16 {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.food-img-2 {
  width: 100%;
  max-width: none;
  margin-top: 40px;
}

.item-name-copy {
  color: var(--white);
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.image-25 {
  margin-top: 40px;
}

.image-26 {
  width: 75%;
  max-width: none;
  margin-top: 40px;
}

.catering-hero-top {
  background-image: linear-gradient(180deg, black, var(--black) 0%, #0000 34%), url('../images/catering-back-top.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  max-width: 1920px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.div-block-18 {
  background-color: var(--black);
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  margin-top: 327px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-27 {
  width: 100%;
  max-width: none;
}

.div-block-19 {
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  display: flex;
  transform: translate(0, -70px);
}

.catering-hero-bottom {
  background-image: url('../images/got-catering-back.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-17 {
  color: var(--white);
  text-align: center;
  width: 75%;
  margin-top: 0;
  font-family: Barlow, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-20 {
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  padding-bottom: 20px;
  display: flex;
}

.heading-17-sm {
  color: var(--white);
  text-align: center;
  width: 75%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-17-call {
  color: var(--yellow);
  text-align: center;
  width: 75%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.footer-location {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: 100svh;
  display: flex;
  position: relative;
}

.div-block-21 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.delivery-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  margin-bottom: 20px;
  display: grid;
}

.del-div-main {
  background-color: var(--tan);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-11-main {
  width: 100%;
  max-width: none;
}

.link-block-3-del {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.form {
  margin-top: 0;
}

.form-block {
  width: 75%;
  margin-top: 20px;
}

.field-label, .field-label-2 {
  color: var(--white);
  font-family: Barlow, sans-serif;
}

.form-block-2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.field-label-3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.text-field-2 {
  border: 3px solid var(--tan);
  color: #c1272d;
  background-color: #fff;
  border-radius: 13px;
  font-size: 1rem;
}

.textarea-2 {
  border: 3px solid #80916f;
  border-radius: 13px;
  margin-bottom: 20px;
}

.submit-button {
  background-color: var(--red);
  color: var(--white);
  border: 0 solid #000;
  border-radius: 13px;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
}

.heading-17-thanks {
  color: var(--white);
  text-align: center;
  width: 75%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.heading-18 {
  color: var(--yellow);
  margin-top: 10px;
}

.link-block-6 {
  border: 2px solid var(--red);
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.pick-up-h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  font-size: 3rem;
}

.link-block-order {
  border-radius: 50px;
  width: 85%;
  margin-bottom: 20px;
}

.delivery-button {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 40px 7px;
  font-family: Barlow, sans-serif;
  line-height: 1;
  text-decoration: none;
  box-shadow: 5px 5px #fffffff0;
}

.heading-5-or {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
}

.heading-19 {
  color: var(--red);
  margin-top: 10px;
  font-size: 24px;
  line-height: 1;
}

.heading-5-or-del {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
}

@media screen and (min-width: 1920px) {
  .form-block-2 {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .coming-soon-sec {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .navbar-2 {
    z-index: 10000;
  }

  .menu-button-2 {
    z-index: 3500;
  }

  .menu-button-2.w--open {
    z-index: 40000;
  }

  .nav-menu {
    background-size: 200px;
    padding-top: 48px;
  }

  .image-6 {
    width: auto;
    height: 350px;
    margin-top: 75px;
  }

  .grid1 {
    width: 85%;
  }

  .link-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .buziko-link {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .burger-slide {
    width: auto;
    height: 350px;
    margin-top: 75px;
  }

  .link-block-order {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .coming-soon-sec {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-content: start;
    width: 100%;
    height: 100svh;
  }

  .div-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .image {
    width: 75%;
  }

  .div-block-2 {
    background-image: none;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .nav-menu {
    background-size: 150px;
  }

  .nav-link {
    font-size: 3rem;
  }

  .div-block-3 {
    width: 80%;
  }

  .div-block-4 {
    margin-left: 73px;
  }

  .heading-2 {
    font-size: 26px;
  }

  .image-5 {
    width: 50%;
  }

  .image-6 {
    height: 250px;
  }

  .image-7-stack {
    margin-bottom: 30px;
    display: block;
  }

  .image-7 {
    display: none;
  }

  .grid1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: stretch;
  }

  .menu-button {
    width: 100%;
  }

  .link-block-2 {
    width: auto;
  }

  .grid2 {
    grid-template-columns: 1fr 1fr;
  }

  .dine-in-h1-m {
    display: block;
  }

  .dine-in-h1 {
    display: none;
  }

  .grid3 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .catering-sec {
    background-image: url('../images/got-catering-back-mobile.webp');
    background-position: 50%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-7 {
    width: 85%;
  }

  .heading-8 {
    text-align: center;
    font-size: 26px;
  }

  .div-block-8 {
    display: none;
  }

  .div-block-8-mobile {
    display: flex;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .card-header {
    height: 350px;
  }

  .carousel-mask {
    width: 60%;
  }

  .heading-9 {
    font-size: 14px;
  }

  .heading-9-name {
    font-size: 16px;
  }

  .image-16 {
    transform: none;
  }

  .heading-10 {
    font-size: 32px;
  }

  .div-block-9-red {
    height: 20px;
  }

  .image-23 {
    width: 100%;
  }

  .div-block-10 {
    background-position: 50% 100%;
    background-size: contain;
  }

  .buziko-link {
    margin-bottom: 0;
  }

  .burger-slide {
    height: 250px;
  }

  .div-block-16 {
    width: 60%;
  }

  .catering-hero-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-18 {
    width: 85%;
    margin-top: 251px;
  }

  .catering-hero-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-20 {
    width: 85%;
  }

  .heading-17-call {
    font-size: 32px;
  }

  .field-label-3 {
    font-size: 1.5rem;
  }

  .submit-button {
    width: 100%;
  }

  .heading-17-thanks {
    font-size: 32px;
  }

  .heading-18 {
    font-size: 26px;
  }

  .pick-up-h1 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .link-block-order {
    width: 85%;
  }

  .delivery-button {
    width: 100%;
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .coming-soon-sec {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    width: 100%;
  }

  .heading {
    font-size: 32px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .body {
    background-color: #000;
  }

  .menu-button-2 {
    background-color: #0000;
  }

  .nav-menu {
    background-size: 200px;
  }

  .nav-link {
    font-size: 1.5rem;
  }

  .div-block-3 {
    width: 75%;
    margin-right: 80px;
  }

  .image-4 {
    width: 75px;
  }

  .div-block-4 {
    margin-left: 20px;
  }

  .heading-2 {
    margin-right: 10px;
    font-size: 20px;
  }

  .image-5 {
    width: 50px;
    margin-left: 0;
  }

  .div-block-5 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide {
    height: 350px;
  }

  .slide-div {
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 60px;
  }

  .image-6 {
    width: 90vw;
    height: auto;
    margin-top: 0;
  }

  .image-7-stack {
    width: 85%;
  }

  .menu-button {
    font-size: 30px;
  }

  .grid2 {
    grid-template-columns: 1fr;
  }

  .left-arrow, .right-arrow, .dine-in-h1 {
    display: none;
  }

  .del-div {
    justify-content: flex-start;
    align-items: center;
  }

  .image-11 {
    width: 220%;
  }

  .image-12 {
    width: 80%;
  }

  .heading-5 {
    font-size: 24px;
  }

  .doordash {
    width: 100%;
  }

  .link-block-3 {
    width: 60%;
  }

  .div-block-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-13 {
    width: 100%;
    transform: translate(0, 16px);
  }

  .heading-6 {
    font-size: 42px;
    line-height: 1;
  }

  .heading-7 {
    font-size: 20px;
  }

  .heading-8 {
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .image-14 {
    width: 90%;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._3, .carousel-slider._8, .carousel-slider._4, .carousel-slider._2, .carousel-slider._7, .carousel-slider._5, .carousel-slider._6 {
    right: 0%;
  }

  .card-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-mask {
    width: 100%;
  }

  .slide-2 {
    height: 350px;
  }

  .card-body-2 {
    padding: 20px;
  }

  .image-16 {
    z-index: 1300;
    width: 60%;
    position: relative;
  }

  .heading-10 {
    font-size: 26px;
    line-height: 1.2;
  }

  .social-link-grid {
    width: 100%;
  }

  .image-17 {
    width: 75%;
  }

  .image-23 {
    width: 100%;
    margin-top: 23px;
  }

  .div-block-10 {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .div-block-11 {
    padding-bottom: 20px;
  }

  .heading-11 {
    font-size: 26px;
  }

  .heading-13 {
    font-size: 16px;
  }

  .buziko-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }

  .burger-slide {
    width: 85vw;
    height: auto;
    margin-top: 0;
  }

  .slide-3, .slide-4, .slide-5, .slide-6 {
    height: 350px;
  }

  .div-block-15 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    transform: none;
  }

  .div-block-16 {
    width: 75%;
    transform: translate(0, 70px);
  }

  .image-24 {
    width: 85vw;
  }

  .heading-14 {
    font-size: 36px;
  }

  .item-name, .item-price {
    font-size: 28px;
  }

  .item-descipt {
    font-size: 20px;
  }

  .heading-16 {
    font-size: 28px;
  }

  .item-name-copy {
    font-size: 32px;
  }

  .catering-hero-top {
    background-image: linear-gradient(180deg, black, var(--black) 0%, #0000 44%), url('../images/catering-back-top.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18 {
    margin-top: 212px;
  }

  .div-block-19 {
    width: 90%;
    transform: translate(0, -34px);
  }

  .catering-hero-bottom {
    background-image: url('../images/got-catering-back-mobile.webp');
    padding-left: 0;
    padding-right: 0;
  }

  .heading-17 {
    width: 85%;
    font-size: 20px;
  }

  .heading-17-sm {
    font-size: 16px;
  }

  .heading-17-call {
    font-size: 26px;
  }

  .delivery-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .del-div-main {
    justify-content: flex-start;
    align-items: center;
  }

  .image-11-main {
    width: 100%;
  }

  .form-block-2 {
    width: 90%;
    height: auto;
    margin: 0 10px 37px;
  }

  .field-label-3 {
    font-size: 1rem;
  }

  .submit-button {
    font-size: 1.5rem;
  }

  .heading-17-thanks {
    width: 85%;
    font-size: 26px;
  }

  .heading-18 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
  }

  .pick-up-h1 {
    font-size: 30px;
    line-height: 1;
    display: block;
  }

  .delivery-button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .heading-5-or {
    margin-top: 0;
  }

  .heading-19 {
    text-align: center;
    font-size: 20px;
  }

  .heading-5-or-del {
    margin-top: 0;
  }
}

#w-node-e318e488-4c7c-3fef-fffe-75a984dc81fc-1b6fbd01, #w-node-ca32ad21-b9fc-3522-d3d2-0ab78f6f8dab-1b6fbd01, #w-node-ca0e3343-b584-62f2-01ef-f83b022e2f06-1b6fbd01, #del-sec.w-node-_8d58d5db-dc42-e920-5a60-97e795e19aef-1b6fbd01, #w-node-aa12a25e-d75e-04de-1c8b-cbfed46006f1-d46006ed, #w-node-aa12a25e-d75e-04de-1c8b-cbfed46006f2-d46006ed, #w-node-aa12a25e-d75e-04de-1c8b-cbfed46006f5-d46006ed, #w-node-aa12a25e-d75e-04de-1c8b-cbfed46006f8-d46006ed, #w-node-e318e488-4c7c-3fef-fffe-75a984dc81fc-faf16bc8, #w-node-ca32ad21-b9fc-3522-d3d2-0ab78f6f8dab-faf16bc8, #w-node-_53028e56-aaf1-d483-0496-26758125ee86-faf16bc8, #w-node-_7ae49f90-c1e0-c4d6-a5d4-5ed1366cde46-faf16bc8, #w-node-ca0e3343-b584-62f2-01ef-f83b022e2f06-faf16bc8, #del-sec.w-node-_8ab2ea25-5e1e-0e3a-368a-44b4cb2a5fc8-faf16bc8, #w-node-e318e488-4c7c-3fef-fffe-75a984dc81fc-32dffcb8, #w-node-ca32ad21-b9fc-3522-d3d2-0ab78f6f8dab-32dffcb8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#del-sec.w-node-_8d58d5db-dc42-e920-5a60-97e795e19aef-32dffcb8 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-e318e488-4c7c-3fef-fffe-75a984dc81fc-1b6fbd01, #w-node-e318e488-4c7c-3fef-fffe-75a984dc81fc-faf16bc8, #w-node-e318e488-4c7c-3fef-fffe-75a984dc81fc-32dffcb8 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e318e488-4c7c-3fef-fffe-75a984dc81fc-1b6fbd01, #w-node-ca32ad21-b9fc-3522-d3d2-0ab78f6f8dab-1b6fbd01, #w-node-_033d2608-ceed-2b12-eef7-6a1e662ac361-1b6fbd01 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a70c5ea4-de3f-b030-3fda-9804838845a3-8388459d, #w-node-a70c5ea4-de3f-b030-3fda-9804838845aa-8388459d, #w-node-aa12a25e-d75e-04de-1c8b-cbfed46006f1-d46006ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-aa12a25e-d75e-04de-1c8b-cbfed46006f8-d46006ed {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-e318e488-4c7c-3fef-fffe-75a984dc81fc-faf16bc8, #w-node-ca32ad21-b9fc-3522-d3d2-0ab78f6f8dab-faf16bc8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_53028e56-aaf1-d483-0496-26758125ee86-faf16bc8, #w-node-_7ae49f90-c1e0-c4d6-a5d4-5ed1366cde46-faf16bc8, #w-node-c1446113-2e48-faab-597f-3ca32025a86d-ef26ce67, #w-node-c1446113-2e48-faab-597f-3ca32025a874-ef26ce67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e318e488-4c7c-3fef-fffe-75a984dc81fc-32dffcb8, #w-node-ca32ad21-b9fc-3522-d3d2-0ab78f6f8dab-32dffcb8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ca32ad21-b9fc-3522-d3d2-0ab78f6f8dab-1b6fbd01, #w-node-ca32ad21-b9fc-3522-d3d2-0ab78f6f8dab-faf16bc8, #w-node-ca32ad21-b9fc-3522-d3d2-0ab78f6f8dab-32dffcb8 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


