@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.woff2') format("woff2"), url('../fonts/Poppins-Bold.eot') format("embedded-opentype"), url('../fonts/Poppins-Bold.woff') format("woff"), url('../fonts/Poppins-Bold.ttf') format("truetype"), url('../fonts/Poppins-Bold.svg') format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.woff2') format("woff2"), url('../fonts/Poppins-Regular.eot') format("embedded-opentype"), url('../fonts/Poppins-Regular.woff') format("woff"), url('../fonts/Poppins-Regular.ttf') format("truetype"), url('../fonts/Poppins-Regular.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey-text: #636668;
  --almost-black: #212122;
  --yellow-green: #8ec34c;
  --white-smoke: #f4f4f4;
  --red-logo: #a62423;
  --red: #f47884;
  --pink-logo: #c6af93;
}

body {
  color: var(--grey-text);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

h1 {
  color: var(--almost-black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
}

h2 {
  color: var(--almost-black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

h3 {
  color: var(--almost-black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-top: 10px;
  margin-bottom: 20px;
}

a {
  color: var(--yellow-green);
  text-decoration: none;
}

.hero-section {
  background-image: linear-gradient(#fff 34%, #f4f4f4);
  height: 94vh;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-wrapper {
  z-index: 1;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.light-gray-bg {
  background-color: var(--white-smoke);
  padding-top: 10px;
}

.paragraph-medium {
  font-size: 16px;
  line-height: 22px;
}

.button {
  background-color: var(--red-logo);
  color: #faf8eb;
  text-align: center;
  text-transform: capitalize;
  border-radius: 100px;
  height: 55px;
  padding: 14px 30px;
  font-weight: 700;
  transition: all .3s;
}

.button:hover {
  background-color: #a6242380;
}

.button.medium {
  background-color: var(--red-logo);
  color: #eeebd6;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
}

.button.medium:hover {
  background-color: #a6242380;
}

.button.white {
  color: var(--red-logo);
  background-color: #fff;
}

.button.white:hover {
  color: var(--white-smoke);
  background-color: #ffffff80;
}

.hyperlink {
  text-decoration: underline;
}

.flex-hero {
  justify-content: space-between;
  display: flex;
}

.hero-copy {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 644px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-rating {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  align-items: center;
  margin-top: 90px;
  padding: 24px;
  display: flex;
  box-shadow: 5px 0 14px -8px #0000001f;
}

.hero-rating.hide {
  display: none;
}

.rating-number {
  color: var(--almost-black);
  margin-right: 12px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.star-icon {
  margin-left: 2px;
  margin-right: 2px;
}

.star-icon.small {
  width: 20px;
}

.hero-image {
  background-image: url('../images/pizza-by-renestrgar-pexels-10836977.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 43%;
  height: 94vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 89vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.hero-subhealine {
  margin-bottom: 30px;
}

.center-aligned {
  text-align: center;
  padding-top: 70px;
}

.dishes-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.dish-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 22px #0000000f;
}

.dish-image {
  object-fit: cover;
  width: auto;
  height: auto;
}

.dish-pic-wrapper {
  object-fit: fill;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 392px;
  max-height: 300px;
  display: flex;
  overflow: hidden;
}

.disch-title-wrapper {
  padding: 30px;
}

.dish-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.cta-centered {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.flex-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copy-wrapper {
  width: 46%;
}

.image-container {
  text-align: center;
  border-radius: 20px;
  width: 48%;
  overflow: hidden;
}

.testimonial-author {
  color: #fff;
  font-weight: 700;
  display: flex;
}

.verified-client-badge {
  align-items: center;
  margin-left: 15px;
  display: flex;
}

.testimonials-slider {
  background-color: #0000;
  max-width: 100%;
  height: auto;
  margin: 50px auto;
  overflow: hidden;
}

.testimonial-slide {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 30px;
  box-shadow: 0 14px 54px -33px #0003;
}

.testimonials-mask {
  background-color: #0000;
  max-width: none;
  margin-bottom: 90px;
  padding-bottom: 0;
  overflow: visible;
}

.stars-wrapper {
  align-items: flex-start;
  display: flex;
}

.slider-dots {
  margin-top: 0;
  overflow: visible;
}

.display-none {
  display: none;
}

.verified-client-text {
  color: #1cc286;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.star-icon-2 {
  margin-right: 5px;
}

.testimonial-container {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: 190px;
  margin-top: 0;
  display: flex;
}

.author {
  color: var(--almost-black);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.written-testimonial-text {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.written-testimonial-text.showlesscontent {
  color: var(--grey-text);
  margin-bottom: 20px;
}

.banner {
  background-color: var(--red-logo);
  border-radius: 20px;
  margin-top: 120px;
}

.flex-banner {
  display: flex;
}

.banner-copy {
  align-self: center;
  width: 50%;
  padding: 60px 20px 60px 80px;
}

.banner-headline {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.banner-image {
  background-image: url('../images/Donner--by-Rajesh-Tp-from-Pexel-1633525-.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.banner-triangle {
  align-self: stretch;
}

.footer {
  background-color: var(--almost-black);
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.copyright-text {
  color: #fff9;
  margin-top: 20px;
  font-size: 12px;
  line-height: 16px;
}

.footer-links {
  grid-column-gap: 10px;
  display: flex;
}

.logo {
  width: 80px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.accordion-item {
  width: 100%;
  padding-left: 0;
  overflow: hidden;
}

.accordion-toggle {
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 0;
  display: flex;
}

.dropdown-list {
  background-color: #fff;
  padding: 10px 20px 10px 0;
  display: block;
  position: static;
}

.sectionqr {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-4 {
  font-family: Merriweather, serif;
  font-size: 30px;
  line-height: 55px;
}

.image {
  object-fit: fill;
  height: 100%;
  position: static;
}

.link {
  text-align: center;
  width: auto;
  display: block;
}

.qr-button {
  background-color: var(--red-logo);
  color: #faf8eb;
  text-align: center;
  text-transform: capitalize;
  border-radius: 100px;
  height: 55px;
  margin-top: 10px;
  padding: 14px 30px;
  font-weight: 700;
  transition: all .3s;
}

.qr-button:hover {
  background-color: #a6242380;
}

.image-2, .link-block {
  align-self: flex-end;
}

@media screen and (min-width: 1440px) {
  .button:hover {
    background-color: #a6242380;
  }

  .button.medium {
    color: #f8f8f6;
  }

  .button.medium:hover {
    background-color: #a6242380;
  }

  .hero-image {
    background-image: url('../images/pizza-by-renestrgar-pexels-10836977.jpg');
  }

  .center-aligned {
    padding-top: 20px;
  }

  .testimonial-slide {
    padding: 30px;
  }

  .banner-headline {
    font-size: 40px;
    line-height: 45px;
  }

  .banner-image {
    background-image: url('../images/Donner--by-Rajesh-Tp-from-Pexel-1633525-.jpg');
    background-position: 50%;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .logo {
    width: 100px;
  }

  .qr-button:hover {
    background-color: #a6242380;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 65px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-section {
    height: auto;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.light-gray-bg {
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .hero-copy {
    text-align: center;
    align-items: center;
    height: auto;
  }

  .hero-image {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 70vh;
    max-height: 500px;
    position: static;
  }

  .hero-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .center-aligned {
    padding-top: 20px;
  }

  .disch-title-wrapper {
    padding: 20px;
  }

  .testimonial-slide {
    padding: 25px;
  }

  .testimonial-container {
    height: auto;
    min-height: 190px;
  }

  .banner-copy {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 40px;
  }

  .footer, .sectionqr {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .hero-section {
    object-fit: cover;
    background-image: none;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.light-gray-bg {
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .hero-image {
    background-position: 50%;
  }

  .hero-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .dish-title {
    font-size: 20px;
    line-height: 28px;
  }

  .flex-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .copy-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-container {
    width: 100%;
  }

  .testimonial-slide {
    margin-left: 8px;
    margin-right: 8px;
  }

  .testimonials-mask {
    max-width: 88%;
  }

  .testimonial-container {
    height: auto;
    min-height: 200px;
  }

  .author {
    font-size: 15px;
    line-height: 19px;
  }

  .written-testimonial-text {
    font-size: 15px;
    line-height: 22px;
  }

  .flex-banner {
    flex-direction: column;
    align-items: center;
  }

  .banner-copy {
    text-align: center;
    width: 100%;
    padding-left: 20px;
  }

  .banner-image {
    background-position: 50%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: 100%;
    height: 300px;
    max-height: 300px;
  }

  .banner-triangle-img {
    display: none;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logo {
    max-width: 160px;
  }

  .sectionqr {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    line-height: 48px;
  }

  h2 {
    margin-top: 0;
    font-size: 36px;
    line-height: 44px;
  }

  .nav-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section.light-gray-bg {
    padding-top: 5px;
  }

  .button.medium {
    height: 36px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
    line-height: 18px;
  }

  .dishes-wrapper {
    grid-template-columns: 1fr;
  }

  .testimonials-slider {
    margin-top: 30px;
  }

  .testimonial-slide {
    margin-left: 5px;
    margin-right: 5px;
    padding: 20px;
  }

  .testimonials-mask {
    max-width: 90%;
    padding-right: 10px;
  }

  .testimonial-container {
    height: auto;
    min-height: 220px;
  }

  .written-testimonial-text {
    font-size: 14px;
    line-height: 20px;
  }

  .banner-copy {
    padding-top: 30px;
  }

  .banner-headline {
    font-size: 36px;
    line-height: 44px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-right-content {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    display: flex;
  }

  .logo {
    max-width: 120px;
  }

  .link {
    font-size: 13px;
  }
}

#w-node-_11093fe0-7367-4fee-cee0-7df996dcf102-0bb91e29, #w-node-_0253dd4d-82f9-59d9-3761-a73295a0ccba-0bb91e29, #w-node-_177de941-2cbb-2cb7-dcee-0c42e89fbcaa-0bb91e29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.eot') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.eot') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}