﻿@import url('../Css/brands.min.css');

/*-- TYPOGRAPHY-*/

h1 {
    font-family: Cormorant Garamond, serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h2, h3, h4 {
    font-family: Cormorant Garamond, serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

h5, h6 {
    font-family: Cormorant Garamond, serif;
    font-weight: 400;
    letter-spacing: 1px;
}

h1 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 auto;
    color: #12282f;
    text-transform: uppercase;
}

h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1%;
    padding-bottom: 20px;
    position: relative;
    margin-top: 0;
    color: #12282f;
    text-transform: uppercase;
    text-shadow: -0.5px -0.5px 0 initial, 0.5px -0.5px 0 initial, -0.5px 0.5px 0 initial, 0.5px 0.5px 0 initial;
}

.text-white h2 {
    color: #fff;
}

h3 {
    color: #24262a;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px !important;
    margin-top: 0;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
    text-transform: uppercase;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 17px;
    font-weight: normal;
    font-family: Jost, sans-serif;
    letter-spacing: 0.35px;
    margin: 0 auto 30px;
    line-height: 1.66;
}

.about-us p {
    background-image: linear-gradient(90deg, rgb(12, 12, 12) 0%, rgb(54, 53, 53) 100%);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.m-10 {
    margin: 10px 0px;
}

blockquote {
    margin: 0;
    border: 0;
    padding: 0;
}

    blockquote p {
        font-size: 24px;
        font-weight: 300;
        color: #bfbfbf;
    }

    blockquote strong {
        font-weight: 400;
    }

figure {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
}

.small {
    font-size: 12px;
    font-weight: 400;
}

a {
    color: #333;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    a:focus {
        text-decoration: none;
        outline: none;
    }

.dxeNullText_RoyalIndianModerno .dxeEditArea_RoyalIndianModerno,
.dxeNullText_RoyalIndianModerno .dxeMemoEditArea_RoyalIndianModerno {
    color: #c5c5c5;
    /*font-family: "Merriweather", serif !important;*/
}

#content a:hover {
    opacity: 0.7;
    text-decoration: none;
    color: inherit;
}

.text-uppercase {
    text-transform: uppercase;
}

.font400 {
    font-weight: 400;
}

section, footer, header {
    /*overflow: hidden;*/
    display: block;
    width: 100%;
    /*overflow-x: hidden;*/
}

    header.sticky {
        overflow: inherit;
        /*background-color: #000000;*/
    }

.text-Roboto {
    font-family: "Montserrat", sans-serif;
}

/*.wrapper {
    background-color: #ffffff;
    padding: 20px;
}*/
/*header {
    background-color: #ffffff;
    position: relative;
}*/

.mt-150 {
    margin-top: 150px !important;
}

header .dxmLite_RoyalIndianModerno .dxm-vertical .dxm-spacing,
header .dxmLite_RoyalIndianModerno .dxm-popup .dxm-spacing {
    height: 0;
    border-bottom: 1px solid #e4e4e4;
    display: none;
}

#main-menu {
    /*float: left;*/
    /*margin-top: 10px;*/
    transition: all margin ease-in-out 5s;
    margin: 0 auto;
}

    #main-menu span.dx-vam {
        padding: 0;
    }

.menuSystemWrapper {
    background-color: #ffd71b;
}

.header-menu {
    float: right;
    width: 100%;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), inset 0px 0px 0px #ECECEC;
}

.tagLineBar {
    background-color: #d0dee2;
    padding: 10px 0;
}

    .tagLineBar p {
        color: #062947;
        margin: 0;
        text-align: center;
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }

