﻿@font-face {
    font-family: "josefinSans-Medium";
    font-style: normal;
    src: url("../Fonts/JosefinSans/josefinSans-Medium.ttf");
}

@font-face {
    font-family: "josefinSans-SemiBold";
    font-style: normal;
    src: url("../Fonts/JosefinSans/josefinSans-SemiBold.ttf");
}

@font-face {
    font-family: "josefinSans-Regular";
    font-style: normal;
    src: url("../Fonts/JosefinSans/josefinSans-Regular.ttf");
}

@font-face {
    font-family: "josefinSans-Light";
    font-style: normal;
    src: url("../Fonts/JosefinSans/josefinSans-Light.ttf");
}

@font-face {
    font-family: "josefinSans-Bold";
    font-style: normal;
    src: url("../Fonts/JosefinSans/josefinSans-Bold.ttf");
}

@font-face {
    font-family: "cataneo BT";
    font-style: normal;
    src: url("../Fonts/cataneobt.ttf");
}

@font-face {
    font-family: "SegoeUI";
    font-style: normal;
    src: url("../Fonts/segoeuithis.ttf")
}

@font-face {
    font-family: "aulyars";
    font-style: normal;
    src: url("../Fonts/Aulyars Regular.otf")
}

body {
    padding: 0;
    margin: 0;
    font-family: "josefinSans-Regular";
    font-size: clamp(14px,3vw,16px);
    /*background-color: #fff;*/
    color: #000;
    background-image: url("../Images/SliderBackground.jpg");
    /* background-repeat: no-repeat;
    background-size: cover;*/
}

/*Loader*/

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loading.gif) 50% 50% no-repeat #ffffff21;
    background-size: 70px 70px;
}

/*End*/
.InnerPageBG {
    background: #FFFAE4 !important;
}
.PrimaryColor {
    background-color: #75262c;
}
.SecondaryColor {
    background-color: #c39a34;
}
.ButtonColor {
    background-color: #fad65c;
}
.HeaderTitle {
    color: #f8d35d;
}

/*Home Page*/

.BgSlider {
   /* background: #fff;
    background-size:cover;*/

}

.nav-item {
    font-size:clamp(14px,1.3vw,16px);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    
}
.navbar-nav .dropdown-menu {
    /*border: 1px solid #c39a34;*/
    color: #fff;
    border-radius: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 100px;
}

.btnHeaderOnlineOrdering {
    padding: 8px 8px 8px 8px;
    color: #FFF !important;
    background-color: #960202;
    text-decoration: none;
    font-size: clamp(14px,1.3vw,16px);
    white-space: nowrap;
    border-radius: 7px;
    font-family: 'josefinSans-Regular';
}
    .btnHeaderOnlineOrdering:hover {
        background-color: #c39a34;
        color: #FFF;
        text-decoration: none;
        transition: 0.3s ease-in-out;
    }

.nav-link {
    color: #fff !important;
    FONT-FAMILY: 'josefinSans-Medium';
    padding-right: 15px !important;
}
.nav-item .active {
    color: #c39a34 !important;
    FONT-FAMILY: 'josefinSans-Medium';
}
.nav-link:focus, .nav-link:hover, .MoreDrop:hover {
    color: #c39a34 !important;
}
.nav-link.dropdown-toggle::after {
    display: none !important;
}
.MoreDrop {
    background-color:transparent !important;
    color:#fff !important;
}


.dropdown-item:active, .dropdown-item:hover {
    background-color: #c39a34;
    color: #fff !important;
    transition: 0.2s ease-in-out;
}

.ftrLogin a {
    font-size: clamp(14px,1.3vw,20px);
}
.navbar-toggler-icon::after {
    content:"";
    color:#f8d35d;
}
.navbar .show {
   /* background-color: #c39a34;*/
    color:#fff;
    /*z-index:1021;*/
    /*width:75%;*/
    transition:0.3s ease-in-out;
}

.dropdown-item {
    text-align: left;
}

.navbar .show .navbar-nav .nav-link {
    text-align: center;
}

.floatingcart {
    position: fixed;
    Right: 15px;
    top: 300px;
    z-index: 1021;
    border-radius: 0 !important;
    background: #c39a34;
    padding: 10px 10px 10px 10px !important;
    border: 2px solid #fff;
    scale: 0.9;
}
.cart-item-number {
    background: #c39a34;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #fff;
    border: solid 1px #fff;
    display: block;
    position: absolute;
    top: -21px !important;
    right: -18px !important;
    font-weight: bold;
    font-size: 14px;
}

.bottomCart {
    color: #fff;
    position: fixed;
    bottom: 5px;
    background-color: #c39a34;
    border: 2px solid #c39a34;
    height: 47px;
    width: 100%;
    border-radius: 0px;
    z-index: 2;
    display: none;
    justify-content: center;
    padding: 2px;
    left: 0;
}
.SliderButtonHolder {
    background-color: #c39a34a3;
}
.SliderMainText {
    font-family: Montserrat-Medium;
    font-size: clamp(24px,3vw,60px);
    text-shadow: 3px 3px #000;
    color:#fff;
}
.SliderSubText {
    font-family: Montserrat-Medium;
    font-size: clamp(16px,3vw,20px);
    color: #fff;
}
.SliderButton {
    text-decoration: none;
    font-family: Montserrat-Medium;
    font-size: clamp(16px,3vw,18px);
    padding: 10px 12px;
    border: 2px solid #fff;
    text-align: center;
    width: 175px;
    color: #fff;
}
    .SliderButton:hover {
        background-color: #fff;
        border: 2px solid #fff;
        color: #000;
        transition: 0.3s ease-in-out;
        box-shadow:0px 0px 14px red;
    }


.SliderImageSection {
    top: -70px;
    left: -75px;
}
.AboutInstructions {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px 20px;
    width: max-content;
    position: absolute;
    top: 40%;
    left: 0;
    background-color:#c39a34;
}
.AboutTitle {
    font-family: Montserrat-Regular;
    font-size: clamp(30px,3vw,60px);
    color: #481819;
    text-transform: uppercase;
}

