﻿@tailwind base;
@tailwind components;
@tailwind utilities;

.header .logo img {
    width: 80px;
}

.lang-switch {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 6px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lang-switch__btn {
    border: 1px solid #d0d0d0;
    background: #fff;
    color: #444;
    border-radius: 999px;
    padding: 3px 8px;
    font-weight: 700;
    line-height: 1;
    transition: all 0.2s ease;
}

.lang-switch__btn:hover,
.lang-switch__btn:focus {
    border-color: #191684;
    color: #191684;
}

.lang-switch__btn.is-active {
    background: #191684;
    color: #fff;
    border-color: #191684;
}

.lang-switch__sep {
    color: #999;
    font-size: 11px;
}

.rating {
    position: absolute;
    top: 0px;
    left: 5px;
}

.rating span {
    vertical-align: middle;
}

.rating span i {
    background: #fff;
    border: 1px solid #000;
    padding: 2px;
}

.text-blue {
    color: #191684;
}

h1 {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Gabriela', serif;
}

.product-img a {
    display: block;
}

.product-img img {
    max-height: 140px;
    height: 140px;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
    object-fit: cover;
}


.filters {
    margin-top: 15px;
    margin-bottom: 15px;
}

.rad-label {
    display: flex;
    align-items: center;
    border-radius: 0px;
    padding: 5px 10px;
    margin: 10px 0;
    cursor: pointer;
    transition: .3s;
}

    .rad-label:hover,
    .rad-label:focus-within {
        background: hsla(0, 0%, 80%, .14);
    }

.rad-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}

.rad-design {
    width: 22px;
    height: 22px;
    border-radius: 100px;
    background: linear-gradient(to right bottom, hsl(154, 97%, 62%), hsl(225, 97%, 62%));
    position: relative;
}

    .rad-design::before {
        content: '';
        display: inline-block;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        background: hsl(0, 0%, 90%);
        transform: scale(1.1);
        transition: .3s;
    }

.rad-input:checked + .rad-design::before {
    transform: scale(0);
}

.rad-text {
    color: hsl(0, 0%, 60%);
    margin-left: 14px;

    text-transform: uppercase;
    font-size: 10px;
    font-weight: 900;
    transition: .3s;
}

.rad-input:checked ~ .rad-text {
    color: hsl(0, 0%, 40%);
}


/* ABS */
/* ====================================================== */
.abs-site-link {
    position: fixed;
    bottom: 40px;
    left: 20px;
    color: hsla(0, 0%, 0%, .5);
    font-size: 16px;
}

.map-gallery-sec iframe {
    width: 100%;
    height: 400px;
}

.addresses, #copybase {
    display: none;
}

.product-img, .product-description {
    overflow: hidden;
    position: relative;
}

.product-img .image-overlay {
    opacity: 0;
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, 0.77);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    line-height:  140px;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    z-index: 1;
}

.product-img:hover .image-overlay {
    opacity: 1;
}

.product-description .image-overlay {
    opacity: 0;
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, 0.77);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    padding: 45px 0px;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    z-index: 1;
}

.product-description:hover .image-overlay {
    opacity: 1;
}

.product-description .image-overlay a {
    display: inline-block;
}

.image-overlay a {
    color: #fff;
}

.fa-share-my::before {
    content: "\f384";
}

.btn-second {
    padding: 12px 15px 11px;
    border: 0px;
}

.map-gallery-sec {
    padding: 50px 0px;
}

.about-restaurent li {
    display: inline-block;
}



/*----------------------------------*/
.reasons {
    --h: 212deg;
    --l: 43%;
    --brandColor: hsl(var(--h), 71%, var(--l));
    font-family: Montserrat, sans-serif;
    margin: 0;
}

.reasons li {
    --stop: calc(100% / var(--length) * var(--i));
    --l: 62%;
    --l2: 88%;
    --h: calc((var(--i) - 1) * (180 / var(--length)));
    --c1: hsl(var(--h), 71%, var(--l));
    --c2: hsl(var(--h), 71%, var(--l2));
    position: relative;
    counter-increment: list;
    max-width: 45rem;
    margin: 10px 0px;
    padding: 20px 10px 0px;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    overflow: hidden;
    background-color: white;
}

.reasons li::before {
    content: '';
    display: block;
    width: 100%;
    height: 11px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, var(--c1) var(--stop), var(--c2) var(--stop));
}

.reasons h3 {
    display: flex;
    align-items: center;
    font-size: 22px;
    margin: 0 0 1rem;
    color: rgb(70 70 70);
}

.reasons h3::before {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    margin-right: 1rem;
    width: 3rem;
    height: 3rem;
    content: counter(list);
    padding: 1rem;
    border-radius: 50%;
    background-color: var(--c1);
    color: white;
}

.reasons li p {
    line-height: 20px;
    font-size: 18px;
    font-family: Calibri;
}

.internal-buttons {
    margin-top: 40px;
}

.reasons .book h3:before {
    content: "🗎"
}

.reasons .onestar h3:before {
    content: "★"
}

.reasons .twostar h3:before {
    content: "★★"
}

.reasons h3 {
    gap: 8px;
}

.reasons h3 .reason-title {
    display: inline-flex;
    align-items: center;
    flex: 1 1 auto;
}

.reasons h3 .reason-date {
    margin-left: auto;
    font-size: 12px;
    font-weight: 600;
    color: #6b6b6b;
    background: #f2f2f2;
    border-radius: 999px;
    padding: 2px 8px;
    white-space: nowrap;
}

.star-revoke {
    margin-top: 20px;
    display: grid;
    gap: 12px;
    font-family: Montserrat, sans-serif;
}

.star-revoke__item {
    border: 1px solid #f0d4d4;
    border-radius: 12px;
    padding: 14px 16px;
    background: #fff8f8;
}

.star-revoke__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-weight: 700;
    color: #8b2e2e;
    font-size: 16px;
}

.star-revoke__date {
    font-size: 12px;
    font-weight: 600;
    color: #9a2e2e;
    background: #ffe7e7;
    padding: 2px 10px;
    border-radius: 999px;
}

.star-revoke__text {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #5a2e2e;
}

.rest-img img {
    max-height: 400px;
    object-fit: cover;
}

.rest-img .rating i {
    font-size: 30px;
    margin-top: 6px;
}

h1 a {
    color: #000000de;
}


.clear-text {
    display: none;
    position: absolute !important;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 30px !important;
    font-weight: normal !important;
}

.search-box {
    position: relative;
}

@media screen and (max-width: 576px) {
    .main-search {
        width: 80% !important;
    }

    .filters {
        margin-top: 0px;
    }
}

@media screen and (max-width: 400px) {
    .section-padding {
        padding: 70px 0;
    }
}

