﻿@font-face {
    font-family: 'Inter';
    src: url('../Styles/fonts/Inter/Inter_18pt-Regular.ttf');
}
@font-face {
    font-family: 'Outfit';
    src: url('../Styles/fonts/Outfit/Outfit-Regular.ttf');
}

body {
    padding: 0;
    margin: 0;
    letter-spacing: 1px !important;
    font-family: Inter, sans-serif;
    background: #eeeeee;
}
.font-outfit {
    font-family:Outfit, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

a {
    text-decoration: none !important;
}

    a:focus, select:focus, textarea:focus, button:focus, input:focus {
        box-shadow: none !important;
    }

input[type="date"]::-webkit-datetime-edit-year-field,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field {
    color: #000;
}

input[type="date"]::-webkit-datetime-edit-text {
    color: #000;
}

.dropdown-toggle::after {
    visibility: hidden;
    display: none;
}

.BgHeader {
    background: #000000de;
}

.HeaderAddress {
    font-size: 14px;
    color: #ffffffb8;
}

.home-page {
    background-color: #000;
}

.Logo img {
    zoom: 0.6;
}

.BorderHolder {
    border-top: 1px solid #ffffff0f;
}

.inner-page {
    background-color: #fff;
}

.nav-link {
    color: #ffffffb8;
    font-size: 16px;
    gap: 10px;
    text-align: center;
    padding: 10px 16px !important;
}

.nav-item .nav-link:hover {
    color: white;
}

.nav-item .nav-link.active {
    color: white;
}

@media (max-width: 992px) {
    .offcanvas-body .navbar-nav {
        width: 100%;
        align-items: center;
    }

        .offcanvas-body .navbar-nav .dropdown-menu {
            width: max-content;
            min-width: 180px;
            text-align: center;
        }

        .offcanvas-body .navbar-nav .dropdown > .dropdown-toggle {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: max-content !important;
            margin-left: auto;
            margin-right: auto;
        }

        .offcanvas-body .navbar-nav .dropdown-menu {
            position: static !important;
            float: none;
            margin-top: 5px;
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .offcanvas-body .navbar-nav .dropdown {
            position: relative;
            width: 100%;
        }

        .offcanvas-body .navbar-nav > .nav-item {
            margin-bottom: 4px;
        }

        .offcanvas-body .navbar-nav .OnlineOrderBtn {
            margin-left: auto;
            margin-right: auto;
        }

        .offcanvas-body .navbar-nav > .nav-item {
            width: 100%;
            justify-content: center !important;
            align-items: center !important;
        }

        .offcanvas-body .navbar-nav .dropdown {
            align-items: center !important;
        }

        .offcanvas-body .navbar-nav .dropdown-menu {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

        .offcanvas-body .navbar-nav > .nav-item > .nav-link {
            width: max-content;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

    .nav-item .nav-link:hover {
        color: #fff;
        border-radius: 999px;
        background: #b32025;
    }

    .nav-item .active,
    .nav-item .dropdown-toggle {
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.nav-link:hover, .nav-link:focus {
    color: #c9a227;
}

.animated-submit-btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

    .animated-submit-btn:active {
        background: #ffd86f !important;
        color: #2c3216 !important;
    }

    .animated-submit-btn:hover {
        background: #fff !important;
        color: #7a0607 !important;
    }

@media(max-width:992px) {
    .nav-link {
        color: #000;
        font-size: 20px;
        gap: 10px;
        text-align: center;
        text-transform: uppercase;
    }

        .nav-link:hover {
            color: #f00;
        }
}

#myTabContent {
    display: block !important;
}

.floatingcart {
    position: fixed;
    Right: 8px;
    top: 300px;
    z-index: 1021;
    border-radius: 50%;
    background: #750d20;
    padding: 20px;
    border: 2px solid #fff;
    scale: 0.9;
}

.cart-item-number {
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #9f4e00;
    display: block;
    position: absolute;
    top: 11px !important;
    right: 11px !important;
    font-weight: bold;
    font-size: 14px;
}

.bottomCart {
    color: #fff;
    position: fixed;
    bottom: 5px;
    background-color: #c21725;
    border: 2px solid #fff;
    height: 47px;
    width: 100%;
    border-radius: 0px;
    z-index: 2;
    display: none;
    justify-content: center;
    padding: 2px;
    left: 0;
}

.navbar-dark .navbar-toggler-icon {
    filter: brightness(1) invert(0);
}

@media (max-width: 991.98px) {
    .bottomCart {
        display: none;
    }



    .HeaderRight, .HeaderLeft {
        display: none !important;
    }
}


.offcanvas-header .btn-close {
    filter: invert(1) brightness(0);
}

.form-check-input:checked[type=radio] {
    background-image: none !important;
}



input[type=radio]:checked {
    background-color: #750d20 !important;
    border: 2px solid #750d20 !important;
}

button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 150px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    button.back-to-top:hover,
    button.back-to-top:active,
    button.back-to-top:focus {
        outline: 0 !important;
    }

    button.back-to-top::before,
    button.back-to-top::after {
        content: "";
        display: block;
        vertical-align: middle;
        border-bottom: solid 10px #092441;
        border-left: solid 10px transparent;
        line-height: 0;
        border-right: solid 10px transparent;
        height: 0;
        margin: 19px auto 0;
        width: 0;
        border-radius: 20px;
        visibility: hidden;
    }

    button.back-to-top.show::after,
    button.back-to-top.show::before {
        visibility: visible;
    }

    button.back-to-top::after {
        border-bottom-color: #9f4e00;
        position: relative;
        top: -24px;
    }

    button.back-to-top.show {
        display: block;
        background: #fff;
        color: #00ab6c;
        font-size: 25px;
        right: 25px;
        bottom: 50px;
        height: 50px;
        width: 50px;
        visibility: visible;
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    }

        button.back-to-top.show:active {
            box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
        }

#content-footer-bottom-pp {
    border-top: 1px solid #000;
}

.OnlineOrderBtn {
    background-color: #750d20;
    border-radius: 999px;
    color: #ffffff;
    font-size: 16px;
    transition: .5s all;
    text-transform: unset;
}

    .OnlineOrderBtn:hover {
        color: #fff !important;
        transform: translateY(-4px);
        box-shadow: 0px 3px 6px #959595;
    }


.dropdown-menu {
    color: #fff;
    background-color: #750d20;
}

.dropdown-item {
    text-align: start;
    color: #fff;
}

    .dropdown-item:hover {
        background-color: #5e1c28;
        color: #fff;
        transition: 0.3s ease-in-out;
    }

@media (max-width: 992px) {
    .offcanvas-body .navbar-nav {
        width: 100%;
        align-items: center;
    }

        .offcanvas-body .navbar-nav .dropdown-menu {
            width: max-content;
            min-width: 180px;
            text-align: center;
        }

        .offcanvas-body .navbar-nav .dropdown > .dropdown-toggle {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: max-content !important;
            margin-left: auto;
            margin-right: auto;
        }

        .offcanvas-body .navbar-nav .dropdown-menu {
            position: static !important;
            float: none;
            margin-top: 5px;
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .offcanvas-body .navbar-nav .dropdown {
            position: relative;
            width: 100%;
        }

        .offcanvas-body .navbar-nav > .nav-item {
            margin-bottom: 4px;
        }

        .offcanvas-body .navbar-nav > .nav-item {
            width: 100%;
            justify-content: left !important;
            align-items: center !important;
        }

        .offcanvas-body .navbar-nav .dropdown {
            align-items: center !important;
        }

        .offcanvas-body .navbar-nav .dropdown-menu {
            text-align: center;
        }

        .offcanvas-body .navbar-nav > .nav-item > .nav-link {
            width: max-content;
        }

    .nav-item .nav-link:hover {
        color: #fff;
        border-radius: 999px;
        background: #b32025;
    }

    .nav-item .active,
    .nav-item .dropdown-toggle {
        width: max-content;
    }
}

@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

/*Header*/
.top-bar {
    background: #300810;
    color: #ffffff;
    height: 31px;
    font-size: 12px;
}

    .top-bar .container {
        height: 100%;
    }

    .top-bar .row {
        height: 100%;
    }

.top-contact {
    display: flex;
    align-items: center;
    gap: 24px;
    height: 100%;
}

    .top-contact span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        white-space: nowrap;
    }

    .top-contact i {
        color: #d7aa52;
        font-size: 11px;
    }

.top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    height: 100%;
}

    .top-right a {
        color: #ffffff;
        text-decoration: none;
        font-size: 12px;
        transition: 0.2s ease;
    }

        .top-right a:hover {
            color: #d7aa52;
        }

    .top-right i {
        font-size: 12px;
    }

.top-divider {
    width: 1px;
    height: 15px;
    background: rgba(255,255,255,0.4);
    margin: 0 2px;
}


.main-navbar {
    background: #f8f5ee;
    min-height: 77px;
    padding: 0;
    border-bottom: 1px solid #e8e1d6;
}

    .main-navbar .container {
        min-height: 77px;
    }

.navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
}

    .navbar-brand img {
        width: 105px;
        height: auto;
        display: block;
    }


.main-navbar .navbar-nav {
    align-items: center;
    gap: 30px;
}

.main-navbar .nav-link {
    color: #302727;
    font-size: 14px;
    font-weight: 600;
    padding: 29px 0 !important;
    transition: color 0.2s ease;
}

    .main-navbar .nav-link:hover,
    .main-navbar .nav-link.active {
        color: #720d20;
    }


.navbar-buttons {
    display: flex;
    align-items: center;
    gap: 13px;
}

.reserve-btn,
.order-btn {
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 21px;
    border-radius: 24px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.reserve-btn {
    color: #650c1d;
    border: 1px solid #d8c2b9;
    background: transparent;
}

    .reserve-btn:hover {
        color: #ffffff;
        background: #650c1d;
        border-color: #650c1d;
    }

.order-btn {
    color: #ffffff;
    background: #750d20;
    border: 1px solid #750d20;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: 0 7px 16px rgba(117, 13, 32, 0.20);
}

    .order-btn:hover {
        color: #ffffff;
        background: #5e0919;
        border-color: #5e0919;
    }


.navbar-toggler {
    border: 0;
    padding: 6px;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

@media (max-width: 1199.98px) {

    .main-navbar .navbar-nav {
        gap: 18px;
    }

    .main-navbar .nav-link {
        font-size: 13px;
    }

    .reserve-btn,
    .order-btn {
        padding-left: 16px;
        padding-right: 16px;
    }
}


@media (max-width: 991.98px) {

    .top-bar {
        height: auto;
        min-height: 31px;
        padding: 6px 0;
    }

    .top-contact {
        justify-content: center;
        gap: 15px;
    }

    .top-right {
        justify-content: center;
        margin-top: 4px;
    }

    .main-navbar {
        min-height: 70px;
    }

        .main-navbar .container {
            min-height: 70px;
        }

    .navbar-brand img {
        width: 68px;
    }

    .navbar-collapse {
        padding: 15px 0 20px;
    }

    .main-navbar .navbar-nav {
        align-items: flex-start;
        gap: 0;
    }

    .main-navbar .nav-link {
        padding: 10px 0 !important;
    }

    .navbar-buttons {
        flex-direction: column;
        align-items: stretch;
        margin-top: 12px;
        gap: 10px;
    }

    .reserve-btn,
    .order-btn {
        width: 100%;
    }
}


@media (max-width: 575.98px) {

    .top-contact {
        flex-direction: column;
        gap: 3px;
    }

    .top-right {
        gap: 12px;
    }

    .top-bar {
        padding: 7px 0;
    }

    .main-navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-brand img {
        width: 65px;
    }
}
/*End*/

/*Slider*/
.hero {
    display: grid;
    overflow: hidden;
    background-color: #2b1116;
}

    .hero > * {
        grid-area: 1 / 1;
    }

.hero-carousel {
    z-index: 0;
    contain: size;
}

    .hero-carousel .carousel-inner,
    .hero-carousel .carousel-item {
        height: 100%;
    }

        .hero-carousel .carousel-inner::after {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 1;
            background: linear-gradient(90deg, rgba(34, 12, 14, 0.38) 0%, rgba(34, 12, 14, 0.18) 55%, rgba(34, 12, 14, 0.12) 100%), linear-gradient(180deg, rgba(40, 14, 16, 0.22) 0%, rgba(40, 14, 18, 0.28) 50%, rgba(52, 16, 26, 0.78) 100%);
            pointer-events: none;
        }

        .hero-carousel .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

.hero-content {
    position: relative;
    z-index: 1;
    padding: 110px 0 65px;
    pointer-events: none;
}

    .hero-content .container {
        max-width: 1224px;
    }

.hero-text {
    max-width: 580px;
    pointer-events: auto;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    height: 31px;
    padding: 0 16px;
    margin-bottom: 21px;
    border: 1px solid rgba(233, 211, 160, 0.45);
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #f6ead2;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
}

.hero-badge-dot {
    width: 5px;
    height: 5px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #d9a441;
}

.hero-title {
    margin: 0 0 20px;
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.005em;
}

    .hero-title span {
        display: inline-block;
        background: linear-gradient(90deg, #e8cf99 0%, #d2ae6c 45%, #ab8534 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

.hero-description {
    max-width: 425px;
    margin: 0 0 32px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15.5px;
    font-weight: 400;
    line-height: 25px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 50px;
    padding: 0 25px;
    border: 1px solid transparent;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.hero-btn-primary {
    background: linear-gradient(180deg, #8c1b2d 0%, #72152a 100%);
    box-shadow: 0 10px 24px rgba(120, 18, 38, 0.45);
    color: #fff;
}

    .hero-btn-primary:hover,
    .hero-btn-primary:focus-visible {
        background: linear-gradient(180deg, #9c2034 0%, #80182f 100%);
        box-shadow: 0 12px 28px rgba(120, 18, 38, 0.55);
        color: #fff;
        transform: translateY(-2px);
    }

.hero-btn-outline {
    padding: 0 30px;
    border-color: rgba(255, 255, 255, 0.55);
    background-color: rgba(255, 255, 255, 0.04);
    color: #fff;
}

    .hero-btn-outline i {
        font-size: 10px;
        transition: transform 0.25s ease;
    }

    .hero-btn-outline:hover,
    .hero-btn-outline:focus-visible {
        border-color: #fff;
        background-color: rgba(255, 255, 255, 0.14);
        color: #fff;
    }

        .hero-btn-outline:hover i {
            transform: translateX(3px);
        }

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 33px;
    max-width: 510px;
    margin: 40px 0 0;
    padding: 28px 0 0;
    border-top: 1px solid rgba(233, 211, 160, 0.22);
    list-style: none;
}

.hero-stat-value {
    display: flex;
    align-items: center;
    color: #e9d3a0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

    .hero-stat-value i {
        margin-left: 1px;
        color: #c8a04b;
        font-size: 13px;
    }

.hero-stat-label {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    top: 50%;
    bottom: auto;
    z-index: 3;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 13px;
    opacity: 1;
    transform: translateY(-50%);
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.hero-carousel .carousel-control-prev {
    left: 28px;
}

.hero-carousel .carousel-control-next {
    right: 13px;
}

    .hero-carousel .carousel-control-prev:hover,
    .hero-carousel .carousel-control-next:hover {
        border-color: #fff;
        background-color: rgba(255, 255, 255, 0.18);
    }

.hero-carousel .carousel-indicators {
    right: 17px;
    bottom: 25px;
    left: auto;
    z-index: 3;
    align-items: center;
    gap: 9px;
    margin: 0;
}

    .hero-carousel .carousel-indicators [data-bs-target] {
        width: 7px;
        height: 7px;
        margin: 0;
        border: 0;
        border-radius: 50px;
        background-color: rgba(255, 255, 255, 0.45);
        opacity: 1;
        transition: width 0.3s ease, background-color 0.3s ease;
    }

    .hero-carousel .carousel-indicators .active {
        width: 22px;
        background-color: #e9d3a1;
    }

@media (max-width: 1399.98px) {
    .hero-content .container {
        max-width: 1064px;
    }
}

@media (max-width: 1199.98px) {
    .hero-content {
        padding: 96px 0 80px;
    }

        .hero-content .container {
            max-width: 720px;
        }

    .hero-title {
        font-size: 50px;
    }
}

@media (max-width: 767.98px) {
    .hero-content {
        padding: 72px 0 76px;
    }

        .hero-content .container {
            padding-right: 20px;
            padding-left: 20px;
        }

    .hero-badge {
        height: auto;
        min-height: 30px;
        padding: 8px 14px;
        margin-bottom: 20px;
        font-size: 10.5px;
        line-height: 1.3;
    }

    .hero-title {
        margin-bottom: 16px;
        font-size: 34px;
        line-height: 1.14;
    }

    .hero-description {
        margin-bottom: 28px;
        font-size: 15px;
        line-height: 24px;
    }

    .hero-actions {
        gap: 12px;
    }

    .hero-btn {
        flex: 1 1 auto;
        height: 48px;
        padding: 0 22px;
    }

    .hero-stats {
        justify-content: space-between;
        gap: 20px;
        max-width: none;
        margin-top: 32px;
        padding-top: 24px;
    }

    .hero-stat-value {
        font-size: 22px;
    }

    .hero-stat-label {
        font-size: 11px;
    }

    .hero-carousel .carousel-indicators {
        right: 0;
        bottom: 26px;
        left: 0;
        justify-content: center;
    }
}

@media (max-width: 379.98px) {
    .hero-title {
        font-size: 30px;
    }

    .hero-btn {
        width: 100%;
    }
}
/*End*/

/*Our Mission*/

.mission {
    padding: 96px 0 64px;
    background-color: #fbf7ee;
    background-image: radial-gradient(circle, #f3e8d4 2px, transparent 2.5px);
    background-position: -4px 0;
    background-repeat: repeat-x;
    background-size: 26px 36px;
}

.mission-header {
    max-width: 680px;
    margin: 0 auto 50px;
    text-align: center;
}

.mission-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #ab8532;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.4;
    text-transform: uppercase;
}

.mission-title {
    margin: 0 0 18px;
    color: #22150e;
    font-size: 38px;
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.005em;
}

.mission-description {
    margin: 0;
    color: #6a574c;
    font-size: 15px;
    font-weight: 400;
    line-height: 24.5px;
}

.mission-card {
    max-width: 256px;
    margin: 0 auto;
    text-align: center;
}

.mission-card-img {
    margin-bottom: 19px;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 256 / 203;
    background-color: #eadfcb;
}

    .mission-card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

.mission-card:hover .mission-card-img img {
    transform: scale(1.05);
}

.mission-card-title {
    margin: 0 0 8px;
    color: #22150e;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.mission-card-text {
    max-width: 220px;
    margin: 0 auto;
    color: #6a574c;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

@media (min-width: 1200px) {
    .mission .container {
        max-width: 1250px;
    }
}

@media (max-width: 991.98px) {
    .mission {
        padding: 80px 0 64px;
    }

    .mission-header {
        margin-bottom: 44px;
    }

    .mission-title {
        font-size: 34px;
        line-height: 1.05;
    }
}

@media (max-width: 575.98px) {
    .mission {
        padding: 64px 0 56px;
    }

        .mission .container {
            padding-right: 20px;
            padding-left: 20px;
        }

    .mission-header {
        margin-bottom: 36px;
    }

    .mission-eyebrow {
        margin-bottom: 8px;
        font-size: 11px;
    }

    .mission-title {
        margin-bottom: 14px;
        font-size: 28px;
        line-height: 1.12;
    }

    .mission-description {
        font-size: 14.5px;
        line-height: 23px;
    }

    .mission-card {
        max-width: 320px;
    }

    .mission-card-img {
        margin-bottom: 16px;
    }

    .mission-card-text {
        max-width: 260px;
        font-size: 13.5px;
        line-height: 21px;
    }
}

/*End*/


/*About us*/

.craft {
    padding: 78px 0 80px;
    background-color: #29080f;
    background-image: radial-gradient(circle, rgba(233, 211, 160, 0.16) 1.5px, transparent 2px);
    background-position: -2px -3px;
    background-size: 24px 24px;
}

.craft-media {
    overflow: hidden;
    border: 2px solid #e0b961;
    border-radius: 18px;
    aspect-ratio: 586 / 439;
    background-color: #3a1419;
}

    .craft-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.craft-content {
    padding-top: 6px;
}

.craft-eyebrow {
    display: block;
    margin-bottom: 13px;
    color: #dcba7c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.4;
    text-transform: uppercase;
}

.craft-title {
    margin: 0 0 20px;
    color: #fdf8f2;
    font-size: 37px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.01em;
    text-wrap: balance;
}

.craft-description {
    max-width: 580px;
    margin: 0 0 31px;
    color: #c2b2a7;
    font-size: 14.4px;
    font-weight: 400;
    line-height: 23.7px;
}

.craft-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    max-width: 584px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.craft-stat {
    padding: 22px 20px;
    border: 1px solid rgba(233, 211, 160, 0.17);
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.06);
}

.craft-stat-value {
    display: block;
    color: #dcba7c;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.craft-stat-label {
    display: block;
    margin-top: 6px;
    color: #bcaea5;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.3;
}

@media (min-width: 992px) {
    .craft .container {
        --bs-gutter-x: 3rem;
        max-width: 1268px;
    }
}

@media (max-width: 1199.98px) {
    .craft-title {
        font-size: 34px;
    }
}

@media (max-width: 991.98px) {
    .craft {
        padding: 72px 0;
    }

    .craft-media {
        aspect-ratio: 16 / 10;
    }

    .craft-content {
        padding-top: 8px;
    }

    .craft-description {
        max-width: none;
    }

    .craft-stats {
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .craft {
        padding: 56px 0;
    }

        .craft .container {
            padding-right: 20px;
            padding-left: 20px;
        }

    .craft-media {
        border-radius: 14px;
        aspect-ratio: 4 / 3;
    }

    .craft-content {
        padding-top: 4px;
    }

    .craft-eyebrow {
        margin-bottom: 10px;
        font-size: 11px;
    }

    .craft-title {
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 1.15;
    }

    .craft-description {
        margin-bottom: 26px;
        font-size: 14px;
        line-height: 23px;
    }

    .craft-stats {
        gap: 12px;
    }

    .craft-stat {
        padding: 18px 16px;
        border-radius: 12px;
    }

    .craft-stat-value {
        font-size: 22px;
    }

    .craft-stat-label {
        font-size: 12px;
    }
}

/*End*/


/*Services*/

.services {
    padding: 52px 0 80px;
    background-color: #fbf7ee;
}

.services-header {
    margin-bottom: 42px;
    text-align: center;
}

.services-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #ab8733;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.4;
    text-transform: uppercase;
}

.services-title {
    margin: 0;
    color: #22150e;
    font-size: 39px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.005em;
    text-wrap: balance;
}

.services-features {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.services-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 28px 28px 29px;
    border: 1px solid #fefefc;
    border-radius: 16px;
    background-color: #fdfcf8;
}


    .services-card:hover {
        transform:translateY(-4px);
        border:1px solid #750d20;
        box-shadow:0px 4px 10px #750d20;
        transition:0.3s ease-in-out;
    }

.services-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 21px;
    border-radius: 10px;
    background-color: #ede3e2;
    color: #6e1322;
    font-size: 19px;
}

.services-card-title {
    margin: 0 0 10px;
    color: #22150e;
    font-size: 15.5px;
    font-weight: 600;
    line-height: 1.3;
}

.services-card-text {
    margin: 0 0 17px;
    color: #6a574e;
    font-size: 12.8px;
    font-weight: 400;
    line-height: 21px;
}

.services-link {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    gap: 9px;
    color: #5b0d1a;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.25s ease, gap 0.25s ease;
}

    .services-link i {
        font-size: 8px;
    }

    .services-link:hover,
    .services-link:focus-visible {
        gap: 12px;
        color: #8c1b2d;
    }

.services-info {
    margin-top: 56px;
}

.services-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 32px;
    border: 1px solid #e7dccb;
    border-radius: 20px;
    background-color: #fffcf7;
    box-shadow: 0 18px 40px -24px rgba(74, 52, 30, 0.35);
}

.services-panel-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.services-panel-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #9a2b21;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.14em;
    line-height: 16px;
    text-transform: uppercase;
}

.services-panel-eyebrow-muted {
    color: #a0907f;
}

.services-panel-title {
    margin: 0;
    color: #241c17;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    text-wrap: balance;
}

.services-panel-link {
    flex-shrink: 0;
    margin-bottom: 6px;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(154, 43, 33, 0.35);
    color: #9a2b21;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    transition: border-color 0.25s ease, color 0.25s ease;
}

    .services-panel-link:hover,
    .services-panel-link:focus-visible {
        border-color: #9a2b21;
        color: #7a1f17;
    }

.services-status {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    margin-bottom: 24px;
    padding: 6px 14px 6px 10px;
    border: 1px solid #c1d2c3;
    border-radius: 50px;
    background-color: #eef0e9;
    color: #1f6b3b;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 18px;
}

    .services-status::before {
        content: "";
        width: 7px;
        height: 7px;
        flex-shrink: 0;
        margin: 0 3px;
        border-radius: 50%;
        background-color: currentColor;
        box-shadow: 0 0 0 3px #cddacd;
    }

    .services-status.is-closed {
        border-color: #e4c3bf;
        background-color: #f7eae7;
        color: #9a2b21;
    }

        .services-status.is-closed::before {
            box-shadow: 0 0 0 3px #eccfcb;
        }

.services-hours {
    margin: 0 0 32px;
    padding: 0;
    border-top: 1px solid #efe5d6;
    list-style: none;
}

    .services-hours li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 2px 16px;
        padding: 13px 0;
        border-bottom: 1px solid #efe5d6;
        line-height: 20px;
    }

    .services-hours span {
        color: #6b5b4e;
        font-size: 14px;
        white-space: nowrap;
    }

    .services-hours strong {
        color: #3d312a;
        font-size: 13.5px;
        font-weight: 400;
        text-align: right;
        white-space: nowrap;
    }

    .services-hours li.is-today span,
    .services-hours li.is-today strong {
        color: #241c17;
        font-weight: 600;
    }

.services-address {
    margin: 0 0 8px;
    color: #4b3d34;
    font-size: 15px;
    font-style: normal;
    line-height: 24px;
}

.services-phone {
    align-self: flex-start;
    margin-bottom: 32px;
    color: #9a2b21;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 20px;
    transition: color 0.25s ease;
}

    .services-phone:hover,
    .services-phone:focus-visible {
        color: #7a1f17;
    }

.services-reserve {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-top: auto;
    border-radius: 12px;
    background-color: #241c17;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: background-color 0.25s ease;
}

    .services-reserve:hover,
    .services-reserve:focus-visible {
        background-color: #9a2b21;
        color: #fff;
    }

.services-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.services-gallery-item {
    display: grid;
    grid-template: minmax(0, 1fr) / minmax(0, 1fr);
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 4 / 3;
    background-color: #eadfcb;
}

    .services-gallery-item > * {
        grid-area: 1 / 1;
    }

    .services-gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .services-gallery-item:hover img {
        transform: scale(1.04);
    }

    .services-gallery-item figcaption {
        position: relative;
        align-self: end;
        padding: 40px 16px 14px;
        background: linear-gradient(180deg, rgba(24, 14, 9, 0) 0%, rgba(24, 14, 9, 0.75) 100%);
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 16px;
        text-transform: uppercase;
    }

@media (min-width: 1200px) {
    .services .container {
        max-width: 1240px;
    }
}

@media (min-width: 992px) {
    .services-gallery {
        flex: 1;
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .services-gallery-item {
        min-height: 180px;
        aspect-ratio: auto;
        contain: size;
    }
}

@media (max-width: 991.98px) {
    .services {
        padding: 56px 0 72px;
    }

    .services-title {
        font-size: 34px;
    }

    .services-info {
        margin-top: 40px;
    }
}

@media (max-width: 575.98px) {
    .services {
        padding: 48px 0 56px;
    }

        .services .container {
            padding-right: 20px;
            padding-left: 20px;
        }

    .services-header {
        margin-bottom: 32px;
    }

    .services-eyebrow {
        margin-bottom: 8px;
        font-size: 11px;
    }

    .services-title {
        font-size: 29px;
        line-height: 1.2;
    }

    .services-features {
        --bs-gutter-y: 16px;
    }

    .services-card,
    .services-panel {
        padding: 24px;
        border-radius: 16px;
    }

    .services-icon {
        margin-bottom: 18px;
    }

    .services-info {
        --bs-gutter-y: 16px;
        margin-top: 32px;
    }

    .services-panel-head {
        margin-bottom: 20px;
    }

    .services-panel-title {
        font-size: 30px;
        line-height: 36px;
    }

    .services-status {
        margin-bottom: 20px;
    }

    .services-hours {
        margin-bottom: 24px;
    }

        .services-hours span {
            font-size: 13px;
        }

        .services-hours strong {
            font-size: 12.5px;
        }

    .services-phone {
        margin-bottom: 24px;
    }

    .services-panel-link {
        font-size: 12.5px;
    }

    .services-gallery {
        gap: 10px;
    }

    .services-gallery-item {
        border-radius: 10px;
        aspect-ratio: 1 / 1;
    }

        .services-gallery-item figcaption {
            padding: 28px 10px 10px;
            font-size: 9.5px;
            letter-spacing: 0.06em;
            line-height: 13px;
        }
}

/*End*/
/*Testimonials*/

.testimonial-section {
    padding: 83px 0 80px;
    background-color: #29080f;
    background-image: radial-gradient(circle, rgba(233, 211, 160, 0.16) 1.5px, transparent 2px);
    background-position: -2px -3px;
    background-size: 24px 24px;
}

    .testimonial-section .section-heading {
        margin-bottom: 33px;
    }

    .testimonial-section .section-subtitle {
        display: block;
        color: #dcba7c;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.15em;
        line-height: 1.4;
        text-transform: uppercase;
    }

.testimonial-slider-wrapper {
    max-width: 720px;
    margin: 0 auto;
}

.testimonial-section .CustomerReviewCard {
    padding: 0 10px;
    text-align: center;
}

.testimonial-section .QuoteIcon {
    display: block;
    height: 26px;
    margin-bottom: 17px;
    color: #dcba7c;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
}

.testimonial-section .ReviewText {
    margin: 0 0 24px;
    color: #e4d7cf;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-wrap: pretty;
}

.testimonial-section .ReviewStars {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    color: #dcba7c;
    font-size: 10px;
    line-height: 1;
}

.testimonial-section .ReviewerName {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0;
    color: #a7928f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

    .testimonial-section .ReviewerName::before,
    .testimonial-section .ReviewerName::after {
        content: "\2014";
    }

.testimonial-section .review-pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 25px;
    line-height: 0;
}

    .testimonial-section .review-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0;
        border-radius: 50px;
        background-color: rgba(255, 255, 255, 0.25);
        opacity: 1;
        transition: width 0.3s ease, background-color 0.3s ease;
    }

    .testimonial-section .review-pagination .swiper-pagination-bullet-active {
        width: 20px;
        background-color: #dcba7c;
    }

@media (max-width: 991.98px) {
    .testimonial-section {
        padding: 72px 0;
    }
}

@media (max-width: 575.98px) {
    .testimonial-section {
        padding: 56px 0;
    }

        .testimonial-section .container {
            padding-right: 20px;
            padding-left: 20px;
        }

        .testimonial-section .section-heading {
            margin-bottom: 24px;
        }

        .testimonial-section .section-subtitle {
            font-size: 11px;
        }

        .testimonial-section .CustomerReviewCard {
            padding: 0;
        }

        .testimonial-section .QuoteIcon {
            margin-bottom: 12px;
        }

        .testimonial-section .ReviewText {
            margin-bottom: 20px;
            font-size: 15px;
            line-height: 24px;
        }

        .testimonial-section .ReviewerName {
            font-size: 12px;
        }

        .testimonial-section .review-pagination {
            margin-top: 22px;
        }
}

/*End*/

/*Footer*/
.site-footer {
    border-top: 3px solid #caa44f;
    background-color: #29080f;
    background-image: radial-gradient(circle, rgba(233, 211, 160, 0.16) 1.5px, transparent 2px);
    background-position: -2px -3px;
    background-size: 24px 24px;
    color: #c9bab2;
}

    .site-footer .container {
        --bs-gutter-x: 40px;
    }

.footer-main {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
    padding: 65px 0 64px;
}

.footer-logo {
    display: flex;
    width: fit-content;
    margin-bottom: 16px;
}

    .footer-logo img {
        display: block;
        width: auto;
        height: 85px;
    }

.footer-about {
    margin: 0 0 20px;
    color: #cabbb4;
    font-size: 12.8px;
    line-height: 21px;
}

.footer-social {
    display: flex;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer-social a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border: 1px solid rgba(233, 211, 160, 0.17);
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.06);
        color: #c9b8b0;
        font-size: 12px;
        text-decoration: none;
        transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
    }

        .footer-social a:hover,
        .footer-social a:focus-visible {
            border-color: #caa44f;
            background-color: #caa44f;
            color: #29080f;
        }

.footer-title {
    margin: 0 0 17px;
    color: #fef7f1;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer-list li {
        font-size: 13.5px;
        line-height: 21px;
    }

        .footer-list li + li {
            margin-top: 9px;
        }

    .footer-list a,
    .footer-list span {
        color: #c4b7af;
        text-decoration: none;
        transition: color 0.25s ease;
    }

        .footer-list a:hover,
        .footer-list a:focus-visible {
            color: #caa44f;
        }

.footer-hours {
    max-width: 274px;
}

    .footer-hours li {
        display: flex;
        justify-content: space-between;
        gap: 16px;
    }

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

    .footer-bottom .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 8px 24px;
        padding-top: 19px;
        padding-bottom: 20px;
    }

.footer-copyright {
    margin: 0;
    color: #998881;
    font-size: 11.5px;
    line-height: 18px;
}

.footer-bottom-link {
    color: #8f7d7b;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    transition: color 0.25s ease;
}

    .footer-bottom-link:hover,
    .footer-bottom-link:focus-visible {
        color: #caa44f;
    }

@media (min-width: 1200px) {
    .site-footer .container {
        max-width: 1256px;
    }
}

@media (max-width: 575.98px) {
    .footer-main {
        --bs-gutter-y: 36px;
        padding: 52px 0 48px;
    }

    .footer-title {
        margin-bottom: 14px;
    }

    .footer-bottom .container {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}
/*End*/
