﻿
@font-face {
    font-family: 'BR Hendrix Semi';
    src: local('BR Hendrix Semi Bold'), url(../Fonts/BRHendrix-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'BR Hendrix';
    src: local('BR Hendrix'), url(../Fonts/BRHendrix-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BR Hendrix Bold';
    src: local('BR Hendrix Bold'), url(../Fonts/BRHendrix-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BR Hendrix Light';
    src: local('BR Hendrix Light'), url(../Fonts/BRHendrix-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'BR Hendrix Medium';
    src: local('BR Hendrix Medium'), url(../Fonts/BRHendrix-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'BR Hendrix';
  /*  background: #000;*/
    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;
}
.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;
}
.dropdown-toggle::after {
    visibility:hidden;
    display:none;
}
.BgHeader {
    background: #000 !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-page {
    background-color: #000;
}

.inner-page {
    background-color: #fff;
}
.ftrLogin {
    text-decoration:none;
    color:#000;
    font-family:Inter;
}
    .ftrLogin:hover{
        color:#ff492f;
    }
.nav-link {
    color: #FFF;
    font-size: clamp(15px, 1vw, 17px);
    gap: 10px;
    text-align: center;
    font-family: BR Hendrix Semi;
}
.divWholeContainer{
    background:#fff;
}
.card-main{
    background:#000;
}
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}
.nav-link:hover, .nav-link:focus {
    color: #b32025;
        text-decoration: none;

}

.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: #ff492f;
        font-size: 23px;
        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: #ff492f;
    padding: 20px;
    border: 2px solid #fff;
    scale: 0.9;
}

.cart-item-number {
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #ff492f;
    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: #ff492f;
    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;
    }

   /* #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(1);
    margin-left:auto;
}

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: #ff492f;
        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: #ff492f;
    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: #ff492f;
    }*/
.ReservationBtn:hover {
    color: #fff !important;
    transform: translateY(-4px);
    box-shadow: 0px 3px 6px #959595;
    background: #c9a227;
}

.dropdown-menu {
    color: #fff;
    background-color: #ff492f;
}
.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: #000000;
}
/*Heder of ABI*/

.Logo img{
    max-height: 220px;
    margin-left: auto;
    margin-bottom: -131px;
}
.navbar-nav{
    letter-spacing:1px;
}

.OnlineOrderBtn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 204px;
    height: 45px;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}

    /* Red dot */
    .OnlineOrderBtn::before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        left: 15px;
        top: 40%;
        background: #ff492f;
        border-radius: 50%;
       /* transform: translateY(-50%);*/
        transition: width 0.4s ease, height 0.4s ease, left 0.4s ease, top 0.4s ease, border-radius 0.4s ease;
        z-index: -1;
    }

    /* Text stays above animation */
    .OnlineOrderBtn span {
        position: relative;
        z-index: 2;
    }

    /* Hover */
    .OnlineOrderBtn:hover::before {
        width: 72%;
        height: 100%;
        left:26px;
        top: 0;
        transform: none;
        border-radius: 50px;
    }

    /* White text on hover */
.OnlineOrderBtn, .OnlineOrderBtn:hover {
    font-size: 20px;
    font-family: 'BR Hendrix Semi';
    color: #ffffff;
}
@media only screen and (min-width: 991px) {
    .masterPageHeader {
        border-bottom: 3px solid #FFF;
    }
}
/*Home Page Slider*/

.myMenuSwiper {
    width: 100%;
    padding: 5px 5px 20px;
}

    .myMenuSwiper .swiper-slide {
        height: auto;
    }
/*
    .myMenuSwiper .card-img-top {
        height: 220px;
        object-fit: cover;
    }*/

    .myMenuSwiper .swiper-pagination-bullet-active {
        background: #dc3545;
    }

    .myMenuSwiper .card-img-top {
        height: 220px;
        object-fit: cover;
    }

.myImageSwiper {
    width: 100%;
}

  /*  .myImageSwiper .swiper-slide img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
*/
    .myImageSwiper .swiper-pagination-bullet-active {
        background-color: #dc3545;
    }
    .myImageSwiper img {
        width: 100%;
        height: auto;
        display: block;
    }

