:root {
  --black: black;
  --white: white;
  --red: #b10f1f;
  --bright-red: #ff0921;
}

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

.body {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: visible;
}

.alez-nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #000000ba;
  position: static;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--white);
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 900;
}

.nav-link:hover {
  background-color: var(--red);
}

.nav-link.w--current {
  color: var(--red);
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 900;
}

.nav-link.w--current:hover, .nav-link-2, .nav-link-3 {
  color: var(--white);
}

.image {
  width: 10vw;
}

.brand {
  margin-left: 100px;
  margin-right: auto;
}

.hero-div {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  display: flex;
}

.background-video {
  width: 100%;
  height: 700px;
}

.heading {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 900;
}

.hero-logo-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -30px;
}

.left-kabob-logo {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.right-kabob-logo {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.burger-logo {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 63px 0% 0%;
}

.alez-logo-text {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 360px 0% 0%;
}

.image-2 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0% auto auto 0%;
}

.image-3 {
  width: 500px;
}

.kabob-left, .kabob-right {
  width: 170px;
}

.alez-social-div {
  z-index: 2147483647;
  background-color: var(--red);
  border-radius: 20px 20px 0 0;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.link-block {
  flex-direction: column;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-4 {
  height: 42px;
  margin-top: auto;
  margin-bottom: auto;
}

.alez-fresh-section {
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 420px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.footer {
  background-color: var(--red);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 200px;
  margin-top: auto;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.image-5 {
  width: 40vw;
  position: absolute;
  inset: -50px auto auto 0%;
}

.skew-white {
  border-style: solid;
  border-width: 10vh 100vw 0 0;
  border-color: transparent var(--black) black black;
  background-color: var(--white);
  width: 100%;
  height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.skew-white-flames {
  border-style: solid;
  border-width: 10vh 100vw 0 0;
  border-color: transparent var(--white) var(--white) black;
  background-color: #0000;
  width: 100%;
  height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.alez-location-section {
  background-color: var(--black);
  height: 300px;
  position: relative;
  overflow: visible;
}

.skew-black {
  border-style: solid;
  border-width: 10vh 100vw 0 0;
  border-color: transparent var(--red) var(--red) black;
  background-color: var(--black);
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.section {
  background-color: var(--white);
  height: 60vh;
  display: block;
  position: relative;
  top: 0;
  overflow: hidden;
  transform: skew(0deg, -3deg);
}

.div-block {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 20vh;
  display: flex;
  overflow: visible;
  transform: skew(0deg, -10deg);
}

.image-6 {
  width: 100%;
  overflow: visible;
  transform: skew(0deg, 13deg);
}

.heading-2 {
  color: var(--red);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Merriweather, serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 5rem;
}

.grid {
  grid-column-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-items: stretch;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

.image-7 {
  width: 200px;
}

.alez-chicken-sandich {
  z-index: 20;
  width: 400px;
  position: absolute;
  inset: -40px auto auto 0%;
}

.image-8 {
  width: 100%;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph {
  color: var(--white);
  text-align: center;
  padding-left: 10px;
  font-size: 1rem;
}

.paragraph-2 {
  color: var(--white);
}

.image-9 {
  width: 200px;
  height: auto;
}

.image-10 {
  width: 200px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  overflow: hidden;
}

.heading-3 {
  color: var(--white);
  text-align: center;
}

.image-11 {
  z-index: 23;
  width: 400px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button {
  background-color: var(--red);
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.5rem;
}

.body-2 {
  background-color: var(--black);
  flex-direction: column;
  display: flex;
}

.image-12 {
  width: 80%;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 10px;
}

.catering-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 600px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-3 {
  background-color: var(--black);
}

.heading-4 {
  color: var(--white);
  text-align: center;
  font-family: Merriweather, serif;
}

.form-block {
  background-color: var(--red);
  width: auto;
  height: 100%;
  padding: 20px;
  display: block;
}

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

.submit-button {
  background-color: var(--black);
}

.field-label-3, .field-label-4 {
  color: var(--white);
  font-family: Merriweather, serif;
}

.text-field {
  text-align: left;
  height: auto;
}

.heading-5 {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  height: 100%;
  margin-top: 0;
  padding-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Merriweather, serif;
  line-height: 40px;
}

.grid-5 {
  grid-template-rows: auto;
  width: 100%;
}

.image-16 {
  width: 500px;
}

.div-block-4 {
  width: 300px;
  height: 100%;
}

.image-17 {
  width: 500px;
  position: absolute;
}

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

.image-18 {
  width: 100%;
}

.slider {
  width: 100%;
  height: 100%;
}

.heading-6 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 12px #000;
  width: 100%;
  padding-top: 10px;
  font-size: 77px;
  font-weight: 700;
  line-height: 77px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-6 {
  z-index: 1111111111;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: none;
  position: relative;
}

.heading-5-cater {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  height: auto;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Merriweather, serif;
  line-height: 40px;
}

.button-online-order {
  background-color: var(--red);
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.5rem;
}

.alez-burgers-menu-div {
  flex-direction: column;
  display: flex;
}

.alez-menu-h1 {
  color: var(--bright-red);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Merriweather, serif;
  font-weight: 900;
}

.paragraph-3 {
  color: var(--white);
  margin-left: 10px;
  margin-right: 10px;
}

.menu-number {
  color: var(--bright-red);
  font-family: Merriweather, serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
}

.menu-item {
  font-family: Merriweather, serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.menu-price {
  color: var(--bright-red);
  font-family: Merriweather, serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
}

.paragraph-4 {
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-style: italic;
}

.alez-sandwiches-menu-div, .alez-apps-menu-div {
  flex-direction: column;
  display: flex;
}

.paragraph-3-copy {
  color: var(--white);
  margin-left: 10px;
  margin-right: 10px;
}

.menu-discript {
  line-height: 14px;
}

.menu-burger-img, .sandwich-menu-img, .apps-menu-img, .delights-menu-img {
  width: 100%;
}

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

.combo {
  color: var(--bright-red);
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
}

@media screen and (min-width: 1920px) {
  .nav-link, .nav-link.w--current {
    font-size: 1.5rem;
  }

  .hero-div {
    background-size: cover;
    height: 1000px;
  }

  .background-video {
    height: 700px;
  }

  .heading {
    margin-top: 10vh;
  }

  .alez-fresh-section {
    height: 50vh;
  }

  .skew-white {
    border-bottom-width: 1px;
  }

  .skew-white-flames {
    border-bottom-width: 1px;
    border-bottom-color: var(--white);
  }

  .alez-location-section {
    height: 30vh;
  }

  .skew-black {
    border-bottom-width: 1px;
  }

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

  .grid {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .alez-chicken-sandich {
    width: 60vh;
  }

  .image-8 {
    width: 30vw;
  }

  .heading-3 {
    text-align: right;
  }

  .image-11 {
    width: 600px;
  }

  .div-block-2 {
    margin-left: 300px;
  }

  .section-2 {
    margin-top: 10vh;
  }

  .grid-5 {
    grid-template-columns: 1fr 2fr;
  }

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

  .slider {
    height: 1000px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    position: relative;
  }

  .nav-link, .nav-link.w--current {
    text-align: center;
  }

  .image {
    width: 120px;
  }

  .icon {
    color: var(--white);
  }

  .menu-button {
    z-index: 20000;
    background-color: var(--red);
  }

  .menu-button.w--open {
    background-color: var(--red);
  }

  .nav-menu {
    z-index: 20000000;
    background-color: var(--black);
  }

  .hero-div {
    background-image: none;
    width: auto;
    height: auto;
    position: relative;
  }

  .background-video {
    height: 650px;
  }

  .alez-fresh-section {
    height: 450px;
  }

  .skew-white, .skew-white-flames {
    border-top-width: 10vh;
  }

  .alez-location-section {
    height: 270px;
    display: flex;
    overflow: hidden;
  }

  .skew-black {
    border-top-width: 10vh;
  }

  .heading-2 {
    text-align: center;
    margin-top: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .grid {
    grid-template-rows: auto;
    margin-right: 100px;
  }

  .alez-chicken-sandich {
    width: 400px;
    top: 40px;
  }

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

  .image-11 {
    width: 350px;
  }

  .div-block-2 {
    margin-bottom: 70px;
    margin-left: 10px;
  }

  .catering-section {
    height: auto;
    margin-bottom: 20px;
  }

  .heading-5 {
    padding-top: 20px;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-16 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-4 {
    width: 500px;
  }

  .image-17 {
    position: absolute;
  }

  .tab-down-hero-img {
    width: 100%;
    height: 100%;
  }

  .div-block-5 {
    width: 100%;
    height: auto;
    display: block;
  }

  .div-block-6 {
    margin-top: 10px;
  }

  .heading-5-cater {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    margin-left: 20px;
  }

  .hero-div {
    width: auto;
    height: auto;
  }

  .background-video {
    height: 600px;
  }

  .hero-logo-div {
    width: 90%;
    top: -70px;
  }

  .burger-logo {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    top: 108px;
  }

  .image-2 {
    width: 250px;
  }

  .kabob-left, .kabob-right {
    width: 120px;
  }

  .image-4 {
    height: 42px;
  }

  .alez-fresh-section {
    align-items: flex-start;
    height: 500px;
    padding-top: 20px;
    display: flex;
  }

  .skew-white, .skew-white-flames {
    border-top-width: 10vh;
  }

  .alez-location-section {
    height: 430px;
    overflow: hidden;
  }

  .skew-black {
    border-top-width: 10vh;
  }

  .heading-2 {
    text-align: center;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 55px;
  }

  .grid {
    width: 90%;
    margin-left: auto;
    margin-right: 20px;
    font-size: 12px;
  }

  .alez-chicken-sandich {
    width: 300px;
    top: 44.5vh;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }

  .image-10 {
    width: 400px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3 {
    margin-top: 0;
  }

  .div-block-2 {
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button {
    margin-bottom: 0;
  }

  .section-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .image-13, .image-14, .image-15 {
    width: 100%;
  }

  .div-block-4 {
    width: 10px;
    display: none;
  }

  .image-17 {
    width: 300px;
  }

  .heading-6 {
    text-shadow: 0 -1px 6px #000, 2px 2px 12px #000;
    font-size: 40px;
    line-height: 40px;
  }

  .icon-2, .icon-3 {
    display: none;
  }

  .button-online-order {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    margin-left: 10px;
    padding-left: 0;
  }

  .hero-div {
    height: 100%;
    min-height: 0;
  }

  .background-video {
    height: 400px;
  }

  .heading {
    font-size: 20px;
  }

  .hero-logo-div {
    height: 300px;
    top: -30px;
  }

  .burger-logo {
    top: -51px;
  }

  .alez-logo-text {
    top: 124px;
  }

  .image-2 {
    width: 150px;
  }

  .kabob-left, .kabob-right {
    width: 80px;
  }

  .alez-fresh-section {
    justify-content: center;
    align-items: flex-start;
    height: 500px;
  }

  .alez-location-section {
    height: 500px;
    overflow: hidden;
  }

  .heading-2 {
    min-width: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .grid {
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .alez-chicken-sandich {
    width: 90%;
    top: 311px;
  }

  .image-8 {
    width: 300px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
  }

  .image-10 {
    width: 80%;
  }

  .grid-3 {
    grid-row-gap: 20px;
    width: 85%;
  }

  .heading-3 {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-11 {
    width: 90%;
    top: 240px;
  }

  .div-block-2 {
    margin-top: 50px;
  }

  .button {
    text-align: center;
    margin: 10px;
    padding: 10px;
    font-size: 15px;
  }

  .section-2 {
    margin-top: 0;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-4 {
    width: 15px;
    display: none;
  }

  .image-17 {
    width: 200px;
  }

  .heading-6 {
    text-shadow: 0 0 4px #000, 0 0 6px #000;
    margin-top: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .button-online-order {
    text-align: center;
    margin: 10px 20px 10px 10px;
    padding: 10px;
    font-size: 15px;
  }

  .alez-menu-h1 {
    font-size: 30px;
  }

  .menu-number {
    font-size: 20px;
  }

  .menu-item, .menu-price, .combo {
    font-size: 18px;
  }
}

#w-node-heading-2-78b74121 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54806a63-41b9-152b-4918-d0246c10d982-ff0efb01 {
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-heading-2-78b74121 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4524c3f7-bdf7-9687-fdb0-4a5fb8080924-5ea7d9d2, #w-node-_193e0eb5-2795-3d81-e8a5-f691dceeeeb3-5ea7d9d2, #w-node-_6f90d3c0-0c9e-9874-3f9f-7c57215c2de5-5ea7d9d2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_475c6f35-15c1-e3d3-5683-22bc255fb926-78b74121, #w-node-heading-2-78b74121, #w-node-heading-3-78b74121, #w-node-paragraph-2-3bbbe7cc, #w-node-paragraph-3bbbe7cc, #w-node-link-block-3-3bbbe7cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f86f17f6-365b-5702-46c7-8f27fe416321-78b74121 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-paragraph-3bbbe7cc, #w-node-link-block-3-3bbbe7cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


