@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    background: url('images/bg.png') no-repeat center center;
    background-size: cover;
    margin: 0px !important;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
}

body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
}

/* Modal Background */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

/* Modal Box */
.modal-content {
    background: rgba(0, 0, 0, 1);
    width: 90%;
    max-width: 400px;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    animation: fadeIn 0.3s ease;
}

/* Close Button */
.close-btn {
    color: white;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2.5rem;
    cursor: pointer;
}

.modal-content img {
    width: 100%;
    height: auto;
}

/* CTA Button */
.cta {
    margin-top: 15px;
    padding: 10px 20px;
    background: orangered;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.cta:hover {
    background: #e0484c;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.no-margin {
    margin: 0px;
    margin-top: 10px;
}

canvas {
    position: absolute;
    background-color: transparent !important;
}

.tenor-gif-embed {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tenor-gif-embed img {
    height: 100vh;
}

#intro-screen {
    position: fixed;
    inset: 0;
    background: url('images/bg.png') no-repeat center center;
    background-size: cover;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 20px;
    transition: clip-path 1s ease-in-out;
    clip-path: circle(100% at center);
    overflow-y: scroll;
}

#intro-screen::-webkit-scrollbar {
    width: 0em;
}

#intro-screen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: clamp(100vh, calc(100vh + 20vw), 200vh);
    background: rgba(0, 0, 0, 0.9);
}

.intro-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    z-index: 9;
    width: 30vw;
}

.intro-content .salt {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    object-fit: cover;
    background-color: #000;
}

.intro-content .logo {
    width: auto;
    height: 100px;
}

.location-title {
    margin: 20px 0px;
}

.locations {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 30vw;
    text-align: center;
    /* border: 2px solid white; */
    /* grid-auto-flow: row;
    gap: 5px;
    margin: 10px 0px; */
}

.locations h5 {
    margin: 0px;
}

.locations p {
    margin: 0px !important;
}

.locations a {
    color: white !important;
    text-decoration: none !important;
}

.intro-content .social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.intro-content .social-icons a {
    color: orangered !important;
    margin-right: 10px;
}

#average-rating {
    margin: 10px 0px;
}

#average-rating span {
    font-size: 2.5rem;
    margin-bottom: 5px;
}

#average-rating strong {
    font-size: 1.3rem;
}

.intro-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 10px 0px;
}

.intro-buttons button {
    margin: 0px auto;
    display: block;
    padding: 10px 20px;
    background: orangered;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
}

.quick-links {
    grid-auto-flow: row;
    gap: 5px;
    margin: 10px 0px;
}

.quick-links button {
    padding: 4px 7px;
    background: black;
    color: white;
    border: 1px solid orangered;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: bold;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
}

#backBtn {
    position: fixed;
    top: 20px;
    left: 20px;
    padding: 10px 15px;
    font-size: 16px;
    z-index: 999;
    background-color: orangered;
    color: white;
    font-weight: 800;
    border: none;
    cursor: pointer;
    border-radius: 50px;
}



#magazine {
    width: auto;
    height: 100vh !important;
    overflow: hidden;
}

#magazine1 {
    width: auto;
    height: 100vh;
    overflow: hidden;
}

.menu-swiper {
    width: auto;
    height: auto;
}

.menu-swiper .swiper-slide {
    width: 100%;
    height: 100vh !important;
    margin-bottom: 30px;
}

.menu-swiper .swiper-slide img {
    width: 100%;
    height: auto;
}

.menu-swiper .swiper-pagination {
    display: none !important;
}

.menu-swiper .swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    text-align: center !important;
    line-height: 20px !important;
    font-size: 12px !important;
    color: #000 !important;
    opacity: 1 !important;
    background: white !important;
}

.menu-swiper .swiper-pagination-bullet span {
    margin: 0px !important;
}

.menu-swiper .swiper-pagination-bullet-active {
    color: #fff !important;
    background: orangered !important;
}