/*Home Page Cards*/
/* =========================
   INFO CARDS
========================= */


.info-card {
    position: relative;
    background: #fff;
    border: 1px solid #eeeeee;
    overflow: visible;
    transform: translateY(0) scale(1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

    .info-card:hover {
            transform: translate(0px, -7px) scale(1.04);  
    }

    .info-card::before {
        content: "";
        position: absolute;
        /* Start slightly above the card */
        top: -9px;
        /* Same positioning as your screenshot */
        left: 9px;
        width: 94%;
        /* Initially only a line */
        height: 0;
        border: 1px solid #ff492f;
        background: transparent;
        margin: 0;
        pointer-events: none;
        z-index: 2;
        /* Smooth box growth */
        transition: height 0.5s ease, opacity 0.25s ease;
    }


    .info-card:hover::before {
        height: calc(100% + 18px);
        opacity: 1;
    }
.cards-wrapper {
    position: relative;
    z-index: 10;
    margin-top: -60px;
    /*margin-bottom: 30px;*/
}

@media (max-width: 991px) {
    .cards-wrapper {
        margin-top: -40px;
    }
    .Logo img {
        max-height: 162px;

         margin-bottom: 0px; 
    }
}

@media (max-width: 767px) {
    .cards-wrapper {
        margin-top: 30px;
    }
}

/* =========================
   ICON SPRITE
========================= */

.info-icon {
    width: 110px;
    height: 80px;
    background-image: url(../Images/Services-Icon.png);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}


/* First icon */
.icon-1 {
    background-position: 0 0;
}


/* Second icon */
.icon-2 {
    background-position: -94px 0;
}


/* Third icon */
.icon-3 {
    background-position: -206px 0;
}


/* =========================
   TEXT
========================= */

.info-title {
    font-size: 23px;
    color: #ff492f;
    font-family: 'BR Hendrix';
    margin-bottom: 17px;
}

.info-description {
    color: #666565;
    font-size: 16px;
    margin-bottom: 17px;
    font-family: 'BR Hendrix Semi';
}


/* =========================
   BUTTON
========================= */

.info-btn {
    border-radius: 50px !important;
    padding: 6px 18px !important;
    color: #666666;
    border: 1px solid #666666 !important;
    font-weight: bold !important;
    position: relative;
    z-index: 3;
    transition: 0.5s all;
    font-family: 'BR Hendrix'
}



.info-card:hover .info-btn {
    background-color: #ff492f;
    /* border: 1px solid #ff492f !important; */
    color: #fff !important;
}
/* =========================
   ANIMATED BORDER
========================= */

/*.border-line {
    position: absolute;
    background: #ff492f;
}*/


/* Top */
/*.border-top {
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    transition: width 0.3s ease;
}*/


/* Right */
/*.border-right {
    top: 0;
    right: 0;
    width: 2px;
    height: 0;
    transition: height 0.3s ease 0.3s;
}*/


/* Bottom */
/*.border-bottom {
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    transition: width 0.3s ease 0.3s;
}*/


/* Left */
/*.border-left {
    bottom: 0;
    left: 0;
    width: 2px;
    height: 0;
    transition: height 0.3s ease 0.6s;
}*/
/* =========================================================
   HEAVEN SECTION
========================================================= */

.heaven-section {
    width: 100%;
    /*padding: 70px 0 80px;*/
    background: #000;
}


/* =========================================================
   OUTER FRAME

   This is the red decorative frame from your screenshot.
========================================================= */

.border-frame {
    position: relative;
    width: 1170px;
    height: 500px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    /*border-left: 1px solid #ff3b2f;
    border-right: 1px solid #ff3b2f;*/
}


    /* Top horizontal red line */
    .border-frame::before {
        content: "";
        position: absolute;
        top: -13px;
        z-index: 0;
        left: 17px;
        width: 97%;
        height: 105%;
        border: 1px solid #ff492f;
    }


    /* Bottom horizontal red line */
    /*.border-frame::after {
        content: "";
        position: absolute;
        bottom: -11px;
        left: 0;
        right: 0;
        height: 1px;
        background: #ff3b2f;
        z-index: 5;
    }*/


/* =========================================================
   CORNER LINES
========================================================= */

/* Top-left */
/*.heaven-box::before {
    content: "";
    position: absolute;
    top: -14px;
    left: -1px;
    width: 1px;
    height: 14px;
    background: #ff3b2f;
    z-index: 10;
}*/


/* Top-right */
.heaven-box::after {
    content: "";
    position: absolute;
    top: -14px;
    right: -1px;
    width: 1px;
    height: 14px;
    background: #ff3b2f;
    z-index: 10;
}


/* =========================================================
   MAIN IMAGE BOX
========================================================= */

.heaven-box {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-image: url("../Images/About_Us.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


/* =========================================================
   CONTENT
========================================================= */

.heaven-content {
  /*  height: 100%;*/
    padding: 40px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}


/* =========================================================
   TITLE
========================================================= */

.heaven-title {
    margin: 0 0 27px;
    font-family: 'BR Hendrix Bold';
    font-size: 30px;
    color: #ffffff;
    line-height: 1.2;
    text-transform: uppercase;
    text-align:left;
}


/* =========================================================
   PARAGRAPHS
========================================================= */

.heaven-content p {
    margin: 0 0 25px;
    color: #fff;
    font-family: 'BR Hendrix Light';
    color: #ffffff;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .3px;
    font-size:18px;
    text-align:left;
}


.divHomebutton {
    margin-top: 7%;
    text-align: left;
    margin-bottom: 7%;
}
    .divHomebutton .satelite-button-home {
        background: transparent !important;
        font-family: 'BR Hendrix Semi' !important;
    }
.satelite-button-home {
    background: #ff492f;
    /* border: 1px solid #ff492f; */
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 3%;
    padding: 9px 30px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}
.divHomebutton .satelite-button-home::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 2px;
    top: 17px;
    /* background-color: #ff492f; */
    border: solid #ff492f;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(138deg);
    z-index: -1;
    transition: 0.4s all;
}
.divHomebutton .satelite-button-home::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 2px;
    top: 17px;
    /* background-color: #ff492f; */
    border: solid #ff492f;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-48deg);
    z-index: -1;
    transition: 0.4s all;
}
.divHomebutton .satelite-button-home {
    background: transparent !important;
    font-family: 'BR Hendrix Semi' !important;
}

element.style {
}

.divHomebutton .satelite-button-home:hover {
    color: #fff !important;
}

.divHomebutton .satelite-button-home {
    background: transparent !important;
    font-family: 'BR Hendrix Semi' !important;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}

a:active, a:hover {
    outline: 0;
}

.phone-number a:focus, a:hover {
    color: #23527c;
    text-decoration: none !important;
}

.satelite-button-home {
    background: #ff492f;
    /* border: 1px solid #ff492f; */
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 3%;
    padding: 9px 30px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}



.divHomebutton {
    margin-top: 4%;
    text-align: left;
    margin-bottom: 4%;
}



.divHomebutton .satelite-button-home:hover::before, .divHomebutton .satelite-button-home:hover::after {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #ff492f;
    border: none;
    padding: 0px;
    transform: rotate(0deg);
    border-radius: 50px;
}

.divHomebutton .satelite-button-home::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 2px;
    top: 17px;
    /* background-color: #ff492f; */
    border: solid #ff492f;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(138deg);
    z-index: -1;
    transition: 0.4s all;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.divHomebutton .satelite-button-home:hover::before, .divHomebutton .satelite-button-home:hover::after {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #ff492f;
    border: none;
    padding: 0px;
    transform: rotate(0deg);
    border-radius: 50px;
}

.divHomebutton .satelite-button-home:hover {
    color: #fff !important;
}
/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199.98px) {

    .border-frame {
        width: 960px;
    }

    .heaven-box {
        background-position: 45% center;
    }

    .heaven-content {
        padding: 35px;
    }

    .heaven-title {
        font-size: 27px;
    }

    .heaven-content p {
     
        line-height: 1.55;
    }

}


/* =========================================================
   SMALL TABLET
========================================================= */

@media (max-width: 991.98px) {
    .border-frame::before {
        z-index: 0;
        left: 0px;
        width: 100%;
    }

    /*.heaven-section {
        padding: 55px 0 65px;
    }*/

.divHomebutton {
    text-align:center;
}
    .border-frame {
        width: calc(100% - 30px);
        height: 500px;
    }

    .heaven-box {
        height: 500px;
        background-position: 55% center;
    }

    .heaven-content {
        padding: 30px;
    }

    .heaven-title {
        text-align: center;
    }

    .heaven-content p {
        line-height: 1.5;
        text-align: justify;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {
    .border-frame::before {
       
        height: 106%;
    }

      /*  .heaven-section {
            padding: 45px 0 55px;
        }*/

        .border-frame {
            width: calc(100% - 0px);
            max-width: none;
           /* height: 620px;*/
        }

        .heaven-box {
            width: 100%;
            /* height: 620px;*/
            background-image: url("../Images/About_Us.jpg");
            background-repeat: no-repeat;
            background-size: auto 115%;
            background-position: 100% center;
            background-color: transparent;
        }
            /*
       Hide the empty desktop column.
    */
            .heaven-box .row {
                height: 100% !important;
            }

                .heaven-box .row > .col-lg-6:first-child {
                    display: none;
                }
                /*
       Content becomes full width.
    */
                .heaven-box .row > .col-lg-6:last-child {
                    width: 100%;
                    height: 100%;
                }
        /*
       NO background color here.
       The original image remains visible.
    */
        .heaven-content {
            width: 100%;
            /* height: 100%;
        min-height: 620px;*/
            padding: 35px 25px;
            background: transparent;
            justify-content: center;
        }


    }


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .heaven-section {
        padding: 64px 0 45px;
    }
    .border-frame::before {
        height: 104%;
    }
    .border-frame {
        width: calc(100% - 0px);
        height: 650px;
    }

    .heaven-box {
        height: 650px;
        background-size: auto 120%;
        background-position: 100% center;
    }

    .heaven-content {
     /*   min-height: 650px;*/
        padding: 30px 20px;
    }

}

/*home page service card*/




.our-dishes {
    width: 100%;
    padding: 30px 0 70px;
    background: #000;
}



.our-dishes {

    .container {
        max-width: 1200px;
    }
}



.section-title {
    margin: 10px 0 50px;
    color: #ff492f !important;
    font-size: clamp(30px, 3vw, 37px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.3px;
}




.dish-menu {
    width: 100%;
}



.dish-card {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 500px;
    min-height: 92px;
    margin-bottom: 20px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}


.dish-icon {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    margin-right: 22px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-image: url("../images/Our-Dishes.png");
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}




.icon-appetizers {
    background-position: 11px 11px;
}

.icon-soups {
    background-position: -66px 10px;
}



.icon-grill {
    background-position: -140px 9px;
}


.dish-info {

    h3 {
        margin: 0 0 7px;
        color: #fff;
        font-size: clamp(18px, 6vw, 25px);
        line-height: 1.15;
        font-weight: 700;
        font-family: 'BR Hendrix Semi'
    }

    p {
        font-family: 'BR Hendrix Light';
        font-size: 16px;
        line-height: 1.45;
        letter-spacing: 0.2px;
        color:#fff;
    }
}


.dish-card:hover .dish-icon {
    background-color: #ff492f;
    border-color: #ff492f;
}
.dish-card:hover .dish-info h3{
    color: #ff492f;
}
.food-image {
    width: 100%;
    margin-top: 0;

    img {
        display: block;
        width: 85%;
        height: auto;

        object-fit: cover;
    }
}




@media (max-width: 991px) {

    .our-dishes {
        padding: 40px 0 60px;
    }



    .dish-card {
        min-height: 85px;
    }

/*    .dish-icon {
        width: 70px;
        height: 70px;
        flex-basis: 70px;
        margin-right: 15px;
    }
    .icon-appetizers {
        background-position: 11px 11px;
    }*/


    .food-image {
        margin-top: 10px;
    }
}



@media (max-width: 767px) {


    .dish-card {
        max-width: 100%;
        min-height: 75px;
        margin-bottom: 15px;
        padding: 8px;
    }
/*
    .dish-icon {
        width: 65px;
        height: 65px;
        flex-basis: 65px;
        margin-right: 15px;
    }
*/


    .desktop-only {
        display: none;
    }

    .food-image {
        margin-top: 35px;
    }
}



@media (max-width: 480px) {


    .dish-card {
        padding: 7px;
    }
    .food-image {
        img {
            width: 100%;
     
        }
    }

/*    .dish-icon {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
        margin-right: 12px;
    }*/

  
}
.offer-section {
    padding: 5rem;
    background: url(../Images/BG_Tbl_booking.jpg) no-repeat;
    background-position: center;
    background-size: auto;
    background-color: #E9442E;
}
    .offer-section .CommanHeaderText {
        text-transform: initial;
        color: #ffffff !important;
        padding: 0px;
    }
    .offer-section .satelite-button-home {
        background: transparent;
        border: 2px solid #ffffff;
        color: #ffffff;
        position: relative;
        z-index: 1;
        font-family: 'BR Hendrix Semi';
    }
        .offer-section .satelite-button-home::before {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            border-radius: 50px;
            top: 19px;
            left: 45px;
            background-color: #ffffff;
            transition: 0.4s all;
            z-index: -1;
        }
        .offer-section .satelite-button-home:hover::before {
            
            width: 163px;
            height: 44px;
          
            top: 0px;
            left: -1px;
            background-color: #ffffff;
           
        }
@media (max-width:425px){
    .offer-section{
        padding:0px !important;
    }
    .book-table {
        margin-bottom: 57px;
    }
}
#divHomeTableBtnBox .satelite-button-home:hover {
    /* border: none !important; */
    color: #ff492f !important;
}
        .divHomeTableContent {
            padding-top: 20px;
            line-height: 1.6;
            text-align: left;
            font-family: 'BR Hendrix Light';
            color: #ffffff;
            font-size: 17px;
        }

.CommanHeaderText {
    text-align: left;
    text-transform: uppercase;
    font-family: 'BR Hendrix Bold';
    font-size: 37px;
    padding: 0px 0px 30px 0px;
    margin: 0 auto;
    color: #ff492f !important;
}
/*home page testimonial section*/
/* ==========================================
   TESTIMONIAL SECTION
========================================== */

.testimonial-section {
    width: 100%;
    min-height: 450px;
    background: #000;
    padding: 55px 0;
    overflow: hidden;
}


.testimonial-section {
    width: 100%;
    background: #000;
    padding: 60px 0;
    overflow: hidden;
}


    /* Keep content limited */
    .testimonial-section .container {
        max-width: 1400px;
    }


/* Cards */

.testimonial-card {
    width: 328px;
    height: 300px;
    background: #ff4433;
    color: #fff;
    padding: 50px 1px 25px 10px;
    /*overflow: hidden;*/
}


/* Quote */

.testimonial-quote {
    position: absolute;
    top: -3px;
    left: 95px;
    width: 70px;
    height: auto;
    z-index: 10;
}


/* Swiper */

.testimonial-card .swiper {
    width: 100%;
    height: 100%;
}


.review-scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    /* Firefox */
    scrollbar-color: #444 transparent;
    scrollbar-width: thin;
}

    /* Chrome, Edge, Safari */
    .review-scroll::-webkit-scrollbar {
        width: 8px;
    }

    .review-scroll::-webkit-scrollbar-track {
        background: transparent;
    }

    .review-scroll::-webkit-scrollbar-thumb {
        background-color: #444;
        border-radius: 10px;
    }

        .review-scroll::-webkit-scrollbar-thumb:hover {
            background-color: #222;
        }
#testiBtnContainer .satelite-button-home:hover::after {
    width: 0%;
}

