.flex, .home .hero ul.hero-selection, .home .hero .hero-bottom, header nav ul.navigation, .flex-top-vertical, .flex-start, .flex-end, .flex-between, .flex-center-horizontal, .home .hero ul.hero-selection li, .flex-center, .home .hero .discover, .home .hero .hero-right .hero-media, .home .hero .hero-right, .flex-end-vertical, .flex-center-vertical, .home .section-3, .home .hero .hero-left, header nav ul.navigation li, .flex-column, .home .hero, .flex-row, .home .hero .hero-top {
  display: flex;
}

.flex-row, .home .hero .hero-top {
  flex-direction: row;
}

.flex-column, .home .section-3, .home .hero ul.hero-selection li, .home .hero .hero-right, .home .hero {
  flex-direction: column;
}

.flex-center-vertical, .home .section-3, .home .hero ul.hero-selection li, .home .hero .hero-left, header nav ul.navigation li, .flex-center, .home .hero .discover, .home .hero .hero-right .hero-media, .home .hero .hero-right {
  align-items: center;
}

.flex-end-vertical, .home .hero .hero-bottom {
  align-items: flex-end;
}

.flex-center-horizontal, .home .hero ul.hero-selection li, .flex-center, .home .hero .discover, .home .hero .hero-right .hero-media, .home .hero .hero-right {
  justify-content: center;
}

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

.flex-end {
  align-items: center;
  justify-content: flex-end;
}

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