.topBar {
    font-family: "Montserrat", sans-serif;
    /*float: right;*/
    /*margin-top: 8px;*/
    /*background-color: #222222;*/
    background-color: #861619;
}

    .topBar a.phone-number {
        line-height: 48px;
        font-size: 18px;
        padding-left: 20px;
        color: #FFFFFF;
        font-weight: 600;
    }

    .topBar .dxmLite_RoyalIndianModerno .dxm-horizontal .dxm-image-l .dxm-dropDownMode .dxm-popOut {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .topBar .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-popup .dxm-content {
        padding: 10px 15px !important;
    }

    .topBar .dxm-popup .dxm-separator b {
        height: 0px !important;
    }

    .topBar p {
        font-weight: 600;
        font-size: 18px;
    }

    .topBar .reserve-button {
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        font-size: 15px;
        color: #033845;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        background-color: #d0dee2;
        padding: 6px 24px;
        /*border-radius: 30px;*/
        display: flex;
        align-items: center;
        justify-content: center;
        width: max-content;
    }

        .topBar .reserve-button:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #000000;
            /*background-image: linear-gradient(90deg, rgb(12, 12, 12) 0%, rgb(54, 53, 53) 100%);*/
            /*border-radius: 30px;*/
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .topBar .reserve-button:hover,
        .topBar .reserve-button:focus,
        .topBar .reserve-button:active {
            color: white;
        }

            .topBar .reserve-button:hover:before,
            .topBar .reserve-button:focus:before,
            .topBar .reserve-button:active:before {
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
                -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
                transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            }

.menuItem a span {
    font-family: "Montserrat", sans-serif;
}

#main-menu .dxm-shadow.dxm-popup .dxWeb_mVerticalPopOut_RoyalIndianModerno,
#main-menu .dxWeb_mVerticalPopOut_RoyalIndianModerno {
    background-position: -530px -32px;
    filter: contrast(0);
}

#main-menu .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-vertical .dxm-popOut {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#main-menu .dxm-hovered .dxWeb_mVerticalPopOut_RoyalIndianModerno {
    filter: invert(0) !important;
}

#main-menu .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-shadow.dxm-popup .dxm-noImages .dxm-item {
    padding-left: 0;
}

.bg-black {
    background-color: #100e0e;
}

#logo {
    /*float: left;
    width: 300px;*/
    /*width: 350px;*/
    /*margin-right: auto;*/
}

/*.sticky #logo {
    width: 300px;
}*/

.navbar-brand img {
    /*margin: 0 auto;
    display: block;
    transition: width all ease-in-out 5s;
    width: 300px;*/
    transition: width 0.5s, width 0.5s;
}

.sticky .navbar-brand img {
    width: 90px;
}
/*.sticky #main-menu {
    margin-top: 7px;
}*/
.sticky #main-menu .dxmLite_RoyalIndianModerno .dxm-horizontal .dxm-image-l .dxm-dropDownMode .dxm-popOut {
    padding-top: 8px;
    padding-bottom: 10px;
}

.custom-navbar-right {
    /*float: right;
    list-style-type: none;
    padding: 0;
    margin: 0;*/
    /*position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);*/
    list-style-type: none;
    order: 3;
    padding: 0;
    margin: 0 0 0 10px;
}

/*.custom-navbar-right li {
        display: inline-block;
    }*/

.topWebMenu {
    float: right;
}

.module-reservation {
    position: relative;
    margin-right: 20px;
    float: right;
}

    /*.module-reservation:after {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: 7px;
        width: 2px;
        height: 13px;
        content: "";
        background-color: rgba(255, 255, 255, 0.5);
    }*/

    .module-reservation .btn-popup {
        height: 25px;
        border: 2px solid #ffffff;
        background-color: transparent;
        /*margin-top: 27px;*/
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-weight: 700;
        line-height: 22px;
        text-transform: uppercase;
        letter-spacing: 0.26px;
        padding: 0 8px;
        display: block;
        /*margin-right: 25px;*/
        cursor: pointer;
        position: relative;
        background-color: #ffd71b;
        color: #333333;
        border-color: #ffd71b;
    }

        .module-reservation .btn-popup:hover {
            background-color: #222222;
            color: #ffffff;
            border-color: #222222;
        }

.contact-details {
    /*color: #fff;*/
    padding: 30px;
}

