
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .8s ease-out, visibility 0s linear .0s;
        visibility: visible;
        opacity: 1;
    }
/*** Spinner End ***/


.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

body {
    color: #5f5854;
}

h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 400 !important;
    font-family: 'Playball', cursive !important;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif !important;
}

.my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.py-6 {
    padding-top: 3.35rem;
    padding-bottom: 3.35rem;
}

.section-hero {
    background: #fff9f1;
}

    .section-hero .display-2 {
        max-width: 760px;
        font-size: clamp(3.15rem, 5vw, 4rem);
        line-height: 1.02;
    }

    .section-hero img {
        max-height: 520px;
        object-fit: contain;
    }

.display-6 {
    font-size: clamp(2rem, 3vw, 2.35rem);
    line-height: 1.1;
}

.container-fluid small.d-inline-block {
    font-size: .78rem;
    letter-spacing: .04em;
}

.section-white {
    background: #ffffff;
}

.about-section {
    padding-bottom: 2.4rem !important;
}

.testimonial-section {
    padding-top: 3rem !important;
}

.menu.section-menu.my-6 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.section-menu {
    background: #fff9f1;
}

.section-location {
    background: #fff9f1;
}

.section-footer {
    background: #fff9f1;
}

.section-hero,
.section-menu,
.section-location,
.section-footer {
    border-top: 1px solid rgba(210, 28, 50, .06);
    border-bottom: 1px solid rgba(210, 28, 50, .06);
}

.wow,
.animated {
    animation-duration: 1s !important;
    animation-timing-function: cubic-bezier(.22, 1, .36, 1) !important;
}


/*** Button Start ***/
.btn.btn-primary {
    border: 0;
}

    .btn.btn-primary:hover {
        background: #000000 !important;
        color: var(--bs-primary) !important;
    }

.btn {
    font-weight: 600;
    transition: .25s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 38px;
    height: 38px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
/*** Button End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-light);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.navbar .navbar-nav .nav-link {
    padding: 10px 12px;
    font-weight: 600;
    font-size: 17.5px;
    transition: .25s;
}

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        color: var(--bs-primary);
    }

/*** Navbar End ***/


/*** service start ***/
.service .service-item {
    position: relative;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .055);
}

.service .delivery-option {
    background: #fff9f1 !important;
    border: 1px solid rgba(210, 28, 50, .12);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .05);
}

.service-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: var(--bs-primary);
    border-radius: 8px;
    transition: 1s;
}

.service-item:hover .service-content::after {
    height: 100%;
    opacity: 1;
}

.service-item .service-content-icon {
    position: relative;
    z-index: 2;
}

    .service-item .service-content-icon i,
    .service-item .service-content-icon p {
        transition: 1s;
    }

.service-item:hover .service-content-icon i {
    color: var(--bs-dark) !important;
}

.service-item:hover .service-content-icon p {
    color: var(--bs-white);
}

.service-item:hover .service-content-icon a.btn-primary {
    background: var(--bs-white);
    color: var(--bs-dark);
}

.service-item .service-content-icon a.btn-primary {
    transition: 1s !important;
}

.service-content {
    padding: 1.65rem !important;
}

.service-content-icon i.fa-5x {
    margin-bottom: 1.25rem !important;
    font-size: 3.25rem;
}

.service-content-icon h4 {
    margin-bottom: .75rem !important;
    font-size: 1.08rem;
    line-height: 1.25;
}

.service-content-icon p {
    margin-bottom: 1rem !important;
    font-size: .92rem;
    line-height: 1.45;
}

.service-content-icon .btn {
    padding: .5rem 1.25rem !important;
    font-size: .9rem;
}
/*** Services End ***/


/*** Menu Start ***/
.menu .nav-item a.active {
    background: var(--bs-primary) !important;
}

.menu-category-tabs {
    flex-wrap: nowrap;
    gap: .3rem;
    width: max-content;
    min-width: 0;
    padding: 0 .25rem;
    justify-content: flex-start;
}

.menu-category-wrap {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: .65rem;
    align-items: center;
}

.menu-category-scroll {
    overflow-x: auto;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}

.menu-scroll-btn {
    width: 40px;
    height: 40px;
    border: 1px solid var(--bs-primary);
    border-radius: 50%;
    background: var(--bs-white);
    color: var(--bs-primary);
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1;
    transition: .3s;
}

    .menu-scroll-btn:hover {
        background: var(--bs-primary);
        color: var(--bs-white);
    }

.menu-category-tabs .nav-link {
    min-height: 40px;
    border: 1px solid var(--bs-primary);
    border-radius: 50rem;
    background: var(--bs-white);
    color: var(--bs-dark);
    font-weight: 600;
    padding: .54rem .95rem;
    font-size: .92rem;
}

    .menu-category-tabs .nav-link.active,
    .menu-category-tabs .nav-link:hover {
        background: var(--bs-primary);
        color: var(--bs-white);
    }

