@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* line 7, ../sass/_reset.scss */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 18, ../sass/_reset.scss */
body {
  font-family: "Onest", sans-serif;
  font-size: 62.5%;
  background-color: var(--PrimaryColor);
}

/* line 29, ../sass/_reset.scss */
html {
  scroll-behavior: smooth;
}

/* line 39, ../sass/_reset.scss */
a {
  text-decoration: none;
  color: black;
}

/* line 47, ../sass/_reset.scss */
ul {
  list-style-type: none;
}

/* line 2, ../sass/_variable.scss */
:root {
  --PrimaryColor: #141414;
  --Black100: #000000;
  --Black80: #242424;
  --Black60: #494949;
  --Black40: #6D6D6D;
  --Black20: #929292;
  --Black10: #B6B6B6;
  --Black5: #DBDBDB;
  --Black0: #FFFFFF;
}

/* line 1, ../sass/_utlilties.scss */
.u-yellow {
  color: #FEB118 !important;
}

/* line 8, ../sass/_utlilties.scss */
.u-sectionIntroduction {
  font-size: 2.4rem !important;
  font-weight: 500;
}

/* line 15, ../sass/_utlilties.scss */
.Menu_Container {
  display: flex;
  margin-top: 100px;
  align-items: center;
}

/* line 1, ../sass/Components/_Button.scss */
.Button, .CTA_Button-v1, .CTA_Button-v2, .CTA_Button-v3, .CTA_Button_Image {
  padding: 10px;
  border-radius: 6px;
  outline: none;
  font-family: inherit;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  /* line 1, ../sass/Components/_Button.scss */
  .Button, .CTA_Button-v1, .CTA_Button-v2, .CTA_Button-v3, .CTA_Button_Image {
    gap: 1rem;
  }
}

/* line 38, ../sass/Components/_Button.scss */
.CTA_Button-v1 {
  color: gray;
  border: 1px solid;
  border-color: gray;
  font-size: calc(0.8rem + 1vw) !important;
  color: gray !important;
}
@media screen and (min-width: 769px) {
  /* line 38, ../sass/Components/_Button.scss */
  .CTA_Button-v1 {
    font-size: 1.2rem !important;
  }
}

/* line 53, ../sass/Components/_Button.scss */
.CTA_Button-v2 {
  background-color: #FEB118;
  font-size: calc(0.8rem + 1vw) !important;
  color: white !important;
}
@media screen and (min-width: 769px) {
  /* line 53, ../sass/Components/_Button.scss */
  .CTA_Button-v2 {
    font-size: 1.2rem !important;
  }
}

/* line 65, ../sass/Components/_Button.scss */
.CTA_Button-v3, .CTA_Button_Image {
  border: 1.5px solid white;
  font-size: calc(0.8rem + 1vw) !important;
  color: white !important;
}
@media screen and (min-width: 769px) {
  /* line 65, ../sass/Components/_Button.scss */
  .CTA_Button-v3, .CTA_Button_Image {
    font-size: 1.2rem !important;
  }
}