/* Client Testimonial Carousel - 2 */
#carousel-example .col-item {
    background-color: #FFF;
    padding-bottom: 20px;
    padding-top: 30px;
    min-height: 220px;
    color: #333;
}

    #carousel-example .col-item h3 {
        font-family: lavigne-display, sans-serif;
    }

    #carousel-example .col-item img.img-responsive {
        border-radius: 50%;
        border: 1px solid #e4e4e4;
    }

/* Client Testimonial Carousel - 2 Ends */
.text-proxima-p {
    font-family: proxima-nova, sans-serif;
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 0;
}

.btn-primary {
    display: inline-block;
    position: relative;
    padding: 10px 25px;
    color: #12282f;
    font-size: 16px;
    background-color: #fec400;
    border: none;
    border-radius: 0;
}

    .btn-primary:hover {
        color: #fec400;
        background-color: #12282f;
    }
/*Indax Services*/
.index-services-1 {
    background-color: #12282f;
    padding: 100px 0;
    position: relative;
}

    .index-services-1 img.bg-food {
        position: absolute;
        right: 0;
        top: 0;
    }

    .index-services-1 h2, .our-menu h2 {
        font-family: Cormorant Garamond, serif;
    }

    .index-services-1 h3 {
        color: #c3c3c3;
        font-family: Cormorant Garamond, serif;
        font-size: 26px;
        line-height: 150%;
        text-transform: capitalize;
    }

.service-1 {
    margin-bottom: 50px;
}

    .service-1:last-child {
        margin-bottom: 0;
    }

.our-menu, .news-events {
    position: relative;
}

    .our-menu img.bg-food {
        position: absolute;
        left: -112px;
        top: 20px;
    }

    .news-events img.bg-food {
        position: absolute;
        right: -112px;
        top: 20px;
    }

    .index-services-1 p, .our-menu p, .news-events p {
        font-family: Jost, sans-serif;
        font-size: 15px;
    }

.index-services-1 .service-1 p {
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-align: justify;
    font-size: 15px;
}

.index-services-1 .service-col-1 h3 {
    text-align: right;
}

.index-services-1 .service-col-1 p {
    direction: rtl;
}

.index-services h3 {
    margin-top: 15px;
}

    .index-services h3 a {
        text-transform: uppercase;
        color: #12282f;
    }
/**/

/*.blink {
    animation: blink-animation 2s steps(5, start) infinite;
    -webkit-animation: blink-animation 2s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}*/

/*Index About us Section*/
.index-about-section {
    /*background-color: #222;*/
}

    .index-about-section h2 {
        color: #fec400;
        margin-top: 20px
    }

    .index-about-section .text-content {
        padding: 39px;
    }

    .index-about-section .about {
        background-color: #12282f;
    }

    .index-about-section .about-1 {
        /*text-align: right;*/
    }

    .index-about-section p {
        color: #eee;
        font-family: Jost, sans-serif;
        font-size: 13px;
        line-height: 1.75;
        text-align: justify;
    }
/**/
/* Carousel */

#quote-carousel {
    padding: 30px 10px 30px 10px;
    margin-top: 30px;
    background-color: rgba(255, 255,255, 0.6);
    position: relative;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}

    #quote-carousel .carousel-control {
        background: none;
        color: #12282f;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }

        #quote-carousel .carousel-control.left {
            left: -60px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

        #quote-carousel .carousel-control.right {
            right: -60px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }

        #quote-carousel .carousel-indicators li,
        #carousel-example .carousel-indicators li {
            width: 20px;
            height: 20px;
            margin: 5px;
            cursor: pointer;
            border: 4px solid #474747;
            border-radius: 50px;
            /*opacity: 0.4;*/
            overflow: hidden;
            transition: all 0.4s;
        }

/*#quote-carousel .carousel-indicators .active {
            background: #333333;
            width: 128px;
            height: 128px;
            border-radius: 100px;
            border-color: #f33;
            opacity: 1;
            overflow: hidden;
        }*/

.carousel-inner {
    min-height: 175px;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px;
    }

