@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: #f2d7b6;
  --_colors---white: #702525;
  --_colors---pink: #7e1919;
  --green: #006f3e;
  --_colors---dark: #2c2c2c;
  --white: white;
}

.section.bg-red {
  background-color: var(--_colors---dark-red);
  background-image: url('../images/line-1.svg');
  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/Frame-15_1Frame 15.avif');
  background-repeat: no-repeat;
  background-size: cover;
}

.section.slider {
  overflow: hidden;
}

.section.bg-red {
  background-color: #b81318;
  position: relative;
  overflow: hidden;
}

.section.bg-red.slider {
  background-color: var(--_colors---dark-red);
  background-image: url('../images/line-1.svg');
  background-size: cover;
}

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

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

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

.global-padding.padding-top-bottom {
  color: var(--_colors---white);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.global-padding.group-container {
  padding-left: 0;
  padding-right: 0;
}

.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---dark-red);
  width: 60%;
  height: 1px;
}

.navbar-link {
  color: var(--_colors---dark-red);
  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 {
  background-color: var(--_colors---dark-red);
  color: #000;
  padding: .5rem 1.5rem;
  font-weight: 600;
  transition: all .4s;
}

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

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

.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: 5;
  width: 40rem;
  margin-top: 2rem;
  position: absolute;
  inset: -3% -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---dark-red);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.h2.text_color-white.title {
  color: var(--_colors---pink);
}

.h2.text_color-white.title2, .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---dark-red);
  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;
  font-size: 1.2rem;
}

.paragraph.text_color_white {
  width: 88%;
  color: var(--_colors---dark-red);
}

.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 {
  color: #fff;
  text-transform: capitalize;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

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

.h4.text_color-white.white-text {
  color: var(--white);
}

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

.swiper_image {
  filter: drop-shadow(-1px 5px 5px #00000087);
  object-fit: contain;
  width: 20rem;
  height: 110px;
  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---pink);
  background-image: url('../images/Tortellini.png');
  background-position: 250%;
  background-repeat: no-repeat;
  background-size: 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-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 {
  width: 20%;
  height: 20%;
}

.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: 0;
  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: -1px;
  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: 100%;
}

.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---dark-red);
  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: 150%;
  position: absolute;
  inset: auto 0% 0%;
}

.image-8.pizza-img {
  width: 140%;
  max-width: 150%;
  bottom: -38%;
  left: -22%;
}

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

.img-wrap {
  background-color: var(--green);
  cursor: pointer;
  background-image: url('../images/fon4.webp');
  background-position: 100% 100%;
  background-size: auto;
  width: 40%;
  height: 29rem;
  padding: 2.6rem;
  position: relative;
  overflow: hidden;
}

.img-wrap.bg-color_yellow {
  background-color: var(--green);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.img-wrap.bg-color_red {
  background-color: var(--green);
  background-image: url('../images/fon4.webp');
  background-position: 100% 0;
  background-size: auto;
  background-attachment: scroll;
}

.big-pizza-img {
  max-width: 100%;
}

.hero-image_food {
  z-index: 4;
  width: 45rem;
  position: absolute;
  inset: auto -6% -30% 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%;
}

.h3-2.max-w_100 {
  color: var(--_colors---pink);
}

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

.h1-2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 3rem;
  line-height: 94%;
}

.h1-2.color-white {
  color: #fff;
  line-height: 100%;
}

.column-wrapper-2 {
  z-index: 11;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7rem;
  display: flex;
  position: relative;
}

.column-wrapper-2.app {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 13rem;
  padding-right: 10rem;
}

.heading-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 6rem;
  display: flex;
}

.heading-wrapper-2.is-app {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.paragraph-wraaper {
  width: 47%;
}

.global-padding-2 {
  margin-bottom: 41px;
  padding-left: 5rem;
  padding-right: 5rem;
}

.primary-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #0009ff;
  background-image: url('../images/arrow-right_1.svg');
  background-position: 150% 52%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: all .4s;
}

.primary-button:hover {
  background-image: url('../images/arrow-right_1.svg');
  background-position: 90% 52%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 34px;
}

.primary-button.footer {
  background-color: var(--_colors---dark-red);
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding: 18px 22px;
  font-size: 1rem;
  font-weight: 700;
}

