/* ========== Global Styles ========== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Inter', "Helvetica Neue", Arial, sans-serif;
}

body {
    background-color: rgb(20, 20, 20);
    color: rgb(255, 255, 255);
    margin: 0;
    padding: 0;
    height: 100%;
}

.fade-in-section {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.4s ease-out, transform 0.6s ease-out;
}

.fade-in-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.blur-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 0.8em;
    height: auto;
    width: 5.8em;
    border: none;
    outline: none;
    border-radius: 50px;
    background: rgb(231, 88, 44);
    color: rgb(255, 255, 255);
}

.button:hover {
    background: rgb(232, 94, 50);
    transition: color 0.2s ease-in-out;
}

body.menu-active {
    overflow: hidden;
    height: 100vh;
}

:focus:not(:focus-visible) {
    outline: none;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    backdrop-filter: blur(6px);
    filter: brightness(1);
}

.lightbox.visible {
    opacity: 1;
    visibility: visible;
}
  
.lightbox-img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 20px;
}
  
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 2;
  background-color: rgba(72, 72, 74, 0.4);
  border-radius: 50px;
  position: absolute;
}

.lightbox-close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2.6' d='M6 18L18 6M6 6l12 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.break-line {
    border-bottom: 1px solid rgb(38, 38, 40);
    width: 80%;
    margin: 1em auto 1em;
}

/* ========== Navigation ========== */

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0);
    height: 3em;
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index: 99;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    z-index: 1;
    width: 100%;
    max-width: 80%;
}

#navbar-logo {
    background-size: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    margin: 0.6em;
    margin-bottom: 1em;
}

#navbar-logo img {
    height: 82px;
    width: auto;
}

.navbar-menu {
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
    max-width: 100%;
    overflow-x: hidden;
}

.navbar-link {
    color: rgb(180, 180, 180);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 2rem;
    height: 100%;
    transition: all 0.2s ease-in-out;
    font-size: 0.8em;
}

.navbar-link i {
  margin-right: 0.5em;
}

.navbar-link:hover {
    color: rgb(255, 255, 255);
}

/* ========== Home ========== */

.home-phrase {
    text-align: center;
    font-size: 8em;
    margin: 0.4em 0 0 0;
}
  
#highlight {
    background: linear-gradient(to right, rgb(255,59,48), rgb(231, 88, 44), rgb(255,204,0));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
  
#home-contact-button,
#home-menus-button,
#home-rentals-button {
    font-size: 1em;
    text-align: center;
    border-radius: 30px;
    width: 8em;
    margin: 2em auto;
}
  
.star-swiper {
    width: 100%;
    overflow: hidden;
    margin: 2em;
}

.image-swiper {
    width: 100%;
    overflow: hidden;
    margin: 2em;
}
  
.star-swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.image-swiper .swiper-wrapper {
    transition-timing-function: linear;
}
  
.star-swiper .swiper-slide {
    width: auto;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.image-swiper .swiper-slide {
    width: auto;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
  
.star {
    width: 6em;
    min-width: 60px;
    min-height: 60px;
    height: auto;
}
  
.image-swiper {
    overflow: visible;
}
  
.swiper-slide {
    overflow: visible;
    padding: 0.2em;
}
  
.image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 15px;
    display: block;
}
  
.home-text-1,
.home-text-2,
.home-text-3,
.home-text-4,
.home-text-more-about-us {
    text-align: center;
    font-weight: 600;
}

.home-text-1 {
    font-size: 1.5em;
    margin: 0.5em auto;
}
  
.home-text-2 {
    font-size: 2.8em;
}
  
.home-text-4 {
    margin: 1em auto;
    font-size: 2em;
    max-width: 800px;
}
  
.rentals-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    border-radius: 30px;
    display: block;
    margin: 2em auto;
}
  
.subtle-link {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}
  
.subtle-link:hover {
    color: rgb(231, 88, 44);
}

/* ========== Menus ========== */

.menus-phrase {
    text-align: center;
    font-size: 6em;
    margin: 0.6em 0 0 0;
}
  