#quote-carousel blockquote p {
    font-size: 18px;
    color: #12282f;
}

#quote-carousel blockquote small {
    font-family: Jost, sans-serif;
    color: #12282f;
    text-transform: uppercase;
}

.carousel-indicators .active {
    background-color: #fec400;
}

/* Carousel End */




/* Breadcrumb Section*/
.breadcrumb-section {
    background-image: url('/Images/breadcrumb-bg.jpg');
    /*background-attachment: fixed;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: inherit;
}

.testimonial-section-1 {
    background: #12282f url(../Images/Testimonial-bg.jpg) no-repeat left top;
    background-attachment: fixed;
}

    .testimonial-section-1 h2 {
        font-family: Cormorant Garamond, serif;
        position: relative;
    }

.center-footer-border, .left-footer-border, .right-footer-border {
    position: relative;
}

    .left-footer-border::after {
        content: '';
        width: 50px;
        background-color: #ffd71b;
        text-align: center;
        position: absolute;
        bottom: 0;
        height: 5px;
        left: 0;
    }

    .right-footer-border::after {
        content: '';
        width: 50px;
        background-color: #ffd71b;
        text-align: center;
        position: absolute;
        bottom: 0;
        height: 5px;
        right: 0;
    }

    .center-footer-border::after {
        content: '';
        width: 50px;
        background-color: #ffd71b;
        text-align: center;
        position: absolute;
        bottom: 0;
        height: 5px;
        left: 50%;
        transform: translateX(-50%);
    }

.testimonial-section-1 p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 0;
}

.testimonial-section-1 .col-item p {
    color: #333;
}

.testimonial-section-1 .col-item .row:last-child {
    margin-top: 25px;
}

.testimonial-section {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0;
    text-align: center;
    position: relative;
}

/*.breadcrumb-section {
    background-image: url(../Images/breadcrumb-bg_ver2.jpg);
}*/

.testimonial-section {
    background-image: url(../Images/breadcrumb-img.jpg);
}

.overlay-productimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    pointer-events: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .overlay-productimg:before, .overlay-productimg:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        display: block;
        content: '';
        background-color: rgba(0, 0, 0, 0.3);
    }
/**/

/*About us Page*/
.about-text h1 {
    text-align: right;
    font-size: 7vw;
}

.about-text h4 {
    font-size: 2.2vw;
    text-align: right;
}
/**/
.OnlineCart .fa {
    color: #ffffff;
    font-size: 20px;
}

.ie-bg {
    background-color: #ffffff;
    outline: 1px solid #12282f;
    outline-offset: -10px;
}

    .ie-bg a, .ie-bg p, .ie-bg dt {
        color: #12282f;
    }

.soi-bg {
    background-color: #12282f;
    outline: 1px solid #fec400;
    outline-offset: -10px;
}

    .soi-bg a, .soi-bg p {
        color: #fff;
    }

.Order-Now-Food-List {
    list-style-type: none;
    font-size: 146%;
    font-weight: 600;
    margin: 0;
    /*max-width: 150px;
    float: right;*/
}

    .Order-Now-Food-List li {
        /*display: block;*/
        margin-bottom: 10px;
        position: relative;
    }

        /*.Order-Now-Food-List li::after {
            position: absolute;
            content: "";
            width: 1px;
            height: 25px;
            background-color: #3c3c3c;
            right: -10px;
            top: 3px;
        }

        .Order-Now-Food-List li:last-child::after {
            display: none;
        }*/

        .Order-Now-Food-List li:last-child {
            margin-right: 0;
        }

        .Order-Now-Food-List li a {
            /*display: block;*/
            position: relative;
            padding: 10px 25px;
            color: #fff;
            font-size: 16px;
            background-color: #861619;
        }

            .Order-Now-Food-List li a:hover {
                background-color: #000000;
                color: #fff;
            }

.Delivery-Boy {
    float: right;
    margin-right: 20px;
}

h4.contact-details-title {
    /*color: #eee;*/
}