.AboutTitleLetter {
    animation-name: fadeLeft;
    animation-duration: calc(var(--i) * 1s);
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes fadeLeft {
    10% {
        transform: translateX(-200px);
        opacity: 0;
    }

    60% {
        opacity: 0;
        transform: translateX(200px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.AboutDesc {
    font-family: Montserrat-Medium;
    font-size: clamp(16px,3vw,20px);
    color:#000;
}
.ReadMoreButton::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    /*background: conic-gradient( from 0deg, blue, red, blue, red);*/
    filter: blur(4px);
    opacity: 0.9;
    
    z-index: -2;
}

/* Inner background */
.ReadMoreButton::after {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: inherit;
    background: #111;
    z-index: -1;
}

@keyframes rotateGlow {
    100% {
        transform: rotate(360deg);
    }
}
.ReadMoreButton {
    padding: 10px 30px;
    font-size: clamp(14px, 3vw, 18px);
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
    font-family: Montserrat-Medium;
    position:relative;
}
    .ReadMoreButton:hover {
        color: #fff;
        border: 1px solid rgba(255,255,255,0.15);
        background: linear-gradient(135deg, #111, #1e1e1e);
        transition: 0.35s ease-in-out;
        box-shadow: 0 0 8px blue;
        transform: translateY(-2px) scale(1.03);
        backdrop-filter: blur(4px);
        animation: rotateGlow 3s linear infinite;
    }

.ServiceImg {
    position: relative;
    display: inline-block;
}

.ServiceName {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: clamp(24px,3vw,35px);
    text-align: center;
    text-decoration: none;
    font-family:Montserrat-Medium;
    white-space:nowrap;

}
.ServiceBtn {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: clamp(14px,3vw,18px);
    font-family: Montserrat-Medium;
    text-align: center;
    text-decoration: none;
    padding:4px 16px;
    border:2px solid #fff;
}
.ServiceImg:hover img {
    opacity: 0.5;
    transition: 0.3s ease-in-out;
}
.ServiceImg:hover .ServiceName {
    color: #fff;
    transition: 0.3s ease-in-out;
    text-shadow:2px 2px 2px #000;
}
.ServiceImg:hover .ServiceBtn {
    color: #000;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    border:2px solid #fff;
}
.HalalTitle {
    font-size: clamp(20px,3vw,50px);
    font-family: Montserrat-Regular;
    color:#451819;
}
.HalalText {
    font-size: clamp(12px,3vw,20px);
    font-family: Montserrat-Medium;
    color:#000;
}

.SignatureHolder {
    background:url(../Images/SignaturePattern.jpg) no-repeat;
    background-size:cover;
}
.SignatureTitle {
    font-size: clamp(20px, 3vw, 50px);
    color: #fff;
    font-family: Montserrat-Regular;
    text-transform: uppercase;
}
.SignatureText {
    font-size: clamp(16px, 3vw, 40px);
    color: #fff;
    font-family: Montserrat-Regular;   
}
.signature-text {
    font-size: clamp(14px, 3vw, 25px);
    color: #fff;
    font-family: Montserrat-Medium;
    text-align:center;
}
.ServiceHolder:hover {
    border-radius:7px;
    background-color: #746d6db8;
    transition: 0.3s ease-in-out;
}
.BarHolder {
    background-color: #c39a34;
}
.BarTitle {
    font-size: clamp(24px, 3vw, 55px);
    color: #fff;
    font-family: Montserrat-Medium;
}
.BarTitle1 {
    font-size: clamp(40px, 3vw, 80px);
    color: #fff;
    font-family: Allura-Regular;
}
.GroupDiningText1 {
    font-size: clamp(24px, 3vw, 55px);
    color: #fff;
    font-family: Allura-Regular;
    text-shadow: 2px 2px 10px #952020;
}
.BarText {
    font-size: clamp(14px, 1.7vw, 25px);
    color: #fff;
    font-family: Montserrat-Light;
}
.GroupDiningText {
    font-size: clamp(16px, 1.7vw, 31px);
    color: #fff;
    font-family: Montserrat-Medium;
}
.SpecialDishTitle {
    color:#c39a34;
    font-family:Montserrat-SemiBold;
    font-style:italic;
    font-size: clamp(14px, 3vw, 25px);
}
.DishName {
    margin-top:25px;
    color:#000;
    font-size:clamp(14px,3vw,28px);
    font-family:Montserrat-Medium;
    text-transform:uppercase;
}

.Dishes:hover {
    transition:0.3s ease-in-out;
    background-color:lightgray;
    border-radius:7px;
}


.TestimonialHolder {
   /* background: url(../Images/TestimonialBG.jpg) no-repeat;
    background-size: cover;*/
}


.TestimonialTitle {
    font-size: clamp(24px, 3vw, 50px);
    color: black !important;
    font-family: 'Roboto-Regular';
    font-size: 50px;
}

    .bx-wrapper {
       /* background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;*/
    }

    .bx-controls-direction {
        display: none;
    }

.homeReviewText {
    font-size: clamp(16px, 3vw, 25px);
    font-family: 'Avenir LT Std 55 Roman';
    color: #fff;
}

.homeReviewDetail {
    font-size: clamp(17px, 3vw, 26px);
    font-family: Forum-Regular;
    color: #000;
}

    .homeReviewText, .homeReviewDetail {
        text-align: center;
        margin-top: 25px;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        /*background-color: transparent !important;*/
       /* border:2px solid #fff;*/
        text-indent: -9999px;
        display: block;
        width: 13px !important;
        height: 13px !important;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius:50% !important;
    }

        .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
            background: #c39a34 !important;
            border: 2px solid #c39a34;
        }
@media (max-width:1199px) {
    .TestimonialTitle {
        font-size: 40px;
    }
    .homeReviewDetail {
        font-size: 17px;
    }
}
@media (max-width:768px) {
    .TestimonialTitle {
        font-size: 34px;
    }

    .homeReviewDetail {
        font-size: 17px;
    }
}
@media (max-width:568px) {
    .TestimonialTitle {
        font-size: 28px;
    }

    .homeReviewDetail {
        font-size: 17px;
    }
}
    .FacilitiesHolder {
        background: linear-gradient(to right,#340202,#852f35)
    }

    .FacilitiesContainer {
        background-color: #7b272d;
    }

    .FacilitiesTitle {
        font-size: clamp(16px, 3vw, 30px);
        font-family: Montserrat-SemiBold;
    }

    .FacilityIcon1, .FacilityIcon2, .FacilityIcon3, .FacilityIcon4 {
        border: 1px solid #fad65c;
        height: 265px;
    }

    .F1 {
        height: 80px;
        width: 80px;
        margin-top: 50px;
    }

    .FacilityIcon1 .Image {
        background: url(../Images/Group.png) no-repeat;
        background-size: cover;
        background-position: 0px;
        height: 100%;
        width: 100%;
    }

    .FacilityIcon2 .Image {
        background: url(../Images/Group.png) no-repeat;
        background-size: cover;
        background-position: -95px;
        height: 100%;
        width: 100%;
    }

    .FacilityIcon3 .Image {
        background: url(../Images/Group.png) no-repeat;
        background-size: cover;
        background-position: -191px;
        height: 100%;
        width: 100%;
    }

    .FacilityIcon4 .Image {
        background: url(../Images/Group.png) no-repeat;
        background-size: cover;
        background-position: -285px;
        height: 100%;
        width: 100%;
    }

    .FacilityDesc {
        font-size: clamp(16px, 3vw, 20px);
        margin-top: 8px;
    }

    .VidImg {
        opacity: 0.9;
        height: 550px;
    }

.FooterContainer {
    background-color:#c39a34;
}


.FooterDetails {
    background: url(../Images/footerbg.jpg) no-repeat;
    background-size: cover;
}

    .FImg {
        text-align: center;
    }

    .FooterIns {
        font-size: clamp(22px, 3vw, 30px);
        color: #ecd05c;
        font-family: Montserrat-SemiBold;
    }

    .FText {
        font-family: Montserrat-Medium;
    }
.FooterImg1 {
    position: absolute;
    bottom:0;
    left:0;
}
.FooterImg2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

    .facebook, .instagram {
        height: 53px;
        width: 53px;
    }

    .facebook {
        background: url(../Images/Social.png) no-repeat;
        background-position: 0px 2px;
    }

    .instagram {
        background: url(../Images/Social.png) no-repeat;
        background-position: -55px 2px;
    }

    .facebook:hover {
        transition: 0.2s ease-in;
        background-position: 0px -51px;
    }

    .instagram:hover {
        transition: 0.2s ease-in;
        background-position: -55px -51px;
    }

    .address, .contact, .email, .FooterHours {
        font-size: clamp(16px, 3vw, 18px);
        color: #fff;
        font-family: Montserrat-Medium;
    }

    .Seperator {
        margin: 0 20px;
        color:#fff;
    }

    .FooterRule {
        font-size: clamp(16px, 3vw, 18px);
        color: #ffef67;
        font-family: Montserrat-Medium;
    }

    .DishSection:hover .DishNameHolder {
        background-color: #fad65c !important;
        transition: 0.3s ease-in-out;
    }

    .DishName:hover {
        color: #c39a34;
    }

    .FacilityIcon1:hover {
        background-color: #c39a34;
        transition: 0.3s ease-in-out;
    }

    .FacilityIcon2:hover {
        background-color: #c39a34;
        transition: 0.3s ease-in-out;
    }

    .FacilityIcon3:hover {
        background-color: #c39a34;
        transition: 0.3s ease-in-out;
    }

    .FacilityIcon4:hover {
        background-color: #c39a34;
        transition: 0.3s ease-in-out;
    }
.gallery-item {
    height:-webkit-fill-available;
}

.gallery-item img:hover {
    opacity: 0.7;
    transition: 0.3s ease-in-out;
}
.dropdown-item {
    color: #000;
}

    .PrivacyPolicy {
        background-color: #fff;
        color: #3c080c;
        font-size: clamp(13px, 3vw, 15px);
        font-family:Montserrat-Medium;
    }

    .back-to-top {
        position: absolute;
        bottom: 50px;
        right: 5%;
    }

    #NavCart a {
        text-decoration: none;
    }

    @media (max-width:430px) {
        .BarText img {
            width:45px;
        }
    }
    @media (max-width:375px) {
        .BarText img {
            width:30px;
        }
    }

    @media (max-width:550px) {
        .HeaderLogo img {
           /* width: 120px;*/
        }

        .dropdown-item {
            text-align: center
        }


        .SliderImageSection {
            top: 0;
            left: 0;
        }

        .sliderButtonRow {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .DishTitle {
            margin-top: 10px;
        }

        

        .VidImg {
            opacity: 0.4;
            height: 450px;
        }
    }

    @media (max-width:992px) {
        .dropdown-item {
            color: #c39a34;
        }
        .SliderImageSection {
            top: 0;
            left: 0;
        }

        .SliderMainText, .SliderSubText {
            text-align: center;
        }

        .AboutHolder {
            display: flex;
            flex-direction: column-reverse;
        }
        .dropdown-item {
            color: #000;
        }

            .dropdown-item:active, .dropdown-item:hover {
                background-color: #c39a34;
                color: #fff;
                transition: 0.2s ease-in-out;
            }
       

        .nav-item .active {
            color: #fad65c;
        }

        .nav-link:focus, .nav-link:hover {
            color: #c39a34;
        }

        

        .MoreDrop {
            color: #fff !important;
        }

        .btnHeaderOnlineOrdering {
            padding: 8px 8px 8px 8px;
            color: #FFF;
            background-color: #c39a34;
            /*margin-top: 10px;*/
        }

            .btnHeaderOnlineOrdering:hover {
                padding: 8px 8px 8px 8px;
                color: #FFF;
                background-color: #000;
            }

        .account_link {
            color: #fff !important;
            margin-top: 10px;
        }

        .divEmail {
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .FooterImg1, .FooterImg2 {
            opacity: 0.3;
        }
    }
@media (max-width:991px) {
    .nav-link {
        padding-right:0px !important;
    }
    .btnHeaderOnlineOrdering {
        padding: 8px 8px 8px 8px;
        color: #FFF;
        background-color: #c39a34;
        margin-top: 10px;
    }
}
    @media (max-width: 991.98px) {
        .bottomCart {
            display: block;
        }

        #floatingCart {
            display: none !important;
        }

        .Carttext {
            font-size: 18px;
            color: white;
        }

        .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;
        }
    }
    /*End*/

    .modal-header {
        /* background-color: #c39a34;
        color: #fff;*/
    }

input[type=radio]:checked {
    background-color: #960202 !important;
    border: 2px solid #960202 !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: cornflowerblue;
            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);
            }


    /*Marquee Section*/
    .marquee {
        border-top: 1px solid rgba(201,168,76,0.1);
        border-bottom: 1px solid rgba(201,168,76,0.1);
        padding: 15px 0;
        overflow: hidden;
        background: #000;
    }

    .mtrack {
        display: flex;
        width: max-content;
        animation: marquee 30s linear infinite;
    }

    .mitem {
        display: flex;
        align-items: center;
        padding: 0 32px;
    }

    .mtext {
        font-size: 10px;
        letter-spacing: 0.38em;
        text-transform: uppercase;
        color: rgb(250 255 208 / 96%);
        white-space: nowrap;
    }

    .mdot {
        width: 4px;
        height: 4px;
        background: rgba(201,168,76,0.35);
        border-radius: 50%;
        margin-left: 32px;
    }

    @keyframes marquee {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-50%);
        }
    }
    /*End*/

    .form-check-input:checked[type=radio] {
        background-image: none !important;
    }

    .BarLink img {
        height: 30px;
    }

    .BarLink {
        padding: 8px 12px;
        text-decoration: none;
        color: #fad65c;
        border: 1px solid #fad65c;
    }

        .BarLink:hover {
            padding: 8px 12px;
            text-decoration: none;
            color: #fff;
            border: 1px solid #000;
            background-color: #000;
            transition: 0.3s ease-in-out;
        }

    .BarCalendar {
        filter: invert(1) brightness(1);
    }

    .form-select {
        background-position-x: 98% !important;
        background-position-y: center !important;
        border-radius: 8px !important;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

.modal-dialog {
    top: 3%;
    margin: 0 auto;
    padding: 15px;
    max-width: 500px;
}
.loading-spinner {
    border: 3px solid #fff;
    border-top: 3px solid #c39a34;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    animation: spin 0.9s linear infinite;
    display: none;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.form-control:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0) !important;
}
.mobileLoginSection,
.mobileSocialMediaSection {
    justify-content: center;
    /*flex-wrap: wrap;*/
    gap: 15px;
}