#testiBtnContainer .satelite-button-home:hover::before {
    width: 100%;
}

#testiBtnContainer .satelite-button-home:hover {
    color: #ff492f !important;
}
@media (max-width: 1199px) {
    .testimonial-section .container {
        padding:0px !important;
    }
}

/* Right side */

.testimonial-content {
    position: relative;
    width: 450px;
    height: 345px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


/* Big quote */

.big-quote {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Georgia, serif;
    font-size: 320px;
    line-height: .9;
    font-weight: bold;
    color: #111;
    z-index: 1;
}


/* Heading */

.testimonial-title {
    position: relative;
    z-index: 2;
    margin-bottom: 28px;
    color: #ff4433;
    font-family: Arial, sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}


/* Button */

.testimonial-button {
    position: relative;
    z-index: 3;
    min-width: 205px;
    padding: 13px 35px;
    background: #ff4433;
    color: #fff;
    border: 2px solid #ff4433;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

    .testimonial-button:hover {
        background: transparent;
        color: #ff4433;
    }


/* 1200px */

@media (max-width: 1199px) {

    .testimonial-section .container {
        max-width: 1100px;
    }

    .testimonial-card {
        width: 350px;
    }

    .testimonial-content {
        width: 350px;
    }

    .testimonial-text {
        font-size: 18px;
    }

    .testimonial-title {
        font-size: 38px;
    }
}


/* Tablet */

@media (max-width: 991px) {

    .testimonial-section .container {
        max-width: 850px;
    }

    .testimonial-card {
        width: 100%;
        max-width: 400px;
    }

    .testimonial-content {
        width: 100%;
        height: 300px;
    }
}


/* Mobile */

@media (max-width: 767px) {

    .testimonial-section {
        padding: 40px 15px;
    }

        .testimonial-section .container {
            max-width: 100%;
        }

    .testimonial-card {
        width: 100%;
        max-width: 406px;
        height: 330px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .testimonial-content {
        width: 100%;
        height: 300px;
    }

    .testimonial-title {
        font-size: 32px;
    }

    .testimonial-text {
        font-size: 17px;
    }
}


/* Small mobile */

@media (max-width: 425px) {

    .testimonial-card {
        height: 310px;
    }

    .testimonial-quote {
        left: 35px;
        width: 55px;
    }

    .testimonial-text {
        font-size: 16px;
    }

    .testimonial-title {
        font-size: 27px;
    }
}
#divTestimonialInnerWrapper2 {
    background: url(../Images/Big-Quoats.png) no-repeat;
    background-position: center 52px;
}
#divTestimonialOutterWrapper {
    margin-bottom: 24%;
}
#testiHeading {
    margin-bottom: 22% !important;
}
    #testiHeading .CommanHeaderText {
        text-align: right !important;
        padding: 8px 0px 0px 0px !important;
    }