footer h3 {
    color: #ffc001;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 17px;
}

footer .email-icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f003";
    margin-right: 15px;
    width: 20px;
    font-size: 16px;
}

footer .phone-icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f098";
    margin-right: 15px;
    width: 20px;
    font-size: 16px;
}

footer .map-icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f041";
    margin-right: 15px;
    width: 20px;
    font-size: 16px;
}

footer .wa-icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f232";
    margin-right: 15px;
    width: 20px;
    font-size: 16px;
}

footer li {
    margin-bottom: 10px;
}

.custom-navbar-right-sm {
    display: none;
}

.rel {
    position: relative;
}

.topBar .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-popup .dxm-noImages .dxm-separator {
    border-bottom: 1px solid #dcbb21;
    padding-top: 0;
    padding-bottom: 0;
}

/*.topBar .dxmLite_RoyalIndianModerno .dxm-popup {
    background-color: #ffd71b;
}*/

.topBar .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-popup .dxm-noImages .dxm-item {
    padding-left: 0;
}

.topBar .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-popup .dxm-noSubMenu {
    padding-right: 0;
}

.topBar .dxm-item.dxm-subMenu a {
    padding-right: 3px !important;
}

.menuSystem .dxWeb_mHorizontalPopOut_RoyalIndianModerno {
    background-position: -528px -82px;
}

.menu-wrapper.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.img-border {
    padding: 10px;
    background: rgb(0, 85, 159);
    background: linear-gradient(90deg, rgba(0, 85, 159, 1) 0%, rgba(29, 115, 190, 1) 100%);
}
/* cursor */
/* ------------------------------------------  */
.custom-mouse {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden
}

.custom-mouse-inner {
    margin-left: -5px;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    z-index: 10000;
    background-color: #000000;
    -webkit-transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out;
    transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out
}

    .custom-mouse-inner.mouse-hover {
        margin-left: -40px;
        margin-top: -40px;
        width: 80px;
        height: 80px;
        background-color: #000000;
        opacity: 0.3;
    }

.custom-mouse-outer {
    margin-left: -22px;
    margin-top: -22px;
    width: 40px;
    height: 40px;
    border: 2px solid #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
    opacity: 0.5;
    -webkit-transition: all .05s ease-out;
    transition: all .05s ease-out
}

    .custom-mouse-outer.mouse-hover {
        opacity: 0;
    }

/**/

.main-title {
    margin-bottom: 0;
}

.small-heading {
    /*color: #fff;*/
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 29px;
    padding: 0 10px;
    font-family: "Cookie", cursive;
}

    .small-heading::before {
        position: absolute;
        top: 50%;
        left: 100%;
        content: "";
        height: 100%;
        width: 100%;
        background: url(../images/18.png);
        background-repeat: no-repeat;
        background-size: 100px;
        background-position: left center;
        margin-top: -13px;
    }

    .small-heading::after {
        position: absolute;
        top: 50%;
        right: 100%;
        content: "";
        height: 100%;
        width: 100%;
        background: url(../images/17.png);
        background-repeat: no-repeat;
        background-size: 100px;
        background-position: right center;
        margin-top: -13px;
    }

.about-us-box {
    box-shadow: 0px 2px 60px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 80px;
    margin-left: -20%;
    position: relative;
    top: 80px;
}
/**/

.contact-page-details {
    text-align: center;
}

.contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.contact-page-details .contact-info i.fa {
    padding: 20px;
    color: #fffc00;
    background-color: #861619;
    border-radius: 50%;
    font-size: 24px;
    width: 64px;
    margin-bottom: 15px;
}

.contact-info h3, .contact-info a {
    color: #fff;
}

.contact-info h3 {
    font-weight: 700;
}

.contact-info a {
    font-size: 16px;
    font-weight: 500;
}

#contact-form {
    padding: 40px 0 30px 0;
    margin: 40px 0 30px 0;
    border-radius: 6px;
}

.fa-tiktok:before {
    content: "\e07b";
}