.MasterPageOrderOnlineBtn a,
.MasterPageOrderOnlineBtn button {
    width: 100%;
    text-align: center;
    border: none;
    background: none;
    color: black;
}
#mobileLoginSpan {
    width: 1px;
    background: #c39a34;
}



/* Start :  MNC CSS */
/*#endregion*/
/*#region master page header css start*/

.ff-mwb.active {
    color: #007bff; /* Change to desired color */
    font-weight: bold;
}

.navbar-toggler-icon {
    background-image: none !important;
}

#SubMenu {
    width: 184px;
    display: none;
    position: absolute;
    background: #ddd2bb;
    padding: 0px 0px;
    z-index: 1;
    top: 75%;
}

.SubMenuUlList {
    list-style: none;
    padding: 0px 0px;
}

.SubMenuList {
    padding: 6px 12px;
}

.SubMenuUlList .SubMenuList:hover .SubMenuLink {
    color: #4B55AC !important;
}

.SubMenuUlList .SubMenuList {
    position: relative;
    /* padding: 10px 15px; */
    color: #000;
    background: #fff;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.4s ease;
    cursor: pointer;
    font-size: 14px !important;
    border-bottom: 1px solid #fff;
}

    .SubMenuUlList .SubMenuList:hover {
        background-position: left bottom;
    }

