﻿
@font-face {
    font-family: 'Inter';
    src: url('../Styles/fonts/Inter Regular/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Playfair Display;
    src: url('../Styles/fonts/Playfair Display/PlayfairDisplay-Regular.ttf');
}

body {
    padding: 0;
    margin: 0;
    font-family: Inter, serif;
    background: #f8f6f0;
    color: #201a17;
}
a {
    text-decoration:none;
}
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: #F8F4ED !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-page {
    background-color: #000;
}
.white-line {
     width: 43px;
    height: 1px;
    background: white;
}
.inner-page {
    background-color: #fff;
}
.ftrLogin {
    text-decoration:none;
    color:#000;
    font-family:Inter;
}
    .ftrLogin:hover{
        color:#BE3013;
    }
    .nav-link {
        color: #000;
        font-size: clamp(15px, 1vw, 19px);
        gap: 10px;
        text-align: center;
        font-family: 'Inter',sans-serif;
    }
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    
}
.nav-link:hover, .nav-link:focus {
    color: #b32025;
}

.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: #BE3013;
    padding: 20px;
    border: 2px solid #fff;
    scale: 0.9;
}

.cart-item-number {
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #BE3013;
    display: block;
    position: absolute;
   top: -12px !important;
    right: -9px !important;
    font-weight: bold;
    font-size: 14px;
}

.bottomCart {
    color: #fff;
    position: fixed;
    bottom: 5px;
    background-color: #BE3013;
    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(1);
}
.info-item {
    margin-bottom: 35px;
}
@media (max-width: 991.98px) {
    .bottomCart {
        display: none;
    }

   /* #floatingCart {
        display: none !important;
    }

    .Carttext { 
        font-size: 18px;
        color: white;
        text-decoration: none !important;
    }

    .cart-item-number {
        background: none;
        height: auto;
        width: auto;
        top: 0px !important;
        color: #fff;
        left: 3px !important;
        display: inline-block;
        position: relative;
        font-weight: bold;
        font-size: 24px;
    }*/

    .HeaderRight, .HeaderLeft {
        display: none !important;
    }
}


.offcanvas-header .btn-close {
    filter: invert(1) brightness(0);
}

input[type=radio]:checked {
    background-color: #C9411A!important;
    border: 2px solid #C9411A!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: #BE3013;
        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;
}