.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999 !important;
}

.navigation button {
    padding: 10px 20px;
    background-color: orangered;
    color: white;
    font-weight: 800;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

#review-section.hidden {
    display: none;
}

#review-section {
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 2rem;
    background: #fefefe;
    width: 500px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

#review-section h2 {
    margin-bottom: 0px;
    color: #111;
}

#review-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#review-form input,
#review-form textarea {
    width: 400px;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    margin-bottom: 10px;
}

#review-form .form-buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#review-form button {
    background: #2c7;
    color: white;
    padding: 0.75rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

#review-form button.cancel {
    background: orangered;
}

#reviews-display {
    color: white;
    width: 500px;
}

#reviews-list {
    list-style: none;
    padding-left: 0;
    margin-top: 1.5rem;
}

#reviews-list li {
    padding: 0.5rem;
    border-bottom: 1px solid #ddd;
}

.rating-stars {
    display: flex;
    gap: 6px;
    margin: 20px 0;
}

.rating-stars svg {
    width: 32px;
    height: 32px;
    cursor: pointer;
    fill: #000;
    transition: fill 0.2s;
}

.rating-stars svg.selected,
.rating-stars svg:hover,
.rating-stars svg:hover~svg {
    fill: gold;
}

.star svg {
    fill: #ccc;
    transition: fill 0.2s;
}

.star svg.selected {
    fill: gold;
}

/* Loader */
.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #444;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 0.8s linear infinite;
    margin-top: 10px;
}

.hidden {
    display: none;
}

#response {
    margin-bottom: 10px;
}

#response .error {
    background: red;
    color: white;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 0.9rem;
}

#response .success p {
    background: lightgreen;
    color: black;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 0.9rem;
    margin: 0px;
}

.review-swiper-container {
    width: 35vw;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper .swiper-wrapper {
    margin-bottom: 30px;
}

.swiper .swiper-slide {
    width: 50% !important;
    color: white;
    text-align: center;
    border-radius: 25px;
    /* border: 2px solid orangered; */
    background-color: black !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 25px 15px;
    max-height: 25vh;
    height: auto;
    overflow-y: auto;
}

.swiper .swiper-slide::-webkit-scrollbar {
    width: 0.2em;
}

.swiper .swiper-slide::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 50px !important;
}

.swiper .swiper-slide::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 50px !important;
}

.swiper .swiper-slide::-webkit-scrollbar-thumb:hover {
    background-color: white;
}

.swiper .swiper-pagination-bullet {
    background: white !important;
}

.swiper .swiper-pagination-bullet-active {
    background: orangered !important;
}

.build-tag {
    color: white;
    font-size: 0.8rem;
    margin: 0px;
    margin-top: 15px;
}

.wheel-container {
    /* display: flex; */
    display: none;
}

.wheel-container.show {
    display: flex;
    z-index: 99999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    background: #222;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.wheel-container canvas {
    border-radius: 50%;
    border: 5px solid black;
    cursor: pointer;
}

.wheel-container .pointer {
    position: absolute;
    top: 280px;
    left: 49%;
    /* transform: translateX(-50%); */
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid red;
    z-index: 999999;
}

.wheel-container #closeWheel {
    position: absolute;
    top: 10px;
    right: 10px;
}

#result {
    margin-top: 500px;
    font-size: 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 992px) and (max-height: 1080px) {
    #intro-screen::before {
        height: clamp(100vh, calc(145vh + 20vw), 200vh) !important;
    }
}

@media only screen and (max-width: 992px) and (max-height: 720px) {
    #intro-screen::before {
        height: clamp(150vh, calc(180vh + 20vw), 250vh) !important;
    }
}

@media only screen and (max-width: 992px) and (max-height: 640px) {
    #intro-screen::before {
        height: clamp(130vh, calc(185vh + 20vw), 250vh) !important;
    }
}