#testiBtnContainer {
    margin-top: 7%;
    text-align: right;
    margin-bottom: 7%;
}
    #testiBtnContainer .satelite-button-home {
        background: none !important;
        z-index: 1;
        font-family: 'BR Hendrix Semi';
    }
        #testiBtnContainer .satelite-button-home::before {
            content: "";
            position: absolute;
            bottom: 0px;
            z-index: -1;
            width: 0px;
            height: 100%;
            left: 0px;
            background-color: #ffffff;
            border-radius: 50px;
            transition: 0.4s all;
        }
        #testiBtnContainer .satelite-button-home::after {
            content: "";
            position: absolute;
            bottom: 0px;
            z-index: -2;
            width: 100%;
            height: 100%;
            right: 0px;
            background-color: #ff492f;
            border-radius: 50px;
            transition: 0.4s all;
        }
.divTestimonialIcon {
    background: url(../Images/Testimonial-Icon-01.png) no-repeat;
    height: 106px;
    border-radius: 100%;
    background-position: center center;
    width: 118px;
    margin: -104px auto;
    margin-left: 46px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    z-index: 3;
}
.customer-name{
    text-align: left;
    width: 100%;
    /* float: left; */
    padding: 3px 19px 20px 0px;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    font-family: 'BR Hendrix Semi';
}
@media (max-width: 1198px) {
    #divTestimonialOutterWrapper {
        margin-bottom: 0px !important;
    }

    #testiHeading {
        margin-bottom: 0px !important;
    }


        #testiHeading .CommanHeaderText {
            text-align: center !important;
        }

    #testiBtnContainer {
        margin-top: 7% !important;
        text-align: center !important;
        margin-bottom: 7%;
    }
}
/* Text */