.SubMenuList .SubMenuLink {
    text-decoration: none;
    color: #000;
    text-align: left;
    font-size: 17px;
}

#navbar-Nav #nav-item-7:hover #SubMenu {
    display: block;
}

/*#endregion*/

#nav-item-7:hover #SubMenu {
    display: block;
}

#HomePageMenu #myTab.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #ffffff !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #960202 !important;
    color: #fff !important;
}

/*#region for header changes*/
.overlayMobile {
    height: 100%;
    width: 80%;
    position: fixed;
    z-index: 1;
    top: 0;
    /*left: 0;*/
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 0px;
    transition: 0.5s;
    display: none;
}

.webheader {
    /* margin-bottom: 32px;*/
}

/* The navigation menu links */
.overlayMobile a {
    text-decoration: none;
    font-size: 17px;
    color: #000;
    display: block;
    transition: 0.3s;
    text-align: center;
    margin: 0 auto;
    font-family: josefinSans-Medium;
}

.overlayMobile-content {
    margin-top: 60px;
}

/* When you mouse over the navigation links, change their color */
.overlayMobile a:hover {
    color: #c39a34;
}

/* Position and style the close button (top right corner) */
.overlayMobile .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#navbar-Nav {
    gap: 5px;
}

*/

.nav-item {
    list-style: none;
    font-family: Rasa-Medium
}

.masterPageNavbarLi {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .masterPageNavbarLi a, .nav-link {
        text-decoration: none;
        color: black;
        letter-spacing: 0px;
        /*font-size: clamp(10pt,5vw,20pt);*/
        display: flex;
        /*font-family: Roboto-Regular;*/
        /*text-transform: capitalize;*/
    }

@media screen and (max-width: 768px) {

    .divHeaderLogo {
        display: none;
    }
}

.footerListUpper .nav-item::before {
    height: 11px;
    width: 11px;
    border-top: 3px solid;
    border-right: 3px solid;
    transform: rotate(45deg);
    float: left;
    /* border-radius: 10px; */
    margin-top: 15px;
    margin-right: 10px;
    content: "";
    color: white;
}

/*#region for cart*/
#NavCart {
    position: relative;
    border-radius: 8px;
}

/*.cart-item-number {
    background: #003c82;
    height: 21px;
    width: 20px;
    border-radius: 50%;
    color: #fff;
    display: block;
    border: 1px solid #fff;
    position: absolute;
    top: -7px !important;
    right: -7px !important;
    font-weight: bold;
    font-size: 14px;
}*/

.MCartImg {
    left: -3px;
    position: relative;
    top: 1px;
    height: 45px;
}

.MCount {
    top: -11px;
    right: -6px;
}

/*end added by alkesh*/



/*DBK - Started by Dhruvil*/



/*.Header {
    background-image: url(../Images/Slider/BGFlame.jpg);
    background-repeat: repeat-x;
    background-position-y: bottom;
    background-size: contain;
}

.mobileLoginSection {
    display: flex;
    justify-content: space-around;
    /*background: #c33937;*/
margin-top: 5%;
padding: 5% 23px;
border-radius: 22px;
}

#mobileLoginSpan {
    width: 1px;
    background: #fff;
}

/*---------Added by mahir-------*/
.OuterDivHeader {
    position: relative;
}

.HeaderBorderTop {
    height: 30px;
    background: #EAD7B9;
    width: 100%;
    position: absolute;
}

.HeaderBorderBottom {
    height: 0px;
    background: #fff;
    width: 100%;
    position: absolute;
    bottom: 12%;
}

.divHeaderLogo {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
    background: transparent;
    z-index: 1;
    /* padding-top: 1.3rem !important;*/
}

@media only screen and (max-width:1199px) {

    .HeaderBorderTop,
    .HeaderBorderBottom,
    .OuterDivHeader {
        display: none !important;
    }
}

.masterPageNavbarLink {
   /* height: 34px;*/
    padding: 6px 13px;
}

.masterPageNavbarLi {
    padding: 6px 0px;
    border-radius: 18px;
}

.divHeaderLogoMobile {
    /* margin-top: 25px;*/
}

    .divHeaderLogoMobile a {
        display: block;
    }

@media only screen and (max-width:1399px) and (min-width:1200px) {

    .masterPageNavbarLink {
        /*height: 28px;*/
    }
}

.mobileLoginSection {
    display: flex;
    justify-content: space-around;
    /*background: #c33937;*/
    margin-top: 5%;
    padding: 5%;
    border-radius: 22px;
}

#mobileLoginSpan {
    width: 1px;
    background: #c39a34;
}

.offcanvas-body {
    /*overflow-y:initial;*/
    overflow-y: auto;
    overflow-x: hidden;
}

#offcanvasCartContent.loading::after, #orderTypeModal.loading::after, #toppingsArea.loading::after, #ViewCartContainer.loading::after {
    content: "";
    width: 32px;
    height: 32px;
    border: 3px solid #ccc;
    border-top-color: #c39a34;
    border-radius: 50%;
    animation: spin1 0.8s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#cartOffcanvasLabel {
    color: #960202;
    font-family: 'josefinSans-SemiBold';
}

.Header {
    top: 0;
    width: 100%;
    z-index: 3;
    /* box-shadow: 0 -5px 25px 0px #7b7b7b;
    -moz-box-shadow: 0 -5px 25px 0px #7b7b7b;
    -webkit-box-shadow: 0 -5px 25px 0px #7b7b7b;*/
    /*background-image: url(../Images/Slider/BGFlame.jpg);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: contain;*/
}

    .Header .navbar {
        position: initial;
    }

.divHeaderLogo {
    z-index: 500;
}

    .divHeaderLogo img {
        position: absolute;
        z-index: 1;
        left: 0;
        /*bottom: -5%;*/
        top: -51px;
    }

.offcanvas-body, .offcanvas-header {
    background: #fff;
}

#navFlameBg {
    background: url(../Images/Slider/BGFlame.webp) repeat-x;
    background-size: cover;
    position: relative;
    top: 0;
}

.floatingcart {
   /* position: fixed;
    Right: 20px;
    top: 300px;
    z-index: 1001;*/
    /*border-radius: 50%;
    background: #ef5222;
    padding: 20px;*/
    /*border: 2px solid #fff2bb;*/
    scale: 0.9;
}

@media (max-width:425px) {

    .floatingcart {
        position: fixed;
        Right: 0px;
        top: 250px;
        z-index: 1000;
        border-radius: 50%;
        padding: 15px;
        border: 2px solid #fff2bb;
        scale: 0.75;
    }
}

.vibratecart {
    animation: highFreqShakeCycle 2s linear infinite;
    will-change: transform;
}

