@font-face {
  font-family: Chunko;
  src: url('../fonts/Chunko-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --_colors---dark-red: #cb3014;
  --_colors---white: #fff;
  --_colors---pink: #fdbc30;
  --_colors---dark: #2c2c2c;
  --green: #006f3e;
  --perple: #9063f8;
}

.section.bg-red {
  background-color: var(--_colors---dark-red);
  background-image: url('../images/Mask-group.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.section.bg-yellow {
  background-color: var(--_colors---dark-red);
  position: relative;
}

.section.bg-yellow.slider {
  background-color: var(--_colors---dark-red);
  background-image: url('../images/Mask-group.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.slider {
  overflow: hidden;
}

.global-padding {
  padding-left: 3rem;
  padding-right: 3rem;
}

.global-padding.hero-padding {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.global-padding.padding-top {
  padding-top: 2rem;
}

.global-padding.padding-top-bottom {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.global-padding.padding-bottom {
  padding-bottom: 6rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.hero_heading-wrapp {
  z-index: 4;
  position: relative;
}

.link-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.brand {
  color: #000;
  width: 100%;
}

.naavbar-desktop {
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: fixed;
}

.link-underline {
  background-color: var(--_colors---white);
  width: 60%;
  height: 1px;
}

.navbar-link {
  color: var(--_colors---white);
  text-align: center;
  letter-spacing: -.005rem;
  padding-top: .5rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.navbar-link:hover {
  color: var(--_colors---pink);
}

.navbar-link.w--current {
  color: #e90;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  font-size: .9375rem;
  font-weight: 300;
}

.navbar-link.cta-link {
  color: #000;
  background-color: #fff;
  padding: .5rem 1.5rem;
  font-weight: 600;
  transition: all .4s;
}

.navbar-link.cta-link:hover {
  background-color: var(--_colors---dark);
  color: var(--_colors---white);
}

.navbar-link.footer {
  color: var(--_colors---white);
  text-align: left;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 107%;
  display: flex;
}

.btn-group {
  flex-flow: row;
  display: flex;
}

.btn-group.hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.menu-open {
  color: #fff;
  text-align: center;
  letter-spacing: -.005rem;
  padding-top: .5rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-size: .9375rem;
  font-weight: 300;
}

.menu-open:hover {
  color: #d1d1d1;
}

.menu-open.w--current {
  color: #191919;
  padding-top: .2rem;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  font-size: .875rem;
  font-weight: 500;
}

.responsive-link {
  color: #191919;
  letter-spacing: -.005rem;
  padding-left: 1.5rem;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 500;
}

.responsive-link:hover {
  color: #666;
}

.navbar-mob {
  display: none;
}

.navigation {
  z-index: 20;
  border: .6px solid var(--_colors---white);
  background-color: var(--_colors---dark-red);
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  padding: .8rem 1rem;
  display: flex;
  position: relative;
}

.open-close {
  display: none;
}

.logo {
  z-index: 20;
  border-radius: .75rem;
  order: -1;
  width: 9rem;
  position: relative;
}

.mob-logo {
  z-index: 20;
  order: -1;
  width: 15%;
  display: none;
  position: relative;
}

.h1 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: var(--_colors---white);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: default;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 110%;
  display: flex;
}

.heding-group {
  margin-bottom: 3rem;
}

.heading-animation-group {
  z-index: 5;
  height: 6rem;
  position: relative;
  overflow: hidden;
}

.button {
  background-color: var(--_colors---pink);
  color: var(--_colors---dark);
  text-align: center;
  letter-spacing: -.005rem;
  flex: none;
  padding: 1rem 2rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
}

.button:hover {
  color: var(--_colors---white);
  background-color: #fa6400;
}

.button.w--current {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  font-size: .9375rem;
  font-weight: 300;
}

.button.bg-yellow {
  background-color: var(--_colors---dark-red);
  color: var(--_colors---white);
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.button.bg-yellow:hover {
  color: var(--_colors---dark-red);
  background-color: #f8f2c5;
}

.button.nav-button {
  background-color: var(--_colors---dark);
  color: var(--_colors---pink);
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: none;
}

.button.nav-button:hover {
  color: var(--_colors---pink);
  background-color: #cfc5f8;
}

.button.padding-05 {
  background-color: var(--green);
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.padding-05.bg-color_yellow {
  background-color: var(--_colors---pink);
  margin-top: 1rem;
}

.button.padding-05.bg-color_yellow:hover {
  background-color: var(--_colors---dark-red);
}

.button.popup-animation {
  background-color: var(--green);
  color: var(--_colors---white);
}

.hero-image {
  z-index: 3;
  width: 54rem;
  margin-top: 2rem;
  position: absolute;
  inset: -18% -10% auto auto;
}

.heading-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.h2 {
  color: var(--_colors---dark);
  text-transform: uppercase;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 106%;
}

.h2.text_color-white {
  color: var(--_colors---white);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.h2.text_color-red {
  color: var(--_colors---dark-red);
}

.swiper-wrapper {
  flex-flow: row;
  height: 27rem;
  margin-top: 4rem;
  display: flex;
}

.swiper-slide {
  height: 100%;
  display: flex;
}

.h3 {
  color: var(--_colors---white);
  text-transform: uppercase;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
}

.h3.text_color_dark {
  color: var(--_colors---dark);
}

.h3.span-big {
  color: var(--_colors---white);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  line-height: 99%;
}

.arrow_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.icon-1x1-medium {
  width: 1.5rem;
  height: 1.5rem;
}

.pizza-wrap {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  width: 46rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.heading-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  color: var(--_colors---dark);
  letter-spacing: .02rem;
  cursor: default;
  font-size: 1rem;
  line-height: 110%;
}

.paragraph.align-center {
  max-width: 50rem;
  color: var(--_colors---white);
  text-align: center;
}

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

.dlex-vertical {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.card {
  border: 1px solid var(--_colors---pink);
  background-color: #fefefe;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 3rem 2rem;
  display: flex;
}

.h4 {
  text-transform: capitalize;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.h4.align_center {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  line-height: 100%;
}

.h4.text_color-white {
  color: var(--_colors---white);
  line-height: 120%;
}

.swiper_image {
  width: 20rem;
  margin-bottom: 8px;
}

.swiper_2arrow-prev {
  background-color: var(--_colors---pink);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
  display: flex;
}

.swiper_2arrow-prev:hover {
  background-color: var(--_colors---dark);
}

.swiper_2arrow-next {
  background-color: var(--_colors---pink);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
  display: flex;
}

.swiper_2arrow-next:hover {
  background-color: var(--_colors---dark);
}

.container_middle {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bunner_wrap {
  background-color: var(--_colors---dark-red);
  background-image: url('../images/bunner-img.png'), url('../images/Mask-group.png');
  background-position: 120%, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  justify-content: flex-start;
  align-items: center;
  height: 45rem;
  padding: 5rem;
  display: flex;
  position: relative;
}

.bunner_content-wrap {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 22.5rem;
  display: flex;
  position: relative;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  height: 40rem;
  display: flex;
}

.column-1 {
  background-color: var(--_colors---pink);
  background-image: url('../images/ff.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  height: 100%;
  padding: 3.2rem;
  position: relative;
  overflow: hidden;
}

.column-2 {
  background-color: var(--_colors---dark);
  background-image: linear-gradient(#2c2c2ceb, #2c2c2ceb), url('../images/ff.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 30%;
  height: 100%;
  padding: 2.9rem 3.2rem 3.2rem;
  position: relative;
  overflow: hidden;
}

.image-4 {
  cursor: default;
  height: 13rem;
}

.footer-btm {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid #e4e4e45c;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-img {
  height: 11rem;
}

.footer-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.nav-two {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: inline-flex;
}

.footer-top {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.copyright-text-2 {
  color: #c8c8c8;
  margin-bottom: 0;
}

.footer {
  background-color: var(--_colors---dark);
  margin-top: 2rem;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
}

.footer-link {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-link:hover {
  color: #e9e9e9;
}

.footer-copyright {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-item-two {
  border-bottom: 1px solid #e9e7e770;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.column-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.pizza-bg {
  z-index: 2;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.price {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: var(--_colors---white);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: default;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 85%;
  display: flex;
}

.price.mobile {
  color: var(--_colors---dark);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 4.3rem;
  line-height: 90%;
}

.speciaux_heading-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 50%;
  height: 100%;
  display: flex;
}

.mobileapp-image {
  width: 28rem;
  position: absolute;
  bottom: 21px;
  left: auto;
  right: 15px;
}

.map-wraper {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  margin-top: 2rem;
  text-decoration: none;
  display: flex;
}

.image-7 {
  width: 8rem;
}

.phone-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.footer-icon {
  color: #02934e;
  width: 1.8rem;
}

.social-media {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-top: 2rem;
  display: flex;
}

.inst-icon {
  color: #fff;
  width: 2rem;
}

.r-servation_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--_colors---white);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 3.1rem;
  display: flex;
}

.span-big {
  color: var(--_colors---pink);
  font-size: 3rem;
  line-height: 78%;
}

.mobileapp-image-copy {
  z-index: 1;
  width: 30rem;
  position: absolute;
  inset: auto 0% 4%;
}

.div-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.link-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.image-8 {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.facebook {
  color: #1d1d1a;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.img-wrap {
  background-color: var(--_colors---dark);
  cursor: pointer;
  background-image: linear-gradient(#2c2c2cf2, #2c2c2cf2), url('../images/ff.png');
  background-position: 0 0, 100% 0;
  background-size: auto, auto;
  width: 40%;
  height: 29rem;
  padding: 2.6rem;
  position: relative;
  overflow: hidden;
}

.img-wrap.bg-color_yellow {
  background-color: var(--_colors---pink);
  background-image: linear-gradient(#fdbc3099, #fdbc3099), url('../images/ff.png');
  background-position: 0 0, 100% 0;
  background-size: auto, auto;
}

.img-wrap.bg-color_red {
  background-color: var(--_colors---dark-red);
  background-image: url('../images/Mask-group.png');
  background-position: 100% 0;
  background-size: auto;
}

.hero-image_food {
  z-index: 2;
  width: 40rem;
  position: absolute;
  inset: auto -10% -29% auto;
}

.popup-2 {
  z-index: 999;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--_colors---dark-red);
  opacity: 0;
  border: 1px solid #ffcf24;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 30rem;
  display: none;
  position: fixed;
  inset: 25% auto 0% 25%;
}

.popup-close-2 {
  color: #fff;
  cursor: pointer;
  width: 2.2rem;
  position: absolute;
  inset: 5% 4% auto auto;
}

.popup-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 20rem;
  display: flex;
}

.h3-2 {
  color: #fff;
  text-transform: uppercase;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
}

.button-3 {
  background-color: var(--_colors---pink);
  color: var(--_colors---dark);
  text-align: center;
  letter-spacing: -.005rem;
  flex: none;
  padding: 1rem 2rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
}

.button-3:hover {
  color: #fff;
  background-color: #ff611d;
}

.button-3.w--current {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  font-size: .9375rem;
  font-weight: 300;
}

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

@media screen and (min-width: 1280px) {
  .section.bg-yellow.slider {
    background-color: var(--_colors---dark-red);
    background-image: url('../images/Mask-group.png');
  }

  .brand {
    width: 100%;
  }

  .link-underline {
    background-color: var(--_colors---white);
    margin-top: 2px;
  }

  .navbar-link {
    color: var(--_colors---white);
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .navbar-link:hover {
    color: var(--_colors---pink);
  }

  .navbar-link.cta-link {
    background-color: var(--_colors---white);
    margin-left: 1.5rem;
    padding: .5rem 1.5rem;
  }

  .navbar-link.footer:hover {
    color: var(--green);
  }

  .menu-open {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .menu-open:hover {
    color: #d1d1d1;
  }

  .responsive-link {
    color: #191919;
    letter-spacing: -.005rem;
    padding-left: 1.5rem;
    padding-right: 0;
    font-size: .875rem;
    font-weight: 500;
  }

  .responsive-link:hover {
    color: #666;
  }

  .navbar-mob {
    display: none;
  }

  .button {
    color: var(--_colors---dark);
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 700;
  }

  .button:hover {
    color: var(--_colors---white);
    font-weight: 700;
  }

  .button.bg-yellow {
    background-color: var(--_colors---dark-red);
    color: var(--_colors---white);
    border-radius: 0;
  }

  .button.padding-05.bg-color_yellow {
    color: var(--_colors---dark);
  }

  .h3.span-big, .paragraph.align-center {
    color: var(--_colors---white);
  }

  .bunner_wrap {
    background-color: var(--_colors---dark-red);
    background-image: url('../images/bunner-img.png'), url('../images/Mask-group.png');
    background-position: 130%, 50% 100%;
    background-size: contain, cover;
  }

  .column-1 {
    background-color: var(--_colors---pink);
    background-image: url('../images/ff.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .column-2 {
    background-color: var(--_colors---dark);
    background-image: linear-gradient(#2c2c2cf0, #2c2c2cf0), url('../images/ff.png');
    background-position: 0 0, 50% 4%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

  .price.mobile {
    color: var(--_colors---dark);
  }

  .mobileapp-image-copy {
    width: 35rem;
    bottom: 0%;
  }

  .img-wrap {
    background-color: var(--_colors---dark);
    background-image: linear-gradient(#2c2c2cf7, #2c2c2cf7), url('../images/ff.png');
    background-position: 0 0, 100% 0;
    background-size: auto, auto;
  }

  .popup-2 {
    opacity: 0;
    background-color: #b81318;
    display: none;
  }

  .popup-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 20rem;
    display: flex;
  }

  .button-3 {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .button-3:hover {
    color: #fff;
    font-weight: 700;
  }
}

@media screen and (min-width: 1440px) {
  .section.bg-yellow.slider {
    background-image: url('../images/Mask-group.png');
  }

  .container {
    background-image: none;
  }

  .brand {
    width: 100%;
  }

  .naavbar-desktop {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .link-underline {
    background-color: var(--_colors---white);
  }

  .navbar-link {
    color: var(--_colors---white);
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .navbar-link:hover {
    color: var(--_colors---pink);
  }

  .navbar-link.cta-link {
    background-color: var(--_colors---white);
    margin-left: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1.5rem;
  }

  .navbar-link.footer:hover {
    color: var(--green);
  }

  .menu-open {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .menu-open:hover {
    color: #d1d1d1;
  }

  .responsive-link {
    color: #191919;
    letter-spacing: -.005rem;
    padding-left: 1.5rem;
    padding-right: 0;
    font-size: .875rem;
    font-weight: 500;
  }

  .responsive-link:hover {
    color: #666;
  }

  .navbar-mob {
    display: none;
  }

  .button {
    background-color: var(--green);
    color: var(--_colors---white);
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 700;
  }

  .button:hover {
    color: var(--_colors---white);
  }

  .button.bg-yellow {
    background-color: var(--_colors---white);
    color: var(--_colors---dark);
  }

  .button.padding-05.bg-color_yellow {
    color: var(--_colors---dark);
  }

  .bunner_wrap {
    background-color: var(--_colors---dark-red);
    background-image: url('../images/bunner-img.png'), url('../images/Mask-group.png');
  }

  .column-1 {
    background-image: url('../images/ff.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .column-2 {
    background-color: var(--_colors---dark);
    background-image: linear-gradient(#2c2c2cf2, #2c2c2cf2), url('../images/ff.png');
    background-position: 0 0, 50% 4%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

  .footer-top {
    grid-column-gap: 300px;
    grid-row-gap: 300px;
  }

  .popup-2 {
    opacity: 0;
    background-color: #b81318;
    display: none;
  }

  .popup-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 20rem;
    display: flex;
  }

  .button-3 {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 700;
  }

  .button-3:hover {
    color: #fff;
  }
}

@media screen and (min-width: 1920px) {
  .section.bg-yellow.slider {
    background-image: url('../images/Mask-group.png');
  }

  .container {
    background-image: none;
  }

  .link-wrap {
    flex-flow: column;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .brand {
    width: 100%;
  }

  .naavbar-desktop {
    z-index: 150;
    padding-left: 3rem;
    padding-right: 3rem;
    overflow: hidden;
  }

  .link-underline {
    background-color: var(--_colors---white);
    width: 60%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-link {
    color: var(--_colors---white);
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
    display: block;
  }

  .navbar-link:hover {
    color: var(--_colors---pink);
  }

  .navbar-link.cta-link {
    background-color: #fff;
    margin-left: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1.5rem;
    transition-duration: .4s;
  }

  .navbar-link.cta-link:hover {
    background-color: var(--_colors---dark-red);
    color: var(--_colors---white);
  }

  .navbar-link.footer {
    color: var(--_colors---white);
  }

  .navbar-link.footer:hover {
    color: var(--green);
  }

  .menu-open {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
    display: block;
  }

  .menu-open:hover {
    color: #d1d1d1;
  }

  .responsive-link {
    color: #111;
    letter-spacing: -.005rem;
    padding-left: 1.5rem;
    padding-right: 0;
    font-size: .875rem;
    font-weight: 500;
  }

  .responsive-link:hover {
    color: #666;
  }

  .logo {
    width: 8rem;
  }

  .button {
    background-color: var(--green);
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 700;
    display: block;
  }

  .button:hover {
    color: var(--_colors---white);
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 700;
  }

  .button.bg-yellow {
    background-color: var(--_colors---white);
    color: var(--_colors---dark);
  }

  .button.bg-yellow:hover {
    background-color: #f8e8c5;
  }

  .swiper-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .swiper-slide {
    max-height: 27rem;
  }

  .bunner_wrap {
    background-color: var(--_colors---dark-red);
    background-image: url('../images/bunner-img.png'), url('../images/Mask-group.png');
  }

  .column-1 {
    background-image: url('../images/ff.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .column-2 {
    background-color: var(--_colors---dark);
    background-image: linear-gradient(#2c2c2cf2, #2c2c2cf2), url('../images/ff.png');
    background-position: 0 0, 50% 4%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

  .image-4 {
    border-radius: 1.25rem;
    height: 14rem;
  }

  .footer {
    background-color: var(--_colors---dark);
    padding-top: 80px;
    padding-bottom: 24px;
  }

  .popup-2 {
    opacity: 0;
    background-color: #b81318;
    display: none;
  }

  .popup-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    max-width: 20rem;
    display: flex;
  }

  .button-3 {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 700;
    display: block;
  }

  .button-3:hover {
    color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 700;
  }
}

@media screen and (max-width: 991px) {
  .link-wrap {
    display: none;
  }

  .brand {
    width: 100%;
  }

  .naavbar-desktop {
    z-index: 150;
  }

  .navbar-link.cta-link {
    display: none;
  }

  .menu-open {
    padding-right: 0;
    display: block;
    position: absolute;
  }

  .responsive-link {
    z-index: 999;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    width: 50%;
    padding-top: 0;
    padding-bottom: .2rem;
    padding-left: 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2;
    display: block;
    position: relative;
  }

  .navbar-mob_container {
    background-color: #00000080;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .navbar-mob {
    z-index: 999;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 15rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    position: fixed;
    inset: 10% 0% 0% 5%;
    overflow: hidden;
  }

  .menu-close {
    color: #d1d1d1;
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
    display: block;
    position: absolute;
  }

  .menu-close:hover {
    z-index: 10;
    color: #fff;
  }

  .navigation {
    justify-content: space-between;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .open-close {
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .open-close:hover {
    color: #fff;
  }

  .logo {
    display: none;
  }

  .mob-logo {
    width: 6rem;
    height: 100%;
    display: block;
  }

  .h1 {
    font-size: 4rem;
    line-height: 150%;
  }

  .button.nav-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .footer-top {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .footer-copyright {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-btn-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 100%;
  }

  .naavbar-desktop {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .responsive-link {
    font-size: .953rem;
  }

  .navbar-mob {
    width: 90%;
    left: 5%;
  }

  .open-close {
    justify-content: flex-end;
    align-items: center;
    width: 80%;
  }

  .mob-logo {
    width: 8rem;
  }

  .footer-img {
    display: none;
  }

  .footer-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .nav-btn-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .section.bg-red {
    background-position: 24px 100%;
    background-size: 100%;
  }

  .section.bg-yellow.slider {
    background-position: 50% 100%;
    height: auto;
  }

  .global-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .global-padding.hero-padding {
    padding-top: 7rem;
    padding-bottom: 18.5rem;
  }

  .global-padding.padding-top {
    padding-top: 1rem;
  }

  .global-padding.padding-bottom {
    padding-bottom: 2rem;
  }

  .brand {
    width: 100%;
  }

  .naavbar-desktop {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-link.footer {
    text-decoration: none;
  }

  .btn-group {
    display: none;
  }

  .btn-group.hero {
    z-index: 4;
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    position: relative;
  }

  .menu-open {
    color: var(--_colors---white);
    padding-bottom: 14px;
    font-size: .875rem;
  }

  .responsive-link {
    flex: none;
    line-height: 89%;
    text-decoration: none;
    transition: all .2s;
  }

  .responsive-link:hover {
    color: var(--_colors---dark);
  }

  .navbar-mob_container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  .navbar-mob {
    z-index: 250;
    padding: 0;
    top: 7rem;
  }

  .menu-close {
    color: var(--_colors---white);
  }

  .navigation {
    justify-content: space-between;
    align-items: stretch;
    padding-left: .5rem;
    padding-right: 1.5rem;
  }

  .open-close {
    width: 70%;
  }

  .mob-logo {
    width: 5rem;
  }

  .h1 {
    font-size: 3rem;
    line-height: 100%;
  }

  .heading-animation-group {
    height: 2.8rem;
  }

  .button {
    flex: none;
    font-size: .8rem;
  }

  .button.bg-yellow {
    color: var(--_colors---white);
    font-size: .8rem;
  }

  .button.nav-button {
    background-color: var(--_colors---white);
    color: var(--_colors---dark-red);
    padding: 0 1rem;
    font-size: .8rem;
    font-weight: 700;
    display: flex;
  }

  .button.nav-button:hover {
    background-color: #f8e5c5;
  }

  .button.padding-05.bg-color_yellow {
    margin-top: .2rem;
  }

  .hero-image {
    z-index: 7;
    width: 19rem;
    margin-top: 1rem;
    inset: auto auto 20% 5%;
  }

  .heading-wrapper {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: .9rem;
    padding-right: 0;
  }

  .h2 {
    text-align: left;
    font-size: 1.8rem;
  }

  .h2.text_color-white {
    text-align: left;
  }

  .swiper-wrapper {
    height: 100%;
    margin-top: 2rem;
  }

  .swiper-slide {
    width: 100%;
    height: 19rem;
    display: flex;
  }

  .h3 {
    max-width: 13.2rem;
    font-size: 1.2rem;
  }

  .h3.text_color_dark {
    font-size: 1.2rem;
  }

  .h3.span-big {
    max-width: 100%;
    font-size: 2rem;
    line-height: 100%;
  }

  .pizza-wrap {
    width: 44rem;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .heading-wrap {
    height: auto;
  }

  .paragraph {
    margin-bottom: .5rem;
    font-size: .9rem;
  }

  .paragraph.text_color_white {
    margin-bottom: 0;
  }

  .dlex-vertical {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .swiper_2 {
    height: 100%;
    margin-top: 2rem;
  }

  .card {
    justify-content: center;
    align-items: center;
    height: 19rem;
    padding: 1.2rem;
  }

  .h4 {
    font-size: 1.1rem;
    line-height: 104%;
  }

  .h4.align_center {
    font-size: 1.2rem;
  }

  .h4.text_color-white {
    line-height: 104%;
  }

  .swiper_image {
    width: auto;
    height: auto;
    padding: 0;
  }

  .container_middle {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .bunner_wrap {
    background-position: 100% 100%;
    justify-content: flex-start;
    align-items: flex-start;
    height: 53rem;
    padding: 1.4rem;
  }

  .bunner_content-wrap {
    z-index: 2;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 100%;
    position: relative;
  }

  .bunner_content-wrap.padding-top {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .grid {
    flex-flow: column;
    height: auto;
  }

  .column-1 {
    width: 100%;
    height: 33rem;
    padding: 1.6rem;
  }

  .column-2 {
    background-image: linear-gradient(#2c2c2cf0, #2c2c2cf0), url('../images/ff.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    width: 100%;
    height: 26rem;
    padding: 1.8rem;
  }

  .image-4 {
    width: 10rem;
    height: 10.3rem;
  }

  .footer-btm {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .column-wrapper {
    flex-flow: column;
  }

  .pizza-bg {
    width: 120%;
    top: 10%;
  }

  .price {
    font-size: 2.4rem;
  }

  .price.mobile {
    font-size: 2.5rem;
  }

  .speciaux_heading-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-vertical {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
  }

  .mobileapp-image {
    z-index: 1;
    width: 17rem;
    height: 21rem;
    inset: auto 0% -12% 8%;
  }

  .map-wraper {
    width: 100%;
    text-decoration: none;
  }

  .phone-wrap {
    flex-flow: row;
    margin-top: 0;
    padding-left: 0%;
  }

  .footer-icon {
    width: 1.2rem;
  }

  .social-media {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .inst-icon {
    width: 2rem;
  }

  .nav-btn-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .r-servation_card {
    height: auto;
    margin-top: 1rem;
    padding: 1.4rem;
  }

  .bold-text {
    color: var(--_colors---dark);
  }

  .span-big {
    line-height: 70%;
  }

  .mobileapp-image-copy {
    z-index: 1;
    width: 18rem;
    max-width: 100%;
    height: 10.8rem;
    inset: auto 0% 0% 5%;
  }

  .div-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
  }

  .image-8 {
    width: 100%;
    height: auto;
  }

  .img-wrap {
    width: 100%;
    height: 21.5rem;
    padding-top: 1.5rem;
  }

  .big-pizza-img {
    max-width: 21rem;
  }

  .hero-image_food {
    z-index: 3;
    vertical-align: baseline;
    width: 18rem;
    inset: auto 1% -23% auto;
  }

  .popup-2 {
    opacity: 0;
    background-color: #b81318;
    width: 90%;
    display: none;
    inset: 20% 0% 0% 5%;
  }

  .popup-close-2 {
    width: 2rem;
  }

  .popup-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .h3-2 {
    max-width: 13.2rem;
    font-size: 1.2rem;
  }

  .button-3 {
    flex: none;
    font-size: .8rem;
  }

  .bold-text-2 {
    font-size: 1rem;
  }

  #w-node-d41b6ef2-a0e4-757c-432a-71abddce9309-724d70fd {
    order: -9999;
  }
}


@font-face {
  font-family: 'Chunko';
  src: url('../fonts/Chunko-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}