.lr-contact-bg {
    /*background-image: url(/Images/Restaurant-img.png);*/
    background-image: url(/Images/breadcrumb-img.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 50px;
}

    .lr-contact-bg > .elementor-background-overlay {
        background-color: #000000;
        opacity: 0.5;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        overflow: hidden;
    }

    .lr-contact-bg .row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

.heading-deco {
    position: relative;
    display: flex;
    margin-bottom: 20px;
}

    .heading-deco .heading-line {
        width: 120px;
        height: 2px;
        background-color: #a6a6a6;
        display: block;
    }

        .heading-deco .heading-line em {
            width: 60px;
            height: 2px;
            background-color: #861619;
            display: block;
        }

.service-col-1 {
    padding: 15px;
    border-radius: 15px;
    background-color: #f9f9f9;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    text-align: center;
    margin-bottom: 25px;
}

    .service-col-1 img {
        border-radius: 15px;
    }

    .service-col-1 h3 {
        text-transform: uppercase;
        margin-top: 25px;
        font-size: 2.625rem;
        font-family: Cormorant Garamond, serif;
        font-weight: 700;
    }

    .service-col-1 .royal-btn {
        padding: 15px 40px;
        display: flex;
        width: fit-content;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

.google-rating h3 {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 4.625rem;
    font-family: Cormorant Garamond, serif;
    font-weight: 600;
}

.google-rating .star-ratings {
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.rounded-3 {
    border-radius: 3rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.royal-indian-CTA .royal-btn {
    padding: 15px 40px;
}

.what-we-do h4 {
    font-family: Cormorant Garamond, serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0;
}

.services-four h3.heading-main {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 4.625rem;
    font-family: Cormorant Garamond, serif;
    font-weight: 600;
}

.royal-btn {
    padding: 25px 40px;
    background-color: #861619;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    width: fit-content;
}

    .royal-btn:hover {
        background-color: #222222;
        color: #ffc001;
    }

.img-wrapper img {
    width: 100%;
}

.subtitle-wrapper {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
    position: relative;
}

.home-about-wrapper {
    display: flex;
}

.abt-text-wrapper {
    padding: 70px;
}

    .abt-text-wrapper h3 {
        text-transform: uppercase;
        margin-top: 0;
        font-size: 4.625rem;
        font-family: Cormorant Garamond, serif;
        font-weight: 600;
    }

@media(min-width:992px) {
    /*.dxm-subMenu {
        display: flex !important;
        align-items: center;
    }*/
    .small-btn {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: -65px;
    }
}

@media (max-width: 1199px) {
    h2 {
        font-size: 26px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    h1 {
        font-size: 26px;
    }
}

@media (min-width: 992px) {
    #main-menu {
    }

    /*.custom-navbar-right {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%);
    }*/
}

@media (min-width: 1025px) {
    #main-menu {
    }
}

@media (min-width: 1500px) {
    #main-menu {
    }
}

@media (min-width: 1400px) {
    #main-menu {
    }
}

@media (min-width: 1200px) {
    #main-menu {
    }
}

@media (max-width: 1024px) {
    /*.topPanel {
        max-width: 500px;
    }*/

    .about-text h1 {
        text-align: right;
        font-size: 11vw;
    }

    .about-text h4 {
        font-size: 3.4vw;
        text-align: right;
    }

    .topBar a.phone-number {
        font-size: 14px;
    }
}

@media (max-width: 900px) {
}

