:root {
  --_colors---yellow: #371a12;
  --_colors---white: #fff;
  --_colors---dark-red: #f41b13;
  --_colors---dark: #2c2c2c;
  --_colors---yelloww: var(--_colors---yellow);
}

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

.section.bg-red.slider {
  background-color: var(--_colors---white);
  background-color: var(--_colors---white);
}

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

.section.bg-yellow.slider {
  background-color: var(--_colors---dark-red);
  background-image: url("https://cdn.prod.website-files.com/69df0721e577ef1b99f61f8b/69e02f6b6330990ed763836f_1.png");
  background-position: 0 0;
  background-size: cover;
}

.section.bg-yellow.slider.info {
  background-color: var(--_colors---white);
  background-position: 0 0;
  background-size: cover;
  background-color: var(--_colors---white);
  background-position: 0 0;
  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;
  border-radius: .75rem;
  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---yellow);
  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---dark-red);
}

.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-red);
  color: var(--_colors---white);
}

.navbar-link.cta-link.bg-yellow {
  background-color: var(--_colors---dark-red);
  color: var(--_colors---white);
  text-align: center;
  font-weight: 600;
  transition-duration: .4s;
}

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

.navbar-link.footer {
  color: var(--_colors---white);
  text-align: left;
  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;
  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;
  background-color: var(--_colors---dark);
  width: auto;
  color: var(--_colors---white);
  justify-content: flex-end;
  align-items: stretch;
  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: #020001;
  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: 5rem;
  font-weight: 400;
  line-height: 110%;
  display: block;
}

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

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

.button {
  background-color: var(--_colors---dark);
  color: var(--_colors---white);
  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.popup-animation {
  background-color: var(--_colors---dark-red);
  border-radius: 0;
}

.button.popup-animation:hover {
  background-color: #fa6400;
}

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

.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---yellow);
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: none;
}

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

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

.h2 {
  color: #000;
  text-transform: uppercase;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}

.h2.text_color-white {
  color: var(--_colors---dark);
  -webkit-text-stroke-color: var(--_colors---yelloww);
  -webkit-text-stroke-color: var(--_colors---yelloww);
}

.card_content-wrap {
  background-color: var(--_colors---dark-red);
  cursor: pointer;
  background-image: url("https://cdn.prod.website-files.com/69df0721e577ef1b99f61f8b/69df0721e577ef1b99f61fd9_fon4.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 35%;
  height: 36rem;
  padding: 3rem;
  display: flex;
  position: relative;
}

.h3 {
  color: var(--_colors---white);
  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%;
}

.h3.text_color_dark {
  color: #6e4f40;
  font-size: 1.5rem;
}

.h3.span-big {
  color: var(--_colors---white);
  line-height: 99%;
}

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

.image {
  width: 130%;
  max-width: 140%;
}

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

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

.paragraph.text_color_dark {
  color: #000;
}

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

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

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

.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---dark);
  background-image: url("https://cdn.prod.website-files.com/69df0721e577ef1b99f61f8b/69df0721e577ef1b99f61fd9_fon4.webp");
  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: url("https://cdn.prod.website-files.com/69df0721e577ef1b99f61f8b/69df0721e577ef1b99f61fd9_fon4.webp"), url("https://cdn.prod.website-files.com/69df0721e577ef1b99f61f8b/69e016c988421520eabf31a6_jims-rotisserie.png");
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: contain, 344px;
  width: 30%;
  height: 100%;
  padding: 6rem 3.2rem 3.2rem;
  position: relative;
  overflow: hidden;
}

.image-4 {
  cursor: default;
  width: 19.0471%;
  max-width: 200%;
  height: 32%;
}

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

.footer-img {
  border-radius: 20px;
  height: 16rem;
}

.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: 200px;
  grid-row-gap: 200px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer {
  background-color: var(--_colors---dark-red);
  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;
}

.content_img-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.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 {
  font-size: 4.3rem;
}

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

.hero-image_food {
  z-index: 2;
  width: 61%;
  position: absolute;
  inset: 20% -15% 0% auto;
}

.mobileapp-image {
  width: 28rem;
  position: absolute;
  top: 0%;
  left: auto;
  right: 0%;
}

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