.menus-text-1 {
    text-align: center;
    font-size: 1.5em;
    margin: 0.5em auto 1em;
    font-weight: 600;
}
  
.menus-text-2,
.menus-text-3,
.menus-text-4,
.menus-text-5,
.menus-text-6 {
    text-align: center;
    font-weight: 600;
    font-size: 2.8em;
    margin: 0.2em auto;
    max-width: 800px;
}
  
.menus-text-included {
    text-align: center;
    font-weight: 800;
    font-size: 1.8em;
    margin: 1em;
}
  
.included-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
  
.included-card {
    background: rgb(36, 36, 38);
    padding: 24px;
    border-radius: 30px;
    width: 250px;
    line-height: 1.6;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    text-decoration: none;
    color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}
  
.included-card:hover {
    transform: scale(1.025);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
  
.included-card .badge {
    color: rgb(255, 255, 255);
    padding: 6px 18px;
    font-size: 0.95rem;
    font-weight: 500;
    margin: 16px 0 18px;
    background: rgb(231, 88, 44);
    width: fit-content;
    border-radius: 50px;
}
  
.included-card .card-description {
    font-size: 1em;
}

[class*="-swiper"].swiper {
    padding: 0 1rem;
    overflow-x: hidden;
}

.card-wrapper {
    width: 100%;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.card-list {
    margin-bottom: 3em;
    padding-top: 1em;
}

.card-list .card-item {
    list-style: none;
    position: relative;
}

.card-list .card-item .card-link {
    user-select: none;
    display: block;
    background: rgb(36, 36, 38);
    padding: 24px;
    border-radius: 30px;
    line-height: 1.6;
    text-decoration: none;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 400px;
}

.card-list .card-item .card-link:active {
    cursor: grabbing;
}

.card-list .card-item .card-link:hover {
    transform: scale(1.02);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.card-list .card-link .card-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 15px;
}

.card-list .card-link .badge {
    color: rgb(255, 255, 255);
    padding: 6px 18px;
    font-weight: 500;
    margin: 16px 0 18px;
    background: rgb(231, 88, 44);
    width: fit-content;
    border-radius: 50px;
}

.card-list .card-link .gluten-free {
    color: rgb(255, 255, 255);
    padding: 6px 12px;
    font-size: 0.70rem;
    font-weight: 500;
    margin: 16px 0 18px;
    background: rgb(240, 140, 0);
    width: fit-content;
    border-radius: 50px;
}

.card-list .card-link .vegetarian {
    color: rgb(255, 255, 255);
    padding: 6px 12px;
    font-size: 0.70rem;
    font-weight: 500;
    margin: 16px 0 18px;
    background: rgb(0, 125, 27);
    width: fit-content;
    border-radius: 50px;
}

.card-list .card-link .card-description {
    font-size: 1em;
    color: rgb(255, 255, 255);
    font-weight: 400;
}

.swiper-buttons {
    display: flex;
    justify-content: center;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    position: absolute;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
    transition: opacity 0.6s ease, transform 0.6s ease, background-color 0.3s ease;
}

.swiper .swiper-button-prev {
    margin-left: 1.5em;
}

  .swiper .swiper-button-next {
    margin-right: 1.5em;
}

.swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.swiper .swiper-button-prev:active,
.swiper .swiper-button-next:active {
    background-color: rgba(255, 255, 255, 0.2);
}

.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
    content: none;
}

.swiper .swiper-button-prev svg {
    width: 34px;
    height: 34px;
    margin-right: 2px;
}

.swiper .swiper-button-next svg {
    width: 34px;
    height: 34px;
    margin-left: 2px;
}

.swiper-button-prev svg path,
.swiper-button-next svg path {
  stroke: rgb(180, 180, 180);
  transition: stroke 0.2s ease-in-out;
}

.swiper-button-prev:hover svg path,
.swiper-button-next:hover svg path {
  stroke: rgb(255, 255, 255);
}

.swiper-button-prev:focus:not(:focus-visible),
.swiper-button-next:focus:not(:focus-visible) {
    outline: none;
}

.swiper-pagination {
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 4px;
    padding-top: 1em;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: rgb(68, 68, 70);
    border-radius: 50%;
    opacity: 0.8;
    transition: opacity 0.3s ease, background-color 0.3s ease;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgb(255, 255, 255);
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet:hover {
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}
  
.inquiry-wrapper {
    background: rgb(0, 0, 0);
    padding: 2em;
    border-radius: 20px;
    max-width: 600px;
    width: 100%;
    margin: 2em auto;
}
  
.menu-inquiry-text {
    font-weight: 500;
    text-align: center;
    max-width: 600px;
    margin: 1em auto;
    font-size: 1rem;
    padding: 0 20px;
}
  
.inquiry-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 0.75em;
    width: 8em;
    border: none;
    color: rgb(231, 88, 44);
    margin: 1.5em auto 1em;
    font-size: 1em;
    gap: 0.2em;
    background: transparent;
}
  
.button-text {
    text-decoration: none;
    transition: text-decoration 0.2s ease;
}
  
.inquiry-button:hover .button-text {
    text-decoration: underline;
    color: rgb(236, 98, 54);
}
  
.arrow {
    position: relative;
    transition: transform 0.2s ease, color 0.2s ease;
    top: 1.5px;
}
  
.inquiry-button:hover .arrow {
    color: rgb(236, 98, 54);
    transform: translateX(3px);
}

/* ========== Rentals ========== */

.rentals-phrase {
    text-align: center;
    font-size: 6em;
    margin: 0.6em 0.2em 0 0.2em;
}

.rentals-text-1 {
    text-align: center;
    font-size: 1.5em;
    margin: 0.5em auto 1em;
    font-weight: 600;
}

.card-rental-badge {
    color: white;
    padding: 6px 18px;
    font-size: 0.95rem;
    font-weight: 500;
    margin: 2px 0 18px;
    background: rgb(231, 88, 44);
    width: fit-content;
    border-radius: 50px;
}

.rentals-description {
    margin-top: 10px;
}

/* ========== About ========== */

.about-text-more-about-us {
    text-align: center;
    font-size: 6em;
    margin: 0.6em 0.2em 0 0.2em;
}

.about-text {
    flex: 1;
    max-width: 50%;
    background-color: rgb(36, 36, 38);
    border-radius: 30px;
    padding: 2em;
    margin-left: 6em;
    color: rgb(255, 255, 255);
    line-height: 1.6;
    font-size: 1em;
    font-weight: 400;
}

.about-text p {
    margin: 1em;
}

.awards-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.8em;
    flex-wrap: wrap;
    gap: 3em;
    margin-top: 2em;
}