@media (min-width: 992px) {
    .menu-catalog {
        display: grid;
        grid-template-columns: 245px minmax(0, 1fr);
        gap: 1.4rem;
        align-items: start;
    }

    .menu-category-wrap {
        position: sticky;
        top: 92px;
        display: block;
        margin-bottom: 0 !important;
    }

    .menu-scroll-btn {
        display: none;
    }

    .menu-category-scroll {
        overflow: visible;
    }

    .menu-category-tabs {
        display: grid;
        width: 100%;
        gap: .45rem;
        padding: .85rem;
        border: 1px solid rgba(210, 28, 50, .12);
        border-radius: 8px;
        background: var(--bs-white);
        box-shadow: 0 10px 26px rgba(0, 0, 0, .045);
    }

        .menu-category-tabs .nav-item {
            width: 100%;
            padding: 0 !important;
        }

        .menu-category-tabs .nav-link {
            width: 100%;
            justify-content: flex-start;
            border-color: rgba(210, 28, 50, .14);
            border-radius: 8px;
            text-align: left;
            white-space: normal;
        }
}

.menu-card {
    display: flex;
    height: 100%;
    gap: 15px;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid rgba(210, 28, 50, .12);
    background: var(--bs-white);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .045);
}

    .menu-card img {
        width: 108px;
        height: 100px;
        flex: 0 0 108px;
        border-radius: 8px;
        object-fit: cover;
    }

.menu-card-body {
    min-width: 0;
    flex: 1;
}

.menu-card h4 {
    font-size: 1rem;
    line-height: 1.28;
}

.menu-card p {
    font-size: .92rem;
    line-height: 1.5;
}

.menu-price {
    flex-shrink: 0;
    color: var(--bs-primary);
    font-size: .96rem;
    font-weight: 700;
}

.menu-add-btn {
    min-width: 88px;
    padding-top: .45rem !important;
    padding-bottom: .45rem !important;
    font-size: .9rem;
}

.menu-cart-button {
    position: fixed;
    right: 28px;
    bottom: 92px;
    z-index: 999;
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    box-shadow: 0 12px 35px rgba(210, 28, 50, .28);
}

    .menu-cart-button i {
        font-size: 1.25rem;
    }

    .menu-cart-button span {
        position: absolute;
        top: -7px;
        right: -7px;
        min-width: 26px;
        height: 26px;
        padding: 0 6px;
        border: 2px solid var(--bs-white);
        border-radius: 50rem;
        background: var(--bs-dark);
        color: var(--bs-white);
        font-size: .82rem;
        font-weight: 700;
        line-height: 22px;
    }

.cart-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(5, 7, 9, .35);
}

.menu-cart {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    width: min(420px, 100%);
    height: 100vh;
    transform: translateX(100%);
    transition: .35s ease;
    border-radius: 8px;
    border: 1px solid rgba(210, 28, 50, .16);
    background: var(--bs-white);
    padding: 28px;
    box-shadow: -18px 0 45px rgba(0, 0, 0, .12);
}

    .menu-cart.show {
        transform: translateX(0);
    }

.cart-close {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(210, 28, 50, .2);
    border-radius: 50%;
    background: var(--bs-white);
    color: var(--bs-primary);
    font-size: 1.5rem;
    line-height: 1;
}

.cart-count {
    color: var(--bs-primary);
    font-weight: 700;
}

.cart-items {
    display: grid;
    gap: 12px;
    max-height: calc(100vh - 190px);
    overflow-y: auto;
    padding-right: 4px;
}

.cart-empty {
    color: var(--bs-secondary);
}

.cart-line {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(210, 28, 50, .18);
}

.cart-line-info {
    display: grid;
    gap: 4px;
    min-width: 0;
}

    .cart-line-info strong {
        color: var(--bs-dark);
        line-height: 1.35;
    }

    .cart-line-info span {
        font-size: .92rem;
    }

.cart-line-actions {
    display: grid;
    grid-template-columns: 30px 28px 30px;
    align-items: center;
    text-align: center;
}

.cart-qty-btn {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(210, 28, 50, .3);
    border-radius: 50%;
    background: var(--bs-white);
    color: var(--bs-primary);
    font-weight: 700;
    line-height: 1;
}

    .cart-qty-btn:hover {
        background: var(--bs-primary);
        color: var(--bs-white);
    }

.cart-total {
    border-top: 1px solid rgba(210, 28, 50, .18);
    color: var(--bs-dark);
}

@media (max-width: 575.98px) {
    .menu-cart-button {
        right: 20px;
        bottom: 86px;
    }

    .menu-cart {
        padding: 22px;
    }
}

/*** Menu End ***/


