﻿@font-face {
    font-family: "Montserrat-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Montserrat/Montserrat-Regular.ttf");
}
@font-face {
    font-family: "Montserrat-Medium";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Montserrat/Montserrat-Medium.ttf");
}
@font-face {
    font-family: "Montserrat-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Montserrat/Montserrat-Bold.ttf");
}
@font-face {
    font-family: "Montserrat-SemiBold";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Montserrat/Montserrat-SemiBold.ttf");
}
@font-face {
    font-family: "Montserrat-Light";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Montserrat/Montserrat-Light.ttf");
}
@font-face {
    font-family: "Allura-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Allura/Allura-Regular.ttf");
}
@font-face {
    font-family: "Forum-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Forum/Forum-Regular.ttf");
}

body {
    padding: 0;
    margin: 0;
    font-family: Montserrat-Regular;
    font-size: clamp(14px,3vw,16px);
    background-color: #fff;
    color: #000;
}

/*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*/

.PrimaryColor {
    background-color: #75262c;
}
.SecondaryColor {
    background-color: #3c090e;
}
.ButtonColor {
    background-color: #fad65c;
}
.HeaderTitle {
    color: #f8d35d;
}

/*Home Page*/

.BgSlider {
    background: url(../Images/Slider/SliderBG.gif) no-repeat;
    background-size:cover;

}

.nav-item {
    font-size:clamp(14px,1.3vw,20px);
    display:flex;
    align-items:center;
    justify-content:center;
    
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    top:100px;
}

.btnHeaderOnlineOrdering {
    padding: 8px 8px 8px 8px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    font-size: clamp(14px,1.3vw,20px);
    white-space: nowrap;
    border-radius: 7px;
    font-family: Montserrat-Regular;
}
    .btnHeaderOnlineOrdering:hover {
        background-color: #fff;
        border: 1px solid #fff;
        color: #000;
        text-decoration: none;
        transition: 0.3s ease-in-out;
    }

.nav-link {
    color: white;
}
.nav-item .active{
    color: #ffefbe;
    font-family:Montserrat-Regular;
}
.nav-link:focus, .nav-link:hover {
    color: #fad65c;
}
.nav-link.dropdown-toggle::after {
    display: none !important;
}
.MoreDrop {
    background-color:transparent !important;
    color:#fff !important;
}
.dropdown-item {
    color: #3c090e;
}
    .dropdown-item:active, .dropdown-item:hover {
        background-color: #3c090e;
        color:#fff;
        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: #fad65c;
    color:#000;
    z-index:1021;
}

.dropdown-item {
    text-align: left;
}

.navbar .show .navbar-nav .nav-link {
    text-align: center;
}

.floatingcart {
    position: fixed;
    Right: 8px;
    top: 300px;
    z-index: 1021;
    border-radius: 50%;
    background: #3c090e;
    padding: 20px;
    border: 2px solid #fad65c;
    scale: 0.9;
}
.cart-item-number {
    background: #fad65c;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #000;
    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: #3c090e;
    border: 2px solid #fad65c;
    height: 47px;
    width: 100%;
    border-radius: 0px;
    z-index: 2;
    display: none;
    justify-content: center;
    padding: 2px;
    left:0;
}
.SliderButtonHolder {
    background-color: #3c090ea3;
}
.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:#3c090e;
}
.AboutTitle {
    font-family: Montserrat-Regular;
    font-size: clamp(30px,3vw,60px);
    color: #481819;
    text-transform: uppercase;
}
.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: #3c090e;
}
.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:#3c090e;
    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: #fff;
    font-family: Montserrat-Regular;
    text-transform: uppercase;
}

    .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:Forum-Regular;
        color:#fff;
    }

.homeReviewDetail {
    font-size: clamp(17px, 3vw, 26px);
    font-family: Forum-Regular;
    color: #fff;
}

    .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: #fff !important;
        }

    .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:#3c090e;
}


.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: #3c090e;
    }

    .FacilityIcon1:hover {
        background-color: #3c090e;
        transition: 0.3s ease-in-out;
    }

    .FacilityIcon2:hover {
        background-color: #3c090e;
        transition: 0.3s ease-in-out;
    }

    .FacilityIcon3:hover {
        background-color: #3c090e;
        transition: 0.3s ease-in-out;
    }

    .FacilityIcon4:hover {
        background-color: #3c090e;
        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;
}


    .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) {
       
    }

    @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) {
        
        .SliderImageSection {
            top: 0;
            left: 0;
        }

        .SliderMainText, .SliderSubText {
            text-align: center;
        }

        .AboutHolder {
            display: flex;
            flex-direction: column-reverse;
        }

       

        .nav-item .active {
            color: #3c090e;
        }

        .nav-link:focus, .nav-link:hover {
            color: #3c090e;
        }

        .nav-link {
            color: #000;
        }

        .MoreDrop {
            color: #000 !important;
        }

        .btnHeaderOnlineOrdering {
            padding: 8px 8px 8px 8px;
            color: #3c090e;
            background-color: #fff;
        }

            .btnHeaderOnlineOrdering:hover {
                padding: 8px 8px 8px 8px;
                color: #000;
                background-color: #fff;
                border: 1px solid #3c090e;
            }

        .account_link {
            color: #000 !important;
        }

        .divEmail {
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .FooterImg1, .FooterImg2 {
            opacity: 0.3;
        }
    }

    @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: #3c090e;
        color: #fff;
    }

    input[type=radio]:checked {
        background-color: #3c090e !important;
        border: 2px solid #3c090e !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*/