.testimonial-text {
    font-family: 'BR Hendrix Medium';
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    width: 98%;
}


/*home page service section*/

/*SERVICE SECTION*/
.info-section {
    background: #000;
}

/* Main boxes */
.info-box {
    border: 1px solid #ff432f;
    color: #fff;
}

/* Icon sprite */
.service-icon {
    position: absolute;
    top: -43px;
    left: 50%;
    transform: translateX(-50%);
    width: 83px;
    height: 83px;
    background-image: url(../Images/BusinessHours.png);
    background-repeat: no-repeat;
    background-color: #000;
    border: 2px solid #ff432f;
    border-radius: 50%;
}


.icon-dress {
    background-position: 16px 11px;
}

.icon-hours {
    background-position: -60px 14px;
}

.icon-special {
    background-position: -130px 11px;
}

/* Typography */
.info-title {
    font-size: 23px;
    color: #ff492f;
    font-family: 'BR Hendrix Semi';
    margin-bottom: 17px;
}

.info-subtitle {
    font-size: 19px;
    color: #ff492f;
    font-family: 'BR Hendrix Semi';
    margin-top: 17px;
}

.service-text {
    color: #ffffff;
    font-size: 16px !important;
    margin-bottom: 0px !important;
    letter-spacing:1px;
}

