:root {
  --beige: #dedfbf;
  --khaki: #fbff8f;
  --white: white;
  --black: black;
  --firebrick: #c1272d;
  --dark-sea-green: #80916f;
  --maroon: #680c10;
  --dark-slate-grey: #2e3528;
}

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

a {
  text-decoration: none;
}

.body {
  background-color: var(--beige);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.coming-soon-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.image {
  width: 75%;
}

.heading {
  color: #f3a616;
  font-size: 3rem;
  line-height: 1;
}

.hero-sec {
  background-image: url('../images/grean-background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 90vh;
  display: flex;
  position: relative;
}

.logo-div {
  z-index: 500;
  width: 500px;
  position: absolute;
  top: -73px;
  bottom: auto;
  left: auto;
  right: auto;
}

.pita-pita-logo-img {
  width: 100%;
  max-width: none;
}

.hero-slide-div {
  border: 0px solid var(--khaki);
  box-shadow: 0 0 18px 6px var(--beige);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  width: 85%;
  height: 100%;
  margin-top: 100px;
  overflow: hidden;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.slide {
  background-image: url('../images/pita-pita-slide-2.jpg');
  background-position: 50% 10%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/pita-pita-slide-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/pita-pita-slide-3.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Veggie-Platter-slide.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Lamb-Chops-slide.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.welcome-sec {
  background-color: var(--beige);
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  display: flex;
  position: relative;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  background-image: url('../images/back-seemless.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 85%;
}

.welcome-text-div {
  flex-direction: column;
  align-items: center;
  margin-left: 29vw;
  display: flex;
}

.welcome-h1 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Aref Ruqaa, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.welcome-h1-large {
  color: var(--firebrick);
  text-align: center;
  margin: 0 20px 20px;
  font-family: Aref Ruqaa, sans-serif;
  font-size: 10vw;
  line-height: .7;
}

.heading-2 {
  color: var(--firebrick);
  text-align: center;
  margin: 0 20px;
  font-family: Aref Ruqaa, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.halal-logo-img {
  width: 40%;
  max-width: none;
  margin: 10px auto;
}

.welcome-food-div {
  position: absolute;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 30vw;
  min-width: auto;
  position: relative;
}

.shawarma-img {
  z-index: 1100;
  width: 100%;
  max-width: none;
  position: relative;
  top: -55px;
}

.fattoush-img {
  width: 100%;
  max-width: none;
  position: relative;
}

.menu-div {
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  margin-left: 29vw;
  margin-right: 20px;
  display: flex;
}

.menu-img {
  width: 600px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.navbar-2 {
  z-index: 2000;
  width: 100%;
}

.menu-button-2 {
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-left-radius: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.menu-button-2.w--open {
  z-index: 3500;
  background-color: var(--firebrick);
}

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

.icon-3.open-icon {
  color: var(--firebrick);
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
}

.nav-menu {
  z-index: 3400;
  background-color: var(--beige);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 63px;
  padding-bottom: 0;
  display: flex;
}

.nav-link {
  z-index: 2001;
  color: var(--dark-sea-green);
  text-align: center;
  margin-top: 0;
  font-family: Aref Ruqaa, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.body-2 {
  background-color: var(--beige);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.menu-sec {
  max-width: 1920px;
}

.tab-link-tab-1 {
  background-color: var(--dark-sea-green);
  border-right: 3px solid #fff;
}

.tab-link-tab-1.w--current {
  background-color: var(--firebrick);
  color: #fff;
  border-right: 4px solid #fff;
}

.grid-13 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
}

.menu-food-pic {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.grid-12 {
  grid-row-gap: 0px;
}

.menu-takeout-div {
  padding-left: 10px;
  padding-right: 10px;
}

.heading-7 {
  color: var(--maroon);
  text-align: center;
  font-family: Aref Ruqaa, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.bold-text {
  color: #fff;
  font-weight: 900;
}

.image-18 {
  width: 100%;
}

.text-block-3 {
  color: var(--khaki);
  text-align: center;
  font-family: Aref Ruqaa, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-2 {
  text-align: left;
  margin-left: 20px;
  margin-right: 100px;
  font-weight: 400;
}

.photo-discript {
  text-align: center;
  background-color: #3d4f4b;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  display: flex;
  transform: translate(-43px);
}

.tab-link-tab-2 {
  border-right: 4px solid var(--white);
  background-color: var(--dark-sea-green);
  color: var(--white);
}

.tab-link-tab-2.w--current {
  background-color: var(--firebrick);
}

.tab-link-tab-2.left {
  border-right-width: 0;
}

.photo-div {
  background-color: var(--firebrick);
  color: var(--khaki);
  text-align: center;
  border-radius: 20px;
  width: 300px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.photo-p {
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 25px;
  line-height: 30px;
}

.menu-name {
  color: var(--firebrick);
  font-family: Bitter, serif;
  font-size: 20px;
  font-weight: 700;
}

.bold-text-2 {
  font-family: Bitter, serif;
  font-size: 20px;
  font-weight: 700;
}

.menu-price {
  color: #5e7547;
  font-size: 18px;
  font-weight: 700;
}

.bold-text-3 {
  font-weight: 400;
}

.menu-size {
  font-weight: 700;
}

.disclaimer {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.pita-platter {
  background-color: var(--dark-sea-green);
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
}

.pita-platter._2 {
  background-color: var(--firebrick);
}

.heading-8 {
  color: var(--khaki);
  text-align: center;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Aref Ruqaa, sans-serif;
  font-size: 2rem;
}

.paragraph-3 {
  text-align: center;
}

.platter-p {
  color: var(--white);
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 700;
}

.text-span {
  font-size: 1.5rem;
}

.falafal-img {
  width: 100%;
  max-width: none;
}

.heading-9 {
  margin: 10px 10px 20px;
  font-family: Aref Ruqaa, sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}

.food-group-div {
  width: 50%;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.food-group-img {
  z-index: 1300;
  width: 150%;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: -52%;
  left: -18%;
  right: auto;
}

.order-sec {
  background-color: var(--white);
  width: 85%;
  max-width: 1920px;
  position: relative;
  overflow: visible;
}

.grid-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-bottom: 40px;
  position: relative;
}

.order-online-div {
  border: 3px solid var(--firebrick);
  border-radius: 0 0 50px 50px;
  min-width: 50vw;
  margin: 40px 10px 10px auto;
}

.order-h1 {
  color: var(--firebrick);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Aref Ruqaa, sans-serif;
  font-size: 4rem;
  line-height: 1.2;
}

.order-h2 {
  color: var(--dark-sea-green);
  text-align: center;
  min-width: 50vw;
  margin: 0 10px 20px auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Aref Ruqaa, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.grub-img {
  width: 50%;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grub-div {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-left: 29vw;
  display: flex;
}

.uber-img {
  width: 50%;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.door-img {
  width: 50%;
  max-width: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

.menu-number {
  color: var(--maroon);
  font-family: Bitter, serif;
  font-size: 20px;
  font-weight: 700;
}

.header-sec {
  background-image: url('../images/grean-background.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 250px;
  margin-bottom: 0;
  display: flex;
}

.review-sec {
  background-image: url('../images/pita-pita-food8-light.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
  flex-direction: column;
  align-items: center;
  width: 85%;
  max-width: 1920px;
  margin-bottom: 0;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.review-red-div {
  flex-direction: column;
  align-items: center;
  width: 60%;
  height: 30vh;
  display: flex;
}

.grid-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--firebrick);
  width: 60%;
  height: 100%;
  position: relative;
}

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
  width: 60%;
  padding-left: 60px;
  padding-right: 60px;
}

.slide-6 {
  background-color: var(--white);
  width: 100%;
}

.review-h1 {
  color: var(--khaki);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0%;
  font-family: Aref Ruqaa, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.image-21 {
  width: 120%;
  max-width: none;
  margin-bottom: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -11%;
  right: 0%;
}

.slide-nav {
  margin-bottom: -43px;
}

.image-22 {
  z-index: 500;
  width: 60px;
  max-width: none;
  position: absolute;
  top: -7%;
  bottom: auto;
  left: 4%;
  right: auto;
}

.paragraph-4 {
  text-align: center;
  margin: auto 20px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.review-p-bold {
  color: var(--firebrick);
  font-family: Bitter, serif;
  font-size: 1.75rem;
  font-weight: 700;
}

.icon-4, .icon-5 {
  color: var(--firebrick);
}

.review-slide-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide-7, .slide-8, .slide-9, .slide-10 {
  background-color: var(--white);
}

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

.catering-sec {
  width: 85%;
  max-width: 1920px;
}

.grid-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  padding-bottom: 10px;
}

.catering-img {
  width: 100%;
  max-width: none;
}

.catering-type-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.catering-h1 {
  color: var(--firebrick);
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Aref Ruqaa, sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}

.catering-h2 {
  text-align: center;
  font-family: Bitter, serif;
  font-size: 1.5rem;
  line-height: 1.1;
}

.red-bullet {
  color: var(--firebrick);
}

.catering-h3 {
  font-size: 1.5rem;
}

.catering-h2-red {
  color: var(--firebrick);
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Aref Ruqaa, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}

.banquet-sec {
  background-color: var(--dark-sea-green);
  width: 85%;
  max-width: 1920px;
  padding-bottom: 20px;
}

.banquet-h1 {
  color: var(--khaki);
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Aref Ruqaa, sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}

.banquet-h2 {
  color: var(--white);
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Bitter, serif;
  font-size: 2rem;
  line-height: 1.2;
}

.banquet-h2-small {
  font-size: 1.5rem;
  font-style: italic;
}

.social-sec {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 1920px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.grid-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--firebrick);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 75%;
}

.social-img-div {
  width: 75%;
}

.social-img {
  width: 100%;
  max-width: none;
}

.social-type-div {
  background-color: var(--firebrick);
}

.social-h1 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-family: Aref Ruqaa, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.social-links-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.facebook-link {
  width: 10%;
  margin: 20px;
}

.social-icon-img {
  width: 100%;
  max-width: none;
}

.catering-h1-small {
  font-size: 2rem;
}

.location-sec {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  width: 85%;
  max-width: 1920px;
  display: flex;
}

.grid-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/grean-background.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}

.location-h1 {
  color: var(--khaki);
  text-align: center;
  font-family: Aref Ruqaa, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}

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

.image-23 {
  border: 3px solid var(--khaki);
  width: 65%;
  max-width: none;
  margin-left: 0;
}

.location-h1-white {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Bitter, serif;
  font-size: 3rem;
  line-height: 1.2;
}

.hours-h2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Bitter, serif;
  font-weight: 400;
  line-height: 1.2;
}

.veggies-img {
  width: 35%;
  max-width: none;
  position: absolute;
}

.catering-link-div {
  width: 75%;
}

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

.body-3 {
  background-color: var(--beige);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.catering-page-sec {
  background-color: var(--white);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  align-items: center;
  width: 85%;
  max-width: 1920px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.grid-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/pita-pita-catering.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85%;
}

.catering-page-h1 {
  color: var(--firebrick);
  text-align: center;
  width: 75%;
  margin: 10px auto 20px;
  font-family: Aref Ruqaa, sans-serif;
  font-size: 6rem;
  line-height: 1;
}

.grid-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.image-25 {
  width: 35%;
  max-width: none;
}

.link-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-10 {
  color: var(--firebrick);
  text-align: center;
  width: 50%;
  font-family: Bitter, serif;
  font-size: 2rem;
  line-height: 1.2;
}

.catering-food-div {
  height: 170px;
}

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

.question-h1 {
  color: var(--beige);
  text-align: center;
  font-family: Aref Ruqaa, sans-serif;
  font-size: 4rem;
  line-height: 1.2;
}

.checkbox-label-9 {
  color: #fff;
}

.text-field-3 {
  color: #fff;
  background-color: #000;
  border: 1.5px solid red;
  border-radius: 13px;
}

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

.text-field-2 {
  border: 3px solid var(--dark-sea-green);
  background-color: var(--white);
  color: var(--firebrick);
  border-radius: 13px;
  font-size: 1rem;
}

.field-label-3 {
  color: #fff;
  margin-top: 20px;
  font-size: 2rem;
  line-height: 1.2;
}

.checkbox-field {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.checkbox {
  background-color: rgba(0, 0, 0, 0);
}

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

.textarea {
  color: #fff;
  background-color: #000;
  border: 1.5px solid red;
  border-radius: 13px 13px 0;
  font-size: 1rem;
}

.paragraph {
  color: #fff;
}

.select-field {
  color: #fff;
  background-color: #000;
}

.field-label-2 {
  color: var(--khaki);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1;
}

.textarea-2 {
  border: 3px solid var(--dark-sea-green);
  border-radius: 13px;
  margin-bottom: 20px;
}

.thank-you-h2 {
  color: var(--dark-sea-green);
  text-align: center;
  width: 50%;
  font-family: Bitter, serif;
  font-size: 2rem;
  line-height: 1.2;
}

.dropdown {
  z-index: 1200;
  flex-direction: column;
  align-items: flex-start;
  min-width: 50vw;
  margin-left: auto;
  display: block;
}

.dropdown-toggle {
  border: 3px solid var(--dark-sea-green);
  background-color: var(--dark-sea-green);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100%;
  min-width: auto;
}

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

.text-block-4 {
  text-align: center;
}

.icon-6 {
  color: var(--khaki);
  font-size: 2rem;
}

.text-block-5 {
  color: var(--khaki);
  text-align: center;
  font-family: Bitter, serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.dropdown-list {
  background-color: var(--khaki);
}

.dropdown-link {
  border-bottom: 2px solid var(--dark-sea-green);
  color: var(--firebrick);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Bitter, serif;
  font-size: 2rem;
  font-weight: 700;
}

.dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
  text-align: center;
}

.dropdown-nav {
  z-index: 200;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  min-width: 50vw;
  margin-left: auto;
  display: block;
}

@media screen and (min-width: 1920px) {
  .heading-7 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .text-block-3 {
    font-size: 2rem;
    line-height: 1;
  }

  .paragraph-2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .review-h1 {
    margin-bottom: 0%;
    font-size: 5rem;
  }

  .catering-h1 {
    font-size: 5rem;
  }

  .catering-h2 {
    font-size: 3rem;
  }

  .banquet-h1 {
    font-size: 5rem;
  }

  .banquet-h2 {
    font-size: 3rem;
  }

  .banquet-h2-small {
    font-size: 2rem;
  }

  .form-block {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .hero-sec {
    height: 600px;
  }

  .hero-slide-div {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .halal-logo-img {
    width: 45%;
  }

  .shawarma-img {
    top: -26px;
  }

  .menu-div {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

  .paragraph-2 {
    margin-left: 60px;
  }

  .food-group-div {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 200px;
    display: flex;
    position: static;
  }

  .food-group-img {
    display: none;
  }

  .image-20 {
    z-index: 1000;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    bottom: 109px;
  }

  .order-online-div {
    margin-left: 20px;
    margin-right: 20px;
  }

  .order-h1 {
    margin-top: 0;
  }

  .order-h2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grub-div {
    margin-left: 0;
  }

  .review-red-div, .slider-2 {
    width: 85%;
  }

  .paragraph-4 {
    font-size: 1.3rem;
  }

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

  .catering-h1 {
    font-size: 2rem;
  }

  .catering-h2 {
    font-size: 1.3rem;
  }

  .catering-h3 {
    font-size: 1rem;
  }

  .banquet-h1 {
    font-size: 3rem;
  }

  .social-h1 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 2rem;
  }

  .facebook-link {
    width: 20%;
  }

  .catering-h1-small {
    font-size: 1.5rem;
  }

  .veggies-img {
    display: none;
  }

  .catering-page-h1 {
    font-size: 5rem;
  }

  .dropdown {
    min-width: auto;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .div-block {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .dropdown-nav {
    z-index: 4000;
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-sec {
    height: 500px;
  }

  .logo-div {
    width: 300px;
    top: -46px;
  }

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

  .slide-4 {
    background-position: 100%;
  }

  .welcome-text-div {
    margin-left: 0;
  }

  .welcome-h1-large {
    font-size: 70px;
  }

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

  .welcome-food-div {
    position: static;
  }

  .grid-2 {
    width: 100%;
  }

  .menu-img {
    width: 400px;
  }

  .nav-menu {
    height: 100vh;
  }

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

  .image-20 {
    bottom: 74px;
  }

  .grid-14 {
    padding-bottom: 20px;
  }

  .order-online-div {
    margin-top: 71px;
    margin-left: 20px;
  }

  .order-h1 {
    margin-top: 7px;
    font-size: 3rem;
  }

  .order-h2 {
    margin-left: 20px;
    font-size: 2rem;
  }

  .grub-div {
    margin-left: 0;
  }

  .header-sec {
    height: 150px;
  }

  .grid-15 {
    width: 85%;
  }

  .slider-2 {
    width: 100%;
  }

  .right-arrow-2, .left-arrow-2 {
    display: none;
  }

  .image-22 {
    top: -4%;
  }

  .paragraph-4 {
    font-size: 1.2rem;
  }

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

  .catering-h1 {
    font-size: 2.5rem;
  }

  .catering-h2 {
    font-size: 2rem;
  }

  .facebook-link {
    width: 25%;
  }

  .location-h1 {
    font-size: 2rem;
  }

  .map-img-div {
    margin-bottom: 20px;
  }

  .location-h1-white {
    font-size: 2rem;
  }

  .hours-h2 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 400;
  }

  .catering-page-h1 {
    width: 90%;
  }

  .link-block {
    flex-direction: column;
  }

  .heading-10 {
    width: 90%;
    font-size: 1.5rem;
  }

  .catering-food-div {
    height: 100px;
  }

  .image-26 {
    height: 100%;
  }

  .question-h1 {
    font-size: 2rem;
  }

  .submit-button {
    width: 100%;
  }

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

  .text-block-5 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-sec {
    height: 350px;
  }

  .logo-div {
    width: 200px;
    top: -30px;
  }

  .hero-slide-div {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    width: 90%;
    margin-top: 63px;
  }

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

  .slide-4 {
    background-position: 100%;
  }

  .welcome-sec {
    width: 85%;
  }

  .grid {
    width: 100%;
  }

  .welcome-h1-large {
    margin-bottom: 10px;
    font-size: 45px;
  }

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

  .halal-logo-img {
    width: 60%;
  }

  .menu-img {
    width: 85%;
  }

  .menu-button-2 {
    background-color: rgba(0, 0, 0, 0);
    padding: 15px;
  }

  .icon-3 {
    font-size: 30px;
  }

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

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    border-bottom: 3px solid #fff;
    border-right-width: 0;
  }

  .bold-text {
    font-size: 12px;
  }

  .text-block-3 {
    text-align: center;
  }

  .paragraph-2 {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  .photo-discript {
    transform: translate(-14px);
  }

  .tab-link-tab-2 {
    border-bottom: 3px solid #fff;
  }

  .photo-p {
    line-height: 20px;
  }

  .food-group-div {
    height: 120px;
  }

  .image-20 {
    width: 100%;
    max-width: 300px;
    bottom: 44px;
  }

  .order-online-div {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .order-h1 {
    margin-top: 0;
    line-height: 1;
  }

  .order-h2 {
    margin-left: 10px;
  }

  .grub-img {
    width: 75%;
  }

  .grub-div {
    margin-top: 10px;
    margin-left: 10px;
  }

  .uber-img, .door-img {
    width: 75%;
  }

  .header-sec {
    height: 100px;
  }

  .review-red-div {
    width: 90%;
    height: 145px;
  }

  .grid-15 {
    width: 90%;
  }

  .slider-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .review-h1 {
    font-size: 40px;
  }

  .right-arrow-2, .left-arrow-2 {
    display: none;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .review-p-bold {
    font-size: 20px;
  }

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

  .catering-h1 {
    margin-top: 0;
    font-size: 30px;
  }

  .catering-h2 {
    margin-top: 10px;
    font-size: 24px;
  }

  .catering-h3 {
    font-size: 14px;
  }

  .banquet-h1 {
    font-size: 30px;
  }

  .banquet-h2 {
    font-size: 24px;
  }

  .banquet-h2-small {
    font-size: 16px;
  }

  .catering-h1-small {
    font-size: 20px;
  }

  .location-h1 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 24px;
  }

  .image-23 {
    width: 90%;
    margin-left: 0;
  }

  .location-h1-white {
    font-size: 18px;
    line-height: 1.5;
  }

  .hours-h2 {
    font-size: 15px;
    line-height: 1.5;
  }

  .catering-page-sec {
    padding-bottom: 10px;
  }

  .catering-page-h1 {
    width: 90%;
    font-size: 40px;
  }

  .image-25 {
    width: 50%;
  }

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

  .catering-food-div {
    height: 60px;
  }

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

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

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

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

  .thank-you-h2 {
    width: 90%;
    font-size: 24px;
  }

  .icon-6 {
    font-size: 30px;
  }

  .text-block-5 {
    font-size: 20px;
  }

  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
  }
}

#w-node-c4d2f2a8-1c18-f4ba-de2a-5bb27d0c7dc3-66d033bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_399fbc1d-681d-42c6-232b-7fdb17312a65-66d033bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3af8e7d-4c9c-cef7-1ee1-7545f769e61c-66d033bd, #w-node-_6ea0e4a8-faca-8cf1-9fd1-d010b4475e82-66d033bd, #w-node-e77dbec3-45a0-6623-2f55-22e51e838460-66d033bd, #w-node-_6e19ef08-6773-d7be-90a3-7bc37d8ff3a1-66d033bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a7044ed6-ab6e-9803-448c-0227dc9375db-66d033bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3be03d54-23f0-a046-841d-65b6c6d596a1-66d033bd, #w-node-f3b9e92a-6685-204f-17b4-45df9143075f-66d033bd, #w-node-_24d47112-8c23-4e90-8ccc-005886c5596a-66d033bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b36c04a8-0942-32f6-7c9d-6cc43c4428fe-66d033bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-e6545482-b804-7dc7-182f-fabb604c9660-66d033bd, #w-node-_3215a2b5-c7a0-b166-1d07-8f0c78b5fe31-66d033bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_996c08db-a5ee-3e34-e308-5d636b59beee-66d033bd, #w-node-ffbaf316-796a-4047-b574-c39c59002bbe-66d033bd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_40b3daae-ba99-2cb5-be93-4a1da9d49eca-66d033bd, #w-node-_714feaec-636b-4b4a-d855-d843920eb75f-66d033bd, #w-node-_385c0706-668a-9e74-5b48-fd5d96599c21-66d033bd, #w-node-dda25dd1-0b98-e1cd-1d77-4e95d7791f79-66d033bd, #w-node-_8836c2e8-21ec-f1e3-494a-8c00097bd1f1-097bd1ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8836c2e8-21ec-f1e3-494a-8c00097bd1f5-097bd1ef {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8836c2e8-21ec-f1e3-494a-8c00097bd1f7-097bd1ef, #w-node-_8836c2e8-21ec-f1e3-494a-8c00097bd1fd-097bd1ef, #w-node-_7e094efc-55c4-31e8-8872-f4655270dec9-1c17249d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5ad5f135-a4f1-6c8a-20f7-1b1c99609953-1c17249d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_116bba09-13d6-80b9-804e-3462b86fc226-1c17249d, #w-node-_80f3b13b-f61f-5d9a-2f6a-52ec884db313-1c17249d, #w-node-cdade8a4-6390-f51b-5374-134f5402c23f-1c17249d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d07a54d1-00bf-748d-163d-1579e68e12da-1c17249d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_40cccf26-d545-1cf6-38d8-c7fa8314b336-1c17249d, #w-node-_463a3512-1c93-d80b-2cbe-d0fa28e1cf73-1c17249d, #w-node-_5278e12e-2d40-9492-356d-56de08e47f90-1c17249d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e094efc-55c4-31e8-8872-f4655270dec9-b999c590 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5ad5f135-a4f1-6c8a-20f7-1b1c99609953-b999c590 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_8776ecd0-4bb5-5c26-95a2-f23079f4bbba-66d033bd, #w-node-_6d2d4f5e-4cac-fe44-32e1-11de04c47a06-66d033bd, #w-node-_086632b4-770a-5b7a-9c14-b5e2a6a58c95-b7627e8d, #w-node-_840f5370-b059-df30-b8b0-8ff1036c9047-b7627e8d, #w-node-_9fdabdde-9966-2625-a010-b855334bb445-b7627e8d, #w-node-_9fdabdde-9966-2625-a010-b855334bb4e2-b7627e8d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_399fbc1d-681d-42c6-232b-7fdb17312a65-66d033bd, #w-node-_996c08db-a5ee-3e34-e308-5d636b59beee-66d033bd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ffbaf316-796a-4047-b574-c39c59002bbe-66d033bd {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3be03d54-23f0-a046-841d-65b6c6d596a1-66d033bd, #w-node-_5ad5f135-a4f1-6c8a-20f7-1b1c99609953-b999c590 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


