@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
@use "sass:math";
@font-face {
  font-family: "Averta-Semibold";
  src: url("../fonts/Averta-Semibold.woff2") format("woff2"), url("../fonts/Averta-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Daft Brush";
  src: url("../fonts/Daft-Brush.woff2") format("woff2"), url("../fonts/Daft-Brush.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-Regular.woff2") format("woff2"), url("../fonts/Nexa-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Averta-Thin.woff2") format("woff2"), url("../fonts/Averta-Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden; }

body {
  background-color: #ffffff;
  color: #4a4a49;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-family: "Averta-Semibold", "Nexa", sans-serif; }

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 25px 0;
  transition: all 0.3s ease;
  will-change: transform, opacity; }
  .navbar .nav-container {
    width: 100%;
    padding: 0 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px; }
  .navbar .nav-logo .logo-image {
    height: 65px;
    width: auto;
    object-fit: contain; }
  .navbar .nav-menu {
    display: flex;
    align-items: center;
    gap: 20px; }
    .navbar .nav-menu .nav-link {
      font-family: "Averta-Semibold", "Nexa", sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #000;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      padding-inline: 0;
      text-transform: uppercase; }
      .navbar .nav-menu .nav-link:hover {
        color: #F04E37; }
        .navbar .nav-menu .nav-link:hover::after {
          width: 100%; }
      .navbar .nav-menu .nav-link::after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #F04E37;
        transition: width 0.3s ease; }
  .navbar .nav-menu-toggle {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #F04E37;
    padding: 12px;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease; }
    .navbar .nav-menu-toggle .menu-icon {
      width: 24px;
      height: 24px;
      object-fit: contain;
      filter: brightness(0) invert(1); }
    .navbar .nav-menu-toggle .menu-text {
      font-family: "Averta-Semibold", "Nexa", sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      letter-spacing: 1px; }
    .navbar .nav-menu-toggle:hover {
      background-color: #e32b11;
      transform: translateY(-2px); }
  .navbar.nav-hidden {
    transform: translateY(-100%);
    opacity: 0; }

.hero-section {
  min-height: 100vh;
  background-color: #fef7f5;
  background-image: url("../public/slider-bg.png");
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  .hero-section .hero-container {
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
    padding: 0 80px;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; }
  .hero-section .hero-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    padding-top: 120px; }
    @media all and (max-height: 700px) {
      .hero-section .hero-content {
        padding-top: 50px; } }
  .hero-section .hero-text {
    text-align: center;
    z-index: 20;
    position: relative;
    height: 240px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .hero-section .hero-text .hero-title {
      font-family: "Averta-Semibold", "Nexa", sans-serif;
      font-weight: 400;
      line-height: 1.1;
      color: #4a4a49;
      margin: 0;
      position: absolute;
      left: 50%;
      top: 0%;
      transform: translate(-50%, 0%);
      will-change: transform, opacity, filter, scale;
      min-width: 730px;
      filter: blur(0px);
      transition: filter 0.2s ease;
      backface-visibility: hidden;
      perspective: 1000px; }
      .hero-section .hero-text .hero-title {
        font-size: 50px; }
        @media screen and (min-width: 420px) {
          .hero-section .hero-text .hero-title {
            font-size: calc( 50px + 45 * ((100vw - 420px) / 1180) ); } }
        @media screen and (min-width: 1600px) {
          .hero-section .hero-text .hero-title {
            font-size: 95px; } }
      .hero-section .hero-text .hero-title#heroTitle1 {
        opacity: 1;
        z-index: 3;
        scale: 1; }
      .hero-section .hero-text .hero-title#heroTitle2, .hero-section .hero-text .hero-title#heroTitle3 {
        opacity: 0;
        z-index: 2;
        scale: 0.98; }
      .hero-section .hero-text .hero-title#heroTitle3 {
        min-width: 100%;
        max-width: 70vw; }
        .hero-section .hero-text .hero-title#heroTitle3 {
          font-size: 50px; }
          @media screen and (min-width: 420px) {
            .hero-section .hero-text .hero-title#heroTitle3 {
              font-size: calc( 50px + 40 * ((100vw - 420px) / 1180) ); } }
          @media screen and (min-width: 1600px) {
            .hero-section .hero-text .hero-title#heroTitle3 {
              font-size: 90px; } }
      .hero-section .hero-text .hero-title .hero-title-brand {
        font-family: "Daft Brush", "Nexa", sans-serif;
        color: #F04E37;
        position: relative;
        display: inline-block; }
  .hero-section .floating-icons {
    position: relative;
    width: 100%;
    height: 50vh;
    pointer-events: none;
    z-index: 10; }
    .hero-section .floating-icons .floating-icon {
      position: absolute;
      will-change: transform; }
      .hero-section .floating-icons .floating-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
      .hero-section .floating-icons .floating-icon.icon-mushroom {
        top: 25%;
        left: 20%;
        width: 70px;
        height: 70px;
        filter: blur(0px);
        transition: filter 0.3s ease; }
      .hero-section .floating-icons .floating-icon.icon-mushroom-2 {
        top: 15%;
        left: 0%;
        width: 85px;
        height: 85px;
        filter: blur(0px);
        transition: filter 0.3s ease; }
      .hero-section .floating-icons .floating-icon.icon-mushroom-3 {
        top: 65%;
        left: 16%;
        width: 75px;
        height: 75px;
        filter: blur(0px);
        transition: filter 0.3s ease; }
      .hero-section .floating-icons .floating-icon.icon-pepper {
        top: 80%;
        left: 15%;
        width: 90px;
        height: 90px;
        filter: blur(0px);
        transition: filter 0.3s ease; }
      .hero-section .floating-icons .floating-icon.icon-pasta {
        top: 0%;
        right: 10%;
        width: 140px;
        height: 140px;
        filter: blur(0px);
        transition: filter 0.3s ease; }
      .hero-section .floating-icons .floating-icon.icon-farfalle {
        top: 45%;
        left: 10%;
        width: 120px;
        height: 120px;
        filter: blur(0px);
        transition: filter 0.3s ease; }
  .hero-section .hero-bucket {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 400px;
    max-width: 30vw;
    height: auto;
    z-index: 15;
    transform: translateX(-50%);
    will-change: transform, scale, rotation;
    backface-visibility: hidden;
    perspective: 1000px;
    transform-style: preserve-3d;
    z-index: 1000; }
    .hero-section .hero-bucket .bucket-image {
      width: 100%;
      height: 100%;
      max-height: 50vh;
      object-fit: contain;
      transform-origin: center center;
      will-change: transform; }
  @media (max-width: 1024px) {
    .hero-section .hero-container {
      padding: 0 40px; }
    .hero-section .floating-icons .floating-icon.icon-mushroom {
      width: 60px;
      height: 60px; }
    .hero-section .floating-icons .floating-icon.icon-mushroom-2 {
      width: 70px;
      height: 70px; }
    .hero-section .floating-icons .floating-icon.icon-mushroom-3 {
      width: 65px;
      height: 65px; }
    .hero-section .floating-icons .floating-icon.icon-pepper {
      width: 75px;
      height: 75px; }
    .hero-section .floating-icons .floating-icon.icon-pasta {
      width: 110px;
      height: 110px; }
    .hero-section .floating-icons .floating-icon.icon-farfalle {
      width: 100px;
      height: 100px; }
    .hero-section .hero-bucket {
      width: 350px;
      max-width: 30vw; } }
  @media (max-width: 768px) {
    .hero-section .hero-container {
      padding: 0 20px; }
    .hero-section .hero-content {
      gap: 60px; }
    .hero-section .floating-icons {
      height: 40vh; }
      .hero-section .floating-icons .floating-icon.icon-mushroom {
        width: 50px;
        height: 50px;
        left: 15%; }
      .hero-section .floating-icons .floating-icon.icon-mushroom-2 {
        width: 55px;
        height: 55px;
        right: 20%; }
      .hero-section .floating-icons .floating-icon.icon-mushroom-3 {
        width: 52px;
        height: 52px;
        right: 30%; }
      .hero-section .floating-icons .floating-icon.icon-pepper {
        width: 60px;
        height: 60px;
        left: 10%; }
      .hero-section .floating-icons .floating-icon.icon-pasta {
        width: 80px;
        height: 80px;
        right: 5%; }
      .hero-section .floating-icons .floating-icon.icon-farfalle {
        width: 75px;
        height: 75px;
        left: 5%; }
    .hero-section .hero-bucket {
      width: 250px;
      max-width: 35vw; }
    .hero-section .hero-text {
      height: 80px; } }
  @media (max-width: 480px) {
    .hero-section .floating-icons {
      height: 35vh; }
      .hero-section .floating-icons .floating-icon.icon-mushroom, .hero-section .floating-icons .floating-icon.icon-mushroom-2, .hero-section .floating-icons .floating-icon.icon-mushroom-3 {
        width: 40px;
        height: 40px; }
      .hero-section .floating-icons .floating-icon.icon-pepper {
        width: 45px;
        height: 45px; }
      .hero-section .floating-icons .floating-icon.icon-pasta {
        width: 60px;
        height: 60px; }
      .hero-section .floating-icons .floating-icon.icon-farfalle {
        width: 55px;
        height: 55px; }
    .hero-section .hero-bucket {
      width: 200px;
      max-width: 40vw; }
    .hero-section .hero-text {
      height: 60px; } }

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-20px) rotate(5deg); } }
.main-container {
  color: #ffffff;
  will-change: transform; }
  .main-container .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px; }