.newslettersubscription {
    padding: 0px 10px;
    background: #960202;
    border-radius: 8px;
    border: 1px solid #960202;
}

    .newslettersubscription:hover {
        transition: 0.5s ease-in-out;
        color: #fff;
        padding: 0px 10px;
        background: #c39a34;
        border-radius: 8px;
        border: 1px solid #c39a34;
    }

        .newslettersubscription:hover button {
            transition: 0.5s ease-in-out;
            color: #fff;
            background: #c39a34;
        }

    .newslettersubscription button {
        font-size: 16px !important;
        color: #fff;
        font-family: 'josefinSans-Regular';
        background: #960202;
    }

.offcanvas-body {
    /*padding: 0.2rem 0.2rem !important;*/
}

.navbarOrderOnline {
    /*width: 135px;*/
    display: flex;
    justify-content: center;
    /*animation: blinkingColor 2s infinite !important;*/
    background: #4B55AC;
    padding: 5px 1px;
    height: 38px;
    border: 1px solid #4B55AC;
    color: #fff !important;
}

    .navbarOrderOnline:hover {
        background: #000;
        transition: 0.5s ease-in-out;
        color: #fff !important;
        border: 1px solid #000;
    }

    .navbarOrderOnline:hover {
        border-radius: 0 !important;
    }

.NewAndEventsContainer .nav-tabs .nav-item.show .nav-link, .NewAndEventsContainer .nav-tabs .nav-link.active {
    border-color: #ffd86f;
    color: #fff2bb !important;
}

/* END : Updated Menu Page */
/* START : Updated Header */
.OuterDivHeader {
    flex-direction: column !important;
    padding: 0;
    /*background: #fff;*/
}

    .OuterDivHeader .HeaderAddBar {
        width: 100% !important;
    }

    .OuterDivHeader .webheader {
       /* padding-left: 5% !important;
        padding-right: 5% !important;*/
        /*margin-bottom: 5px;*/
       /* padding-top: 30px;*/
    }

    .OuterDivHeader .HeaderSocialContainer .HeaderSocial {
        width: 100%;
        justify-content: space-around !important;
        background: #fff2bb;
        clip-path: polygon( 2% 0, 100% 0, 100% 100%, 0 100% );
        padding: 5px 0px;
        position: relative;
        padding-left: 50px;
    }

        .OuterDivHeader .HeaderSocialContainer .HeaderSocial .headerAdd {
            filter: brightness(0.2);
            background-position: center;
            background-size: 27px;
        }

        .OuterDivHeader .HeaderSocialContainer .HeaderSocial .divEmail {
            align-items: center !important;
            display: flex;
        }

        .OuterDivHeader .HeaderSocialContainer .HeaderSocial .divPhone .divLinkHeader {
            display: flex;
            height: 100%;
        }

        .OuterDivHeader .HeaderSocialContainer .HeaderSocial .account_link,
        .OuterDivHeader .HeaderSocialContainer .HeaderSocial .ftrLogin {
            color: #2c3216;
            font-family: josefinSans-SemiBold;
        }

        .OuterDivHeader .HeaderSocialContainer .HeaderSocial .account_link {
            vertical-align: middle;
            font-size: 14px;
        }

            .OuterDivHeader .HeaderSocialContainer .HeaderSocial .account_link:hover,
            .OuterDivHeader .HeaderSocialContainer .HeaderSocial .account_link:active,
            .OuterDivHeader .HeaderSocialContainer .HeaderSocial .account_link:focus {
                color: #4e5c18 !important;
            }

    .OuterDivHeader .webheader #navbarTogglerDemo {
        flex-wrap: wrap;
    }

    .OuterDivHeader .webheader #header-top .HeaderAddBar {
        width: 100%;
    }

        .OuterDivHeader .webheader #header-top .HeaderAddBar .HeaderSocialContainer {
            justify-items: end;
        }

    .OuterDivHeader .webheader #header-left {
        justify-content: end;
        margin: 0 !important;
        position: relative;
    }

    .OuterDivHeader .webheader #header-right {
        align-self: end !important;
    }

        .OuterDivHeader .webheader #header-right .navbar-nav.masterPageNavbar {
            justify-content: start !important;
            padding-left: 6%;
        }

@media (max-width: 576px) {


    #MNavCart .MCartImg {
        width: 85%;
    }


    #MNavCart .cart-item-number {
        height: 18px;
        width: 18px;
    }
}

.ordernowbtnheader {
    /* margin-top: 12px;*/
}

/* --- Mobile Overlay Container --- */
.overlayMobile {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    /*left: 0;*/
    right: 0;
    /*background-color: rgba(255,255,255,0.9);*/ /* dark overlay background */
    overflow-x: hidden;
    transition: width 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

    /* When menu is opened (use JS to add this) */
    .overlayMobile.open {
        width: 100%;
    }

    /* Close (×) button */
    .overlayMobile .closebtn {
        position: absolute;
        top: 15px;
        right: 25px;
        font-size: 40px;
        text-decoration: none;
        z-index: 10000;
        line-height: 1;
        background: transparent;
        border: none;
    }

/* Content area inside overlay */
.overlayMobile-content {
    width: 100%;
    text-align: center;
    overflow-y: auto;
    padding: 0 15px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Menu list */
.navMob {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .navMob li {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        align-items: start;
    }

        /* Keep your font color as-is */
        .navMob li a,.navMob li .openFormBt {
            text-decoration: none;
            font-size: 18px;
            display: block;
            width: 100%;
            text-align: left;
            padding-left: 20px;
                background: transparent;
            border: none;
        }
navMob li .openFormBt {
    font-family: 'josefinSans-Medium';
}
#SubMenuMobCatering,
#SubMenuMobMore {
    padding-left: 50px;
}


/* Social media & login sections */
.mobileLoginSection,
.mobileSocialMediaSection {
    justify-content: start;
    /*flex-wrap: wrap;*/
    gap: 15px;
}

.MasterPageOrderOnlineBtn a,
.MasterPageOrderOnlineBtn button {
    width: 100%;
    text-align: center;
}

/* --- TOGGLER BUTTON BASE --- */
.navbar-toggler {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

/* --- ICON CONTAINER --- */
.toggler-icon {
    width: 28px;
    height: 22px;
    position: relative;
    display: inline-block;
}

    /* --- HAMBURGER BARS --- */
    .toggler-icon span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff; /* 🔹 Change this color as needed */
        border-radius: 2px;
        transition: all 0.3s ease;
    }

        /* --- BAR POSITIONS --- */
        .toggler-icon span:nth-child(1) {
            top: 0;
        }

        .toggler-icon span:nth-child(2) {
            top: 9px;
        }

        .toggler-icon span:nth-child(3) {
            top: 18px;
        }

/* --- ANIMATION (ACTIVE STATE → X SHAPE) --- */
.navbar-toggler.active .toggler-icon span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
}

.navbar-toggler.active .toggler-icon span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.active .toggler-icon span:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px;
}

/* Change color when active */
.navbar-toggler.active .toggler-icon span {
    background-color: #003c82; /* Cyan when open */
}

/* Add subtle hover effect */
.navbar-toggler:hover .toggler-icon span {
    background-color: #c39a34; /* Reddish hover */
}