.swiper-pagination {
    bottom: 0px !important;
    right : 19px;
    width: 20px !important;
    text-align: center;
    height: 100%;
    left: auto !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.swiper-pagination-bullet {
    width: 8px !important;
    height: 23px !important;
    display: inline-block !important;
    background-color: #222 !important;
   
    background-position: center -48px !important;
    border-radius: 10px !important;
    opacity: 0.9 !important;
    margin-bottom: 5px !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    width: 8px !important;
    height: 40px !important;
    display: inline-block;
   
    background-color: #C9411A!important;
    background-position: center 0px !important;
    
    border-radius: 10px !important;
}

.OnlineOrderBtn {
    background-color: #BE3013;
    padding: 11px 24px 11px 24px !important;
    border-radius: 12px;
    color: #ffffff;
    font-size: 14px;
    transition: .5s all;
    text-transform: unset;
    font-family: 'Inter',sans-serif;
    font-weight: bold;
}
.ReservationBtn {
    border: 1px solid #c9a227;
    padding: 10px 21px 8px 21px !important;
    border-radius: 12px;
    color: #ffc200;
    font-size: 14px;
    transition: .5s all;
    text-transform: unset;
}
    .OnlineOrderBtn:hover {
        color: #fff !important;
        transform: translateY(-4px);
        /*box-shadow: 0px 3px 6px #959595;*/
        background: #BE3013;
    }
.ReservationBtn:hover {
    color: #fff !important;
    transform: translateY(-4px);
    box-shadow: 0px 3px 6px #959595;
    background: #c9a227;
}

.dropdown-menu {
    color: #fff;
    background-color: #BE3013;
}
.dropdown-item {
   text-align:start;
    color: #fff;
    
}
    .dropdown-item:hover {
        background-color: #000;
        color: #fff;
        transition:0.3s ease-in-out;
    }
.SliderText {
    font-family: Playfair Display, serif;
    color:#000;
    font-size:clamp(48px,4vw,74px);
    font-weight:600;
}
.SliderItalic {
    color: #C9411A;
    font-style: italic;
}
.SliderSubText {
    font-size: clamp(18px,3vw,20px);
    color: #3A261B;
}
.SliderOrderBtn{
    background-color:#b32025;
    display:inline-block;
    border:1px solid #b32025 ;
    padding:12px 17px;
    color:#fff !important;
    border-radius:12px;
    font-size:14px;
    font-weight:600;
}
.SliderOrderBtn:hover{
   transform:translateY(-4px) !important;
   transition:0.3s ease-in-out;
}
.SliderOrderBtn2 {
    background-color: #ffffff1a;
    border: 1px solid #000;
    padding: 12px 17px;
    color: #000;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}
.nav-color {
    background: #F5D769;
}

/*Home Page Slider*/
.red-line {
    width: 215px;
    height: 15px;
    background: #c83217;
}
.hero-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(52px, 6vw, 70px);
    /*line-height: 0.98;*/
    font-weight: 600;
    max-width: 647px;
}

    .hero-title span {
        color: #BE3013;
        font-family: "Playfair Display", serif;
        font-style: italic;
    }

.hero-description {
    max-width: 510px;
    line-height: 1.55;
    font-family: Inter;
    font-size: clamp(16px, 1.25vw, 20px);
    color:#6B5B50;
}

.resInfo {
        color: #6B5B50;
        font-size: clamp(12px, 1vw, 14px);
        font-family: Inter;
}
.btn-online {
    background-color: #BE3013;
    padding: 13px 24px 13px 24px !important;
    border-radius: 12px;
    color: #ffffff;
    font-size: 14px;
    transition: .5s all;
    text-transform: unset;
    font-family: 'Inter', sans-serif;
}
    .btn-online:hover {
        background-color: #f8f6f0;
        border: 1px solid #BE3013;
        color: #BE3013;
    }
.btn-catering {
    padding: 13px 24px 13px 24px !important;
    border-radius: 12px;
    font-size: 14px;
    transition: .5s all;
    text-transform: unset;
    font-family: 'Inter', sans-serif;
    font-weight:bold;
}
.hero-image-wrapper {
    width: min(100%, 450px);
    height: 470px;
}


.mainSwiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 14px 14px 22px 22px;
    box-shadow: 0 15px 35px rgba(54, 42, 30, 0.10);
}

    .mainSwiper .swiper-wrapper,
    .mainSwiper .swiper-slide {
        width: 100%;
        height: 100%;
    }

    .mainSwiper img {
        display: block;
    }
/*.hero-image-wrapper {
    width: min(100%, 450px);
    height: auto;
    margin-left: auto;
    margin-right: 0;
}

.mainSwiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 14px 14px 22px 22px;
    box-shadow: 0 15px 35px rgba(54, 42, 30, 0.10);
}

.mainSwiper .swiper-slide {
    width: 100%;
    height: auto;
}

.mainSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}*/

.since-badge small {
        font-size: 8px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .since-badge strong {
        font-size: 22px;
        line-height: 1;
        font-family:Inter;
    }

.small-image {
    width: 158px;
    height: 155px;
    left: -30px;
    bottom: -22px;
    z-index: 10;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 13px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
}

.thumbSwiper {
    width: 100%;
    height: 100%;
}

    .thumbSwiper .swiper-wrapper,
    .thumbSwiper .swiper-slide {
        width: 100%;
        height: 100%;
    }

    .thumbSwiper img {
        display: block;
    }

    .thumbSwiper .swiper-slide {
        cursor: pointer;
    }

.category-nav {
    background-color: #FAF8F366;
}
.category-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6B5B50;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.2s ease;
}

    .category-link i {
        color: #c83217;
    }

    .category-link:hover {
        color: #c83217;
    }

@media (min-width: 768px) and (max-width: 991px) {

    .hero-title {
        font-size: 46px;
        letter-spacing: -1.5px;
    }

    .hero-description {
        font-size: 14px;
    }

    .hero-image-wrapper {
        width: min(100%, 360px);
        height: 400px;
    }

    .since-badge {
        width: 75px;
        height: 75px;
        top: -12px;
        right: -10px;
    }

        .since-badge small {
            font-size: 7px;
        }

        .since-badge strong {
            font-size: 18px;
        }

    .small-image {
        width: 110px;
        height: 110px;
        left: -15px;
        bottom: -15px;
    }
}