.container {
  max-width: 1312px;
  padding-inline: 80px; }

.top-content,
.bottom-content {
  display: flex;
  align-items: center;
  background-color: #F04E37; }
  .top-content .row,
  .bottom-content .row {
    min-height: auto;
    width: 100%; }

.bottom-content {
  margin-top: 450px;
  padding-bottom: 80px;
  position: relative;
  z-index: 10; }

.top-content {
  padding-top: 80px; }

.image-section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .image-section .image-container {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    height: 450px; }
    .image-section .image-container .pasta-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .image-section .image-container .image-badge {
      position: absolute;
      top: 24px;
      left: 50%;
      transform: translateX(-50%);
      background: rgba(59, 130, 246, 0.9);
      color: #ffffff;
      padding: 8px 16px;
      border-radius: 20px;
      font-size: 14px;
      font-weight: 700;
      backdrop-filter: blur(10px); }

.main-title {
  font-family: "Averta-Semibold", "Nexa", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #ffffff; }
  .main-title {
    font-size: 30px; }
    @media screen and (min-width: 420px) {
      .main-title {
        font-size: calc( 30px + 20 * ((100vw - 420px) / 1180) ); } }
    @media screen and (min-width: 1600px) {
      .main-title {
        font-size: 50px; } }

.main-description {
  font-family: "Averta-Semibold", "Nexa", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  max-width: 550px; }
  .main-description {
    font-size: 22px; }
    @media screen and (min-width: 420px) {
      .main-description {
        font-size: calc( 22px + 4 * ((100vw - 420px) / 1180) ); } }
    @media screen and (min-width: 1600px) {
      .main-description {
        font-size: 26px; } }
  .main-description.small-text {
    font-size: 20px; }
    @media screen and (min-width: 420px) {
      .main-description.small-text {
        font-size: calc( 20px + 0 * ((100vw - 420px) / 1180) ); } }
    @media screen and (min-width: 1600px) {
      .main-description.small-text {
        font-size: 20px; } }

.mascot-container {
  display: flex;
  justify-content: center;
  align-items: center; }
  .mascot-container .mascot-image {
    width: 280px;
    object-fit: cover; }

.text-center {
  text-align: center; }

.slider-section {
  position: relative;
  height: 100dvh;
  will-change: transform; }
  .slider-section .slider-container {
    height: 100%; }
  .slider-section .slider-track {
    display: flex;
    width: 200vw;
    height: 100%; }
    .slider-section .slider-track .slide {
      width: 50vw; }
      .slider-section .slider-track .slide .red-container {
        border-radius: 50%;
        background-color: #F04E37;
        padding: 30px;
        transform: scale(0.9); }
      .slider-section .slider-track .slide .step-number {
        font-family: "Daft Brush", "Nexa", sans-serif;
        font-size: 40px; }
      .slider-section .slider-track .slide .step-title {
        font-size: 24px; }
        @media screen and (min-width: 420px) {
          .slider-section .slider-track .slide .step-title {
            font-size: calc( 24px + 4 * ((100vw - 420px) / 1180) ); } }
        @media screen and (min-width: 1600px) {
          .slider-section .slider-track .slide .step-title {
            font-size: 28px; } }
      .slider-section .slider-track .slide .slide-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 60px;
        height: 100%; }
      .slider-section .slider-track .slide .step-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
    .slider-section .slider-track canvas {
      transition: opacity 0.3s ease; }
    .slider-section .slider-track .slide-1 {
      background-image: url("../public/slider-bg-red-new.png");
      color: white; }
      .slider-section .slider-track .slide-1 canvas {
        max-height: min(500px, 40vh);
        max-width: min(500px, 40vw);
        width: auto;
        height: auto; }
    .slider-section .slider-track .slide-4 {
      background-image: url("../public/slider-bg-white.png"); }
      .slider-section .slider-track .slide-4 canvas {
        max-height: min(300px, 40vh);
        max-width: min(300px, 40vw);
        width: auto;
        height: auto; }
    .slider-section .slider-track .slide-2 {
      background-image: url("../public/slider-bg-white.png"); }
      .slider-section .slider-track .slide-2 #slide3Canvas {
        margin-top: -100px;
        margin-bottom: -50px;
        max-width: 500px;
        max-height: 500px;
        max-height: min(500px, 40vh);
        width: auto;
        height: auto; }
    .slider-section .slider-track .slide-3 {
      background-image: url("../public/slider-bg-red-new.png");
      color: white; }
      .slider-section .slider-track .slide-3 canvas {
        padding: 10px;
        border-radius: 50%;
        max-height: min(350px, 35vh);
        max-width: min(350px, 35vw);
        width: auto;
        height: auto; }
    .slider-section .slider-track .pasta-options {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%; }
      .slider-section .slider-track .pasta-options .pasta-option {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        width: calc(33.3%);
        padding-inline: 10px; }
        .slider-section .slider-track .pasta-options .pasta-option img {
          max-width: 100%;
          height: 100px;
          width: 100%;
          object-fit: contain; }
        .slider-section .slider-track .pasta-options .pasta-option:not(:last-child) {
          border-right: 1px solid #4a4a4933; }
        .slider-section .slider-track .pasta-options .pasta-option .pasta-name {
          font-size: 22px;
          font-weight: 400;
          margin-top: 30px; }
          .slider-section .slider-track .pasta-options .pasta-option .pasta-name {
            font-size: 16px; }
            @media screen and (min-width: 420px) {
              .slider-section .slider-track .pasta-options .pasta-option .pasta-name {
                font-size: calc( 16px + 6 * ((100vw - 420px) / 1180) ); } }
            @media screen and (min-width: 1600px) {
              .slider-section .slider-track .pasta-options .pasta-option .pasta-name {
                font-size: 22px; } }

.pasta-menu-slider {
  padding: 100px 0;
  overflow: hidden;
  background: url("../public/slider-bg.png") no-repeat center center/cover; }
  .pasta-menu-slider .slider-title {
    font-family: "Averta-Semibold", "Nexa", sans-serif;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 80px; }
  .pasta-menu-slider .menu-slider-container {
    position: relative;
    width: 100%;
    overflow: visible; }
  .pasta-menu-slider .pasta-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    user-select: none;
    opacity: 0.3;
    filter: grayscale(30%); }
    .pasta-menu-slider .pasta-item.active {
      opacity: 1;
      filter: grayscale(0%);
      z-index: 10; }
      .pasta-menu-slider .pasta-item.active .pasta-info {
        opacity: 1;
        transform: translateY(0);
        visibility: visible; }
    .pasta-menu-slider .pasta-item.adjacent {
      opacity: 0.6;
      filter: grayscale(10%);
      transform: translateY(25%); }
    .pasta-menu-slider .pasta-item.far {
      opacity: 0.3;
      filter: grayscale(30%);
      transform: translateY(50%); }
    .pasta-menu-slider .pasta-item:not(.active) .pasta-info {
      opacity: 0;
      transform: translateY(20px);
      visibility: hidden; }
    .pasta-menu-slider .pasta-item:not(.active):hover {
      opacity: 0.8 !important; }
    .pasta-menu-slider .pasta-item .pasta-image-wrapper {
      width: 100%;
      border-radius: 20px;
      overflow: hidden;
      transition: all 0.4s ease;
      margin: 0; }
    .pasta-menu-slider .pasta-item .pasta-menu-image {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block; }
    .pasta-menu-slider .pasta-item .pasta-info {
      margin-top: 25px;
      opacity: 0.6;
      transform: translateY(10px);
      transition: all 0.4s ease; }
    .pasta-menu-slider .pasta-item .pasta-title {
      font-family: "Averta-Semibold", "Nexa", sans-serif;
      font-weight: 400;
      color: #000;
      margin-bottom: 8px; }
      .pasta-menu-slider .pasta-item .pasta-title {
        font-size: 20px; }
        @media screen and (min-width: 420px) {
          .pasta-menu-slider .pasta-item .pasta-title {
            font-size: calc( 20px + 4 * ((100vw - 420px) / 1180) ); } }
        @media screen and (min-width: 1600px) {
          .pasta-menu-slider .pasta-item .pasta-title {
            font-size: 24px; } }
    .pasta-menu-slider .pasta-item .pasta-description {
      color: #000;
      text-align: center;
      font-family: "Averta-Thin", "Nexa", sans-serif;
      font-feature-settings: "liga" off, "clig" off;
      margin-inline: auto;
      font-style: normal;
      font-weight: 400;
      line-height: 20.7px; }
      .pasta-menu-slider .pasta-item .pasta-description {
        font-size: 16px; }
        @media screen and (min-width: 420px) {
          .pasta-menu-slider .pasta-item .pasta-description {
            font-size: calc( 16px + 2 * ((100vw - 420px) / 1180) ); } }
        @media screen and (min-width: 1600px) {
          .pasta-menu-slider .pasta-item .pasta-description {
            font-size: 18px; } }
    .pasta-menu-slider .pasta-item .pasta-price {
      color: #F04E37;
      font-feature-settings: "liga" off, "clig" off;
      font-family: "Averta-Semibold", "Nexa", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 115%;
      /* 23px */
      letter-spacing: -0.2px; }
  .pasta-menu-slider .slider-navigation {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 20; }
  .pasta-menu-slider .nav-arrow {
    all: unset;
    width: 50px;
    height: 50px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #F04E37;
    position: static;
    background-image: url("/public/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    .pasta-menu-slider .nav-arrow.nav-left {
      transform: scaleX(-1); }
      .pasta-menu-slider .nav-arrow.nav-left:hover {
        transform: scaleX(-1) translateY(-3px); }
    .pasta-menu-slider .nav-arrow::after {
      display: none; }
    .pasta-menu-slider .nav-arrow:disabled {
      opacity: 0.3;
      cursor: not-allowed; }
      .pasta-menu-slider .nav-arrow:disabled:hover {
        transform: none; }
      .pasta-menu-slider .nav-arrow:disabled.nav-left {
        transform: scaleX(-1) translateY(0); }
    .pasta-menu-slider .nav-arrow:hover {
      transform: translateY(-3px); }

.fork-pasta-img-section {
  height: 100dvh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform; }
  .fork-pasta-img-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.our-salads-section {
  background-image: url("../public/slider-bg-red-new.png");
  padding-block: 100px;
  position: relative;
  z-index: 10; }
  .our-salads-section .section-title {
    font-family: "Averta-Semibold", "Nexa", sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-bottom: 80px; }
  .our-salads-section .salads-grid .row {
    justify-content: center;
    --bs-gutter-x: 32px; }
  .our-salads-section .salad-box {
    height: calc(100% - 25px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    text-align: center; }
    .our-salads-section .salad-box:hover {
      transform: translateY(-5px); }
  .our-salads-section .salad-icon {
    aspect-ratio: 39/28;
    width: 100%;
    position: relative;
    margin-bottom: 25px; }
    .our-salads-section .salad-icon .icon-image {
      width: calc(100% - 20px);
      height: 100%;
      object-fit: cover;
      position: absolute;
      inset: 0;
      object-position: 20px;
      overflow: visible; }
  .our-salads-section .salad-content {
    flex: 1; }
  .our-salads-section .salad-description {
    font-family: "Averta-Semibold", "Nexa", sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
    color: #ffffff;
    font-feature-settings: "liga" off, "clig" off;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.16px; }
  .our-salads-section .salad-title {
    font-family: "Daft Brush", "Nexa", sans-serif;
    font-size: 27px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase; }

.why-love-it-section {
  background-color: #f7f2f0;
  padding-block: 100px;
  position: relative;
  z-index: 10; }
  .why-love-it-section .section-title {
    font-family: "Averta-Semibold", "Nexa", sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin-bottom: 80px; }
  .why-love-it-section .features-grid .row {
    justify-content: center; }
  .why-love-it-section .feature-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 25px;
    height: calc(100% - 35px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 35px; }
    .why-love-it-section .feature-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12); }
  .why-love-it-section .feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: start;
    justify-content: center;
    margin-bottom: 25px; }
    .why-love-it-section .feature-icon .icon-image {
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .why-love-it-section .feature-icon .heart-icon,
    .why-love-it-section .feature-icon .leaf-icon,
    .why-love-it-section .feature-icon .utensils-icon {
      font-size: 48px;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
      border-radius: 50%;
      box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3); }
    .why-love-it-section .feature-icon .leaf-icon {
      background: linear-gradient(135deg, #51cf66, #69db7c);
      box-shadow: 0 4px 15px rgba(81, 207, 102, 0.3); }
    .why-love-it-section .feature-icon .utensils-icon {
      background: linear-gradient(135deg, #ff922b, #ffa94d);
      box-shadow: 0 4px 15px rgba(255, 146, 43, 0.3); }
  .why-love-it-section .feature-content {
    flex: 1;
    display: flex;
    align-items: start; }
  .why-love-it-section .feature-description {
    font-family: "Averta-Semibold", "Nexa", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #4a4a49;
    font-feature-settings: "liga" off, "clig" off;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.16px; }

.location-hours-section {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
  margin-top: -1px; }
  .location-hours-section .location-info {
    padding: 120px 100px;
    min-height: 620px;
    padding-inline-start: calc(((100vw - 1312px) / 2) + 70px); }
  .location-hours-section .location-title {
    font-family: "Averta-Semibold", "Nexa", sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 60px; }
    .location-hours-section .location-title {
      font-size: 36px; }
      @media screen and (min-width: 420px) {
        .location-hours-section .location-title {
          font-size: calc( 36px + 12 * ((100vw - 420px) / 1180) ); } }
      @media screen and (min-width: 1600px) {
        .location-hours-section .location-title {
          font-size: 48px; } }
  .location-hours-section .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    .location-hours-section .info-item .info-icon {
      width: 24px;
      height: 24px;
      margin-right: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .location-hours-section .info-item .info-icon .icon-image {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .location-hours-section .info-item .info-content {
      display: flex;
      color: #000;
      font-feature-settings: "liga" off, "clig" off;
      font-family: "Averta-Semibold", "Nexa", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 115%;
      /* 18.4px */
      letter-spacing: -0.16px; }
      .location-hours-section .info-item .info-content .info-label {
        margin-bottom: 2px; }
  .location-hours-section .contact-form-section {
    margin-top: 60px; }
    .location-hours-section .contact-form-section .contact-title {
      position: relative;
      font-family: "Averta-Semibold", "Nexa", sans-serif;
      font-size: 20px;
      font-weight: 400;
      color: #F04E37;
      margin-bottom: 30px;
      cursor: pointer;
      width: fit-content; }
      .location-hours-section .contact-form-section .contact-title::after {
        content: "";
        position: absolute;
        top: 55%;
        right: -30px;
        width: 24px;
        height: 24px;
        background-image: url("../public/arrow-link.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transform: translateY(-50%);
        transition: transform 0.3s ease; }
      .location-hours-section .contact-form-section .contact-title:hover::after {
        transform: translateY(-50%) translateX(5px); }
    .location-hours-section .contact-form-section .contact-logo {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      position: absolute;
      top: calc(50% + 50px);
      left: 50%;
      transform: translateX(-50%);
      z-index: 10; }
      .location-hours-section .contact-form-section .contact-logo .divider-svg {
        width: 100%;
        height: 100%;
        object-fit: contain; }
      .location-hours-section .contact-form-section .contact-logo .logo-circle {
        width: 180px;
        height: 180px;
        background: #F04E37;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease; }
        .location-hours-section .contact-form-section .contact-logo .logo-circle:hover {
          transform: scale(1.05);
          box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3); }
        .location-hours-section .contact-form-section .contact-logo .logo-circle .contact-mascot {
          object-fit: contain;
          max-width: 100%;
          max-height: 100%; }
  .location-hours-section .map-container {
    height: 100%;
    overflow: hidden;
    position: relative; }

.footer-section {
  background-color: #F04E37;
  color: #ffffff;
  padding-top: 80px;
  position: relative;
  z-index: 10; }
  .footer-section .footer-visual-container img {
    max-width: 100%;
    height: auto;
    object-fit: contain; }
  .footer-section .footer-content .row {
    align-items: center; }
  .footer-section .footer-content .items-container {
    margin-inline-end: 0px; }
  .footer-section .footer-text {
    text-align: left; }
    .footer-section .footer-text .footer-title {
      font-family: "Averta-Semibold", "Nexa", sans-serif;
      font-size: 64px;
      font-weight: 400;
      line-height: 0.9;
      margin: 0;
      color: #ffffff; }
  .footer-section .footer-mascot-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%); }
    .footer-section .footer-mascot-container canvas {
      height: 100%;
      width: auto; }
    .footer-section .footer-mascot-container .footer-mascot {
      object-fit: contain;
      filter: brightness(1.1); }
  .footer-section .footer-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 265px;
    margin-inline-start: auto; }
    .footer-section .footer-nav .footer-link {
      padding-block: 15px;
      font-family: "Averta-Semibold", "Nexa", sans-serif;
      font-size: 20px;
      font-weight: 400;
      color: #ffffff;
      text-decoration: none;
      transition: all 0.3s ease;
      cursor: pointer;
      width: 100%; }
      .footer-section .footer-nav .footer-link.instagram-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px; }
        .footer-section .footer-nav .footer-link.instagram-link::after {
          content: "";
          width: 33px;
          height: 33px;
          background-image: url("../public/instagram.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          filter: brightness(0) invert(1); }
      .footer-section .footer-nav .footer-link:not(:first-child) {
        border-top: 1px solid rgba(255, 255, 255, 0.4); }
      .footer-section .footer-nav .footer-link:hover {
        color: #ffffff;
        text-decoration: underline; }
    .footer-section .footer-nav .footer-social {
      width: 100%; }
      .footer-section .footer-nav .footer-social .footer-social-link {
        display: flex;
        align-items: center;
        gap: 10px;
        font-family: "Averta-Semibold", "Nexa", sans-serif;
        font-size: 20px;
        font-weight: 400;
        color: #ffffff;
        text-decoration: none;
        transition: all 0.3s ease;
        width: 100%; }
        .footer-section .footer-nav .footer-social .footer-social-link:hover {
          color: #ffffff;
          text-decoration: underline;
          transform: translateX(-5px); }
          .footer-section .footer-nav .footer-social .footer-social-link:hover .instagram-icon {
            transform: scale(1.1); }
        .footer-section .footer-nav .footer-social .footer-social-link .instagram-icon {
          width: 32px;
          height: 32px;
          transition: transform 0.3s ease; }
  .footer-section .footer-bottom {
    margin-top: 60px;
    padding-block: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .footer-section .footer-bottom .row-container {
      margin-inline-start: 60px;
      margin-inline-end: 60px; }
    .footer-section .footer-bottom .copyright-text,
    .footer-section .footer-bottom .website-credit {
      font-family: "Averta-Semibold", "Nexa", sans-serif;
      font-size: 12px;
      font-weight: 400;
      color: #ffffff;
      margin: 0; }
    .footer-section .footer-bottom .text-right {
      text-align: end; }
      .footer-section .footer-bottom .text-right a {
        color: #ffffff;
        text-decoration: none; }
        .footer-section .footer-bottom .text-right a:hover {
          color: #ffffff;
          text-decoration: underline; }

@keyframes pinBounce {
  0%,
  100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); } }
#slide1Canvas,
#slide2Canvas,
#slide3Canvas,
#slide4Canvas,
#footerCanvas {
  opacity: 0;
  transition: opacity 0.4s ease-in-out; }

canvas[id*="Canvas"] {
  display: block;
  max-width: 100%;
  height: auto; }

.contact-form-section-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; }
  .contact-form-section-popup.active {
    opacity: 1;
    visibility: visible; }
  .contact-form-section-popup .contact-form-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px; }
  .contact-form-section-popup .contact-form-popup {
    background: #ffffff;
    border-radius: 20px;
    padding: 70px;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transform: scale(0.9) translateY(20px);
    transition: all 0.3s ease; }
    .contact-form-section.active .contact-form-section-popup .contact-form-popup {
      transform: scale(1) translateY(0); }
  .contact-form-section-popup .contact-form-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 20px; }
  .contact-form-section-popup .contact-form-title {
    font-family: "Averta-Semibold", "Nexa", sans-serif;
    font-weight: 400;
    color: #333;
    margin: 0;
    line-height: 1.2;
    flex: 1; }
    .contact-form-section-popup .contact-form-title {
      font-size: 36px; }
      @media screen and (min-width: 420px) {
        .contact-form-section-popup .contact-form-title {
          font-size: calc( 36px + 14 * ((100vw - 420px) / 1180) ); } }
      @media screen and (min-width: 1600px) {
        .contact-form-section-popup .contact-form-title {
          font-size: 50px; } }
  .contact-form-section-popup .contact-form-close {
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.2s ease;
    flex-shrink: 0; }
    .contact-form-section-popup .contact-form-close:hover {
      background: rgba(255, 68, 56, 0.1);
      transform: scale(1.1); }
    .contact-form-section-popup .contact-form-close img {
      width: 36px;
      height: 36px;
      object-fit: contain; }
  .contact-form-section-popup .contact-form-subtitle {
    font-family: "Averta-Semibold", "Nexa", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4a4a49;
    margin-bottom: 40px;
    margin-top: 0; }
  .contact-form-section-popup .contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .contact-form-section-popup .form-group {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .contact-form-section-popup .form-input,
  .contact-form-section-popup .form-textarea {
    width: 100%;
    padding: 15px 25px;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #4a4a49;
    background: #ffffff;
    transition: all 0.2s ease; }
    .contact-form-section-popup .form-input::placeholder,
    .contact-form-section-popup .form-textarea::placeholder {
      color: #666;
      font-weight: 400; }
    .contact-form-section-popup .form-input:focus,
    .contact-form-section-popup .form-textarea:focus {
      outline: none;
      border-color: #F04E37;
      box-shadow: 0 0 0 3px rgba(255, 68, 56, 0.1); }
    .contact-form-section-popup .form-input.error,
    .contact-form-section-popup .form-textarea.error {
      border-color: #ff6b6b;
      box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.1); }
    .contact-form-section-popup .form-input.success,
    .contact-form-section-popup .form-textarea.success {
      border-color: #51cf66;
      box-shadow: 0 0 0 3px rgba(81, 207, 102, 0.1); }
  .contact-form-section-popup .form-textarea {
    resize: vertical;
    min-height: 120px;
    border-radius: 20px;
    resize: none; }
  .contact-form-section-popup .error-message {
    font-family: "Averta-Semibold", "Nexa", sans-serif;
    font-size: 12px;
    color: #ff6b6b;
    margin-bottom: 5px;
    display: block;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.2s ease; }
    .contact-form-section-popup .error-message.show {
      opacity: 1;
      transform: translateY(0); }
  .contact-form-section-popup .form-submit-btn {
    background: #F04E37;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 14px 20px;
    font-family: "Averta-Semibold", "Nexa", sans-serif;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 10px;
    min-width: 180px;
    width: fit-content;
    margin-inline-start: auto; }
    .contact-form-section-popup .form-submit-btn:hover:not(:disabled) {
      background: #e32b11;
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(255, 68, 56, 0.3); }
    .contact-form-section-popup .form-submit-btn:active {
      transform: translateY(0); }
    .contact-form-section-popup .form-submit-btn:disabled {
      background: #ccc;
      cursor: not-allowed;
      transform: none;
      box-shadow: none; }
    .contact-form-section-popup .form-submit-btn.loading {
      position: relative;
      color: transparent; }
      .contact-form-section-popup .form-submit-btn.loading::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
        border: 2px solid transparent;
        border-top: 2px solid #ffffff;
        border-radius: 50%;
        animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }
.fixed-social-links {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); }
  .fixed-social-links a {
    display: block;
    transition: all 0.2s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px;
    width: 50px;
    height: 50px;
    background-color: #F04E37;
    border-bottom: 1px solid #ffffff4d; }
    .fixed-social-links a:last-child {
      border-bottom: none; }
    .fixed-social-links a.facebook {
      background-image: url("/public/facebook.svg"); }
    .fixed-social-links a.Tiktok {
      background-image: url("/public/tiktok.svg"); }
    .fixed-social-links a.instagram {
      background-image: url("/public/instagram.svg"); }
    .fixed-social-links a:hover {
      background-color: #ee351b; }

/*# sourceMappingURL=main.css.map */
