:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Fruktur, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #cf352e;
  -webkit-text-stroke-color: #cf352e;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #942121;
  border-radius: 20px;
  margin-left: 15px;
  padding: 5px 15px;
  font-family: Fruktur, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #cf352e;
  background-color: #000;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-section {
  z-index: 0;
  height: 50vh;
  background-color: rgba(0, 0, 0, .16);
  background-image: linear-gradient(rgba(255, 252, 252, 0), #000 75%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 223px;
}

.heading-start, .heading-tag {
  color: #fff;
  font-family: Slowdex, sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
}

.heading-subtitle {
  color: #fff;
  font-family: Gaegu, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.menu-begin {
  width: 100vw;
  height: 25vh;
  background-image: linear-gradient(#000 100%, #60110d);
  flex-direction: column;
  justify-content: center;
  margin-top: 200px;
  margin-bottom: 0;
  display: flex;
}

.menu-heading {
  color: #852d28;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 2.25rem;
  font-family: Slowdex, sans-serif;
  font-size: 125px;
  line-height: 119px;
  display: none;
  transform: rotate(-15deg);
}

.menu-section {
  z-index: 5;
  width: 100vw;
  height: 2500px;
  background-image: linear-gradient(#000, #240202 28%, #240202 60%, #60110d 90%);
  display: none;
  position: relative;
}

.burgers-container {
  height: 70vh;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 45px;
}

.burgers-heading {
  color: #8f8f8f;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 5.05rem;
  font-family: Gaegu, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.burgers-variety {
  height: 90%;
  justify-content: space-around;
  margin-left: 3.75rem;
  margin-right: 3.75rem;
  padding-left: 0;
  display: flex;
}

.heading {
  font-family: Slowdex, sans-serif;
}

.burger-header-image {
  width: 26vw;
  height: 35vh;
  background-image: url('../images/TheClassic.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30vw;
  border-radius: 20px;
  justify-content: center;
  display: flex;
  position: relative;
}

.burger-item-heading {
  color: #fff;
  margin-top: 40px;
  font-family: Slowdex, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.burger-item-description {
  color: #fff;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Gaegu, sans-serif;
  font-size: 20px;
}

.heading-2 {
  color: #fff;
  background-color: #cf352e;
  border-radius: 10px;
  font-family: Gaegu, sans-serif;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 3%;
}

.burger-header-image-2 {
  width: 27vw;
  height: 35vh;
  background-image: url('../images/TheDouble.jpeg');
  background-position: 0 31%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  display: flex;
  position: relative;
}

.sandwich-header-image-3 {
  width: 26vw;
  height: 35vh;
  background-image: url('../images/ChickenSteak.jpg');
  background-position: 50% 36%;
  background-repeat: no-repeat;
  background-size: 30vw;
  border-radius: 20px;
  justify-content: center;
  display: flex;
  position: relative;
}

.fries-container {
  height: 70vh;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
}

.sandwiches-heading {
  color: #8f8f8f;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 5.05rem;
  font-family: Gaegu, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.sandwiches-variety {
  height: 90%;
  justify-content: space-around;
  margin-left: 3.75rem;
  margin-right: 3.75rem;
  padding-left: 0;
  display: flex;
}

.sandwich-header-image {
  width: 27vw;
  height: 35vh;
  background-image: url('../images/Beefsandwich.jpg');
  background-position: 50% 38%;
  background-repeat: no-repeat;
  background-size: 30vw;
  border-radius: 20px;
  justify-content: center;
  display: flex;
  position: relative;
}

.sandwich-item-description {
  color: #fff;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Gaegu, sans-serif;
  font-size: 20px;
}

.sandwich-header-image-2 {
  width: 26vw;
  height: 35vh;
  background-image: url('../images/CheeseSteak.jpg');
  background-position: 0 38%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  display: flex;
  position: relative;
}

.fries-heading {
  color: #8f8f8f;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 5.05rem;
  font-family: Gaegu, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.fries-variety {
  height: 90%;
  justify-content: space-around;
  margin-left: 3.75rem;
  margin-right: 3.75rem;
  padding-left: 0;
  display: flex;
}

.fries-header-image {
  width: 27vw;
  height: 35vh;
  background-image: url('../images/6L5A3333-copy.jpg');
  background-position: 50% 73%;
  background-repeat: no-repeat;
  background-size: 26vw;
  border-radius: 20px;
  justify-content: center;
  display: flex;
  position: relative;
}

.fries-header-image-2 {
  width: 27vw;
  height: 35vh;
  background-image: url('../images/6L5A3338-copy.jpg');
  background-position: 0 43%;
  background-repeat: no-repeat;
  background-size: 29vw;
  border-radius: 20px;
  justify-content: center;
  display: flex;
  position: relative;
}

.fries-header-image-3 {
  width: 27vw;
  height: 35vh;
  background-image: url('../images/6L5A3340-copy.jpg');
  background-position: 50% 48%;
  background-repeat: no-repeat;
  background-size: 30vw;
  border-radius: 20px;
  justify-content: center;
  display: flex;
  position: relative;
}

.burger-header-image-3 {
  width: 26vw;
  height: 35vh;
  background-image: url('../images/SmokyChicken.jpeg');
  background-position: 50% 36%;
  background-repeat: no-repeat;
  background-size: 30vw;
  border-radius: 20px;
  justify-content: center;
  display: flex;
  position: relative;
}

.loaded-fries-heading, .loaded-fries-heading-2, .loaded-fries-heading-3 {
  color: #fff;
  margin-top: 20px;
  font-family: Slowdex, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.sandwiches-container {
  height: 70vh;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
}

.appetizer-and-drinks-container {
  height: 70vh;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.appetizers-heading {
  color: #8f8f8f;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 5.05rem;
  font-family: Gaegu, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.appetizer-drinks-container {
  height: 70vh;
  max-width: none;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.drinks-heading {
  color: #8f8f8f;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 5.05rem;
  font-family: Gaegu, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.appetizer-cont {
  max-width: none;
  margin-left: 3.75rem;
  margin-right: 0;
}

.appetizer-heading {
  color: #8f8f8f;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 0;
  font-family: Gaegu, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.appetizer-header-image {
  width: 27vw;
  height: 36vh;
  background-image: url('../images/FlamingWings.jpeg');
  background-position: 50% 6%;
  background-repeat: no-repeat;
  background-size: 27vw;
  border-radius: 20px;
  justify-content: center;
  display: flex;
  position: relative;
}

.flaming-bird-heading {
  color: #fff;
  margin-top: 20px;
  font-family: Slowdex, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.drinks-container {
  max-width: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 3.75rem;
  margin-right: 0;
  display: block;
}

.drinks-heading-1 {
  color: #8f8f8f;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 0;
  font-family: Gaegu, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.passion-fruit-juice-container {
  margin-left: 13px;
}

.passion-fruit-juice-header-image {
  width: 20vw;
  height: 43vh;
  background-image: url('../images/6L5A3341-copy.jpg');
  background-position: 50% 6%;
  background-repeat: no-repeat;
  background-size: 20vw;
  border-radius: 20px;
  justify-content: center;
  display: flex;
  position: relative;
}

.passion-fruit-juice-heading {
  color: #fff;
  margin-top: 20px;
  font-family: Slowdex, sans-serif;
  font-size: 19px;
  line-height: 36px;
}

.div-block {
  justify-content: space-between;
  margin-right: 0;
  display: flex;
}

.about-us-section {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  background-image: linear-gradient(#60110d, #000 18%);
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-us-section {
  width: 100vw;
  height: 90vh;
  background-color: #000;
  justify-content: space-around;
  align-items: center;
  margin-top: 10rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.footer {
  height: 30vh;
  background-color: #60110d;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.header-image-container {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  max-width: none;
  background-image: url('../images/IMAGE-I_page-0001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100vw 150vh;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: -16%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-holder {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.soft-drinks-header-image {
  width: 20vw;
  height: 43vh;
  background-image: url('../images/WhatsApp-Image-2024-02-08-at-2.49.16-PM.jpeg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: 25vw;
  border-radius: 20px;
  justify-content: center;
  display: flex;
  position: relative;
}

.water-header-image {
  width: 20vw;
  height: 43vh;
  background-image: url('../images/WhatsApp-Image-2024-02-08-at-2.49.16-PM1.jpeg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: 25vw;
  border-radius: 20px;
  justify-content: center;
  display: flex;
  position: relative;
}

.image {
  border-radius: 10px;
}

.about-us-header-text {
  z-index: 1;
  max-width: none;
  -webkit-text-fill-color: inherit;
  background-color: rgba(253, 253, 253, 0);
  background-clip: border-box;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
}

.about-us-image {
  z-index: 0;
  width: 60vw;
  max-width: none;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.about-us-heading {
  z-index: 6;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Slowdex, sans-serif;
  font-size: 125px;
  font-weight: 400;
  line-height: 130px;
  position: absolute;
  top: 49px;
  left: auto;
  right: 60px;
  transform: rotate(10deg);
}

.heading-3 {
  color: #fff;
  text-align: justify;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gaegu, sans-serif;
  line-height: 45px;
  position: absolute;
  top: auto;
  bottom: 200px;
  right: 87px;
}

.contact-us-heading {
  color: #852d28;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Slowdex, sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 123px;
  transform: rotate(-15deg);
}

.map {
  width: 53vw;
  height: 54vh;
  border-radius: 20px;
}

.contact-us-instagram {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-us-timings {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.contact-us-address {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Gaegu, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.body {
  background-color: #000;
}

.div-block-2 {
  display: flex;
}

.heading-tag-boofy {
  font-family: Slowdex, sans-serif;
  font-weight: 400;
}

.heading-5 {
  color: #cf352e;
  margin-left: 20px;
  font-family: Slowdex, sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
}

.link-block {
  text-decoration: none;
}

.logo-copyright {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.links {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gaegu, sans-serif;
  font-size: 11px;
}

.link {
  color: #fff;
  margin-top: 0;
  font-family: Gaegu, sans-serif;
  font-size: 1.563rem;
  font-weight: 700;
  text-decoration: none;
}

.our-menu, .about {
  color: #fff;
  margin-top: 10px;
  font-family: Gaegu, sans-serif;
  font-size: 1.563rem;
  font-weight: 700;
  text-decoration: none;
}

.contact-us {
  color: #fff9f9;
  margin-top: 10px;
  font-family: Gaegu, sans-serif;
  font-size: 1.563rem;
  font-weight: 700;
  text-decoration: none;
}

.image-2 {
  border-radius: 10px;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gaegu, sans-serif;
}

.heading-8 {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Gaegu, sans-serif;
  font-weight: 700;
}

.link-block-2 {
  text-decoration: none;
}

.cta-buttons {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: none;
  position: absolute;
  top: 364.75px;
}

.instagram-button {
  color: #000;
  background-color: #f6b93b;
  border-radius: 1rem;
  font-family: Slowdex, sans-serif;
  font-size: 1.563rem;
  transition: background-color .3s;
}

.instagram-button:hover {
  color: #fff;
  background-color: #cf352e;
}

.order-now-button {
  background-color: #cf352e;
  border-radius: 1rem;
  font-family: Slowdex, sans-serif;
  font-size: 1.563rem;
  transition: background-color .3s;
}

.order-now-button:hover {
  color: #000;
  background-color: #f6b93b;
}

.cta-buttons-2 {
  justify-content: space-around;
  display: flex;
}

.email-button {
  color: #000;
  background-color: #f6b93b;
  border-radius: 1rem;
  font-family: Slowdex, sans-serif;
  font-size: 1.563rem;
  transition: background-color .3s;
}

.email-button:hover {
  color: #fff;
  background-color: #cf352e;
}

.call-us-button {
  background-color: #cf352e;
  border-radius: 1rem;
  font-family: Slowdex, sans-serif;
  font-size: 1.563rem;
  transition: background-color .3s;
}

.call-us-button:hover {
  color: #000;
  background-color: #f6b93b;
}

.find-us-button {
  color: #000;
  background-color: #f6b93b;
  border-radius: 1rem;
  font-family: Slowdex, sans-serif;
  font-size: 1.563rem;
  transition: background-color .3s;
}

.find-us-button:hover {
  color: #fff;
  background-color: #cf352e;
}

@media screen and (min-width: 1280px) {
  .hero-section {
    background-image: linear-gradient(rgba(255, 255, 255, .28), rgba(141, 141, 141, 0) 0%, #000 44%);
    margin-top: 220px;
    top: 150px;
  }

  .menu-begin {
    margin-top: 141px;
  }

  .contact-us-section {
    height: 98vh;
    margin-top: 10rem;
    padding-top: 220px;
  }

  .footer {
    margin-top: 150px;
  }

  .header-image-container {
    height: 113vh;
  }

  .heading-3 {
    bottom: -92px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    background-image: linear-gradient(rgba(255, 255, 255, .28), rgba(255, 255, 255, 0) 0%, #000 69%);
  }

  .contact-us-section {
    height: 100vh;
    margin-top: 100px;
    padding-top: 150px;
  }

  .header-image-container {
    top: -6%;
  }

  .about-us-image {
    width: 55vw;
  }

  .heading-3 {
    bottom: 0;
  }

  .body {
    background-color: #000;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    height: 72rem;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(255, 255, 255, 0), #000 89%);
    margin-top: -30px;
    top: 11.6rem;
  }

  .heading-start {
    font-size: 6rem;
  }

  .heading-tag {
    color: #fff;
    margin-top: 48px;
    font-size: 6rem;
  }

  .heading-subtitle {
    margin-top: 40px;
    font-size: 2.6rem;
    font-weight: 700;
  }

  .menu-begin {
    height: 50vh;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    margin-top: 0;
    padding-top: 3.5rem;
  }

  .menu-heading {
    padding-bottom: 100px;
    display: none;
  }

  .menu-section {
    height: 180rem;
    display: none;
  }

  .burgers-container {
    height: 70vh;
  }

  .burgers-heading {
    margin-left: 6rem;
  }

  .burgers-variety {
    display: flex;
  }

  .burger-header-image {
    width: 27vw;
    height: 45vh;
    background-position: 50%;
    background-attachment: scroll;
    border-radius: 20px;
    justify-content: center;
    display: flex;
  }

  .burger-item-heading {
    margin-top: 60px;
    margin-bottom: 0;
    font-size: 40px;
  }

  .burger-item-description {
    color: #fff;
    text-align: justify;
    font-family: Gaegu, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
  }

  .burger-header-image-2 {
    width: 27vw;
    height: 45vh;
    background-position: 50% 36%;
    border-radius: 20px;
    justify-content: center;
    display: flex;
  }

  .sandwich-header-image-3 {
    width: 27vw;
    height: 45vh;
    background-position: 50% 30%;
    border-radius: 20px;
    justify-content: center;
    display: flex;
  }

  .fries-container {
    height: 70vh;
    margin-top: 10rem;
  }

  .sandwiches-heading {
    margin-left: 6rem;
  }

  .sandwiches-variety {
    display: flex;
  }

  .sandwich-header-image {
    width: 27vw;
    height: 45vh;
    background-position: 50% 30%;
    border-radius: 20px;
    justify-content: center;
    display: flex;
  }

  .sandwich-item-description {
    color: #fff;
    text-align: justify;
    font-family: Gaegu, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
  }

  .sandwich-header-image-2 {
    width: 27vw;
    height: 45vh;
    background-position: 50% 30%;
    border-radius: 20px;
    justify-content: center;
    display: flex;
  }

  .fries-heading {
    margin-left: 6rem;
  }

  .fries-variety {
    display: flex;
  }

  .fries-header-image {
    width: 27vw;
    height: 45vh;
    background-position: 50% 70%;
    border-radius: 20px;
    justify-content: center;
    display: flex;
  }

  .fries-header-image-2, .fries-header-image-3 {
    width: 27vw;
    height: 45vh;
    background-position: 50%;
    border-radius: 20px;
    justify-content: center;
    display: flex;
  }

  .burger-header-image-3 {
    width: 27vw;
    height: 45vh;
    background-position: 50% 40%;
    border-radius: 20px;
    justify-content: center;
    display: flex;
  }

  .loaded-fries-heading, .loaded-fries-heading-2, .loaded-fries-heading-3 {
    margin-top: 60px;
    margin-bottom: 0;
    font-size: 40px;
  }

  .sandwiches-container {
    height: 70vh;
    margin-top: 10rem;
  }

  .appetizer-drinks-container {
    padding-top: 40px;
    padding-left: 40px;
  }

  .appetizer-header-image {
    width: 27vw;
    background-position: 50%;
    border-radius: 20px;
    justify-content: center;
    display: flex;
  }

  .flaming-bird-heading {
    margin-top: 60px;
    margin-bottom: 0;
    font-size: 40px;
  }

  .passion-fruit-juice-header-image {
    width: 19vw;
    background-position: 50%;
    border-radius: 20px;
    justify-content: center;
    display: flex;
  }

  .passion-fruit-juice-heading {
    margin-top: 60px;
    margin-bottom: 0;
    font-size: 33px;
  }

  .about-us-section {
    height: 120vh;
    margin-top: 0;
  }

  .contact-us-section {
    margin-top: 15.625rem;
    padding-top: 0;
  }

  .header-image-container {
    z-index: 0;
    height: 120rem;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/IMAGE-I_page-0001.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100vw 100%;
    top: -33rem;
  }

  .soft-drinks-header-image, .water-header-image {
    width: 19vw;
    background-position: 50%;
    border-radius: 20px;
    justify-content: center;
    display: flex;
  }

  .about-us-image {
    width: 50vw;
    top: 15%;
  }

  .about-us-heading {
    top: 99px;
  }

  .heading-3 {
    font-size: 40px;
    line-height: 60px;
    bottom: 0;
    right: 100px;
  }

  .contact-us-heading {
    margin-bottom: 60px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .body {
    background-color: #000;
  }

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

  .heading-5 {
    margin-top: 48px;
    margin-left: 45px;
    font-size: 6rem;
  }

  .logo-copyright {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .links {
    padding-left: 0;
  }

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

  .link {
    font-size: 2.5rem;
  }

  .our-menu, .about, .contact-us.w--current {
    margin-top: 20px;
    font-size: 2.5rem;
  }

  .heading-7, .heading-8 {
    font-size: 2.5rem;
  }

  .cta-buttons {
    display: none;
    top: auto;
    bottom: 301px;
  }

  .instagram-button, .order-now-button {
    border-radius: 1.6rem;
    padding: 20px;
    font-size: 3rem;
  }

  .cta-buttons-2 {
    justify-content: space-around;
    display: flex;
  }

  .email-button, .call-us-button, .find-us-button {
    border-radius: 1.6rem;
    padding: 20px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    background-color: #000;
    flex-direction: column;
    padding-left: 20px;
  }

  .button-primary {
    margin-left: 0;
  }

  .hero-section {
    height: 43vh;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(255, 252, 252, 0) 27%, #000 87%);
    margin-top: 0;
    top: 60px;
  }

  .heading-start {
    margin-bottom: 0;
    font-size: 1.8rem;
  }

  .heading-tag {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  .heading-subtitle {
    text-align: center;
    margin-top: 0;
    font-size: 1rem;
  }

  .menu-begin {
    z-index: 10;
    height: 55vh;
    outline-offset: 0px;
    background-image: none;
    border: 1px #000;
    outline: 3px #333;
    margin-top: 0;
    display: block;
    position: relative;
  }

  .menu-heading {
    color: #cf352e;
    margin-top: 165px;
    margin-left: 2rem;
    font-size: 60px;
    line-height: 70px;
    display: none;
  }

  .menu-section {
    height: 360rem;
    display: none;
  }

  .burgers-container {
    height: 165vh;
  }

  .burgers-heading {
    margin-bottom: 0;
    margin-left: 1.9rem;
    font-size: 40px;
  }

  .burgers-variety {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .burger {
    margin-top: 20px;
  }

  .burger-header-image {
    width: 90vw;
    background-size: 100vw;
    flex-direction: column;
    align-items: center;
  }

  .burger-item-heading {
    margin-top: 30px;
    margin-bottom: 185px;
  }

  .burger-item-description {
    font-size: 17px;
  }

  .burger-header-image-2 {
    width: 90vw;
  }

  .sandwich-header-image-3 {
    width: 90vw;
    background-size: 90vw;
    margin-top: 20px;
  }

  .fries-container {
    height: 150vh;
  }

  .sandwiches-heading {
    margin-bottom: 0;
    margin-left: 1.9rem;
    font-size: 40px;
  }

  .sandwiches-variety {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .sandwich-header-image {
    width: 90vw;
    background-size: 90vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .sandwich-header-image-2 {
    width: 90vw;
    margin-top: 20px;
  }

  .fries-heading {
    margin-left: 1.9rem;
  }

  .fries-variety {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .fries-header-image {
    width: 90vw;
    background-size: 90vw;
  }

  .fries-header-image-2 {
    width: 90vw;
    background-size: 90vw;
    flex-direction: row;
    margin-top: 20px;
  }

  .fries-header-image-3 {
    width: 90vw;
    background-size: 90vw;
  }

  .burger-header-image-3 {
    width: 90vw;
    background-size: 100vw;
  }

  .sandwiches-container {
    height: 165vh;
  }

  .appetizer-drinks-container {
    flex-direction: column;
    align-items: stretch;
  }

  .appetizer-cont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .appetizer-heading {
    margin-left: -4rem;
  }

  .appetizer-header-image {
    width: 90vw;
    background-position: 50% 25%;
    background-size: 93vw;
  }

  .drinks-container {
    flex-direction: column;
    margin-top: 40px;
    margin-left: 0;
    display: block;
  }

  .drinks-heading-1 {
    margin-left: 1rem;
  }

  .passion-fruit-juice-header-image {
    width: 90vw;
    background-position: 50% 57%;
    background-size: 90vw;
  }

  .div-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .about-us-section {
    z-index: 11;
    flex-direction: column;
    justify-content: flex-start;
    top: 0;
  }

  .contact-us-section {
    height: 59vh;
    flex-direction: column;
    justify-content: center;
  }

  .footer {
    height: 60vh;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 200px;
  }

  .header-image-container {
    width: 100vw;
    height: 65vh;
    top: -5%;
  }

  .soft-drinks-header-image, .water-header-image {
    width: 90vw;
    background-size: 100vw;
    margin-top: 20px;
  }

  .about-us-image {
    width: 100vw;
    height: 45vh;
    top: -2%;
  }

  .about-us-heading {
    font-size: 60px;
    line-height: 70px;
    top: -64px;
    right: 12px;
  }

  .heading-3 {
    width: 86vw;
    font-size: 1.5rem;
    line-height: 35px;
    top: 21rem;
    bottom: 0;
    left: 29px;
    right: 54px;
  }

  .contact-us-heading {
    color: #cf352e;
    margin-top: 60px;
    font-size: 60px;
    line-height: 70px;
  }

  .contact-us-info {
    margin-top: 0;
    padding-top: 250px;
    padding-left: 18px;
  }

  .map {
    width: 90vw;
    height: 40vh;
    margin-top: 2rem;
    display: none;
  }

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

  .icon {
    color: #cf352e;
  }

  .body {
    background-color: #000;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 1.6rem;
  }

  .link-block {
    margin-top: 40px;
  }

  .logo-copyright {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .links {
    align-items: center;
  }

  .instagram-location {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-6 {
    text-align: center;
    font-size: 15px;
  }

  .cta-buttons {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    display: none;
    top: 19.375rem;
  }

  .instagram-button {
    width: 11rem;
    padding-left: 27px;
  }

  .order-now-button {
    width: 11rem;
  }

  .cta-buttons-2 {
    height: 40vh;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 13px;
    display: flex;
  }

  .email-button {
    width: 11rem;
    padding-left: 17px;
  }

  .call-us-button {
    width: 11rem;
    padding-left: 13px;
  }

  .find-us-button {
    width: 11rem;
    padding-left: 33px;
  }
}


@font-face {
  font-family: 'Slowdex';
  src: url('../fonts/slowdex.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}