/*** testimonial Start ***/
.testimonial-grid {
    align-items: stretch;
}

.testimonial-item {
    position: relative;
    height: 100%;
    border: 1px solid rgba(210, 28, 50, .12);
    padding: 24px;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .055);
    transition: .25s;
}

    .testimonial-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 16px 38px rgba(210, 28, 50, .1);
    }

.testimonial-avatar {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px;
    object-fit: cover;
    border: 3px solid var(--bs-primary);
    padding: 3px;
}

.testimonial-item .fa-quote-right {
    color: rgba(212, 167, 98, .28);
}

.testimonial-item .testimonial-content p {
    font-size: 0.9rem !important;
    line-height: 1.55;
}
/*** testimonial End ***/


/*** Location Start ***/
.location-card,
.map-frame {
    box-shadow: 0 12px 34px rgba(0, 0, 0, .055);
}

.location-card {
    border: 1px solid rgba(210, 28, 50, .12);
}

.location-detail p {
    line-height: 1.6;
}

.map-frame {
    min-height: 390px;
    overflow: hidden;
    border: 1px solid rgba(210, 28, 50, .12);
    background: var(--bs-white);
}

    .map-frame iframe {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 390px;
        border: 0;
    }

@media (max-width: 991.98px) {
    .map-frame,
    .map-frame iframe {
        min-height: 360px;
    }
}
/*** Location End ***/


/*** Footer Start ***/
.footer .footer-item p,
.footer .footer-item a.text-body {
    font-size: .82rem !important;
    line-height: 1.45;
}

.footer .footer-item i {
    font-size: .78rem;
}

.footer-hours {
    display: grid;
    gap: .42rem;
}

    .footer-hours p {
        display: grid;
        grid-template-columns: 88px minmax(0, 1fr);
        gap: .65rem;
        align-items: baseline;
        margin-bottom: 0 !important;
    }

    .footer-hours strong {
        color: var(--bs-dark);
        font-weight: 700;
    }

    .footer-hours span {
        white-space: nowrap;
    }