@media (max-width: 991px) {
    #bs-example-navbar {
        display: none;
    }

    .clear-sm {
        clear: both;
    }

    .about-text h1 {
        text-align: center;
        font-size: 13vw;
    }

    .about-text h4 {
        font-size: 4vw;
        text-align: center;
    }

    #main-menu {
        float: right;
        z-index: 9999;
    }

    .sticky #main-menu {
    }

    .custom-navbar-right {
        /* position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        float: left;
        margin: 0;*/
        order: 2;
    }

    .sticky .custom-navbar-right {
        /*margin-top: 8px;*/
    }

    #main-menu .dxmLite_RoyalIndianModerno {
        position: relative;
    }

    .header-menu.bar {
        padding: 0 !important;
        float: none;
        text-align: center;
        margin: 0 auto;
        width: auto !important;
    }

    .dxpnl-expanded.expandedPanel {
        width: 100%;
    }

    .navbar-right {
        display: inline-block;
        margin: 0;
    }

    .expandedPanel {
        position: fixed;
        right: 0;
        top: 119px;
        -webkit-transition: height 5s;
        transition: height 5s;
        /* max-width: 160px; */
        min-width: 200px;
        /* float: none !important; */
        width: 100%;
        /*height: CALC(100vh - 100px);*/
        overflow: auto;
        padding: 0 10px;
        background-color: #fff;
    }

    .sticky .expandedPanel {
        top: 70px;
        /*max-height: CALC(100vh - 75px);*/
        z-index: 999;
    }

    .topPanel.expandedPanel,
    .dxm-vertical.topMainMenu {
        background-color: #000000 !important;
    }

        .topPanel.expandedPanel .menuItem .dxm-content {
            color: #fff !important;
        }

    [id^=TopPanel_menuProduct] {
        /*top: 0 !important;*/
        /*overflow-y: auto;*/
        /*position: relative !important;*/
    }

    #TopPanel_menuProduct_DXM8_ .dxm-shadow.dxm-popup {
        top: 55px !important;
    }

    .topPanel.header-menu.titleContainer .dxmLite_RoyalIndianModerno .dxm-vertical ul.dx {
        float: none !important;
    }

    .CTA-wrapper {
        margin-left: 0;
        margin: 15px auto;
        text-align: center;
        display: flex;
        justify-content: center;
    }

        .CTA-wrapper.big-btn {
            display: none;
        }

    #main-menu .dxpnlControl_RoyalIndianModerno .dxpnl-btnPressed {
        background-color: transparent !important;
    }

    #logo {
        width: 300px;
    }
}