.about-awards {
    flex: 1;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 2em;
    justify-content: flex-start;
    align-items: center;
    margin-right: 6em;
}
  
.award-image-1 {
    width: 20em;
    max-width: 100%;
    height: auto;
}
  
.award-image-1 {
    background-color: white;
    border-radius: 200px;
    padding: 0.4em;
}
  
.award-image-link {
    transition: transform 0.3s ease-in-out;
}
  
.award-image-link:hover {
    transform: scale(1.02);
}

/* ========== Contact ========== */

.contact-phrase {
    text-align: left;
    padding-top: 0.5em;
    padding-bottom: 0.20em;
    font-size: 6rem;
    overflow: hidden;
    margin-left: 0.85em;
    margin-bottom: -0.2em;
}

.contact-text-1 {
    text-align: left;
    overflow: hidden;
    margin-left: 4.5em;
    margin-right: 4.5em;
    margin-bottom: 1em;
    max-width: 30em;
    font-size: 1.2em;
    font-weight: 600;
}

.contact-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.5em;
    padding: 3em;
    margin: 0 5em;
    max-width: 100%;
    background-color: rgb(0, 0, 0);
    border-radius: 30px;
    height: auto;
    box-sizing: border-box;
}

.contact-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    max-width: 100%;
}

.contact-input,
.contact-left textarea {
    width: 100%;
    min-width: 200px;
    max-width: 100%;
    height: auto;
    padding: 1em;
    font-size: 1em;
    font-weight: 500;
    color: rgb(255, 255, 255);
    background-color: rgb(36, 36, 38);
    border: none;
    outline: none;
    border-radius: 20px;
    box-sizing: border-box;
}