.footer .footer-item a.text-body:hover {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/


/*** Mobile polish Start ***/
@media (max-width: 767.98px) {
    body {
        font-size: 14px;
        color: #5d5752;
    }

    .container {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .my-6 {
        margin-top: 1.15rem;
        margin-bottom: 1.15rem;
    }

    .py-6 {
        padding-top: 1.85rem;
        padding-bottom: 1.85rem;
    }

    .nav-bar {
        position: sticky;
        top: 0;
        z-index: 1020;
        box-shadow: 0 8px 24px rgba(5, 7, 9, .06);
    }

    .navbar {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .navbar-brand img {
        width: 76px;
        height: auto;
    }

    .navbar-toggler {
        padding: .45rem .7rem !important;
        border-color: rgba(210, 28, 50, .24);
    }

        .navbar-toggler .fa-bars {
            font-size: 1rem;
        }

    .navbar-collapse {
        margin-top: .7rem;
        padding: .35rem 0 .65rem;
        border-top: 1px solid rgba(210, 28, 50, .12);
    }

    .navbar .navbar-nav .nav-link {
        padding: .52rem .15rem;
        font-size: .93rem;
        line-height: 1.2;
    }

    .section-hero {
        padding-top: 1.6rem !important;
        padding-bottom: 1.25rem !important;
        margin-bottom: 0 !important;
    }

        .section-hero .row {
            --bs-gutter-y: 1.25rem;
        }

        .section-hero small,
        .about-section small,
        .menu small,
        .testimonial-section small,
        .location small,
        .service small {
            max-width: 100%;
            padding: .34rem .78rem !important;
            font-size: .66rem;
            line-height: 1.35;
            letter-spacing: .04em;
            white-space: normal;
        }

        .section-hero .display-2 {
            max-width: 16ch;
            display: block;
            margin-bottom: .75rem !important;
            font-size: clamp(1.95rem, 9vw, 2.4rem);
            line-height: 1.06;
        }

    .display-6 {
        margin-bottom: 1rem !important;
        font-size: clamp(1.58rem, 7vw, 1.95rem);
        line-height: 1.1;
    }

    .section-hero .btn {
        display: inline-flex;
        width: auto;
        min-height: 36px;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        margin-right: 0 !important;
        margin-bottom: .4rem;
        margin-left: 0;
        padding: .58rem 1.65rem !important;
        font-size: .84rem;
        line-height: 1.15;
    }

        .section-hero .btn[href="#services"] {
            display: none;
        }

    .menu .display-6 {
        display: none;
    }

    .section-hero img {
        max-width: 86%;
        margin: .25rem auto 0;
        display: block;
    }

    .about-section p,
    .location-detail p,
    .service-content-icon p {
        font-size: .9rem;
        line-height: 1.62;
    }

    .footer .footer-item p,
    .footer .footer-item a.text-body {
        font-size: .82rem !important;
        line-height: 1.45;
    }

    .about-section .row.g-4 {
        --bs-gutter-y: .7rem;
    }

    .about-section .text-dark .col-sm-6 {
        font-size: .9rem;
        line-height: 1.35;
    }

    .menu-category-wrap {
        position: sticky;
        top: 62px;
        z-index: 10;
        display: block;
        margin-right: -1rem;
        margin-bottom: .75rem !important;
        margin-left: -1rem;
        padding: .48rem 1rem;
        border-top: 1px solid rgba(210, 28, 50, .08);
        border-bottom: 1px solid rgba(210, 28, 50, .08);
        background: #fff9f1;
    }

    .menu-scroll-btn {
        display: none;
    }

    .menu-category-scroll {
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

        .menu-category-scroll::-webkit-scrollbar {
            display: none;
        }

    .menu-category-tabs {
        gap: .22rem;
        padding: 0;
    }

        .menu-category-tabs .nav-item {
            padding: .12rem !important;
        }

        .menu-category-tabs .nav-link {
            min-height: 31px;
            padding: .36rem .58rem;
            font-size: .74rem;
            line-height: 1.1;
            white-space: nowrap;
        }

    #menuCategoryContent .row {
        --bs-gutter-y: .85rem;
    }

    .menu-card {
        gap: 8px;
        padding: 9px;
        border-radius: 8px;
        box-shadow: 0 8px 22px rgba(0, 0, 0, .045);
    }

        .menu-card h4 {
            font-size: .84rem;
            line-height: 1.22;
        }

        .menu-card p {
            margin-bottom: .55rem !important;
            font-size: .72rem;
            line-height: 1.34;
        }

    .menu-price {
        font-size: .8rem;
        line-height: 1.2;
    }

    .menu-add-btn {
        min-width: 62px;
        padding: .34rem .62rem !important;
        font-size: .74rem;
    }

    .testimonial-item,
    .location-card {
        padding: 20px !important;
    }

    .testimonial-avatar {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px;
    }

    .testimonial-item h4,
    .location-card h4,
    .service-content-icon h4,
    .footer .footer-item h4 {
        font-size: 1rem;
        line-height: 1.25;
    }

    .testimonial-item .testimonial-content p {
        font-size: .95rem !important;
        line-height: 1.5;
    }

    .location-detail {
        margin-bottom: 1rem !important;
    }

        .location-detail .btn-md-square {
            width: 36px;
            height: 36px;
            font-size: .82rem;
        }

    .location-card .btn.rounded-pill {
        width: 100%;
        padding: .75rem 1rem !important;
        font-size: .9rem;
    }

    .map-frame,
    .map-frame iframe {
        min-height: 280px;
    }

    .service .row {
        --bs-gutter-y: 1rem;
    }

    .service-content {
        padding: 1.35rem !important;
    }

    .service-content-icon i.fa-5x {
        margin-bottom: 1rem !important;
        font-size: 2.35rem;
    }

    .service-content-icon .btn {
        min-width: 104px;
        padding: .55rem 1rem !important;
        font-size: .86rem;
    }

    .footer.section-footer {
        margin-top: 0 !important;
    }

    .footer .footer-item {
        margin-bottom: 1.25rem;
    }

        .footer .footer-item h1 {
            font-size: 1.75rem;
        }

        .footer .footer-item a.text-body,
        .footer .footer-item p {
            margin-bottom: .65rem !important;
        }

    .copyright {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        font-size: .82rem;
    }

    .back-to-top {
        right: 16px;
        bottom: 18px;
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 575.98px) {
    .menu-card {
        flex-direction: row;
        align-items: flex-start;
    }

        .menu-card img {
            width: 86px;
            height: 86px;
            flex: 0 0 86px;
        }

    .menu-card-body .d-flex {
        gap: .45rem !important;
    }

    .menu-cart-button {
        right: 16px;
        bottom: 70px;
        width: 50px;
        height: 50px;
    }

        .menu-cart-button i {
            font-size: 1.05rem;
        }

        .menu-cart-button span {
            min-width: 22px;
            height: 22px;
            font-size: .72rem;
            line-height: 18px;
        }

    .menu-cart {
        width: 100%;
        padding: 18px;
        border-radius: 0;
    }

    .cart-items {
        max-height: calc(100vh - 172px);
    }
}

@media (max-width: 389.98px) {
    .section-hero .display-2 {
        font-size: 2rem;
    }

    .display-6 {
        font-size: 1.65rem;
    }

    .menu-card img {
        width: 76px;
        height: 76px;
        flex-basis: 76px;
    }

    .menu-card h4 {
        font-size: .8rem;
    }

    .menu-card p {
        font-size: .68rem;
    }
}
/*** Mobile polish End ***/