/* Button */
.daily-btn {
    border-radius: 50px !important;
    padding: 12px 18px !important;
    color: #ffffff;
    border: 2px solid #ff492f !important;
    font-weight: bold !important;
    position: relative;
    z-index: 3;
    transition: 0.5s all;
    margin-top: 25px;
    overflow: hidden;
}

    .daily-btn:before {
        left: -20px;
        transform: translate(-50%, -50%);
    }
    .daily-btn:after {
        right: -20px;
        transform: translate(50%, -50%);
    }
    .daily-btn:before, .daily-btn:after {
        content: "";
        position: absolute;
        width: 13px;
        height: 13px;
        border-radius: 50px;
        background-color: #fff;
        /* transform: translate(-50%, 27%); */
        z-index: -1;
        transition: 0.4s all;
        top: 50%;
    }
    .daily-btn:hover {
        animation: color-change 0.9s both;
    }

        .daily-btn:hover:before {
            animation: animation-left-slide 0.6s both ease-in-out;
            animation-direction: alternate;
        }

        .daily-btn:hover:after {
            animation: animation-right-slide 0.6s both ease-in-out;
            animation-direction: alternate;
        }

@keyframes color-change {
    0% {
        color: #fff;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #ff492f;
    }
}

@keyframes animation-left-slide {
    0% {
        left: -20px;
    }

    50% {
        left: 50%;
        width: 13px;
        height: 13px;
    }

    100% {
        left: 50%;
        width: 105%;
        height: 105%;
    }
}