@media only screen and (max-width: 992px) and (max-height: 480px) {
    #intro-screen::before {
        height: clamp(200vh, calc(225vh + 20vw), 250vh) !important;
    }
}

@media only screen and (max-width: 992px) {
    body {
        width: 100%;
    }

    body::before {
        height: clamp(130vh, calc(100vh + 20vw), 200vh);
    }

    #intro-screen {
        overflow-y: scroll;
        padding: 35px 0px !important;
    }

    .intro-content {
        height: auto;
        /* overflow-y: auto; */
        width: 100vw;
    }

    .intro-buttons button {
        margin: 7px auto;
        padding: 10px 20px;
    }

    .locations {
        width: 100vw;
    }

    .turn-page {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    #review-section {
        z-index: 999;
        width: 100%;
        padding: 1rem 0px;
        margin: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    #review-form {
        margin: 0px !important;
    }

    #review-form input,
    #review-form textarea {
        width: 80vw;
        font-family: "Poppins", sans-serif !important;
    }

    #magazine {
        width: auto;
        height: auto;
    }

    #magazine1 {
        width: auto;
        height: auto;
    }

    .review-swiper-container {
        width: 100vw;
    }

    .swiper {
        width: 100%;
    }

    .swiper .swiper-slide {
        width: 90% !important;
        padding: 15px 10px;
        height: 25vh;
    }

    .swiper-slide strong,
    .swiper-slide p {
        margin: 0px;
        margin-bottom: 7px;
    }

    .review-stars {
        margin-bottom: 15px;
    }

    .menu-swiper .swiper-pagination {
        display: block !important;
    }

    .menu-swiper .swiper-slide {
        height: 90vh !important;
        margin-bottom: 10px;
    }

    .navigation {
        display: none;
    }

    .wheel-container .pointer {
        top: 220px;
        left: 46.5%;
    }
}

.container {
    display: flex;
    width: auto;
    height: auto;
}

.container svg {
    width: 150px;
    height: 150px;
}

.container>svg:first-child {
    transform: scaleX(-1);
}

.st0 {
    opacity: 0.5;
    fill: #F5F5F5;
}

.st1 {
    clip-path: url(#SVGID_2_);
    fill: #EAEAEA;
    stroke: #EAEAEA;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 6;
}

.st2 {
    clip-path: url(#SVGID_2_);
    fill: #FFFFFF;
}

.st3 {
    clip-path: url(#SVGID_2_);
}

.st4 {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.st5 {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1.003, 6.0182;
}

.st6 {
    fill: #FFFFFF;
}

.st7 {
    opacity: 0.4;
    fill: #EAEAEA;
}

.st8 {
    fill: none;
    stroke: #C9C9C9;
    stroke-width: 6;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.st9 {
    fill: none;
    stroke: #C9C9C9;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.st10 {
    fill: #C9C9C9;
}

.st11 {
    fill: #B5B5B5;
}

.st12 {
    fill: #939393;
}

.st13 {
    clip-path: url(#SVGID_4_);
    fill: none;
    stroke: #B5B5B5;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.st14 {
    fill: #FFFFFF;
    stroke: #D3D3D3;
    stroke-miterlimit: 10;
}

@-webkit-keyframes upanddown {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(10deg);
    }
}

@keyframes upanddown {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}

@-webkit-keyframes sel {
    0% {
        opacity: 0;
        -webkit-transform: translate(8px, -10px);
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-8px, 10px);
    }
}

@keyframes sel {
    0% {
        opacity: 0;
        transform: translate(10px, -10px);
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(-10px, 10px);
    }
}

#saliere {
    -webkit-transform-origin: 339px 226px;
    transform-origin: 339px 226px;
    -webkit-animation: upanddown 0.5s ease-out infinite alternate;
    animation: upanddown 0.5s ease-out infinite alternate;
}

#salt {
    -webkit-animation: sel 1s linear -0.18s infinite;
    animation: sel 1s linear -0.18s infinite;
}