@media (max-width: 767px) {

    .hero-title {
        font-size: 45px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-description {
        font-size: 14px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .red-line {
        width: 140px;
        height: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-image-wrapper {
        width: min(90%, 400px);
        height: 400px;
    }

    .since-badge {
        width: 75px;
        height: 75px;
        top: -12px;
        right: -8px;
    }

        .since-badge small {
            font-size: 7px;
        }

        .since-badge strong {
            font-size: 18px;
        }

    .small-image {
        width: 105px;
        height: 105px;
        left: -12px;
        bottom: -15px;
    }

    .category-link {
        font-size: 9px;
    }
}

@media (max-width: 400px) {

    .hero-title {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .hero-image-wrapper {
        height: 340px;
    }

    .since-badge {
        width: 68px;
        height: 68px;
    }

        .since-badge strong {
            font-size: 16px;
        }

    .small-image {
        width: 90px;
        height: 90px;
        left: -8px;
        bottom: -12px;
    }
}

.about-section {
    background: #f8f6f0;
}

.about-image-wrapper {
    width: min(100%, 473px);
    height: 512px;
}

    .about-image-wrapper img {
        display: block;
        border-radius:10px;
    }

.about-experience {
    width: 220px;
    right: -25px;
    bottom: -20px;
    z-index: 2;
    border-radius:15px;
    background-color:#FAF7F0;
}

.about-years {
    color: #BE3013;
    font-size: clamp(36px, 4vw, 48px);
    line-height: 1;
    font-weight: 500;
    font-family:Inter;
}

.about-years-text {
    color: #6B5B50;
    font-size: clamp(10px, 0.8vw, 12px);
    letter-spacing: 1px;
    font-family: Inter;
    font-weight:bold;
}

.about-left-text {
    color: #6B5B50;
    font-size: clamp(10px, 0.8vw, 12px);
    font-family: Inter;
}

.about-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(42px, 5vw, 60px);
    
    font-weight:600;
}

    .about-title span {
        color: #BE3013;
        font-style: italic;
        font-weight: 500;
    }


.about-text {
    max-width: 544px;
    font-family: Inter;
    font-size: clamp(14px, 1.25vw, 18px);
    color: #221812;
    line-height: 1.55;
}

.feature-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    background: #BE3013;
    color: white;
    font-size: 18px;
    border-radius:12px;
}

.feature-title {
    font-family: Inter;
    font-size: clamp(12px, 1.25vw, 14px);
    color: #221812;
    font-weight: 600;
    letter-spacing:0.5px;
}

.feature-subtitle {
    color: #8a837c;
    font-size: clamp(10px, 1.25vw, 12px);
}

@media (min-width: 768px) and (max-width: 991px) {

    .about-image-wrapper {
        width: min(100%, 360px);
        height: 400px;
    }
       

    .about-title {
        font-size: 40px;
    }

    .about-text {
        font-size: 13px;
    }

    .about-experience {
        width: 135px;
        right: -15px;
        bottom: -15px;
    }

    .about-years {
        font-size: 28px;
    }
}

@media (max-width: 767px) {

    .about-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-image-wrapper {
        width: min(90%, 448px);
        height: 482px;
    }

    .about-content {
        text-align: center;
    }

        .about-content .red-line {
            margin-left: auto;
            margin-right: auto;
        }

    .about-title {
        font-size: 42px;
    }

    .about-text {
        margin-left: auto;
        margin-right: auto;
    }

    .about-content .d-flex {
        justify-content: center;
    }

    .about-experience {
        width: 140px;
        right: -10px;
        bottom: -15px;
        text-align: left;
    }
}

@media (max-width: 400px) {

    .about-image-wrapper {
        height: 340px;
    }

    .about-experience {
        width: 125px;
        padding: 12px !important;
    }

    .about-years {
        font-size: 26px;
    }

    .about-title {
        font-size: 36px;
    }

    .about-text {
        font-size: 13px;
    }
}

.services-section {
    background: #f8f6f0;
}

.service-card {
    border-color: #ddd6ce !important;
}
    .service-card:hover{
        cursor:pointer;
    }
    .service-card:hover .service-icon {
        color: #BE3013;
    }

    .service-card:hover .service-title {
        color: #BE3013;
    }
    .service-card:hover .service-btn {
        background: #BE3013;
        color: #fff;
    }

.service-icon {
    color: #320708;
    font-size: 55px;
    line-height: 1;
    
}
.service-title {
    color: #30090a;
    font-size: 25px;
    font-weight:800;
}

.service-text {
    max-width: 230px;
    color: #716b65;
    font-size: 15px;
    line-height: 1.3;
}

.service-btn {
    min-width: 134px;
    border-radius: 0;
    background: #320708;
    color: #fff;
    padding: 8px 20px;
}

    .service-btn:hover {
        background: #4a1011;
        color: #fff;
    }
    .service-btn-red:hover {
        background: #a92813;
    }

.service-cta {
    background: linear-gradient( 100deg, #291d18, #3b2b17 );
    border-radius:30px;
}

.cta-label {
    color: #e8b300;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family:Inter;
}
.btn-cta{
    border-radius:15px;
}
.cta-title {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: clamp(32px, 4vw, 40px);
    line-height: 1;
}

    .cta-title span {
        color: #e8b300;
        font-style: italic;
    }

.cta-text {
    max-width: 500px;
    color: #faf7f0b3;
    font-size: 15px;
    line-height: 1.5;
}

@media (max-width:991px) {
    .gift-border {
        border-left: 0 !important;
    }
}

@media (max-width: 575px) {

    .service-card {
        border-left: 0 !important;
        border-bottom: 1px solid #ddd6ce;
        text-align: center;
    }

        .service-card:last-child {
            border-bottom: 0;
        }

    .service-text {
        margin-left: auto;
        margin-right: auto;
    }

    .service-btn {
        margin-bottom: 10px;
    }

    .service-cta {
        text-align: center;
    }

    .cta-text {
        margin-left: auto;
        margin-right: auto;
    }

    .service-cta .d-flex {
        justify-content: center !important;
    }
}

.gallery-section {
    background: #f8f6f0;
}

.gallery-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(42px, 5vw, 65px);
    line-height: .95;
    letter-spacing: -2px;
    font-weight: 600;
}

    .gallery-title span {
        color: #c83217;
        font-style: italic;
        font-weight: 500;
    }

.gallery-description {
    color: #6B5B50;
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 1.45;
    font-family:Inter;
}

.gallery-large {
    height: 445px;
}

.gallery-small {
    height: 212px;
}

.gallery-item {
    overflow: hidden;
    border-radius:15px;
}

    .gallery-item img {
        transition: transform .4s ease;
    }

    .gallery-item:hover img {
        transform: scale(1.04);
    }

@media (min-width: 768px) and (max-width: 991px) {

    .gallery-large {
        height: 400px;
    }

    .gallery-small {
        height: 193px;
    }
}

@media (max-width: 767px) {

    .gallery-title {
        font-size: 42px;
    }

    .gallery-description {
        text-align: left;
    }

    .gallery-large {
        height: 350px;
    }

    .gallery-small {
        height: 170px;
    }
}


@media (max-width: 400px) {

    .gallery-large {
        height: 300px;
    }

    .gallery-small {
        height: 140px;
    }
}

.gallery-container {
    max-width: 1227px;
}

.testimonial-section {
    background: #c83217;
    color: #fff;
    overflow: hidden;
}


.testimonial-label {
    color: #e9ad00;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-family:Inter;
}

    .testimonial-label span {
        display: inline-block;
        width: 18px;
        height: 2px;
        background: #e9ad00;
        margin-right: 6px;
        vertical-align: middle;
    }

.testimonial-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(40px, 5vw, 50px);
    letter-spacing: -2px;
    font-weight: 600;
}

    .testimonial-title span {
        color: #e9ad00;
        font-style: italic;
        font-weight: 500;
    }

.testimonial-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
}