.primary-button.footer:hover {
  padding-right: 34px;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.images-wraaper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.section-mob {
  background-color: #7e1919;
  position: relative;
  overflow: hidden;
}

.image-3 {
  width: 28rem;
  margin-bottom: -19px;
  transform: translate(0, 43px);
}

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

.column-1-2 {
  background-color: var(--_colors---dark-red);
  background-image: url('../images/group3.png');
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  width: 80%;
  height: 100%;
  padding: 3.2rem;
  position: relative;
  overflow: hidden;
}

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

.cent {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  font-size: 2rem;
  line-height: 100%;
  display: flex;
}

.bg-2 {
  z-index: 1;
  opacity: .16;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 0%;
}

.bg-2.mobile {
  z-index: -1;
  bottom: 23%;
}

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

.column-2-2 {
  background-color: var(--_colors---dark-red);
  border-radius: 0;
  width: auto;
  height: 100%;
  padding: 6rem 3.2rem 3.2rem;
  position: relative;
  overflow: hidden;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: -.005rem;
  background-color: #ff0f00;
  border-radius: .75rem;
  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-4:hover {
  color: #fff;
  background-color: #ff611d;
}

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

.button-4.bg-yellow {
  color: #fff;
  background-color: #000;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

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

.mobileapp-image-2 {
  width: 30rem;
  position: absolute;
  inset: -5% -8% auto auto;
}

.mobileapp-image-copy-2 {
  z-index: 4;
  filter: drop-shadow(-4px 10px 5px #00000052);
  max-width: 150%;
  position: absolute;
  inset: auto 0% -10% -22%;
}

.price-2 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: #fff;
  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-2.mobile {
  width: auto;
  color: var(--_colors---dark);
  font-size: 4.3rem;
}

.price-2.text-color_yellow {
  color: var(--_colors---dark);
  margin-top: 37px;
}

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

.bunner_content-wrap-2.fraicheur {
  position: relative;
  top: -56px;
}

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

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

.h2-2 {
  color: #2c2c2c;
  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%;
}

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

.button-5 {
  color: #2c2c2c;
  text-align: center;
  letter-spacing: -.005rem;
  background-color: #fdbc30;
  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-5:hover {
  color: #fff;
  background-color: #fa6400;
}

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

.button-5.padding-05 {
  background-color: #006f3e;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-5.padding-05.bg-color_yellow {
  background-color: var(--green);
  color: #fff;
  margin-top: 1rem;
}

.button-5.padding-05.bg-color_yellow:hover {
  background-color: #cb3014;
}

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

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

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

.swiper_2arrow-next-2:hover {
  background-color: #2c2c2c;
}

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

.swiper_2arrow-prev-2:hover {
  background-color: #2c2c2c;
}

.h2-3 {
  color: #2c2c2c;
  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%;
}

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

.button-6 {
  color: #2c2c2c;
  text-align: center;
  letter-spacing: -.005rem;
  background-color: #fdbc30;
  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-6:hover {
  color: #fff;
  background-color: #fa6400;
}

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

.button-6.padding-05 {
  background-color: #006f3e;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-6.padding-05.bg-color_yellow {
  background-color: #fdbc30;
  margin-top: 1rem;
}

.button-6.padding-05.bg-color_yellow:hover {
  background-color: #cb3014;
}

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

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

.swiper_2arrow-next-3:hover {
  background-color: #2c2c2c;
}

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

.swiper_2arrow-prev-3:hover {
  background-color: #2c2c2c;
}

.swiper_2arrow-prev-3.swiper_2arrow-prev {
  background-color: var(--green);
}

.swiper_2arrow-next-4 {
  cursor: pointer;
  background-color: #fdbc30;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
  display: flex;
}

.swiper_2arrow-next-4:hover {
  background-color: #2c2c2c;
}

.swiper_2arrow-next-4.swiper_2arrow-next {
  background-color: var(--green);
}

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

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

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

.h2-4 {
  color: #2c2c2c;
  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%;
}

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

.button-7 {
  color: #2c2c2c;
  text-align: center;
  letter-spacing: -.005rem;
  background-color: #fdbc30;
  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-7:hover {
  color: #fff;
  background-color: #fa6400;
}

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

.button-7.padding-05 {
  background-color: #006f3e;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-7.padding-05.bg-color_yellow {
  background-color: var(--green);
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 1rem;
}

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

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

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

.button-8 {
  color: #fff;
  text-align: center;
  letter-spacing: -.005rem;
  background-color: #ff0f00;
  border-radius: .75rem;
  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-8:hover {
  color: #fff;
  background-color: #ff611d;
}

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

.button-8.bg-yellow {
  background-color: var(--_colors---pink);
  color: var(--_colors---dark-red);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

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

.hero-image_doner {
  z-index: 2;
  filter: drop-shadow(-12px 13px 5px #0000004a);
  width: 70rem;
  position: absolute;
  top: 11%;
  bottom: 0%;
  right: -20%;
}

.hero-image_doner.donerimage {
  filter: drop-shadow(3px 6px 5px #000000b3);
  width: 50%;
  top: 58%;
  left: 128.977px;
}

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

.h1-3 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: #000;
  letter-spacing: 1px;
  text-indent: 0;
  text-transform: uppercase;
  cursor: default;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

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

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

@media screen and (min-width: 1280px) {
  .section.bg-red {
    background-image: url('../images/line-1.svg');
    background-position: 0 0;
    background-size: contain;
  }

  .section.bg-yellow.slider {
    background-color: var(--_colors---dark-red);
    background-image: none;
  }

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

  .brand {
    width: 100%;
  }

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

  .navbar-link {
    color: var(--_colors---dark-red);
    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---dark-red);
    color: var(--_colors---pink);
    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-red);
    letter-spacing: -.005rem;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 700;
  }

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

  .h2.text_color-white.title {
    color: var(--_colors---pink);
  }

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

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

  .paragraph.text_color_white {
    width: 88%;
  }

  .swiper_image {
    height: 150px;
  }

  .bunner_wrap {
    background-color: var(--_colors---pink);
    background-image: url('../images/Tortellini.png');
    background-repeat: no-repeat;
    background-size: contain;
  }

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

  .footer-icon {
    width: 20px;
  }

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

  .image-8 {
    left: -1%;
  }

  .image-8.sub {
    max-width: 115%;
    bottom: -2%;
    left: -8%;
  }

  .img-wrap {
    background-color: var(--green);
    background-image: url('../images/fon4.webp');
    background-position: 100% 100%;
    background-size: auto;
  }

  .img-wrap.bg-color_red {
    background-image: url('../images/fon4.webp');
    background-size: 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;
  }

  .section-mob {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .column-1-2 {
    background-color: var(--_colors---dark-red);
    background-image: url('../images/group3.png');
    background-position: 0 30%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 0;
  }

  .container-5 {
    margin-bottom: 40px;
  }

  .cent, .span-big-2 {
    color: var(--_colors---dark);
  }

  .column-2-2 {
    background-color: var(--_colors---dark-red);
    border-radius: 0;
  }

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

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

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

  .mobileapp-image-2 {
    width: 30rem;
    top: -4%;
  }

  .price-2.mobile, .price-2.text-color_yellow {
    color: var(--_colors---dark);
  }

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

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

  .button-5.padding-05.bg-color_yellow {
    color: #fff;
  }

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

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

  .button-6.padding-05.bg-color_yellow {
    color: #2c2c2c;
  }

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

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

  .button-7.padding-05.bg-color_yellow {
    color: #fff;
  }

  .card-4 {
    max-width: 100%;
  }

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

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

  .hero-image_doner.donerimage {
    width: 50%;
  }
}

@media screen and (min-width: 1440px) {
  .section.bg-yellow.slider, .container {
    background-image: none;
  }

  .brand {
    width: 100%;
  }

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

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

  .navbar-link {
    color: var(--_colors---dark-red);
    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---dark-red);
    color: var(--_colors---pink);
    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(--_colors---pink);
    color: var(--_colors---dark-red);
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 700;
  }

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

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

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

  .paragraph.align-center {
    font-size: 1.2em;
  }

  .paragraph.text_color_white {
    width: 82%;
  }

  .swiper_image {
    height: 150px;
  }

  .bunner_wrap {
    background-color: var(--_colors---pink);
    background-image: url('../images/Tortellini.png');
    background-position: 235%;
    background-repeat: no-repeat;
    background-size: contain;
  }

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

  .footer-icon {
    width: 90px;
    height: 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: 700;
  }

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

  .column-wrapper-2 {
    z-index: 11;
    position: relative;
  }

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

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

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

  .button-5:hover, .button-5.padding-05.bg-color_yellow {
    color: #fff;
  }

  .container-6 {
    background-image: none;
  }

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

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

  .button-6.padding-05.bg-color_yellow {
    color: #2c2c2c;
  }

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

  .button-7:hover, .button-7.padding-05.bg-color_yellow {
    color: #fff;
  }

  .container-7 {
    background-image: none;
  }

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

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

  .hero-image_doner.donerimage {
    width: 50%;
  }

  .path {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .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---dark-red);
    width: 60%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

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

  .hero-image {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 50rem;
    top: -24%;
  }

  .h2.text_color-white.title {
    color: var(--_colors---pink);
  }

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

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

  .paragraph.align-center {
    font-size: 1.2rem;
    line-height: 110%;
  }

  .h4.align_center {
    display: block;
  }

  .swiper_image {
    object-fit: contain;
    height: 150px;
  }

  .bunner_wrap {
    background-color: var(--_colors---pink);
    background-image: url('../images/Tortellini.png');
    background-position: 235%;
  }

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

  .phone-wrap {
    width: 100%;
  }

  .footer-icon {
    width: 100px;
  }

  .img-wrap {
    background-image: url('../images/fon4.webp');
    background-position: 100% 100%;
    background-size: 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;
    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;
  }

  .column-1-2 {
    background-image: url('../images/group3.png');
    background-size: 200%;
  }

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

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

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

  .price-2.text-color_yellow {
    font-weight: 700;
  }

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

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

  .container-6 {
    background-image: none;
  }

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

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

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

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

  .container-7 {
    background-image: none;
  }

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

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

  .button-8.bg-yellow:hover {
    background-color: var(--green);
  }

  .hero-image_doner.donerimage {
    width: 50%;
    max-width: 150%;
  }
}

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

  .brand {
    width: 60%;
    max-width: 60%;
  }

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

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

  .navbar-mob_container {
    background-color: #00000080;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    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;
  }

  .paragraph.align-center {
    text-align: center;
    max-width: 60rem;
  }

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

  .h3-2.max-w_100 {
    margin-top: 15px;
  }

  .primary-button.footer {
    inset: auto;
  }

  .column-1-2 {
    background-size: 200%;
  }

  .hero-image_doner.donerimage {
    left: 89.977px;
  }

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

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

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

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

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

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

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

  .mob-logo {
    width: 8rem;
  }

  .footer-img {
    display: inline-flex;
  }

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

  .footer-icon {
    width: 10px;
  }

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

  .h3-2.max-w_100 {
    margin-top: 36px;
  }

  .primary-button.footer {
    inset: auto;
  }

  .price-2.text-color_yellow {
    margin-top: 23px;
  }

  .hero-image_doner.donerimage {
    left: 61.977px;
  }
}

@media screen and (max-width: 479px) {
  .section.bg-yellow.slider {
    background-position: 50% 100%;
    height: auto;
  }

  .section.bg-red {
    background-position: 24px 100%;
    background-size: 100%;
  }

  .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---dark-red);
    padding-bottom: .5rem;
    font-size: .875rem;
  }

  .menu-open:hover {
    color: var(--_colors---dark-red);
  }

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

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

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

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

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

  .menu-close, .menu-close:hover, .menu-close:active {
    color: var(--_colors---dark-red);
  }

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

  .open-close {
    width: 70%;
  }

  .mob-logo {
    width: 5rem;
    top: -9px;
  }

  .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---dark-red);
    color: var(--_colors---pink);
    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 {
    width: 100%;
    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.text_color-white {
    line-height: 104%;
  }

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

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

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

  .bunner_wrap {
    background-position: 100% 95%;
    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;
  }

  .footer-img {
    display: none;
  }

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

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

  .h3-2.max-w_100 {
    max-width: 100%;
  }

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

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

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

  .column-wrapper-2 {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
    flex-flow: column;
    margin-bottom: 3rem;
  }

  .column-wrapper-2.app {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-wrapper-2 {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .heading-wrapper-2.is-app {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 0;
  }

  .paragraph-wraaper {
    width: 100%;
  }

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

  .primary-button.footer {
    padding: 12px 18px;
  }

  .images-wraaper {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .section-mob {
    background-position: 50%;
    background-size: contain;
  }

  .image-3 {
    height: 30rem;
    margin-top: -6px;
    transform: rotate(14deg);
  }

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

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

  .cent {
    margin-top: 0;
    font-size: 1rem;
  }

  .bg-2 {
    z-index: 2;
    width: 25rem;
    height: 20rem;
    inset: auto 0% -5%;
  }

  .span-big-2 {
    font-size: 2rem;
    line-height: 70%;
  }

  .column-2-2 {
    width: 100%;
    height: 23rem;
    padding: 1.8rem;
  }

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

  .button-4.bg-yellow {
    color: #fff;
    font-size: .8rem;
  }

  .mobileapp-image-2 {
    z-index: 1;
    object-fit: contain;
    width: 30rem;
    height: 19rem;
    inset: auto 0% -10% 5%;
  }

  .mobileapp-image-copy-2 {
    z-index: 1;
    width: 25.1rem;
    max-width: 100%;
    height: 16rem;
    inset: auto 0% -13%;
  }

  .price-2 {
    font-size: 2.4rem;
  }

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

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

  .bunner_content-wrap-2.fraicheur {
    top: -9px;
  }

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

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

  .heading-wrapper-3 {
    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;
  }

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

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

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

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

  .heading-wrapper-4 {
    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;
  }

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

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

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

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

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

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

  .heading-wrapper-5 {
    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;
  }

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

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

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

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

  .button-8.bg-yellow {
    color: #ff0f00;
    font-size: .8rem;
  }

  .hero-image_doner {
    z-index: 3;
    width: 120%;
    max-width: 120%;
    height: 60%;
    inset: 199px 0% 2% -12%;
  }

  .hero-image_doner.donerimage {
    width: 60%;
    height: 30%;
    margin-bottom: -29px;
    padding-bottom: 0;
    top: 77%;
    bottom: 0%;
    left: 185.977px;
  }

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

  .heading-animation-group-2 {
    height: 1.9rem;
  }

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


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