/* line 76, ../sass/Components/_Button.scss */
.CTA_Button_Image {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
/* line 94, ../sass/Components/_Button.scss */
.CTA_Button_Image:hover {
  background-color: #fffcf6;
}
/* line 98, ../sass/Components/_Button.scss */
.CTA_Button_Image:hover p {
  color: black;
}
/* line 104, ../sass/Components/_Button.scss */
.CTA_Button_Image img {
  width: 50px;
  height: 42px;
  object-fit: cover;
}
/* line 116, ../sass/Components/_Button.scss */
.CTA_Button_Image.active {
  background-color: #fffcf6;
}
/* line 120, ../sass/Components/_Button.scss */
.CTA_Button_Image.active p {
  color: black;
}

/* line 1, ../sass/Components/_Hero.scss */
.Hero {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}

.heroBackground {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/6.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}


/* line 18, ../sass/Components/_Hero.scss */
.Hero::after {
  position: absolute;
  content: 'Try our new kebab platter from the  grill.';
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  max-width: 20ch;
  font-size: calc(0.8rem + 1vw) !important;
  color: white !important;
}
@media screen and (min-width: 769px) {
  /* line 18, ../sass/Components/_Hero.scss */
  .Hero::after {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 769px) {
  /* line 18, ../sass/Components/_Hero.scss */
  .Hero::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 18, ../sass/Components/_Hero.scss */
  .Hero::after {
    top: 68%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 18, ../sass/Components/_Hero.scss */
  .Hero::after {
    top: 65%;
  }
}
@media screen and (min-width: 1440px) {
  /* line 18, ../sass/Components/_Hero.scss */
  .Hero::after {
    top: 60%;
  }
}
/* line 65, ../sass/Components/_Hero.scss */
.Hero p {
  font-size: calc(2.4rem + 1vw);
  font-weight: 600;
  line-height: 255px;
  letter-spacing: -0.03em;
  color: white;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 1440px) {
  /* line 65, ../sass/Components/_Hero.scss */
  .Hero p {
    font-size: 100px;
	line-height: 200px;
  }
}

@media screen and (max-width: 1440px) {
	.Hero p {
		line-height: 150px;
		font-size: 80px;
	}
}
@media screen and (min-width: 501px)
   and (max-width:768px){
  /* line 65, ../sass/Components/_Hero.scss */
  .Hero p {
    line-height: 120px;
	font-size: 60px;
  }
  .Hero p:nth-child(2) {
    -webkit-text-stroke-width: 2px;
    /* Outline width */
  }
}


@media screen and (min-width: 320px) 
and (max-width:500px){
  
  .Hero p:nth-child(2) {
    -webkit-text-stroke-width: 1px;
    /* Outline width */
  }
}


@media screen and (max-width: 420px) {
	.Hero p {
		font-size: 40px;
		line-height: 100px;
	}
}
/* line 86, ../sass/Components/_Hero.scss */
.Hero p:nth-child(2) {
  z-index: 99;
  color: transparent;
  -webkit-text-stroke-width: 4px;
  /* Outline width */
  -webkit-text-stroke-color: white;
  /* Outline color (black) */
}

/* line 106, ../sass/Components/_Hero.scss */
.Hero--img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(20rem + 30vw);
  height: calc(20rem + 30vh);
  object-fit: cover;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
@supports (aspect-ratio: 16/9) {
  /* line 106, ../sass/Components/_Hero.scss */
  .Hero--img {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 769px) {
  /* line 106, ../sass/Components/_Hero.scss */
  .Hero--img {
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
/* line 167, ../sass/Components/_Hero.scss */
.Hero__buttons {
  display: flex;
  align-items: center;
  gap: 2rem;
}
/* line 176, ../sass/Components/_Hero.scss */
.Hero svg {
  position: absolute;
  left: 25%;
  top: 42%;
  transform: translate(-50%, -40%);
}
@media screen and (max-width: 769px) {
  /* line 176, ../sass/Components/_Hero.scss */
  .Hero svg {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 176, ../sass/Components/_Hero.scss */
  .Hero svg {
    top: 60%;
    width: 150px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 176, ../sass/Components/_Hero.scss */
  .Hero svg {
    top: 58%;
    left: 22%;
    width: 120px;
  }
}
@media screen and (min-width: 1440px) {
  /* line 176, ../sass/Components/_Hero.scss */
  .Hero svg {
    top: 53%;
    width: 140px;
  }
}

/* line 1, ../sass/Components/_Form.scss */
.form {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  justify-content: center;
  padding: 2rem;
  gap: 44px;
}
/* line 21, ../sass/Components/_Form.scss */
.form .CTA_Button-v3, .form .CTA_Button_Image {
  align-self: flex-end;
}
/* line 28, ../sass/Components/_Form.scss */
.form__input {
  position: relative;
  line-height: 78px;
}
/* line 35, ../sass/Components/_Form.scss */
.form input, .form textarea {
  background: transparent;
  outline: none;
  border: none;
  max-width: 700px;
  width: 100%;
  font-size: calc(0.8rem + 1vw) !important;
  color: white !important;
  border-bottom: 1px solid white;
  transition: border 200ms;
}
@media screen and (min-width: 769px) {
  /* line 35, ../sass/Components/_Form.scss */
  .form input, .form textarea {
    font-size: 1rem !important;
  }
}
/* line 66, ../sass/Components/_Form.scss */
.form input:focus, .form textarea:focus {
  border-bottom-color: #feb118;
}
/* line 72, ../sass/Components/_Form.scss */
.form input:focus + label, .form textarea:focus + label {
  top: -40px !important;
}
/* line 88, ../sass/Components/_Form.scss */
.form input:valid + label, .form textarea:valid + label {
  top: -40px !important;
}
/* line 106, ../sass/Components/_Form.scss */
.form label {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: calc(0.8rem + 1vw) !important;
  color: #fffcf6 !important;
  transition: all 0.4s;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  /* line 106, ../sass/Components/_Form.scss */
  .form label {
    font-size: 1rem !important;
  }
}
/* line 120, ../sass/Components/_Form.scss */
.form textarea {
  resize: none;
}

/* line 1, ../sass/Components/_MenuItem.scss */
.MenuItem {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 95vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  /* line 1, ../sass/Components/_MenuItem.scss */
  .MenuItem {
    margin: 0 auto;
  }
}
/* line 30, ../sass/Components/_MenuItem.scss */
.MenuItem__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* line 43, ../sass/Components/_MenuItem.scss */
.MenuItem__info h3 {
  font-size: calc(1rem + 2vw);
  text-transform: uppercase;
  color: red;
}
@media screen and (min-width: 769px) {
  /* line 43, ../sass/Components/_MenuItem.scss */
  .MenuItem__info h3 {
    font-size: 1.8rem;
  }
}
/* line 64, ../sass/Components/_MenuItem.scss */
.MenuItem__info p {
  font-size: calc(0.8rem + 1vw) !important;
  color: #fad423 !important;
  text-transform: lowercase;
}
@media screen and (min-width: 769px) {
  /* line 64, ../sass/Components/_MenuItem.scss */
  .MenuItem__info p {
    font-size: 1.2rem !important;
  }
}
/* line 78, ../sass/Components/_MenuItem.scss */
.MenuItem__price {
  justify-self: flex-start;
  font-size: calc(1rem + 2vw);
  color: white;
}
@media screen and (min-width: 769px) {
  /* line 78, ../sass/Components/_MenuItem.scss */
  .MenuItem__price {
    font-size: 1.8rem;
  }
}

/* line 105, ../sass/Components/_MenuItem.scss */
.MenuItems {
  display: grid;
  justify-items: center;
  margin-top: 100px;
  gap: 48px;
  grid-template-columns: repeat(2, 1fr);
  padding: calc(1rem + 2vw);
}
@media screen and (max-width: 769px) {
  /* line 105, ../sass/Components/_MenuItem.scss */
  .MenuItems {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px) {
  /* line 105, ../sass/Components/_MenuItem.scss */
  .MenuItems {
    padding: 0px;
  }
}

/* line 134, ../sass/Components/_MenuItem.scss */
.Container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-top: 100px;
}

/* line 1, ../sass/Components/_Tab.scss */
.Tab {
  max-width: 1440px;
  margin: 0 auto;
  display: none;
}
/* line 10, ../sass/Components/_Tab.scss */
.Tab h1 {
  font-size: calc(2rem + 5vw);
  position: relative;
  color: #FFC249;
  text-align: center;
}
/* line 16, ../sass/Components/_Tab.scss */
.Tab h1::before {
  position: absolute;
  content: '';
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  height: 2px;
  background-color: #ffc249;
  width: 25%;
}
@media screen and (min-width: 1024px) {
  /* line 10, ../sass/Components/_Tab.scss */
  .Tab h1 {
    font-size: 6rem;
  }
}
/* line 53, ../sass/Components/_Tab.scss */
.Tab h2 {
  font-size: calc(1rem + 5vw);
  font-weight: 600;
  color: #FFC249;
}
@media screen and (min-width: 1024px) {
  /* line 53, ../sass/Components/_Tab.scss */
  .Tab h2 {
    font-size: 2rem;
  }
}
/* line 77, ../sass/Components/_Tab.scss */
.Tab.active {
  display: block;
}

/* line 1, ../sass/Layout/_Header.scss */
.header {
  max-width: 1440px;
  margin: 1.5rem auto;
  display: grid;
  grid-template-areas: "logo Menu CTA";
  position: relative;
}
@media screen and (max-width: 1024px) {
  /* line 1, ../sass/Layout/_Header.scss */
  .header {
    margin: 0;
    padding: 2rem;
  }
  /* line 29, ../sass/Layout/_Header.scss */
  .header.active {
    height: 100vh;
    width: 100%;
    margin: 0;
    position: fixed;
    inset: 0;
    gap: calc(1rem + 2vh);
    background-color: black;
    z-index: 9999999;
    grid-template-areas: "logo" "Menu" "CTA";
    place-content: center;
  }
}
/* line 66, ../sass/Layout/_Header.scss */
.header__logo {
  grid-area: logo;
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  /* line 66, ../sass/Layout/_Header.scss */
  .header__logo {
    justify-self: center;
  }
}
/* line 78, ../sass/Layout/_Header.scss */
.header__navigation {
  align-self: center;
  justify-self: center;
  grid-area: Menu;
}
/* line 87, ../sass/Layout/_Header.scss */
.header__navigation__list {
  display: flex;
  align-items: center;
  gap: calc(2rem + 2vw);
}
@media screen and (min-width: 1600px) {
  /* line 87, ../sass/Layout/_Header.scss */
  .header__navigation__list {
    gap: 8rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 87, ../sass/Layout/_Header.scss */
  .header__navigation__list {
    display: none;
  }
  /* line 107, ../sass/Layout/_Header.scss */
  .header__navigation__list.active {
    display: flex;
    flex-direction: column;
    gap: calc(1rem + 2vh);
  }
}
/* line 126, ../sass/Layout/_Header.scss */
.header__navigation__list--item.active {
  position: relative;
}
/* line 131, ../sass/Layout/_Header.scss */
.header__navigation__list--item.active::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
}
/* line 153, ../sass/Layout/_Header.scss */
.header__navigation__list--item.active a {
  color: white !important;
}
/* line 165, ../sass/Layout/_Header.scss */
.header__navigation__list--item a {
  position: relative;
  transition: color 200ms ease-in-out;
  font-size: calc(0.8rem + 1vw) !important;
  color: gray !important;
}
@media screen and (min-width: 769px) {
  /* line 165, ../sass/Layout/_Header.scss */
  .header__navigation__list--item a {
    font-size: 1.2rem !important;
  }
}
/* line 191, ../sass/Layout/_Header.scss */
.header__CTA {
  grid-area: CTA;
  justify-self: end;
  gap: 4rem;
  align-self: center;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  /* line 191, ../sass/Layout/_Header.scss */
  .header__CTA {
    justify-self: center;
  }
}
@media screen and (max-width: 1024px) {
  /* line 191, ../sass/Layout/_Header.scss */
  .header__CTA {
    display: none;
  }
  /* line 218, ../sass/Layout/_Header.scss */
  .header__CTA.active {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-self: unset;
  }
}

/* line 233, ../sass/Layout/_Header.scss */
.burgerIcon {
  position: absolute;
  align-self: center;
  z-index: 99999999999999;
  top: 40px;
  right: 10px;
}
/* line 252, ../sass/Layout/_Header.scss */
.burgerIcon svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  /* line 233, ../sass/Layout/_Header.scss */
  .burgerIcon {
    display: none;
  }
}

@use "sass:math";
/* line 75, ../sass/Layout/_GridLayout.scss */
.gap > * {
  padding: 64px;
}
@media screen and (max-width: 1024px) {
  /* line 75, ../sass/Layout/_GridLayout.scss */
  .gap > * {
    padding: 34px;
  }
}

/* line 84, ../sass/Layout/_GridLayout.scss */
.gap2 > * {
  padding: 34px;
}

/* line 90, ../sass/Layout/_GridLayout.scss */
.center-justify {
  justify-content: center;
}

/* line 97, ../sass/Layout/_GridLayout.scss */
.center {
  align-items: center;
}

/* line 105, ../sass/Layout/_GridLayout.scss */
.align-center {
  align-items: center;
}

/* line 110, ../sass/Layout/_GridLayout.scss */
.GridSystem {
  width: 100%;
  box-sizing: border-box;
}
/* line 117, ../sass/Layout/_GridLayout.scss */
.GridSystem--Row {
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 0) {
  /* line 131, ../sass/Layout/_GridLayout.scss */
  .col-1-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 131, ../sass/Layout/_GridLayout.scss */
  .col-2-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 131, ../sass/Layout/_GridLayout.scss */
  .col-3-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 131, ../sass/Layout/_GridLayout.scss */
  .col-4-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 131, ../sass/Layout/_GridLayout.scss */
  .col-5-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 131, ../sass/Layout/_GridLayout.scss */
  .col-6-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 131, ../sass/Layout/_GridLayout.scss */
  .col-7-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 131, ../sass/Layout/_GridLayout.scss */
  .col-8-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 131, ../sass/Layout/_GridLayout.scss */
  .col-9-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 131, ../sass/Layout/_GridLayout.scss */
  .col-10-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 131, ../sass/Layout/_GridLayout.scss */
  .col-11-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 131, ../sass/Layout/_GridLayout.scss */
  .col-12-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 480px) {
  /* line 141, ../sass/Layout/_GridLayout.scss */
  .col-1-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 141, ../sass/Layout/_GridLayout.scss */
  .col-2-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 141, ../sass/Layout/_GridLayout.scss */
  .col-3-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 141, ../sass/Layout/_GridLayout.scss */
  .col-4-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 141, ../sass/Layout/_GridLayout.scss */
  .col-5-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 141, ../sass/Layout/_GridLayout.scss */
  .col-6-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 141, ../sass/Layout/_GridLayout.scss */
  .col-7-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 141, ../sass/Layout/_GridLayout.scss */
  .col-8-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 141, ../sass/Layout/_GridLayout.scss */
  .col-9-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 141, ../sass/Layout/_GridLayout.scss */
  .col-10-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 141, ../sass/Layout/_GridLayout.scss */
  .col-11-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 141, ../sass/Layout/_GridLayout.scss */
  .col-12-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 960px) {
  /* line 151, ../sass/Layout/_GridLayout.scss */
  .col-1-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 151, ../sass/Layout/_GridLayout.scss */
  .col-2-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 151, ../sass/Layout/_GridLayout.scss */
  .col-3-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 151, ../sass/Layout/_GridLayout.scss */
  .col-4-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 151, ../sass/Layout/_GridLayout.scss */
  .col-5-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 151, ../sass/Layout/_GridLayout.scss */
  .col-6-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 151, ../sass/Layout/_GridLayout.scss */
  .col-7-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 151, ../sass/Layout/_GridLayout.scss */
  .col-8-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 151, ../sass/Layout/_GridLayout.scss */
  .col-9-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 151, ../sass/Layout/_GridLayout.scss */
  .col-10-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 151, ../sass/Layout/_GridLayout.scss */
  .col-11-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 151, ../sass/Layout/_GridLayout.scss */
  .col-12-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 960px) {
  /* line 161, ../sass/Layout/_GridLayout.scss */
  .col-1-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 161, ../sass/Layout/_GridLayout.scss */
  .col-2-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 161, ../sass/Layout/_GridLayout.scss */
  .col-3-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 161, ../sass/Layout/_GridLayout.scss */
  .col-4-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 161, ../sass/Layout/_GridLayout.scss */
  .col-5-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 161, ../sass/Layout/_GridLayout.scss */
  .col-6-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 161, ../sass/Layout/_GridLayout.scss */
  .col-7-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 161, ../sass/Layout/_GridLayout.scss */
  .col-8-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 161, ../sass/Layout/_GridLayout.scss */
  .col-9-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 161, ../sass/Layout/_GridLayout.scss */
  .col-10-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 161, ../sass/Layout/_GridLayout.scss */
  .col-11-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 161, ../sass/Layout/_GridLayout.scss */
  .col-12-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 170, ../sass/Layout/_GridLayout.scss */
  .col-1-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 170, ../sass/Layout/_GridLayout.scss */
  .col-2-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 170, ../sass/Layout/_GridLayout.scss */
  .col-3-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 170, ../sass/Layout/_GridLayout.scss */
  .col-4-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 170, ../sass/Layout/_GridLayout.scss */
  .col-5-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 170, ../sass/Layout/_GridLayout.scss */
  .col-6-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 170, ../sass/Layout/_GridLayout.scss */
  .col-7-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 170, ../sass/Layout/_GridLayout.scss */
  .col-8-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 170, ../sass/Layout/_GridLayout.scss */
  .col-9-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 170, ../sass/Layout/_GridLayout.scss */
  .col-10-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 170, ../sass/Layout/_GridLayout.scss */
  .col-11-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 170, ../sass/Layout/_GridLayout.scss */
  .col-12-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
/* line 3, ../sass/Layout/_Footer.scss */
.footer {
  padding: calc(3rem + 3vw);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media screen and (min-width: 1024px) {
  /* line 3, ../sass/Layout/_Footer.scss */
  .footer {
    padding: 8rem;
  }
}
@media screen and (max-width: 769px) {
  /* line 3, ../sass/Layout/_Footer.scss */
  .footer {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 3, ../sass/Layout/_Footer.scss */
  .footer {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* line 39, ../sass/Layout/_Footer.scss */
.footer--column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
/* line 50, ../sass/Layout/_Footer.scss */
.footer--column a, .footer--column p {
  font-size: calc(0.8rem + 1vw) !important;
  color: #757879 !important;
}
@media screen and (min-width: 769px) {
  /* line 50, ../sass/Layout/_Footer.scss */
  .footer--column a, .footer--column p {
    font-size: 1.2rem !important;
  }
}
/* line 58, ../sass/Layout/_Footer.scss */
.footer--column h3 {
  font-size: 1.4rem;
  color: white;
}
/* line 67, ../sass/Layout/_Footer.scss */
.footer--column ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* line 76, ../sass/Layout/_Footer.scss */
.footer--column ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: calc(0.8rem + 1vw) !important;
  color: #757879 !important;
  position: relative;
}
@media screen and (min-width: 769px) {
  /* line 76, ../sass/Layout/_Footer.scss */
  .footer--column ul li {
    font-size: 1.2rem !important;
  }
}
/* line 98, ../sass/Layout/_Footer.scss */
.footer--copyright {
  grid-column: 1/4;
  justify-self: center;
  font-size: calc(0.8rem + 1vw) !important;
  color: #757879 !important;
  color: var(--TextColor-Secondary);
}
@media screen and (min-width: 769px) {
  /* line 98, ../sass/Layout/_Footer.scss */
  .footer--copyright {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 769px) {
  /* line 98, ../sass/Layout/_Footer.scss */
  .footer--copyright {
    grid-column: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 98, ../sass/Layout/_Footer.scss */
  .footer--copyright {
    grid-column: 1/3;
  }
}
/* line 124, ../sass/Layout/_Footer.scss */
.footer--PoweredBy {
  grid-column: 1/4;
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
/* line 128, ../sass/Layout/_Footer.scss */
.footer--PoweredBy p {
  font-size: 16px;
  color: white;
}
@media screen and (max-width: 769px) {
  /* line 124, ../sass/Layout/_Footer.scss */
  .footer--PoweredBy {
    grid-column: 1/2;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 124, ../sass/Layout/_Footer.scss */
  .footer--PoweredBy {
    grid-column: 1/3;
  }
}
/* line 168, ../sass/Layout/_Footer.scss */
.footer--PoweredBy img {
  width: 250px;
  filter: brightness(0%) invert(1);
  cursor: pointer;
}

/* line 1, ../sass/Pages/_Home.scss */
.checkoutMenu {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* line 6, ../sass/Pages/_Home.scss */
.checkoutMenu h2 {
  font-size: calc(1rem + 1vw) !important;
  color: white;
  font-weight: 600 !important;
}
@media screen and (min-width: 1024px) {
  /* line 6, ../sass/Pages/_Home.scss */
  .checkoutMenu h2 {
    font-size: 3rem !important;
  }
}
/* line 10, ../sass/Pages/_Home.scss */
.checkoutMenu__buttons {
  margin: 100px 0;
  margin-bottom: 150px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 64px;
  padding-left: calc(0.5rem + 2vw);
  padding-right: calc(0.5rem + 2vw);
  padding-top: calc(0.8rem + 2vh);
  padding-bottom: calc(0.8rem + 2vh);
  justify-content: center;
}
@media screen and (max-width: 769px) {
  /* line 10, ../sass/Pages/_Home.scss */
  .checkoutMenu__buttons {
    gap: 2rem;
  }
}
@media screen and (min-width: 769px) {
  /* line 10, ../sass/Pages/_Home.scss */
  .checkoutMenu__buttons {
    padding: 2rem 4rem;
  }
}
/* line 44, ../sass/Pages/_Home.scss */
.checkoutMenu__buttons .CTA_Button_Image {
  flex-shrink: 0;
  flex-grow: 1;
  max-width: 400px;
}

/* line 61, ../sass/Pages/_Home.scss */
.Advertising h2 {
  font-size: calc(1.8rem + 1vw) !important;
  color: black;
  font-weight: 500 !important;
}
@media screen and (min-width: 1024px) {
  /* line 61, ../sass/Pages/_Home.scss */
  .Advertising h2 {
    font-size: 3.4rem !important;
  }
}
/* line 64, ../sass/Pages/_Home.scss */
.Advertising h2 span {
  color: #FEB118;
}
/* line 69, ../sass/Pages/_Home.scss */
.Advertising__left {
  background-color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: calc(1rem + 3vw);
  padding-right: calc(1rem + 3vw);
  padding-top: calc(2rem + 1vh);
  padding-bottom: calc(2rem + 1vh);
  gap: 34px;
  justify-content: center;
}
/* line 94, ../sass/Pages/_Home.scss */
.Advertising__left p {
  /* Get ready to ignite your taste buds with our unique fusion of flavors! Our BBQ restaurant offers a range of mouth-watering sandwiches, including Samoon Kebab, Baugette Kebab, Samoon Chicken Tikka, and more. */
  max-width: 499px;
  font-weight: 400;
  line-height: 150%;
  /* or 27px */
  letter-spacing: -0.03em;
  font-size: calc(0.8rem + 1vw) !important;
  color: var(--Black60) !important;
}
@media screen and (min-width: 769px) {
  /* line 94, ../sass/Pages/_Home.scss */
  .Advertising__left p {
    font-size: 1rem !important;
  }
}
/* line 108, ../sass/Pages/_Home.scss */
.Advertising__left .CTA_Button-v2 {
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
/* line 116, ../sass/Pages/_Home.scss */
.Advertising__Right {
  background-image: url('/images/12(1).png?1721865147');
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 600px;
}
@media screen and (max-width: 769px) {
  /* line 116, ../sass/Pages/_Home.scss */
  .Advertising__Right {
    height: 400px;
  }
}

/* line 138, ../sass/Pages/_Home.scss */
.OurRestaurent {
  margin-top: 200px;
}
/* line 151, ../sass/Pages/_Home.scss */
.OurRestaurent h2 {
  font-size: calc(1.8rem + 1vw) !important;
  color: white;
  font-weight: 500 !important;
}
@media screen and (min-width: 1024px) {
  /* line 151, ../sass/Pages/_Home.scss */
  .OurRestaurent h2 {
    font-size: 3.4rem !important;
  }
}
/* line 162, ../sass/Pages/_Home.scss */
.OurRestaurent__right {
  padding-left: calc(1rem + 3vw);
  padding-right: calc(1rem + 3vw);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 48px;
  height: 100%;
}
/* line 184, ../sass/Pages/_Home.scss */
.OurRestaurent__right--text {
  font-size: calc(0.8rem + 1vw) !important;
  color: rgba(255, 252, 246, 0.8) !important;
  max-width: 600px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  /* line 184, ../sass/Pages/_Home.scss */
  .OurRestaurent__right--text {
    font-size: 1rem !important;
  }
}
/* line 197, ../sass/Pages/_Home.scss */
.OurRestaurent__left {
  padding-left: calc(1rem + 3vw);
  padding-right: calc(1rem + 3vw);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* line 200, ../sass/Pages/_Home.scss */
.OurRestaurent__left img {
  width: 100%;
  height: 544px;
  object-fit: cover;
}
@media screen and (max-width: 769px) {
  /* line 200, ../sass/Pages/_Home.scss */
  .OurRestaurent__left img {
    height: 400px;
  }
}
/* line 235, ../sass/Pages/_Home.scss */
.OurRestaurent__left--title {
  font-size: calc(0.8rem + 1vw) !important;
  color: white !important;
  font-weight: 500 !important;
}
@media screen and (min-width: 769px) {
  /* line 235, ../sass/Pages/_Home.scss */
  .OurRestaurent__left--title {
    font-size: 1.2rem !important;
  }
}
/* line 243, ../sass/Pages/_Home.scss */
.OurRestaurent__left--span {
  font-size: calc(0.8rem + 1vw) !important;
  color: rgba(255, 252, 246, 0.5) !important;
}
@media screen and (min-width: 769px) {
  /* line 243, ../sass/Pages/_Home.scss */
  .OurRestaurent__left--span {
    font-size: 1.2rem !important;
  }
}

/* line 1, ../sass/Pages/_ContactUs.scss */
.contactUsH1 {
  font-size: calc(2rem + 2vw);
  color: white;
}
@media screen and (min-width: 1024px) {
  /* line 1, ../sass/Pages/_ContactUs.scss */
  .contactUsH1 {
    font-size: 6rem;
  }
}

/* line 17, ../sass/Pages/_ContactUs.scss */
.ContactUs {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  /* line 26, ../sass/Pages/_ContactUs.scss */
  .ContactUs .split {
    width: 100%;
  }
}
/* line 35, ../sass/Pages/_ContactUs.scss */
.ContactUs .split:last-child {
  width: 70%;
}
@media screen and (max-width: 769px) {
  /* line 35, ../sass/Pages/_ContactUs.scss */
  .ContactUs .split:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  /* line 17, ../sass/Pages/_ContactUs.scss */
  .ContactUs {
    flex-direction: column;
  }
}

/* line 1, ../sass/Pages/_Menu.scss */
.Menu {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* line 12, ../sass/Pages/_Menu.scss */
.Menu h2 {
  font-size: calc(1.8rem + 1vw) !important;
  color: white;
  font-weight: 500 !important;
}
@media screen and (min-width: 1024px) {
  /* line 12, ../sass/Pages/_Menu.scss */
  .Menu h2 {
    font-size: 3.4rem !important;
  }
}

/* line 25, ../sass/Pages/_Menu.scss */
.MenuColumn {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 48px;
}

/* line 41, ../sass/Pages/_Menu.scss */
.p {
  font-size: calc(0.8rem + 1vw) !important;
  color: #ff1e00 !important;
}
@media screen and (min-width: 769px) {
  /* line 41, ../sass/Pages/_Menu.scss */
  .p {
    font-size: 1.2rem !important;
  }
}

/* line 50, ../sass/Pages/_Menu.scss */
.MenuGridSystem {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  margin-top: 30px;
  padding: 64px;
  gap: 60px;
}
/* line 66, ../sass/Pages/_Menu.scss */
.MenuGridSystem > div {
  display: flex;
  flex-direction: column;
  gap: 124px;
}
@media screen and (max-width: 1024px) {
  /* line 66, ../sass/Pages/_Menu.scss */
  .MenuGridSystem > div {
    gap: 64px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 50, ../sass/Pages/_Menu.scss */
  .MenuGridSystem {
    grid-template-columns: 1fr;
    justify-items: flex-start;
    gap: 34px;
    padding: 34px;
  }
}

@media screen and (max-width: 1024px) {
  /* line 101, ../sass/Pages/_Menu.scss */
  .no-center-smallScreens {
    justify-content: flex-start;
  }
}