.dropdown-menu-list {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.dropdown-menu-list .list-anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.dropdown-menu-list ul.items {
  padding: 2px;
  display: none;
  margin: 0.5em 0em -0.5em 0em;
  border-top: none;
}

.dropdown-menu-list ul.items li {
  list-style: none;
  margin: 0.5em 0 0.5em 0;
}

.dropdown-menu-list.visible .list-anchor {
  color: rgb(170, 170, 170);
}

.dropdown-menu-list.visible .items {
  display: block;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

.list-anchor {
    text-decoration: none;
    color: rgb(170, 170, 170);
}

input[type="number"].contact-input::-webkit-outer-spin-button,
input[type="number"].contact-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"].contact-input.visible {
    opacity: 1;
    transform: none;
}

.menu-section {
    color: rgb(255, 255, 255);
    padding: 6px 18px;
    font-weight: 500;
    margin: 0.1px 0 10px;
    background: rgb(231, 88, 44);
    width: fit-content;
    border-radius: 50px;
}

.menu-section:hover {
    background: rgb(232, 94, 50);
    transition: all 0.2s ease-in-out;
}

.note {
    color: rgb(170, 170, 170);
}

.contact-left textarea {
    height: 280px;
    resize: none;
    overflow: auto;
}

.contact-input:focus,
.contact-left textarea:focus {
  outline: none;
  border: 2px solid rgb(231, 88, 44);
  transition: border 0.2s ease !important;
}

.contact-input::placeholder,
.contact-left textarea::placeholder {
    font-size: 1em;
    color: rgb(170, 170, 170);
}

#contact-button {
    font-size: 1em;
    text-align: center;
    border-radius: 30px;
    width: 8em;
    margin: 1em auto;
    padding: 0.8em;
    cursor: pointer;
    font-weight: 400;
}

#contact-button:hover {
    background: rgb(232, 94, 50);
    transition: all 0.2s ease-in-out;
}

.contact-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2em;
    max-width: 100%;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 100%;
}

.contact-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5em 0;
    border-bottom: 1px solid rgb(38, 38, 40);
}

.contact-row:last-child {
    border-bottom: none;
}

.label {
    font-weight: 500;
    color: rgb(170, 170, 170);
    margin: 0;
    flex: 1;
}

.value {
    text-align: right;
    color: rgb(255, 255, 255);
    flex: 1;
}

.contact-map {
    width: 100%;
}

.contact-map iframe {
    width: 100%;
    height: 340px;
    border: none;
    border-radius: 15px;
    margin-top: 1em;
}

/* ========== Footer ========== */

.footer {
    padding: 2rem;
    text-align: center;
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin: 4rem;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 0.5em;
    user-select: none;
}

.footer-social a {
    margin: 0 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 4px;
}

.footer-social a i {
    color: rgb(180, 180, 180);
    font-size: 30px;
    transition: all 0.2s ease-in-out;
}

.footer-social a:hover i {
    color: rgb(255, 255, 255);
}

.footer-copy {
    font-size: 0.8rem;
    margin-top: 1rem;
    color: rgb(180, 180, 180)
}