@media (max-width:800px) {
    .dxmLite_RoyalIndianModerno .dxm-main .dxm-separator b {
        background-color: #111111;
    }

    .topBar .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-popup .dxm-noSubMenu .dxm-content,
    .topBar .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-popup .dxm-content {
        padding-right: 17px;
        color: #12282f !important;
    }

    .topBar .dxmLite_RoyalIndianModerno.dxm-ltr #menuSystem_DXM5_ .dxm-popup .dxm-content,
    .topBar .dxmLite_RoyalIndianModerno.dxm-ltr #menuSystem_DXM6_ .dxm-popup .dxm-content,
    .topBar .dxmLite_RoyalIndianModerno.dxm-ltr #menuSystem_DXM7_ .dxm-popup .dxm-content {
        color: #fff !important;
    }

    .topBar .dxmLite_RoyalIndianModerno .dxm-popup .dxm-popOut {
        padding-top: 9px !important;
        padding-bottom: 8px !important;
        padding-right: 7px !important;
    }

    #main-menu .dxmLite_RoyalIndianModerno .dxm-vertical .dxm-separator {
        padding: 0;
        display: none;
    }

    .topPanel.dxpnl-bar {
        margin-top: 0;
        padding: 0;
        background: transparent;
    }

    .topPanel.expandedPanel {
        /*padding: 0;
        margin: 0;*/
        background-color: #1B1B1B !important;
    }

        .topPanel.expandedPanel .header-menu {
            float: none !important;
            margin: 0;
            background-color: transparent;
        }

            .topPanel.expandedPanel .header-menu ul.dx {
                width: 100%;
            }

    .navbar-brand img {
        width: 60px;
        height: auto;
    }

    .breadcrumb-section {
        padding: 50px 0;
        background-attachment: inherit;
        background-size: cover;
    }

    #main-menu .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-vertical .dxm-image-l .dxm-content,
    #main-menu .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-vertical .dxm-image-r .dxm-content {
        padding-left: 8px !important;
    }

    #main-menu .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-vertical .dxm-image-l .menuItem,
    #main-menu .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-vertical .dxm-image-r .menuItem {
        border-bottom: 1px solid #eee;
    }

    #main-menu .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-vertical .dxm-image-l .menuItem,
    #main-menu .dxmLite_RoyalIndianModerno.dxm-ltr .dxm-vertical .dxm-image-r .menuItem {
        border-bottom: 1px solid #222 !important;
    }

    .custom-navbar-right-sm {
        list-style-type: none;
        display: none;
    }

        .custom-navbar-right-sm .module-reservation:after {
            display: none;
        }

    .OnlineCart .fa {
        font-size: 24px;
    }

    #main-menu {
        order: 3;
    }

    /*.sticky #main-menu {
        top: 14px;
    }*/

}
/* Small Screen and below */
@media (max-width: 767px) {
    #logo {
        margin-right: 0;
        width: auto !important;
    }

    /*#logo img {
            width: 75px;
        }*/

    .sticky #logo img {
        /*width: 60px;
        float: left;*/
    }

    .custom-navbar-right {
        margin: 0 auto;
    }

    #main-menu {
        margin: 0;
    }

    h1 {
        font-size: 30px !important
    }

    h2 {
        font-size: 24px;
    }

    h4 {
        font-size: 16px;
    }

    blockquote p {
        font-size: 15px
    }

    .page-header h1 {
        font-size: 50px !important
    }

    .navbar-brand {
        padding: 0;
    }

    .Order-Now-Food-List {
        margin-top: 10px;
        float: none;
        text-align: center;
    }

        .Order-Now-Food-List li a {
            padding: 10px 20px;
        }

        .Order-Now-Food-List .text-right {
            text-align: center;
        }

    .Delivery-Boy {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .about-text h1 {
        text-align: center;
        font-size: 90px !important;
    }

    .about-text h4 {
        font-size: 28px !important;
        text-align: center;
    }

    .topBar {
        padding: 8px 0;
    }

        .topBar a.phone-number {
            font-size: 12px;
            padding-left: 0;
            display: flex;
            align-items: center;
            /* flex-direction: column; */
            justify-content: left;
            line-height: 175%;
        }

        .topBar .reserve-button {
            font-size: 12px;
        }

    .footer-2 .copyright {
        line-height: 1.5;
        text-align: center;
        margin-top: 20px;
    }

    .footer-2 .social {
        margin: 15px 0 0 0;
        float: none;
        display: flex;
        justify-content: center;
    }

    .multislider {
        margin-top: 40px;
    }

    .expandedPanel {
        top: 159px;
    }

    .services-list img {
        height: auto;
    }

    .about-us-box {
        padding: 50px;
        margin-left: 0;
        top: 0;
    }

    .tagLineBar p {
        font-size: 14px;
    }

    .restaurant-img-wrapper img {
        width: 100%;
    }

    .restaurant-img-wrapper .box2 {
        position: relative;
        top: 0;
        right: 0;
        transform: unset;
        margin-top: 25px;
    }

        .restaurant-img-wrapper .box2 img {
            width: 100%;
        }

    .lr-contact-bg .row {
        flex-direction: column;
    }

    .topBar p {
        font-size: 13px;
    }
}

@media (max-width: 640px) {

    /*.custom-navbar-right {
        right: 60px;
    }*/

    .page-header h1 {
        font-size: 30px !important
    }

    .breadcrumb a, .breadcrumb > .active, .breadcrumb > li + li:before {
        font-size: 15px;
    }

    .expandedPanel {
        /*top: 40px;*/
    }

    .sticky .expandedPanel {
        top: 74px;
    }

    .CategoryDetailsUCVer3 .ShowAllProducts {
    }

    .sticky #main-menu {
        /*margin-top: 6px;*/
    }
}

@media (max-width:480px) {
    /*.custom-navbar-right {
        left: 67%;
        transform: translate(-67%, -50%);
    }*/
}