@keyframes animation-right-slide {
    0% {
        right: -20px;
    }

    50% {
        right: 50%;
        width: 13px;
        height: 13px;
    }

    100% {
        right: 50%;
        width: 105%;
        height: 105%;
    }
}
/* Mobile */
@media (max-width: 575.98px) {

    .info-section {
        padding-top: 70px !important;
    }

    .info-box {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .info-title {
        font-size: 23px;
    }

    .info-subtitle {
        font-size: 20px;
    }

    .info-text {
        font-size: 16px;
    }
}
/* =========================
   FOOTER
========================= */

.footer {
    width: 100%;
    font-family: Arial, sans-serif;
}

/* Main dark section */
.footer-main {
    background: #252525;
    color: #fff;
}
/* =========================
   SOCIAL ICON SPRITE
========================= */

.social-facebook,
.social-twitter {
    display: block;
    width: 54px;
    height: 57px;
    background-image: url(../Images/Social-Logo.png);
    background-repeat: no-repeat;
    /* transition: background-position 0.2s ease; */
}


/* =========================
   FACEBOOK
========================= */

/* White Facebook */
.social-facebook {
    background-position: 0 2px;
}

    /* Orange Facebook */
    .social-facebook:hover {
        background-position: 0 -53px;
    }


/* =========================
   TWITTER
========================= */

/* White Twitter */
.social-twitter {
    background-position: -163px 2px;
}

    /* Orange Twitter */
    .social-twitter:hover {
        background-position: -163px -53px;
    }

/* Contact */
.footer-contact {
    font-size: 16px !important;
    font-family: 'BR Hendrix Light' !important;
    margin-right: 6px;
    margin-left: 6px;
}

    .footer-contact .separator {
        margin: 0 10px;
    }

/* =========================
   BOTTOM BAR
========================= */

.footer-bottom {
    padding: 12px 0px;
    background-color: #ff492f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'BR Hendrix Light';
}

.footer-privacy {
    color: #272727;
    text-decoration: none;
    letter-spacing:1px;
}
.footer-bottom a{
    color:#fff;
}
    .footer-bottom a:hover {
        text-decoration: underline;
        color: #272727;
    }

.footer-left,
.footer-right {
    font-size: 16px;
    letter-spacing: 1px;
    color:#fff;
}
    .footer-right a:hover {
        text-decoration: underline;
        color: #272727;
    }
    .footer-center span,
    .footer-right span {
        margin: 0 5px;
    }


/* =========================
   TABLET
========================= */

@media (max-width: 991.98px) {

    .footer-contact {
        font-size: 16px;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        font-size: 16px;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 767.98px) {

    .footer-main {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .footer-contact {
        font-size: 15px;
        line-height: 2;
    }

        .footer-contact span {
            display: block;
        }

        .footer-contact .separator {
            display: none;
        }

    .footer-bottom {
        padding: 15px 0;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        text-align: center !important;

        line-height: 1.7;
    }
}
@media (min-width:991px){
    .abi-drp {
        padding-top: 0px;
        padding-bottom: 0px;
       
    }

        .abi-drp .dropdown-item {
            padding: 9px !important;
            font-family: 'BR Hendrix Semi';
            font-size: 17px;
            border-bottom: 1px solid #000000;
           
        }
}
@media (max-width:990px) {
    .abi-drp {
        background: black;
    }

        .abi-drp .dropdown-item {
            color: #ff492f;
            font-family: 'BR Hendrix';
            font-size: 18px;
            font-weight: normal;
            display: block;
            margin: 5px 0px 0px 0px;
            text-align: center;
        }
}


.offcanvas-mobile-menu{
    background:#000;
}
.accordion-button:not(.collapsed) {
    background-color:#f9c1b9  !important;
}
.accordion-button:focus {
    z-index: 3;
    border-color:#f9c1b9;
    outline: 0;
    box-shadow: 0 0 0 .25rem #f9c1b9;
}
/*Home Page Slider*/
/*.red-line {
    width: 215px;
    height: 15px;
    background: #c83217;
}
.hero-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(52px, 6vw, 88px);
    line-height: 0.98;
    font-weight: 600;
    max-width: 647px;
}

    .hero-title span {
        color: #ff492f;
        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: #ff492f;
    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 #ff492f;
        color: #ff492f;
    }
.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: 525px;
}


.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;
    }

.since-badge {
    width: 90px;
    height: 90px;
    top: -18px;
    right: -18px;
    background: #e9ad00;
    color: #201a17;
    z-index: 10;
}

    .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%, 505px);
    height: 560px;
}

    .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: #ff492f;
    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, 65px);
    line-height: .9;
    letter-spacing: -1.5px;
}

    .about-title span {
        color: #ff492f;
        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: #ff492f;
    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: #ff492f;
    }

    .service-card:hover .service-title {
        color: #ff492f;
    }
    .service-card:hover .service-btn {
        background: #ff492f;
        color: #fff;
    }

.service-icon {
    color: #320708;
    font-size: 55px;
    line-height: 1;
    
}
.service-title {
    color: #30090a;
    font-size: 22px;
    font-weight: 600;
}

.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, 65px);
    line-height: .95;
    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: 10px;
}

.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: 14px;
    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: #918781;
    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 #ff492f;*/
    /*box-shadow:NONE!important;
}
.form-select:focus {
    border-color:#ced4da !important;
    outline: 0;
    box-shadow: none !important;
}
.btn-link:hover {
    color: #ff492f;
}
@media (max-width:380px){
    .last-link{
        flex-direction:column !important;
    }
}
@media (max-width:425px){
    .Logo{
        width:150px;
    }
}*/
/*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;
    }
}*/