.quote-icon {
    color: #e9ad00;
    font-size: 30px;
    line-height: 1;
}

.testimonial-text {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    line-height: 1.4;
    font-family:Inter;
}

.testimonial-card hr {
    border-color: rgba(255, 255, 255, 0.2);
}

.customer-name {
    font-size: 15px;
    font-weight: 600;
    font-family:Inter;
}

.customer-role {
    color: #e9ad00;
    font-size: 15px;
}

.testimonialSwiper {
    width: 100%;
    overflow: hidden;
    touch-action: pan-y;
}

    .testimonialSwiper .swiper-wrapper {
        touch-action: pan-y;
    }

    .testimonialSwiper .swiper-pagination-bullet {
        background: #fff;
        opacity: .4;
    }

    .testimonialSwiper .swiper-pagination-bullet-active {
        background: #e9ad00;
        opacity: 1;
    }


@media (max-width: 575px) {

    .testimonial-title {
        font-size: 40px;
    }

    .testimonial-card {
        padding: 24px !important;
    }
}


.footer-section {
    background: #2b1d17;
}

.footer-logo {
    width: 191px;
    max-width: 100%;
}

.footer-text {
    color: #faf7f0b3;
    font-size: 14px;
    line-height: 1.5;
    max-width: 230px;
    font-family:Inter;
}