.map-wraper {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  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 {
  width: 1.8rem;
  color: var(--_colors---white);
}

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

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

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

.popup {
  z-index: 999;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--_colors---dark);
  opacity: 0;
  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 {
  color: #fff;
  cursor: pointer;
  width: 2.2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  position: absolute;
  inset: 2% 2% 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;
}

.food-image {
  width: 150%;
  max-width: 150%;
  height: auto;
  margin-top: 1rem;
}

.food-image.middle {
  width: 150%;
  max-width: 150%;
  height: 150%;
}

.food-image.poutine {
  width: 140%;
  max-width: 200%;
}

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

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

.mobileapp-image-copy {
  z-index: 1;
  width: 110%;
  max-width: 200%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.text-span {
  color: #fff;
  text-decoration: underline;
}

.text-span-2 {
  color: var(--_colors---white);
}

.text-span-2:hover {
  color: var(--_colors---dark-red);
}

.text-span-3 {
  background-color: var(--_colors---white);
}

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

  .link-underline {
    background-color: var(--_colors---dark-red);
    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---dark-red);
  }

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

  .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: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

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

  .footer {
    background-position: 100% 100%;
    background-size: contain;
  }

  .popup {
    background-color: var(--_colors---yellow);
    opacity: 0;
    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;
  }

  .text-span-2:hover {
    color: var(--_colors---dark-red);
  }
}

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

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

  .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---dark-red);
  }

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

  .navbar-link.cta-link.bg-yellow {
    border-radius: 0;
  }

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

  .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: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 700;
  }

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

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

  .footer {
    background-position: 100% 100%;
    background-size: contain;
  }

  .popup {
    background-color: var(--_colors---yellow);
    opacity: 0;
    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;
  }

  .text-span-2:hover {
    color: var(--_colors---dark-red);
  }
}

@media screen and (min-width: 1920px) {
  .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---yellow);
    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---dark-red);
  }

  .navbar-link.cta-link {
    background-color: #fff;
    border-radius: 0;
    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.cta-link.bg-yellow {
    color: #fff;
    border-radius: 0;
    transition-duration: .4s;
  }

  .navbar-link.cta-link.bg-yellow:hover {
    background-color: var(--_colors---dark);
    color: #000;
  }

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

  .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 {
    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:hover {
    background-color: #f8e8c5;
  }

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

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

  .image-4 {
    height: 16rem;
  }

  .footer-img {
    height: 14rem;
  }

  .footer {
    background-color: var(--_colors---dark-red);
    background-image: linear-gradient(to bottom, null, null);
    padding-top: 80px;
    padding-bottom: 24px;
  }

  .popup {
    background-color: var(--_colors---yellow);
    opacity: 0;
    display: none;
  }

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

  .text-span-2:hover {
    color: var(--_colors---dark-red);
  }
}

@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: 49rem;
  }

  .section.bg-yellow.slider.info {
    background-position: 0%;
    background-repeat: repeat;
    background-size: 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;
  }

  .brand {
    border-radius: .3rem;
    width: 4rem;
    height: 3rem;
  }

  .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;
    z-index: 4;
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    position: relative;
  }

  .menu-open {
    color: var(--_colors---white);
    padding-bottom: .5rem;
    padding-right: 0;
    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: 1.1rem;
    padding-right: 1.5rem;
  }

  .open-close {
    width: 70%;
  }

  .mob-logo {
    width: 4rem;
  }

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

  .heding-group {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: relative;
    top: 36px;
  }

  .heading-animation-group {
    width: 100%;
    height: 1.8rem;
  }

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

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

  .button.bg-yellow.mobilebutton {
    color: var(--_colors---white);
    bottom: 5px;
  }

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

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

  .hero-image {
    z-index: 7;
    width: 25rem;
    height: 23rem;
    inset: auto 0% 0% 0;
  }

  .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: center;
    text-align: center;
  }

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

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

  .card_content-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 2rem 1rem 1rem;
  }

  .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: 80%;
  }

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

  .image {
    width: 44%;
  }

  .heading-wrap {
    height: 9rem;
  }

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

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

  .paragraph.text_color_dark {
    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: 25rem;
    padding: 1.2rem;
  }

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

  .swiper_image {
    width: 100%;
    padding: 0;
  }

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

  .bunner_wrap {
    background-position: 100% 100%;
    justify-content: flex-start;
    align-items: flex-start;
    height: 47rem;
    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-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 2rem;
  }

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

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

  .column-2 {
    background-image: url("https://cdn.prod.website-files.com/69df0721e577ef1b99f61f8b/69e016c988421520eabf31a6_jims-rotisserie.png"), url("https://cdn.prod.website-files.com/69df0721e577ef1b99f61f8b/69df0721e577ef1b99f61fd9_fon4.webp");
    background-position: 0 200%, 50% 4%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, contain;
    width: 100%;
    height: 26rem;
    padding: 1.8rem;
  }

  .image-4 {
    width: 100%;
    height: 100%;
  }

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

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

  .content_img-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
  }

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

  .hero-image_food {
    z-index: 3;
    width: 100%;
    height: 50%;
    inset: auto 0% 0% 7%;
  }

  .mobileapp-image {
    z-index: 1;
    width: 90%;
    max-width: 100%;
    height: 80%;
    inset: 318px 0% -15% 22%;
  }

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

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

  .popup {
    background-color: var(--_colors---dark);
    opacity: 0;
    width: 90%;
    display: none;
    inset: 20% 0% 0% 5%;
  }

  .popup-close {
    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;
  }

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

  .food-image {
    width: 100%;
    height: 100%;
  }

  .food-image.middle {
    width: 100%;
    height: 100%;
    margin-bottom: .5rem;
  }

  .food-image.poutine {
    width: 100%;
  }

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

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

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

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

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

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

  .image-8 {
    width: 28rem;
    inset: auto 0% -2%;
  }

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