html {
font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}
body {
margin: 0;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
a {
color: #A26A20;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
a:hover {
color: rgb(137.7, 90.1, 27.2);
  text-decoration: none;
}
img, svg {
vertical-align: middle;
  max-width: 100%;
  height: auto;
}
ul, ol {
list-style: none;
  padding: 0;
  margin: 0;
}
button, input, optgroup, select, textarea {
font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button, input {
overflow: visible;
}
button, select {
text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
cursor: pointer;
}
table {
border-collapse: collapse;
  width: 100%;
}
:focus {
outline: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
}
.clearfix::after {
content: "";
  display: table;
  clear: both;
}
@font-face {
font-family: "Lexend";
  src: url("../fonts/Lexend/Lexend-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
font-family: "Lexend";
  src: url("../fonts/Lexend/Lexend-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
font-family: "Lexend";
  src: url("../fonts/Lexend/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
font-family: "Lexend";
  src: url("../fonts/Lexend/Lexend-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
font-family: "Lexend";
  src: url("../fonts/Lexend/Lexend-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
font-family: "Lexend", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-text-secondary);
}
h1, h2, h3, h4, h5, h6 {
font-family: "Lexend", sans-serif;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}
h1 {
font-size: 1.5rem;
}
@media (min-width: 1024px) {
h1 {
font-size: 1.875rem;
}
}
h2 {
font-size: 1.875rem;
}
h3 {
font-size: 1.5rem;
  font-weight: 600;
}
h4 {
font-size: 1.25rem;
  font-weight: 600;
}
h5 {
font-size: 1.125rem;
  font-weight: 500;
}
h6 {
font-size: 1rem;
  font-weight: 500;
}
p {
margin-bottom: 1rem;
}
p:last-child {
margin-bottom: 0;
}
a {
color: #A26A20;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
color: rgb(145.8, 95.4, 28.8);
}
.pt-4 {
padding-top: 1.5rem !important;
}
@keyframes slideOutUp {
from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes slideOutDown {
from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes slideOutLeft {
from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@keyframes slideOutRight {
from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(20px);
  }
}
.icon-transition svg:hover {
transform: scale(1.1);
  color: #A26A20;
}
.sm svg {
width: 24px;
  height: 24px;
}
.btn {
position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  color: #ffffff;
  background-color: #A26A20;
  border: 2px solid #A26A20;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  box-shadow: inset 0 0 0 rgba(255, 217, 0, 0), 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.4s ease, background-color 0.3s ease, border-color 0.4s ease;
}
.btn.breakfast, .btn.lunche, .btn.dinner {
color: #212529;
}
.btn.breakfast {
background-color: #F5E9D7;
  border: 2px solid #F5E9D7;
}
.btn.lunche {
background-color: #A5D88A;
  border: 2px solid #A5D88A;
}
.btn.dinner {
background-color: #AAB7D3;
  border: 2px solid #AAB7D3;
}
.btn.drink {
color: #212529;
  background-color: #A5D88A;
  border: 2px solid #A5D88A;
}
.btn:hover {
border-color: #c0a16b;
  box-shadow: inset 0 0 0 rgba(255, 217, 0, 0), 0 8px 20px rgba(255, 217, 0, 0.35);
}
.btn:active {
transform: scale(0.98);
  box-shadow: inset 0 0 10px rgba(192, 161, 107, 0.4), 0 3px 8px rgba(0, 0, 0, 0.2);
}
.btn:focus::after, .btn:active::after {
transform: translate(-50%, -50%) scale(15);
  opacity: 1;
  transition: transform 0.5s ease, opacity 1s ease;
}
.btn:disabled {
opacity: 0.6;
  cursor: not-allowed;
}
.btn > * {
position: relative;
  z-index: 1;
}
.btn.xs {
padding: 0.2rem 1rem;
}
.btn.sm {
padding: 0.4rem 1rem;
}
.btn-primary {
background-color: var(--button-color);
  border-color: var(--button-color);
}
.btn-primary:hover {
background-color: rgba(255, 217, 0, 0.85);
  border-color: #c0a16b;
}
.btn-secondary {
background-color: var(--color-accent);
  border-color: var(--color-accent);
}
.btn-secondary:hover {
background-color: var(--color-accent);
  border-color: #c0a16b;
}
.btn-outline:hover {
border-color: #c0a16b;
  background-color: rgba(255, 217, 0, 0.1);
}
.btn-outline:active {
background-color: rgba(255, 217, 0, 0.15);
}
.btn-outline:disabled {
opacity: 0.6;
  cursor: not-allowed;
  color: var(--button-color);
}
.btn-ghost:hover {
background-color: rgba(255, 217, 0, 0.1);
  box-shadow: none;
}
.btn-icon:hover {
background-color: rgba(255, 217, 0, 0.85);
  border-color: #c0a16b;
}
.btn-icon svg:hover,
.btn-icon i:hover {
transform: scale(1.2);
}
.btn-get-quotes:hover {
background-color: #1c1c1c;
  border-color: #c0a16b;
  transform: translateY(-2px);
}
.btn-get-quotes:active {
transform: translateY(0);
}
.btn-get-quotes:disabled {
opacity: 0.6;
  cursor: not-allowed;
  color: #ffffff !important;
}
.btn-submit:hover {
background: rgb(145.8, 95.4, 28.8);
  transform: translateY(-2px);
}
.btn-more:hover {
background: rgb(145.8, 95.4, 28.8);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.btn-more:active {
transform: translateY(0);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.btn-more:hover::after {
width: 220%;
  height: 220%;
  opacity: 1;
}
@keyframes levitate {
0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bubble {
0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes smoke {
0% {
    transform: translateY(0) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translateY(-30px) scale(1.2);
    opacity: 0;
  }
}
@keyframes shimmer {
0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes toss-pan {
0%, 100% {
    transform: rotate(0deg) translateY(0);
  }
  25% {
    transform: rotate(-8deg) translateY(-10px);
  }
  50% {
    transform: rotate(0deg) translateY(0);
  }
  75% {
    transform: rotate(8deg) translateY(-10px);
  }
}
@keyframes slide-egg {
0%, 50%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(8px);
  }
  75% {
    transform: translateX(-8px);
  }
}
@keyframes yolk-bubble {
from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
@keyframes rise-p1 {
0% {
    opacity: 0;
    transform: translate(45px, 55px) scale(0.8);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(55px, 20px) scale(1.5);
  }
}
@keyframes rise-p2 {
0% {
    opacity: 0;
    transform: translate(60px, 55px) scale(0.7);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(65px, 15px) scale(1.3);
  }
}
@keyframes rise-p3 {
0% {
    opacity: 0;
    transform: translate(75px, 55px) scale(0.9);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(80px, 25px) scale(1.6);
  }
}
@keyframes envelope-bounce {
0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  10% {
    transform: translateY(-5px) rotate(-2deg);
  }
  20% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-3px) rotate(1deg);
  }
}
@keyframes flap-open {
0%, 40% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  50%, 90% {
    transform: rotateX(180deg);
    opacity: 0.3;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes letter-slide {
0%, 40% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    transform: translateY(-15px);
    opacity: 1;
  }
  90% {
    transform: translateY(-15px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes text-fade {
0%, 40% {
    opacity: 0;
  }
  50%, 90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fly-particle-1 {
0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(25px, -20px) scale(1.2);
  }
}
@keyframes fly-particle-2 {
0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(30px, -15px) scale(1);
  }
}
@keyframes fly-particle-3 {
0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(28px, -25px) scale(1.3);
  }
}
@keyframes heartBeat {
0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.site-footer {
background: var(--color-surface-mcase);
  color: #ffffff;
  padding: 0.5rem 0 0;
}
.site-footer .footer-container {
max-width: 1140px;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 3rem;
}
.site-footer .footer-brand {
display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 10px;
}
@media (max-width: 576px) {
.site-footer .footer-brand {
display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
}
.site-footer .footer-brand .logo {
position: relative;
  width: 75%;
}
@media (max-width: 576px) {
.site-footer .footer-brand .logo {
width: 50%;
}
}
.site-footer .footer-brand .logo .image {
width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-footer .footer-brand .logo .overlay-link {
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.site-footer .footer-brand .tagline {
font-size: 1rem;
  line-height: 1.5;
  max-width: 250px;
}
.site-footer .footer-title {
font-family: "Space Grotesk", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: #F5E9D7;
}
.site-footer .footer-nav ul,
.site-footer .footer-contact ul {
list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-nav ul li,
.site-footer .footer-contact ul li {
margin-bottom: 0.25rem;
}
.site-footer .footer-nav ul li a,
.site-footer .footer-contact ul li a {
color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.site-footer .footer-nav ul li a:hover,
.site-footer .footer-contact ul li a:hover {
color: #A26A20;
}
.site-footer .footer-newsletter .newsletter-form {
display: flex;
  margin-bottom: 1rem;
}
.site-footer .footer-newsletter .newsletter-form input {
flex: 1;
  padding: 0.5rem;
  border: none;
  border-radius: 0.5rem 0 0 0.5rem;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, sans-serif;
}
@media (max-width: 1024px) {
.site-footer .footer-newsletter .newsletter-form input {
max-width: 175px;
}
}
.site-footer .footer-newsletter .newsletter-form button {
background: #A67C52;
  color: #212529;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0 0.5rem 0.5rem 0;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-footer .footer-newsletter .newsletter-form button:hover {
background: #4A5A3D;
  color: #ffffff;
}
.site-footer .footer-newsletter .footer-social {
display: flex;
  gap: 0.8rem;
}
.site-footer .footer-newsletter .footer-social a {
width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 1rem;
  padding: 5px;
}
.site-footer .footer-newsletter .footer-social a:hover {
background-color: var(--color-primary);
  color: #000;
}
.site-footer .footer-newsletter .footer-social a svg {
width: 22px;
  height: 22px;
  color: var(--color-surface);
  fill: currentColor;
}
.site-footer .footer-bottom {
margin-top: 3rem;
  padding: 1rem 0;
  background: #A26A20;
  text-align: center;
  font-size: 0.875rem;
  color: #ffffff;
}
@keyframes scrolling-spin {
0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp {
from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
@keyframes scrolling-spin {
0%, 100% {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
    }
}
}
@keyframes fadeInUp {
from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
html,
body {
overflow: hidden;
  overflow-y: auto;
  background: #ffffff;
}
.controls {
width: 30%;
  margin: 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 15px;
}
.controls button {
width: 60px;
  height: 60px;
  font-size: 30px;
  font-weight: bold;
  border: none;
  border-radius: 50%;
  background-color: #ffffff;
  color: #212529;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 15px rgba(124, 124, 124, 0.3);
  -moz-box-shadow: 0 4px 15px rgba(124, 124, 124, 0.3);
  box-shadow: 0 4px 15px rgba(124, 124, 124, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.controls button:active {
transform: scale(0.95);
}
@media (max-width: 576px) {
.controls button {
width: 40px;
    height: 40px;
}
}
.hero-meals {
position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}
.hero-meals.breakfasts {
background-color: #F5E9D7;
}
.hero-meals.lunches {
background-color: #A5D88A;
}
.hero-meals.dinners {
background-color: #AAB7D3;
}
.hero-meals .main-title {
font-weight: 500;
  max-width: 400px;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
@media (min-height: 300px) and (max-height: 800px) {
.hero-meals .main-title {
    position: absolute;
    white-space: nowrap;
}
}
@media (min-height: 300px) and (max-height: 600px) {
.hero-meals .main-title {
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.1rem;
    max-width: 300px;
    text-align: center;
    white-space: nowrap;
}
}
@media (min-height: 600px) and (max-height: 700px) {
.hero-meals .main-title {
    top: 9%;
    text-align: center;
    white-space: nowrap;
}
}
@media (min-height: 701px) and (max-height: 800px) {
.hero-meals .main-title {
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
    text-align: center;
    max-width: 400px;
    white-space: nowrap;
}
}
@media (min-height: 710px) and (max-height: 800px) {
.hero-meals .main-title {
    top: 10%;
    text-align: center;
    white-space: nowrap;
}
}
.hero-meals .hero-meals-box.js-enhanced .meal-item {
opacity: 0;
  position: absolute;
  pointer-events: none;
}
.hero-meals .circle {
position: relative;
  top: 80px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 2px dashed #212529;
  z-index: 2;
}
@media (min-height: 300px) and (max-height: 700px) {
.hero-meals .circle {
width: 300px;
    height: 300px;
}
}
@media (min-width: 300px) and (max-width: 576px) {
.hero-meals .circle {
width: 470px;
    height: 470px;
}
}
@media (min-width: 576px) and (max-width: 700px) {
.hero-meals .circle {
width: 330px;
    height: 330px;
}
}
.hero-meals .circle .min-circle {
border-radius: 50%;
  overflow: hidden;
}
.hero-meals .circle .min-circle .image {
width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-meals .line {
position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #ffffff;
  width: 100%;
  height: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 2;
}
.hero-meals .line .main-meal {
position: relative;
  top: -110px;
  width: 35%;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (min-width: 300px) and (max-width: 576px) {
.hero-meals .line .main-meal {
top: -80px;
    width: 100%;
    height: 300px;
}
}
@media (min-width: 576px) and (max-width: 700px) {
.hero-meals .line .main-meal {
top: 10px;
}
}
@media (min-height: 300px) and (max-height: 600px) {
.hero-meals .line .main-meal {
top: -30px;
}
}
.hero-meals .line .main-meal .box-image {
width: 300px;
  height: 300px;
}
@media (min-width: 300px) and (max-width: 576px) {
.hero-meals .line .main-meal .box-image {
width: 200px;
    height: 200px;
}
}
@media (min-height: 300px) and (max-height: 600px) {
.hero-meals .line .main-meal .box-image {
width: 100px;
    height: 100px;
}
}
.hero-meals .line .main-meal .box-image .image {
width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-meals .line .main-meal .controls {
position: absolute;
  top: 20px;
  display: flex;
  gap: 20px;
  width: 100%;
  min-width: 420px;
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 1;
}
@media (min-width: 300px) and (max-width: 576px) {
.hero-meals .line .main-meal .controls {
top: -20px;
    min-width: 300px;
    padding: 0px 20px 0px 20px;
    margin-top: 0px;
}
}
@media (min-height: 300px) and (max-height: 576px) {
.hero-meals .line .main-meal .controls {
top: 55px;
    height: 40px;
}
.hero-meals .line .main-meal .controls button {
font-size: 1.2rem;
    width: 40px;
    height: 40px;
}
}
.hero-meals .line .main-meal .info {
display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
  max-width: 370px;
}
.hero-meals .line .main-meal .info .title {
font-weight: 300;
  font-size: 1.5rem;
  max-width: 300px;
  height: 70px;
}
.hero-meals .line .main-meal .info .price-add {
display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 250px;
}
.hero-meals .line .main-meal .info .price-add .price {
font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 576px) {
.hero-meals .line .main-meal .info .title {
font-size: 1.2rem;
    max-width: 250px;
}
.hero-meals .line .main-meal .info .price-add {
width: 220px;
}
.hero-meals .line .main-meal .info .price-add .price {
font-size: 1.3rem;
}
}
@media (min-height: 300px) and (max-height: 576px) {
.hero-meals .line .main-meal .info {
padding-top: 5px !important;
}
.hero-meals .line .main-meal .info .title {
font-size: 0.8rem;
    height: 20px;
}
.hero-meals .line .main-meal .info .price-add .price {
font-size: 0.83rem;
}
}
@keyframes move-circle {
0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    transform: translate(var(--move-x), var(--move-y));
    opacity: 1;
  }
}
@keyframes spinner {
to {
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp {
from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}