.footer-heading {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 600;
}

.footer-link {
    color: #faf7f0b3;
    font-size: 14px;
    text-decoration: none;
    transition: .2s ease;
}

    /*.footer-link:hover {
        color: #fff;
    }
*/
.footer-border {
    border-color: rgba(255, 255, 255, .08) !important;
}

.social-link {
    width: 32px;
    height: 32px;
    color: #b9afaa;
    background: rgba(255, 255, 255, .08);
    font-size: 12px;
    text-decoration: none;
    transition: .2s ease;
}

    .social-link:hover {
        color: #fff;
        background: rgba(255, 255, 255, .15);
    }

.footer-bottom-text,
.footer-bottom-link,
.footer-dot {
    color: #FFF;
    font-size: 16px;
}

.footer-bottom-link {
    text-decoration: none;
}

    .footer-bottom-link:hover, .footer-bottom-text:hover {
        color: #fff;
    }

@media (max-width: 576px) {
    .footer-main-row {
        text-align: center;
    }

        .footer-main-row .footer-text {
            margin-left: auto;
            margin-right: auto;
        }

        .footer-main-row .d-flex {
            justify-content: center;
        }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    /*box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #BE3013;*/
    box-shadow:NONE!important;
}
.form-select:focus {
    border-color:#ced4da !important;
    outline: 0;
    box-shadow: none !important;
}
.btn-link:hover {
    color: #BE3013;
}
@media (max-width:380px){
    .last-link{
        flex-direction:column !important;
    }
}
@media (max-width:425px){
    .Logo{
        width:150px;
    }
}
#NavCart {
    position: relative;
    left: -3px;
    top: 3px;
}
/*Home Page Container*/
/*.ServiceHeader, .Aboutheader {
    color: #b32025;
}
.ServiceTitle {
    font-family: 'Playfair Display';
}
.services-section {
    background: #f8f2e8;
}

.service-icon {
    font-size: 70px;
}

.divider {
    width: 80px;
    height: 4px;
}

.btn {
    
}
.Service:hover .divider{
    background: #b32025 !important;
}
.Service:hover h3{
    color: #b32025 !important;
}
.Service:hover .service-icon{
    color: #b32025 !important;
}
.Service:hover .btn {
    background: #b32025 !important;
    border: 1px solid #b32025;
    color: #fff;
}
.about-section {
    background: #fdfbf8;
}

.about-title {
    font-family: 'Playfair Display',serif;
    font-size: clamp(42px,3vw,48px);
    font-weight: 700;
    line-height: 1.05;
}

.about-section span {
    letter-spacing: 4px;
}

.about-section p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    text-align:justify;
}

.about-section img {
    height: 530px;
    object-fit: cover;
}

.AboutBtn {
    background: #b32025;
    border-color: #b32025;
    min-width: 150px;
    padding: 7px 17px;
    display:inline-block;
    color:#fff !important;
}
.AboutBtn:hover {
    transition:0.3s ease-in-out;
    transform:translateY(-4px);
}
.offer-section {
    background: linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)), url("../images/offer-bg.jpg") center center/cover no-repeat;
    padding: 120px 0;
}

.offer-badge {
    display: inline-block;
    padding: 8px 18px;
    background: #d4a017;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    letter-spacing: .5px;
}

.offer-title {
    color: #fff;
    font-size: clamp(50px, 4vw, 60px);
    font-family:'Playfair Display',serif;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

.offer-text {
    color: #f1f1f1;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 35px;
    line-height: 1.6;
}

.theme-btn {
    display: inline-block;
    padding: 14px 35px;
    background: #b32025;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px;
    transition: .3s;
    font-size:14px;
}

    .theme-btn:hover {
       
        color: #fff;
        transform: translateY(-4px);
    }
.GalleryHeader {
    font-weight: 900;
}
.GalleryTitle {
    font-family:'Playfair Display',serif;
    font-weight:600;
    font-size:clamp(40px,4vw,48px);
}

.testimonial-section {
    background: #222221;
    padding: 90px 0;
}

.section-heading {
    margin-bottom: 60px;
}

.section-subtitle {
    display: block;
    color: #c9a227;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-title {
    color: #fff;
    font-size: clamp(40px,4vw,48px);
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 0;
}

.testimonial-card {
    background: #3b3b3b;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 30px;
    height: 100%;
    transition: .35s;
}

    .testimonial-card:hover {
        transform: translateY(-6px);
        background: #434343;
    }

.testimonial-rating {
    color: #c9a227;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.homeReviewText {
    color: rgba(255,255,255,.82);
    line-height: 1.9;
    margin-bottom: 30px;
    font-size: 14px;
}

.homeReviewDetail {
    margin-bottom: 0;
}

    .homeReviewDetail strong {
        color: #fff;
        font-weight: 600;
        font-size: 14px;
    }

    .homeReviewDetail span {
        color: rgba(255,255,255,.6);
    }

.mySwipertest {
    padding-bottom: 10px;
}

    .mySwipertest .swiper-slide {
        height: auto;
        display: flex;
    }

    .mySwipertest .testimonial-card {
        width: 100%;
    }

    .mySwipertest .swiper-button-next,
    .mySwipertest .swiper-button-prev {
        color: #d4af37;
    }

@media (max-width:991px) {

    .section-title {
        font-size: 42px;
    }

    .testimonial-section {
        padding: 70px 0;
    }
}

@media (max-width:767px) {

    .section-title {
        font-size: 34px;
    }

    .section-heading {
        margin-bottom: 40px;
    }

    .testimonial-card {
        padding: 25px;
    }
}
.location-section {
    padding: 10px 0;
    background: #faf9f7;
}

.location-map {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

    .location-map iframe {
        width: 100%;
        height: 420px;
        border: 0;
    }

.location-subtitle {
    display: block;
    color: #aa0332;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.location-title {
    font-size: 36px;
    font-family: 'Playfair Display',serif;
    font-weight: 600;
    color: #222;
    margin-bottom: 45px;
}

.info-item {
    margin-bottom: 35px;
}

    .info-item h5 {
        font-size: 14px;
        font-weight: 700;
        color: #222;
        margin-bottom: 10px;
    }

    .info-item p {
        margin: 0;
        color: #666;
        line-height: 1.9;
        font-size:14px;
    }

    .info-item a {
        color: #aa0332;
        text-decoration: none;
        line-height: 1.9;
        font-size: 14px;
    }

        .info-item a:hover {
            color: #7b0225;
        }

.footer-section {
    background: #222221;
    color: #bfbfbf;
    padding: 90px 0 35px;
}

.footer-logo {
    max-width: 170px;
    margin-bottom: 25px;
}

.footer-about {
    max-width: 270px;
    line-height: 1.9;
    font-size: 14px;
}

.footer-section h5 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 16px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 4px;
    }

    .footer-links a {
        color: #bfbfbf;
        text-decoration: none;
        transition: .3s;
        font-size: 14px;
    }

        .footer-links a:hover {
            color: #aa0332;
            padding-left: 5px;
        }

.social-icons {
    display: flex;
    gap: 15px;
}

    .social-icons a {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        transition: .35s;
    }

        .social-icons a:hover {
            background: #aa0332;
            transform: translateY(-4px);
        }

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .footer-contact a {
        color: #bfbfbf;
        text-decoration: none;
        font-size: 14px;
    }

        .footer-contact a:hover {
            color: #aa0332;
        }

.footer-section hr {
    border-color: rgba(255,255,255,.08);
    margin: 0px 0 30px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .footer-bottom p {
        margin: 0;
        color: #9c9c9c;
        font-size: 12px;
    }
.ftrLogin {
    color:#fff;
    font-weight:bold;
}
.ftrLogin:hover {
    color:#b32025;
}

@media(max-width:991px) {

    .location-title {
        font-size: 42px;
    }

    .location-section {
        padding: 70px 0;
    }

    .footer-section {
        text-align: center;
    }

    .footer-about {
        margin: auto;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-bottom {
        justify-content: center;
    }
}

@media(max-width:767px) {

    .location-title {
        font-size: 34px;
    }

    .location-map iframe {
        height: 320px;
    }

    .footer-section {
        padding: 70px 0 30px;
    }
}
.ContactInfoInnerTxt,
.ContactEmail {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;*/ /* breaks very long strings */
    /*white-space: normal;
}

.ContactInfoTxt {
    min-width: 0;*//* Important when inside a flex container */
    /*flex: 1;
}

.carousel-item {
    height: 600px;
}
#foodCarousel img {
    height:95%;
    object-fit: cover;
    border-radius: 20px;
}
#foodCarousel2 img {
    height: 30%;
    object-fit: cover;
    border-radius: 20px;
    width: 18% !important;
    border:5px solid #fff;
}
#foodCarousel2 {
    left:50%;
    top:72%;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: none;
}
@media(max-width:1200px) {
    .header-nav{
        padding:0px!important;
    }
    #foodCarousel img {
        height: 85% !important;
    }
    #foodCarousel2 img {
        height: 26% !important;
        width: 33% !important;
    }
    #foodCarousel2{
        top:70% !important;
    }
}
.footer-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.footer-item {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}
    .footer-item p {
        margin: 0;
        white-space: nowrap;
        font-size: 14px;
    }
@media (max-width: 992px) {
    .footer-info {
        align-items: flex-start;
        gap: 15px;
    }
    .footer-item{
        justify-content:center;
    }
    .slider-row{
        justify-content:center;
        display:flex;
    }
}
@media (max-width: 576px) {
    .footer-info {
        flex-wrap: wrap;
        overflow: auto;
        align-items: flex-start;
        gap: 15px;
    }
    .footer-item {
        justify-content: center;
    }
}*/
/*.ServiceHeader, .Aboutheader {
    color: #b32025;
}
.ServiceTitle {
    font-family: 'Playfair Display';
}
.services-section {
    background: #f8f2e8;
}

.service-icon {
    font-size: 70px;
}

.divider {
    width: 80px;
    height: 4px;
}

.btn {
    
}
.Service:hover .divider{
    background: #b32025 !important;
}
.Service:hover h3{
    color: #b32025 !important;
}
.Service:hover .service-icon{
    color: #b32025 !important;
}
.Service:hover .btn {
    background: #b32025 !important;
    border: 1px solid #b32025;
    color: #fff;
}
.about-section {
    background: #fdfbf8;
}

.about-title {
    font-family: 'Playfair Display',serif;
    font-size: clamp(42px,3vw,48px);
    font-weight: 700;
    line-height: 1.05;
}

.about-section span {
    letter-spacing: 4px;
}

.about-section p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    text-align:justify;
}

.about-section img {
    height: 530px;
    object-fit: cover;
}

.AboutBtn {
    background: #b32025;
    border-color: #b32025;
    min-width: 150px;
    padding: 7px 17px;
    display:inline-block;
    color:#fff !important;
}
.AboutBtn:hover {
    transition:0.3s ease-in-out;
    transform:translateY(-4px);
}
.offer-section {
    background: linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)), url("../images/offer-bg.jpg") center center/cover no-repeat;
    padding: 120px 0;
}

.offer-badge {
    display: inline-block;
    padding: 8px 18px;
    background: #d4a017;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    letter-spacing: .5px;
}

.offer-title {
    color: #fff;
    font-size: clamp(50px, 4vw, 60px);
    font-family:'Playfair Display',serif;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

.offer-text {
    color: #f1f1f1;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 35px;
    line-height: 1.6;
}

.theme-btn {
    display: inline-block;
    padding: 14px 35px;
    background: #b32025;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px;
    transition: .3s;
    font-size:14px;
}

    .theme-btn:hover {
       
        color: #fff;
        transform: translateY(-4px);
    }
.GalleryHeader {
    font-weight: 900;
}
.GalleryTitle {
    font-family:'Playfair Display',serif;
    font-weight:600;
    font-size:clamp(40px,4vw,48px);
}

.testimonial-section {
    background: #222221;
    padding: 90px 0;
}

.section-heading {
    margin-bottom: 60px;
}

.section-subtitle {
    display: block;
    color: #c9a227;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-title {
    color: #fff;
    font-size: clamp(40px,4vw,48px);
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 0;
}

.testimonial-card {
    background: #3b3b3b;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 30px;
    height: 100%;
    transition: .35s;
}

    .testimonial-card:hover {
        transform: translateY(-6px);
        background: #434343;
    }

.testimonial-rating {
    color: #c9a227;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.homeReviewText {
    color: rgba(255,255,255,.82);
    line-height: 1.9;
    margin-bottom: 30px;
    font-size: 14px;
}

.homeReviewDetail {
    margin-bottom: 0;
}

    .homeReviewDetail strong {
        color: #fff;
        font-weight: 600;
        font-size: 14px;
    }

    .homeReviewDetail span {
        color: rgba(255,255,255,.6);
    }

.mySwipertest {
    padding-bottom: 10px;
}

    .mySwipertest .swiper-slide {
        height: auto;
        display: flex;
    }

    .mySwipertest .testimonial-card {
        width: 100%;
    }

    .mySwipertest .swiper-button-next,
    .mySwipertest .swiper-button-prev {
        color: #d4af37;
    }

@media (max-width:991px) {

    .section-title {
        font-size: 42px;
    }

    .testimonial-section {
        padding: 70px 0;
    }
}

@media (max-width:767px) {

    .section-title {
        font-size: 34px;
    }

    .section-heading {
        margin-bottom: 40px;
    }

    .testimonial-card {
        padding: 25px;
    }
}
.location-section {
    padding: 10px 0;
    background: #faf9f7;
}

.location-map {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

    .location-map iframe {
        width: 100%;
        height: 420px;
        border: 0;
    }

.location-subtitle {
    display: block;
    color: #aa0332;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.location-title {
    font-size: 36px;
    font-family: 'Playfair Display',serif;
    font-weight: 600;
    color: #222;
    margin-bottom: 45px;
}

.info-item {
    margin-bottom: 35px;
}

    .info-item h5 {
        font-size: 14px;
        font-weight: 700;
        color: #222;
        margin-bottom: 10px;
    }

    .info-item p {
        margin: 0;
        color: #666;
        line-height: 1.9;
        font-size:14px;
    }

    .info-item a {
        color: #aa0332;
        text-decoration: none;
        line-height: 1.9;
        font-size: 14px;
    }

        .info-item a:hover {
            color: #7b0225;
        }

.footer-section {
    background: #222221;
    color: #bfbfbf;
    padding: 90px 0 35px;
}

.footer-logo {
    max-width: 170px;
    margin-bottom: 25px;
}

.footer-about {
    max-width: 270px;
    line-height: 1.9;
    font-size: 14px;
}

.footer-section h5 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 16px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 4px;
    }

    .footer-links a {
        color: #bfbfbf;
        text-decoration: none;
        transition: .3s;
        font-size: 14px;
    }

        .footer-links a:hover {
            color: #aa0332;
            padding-left: 5px;
        }

.social-icons {
    display: flex;
    gap: 15px;
}

    .social-icons a {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        transition: .35s;
    }

        .social-icons a:hover {
            background: #aa0332;
            transform: translateY(-4px);
        }

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .footer-contact a {
        color: #bfbfbf;
        text-decoration: none;
        font-size: 14px;
    }

        .footer-contact a:hover {
            color: #aa0332;
        }

.footer-section hr {
    border-color: rgba(255,255,255,.08);
    margin: 0px 0 30px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .footer-bottom p {
        margin: 0;
        color: #9c9c9c;
        font-size: 12px;
    }
.ftrLogin {
    color:#fff;
    font-weight:bold;
}
.ftrLogin:hover {
    color:#b32025;
}

@media(max-width:991px) {

    .location-title {
        font-size: 42px;
    }

    .location-section {
        padding: 70px 0;
    }

    .footer-section {
        text-align: center;
    }

    .footer-about {
        margin: auto;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-bottom {
        justify-content: center;
    }
}

@media(max-width:767px) {

    .location-title {
        font-size: 34px;
    }

    .location-map iframe {
        height: 320px;
    }

    .footer-section {
        padding: 70px 0 30px;
    }
}
.ContactInfoInnerTxt,
.ContactEmail {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;*/ /* breaks very long strings */
    /*white-space: normal;
}

.ContactInfoTxt {
    min-width: 0;*//* Important when inside a flex container */
    /*flex: 1;
}

.carousel-item {
    height: 600px;
}
#foodCarousel img {
    height:95%;
    object-fit: cover;
    border-radius: 20px;
}
#foodCarousel2 img {
    height: 30%;
    object-fit: cover;
    border-radius: 20px;
    width: 18% !important;
    border:5px solid #fff;
}
#foodCarousel2 {
    left:50%;
    top:72%;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: none;
}
@media(max-width:1200px) {
    .header-nav{
        padding:0px!important;
    }
    #foodCarousel img {
        height: 85% !important;
    }
    #foodCarousel2 img {
        height: 26% !important;
        width: 33% !important;
    }
    #foodCarousel2{
        top:70% !important;
    }
}
.footer-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.footer-item {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}
    .footer-item p {
        margin: 0;
        white-space: nowrap;
        font-size: 14px;
    }
@media (max-width: 992px) {
    .footer-info {
        align-items: flex-start;
        gap: 15px;
    }
    .footer-item{
        justify-content:center;
    }
    .slider-row{
        justify-content:center;
        display:flex;
    }
}
@media (max-width: 576px) {
    .footer-info {
        flex-wrap: wrap;
        overflow: auto;
        align-items: flex-start;
        gap: 15px;
    }
    .footer-item {
        justify-content: center;
    }
}*/