@media only screen and (max-width: 1199px) {

    .mobilenav {
        flex-direction: row-reverse;
    }
}

/* Default: Desktop view — from end (right side) */
.responsive-offcanvas {
    --bs-offcanvas-width: 400px; /* optional: set width */
    width: 450px;
}

.datamenu .MenuItem {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px;
    /*height: 140px;*/
    overflow: hidden;
}

.bottomCart {
    color: #FF5722;
    position: fixed;
    bottom: 0px;
    background-color: #960202;
    border: 2px solid #960202;
    height: 47px;
    width: 100%;
    border-radius: 0px;
    z-index: 2;
    display: none;
    justify-content: center;
    padding: 5px;
}

    .bottomCart #NavCart {
        margin-top: 4px;
    }

@media (max-width:991.98px) {

    .cart-item-number {
        background: none;
        height: auto;
        width: auto;
        top: 0px !important;
        color: #fff;
        display: inline-block;
        position: relative;
        font-weight: bold;
        font-size: 18px;
        border: 0px solid #fff;
    }


    #floatingCart {
        display: none !important;
    }


    .bottomCart {
        display: block;
    }


    .Carttext {
        font-size: 18px;
        color: white;
    }
}




/*.BusinesshourHome {
    background-image: url("../Images/BusinessImage.png");
}

#divHomePageTiming {
    vertical-align: top;*/
    /* text-align: left; */
    /*width: 230px;
    padding-top: 2px;
    margin: 0 auto;*/
    /*position: absolute;*/
/*}

#ClickMeOuter, #divOurStoryOuter, #divTestimonialsOuter, #divBottomWrapper {
    width: 100%;
    float: left;
    padding: 20px 0px;
}

@media only screen and (max-width: 1026px) {


    .CommanHeaderText {
        font-size: 30px !important;
    }


    .serviceHeader {
        font-size: 25px !important;
    }
}

.CommanHeaderText {
    text-align: left;*/
    /*text-transform: uppercase;*/
    /*color: black !important;
    font-family: 'Roboto-Regular';
    font-size: 50px;
    padding: 5px 35px 0px 35px;
    margin: 0 auto;
}

.serviceHeader {
    color: #231f20;
    font-family: 'Gotham Narrow Medium';
    font-weight: bold;
    font-size: 58px;*/
    /*margin-top:73px;*/
    /*text-align:center;
}

    .serviceHeader p {
        color: #494949;
        font-family: 'Gotham Narrow Medium';
        font-weight: bold;
        font-size: 30px;
    }

.ServiceBoxWrapper:hover .serviceHeader {
    color: #ebaa29;
}

.nopadding {*/
    /*padding-left: 0 !important;
    padding-right: 0 !important;*/
/*}*/

/* (END) Home Page Location Indexing */

/*#homeReviewText {
    font-family: 'Avenir LT Std 55 Roman';
}

@media (max-width: 750px) {

    #homeReviewText {
        margin-left: -20px;
    }
}

.homeReviewDetail {
    font-family: 'Avenir LT Std 55 Roman';
}

#divTestimonialWrapper {
    padding: 63px 0px 25px 0px;
    width: 100%;
}

#divTestimonialWrapperOuter h1 {
    padding: 30px 0px 30px 0px;
}

.divTestimonialIcon {
    background: url(../Images/Testimonial_Icon.png) no-repeat;
    height: 67px;
    width: 57px;
    margin: 0 auto;
    margin-top: 27px;
    padding: 7px 156px 0px 0px;
}

#divTestimonialWrapper .bx-wrapper {
    -moz-box-shadow: 0 0 0px #ccc !important;
    -webkit-box-shadow: 0 0 0px #ccc !important;
    box-shadow: 0 0 0px #ccc !important;
    border: 0px solid #fff !important;
    background: transparent !important;
    margin-bottom: 0px !important;
    width: 100%;
    height: auto !important;
}

.homeReviewText {
    text-align: center;
    color: #000;
    
    font-size: 15px;
    line-height: 1.7;*/
    /*margin: 0px 0px 0px -40px;*/
    /*float: none;
}

.homeReviewDetail {
    text-align: center;
    width: 100%;*/
    /* float: left; */
    /*margin-top: 7px;
    padding: 0px 51px 20px 0px;
}

#divTestimonialWrapper .bx-wrapper {*/
    /* max-width: 1000px !important; */
    /*position: inherit !important;
    padding: 10px 0px 10px 0px;
}

    #divTestimonialWrapper .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: inherit;*/
        /* bottom: -23px; */
        /* width: auto; */
        /* float: none; */
        /* right: 0px; */
        /* margin: 0 auto; */
    /*}

    #divTestimonialWrapper .bx-wrapper .bx-pager {
        display: block !important;
        padding-top: 0px;
    }*/

/*Before Quotes Display*/
/*.homeReviewText::before {
    content: "\"";
    font-size: 15px;
    font-family: "OpenSans-Regular";*/
    /*position: relative;*/
    /*top: 14px;
    display: none;
}*/

/*After Quotes Display*/
/*.homeReviewText::after {
    content: "\"";
    font-size: 15px;
    font-family: "OpenSans-Regular";*/
    /*position: relative;*/
    /*top: 27px;
    display: none;
}*/

/***************Display Bullest***************/
/*#divTestimonialWrapper .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: center;
    width: 100%;
    display: block;*/
    /*display: none;*/
/*}

*/

#divTestimonialWrapper .bx-wrapper .bx-prev {*/
    /* left: -30px !important; */
    /*background: url(../Images/TestimonialNextPrivios.jpg) no-repeat 0 -44px !important;
    float: left;
    position: relative;
    height: 40px;
    width: 64px;
    top: 0px;
    left: 348px !important;
    display: none;
}

#divTestimonialWrapper .bx-wrapper .bx-prev:hover {
    background: url(../Images/TestimonialNextPrivios.jpg) no-repeat 0px 0px !important;
    display: none;
}

#divTestimonialWrapper .bx-wrapper .bx-next {*/
    /*right: -30px !important;*/
    /*background: url(../Images/TestimonialNextPrivios.jpg) no-repeat -68px -45px !important;
    float: right;
    position: relative;
    height: 40px;
    width: 64px;
    top: 0px;
    right: 0px;
    display: none;
}

    #divTestimonialWrapper .bx-wrapper .bx-next:hover {
        background: url(../Images/TestimonialNextPrivios.jpg) no-repeat -68px 0px !important;
        display: none;
    }

.Galleryimage1:hover {
}

.img1:hover, .img2:hover, .img3:hover, .img4:hover, .img5:hover {
    transform: scale(1.05);
    transition: transform 0.8s;
}

@media (max-width: 450px) {

    .divTestimonialIcon {
        margin: 0 auto;
        margin-top: 25px;
        padding: 7px 116px 0px 0px;
    }

    .homeReviewDetail {
        padding: 0px 29px 20px 0px;
    }
}

@media (max-width:767px) {

    .btitle {
        font-size: 25px !important;
        margin-top: 33px;
    }
}

@media (max-width:600px) {

    .btitle {
        font-size: 25px;
    }
}

@media (max-width:319px) {

    .btitle {
        font-size: 25px;
    }
}*/