@media screen and (max-width: 960px) {

    /* ========== Navigation ========== */

    .navbar-container {
        display: flex;
        justify-content: space-between;
        height: 4em;
        z-index: 1;
        width: 100%;
        max-width: 1300px;
        padding: 0;
    }

    .navbar-menu {
        display: grid;
        grid-template-columns: auto;
        margin: 0;
        width: 100%;
        position: absolute;
        background: rgba(0, 0, 0);
        overflow: hidden;
        top: 100%;
        height: 0;
        opacity: 0;
        visibility: hidden;
        transition: height 0.5s ease, opacity 0.3s ease, visibility 0.3s;
        border-radius:0px 0px 60px 60px;
    }

    .navbar-menu.active {
        height: 28em;
        opacity: 1;
        visibility: visible;
    }

    .navbar-bar {
        width: 20px;
        height: 2px;
        margin: 4px auto;
        transition: all 0.3s ease-in-out;
        background: rgb(224, 224, 224);
        border-radius: 50px;
    }

    .navbar-item {
        width: 100%;
        margin: 0em;
        padding: 0em;
    }

    .navbar-link {
        text-align: center;
        padding: 1em;
        width: 100%;
        display: block;
        font-size: 1.4em;
        margin-top: -2em;
    }

    #mobile-menu {
        position: absolute;
        top: 50%;
        right: 3%;
        transform: translateY(-50%);
    }

    .navbar-toggle {
        width: 34px;
        height: 34px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        gap: 3px;
    }

    .navbar-bar {
        width: 18px;
        height: 2px;
        background: rgb(255, 255, 255);
        border-radius: 50px;
        margin: 0;
        display: block;
    }

    #mobile-menu.is-active .navbar-bar:nth-child(2) {
        opacity: 0;
    }

    #mobile-menu.is-active .navbar-bar:nth-child(1) {
        transform: translateY(5px) rotate(45deg);
    }

    #mobile-menu.is-active .navbar-bar:nth-child(3) {
        transform: translateY(-5px) rotate(-45deg);
    }

    #navbar-logo img {
        height: 62px;
        width: auto;
    }

    /* ========== Home ========== */

    .home-phrase {
        font-size: 3em;
        margin: 0.4em 0.2em 0 0.2em;
    }

    .home-text-1 {
        font-size: 0.8em;
        margin: 0.5em auto;
    }

    .star-swiper,
    .image-swiper {
        width: 100%;
        overflow: hidden;
        margin: 0.8em;
    }

    .star {
        width: 1em;
        min-width: 40px;
        min-height: 40px;
        height: auto;
    }

    .image {
        width: 100%;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        border-radius: 12px;
        display: block;
    }

    .image:hover {
        transform: none;
    }

    .home-text-2 {
        font-size: 1.05em;
    }

    #home-contact-button,
    #home-menus-button,
    #home-rentals-button {
        font-size: 0.8em;
        text-align: center;
        border-radius: 30px;
        width: 8em;
        margin: 2em auto;
    }

    .rentals-image {
        width: 100%;
        max-width: 300px;
        height: auto;
        border-radius: 16px;
        display: block;
        margin: 2em auto;
    }

    .rentals-image:hover {
        transform: none;
    }

    .home-text-4 {
        font-size: 1em;
        margin: 0 2em 0 2em;
    }

    /* ========== Menus ========== */

    .menus-phrase {
        font-size: 2em;
    }

    .menus-text-1 {
        font-size: 0.8em;
        margin: 0.5em 1em 1em 0em;
    }

    .menus-text-2,
    .menus-text-3,
    .menus-text-4,
    .menus-text-5,
    .menus-text-6 {
        font-size: 1.4em;
    }

    .menus-text-included {
        font-size: 0.8em;
    }

    .included-card {
        padding: 16px;
        border-radius: 20px;
        margin: 0 auto;
    }
    
    .included-card:hover {
        transform: none;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.10);
    }
    
    .included-card .badge {
        font-size: 0.8em;
        padding: 4px 12px;
        margin: 12px 0 14px;
    }
    
    .included-card .card-description {
        font-size: 0.8em;
    }

    .card-list .card-item .card-link {
       
        padding: 16px;
        border-radius: 20px;
        margin: 0 auto;
        transform: none;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.10);
    }
    
    .card-list .card-item .card-link:hover {
        transform: none;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.10);
    }
    
    .card-list .card-link .badge {
        font-size: 0.8em;
        padding: 4px 12px;
        margin: 12px 0 14px;
    }
    
    .card-list .card-link .gluten-free,
    .card-list .card-link .vegetarian {
        font-size: 0.1em;
        padding: 4px 12px;
        margin: 5px 0 10px;
    }
    
    .card-list .card-link .card-description {
        font-size: 0.8em;
    }

    .swiper-buttons button {
        width: auto;
    }

    .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
        position: static;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        background-color: rgba(255, 255, 255, 0.05);
        margin: 0 0.5em;
        width: 40px;
        height: 40px;
    }

    .swiper .swiper-button-prev svg {
        width: 28px;
        height: 28px;
        margin-right: 2px;
    }
    
    .swiper .swiper-button-next svg {
        width: 28px;
        height: 28px;
        margin-left: 2px;
    }
  
    .swiper-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -2em;
        margin-bottom: 2em;
        gap: 1em;
    }
  
    .swiper:hover .swiper-button-prev,
    .swiper:hover .swiper-button-next {
        opacity: 1;
        transform: none;
    }

    .swiper-pagination {
        gap: 2px;
        padding-top: 0.5em;
    }
    
    .swiper-pagination .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }

    .inquiry-wrapper {
        padding: 1.5em 1em;
        border-radius: 16px;
        margin: 2em auto;
        width: 80%;
    }
    
    .menu-inquiry-text {
        font-size: 0.8rem;
        padding: 0 10px;
    }

    .inquiry-button {
        width: 100%;
        max-width: 300px;
        padding: 0.2em;
        font-size: 0.95em;
    }
    
    .inquiry-button:hover .arrow {
        transform: none;
    }
    
    .inquiry-button:hover .button-text {
        text-decoration: none;
    }

    /* ========== Rentals ========== */

    .rentals-phrase {
        font-size: 2em;
        margin: 0.6em 0.2em 0 0.2em;
    }
    
    .rentals-text-1 {
        font-size: 0.8em;
        margin: 0.5em auto 1em;
    }

    .card-rental-badge {
        font-size: 0.8em;
        padding: 3px 10px;
        margin: 12px 0 14px;
    }
    
    .rentals-description {
        font-size: 0.8em;
    }

    /* ========== About ========== */

    .about-text-more-about-us {
        font-size: 2em;
    }

    .awards-section {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2em;
        padding: 1em;
    }
    
    .about-awards {
        flex: 1 1 100%;
        max-width: 90%;
        margin: -1em auto;
        text-align: center;
    }
    
    .award-image-link {
        width: 12em;
    }

    .award-image-link:hover {
        transform: none;
    }
    
    .about-text {
        max-width: 28em;
        margin: 0em 0em 2em 0em;
        padding: 1.5em;
        font-size: 0.85em;
    }

    /* ========== Contact ========== */

    .contact-phrase {
        font-size: 2em;
        margin: 0em 0.2em 0em 0.4em;
        
    }
    
    .contact-text-1 {
        font-size: 0.8em;
        margin: 0em 0.4em 1em 1.4em;
    }
    
    .contact-container {
        flex-direction: column;
        gap: 2em;
        padding: 2em 1.5em;
        margin: 0 1em;
    }
    
    .contact-left,
    .contact-right {
        width: 100%;
    }
    
    .contact-input,
    .contact-left textarea {
        min-width: unset;
        font-size: 0.95em;
    }
    
    .contact-left button {
        font-size: 0.95em;
        padding: 0.6em 1.2em;
    }
    
    .contact-map iframe {
        height: 250px;
        max-width: 100%;
    }
    
    .contact-row {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    
    .label,
    .value {
        flex: unset;
        width: 100%;
        font-size: 0.9em;
    }

    .contact-map iframe {
        height: 380px;
    }

    /* ========== Footer ========== */

    .footer-container {
      margin: 4rem;
      gap: 0.4rem;
    }
  
    .footer-social a i {
      font-size: 25px;
    }
  
    .footer-copy {
      font-size: 0.6rem;
    }

}