.flex-top-vertical {
  align-items: flex-start;
  justify-content: center;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.bg-dashed {
  height: 100%;
  width: 100%;
  background: repeating-linear-gradient(-45deg, #ebebeb 0px, #ebebeb 2px, transparent 2px, transparent 15px);
}

.bg-vlight {
  background: rgba(255, 255, 255, 0.4) !important;
}

.bg-blur {
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.drop-shadow {
  filter: drop-shadow(0 0 0.75rem #000000);
}

.img-invert {
  filter: invert(1);
}

.no-wrap {
  white-space: nowrap;
}

.underlight {
  background: linear-gradient(120deg, rgba(63, 216, 255, 0.5) 0%, rgb(55, 117, 248) 100%);
  background-repeat: no-repeat;
  background-size: 100% 40%;
  background-position: 0 90%;
}

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

.text-blue {
  color: rgb(119, 176, 215);
}

.text-gray {
  color: #6a6a6a;
}

.text-sm {
  font-size: 16px;
}

.highlight, .highlightw {
  font-weight: bold;
  color: rgb(119, 176, 215);
  text-shadow: none;
  text-decoration: underline;
  text-underline-offset: 15px;
}

.highlightw {
  color: white;
}

.dots {
  margin: 0 5px;
  flex: 1 1;
  width: 100%;
  background: radial-gradient(circle at 50% 0.8em, #999 8%, transparent 8%);
  background-size: 0.5em;
  background-repeat: repeat-x;
  background-position: 0px 3px;
}

.text-leaning {
  transform: rotate(-3deg);
}

.infinite-text {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  overflow: hidden;
  background: black;
  padding: 2rem 0;
  height: 200px;
  background-color: rgb(0, 0, 0);
  position: relative;
}
.infinite-text span {
  font-size: 80px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
  max-width: none;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.mt-6 {
  margin-top: 100px !important;
}

.mb-6 {
  margin-bottom: 100px !important;
}

.mt-7 {
  margin-top: 150px !important;
}

.pulse-button {
  display: block;
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 3px;
  color: #000000;
  border: none;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 70px;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
  -webkit-animation: pulse 1.5s infinite;
}

.pulse-button:hover {
  -webkit-animation: none;
  background: rgb(255, 255, 255);
}

@keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
@media (max-width: 590px) {
  .infinite-text {
    height: 150px;
  }
  .infinite-text span {
    font-size: 50px;
  }
}
* {
  box-sizing: border-box;
  font-display: swap;
}

html {
  margin: 0 auto;
  max-width: 1920px;
  background: #f4f5f9;
}

@font-face {
  font-family: "Forte";
  src: url("fonts/FORTE-QN9bWDt.TTF") format("truetype");
}
body {
  font-family: "Caveat Brush", cursive;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  background: #f4f5f9;
}

a {
  color: #000000;
  text-decoration: none;
}

section {
  padding: 50px 120px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

h1 {
  font-size: 70px;
  margin: 40px 0 10px 0;
}

h2 {
  font-size: 50px;
  margin: 10px 0;
}

h3 {
  font-size: 30px;
  margin: 10px 0;
}

h4 {
  font-size: 18px;
  margin: 10px 0;
}

.sf-toolbar {
  position: fixed;
  bottom: 0;
}

@media (max-width: 1200px) {
  section {
    padding: 40px 30px;
    width: calc(100svw - 30px);
  }
}
@media (max-width: 768px) {
  section {
    height: auto;
    padding: 20px 10px;
    width: calc(100svw - 20px);
  }
}
.blockquote {
  position: relative;
  max-width: 620px;
  align-self: center;
}

.blockquote h1 {
  position: relative;
  color: rgb(119, 176, 215);
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  border: 2px solid #fff;
  border: solid 2px;
  border-radius: 20px;
  padding: 25px;
}

.blockquote h1:after {
  content: "";
  position: absolute;
  border: 2px solid rgb(119, 176, 215);
  border-radius: 0 100% 0 0;
  width: 60px;
  height: 60px;
  bottom: -60px;
  left: 50px;
  border-bottom: none;
  border-left: none;
  z-index: 3;
}

.blockquote h1:before {
  content: "";
  position: absolute;
  width: 80px;
  border: 6px solid #000000;
  bottom: -3px;
  height: 3px;
  left: 50px;
  z-index: 2;
}

.blockquote h4 {
  position: relative;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding-top: 15px;
  z-index: 1;
  margin-left: 150px;
  padding-left: 12px;
}

.blockquote h4:first-letter {
  margin-left: -12px;
}

@media all and (min-width: 600px) {
  .blockquote h1 {
    font-size: 3rem;
    line-height: 1.2;
  }
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 0 20px;
  height: 70px;
  width: calc(100vw - 240px);
  max-width: 1700px;
  position: absolute;
  top: 0;
  z-index: 5;
  margin: 20px 120px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
}
header img.logo {
  width: 250px;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
header nav ul.navigation {
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: max-content;
}
header nav ul.navigation li {
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
header nav ul.navigation li:not(:last-child) {
  padding-right: 35px;
  margin-right: 35px;
  border-right: 1px solid #424242;
}
header nav ul.navigation li span {
  margin-right: 10px;
}

@media (max-width: 1450px) {
  header {
    width: calc(100svw - 120px);
    margin: 10px 60px;
    padding: 10px 20px;
  }
}
@media (max-width: 1200px) {
  header {
    width: calc(100vw - 60px);
    margin: 10px 30px;
    padding: 10px 20px;
  }
  header nav {
    width: 45px;
  }
  header img.logo {
    width: 200px;
  }
}
@media (max-width: 768px) {
  header {
    height: 50px;
    width: calc(100vw - 10px);
    margin: 10px 5px;
  }
}
.footer-dark {
  padding: 50px 0 20px 0;
  background: #000000;
  color: #ffffff;
  position: relative;
}
.footer-dark.inverse {
  background: #f4f5f9;
  color: #000000;
  border-top: 1px solid #dfdfdf;
  box-shadow: 0 0 30px 3px #dfdfdf;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 22px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 18px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}
.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}
.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .footer-dark .item.social {
    margin-top: 20px;
  }
}
.footer-dark .item.social > a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 8px 0 0;
}
.footer-dark .item.social > a:first-child {
  margin-left: 0;
}

.footer-dark img.logo {
  filter: invert(1);
}

.footer-dark .item.social > a:hover {
  opacity: 1;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 20px;
  opacity: 0.8;
  font-size: 12px;
  margin-bottom: 0;
  font-family: "Helvetica", sans-serif;
}

.home .hero {
  min-height: 100svh;
  height: max-content;
  max-height: 1400px;
  width: 100%;
  position: relative;
}
.home .hero::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bgray-wy9bwJP.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: filter 1s;
}
.home .hero.hue-0::before {
  filter: hue-rotate(0deg);
}
.home .hero.hue-90::before {
  filter: hue-rotate(90deg);
}
.home .hero.hue-180::before {
  filter: hue-rotate(180deg);
}
.home .hero.hue-260::before {
  filter: hue-rotate(260deg);
}
.home .hero .hero-top {
  z-index: 2;
  flex-grow: 1;
}
.home .hero .hero-left {
  width: 50%;
  position: relative;
}
.home .hero .hero-left .hero-left-content {
  padding-top: 50px;
  z-index: 5;
}
.home .hero .hero-left .hero-left-content::before {
  content: " ";
  position: absolute;
  background: url("../images/salad-4Ci0OGm.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 180px;
  height: 180px;
  z-index: 0;
  top: 60px;
  left: -100px;
}
.home .hero .hero-left h1 {
  margin: 0;
  font-size: 75px;
  margin-bottom: 0px;
  line-height: 75px;
  word-spacing: 10px;
  font-weight: bold;
  transform: rotate(-4deg);
}
.home .hero .hero-left h2 {
  font-size: 25px;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 40px;
  max-width: 500px;
  font-weight: 400;
}
.home .hero .hero-left .mobile-media {
  display: none;
}
.home .hero .hero-left .mobile-media img {
  filter: drop-shadow(rgb(255, 255, 255) 0px 10px 35px);
}
.home .hero .hero-right {
  justify-content: center;
  position: relative;
  width: 50%;
}
.home .hero .hero-right::before {
  content: " ";
  position: absolute;
  background: url("../images/drawveget-JdKaxWv.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.33;
  transform: rotate(-30deg);
}
.home .hero .hero-right::after {
  content: " ";
  position: absolute;
  background: url("../images/blob-kSfZUzU.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.4;
}
.home .hero .hero-right .hero-media img {
  max-width: 850px;
  max-height: 600px;
  z-index: 2;
  filter: drop-shadow(rgb(255, 255, 255) 0px 10px 35px);
}
.home .hero .discover {
  z-index: 2;
  margin: 0;
  font-size: 45px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  color: black;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  transform: rotate(4deg);
}
.home .hero .hero-bottom {
  height: 50px;
  z-index: 1;
}
.home .hero .hero-bottom span {
  font-size: 24px;
  margin-right: 10px;
}
.home .hero .hero-bottom img {
  max-width: 100px;
  margin-bottom: 5px;
}
.home .hero ul.hero-selection {
  padding: 0;
  margin: 0;
  padding-top: 100px;
  list-style: none;
  z-index: 3;
  position: relative;
}
.home .hero ul.hero-selection li {
  margin-right: 30px;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.6);
}
.home .hero ul.hero-selection li .hero-selection-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.home .hero ul.hero-selection li .hero-selection-img[data-type=naan] {
  background-image: url("../images/mainnaanmin-MB-S8ZD.webp");
  background-size: 100%;
}
.home .hero ul.hero-selection li .hero-selection-img[data-type=burger] {
  background-image: url("../images/mainburgermin-WOl5WKU.webp");
  background-size: 75%;
}
.home .hero ul.hero-selection li .hero-selection-img[data-type=plate] {
  background-image: url("../images/mainassiettemin-rxkqmPp.webp");
  background-size: 80%;
}
.home .hero ul.hero-selection li .hero-selection-img[data-type=naanburger] {
  background-image: url("../images/mainburgernaanmin-sj4z_yf.webp");
  background-size: 80%;
}
.home .hero ul.hero-selection li:hover {
  transform: scale(1.2) translateY(-10px);
}
.home .hero ul.hero-selection li.active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 8px;
  transform: scale(1.2) translateY(-10px);
}
.home .hero ul.hero-selection li.active .hero-selection-img {
  border: 3px solid rgb(119, 176, 215);
  background-color: rgb(255, 255, 255);
}
.home .section-2 {
  overflow: hidden;
  position: relative;
  color: black;
  padding: 0;
  background: #f4f5f9;
  width: 100%;
}
.home .section-2::before {
  content: " ";
  position: absolute;
  background: url("../images/forkknife-ZDeYZid.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  width: 20%;
  height: 100%;
  z-index: 1;
  left: -100px;
  top: -100px;
  transform: rotate(35deg);
  opacity: 0.2;
}
.home .section-2 div {
  z-index: 1;
}
.home .section-2 h2 {
  margin: 0;
  font-size: 70px;
  transform: rotate(-3deg);
}
.home .section-2 h3 {
  margin: 0;
  font-size: 50px;
  transform: rotate(-3deg);
}
.home .section-2 img {
  max-height: 800px;
  filter: drop-shadow(0 0px 10px rgba(0, 0, 0, 0.3));
}
.home .section-2 .img-banner-100 {
  height: 100px;
  width: 100%;
  position: relative;
}
.home .section-2 .img-banner-100::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -4px;
  left: 0;
  background: url("../images/ingredientdividerxs-Ax72tDn.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home .section-2 .img-banner-300 {
  height: 400px;
  width: 100%;
  position: relative;
}
.home .section-2 .img-banner-300::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -15px;
  left: 0;
  background: url("../images/ingredientdividerxl-6DvR3r5.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home .section-2 .ingredients-details-line {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.home .section-2 .ingredients-details {
  border-bottom-left-radius: 100px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.6);
  font-size: 35px;
  padding: 20px;
  border-right: none;
  z-index: 2;
  position: relative;
  white-space: nowrap;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}
.home .section-2 .ingredients-details .material-icons {
  width: 60px;
  font-size: 55px;
  margin-left: 25px;
  text-align: right;
  color: rgb(119, 176, 215);
}
.home .section-3 {
  padding: 80px 0;
  background: url("../images/darktable-Vz8dQlt.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: white;
  width: 100%;
}
.home .section-3 h2 {
  margin: 0;
  font-size: 70px;
  transform: rotate(-3deg);
}
.home .section-3 h3 {
  margin: 0;
  font-size: 50px;
  transform: rotate(-3deg);
}
.home .section-3 .carousel-control-prev-icon {
  position: absolute;
  left: 30px;
  top: calc(50% + 30px);
}
.home .section-3 .carousel-control-next-icon {
  position: absolute;
  right: 30px;
  top: calc(50% + 30px);
}
.home .section-3 .carousel-indicators {
  bottom: -50px;
}
.home .section-3 .carousel-indicators button {
  height: 15px;
  width: 15px;
  margin: 0 10px;
  border-radius: 50%;
}
.home .section-3 .star {
  color: #ffd700;
}
.home .section-3 #carouselProducts img {
  transform: scale(1.1);
}
.home .section-3 .carouselProductDesc {
  padding: 20px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background: rgba(0, 0, 0, 0.5);
}
.home .section-3 .carousel-item .product-img {
  height: 500px;
}
.home .section-4 {
  padding: 80px 0;
  background: url("../images/bgingredients-bF9QIaO.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  width: 100%;
  min-height: 100svh;
}
.home .section-4 h2 {
  margin: 0;
  font-size: 70px;
  transform: rotate(-3deg);
}
.home .section-4 h3 {
  margin: 0;
  font-size: 50px;
  transform: rotate(-3deg);
}
.home .section-5 {
  background: #f4f5f9;
  height: min-content;
  max-height: max-content;
  overflow: hidden;
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.5) 0px 0px 70px 40px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.home .section-5::after {
  content: " ";
  position: absolute;
  background: url("../images/tomatoside-oj6ViFF.webp");
  background-repeat: repeat;
  background-position: center center;
  background-size: 100% cover;
  width: 230px;
  height: 150%;
  z-index: 1;
  left: -60px;
  top: 0;
  opacity: 1;
}
.home .section-5::before {
  content: " ";
  position: absolute;
  background: url("../images/tomatoside-oj6ViFF.webp");
  background-repeat: repeat;
  background-position: center center;
  background-size: 100%;
  width: 230px;
  height: 150%;
  z-index: 1;
  right: -60px;
  top: 0;
  opacity: 1;
  transform: rotate(180deg);
}
.home .section-5 * {
  z-index: 2;
}
.home .section-5 h2 {
  margin: 0;
  font-size: 70px;
  transform: rotate(-3deg);
  color: black;
}
.home .section-5 h3 {
  margin: 0;
  font-size: 50px;
  transform: rotate(-3deg);
  color: black;
}
.home .section-5 .snip1533 {
  z-index: 2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  margin: 35px 10px 10px;
  max-width: 310px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  border-left: 3px solid rgba(0, 0, 0, 0.1);
  border-right: 3px solid rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
.home .section-5 .snip1533 *,
.home .section-5 .snip1533 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.home .section-5 .snip1533 figcaption {
  padding: 13% 10% 12%;
}
.home .section-5 .snip1533 figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  color: rgb(119, 176, 215);
  border: 3px solid rgb(119, 176, 215);
  content: "\e244";
  font-family: "Material Icons";
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 55px;
  position: absolute;
  top: -30px;
  width: 60px;
}
.home .section-5 .snip1533 h4 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
  font-family: "Caveat Brush";
}
.home .section-5 .snip1533 h5 {
  font-weight: 400;
  margin: 0;
  opacity: 0.6;
  font-size: 12px;
}
.home .section-5 .snip1533 blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
}
.home .section-6 {
  padding-bottom: 20px;
  background: url("../images/bgray-wy9bwJP.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
}
.home .section-6::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home .section-6 * {
  z-index: 1;
}
.home .section-6 h2 {
  margin: 0;
  font-size: 70px;
  transform: rotate(-3deg);
}
.home .section-6 h3 {
  margin: 0;
  font-size: 50px;
  transform: rotate(-3deg);
  text-align: center;
}
.home .section-6 .command-line .dark-card {
  color: white;
  padding: 20px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin: 100px 10px 0 10px;
  margin: 10px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(7.9px);
  -webkit-backdrop-filter: blur(7.9px);
  box-shadow: 0 0 10px 5px #48abe0;
  overflow: hidden;
}
.home .section-6 .command-line .dark-card.reverse {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.home .section-6 .command-line .dark-card .material-icons {
  position: absolute;
  font-size: 70px;
  opacity: 0.25;
  color: black;
}
.home .section-6 .command-line .dark-card .material-icons.float-right {
  right: 10px;
  bottom: 10px;
}
.home .section-6 .command-line .dark-card .material-icons.float-left {
  left: 5px;
  bottom: 5px;
}

@media (min-height: 1300px) {
  .home .hero {
    min-height: min-content;
    height: max-content;
    max-height: max-content;
  }
}
@media (max-width: 1450px) {
  .home .hero {
    padding: 50px 60px;
  }
  .home .hero .hero-right .hero-media img {
    max-height: 500px;
  }
  .home .hero .hero-left h2 {
    max-width: 400px;
  }
  .home .hero ul.hero-selection li .hero-selection-img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1200px) {
  .home .hero .hero-right .discover {
    align-items: flex-end;
    padding-right: 30px;
    font-size: 40px;
  }
  .home .hero .hero-bottom {
    z-index: 3;
    color: #ffffff;
    justify-content: center;
  }
  .home .section-2 .ingredients-details {
    padding: 20px;
    font-size: 23px;
  }
  .home .section-2 .ingredients-details .material-icons {
    font-size: 35px;
    width: 40px;
  }
}
@media (max-width: 1095px) {
  .home .hero .hero-left {
    width: 100svw;
    height: 100%;
    align-items: flex-start;
    z-index: 3;
  }
  .home .hero .hero-left .hero-left-content {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-top: 0;
  }
  .home .hero .hero-left .hero-left-content h1 {
    font-size: 50px;
    line-height: 50px;
    margin-top: 75px;
    margin-bottom: 30px;
    letter-spacing: 5px;
  }
  .home .hero .hero-left .hero-left-content h2 {
    font-size: 24px;
    width: 100%;
    text-align: center;
    max-width: 600px;
    margin-bottom: 0;
  }
  .home .hero .hero-left .mobile-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1;
    width: 100%;
  }
  .home .hero .hero-left .mobile-media {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .home .hero .hero-left .mobile-media::after {
    content: " ";
    position: absolute;
    background: url("../images/blob-kSfZUzU.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.4;
  }
  .home .hero .hero-left .mobile-media img {
    width: auto;
    max-width: 100%;
    max-height: 400px;
    margin-top: 40px;
  }
  .home .hero ul.hero-selection {
    justify-content: space-around;
    padding: 50px 40px 40px 0;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .home .hero ul.hero-selection li {
    color: white;
    margin: 0;
    font-size: 16px;
  }
  .home .hero ul.hero-selection li:not(:last-child) {
    margin-bottom: 30px;
  }
  .home .hero ul.hero-selection li .hero-selection-img {
    width: 80px;
    height: 80px;
  }
  .home .hero .hero-right {
    display: none;
  }
  .home .hero .discover {
    font-size: 35px;
  }
  .home .hero .hero-bottom {
    margin-top: 30px;
    z-index: 3;
    color: #ffffff;
    justify-content: center;
  }
  .home .section-3 .carousel-item .product-img {
    height: 400px;
  }
  .home .section-3 .carousel-indicators {
    bottom: -80px;
  }
}
@media (max-width: 868px) {
  .home .hero .hero-left .mobile-actions {
    flex-direction: column;
  }
  .home .hero .hero-left .mobile-actions ul.hero-selection {
    padding: 50px 0 0 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .home .hero .hero-left .mobile-actions ul.hero-selection li {
    width: 25%;
    white-space: normal;
  }
  .home .hero .hero-left .mobile-actions ul.hero-selection li:not(:last-child) {
    margin-bottom: 0px;
  }
}
@media (max-width: 590px) {
  .home .hero {
    min-height: 1000px;
    padding: 20px 15px;
  }
  .home .hero .hero-top {
    flex-grow: 0;
  }
  .home .hero .hero-left .mobile-actions img {
    max-height: 300px;
  }
  .home .hero .hero-left ul.hero-selection li {
    font-size: 14px;
  }
  .home .hero .hero-left ul.hero-selection li .hero-selection-img {
    width: 60px;
    height: 60px;
  }
  .home .hero .hero-left .hero-left-content h1 {
    font-size: 50px;
    margin-top: 60px;
    letter-spacing: 0;
  }
  .home .hero .hero-left .hero-left-content h2 {
    margin-top: 0px;
    padding: 0 10px;
    font-size: 20px;
  }
  .home .hero .hero-bottom span {
    font-size: 20px;
  }
  .home .hero .hero-bottom img {
    max-width: 100px;
  }
  .home .hero .discover {
    font-size: 25px;
  }
  .home .section-2 .ingredients-details {
    padding: 20px;
    font-size: 20px;
  }
  .home .section-2 .ingredients-details .material-icons {
    font-size: 35px;
    width: 40px;
  }
  .home .section-2 h2 {
    margin-top: 0;
    font-size: 50px;
  }
  .home .section-2 h3 {
    font-size: 40px;
  }
  .home .section-3 h2 {
    font-size: 50px;
  }
  .home .section-3 h3 {
    font-size: 40px;
  }
  .home .section-3 #carouselProducts img {
    max-height: 300px;
    max-width: 350px;
  }
  .home .section-3 .carousel-control-prev-icon {
    top: calc(50% + 10px);
  }
  .home .section-3 .carousel-control-next-icon {
    top: calc(50% + 10px);
  }
  .home .section-4 {
    padding: 30px 0;
  }
  .home .section-4 h2 {
    font-size: 50px;
  }
  .home .section-4 h3 {
    font-size: 40px;
  }
  .home .section-4 .pulse-button {
    padding: 20px 40px;
    font-size: 28px;
  }
  .home .section-5 {
    padding: 30px 0;
  }
  .home .section-5::before {
    display: none;
  }
  .home .section-5::after {
    top: -150px;
  }
  .home .section-5 h2 {
    font-size: 50px;
  }
  .home .section-5 h3 {
    font-size: 40px;
  }
  .home .section-6 h2 {
    font-size: 50px;
  }
  .home .section-6 h3 {
    font-size: 40px;
  }
}
.menu {
  height: min-content;
  max-height: max-content;
}
.menu section {
  overflow: initial;
  width: 100%;
}
.menu .menu-hero {
  height: 350px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .menu-hero::before {
  content: " ";
  height: 100%;
  width: 100%;
  background: url("../images/menuhero-I3qO2i_.webp");
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  filter: blur(2px);
}
.menu .menu-hero::after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.menu .menu-hero h1 {
  padding: 0 30px;
  margin-top: 100px;
  z-index: 3;
  color: #ffffff;
  font-size: 80px;
  text-align: center;
  text-shadow: 0px 0px 3px #ffffff;
}
.menu .product-card {
  margin: 10px;
  margin-bottom: 80px;
  margin-top: 90px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.5s;
  position: relative;
  user-select: none;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background: #f2f2f2;
  background: linear-gradient(179deg, rgb(242, 242, 242) 0%, rgb(255, 255, 255) 100%);
}
.menu .category-name {
  font-size: 54px;
  font-family: "Forte";
  background: #f4f5f9;
}
.menu .product-details {
  padding: 0 10px;
  padding-top: 130px;
}
.menu .product-name {
  padding-top: 10px;
  font-size: 28px;
  font-family: "Forte";
}
.menu .product-description {
  color: #555555;
  margin-bottom: 30px;
  overflow: hidden;
  display: block;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  min-height: 50px;
  padding: 0 5px !important;
  font-size: 18px;
}
.menu .product-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
}
.menu .product-picture::before {
  content: " ";
  position: absolute;
  background: url("../images/blob-kSfZUzU.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
  filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 0px 5px);
}
.menu .product-picture img {
  height: auto;
  max-height: 250px;
  z-index: 1;
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 10px 25px);
}
.menu [data-category] a {
  transition: all 0.5s;
}
.menu [data-category].active a {
  font-size: 1.8rem;
}
.menu section {
  padding: 0 120px;
}

@media (max-width: 1450px) {
  .menu section {
    padding: 0 70px;
  }
}
@media (max-width: 1079px) {
  .menu section {
    padding: 0 40px;
  }
  .menu .menu-hero {
    height: 300px;
  }
  .menu .menu-hero h1 {
    margin-top: 50px;
    font-size: 60px;
  }
}
@media (max-width: 560px) {
  .menu section {
    padding: 0 15px;
  }
  .menu .menu-hero {
    height: 250px;
  }
  .menu .menu-hero h1 {
    font-size: 50px;
  }
  .menu .category-name {
    font-size: 34px;
  }
}
.restaurant {
  height: min-content;
  max-height: max-content;
}
.restaurant section {
  width: 100%;
}
.restaurant .restaurant-hero {
  height: 350px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.restaurant .restaurant-hero::before {
  content: " ";
  height: 100%;
  width: 100%;
  background: url("../images/bgrestaurant-Qt7ktAw.webp");
  background-repeat: no-repeat;
  background-position: bottom 0 center;
  background-size: 100% 130%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  filter: blur(1px);
}
.restaurant .restaurant-hero::after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgb(255, 255, 255) 100%);
}
.restaurant .restaurant-hero h1 {
  padding: 0 20px;
  margin-top: 90px;
  z-index: 5;
  color: #000000;
  font-size: 80px;
  text-align: center;
  text-shadow: 0px 0px 2px #000000;
}
.restaurant .section-1 {
  background: url("../images/ardoise-iokQodI.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  color: black;
}
.restaurant .section-1::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 200px;
  top: -5px;
  left: 0;
  background: url("../images/sauce-Dac_9SJ.webp");
  background-repeat: repeat;
  background-position: left 0 center;
  background-size: 800px 100%;
  z-index: 0;
}
.restaurant .section-1 * {
  z-index: 1;
}
.restaurant .section-1 h2 {
  margin: 0;
  font-size: 70px;
  transform: rotate(-3deg);
}
.restaurant .section-1 h3 {
  margin: 0;
  font-size: 50px;
  transform: rotate(-3deg);
  text-align: center;
}
.restaurant .section-1 .command-line .dark-card {
  color: white;
  padding: 20px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin: 100px 10px 0 10px;
  margin: 10px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 3px solid rbg(255, 255, 255, 1);
  overflow: hidden;
}
.restaurant .section-1 .command-line .dark-card.reverse {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.restaurant .section-1 .command-line .dark-card .material-icons {
  position: absolute;
  font-size: 70px;
  opacity: 0.5;
  color: #ffffff;
}
.restaurant .section-1 .command-line .dark-card .material-icons.float-right {
  right: 10px;
  bottom: 10px;
}
.restaurant .section-1 .command-line .dark-card .material-icons.float-left {
  left: 5px;
  bottom: 5px;
}
.restaurant .section-2 .map {
  position: relative;
  display: flex;
  min-height: 300px;
  height: 100%;
  width: 100%;
  background: url("../images/map-YdZm_-t.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.restaurant .section-2 .map::after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  box-shadow: inset 0 0 200px 50px black;
}
.restaurant .section-2 .schedule-card {
  max-width: 500px;
}

@media (max-width: 1080px) {
  .restaurant .restaurant-hero {
    height: 300px;
  }
  .restaurant .restaurant-hero h1 {
    font-size: 70px;
  }
  .restaurant .section-2 .map::after {
    box-shadow: inset 0 0 80px 10px black;
  }
}
@media (max-width: 590px) {
  .restaurant .restaurant-hero {
    padding-top: 30px;
  }
  .restaurant .restaurant-hero h1 {
    margin-top: 30px;
    font-size: 60px;
  }
  .restaurant .section-1 h2 {
    font-size: 45px;
  }
  .restaurant .section-1 h3 {
    font-size: 40px;
  }
}
.legal-page {
  min-height: calc(100svh - 200px);
  height: min-content;
  max-height: max-content;
}
.legal-page .legal-page-hero {
  height: 350px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.legal-page .legal-page-hero::before {
  content: " ";
  height: 100%;
  width: 100%;
  background: url("../images/bglegal-ph50795.webp");
  background-repeat: no-repeat;
  background-position: bottom 0 center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  filter: blur(1px);
}
.legal-page .legal-page-hero::after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.legal-page .legal-page-hero h1 {
  padding: 0 20px;
  margin-top: 90px;
  z-index: 5;
  color: #ffffff;
  font-size: 80px;
  text-align: center;
  text-shadow: 0px 0px 2px #ffffff;
}
.legal-page .legal-page-content {
  padding: 40px 20px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: justify;
}
.legal-page .legal-page-content section {
  margin-bottom: 50px;
}
.legal-page .legal-page-content section h2 {
  border-bottom: 1px solid #bebebe;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 40px;
}
.legal-page .legal-page-content section p {
  font-family: "Roboto", Arial, sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
}

@media (max-width: 1079px) {
  .legal-page .legal-page-hero {
    height: 250px;
  }
  .legal-page .legal-page-hero h1 {
    font-size: 60px;
  }
  .legal-page .legal-page-content section h2 {
    font-size: 30px;
  }
  .legal-page .legal-page-content section p {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .legal-page .legal-page-hero {
    height: 250px;
  }
  .legal-page .legal-page-hero h1 {
    font-size: 50px;
  }
  .legal-page .legal-page-content section p {
    font-size: 15px;
  }
}

/*# sourceMappingURL=app.output.css.map */