/***************New css for homepage service*******************/
/*.serviceLink {
    text-decoration: none !important;
    color: #000;
    display: flex;
    height: 100%;
}

.divServiceWrapper {
    margin-top: 20px;
}

.divService {
    background: #f3f3e8b3;
    width: 320px;
    margin: 0 auto;
    margin-top: 121px;
    border: 2px solid #000;
    border-radius: 6%;
    border-color: #f3f3e8b3;
}

    @media (max-width:770px) {

        .divService {
            width: 268px;
        }

        .divAboutInner {
            margin-top: 53px !important;
        }

        .divmenuInner {*/
           /* margin-top: 128px !important;*/
        /*}

        .AppImage {
        }

        .appimg {
            width: 100%;
            margin: 0 auto;
        }

        .serviceWrapperCss {
            margin-left: 0 !important;
        }
    }

    .serviceInnerHeader {
        margin-top: 115px;
        font-size: 25px;
        font-weight: bold;
        font-family: 'Gotham Narrow Medium';
    }

    .divService:hover .serviceInnerHeader {
        margin-top: 115px;
        font-size: 25px;
        color: #c39a34;
        font-weight: bold;
        font-family: 'Gotham Narrow Medium';
    }

    .serviceInnerText {
        padding: 27px 10px;
        letter-spacing: 1px;
        font-family: OpenSans-semibold;
        font-size: 13px;
    }

    .divService:hover .serviceInnerText {
        padding: 27px 10px;
        letter-spacing: 1px;
        font-family: OpenSans-semibold;
        font-size: 13px;
        color: #c39a34;
    }

    .divServiceTopImageCatering {
        background: url(../Images/Catering.jpg) 32% 48%;
        height: 184px;
        width: 184px;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 50%;
        box-shadow: 0 0 0 8px white;
        margin: -74px auto;
    }

    .divService:hover .divServiceTopImageCatering {
        box-shadow: 0 0 0 8px #c39a34;
        transition: transform 0.8s;
        transform: scale(1.05);
    }

    .divServiceTopImageGift {
        background: url(../Images/HomePage/GiftCerti.jpg) 32% 48%;
        height: 184px;
        width: 184px;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 50%;
        box-shadow: 0 0 0 8px white;
        margin: -74px auto;
    }

    .divService:hover .divServiceTopImageGift {
        box-shadow: 0 0 0 8px #c39a34;
        transition: transform 0.8s;
        transform: scale(1.05);
    }

    .divServiceTopImageOrder {
        background: url(../Images/HomePage/OrderOnline.jpg) 33% 56%;
        height: 184px;
        width: 184px;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 50%;
        box-shadow: 0 0 0 8px white;
        margin: -74px auto;
    }

    .divService:hover .divServiceTopImageOrder {
        box-shadow: 0 0 0 8px #c39a34;
        transition: transform 0.8s;
        transform: scale(1.05);
    }

    .serviceInnerButton {
        padding: 0px 0px 40px 0px;
    }

    .serviceBtnLink {
        padding: 13px 49px;
        color: black !important;
        text-decoration: none !important;
        font-size: 17px;
        border: 1px solid black;
        width: 220px;
        margin: 0px auto;
        font-family: OpenSans-semibold;
    }

    .divService:hover .serviceBtnLink {
        padding: 13px 49px;
        color: #c39a34 !important;
        border: 1px solid #c39a34;
        text-decoration: none !important;
        font-size: 17px;
    }

    .serviceheaderSubText {
        font-family: 'Roboto-Medium';
        color: #5a5a5a;
        font-size: 15px;
    }
@media (max-width:1199px) {
    .divService {
        width: 250px;
        display: flex;
        flex-direction: column;
    }
    .serviceInnerText {
        flex-grow: 1;
    }
    .divServiceTopImageOrder,
    .divServiceTopImageCatering,
    .divServiceTopImageGift {
        height: 140px;
        width: 140px;
    }

    .serviceWrapperCss {
        justify-content: space-between;
    }

    .serviceInnerHeader {
        font-size: 18px;
    }
    .serviceBtnLink {
        padding: 13px 24px;
        
        font-size: 14px;
        
        width: fit-content;
    }
    .divService:hover .serviceBtnLink {
        padding: 13px 24px;
        font-size: 14px;
        width: fit-content;
    }
    .divService:hover .serviceInnerHeader {
        font-size: 18px;
    }
}*/
    /******************End of welcome section***************/
    /*.defaultaspx .Galleryimage .img-fluid {
        padding: 5px;
        background-color: #fff;
    }

    .aboutContent {*/
       /* padding: 60px 0px 50px 0px;
        text-align: left;
        margin-left: 100px;
        line-height: 30px;
        color: #000;*/
    /*}

    .aboutHeadingMini {
        font-size: 17px;
        font-style: italic;
        padding-top: 20px;
    }

    .aboutHeading {
        font-size: 38px;
        font-weight: bold;
        padding: 10px 0px 10px 0px;
        line-height: 56px;
        font-family: 'Gotham Narrow Medium';
    }

    .aboutText {
        padding: 0px 0px 58px 0px;
        font-family: 'Avenir LT Std 55 Roman';
        line-height: 30px;
        font-size: 17px;
        text-align: justify;
    }

    .discover {
        font-size: 26px;
        font-weight: 200;
        margin-top: 11px;
        font-family: 'Roboto-Regular';
    }

    .aboutBtnLink {
        padding: 12px 48px;
        background-color: #c39a34;
        color: white !important;
        text-decoration: none !important;
        font-size: 20px;
        border: 1px solid #c39a34;
        font-family: 'Roboto-Regular';
    }

        .aboutBtnLink:hover {
            padding: 12px 48px;
            background-color: white;
            color: #c39a34 !important;
            text-decoration: none !important;
            font-size: 20px;
            border: 1px solid #c39a34;
            font-family: 'Roboto-Regular';
        }

    @media (max-width:1425px) {

        .aboutContent {
            padding: 45px 0px 50px 0px;
            width: 100%;
        }
    }

    @media (max-width:1130px) {


        .aboutContent {*/
           /* margin-left: 100%;*/
        /*}
    }

    @media (max-width:991px) {

        .aboutContent {
            margin: 0 auto;
        }
        .aboutHeading {
            font-size: 24px;
            line-height: 1;
        }
        .discover {
            font-size: 24px;
        }
        .aboutText {
            font-size: 14px;
        }
        .aboutBtnLink {
            padding: 10px 30px;
            font-size: 16px;
        }
    }
@media (max-width:767px) {

    .aboutContent {
        margin: 0 auto;
    }

    .aboutHeading {
        font-size: 24px;
        line-height: 1;
        text-align:center;
    }

    .discover {
        font-size: 24px;
    }

    .aboutText {
        font-size: 14px;
        text-align: justify;
        max-width: 400px;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .aboutBtnLink {
        padding: 10px 30px;
        font-size: 16px;
    }
    .aboutBtn {
        width: fit-content;
        margin: 0 auto;
    }
}

    @media (max-width:525px) {

        .aboutContent {
            width: 100%;
        }

        .AppTitle {*/
            /*font-size: 35px !important;
            margin-top: 22px !important;*/
        /*}

        .aboutHeading {*/
           /* font-size: 39px;*/
        /*}

        .AppInner {
            margin-bottom: 19px;
        }

        .aboutText {
            font-size: 16px;
            line-height: 23px;
        }
    }

    @media (max-width:450px) {

        .aboutContent {
            width: 100%;
        }

        .AppTitle {*/
            /*font-size: 35px;*/
            /*margin-top: 22px !important;
        }

        .AppInner {
            margin-bottom: 19px;
        }

        .aboutHeading {*/
           /* font-size: 37px;*/
        /*}


        .aboutText {
            font-size: 14px;
            line-height: 28px;
            word-spacing: -1px;
        }

       
    }

    .divmenuInnerstyle {
        background-color: #ffffff99;
        display: flex;
        flex-wrap: wrap;
    }

    .AppTitle {
        font-size: 56px;
        font-weight: bold;
        margin-top: 68px;
        text-align: left;
        margin-left: 43px;
        font-family: 'Roboto-Regular';
    }

    .appimg {
        margin-top: -205px;
    }

    .divmenuInner {
        margin-top: 289px;
    }

    .leaf {*/
        /*background-image: url(../Images/Img01.png), url(../Images/Img01.jpg);*/
    /*}

    .divAboutInner {
        margin-top: 118px;
    }

    .GallerySection {
        padding-bottom: 13px;
    }

    .divAboutInnerSideImg {
        position: absolute;
    }

    .BusinesshourHome {*/
       /* margin-top: 47px;*/
    /*}

    .btitle {
        font-size: 35px;
        color: white;
        padding-top: 15px;
    }

    @media (max-width:450px) {


        .defaultaspx #homeReviewText {
        }
    }

    .divServiceWrapper .serviceWrapperCss a:focus, a:hover {
        color: black !important;
    }

    .BusinesshourHome {
        background-image: url(../Images/BusinessImage.png);
        height: 318px;
        background-repeat: no-repeat;
        width: -webkit-fill-available;
        background-position: center;
        background-size: contain;
    }
@media (max-width:1199px) {
    .AppTitle {
        font-size:38px;
    }
    .divmenuInner {
        margin-top: 200px;
    }
}
@media (max-width:991px) {
    .divAboutInnerSideImg1 img,
    .divAboutInnerSideImg img{
        width: 150px;
    }
    .AppTitle {
        font-size: 38px;
        margin-top:25px;
    }

    .divmenuInner {
        margin-top: 200px;
    }
}
@media (max-width:568px) {
    .divAboutInnerSideImg {
        display: none;
    }

    .divAboutInnerSideImg1 {
        display: none;
    }
    .AppTitle {
        font-size: 28px;
        margin-top: 25px;
        margin-left: 0px;
    }

    .divmenuInner {
        margin-top: 130px;
    }
}


.GallerySection {
    padding-bottom: 13px;
}
.Galleryimage .img-fluid {
    padding: 5px;
    background-color: #fff;
}
.img1:hover, .img2:hover, .img3:hover, .img4:hover, .img5:hover {
    transform: scale(1.05);
    transition: transform 0.8s;
}
.GallerySection {
    display: flex;
    flex-wrap: wrap;*/
    /* align-items: stretch;*/
    /*align-items: center;
    gap: 20px;
}

.Galleryimage {
    display: flex;
    flex: 1 1 65%;
    max-width: 65%;
}

.Galleryimage1,
.Galleryimage2 {
    flex: 0 0 50%;
    max-width: 50%;
}

    .Galleryimage1 img,
    .Galleryimage2 img {
        display: block;
    }
.img1 {
}
.img2 {
}
.img3 {
    width: 100%;
    max-height: 154px;
    object-fit: cover;
}
.img4 {
    width: 100%;
    max-height: 152px;
    object-fit: cover;
}
.img5 {
    width: 100%;
    max-height: 152px;
    object-fit: cover;
}
.BusinesshourHome {
    flex: 1 1 30%;
    max-width: 30%;
    background-image: url(../Images/BusinessImage.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    min-height: 318px;
}

.divHomePageTiming {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    text-align: center;
    width: 60%;
}

    .divHomePageTiming .btitle {
        color: #ffffff;
        font-family: 'BebasNeue-Regular', sans-serif;
        font-size: 28px;
        font-weight: 700;
        margin: 0 0 18px 0;
    }

    .divHomePageTiming .timing-row {
        color: #ffffff;
        font-family: 'Figtree-SemiBold', sans-serif;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 6px 0;
    }
@media (max-width: 1399px) {
    .img3 {
        width: 100%;
        max-height: 132px;
        object-fit: cover;
    }

    .img4 {
        width: 100%;
        max-height: 132px;
        object-fit: cover;
    }

    .img5 {
        width: 100%;
        max-height: 132px;
        object-fit: cover;
    }
}
@media (max-width: 1299px) {
    .img3 {
        width: 100%;
        max-height: 131px;
        object-fit: cover;
    }

    .img4 {
        width: 100%;
        max-height: 131px;
        object-fit: cover;
    }

    .img5 {
        width: 100%;
        max-height: 133px;
        object-fit: cover;
    }
}
@media (max-width: 1199px) {
    .img3 {
        width: 100%;
        max-height: 113px;
        object-fit: cover;
    }

    .img4 {
        width: 100%;
        max-height: 110px;
        object-fit: cover;
    }

    .img5 {
        width: 100%;
        max-height: 110px;
        object-fit: cover;
    }
}
@media (max-width: 991px) {
    .Galleryimage,
    .BusinesshourHome {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .BusinesshourHome {
        height: 280px;
        margin-top: 25px;
    }
    .img3 {
        width: 100%;
        max-height: 126px;
        object-fit: cover;
    }

    .img4 {
        width: 100%;
        max-height: 127px;
        object-fit: cover;
    }

    .img5 {
        width: 100%;
        max-height: 127px;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .BusinesshourHome {
        height: 260px;
    }

    .divHomePageTiming .btitle {
        font-size: 22px;
    }

    .divHomePageTiming .timing-row {
        font-size: 13px;
    }
    
}
@media (max-width: 767px) {
    .img3 {
        width: 100%;
        max-height: 96px;
        object-fit: cover;
    }

    .img4 {
        width: 100%;
        max-height: 95px;
        object-fit: cover;
    }

    .img5 {
        width: 100%;
        max-height: 95px;
        object-fit: cover;
    }
}
@media (max-width: 576px) {
    .Galleryimage {
        flex-direction: column;
    }

    .Galleryimage1,
    .Galleryimage2 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}*/
/* Remove default focus outline/box on nav links and dropdown toggles */
.masterPageNavbarLink,
.masterPageNavbarLink:focus,
.masterPageNavbarLink:focus-visible,
.dropdown-toggle:focus,
.dropdown-toggle:focus-visible,
.nav-link:focus,
.nav-link:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
/* Show Bootstrap dropdown on hover for desktop */
@media (min-width: 1200px) {
    .masterPageNavbarLi.dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    /* Prevent the menu from closing when moving the mouse from link to menu */
    .masterPageNavbarLi.dropdown > .dropdown-menu {
        margin-top: 0;
    }
}
    /* End :  MNC CSS */