﻿@import url('satoshi.css');
/* body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #222;
  color: #fff;
  padding: 8px 20px;
  font-size: 14px;
}

.topbar a {
  color: #fff;
  margin: 0 6px;
  text-decoration: none;
}

.topbar .register-btn {
  background: #ff9800;
  padding: 5px 12px;
  border-radius: 4px;
  font-weight: bold;
}

.topbar .search-icon {
  margin-left: 10px;
  cursor: pointer;
} */

/* Reset */
body,
ul {
    margin: 0;
    padding: 0;
    /*    font-family: 'Poppins', sans-serif !important;*/
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Header CSS Start */

@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap);

.logo img,
header {
    -webkit-transition: .2s ease-in-out
}

.socialIcons a,
.topbar i,
.topbar span,
.topbar strong {
    display: inline-block
}

.navigation li a,
a {
    text-decoration: none
}

body,
html {
    /* Scales from 10px @ 1200px → 14px @ 1920px */
    font-size: clamp(12px, 0.278vw + 8.67px, 14px);
    scroll-behavior: inherit
}

body {
    font-family: Satoshi-Regular !important;
    font-weight: 400;
    color: var(--textColor) !important;
    /* padding-top: 111px; */
}



ul {
    margin: 0;
    padding: 0
}

:root {
    --borderColor: #BCBCBC;
    --white: #ffffff;
    --black: #000000;
    --lightGray: #FFFDF8;
    --gray: #7B7B7B;
    --gold: #E1C562;
    --darkGray: #373435;
    --playfair: 'Playfair Display', serif;
    --textColor: black;
    --gold-text: #be8c44;
    --topbar-height: 47px;
}

@media(min-width: 992px) {
    .layout-content-margin {
        margin-top: var(--topbar-height);
    }
}



.cartIcon a,
p {
    color: var(--darkGray)
}

header {
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    z-index: 9999;
    /* background: #fff; */
    width: 100%;
    top: 0;
    left: 0
}

@media(min-width: 992px) {
    .fixedHeader {
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
        transform: translateY(calc(-1 * var(--topbar-height)));
    }

        .fixedHeader .logo img {
            max-width: 150px;
            height: auto
        }

        .fixedHeader .topbar {
            pointer-events: none;
            visibility: hidden;
        }

        .fixedHeader .navigation {
            background: #FFF;
        }
}

.logo img {
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.topbar {
    /* border-bottom: 1px solid var(--borderColor); */
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    letter-spacing: 2px;
}



    .topbar i {
        color: #7b7b7b
    }

    .topbar > div {
        /* flex: 1 1 auto; */
        text-align: center;
        padding: 5px 10px;
        /* border-right: 1px solid var(--borderColor) */
    }

@media(min-width:1300px) {
    .topbar > div {
        padding: 10px 15px;
    }

    .topbar {
        gap: 2% !important;
    }
}

.search-icon {
    width: 20px;
}

.socialIcons a {
    vertical-align: middle;
    margin-right: 10px;
    /*height: 12px;*/
    overflow: hidden;
    color: var(--gold)
}

    .socialIcons a:last-child {
        margin-right: 0
    }

    .socialIcons a img {
        width: auto;
        height: 24px;
        display: block;
        opacity: 1
    }

/* .socialIcons a.fb {
        background: url('../images/icons/facebook-icon.svg')  no-repeat;
    }

.twit {
    background: url('../images/icons/twitter-icon.svg')  no-repeat;
}

.youTube {
    background: url('../images/icons/youtube-icon.svg')  no-repeat;
}

.insta {
    background: url('../images/icons/insta-icon.svg')  no-repeat;
}
*/
.topbar .selectDropdown {
    border: none;
    box-shadow: none;
    padding: 0 20px 0 0;
    -webkit-appearance: none;
    font-size: 14px
}

.selectDropdown option {
    background: white;
    color: black;
}

.select_container {
    position: relative
}

    .select_container i {
        position: absolute;
        right: 0;
        top: 0;
        pointer-events: none
    }

.location {
    display: flex;
    flex-wrap: wrap
}

    .location > div {
        padding-left: 9px
    }

.loginBar {
    /* background: #c5c4c4 */
}

    .loginBar a,
    .loginBar span {
        color: var(--darkGray);
        padding: 0 5px;
        text-decoration: none;
        display: inline-block
    }

        .loginBar a:hover {
            color: var(--black)
        }

.logo {
    /* order: 2; */
    margin: 0 20px;
    width: 155px
}

    .logo a,
    .navigation li ul li {
        display: block
    }

        .logo a img {
            width: 100%;
            height: auto
        }

.leftNav {
    order: 1
}

.rightNav {
    order: 3
}

.cartIcon,
.mobCartIcon {
    color: var(--gray);
    padding: 0 15px;
    position: relative
}

.cartIcon {
    order: 5;
    font-size: 1.2rem
}

.mobCartIcon {
    font-size: 1.5rem;
    margin-right: 5px
}

    .cartIcon span,
    .mobCartIcon span {
        text-align: center;
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        position: absolute;
        background: #000;
        top: -8px;
        right: 8px;
        color: var(--white);
        font-size: 11px
    }

.search {
    order: 4;
    font-size: 1.2rem;
    color: var(--gray);
    padding: 0 10px;
    cursor: pointer
}

.navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    background: transparent;
}

.nav-bg {
    background-color: rgba(0, 0, 0, 0.5);
    /* 50% transparent black */
}

.navigation ul ul {
    text-align: left
}

.navigation li {
    display: inline-block;
    position: relative
}

    .navigation li div {
        display: none;
        position: absolute;
        left: 0;
        top: 20px;
        padding-top: 20px
    }

.loginPopup,
.menuBtn,
.mobHeader {
    display: none
}

.loginSocial img {
    height: 15px;
    width: auto
}

.mainPopup {
    padding: 30px !important;
    width: 500px
}

.eventPopup {
    width: 800px
}

.mainPopup input.field {
    font-size: 1.1rem;
    width: 100%;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--borderColor)
}

    .mainPopup input.field:focus {
        outline: 0
    }

.loginBox {
    padding: 20px;
    border: 1px solid var(--gold)
}

    .loginBox input[type=submit] {
        background: var(--gold);
        color: var(--white);
        padding: 8px 30px;
        color: var(--black);
        font-weight: 600;
        font-size: 1.2rem;
        border: none;
        outline: 0
    }

        .loginBox input[type=submit]:hover {
            background: var(--black);
            color: var(--white)
        }

    .loginBox h4 {
        font-family: var(--playfair)
    }

.loginSocial .socialBtn {
    border: 1px solid var(--borderColor);
    padding: 10px;
    min-width: 120px;
    text-align: center
}

.loginSocial a {
    display: inline-block;
    color: var(--black)
}

.fbButton {
    margin-right: 15px
}

.loginSocial a:hover {
    background: var(--darkGray);
    color: var(--white);
    font-weight: 600
}

.loginSocial .socialBtn img {
    margin-right: 10px
}

.navigation li ul {
    overflow: hidden;
    min-width: 230px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 4px var(--gray);
    left: -50%;
}

.navigation li a {
    display: block;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--darkGray);
    transition: .2s ease-in-out;
    text-transform: uppercase
}

@media(max-width:1600px) {
    .navigation li a {
        font-size: 1rem
    }
}

@media(min-width:1410px) {
    .navigation li a {
        padding: 0 15px
    }
}

@media(max-width:1400px) {
    .navigation li a {
        padding: 0 7px
    }
}

.navigation li ul li a {
    padding: 8px 10px;
    color: var(--darkGray);
    font-size: 0.9rem;
}

    .navigation li ul li a:hover,
    .navigation li ul li .active {
        background: var(--gold);
        color: var(--black)
    }

.subMenu::after {
    content: "\f282";
    display: none;
    font-family: bootstrap-icons;
    color: var(--black);
    position: absolute;
    right: 0;
    top: 0
}

.closeBtn,
.searchCloseBtn:hover,
.searchNew input {
    color: var(--lightGray)
}

.closeBtn {
    font-size: 2.2rem;
    position: relative;
    margin-bottom: 5px
}

.searchContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 99;
    background: #e1c562;
    padding: 0;
    display: none
}

    .searchContainer::-webkit-scrollbar {
        width: 5px
    }

    .searchContainer::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .searchContainer::-webkit-scrollbar-thumb {
        background: #e1c562
    }

        .searchContainer::-webkit-scrollbar-thumb:hover {
            background: #555
        }

.searchNew {
    position: relative;
    padding-left: 40px;
    z-index: 1000
}

    .searchNew input {
        height: 50px;
        width: 100%;
        text-indent: 25px;
        border: 0 solid var(--darkGray);
        background: #e1c562;
        border-bottom: 2px solid #fff;
        line-height: 40px;
        font-size: 16px;
        padding: 8px 9px
    }

        .searchNew input:focus {
            background: #e1c562;
            border-bottom: 2px solid #fff;
            outline: 0
        }

    .searchNew .fa-search {
        position: absolute;
        top: 20px;
        left: 16px
    }

    .searchNew button {
        position: absolute;
        top: 5px;
        right: 5px;
        height: 50px;
        width: 110px;
        background: var(--gold);
        color: var(--black);
        font-weight: 700
    }

        .searchNew button:hover {
            background: var(--lightGray)
        }

.searchCloseBtn {
    color: var(--gold);
    font-size: 2rem;
    cursor: pointer;
    width: 40px;
    height: 32px;
    margin: 30px auto 0 1px
}

.rightContent {
    display: flex;
    align-items: center
}

.serviceTabContainer .search-tab a {
    color: black;
}

/***************top search************************/
.findList {
    display: none;
    background-color: #ffffff;
    font-size: 20px;
    height: 50px;
    width: 100%;
    text-indent: 25px;
    filter: drop-shadow(0.2rem 0.2rem 0.2rem #626231);
    margin: 0;
}

.findListfont {
    color: #595959;
    padding: 8px 9px;
    line-height: 40px;
    font-size: 16px;
    text-align: start;
}

    .findListfont:hover {
        color: #e1c562;
    }


.findListbrands {
    color: #595959;
    padding: 8px 20px;
    line-height: 40px;
    font-size: 13px;
    text-align: start;
}

    .findListbrands:hover {
        color: #e1c562;
    }


.findData {
}

    .findData::placeholder {
        color: #f8f2db;
    }


/* Clearable text inputs close buton for form*/
.clearable {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .clearable input[type=text] {
        padding-right: 24px;
        width: 100%;
        box-sizing: border-box;
    }

.clearable__clear {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 2.2em;
    user-select: none;
    cursor: pointer;
}

.clearable input::-ms-clear {
    /* Remove IE default X */
    display: none;
}


.mobSearch {
    font-size: 1.5rem;
    margin-right: 20px;
    cursor: pointer;
}

.deskSearch {
    cursor: pointer;
}

.newRegistration a {
    color: var(--darkGray);
    font-weight: 600
}

.newRegistration button {
    padding: 10px 15px;
    border: none;
    background: var(--gold)
}

@media(min-width:992px) {

    /*   .socialIcons a.fb:hover {
        background: url('../images/icons/facebook-icon-filled.svg')  no-repeat;
    }

    .twit:hover {
        background: url('../images/icons/twitter-icon-filled.svg') no-repeat;
    }

    .youTube:hover {
        background: url('../images/icons/youtube-icon-filled.svg') no-repeat;
    }

    .insta:hover {
        background: url('../images/icons/insta-icon-filled.svg')  no-repeat;
    }
*/
    .navigation li:hover div {
        display: block
    }

    .navigation li:hover a {
        color: var(--gold)
    }

    .navigation li:hover li a {
        color: var(--darkGray)
    }

    .mobTopLinks {
        display: none
    }
}

@media(max-width:1215px) {

    .socialIcons a,
    .socialIcons a:last-child {
        margin-right: 5px
    }

    .socialIcons a {
        margin-left: 5px
    }

    .navigation li a {
        padding: 0 5px
    }
}



ol,
ul {
    padding-left: 0rem !important;
}

div#mallTimings {
    text-transform: uppercase;
    font-size: 1rem;
    color: #000;
}

.telephone {
    text-decoration: none;
    color: #000;
    font-size: 1rem;
}

.location-link {
    text-transform: uppercase;
    text-decoration: none;
    color: #000 !important;
    font-size: 1rem;
}

#login_open {
    text-transform: uppercase;
    font-size: 1rem;
    color: #A87529;
}

.topbar {
    display: flex;
    flex-wrap: nowrap;
    /* justify-content: flex-end; */
    gap: 2%;
    /*gap: 90px;*/
    background-color: #FFF;
}

.navigation a {
    color: #FFF !important;
    font-weight: 400 !important;
}

@media(max-width:991px) {

    .navigation,
    .navigation ul ul {
        text-align: center
    }

        .location select,
        .mobTopLinks,
        .navigation li ul li a {
            color: var(--white)
        }

    .mobCartIcon span {
        top: -3px
    }

    .cartIcon,
    .deskLogo,
    .search,
    .topbar {
        display: none
    }

    .location,
    .mallTiming i,
    .mallTiming span,
    .mallTiming strong,
    .menuBtn,
    .menuBtn span,
    .mobTopLinks,
    .navigation li {
        display: block
    }

    .loginBar a {
        font-weight: 700
    }

    body {
        padding-top: 60px
    }

    .navigation li div {
        position: relative;
        top: inherit;
        padding-top: 0
    }

    .subMenu::after {
        display: inline-block;
        color: var(--white);
        right: 15px;
        top: 8px
    }

    .mobTopLinks > div {
        border-bottom: 1px solid #1c1703;
        padding: 10px
    }

    .menuBtn {
        width: 30px
    }

        .menuBtn span {
            float: right;
            height: 2px;
            margin-bottom: 7px;
            width: 100%;
            background: var(--darkGray)
        }

            .menuBtn span:nth-child(2) {
                width: 80%
            }

            .menuBtn span:last-child {
                width: 90%;
                margin-bottom: 0
            }

    .mobHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        background-color: #FFF;
    }

    .mobLogo {
        display: block;
        max-width: 180px;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out
    }

        .mobLogo img {
            max-width: 200px;
            width: 190px;
            height: auto
        }

    .fixedHeader .mobLogo {
        max-width: 130px
    }

    .logo {
        order: 1;
        margin: 0 15px
    }

    .leftNav {
        order: 2
    }

    .rightNav {
        order: 3
    }

    .search {
        order: 4
    }

    .navigation {
        display: block;
        position: fixed;
        width: 300px;
        height: 100%;
        overflow: auto;
        z-index: 9999;
        top: 0;
        right: -300px;
        background: var(--black);
        padding-top: 0;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out
    }

    .location select {
        background: 0 0;
        border: none;
        padding: 5px 20px 0 0;
        text-align: left
    }

        .location select:focus {
            background: 0 0;
            box-shadow: none;
            color: var(--gold)
        }

    .select_container i {
        right: 8px;
        top: 5px
    }

    .navigation li a {
        padding: 10px 9px;
        color: var(--lightGray)
    }

    .navigation li ul {
        box-shadow: none;
        border-radius: 0;
        background: #222
    }

    .navigation.active a {
        color: #FFF !important;
    }

    .socialIcons a img {
        height: 22px;
    }
}

@media(max-width:576px) {
    .searchContainer {
        padding: .5rem
    }

    .navigation {
        width: 100%;
        right: -100%
    }
}

@media (max-width:991.98px) {
    .searchCloseBtn {
        padding-left: 20px
    }

    .socialIcons a {
        height: 20px
    }
}

@media(min-width:991px) {
    .closeBtn {
        display: none;
    }
}

@media (max-width: 500px) {
    .topbar {
        display: none;
    }

    .location-menu {
        display: none !important;
    }
}

@media (min-width: 501px) and (max-width: 767px) {
    .topbar {
        display: none;
    }

    .location-menu {
        display: none !important;
    }
}

/* .navigation {
    background: #FFF;
} */

/* .fixedHeader {
    background: #FFF;
} */

.fixedHeader a {
    color: #000 !important;
}

.leftNav {
    margin-bottom: 0px;
}

.rightNav {
    margin-bottom: 0px;
}

.transition {
    transition: all ease-in-out 0.3s;
}

.navigation.active {
    right: 0%;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #111;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    min-width: 160px;
    z-index: 999;
}

    .dropdown-menu li {
        margin: 0;
    }

    .dropdown-menu a {
        display: block;
        padding: 8px 16px;
        color: #000 !important;
        font-size: 13px;
    }

        .dropdown-menu a:hover {
            background: #222;
        }

.dropdown:hover .dropdown-menu {
    display: block;
}

a#signup_open {
    text-transform: uppercase;
}


/* Header CSS End */


/* Footer CSS Start */


/* footer */
footer {
    /* background: #000 url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/footer_bg.png) repeat-x; */
    background-color: #c0934f;
    color: #C5C5C5;
}

@media(min-width:991px) {
    footer .margin-6 {
        margin: 0 8%;
    }
}

.foot_head,
.foote_head_2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.8rem;
    position: relative;
}

.foot_heading {
    color: #fff;
    margin-bottom: 20px;
    font-size: 21px;
    position: relative;
}

.foot_head {
    /* text-transform: uppercase; */
}

.foot_list li {
    margin-bottom: 10px;
}

.foot_list a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2rem
}

    .foot_list a:hover {
        /* color: #E1C562; */
    }


.popularSearch_box {
    background: #E1C562;
    position: relative;
}

.popularSearch_btn {
    display: table;
    margin: 0 auto;
    background: none;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding: 12px 0;
}

.popularHidden_box {
    background: #d3d3d3;
    display: none;
    position: absolute;
    bottom: 48px;
    width: 100%;
}

    .popularHidden_box p {
        color: var(--black);
        padding-top: 15px;
    }

        .popularHidden_box p a {
            display: inline-block;
            vertical-align: top;
            border-right: 1px solid var(--gray);
            padding: 0px 5px;
            margin-bottom: 5px;
            color: var(--black);
        }

/***********************************************************/


.subscribe {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

    .subscribe input,
    .subscribe button {
        height: 35px;
    }

    .subscribe input {
        font-weight: 300;
        color: var(--white);
        width: 70%;
        background: none;
        border: none;
        border-bottom: 1px solid var(--white);
    }

        .subscribe input::placeholder {
            opacity: 0.5;
        }

        .subscribe input:focus {
            /* border: none; */
            outline: none;
        }

        .subscribe input::placeholder {
            color: var(--white);
        }

    .subscribe button {
        border: 1px solid #fff;
        width: 28%;
        background: none;
        color: var(--white);
        text-transform: uppercase;
        font-weight: 600;
        padding: 0px 10px;
    }

        .subscribe button:hover {
            background: var(--white);
            color: var(--black);
        }

/*  */
.subscribe {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .subscribe input {
        flex: 1;
        padding: 10px;
        border: none;
        border-bottom: 1px solid #ddd;
        background: transparent;
        color: #fff;
        font-size: 14px;
    }

        .subscribe input::placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

/* Button style */
#btnNewsletter {
    position: relative;
    background: transparent;
    border: 0px solid #fff;
    border-radius: 50%;
    width: auto;
    height: 100px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    /* Arrow inside button */
    #btnNewsletter .arrow {
        position: absolute;
        left: 20px;
        font-size: 18px;
    }

.newsletter-arrow {
    font-size: 25px !important;
    font-weight: 400;
}

.newsletter-label {
    font-size: 1rem;
    background-color: #c0934f;
    padding: 8px 10px;
    left: -35px !important;
}

input .txtNewsLetterEmail:focus {
    border: none;
    border-bottom: 1px solid red;
}

.newsLetterError {
    font-size: 12px;
    color: red;
    letter-spacing: 1px;
}

/* Text on the right */
/* #btnNewsletter::after {
            content: "SUBMIT";
            position: absolute;
            right: 20px;
            font-size: 12px;
            font-weight: 500;
            } */
/*  */
.agreeContainer {
    font-weight: 300;
}

    .agreeContainer input[type="checkbox"] {
        background: none;
        border: 1px solid var(--white);
        margin-right: 5px;
        vertical-align: top;
    }

        .agreeContainer input[type="checkbox"]:focus {
            box-shadow: none;
        }

footer .social a {
    display: inline-block;
    vertical-align: top;
    /* color: var(--black); */
    color: #FFF;
    font-size: 3rem;
    /* background: var(--white); */
    /*width: 65px;*/
    /*height: 25px;*/
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
}

    footer .social a:hover {
        /* background: var(--gold); */
    }

.social-heading {
    font-size: 2.5rem;
    font-weight: 600;
}

.signup-heading {
    font-size: 1.6rem;
    margin-bottom: 0px !important;
}

.socialFooter {
    margin-top: 40px;
}

.subscribe input::placeholder {
    color: #ffffff;
    /* opacity: 0.5;    */
    letter-spacing: 5px !important;
    font-weight: 300 !important;
}

.contactUs {
    font-size: 1rem;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    padding: 10px 0px;
}

    .contactUs span {
        text-transform: uppercase;
        margin-right: 15px;
    }

    .contactUs a {
        display: inline-block;
        border: 1px solid var(--gold);
        padding: 5px 10px;
        color: var(--gold);
    }

        .contactUs a:hover {
            background: var(--gold);
            color: var(--black);
        }

        .contactUs a:first-child {
            margin-right: 10px;
        }

h4.foot_head.signup-heading {
    text-transform: uppercase;
}

.social svg {
    transform: rotate(0deg) !important;
    height: 50px;
    width: 50px;
}

.address {
    color: var(--white);
    font-size: 1.2rem;
    max-width: 80%;
}

.mall-timing {
    color: var(--white);
    font-size: 1.2rem;
}

.home-footer-map {
    width: 100%;
    height: 350px;
}

#btnNewsletter {
    width: 100%;
    justify-content: flex-start;
}

    #btnNewsletter svg {
        width: 70px;
        height: 70px;
    }

        #btnNewsletter svg circle {
            stroke: #ffffff;
        }

    #btnNewsletter .arrow {
        position: absolute;
        left: 95px;
        font-size: 18px;
    }

    #btnNewsletter .btn-txt {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 2.5px;
        left: 55px;
        position: absolute;
    }

.btn-gold {
    background: #B68130;
    color: white;
    font-size: 1.2rem;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 25px;
}

.btn-dark {
    font-size: 1.2rem;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 25px;
    color: white;
    background: #212529;
}

.img_wrapper {
    height: 170px;
    padding: 40px;
    background: #fbf7f4;
    display: flex;
    align-items: center;
}

#eventsrh .img_wrapper,
#offersrh .img_wrapper {
    padding: 0px;
    overflow: hidden;
}

    #eventsrh .img_wrapper img,
    #offersrh .img_wrapper img {
        object-fit: cover;
    }

@media(max-width:991px) {
    .home-footer-map {
        width: 100%;
    }
}

/************************************************************/
@media (max-width:767px) {
    .foot_head {
        margin: 0;
        padding: 5px 0;
        position: relative;
        /*border-bottom: 1px solid #ddd;*/
    }

    .foot_list li {
        margin-bottom: 10px;
    }

    .foot_list {
        /*display: none;*/
        padding-top: 1rem;
    }

    .address {
        max-width: 100%;
    }

    .social svg {
        height: 34px;
        width: 34px;
    }

    /*    .foot_box {
        border-bottom: 1px solid #ddd;
    }*/

    /*.foot_box .foot_head::before {
        content: "\f4fe";
        font-family: bootstrap-icons !important;
        position: absolute;
        right: 0;
        font-size: 18px;
    }

    .foot_box .foot_head.active::before {
        content: "\f2ea";
    }*/

    .mobile-menu {
        display: flex;
        flex-direction: column;
    }

    h4.foot_head {
        font-size: 1.4rem !important;
        text-transform: capitalize !important;
        font-weight: bold;
    }

    .subscribe input {
        font-size: 12px;
    }

    h4.signup-heading.mt-4 {
        margin-top: 15px !important;
    }

    .navbar-footer-bottom {
        padding-bottom: 50px !important;
    }

    .signup-heading {
        font-size: 1.3rem;
        margin-bottom: 0px !important;
    }

    #btnNewsletter {
        /*width: 40% !important;*/
    }

    .white-circle {
        width: 50px !important;
        height: 50px !important;
    }

    .newsletter-arrow {
        font-size: 18px !important;
        font-weight: 400;
    }

    .newsletter-label {
        left: -25px !important;
        padding: 5px 5px !important;
    }

    .social-heading {
        font-size: 1.4rem;
        margin-bottom: 0px !important;
        font-weight: bold;
    }

    .socialFooter {
        margin-top: 15px;
    }

    footer .social a {
        font-size: 1.5rem;
        /*width: 25px;*/
        /*height: 10px;*/
    }

    #socialFooter {
        border-top: 1px solid #FFFFFF70;
        border-bottom: 1px solid #FFFFFF70;
        justify-content: space-between;
    }

    .btn-gold,
    .btn-dark {
        font-size: 0.9rem;
        font-weight: bold;
        padding: 7px 12px;
    }
}


@media (max-width:500px) {

    #btnNewsletter {
        width: 100px;
        justify-content: flex-start;
    }

        #btnNewsletter svg {
            width: 50px;
            height: 50px;
        }

            #btnNewsletter svg circle {
                stroke: #ffffff;
            }

        #btnNewsletter .arrow {
            position: absolute;
            left: 85px;
            font-size: 12px;
        }

        #btnNewsletter .btn-txt {
            font-size: 9px;
            font-weight: 400;
            letter-spacing: 2.5px;
            left: 38px;
            position: absolute;
        }

    .newsletter-arrow {
        display: none !important;
    }

    .newsletter-label {
        left: -50px !important;
    }
}

/* Footer CSS End */



.white-circle-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.white-circle {
    width: 70px;
    height: 70px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.white-circle-btn:hover .circle {
    transform: scale(1.1);
}

.white-circle-btn:hover {
    color: #ffffff;
}

.white-arrow {
    font-size: 36px;
}

span.white-btn-label {
    /* padding: 20px; */
    position: relative;
    left: -20px;
    top: 2px;
    font-weight: 300;
    /* padding: 5px 10px; */
    /* background-color: #fff9f5 !important; */
}



/*
    h1 {
        font-family: Satoshi-Medium;
        font-size: 42px !important;
    }*/



/*Sticky Buttons CSS Start*/

/* Sticky container */
.sticky-buttons {
    position: fixed;
    bottom: 20px;
    /* distance from bottom */
    /*    right: 20px;*/
    right: 2%;
    display: flex;
    gap: 10px;
    z-index: 9999;
    /* keep above everything */
}

/* Mall Map button */
.mall-map-btn {
    background: #b68b2d;
    /* gold look */
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.3s;
}

/* Sticky container */
.sticky-buttons {
    position: fixed;
    bottom: 20px;
    /* distance from bottom */
    right: 20px;
    /* distance from right */
    display: flex;
    gap: 5px;
    z-index: 999;
    /* keep above everything */
}

a.btn.mall-map-btn {
    background: #AD792A;
    border-radius: 30px 0px 15px 30px;
    color: #FFF !important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 15px 25px;
    font-size: 17px;
}

a.btn.whatsapp-btn {
    border-radius: 10px 30px 30px 0px;
    background: #FFF;
    padding: 10px 8px;
}

/* Mall Map button */
.mall-map-btn {
    background: #b68b2d;
    /* gold look */
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.3s;
}

    .mall-map-btn:hover {
        background: #a07a25;
    }

/* WhatsApp button */
.whatsapp-btn {
    /*    width: 45px;
    height: 45px;*/
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

    .whatsapp-btn img {
        width: 32px;
        height: 32px;
    }

    .whatsapp-btn:hover {
        background: #1eb954;
    }


.mall-map-btn:hover {
    background: #a07a25;
}

@media (max-width: 500px) {
    .whatsapp-btn img {
        width: 25px;
        height: 25px;
    }

    a.btn.mall-map-btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    .olaLogo,
    .UberLogo {
        width: 80px;
    }
}

/*Sticky Buttons CSS End*/

.heading {
    font-family: Satoshi-Medium;
    font-size: 3rem !important;
}

@media (max-width: 1600px) {
    .heading {
        font-size: 2.5rem !important;
    }
}

@media (max-width: 768px) {
    .heading {
        font-size: 2.2rem !important;
    }
}

.desc {
    color: #666666;
    font-size: 1.4rem !important;
    font-family: Satoshi-Medium;
}

@media(max-width:1600px) {
    .desc {
        font-size: 1.25rem !important;
    }
}

/*Bread Crumb*/
.breadcrumb {
    font-size: 16px;
}

.breadcrumbDiv {
    background-color: #f7f7f7;
}

    .breadcrumbDiv nav {
        --bs-breadcrumb-divider: '>';
    }

.breadcrumb-item {
    font-size: 1.375rem;
}

    .breadcrumb-item a {
        color: #070707;
    }

@media(max-width:576px) {
    .breadcrumb-item {
        font-size: 12px;
    }

    .desc {
        font-size: 1.1rem !important;
    }
}

/* Bread Crumb  end  */


/*Cards */
.card {
    border-radius: 0px !important;
    border: 1px solid #9c9a98 !important;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.card-text {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 5px;
    letter-spacing: 1px;
}

.card-img-top {
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
}

@media(max-width:1600px) {
    .card-title {
        font-size: 1.35rem;
    }
}

@media(max-width:576px) {
    .card-title {
        font-size: 1.3rem;
    }
}

/* Card end  */


/*View all btn*/
.viewall-circle-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #111;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 8px;
}

.viewall-circle {
    width: 100px;
    height: 100px;
    border: 1px solid #111;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.viewall-circle-btn:hover .circle {
    transform: scale(1.1);
}

.viewall-circle-btn:hover {
    color: #555;
}

.viewall-btn-label {
    /* padding: 20px; */
    position: relative;
    left: -35px;
    padding: 5px 10px;
    background-color: #ffffff !important;
    font-family: Satoshi-Medium;
}

@media (max-width: 1600px) {
    .viewall-circle-btn {
        font-size: 12px
    }

    .viewall-circle {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 768px) {
    .viewall-circle {
        width: 70px;
        height: 70px;
    }
}

/* view btn  end  */

/*Margin*/
.margin-6 {
    margin: 0 6%;
}

@media (min-width: 992px) {
    .margin-l-6-lg {
        margin: 0 0 0 6% !important;
    }
}

@media (max-width: 576px) {
    .margin-sm-6 {
        margin: 0 !important;
    }

    .margin-6 {
        margin: 0 3%;
    }
}

/* Anchor tag underline none*/
a {
    text-decoration: none !important;
}

/*Match Filter CSS*/
.filter {
    color: #a37228;
    font-weight: 700;
    letter-spacing: 3px;
    /*font-size:20px !important;*/
    font-family: Satoshi-Medium;
}


/*For gold color on text*/
.gold {
    color: var(--gold-text);
}

.bg-gold {
    background: #b9823a;
}

/*For A tag in Inner Pages*/
.nav-anchor {
    text-decoration: none;
    color: black !important;
}

.text-dull {
    color: #666666 !important;
    font-size: 18px !important;
    font-family: Satoshi-Medium;
}


.icon-btn {
    /*background: #be8c44;
    border: none;
    border-radius: 50%;*/
    width: 48px;
    /*height: 48px;*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*color: #fff;
    font-size: 1.6rem;
    margin-right: 8px;*/
}

.info-text {
    font-weight: 600 !important;
    font-size: 1.7rem;
    letter-spacing: 2px;
}

@media(max-width:576px) {
    .info-text {
        font-size: 18px;
    }
}

.logo-height {
    height: 70px !important;
}

.light-bg {
    background-color: #f2f2f2 !important;
}

    .light-bg .viewall-btn-label {
        background-color: #f2f2f2 !important;
    }


/*Banner*/
.desk-banner img,
.mob-banner img {
    width: 100%;
}

@media screen and (min-width:220px) and (max-width:750px) {
    .desk-banner {
        display: none !important;
    }
}

@media screen and (min-width:750px) {
    .mob-banner {
        display: none !important;
    }
}

.card-title {
    color: #1B1918 !important;
}

/*OWL Nav*/
.owl-prev.disabled,
.owl-next.disabled {
    opacity: 0.5;
}

.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

/*For Thumbs Swiper*/

@media(min-width:768px) {
    .thumb-swiper {
        display: none;
    }
}

.mySwiper2 {
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff
}

    .mySwiper2 img {
        width: 100%;
        height: 55vh;
        object-fit: cover;
    }

.mySwiper img {
    width: 100%;
    height: 15vh;
    object-fit: cover;
}

.mySwiper .swiper-slide {
    opacity: 0.6;
    cursor: pointer;
    transition: opacity 0.3s, transform 0.3s;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    /*transform: scale(1.03);*/
}

.legend-va {
    display: flex;
}

.active-category {
    text-decoration: underline !important;
    text-underline-offset: 6px;
}

/*Popup*/
.pu-section {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.share-pu-section {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.pu-section-package {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.pu-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 0;
}

.pu-flex {
    position: relative;
    z-index: 1;
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.pu-card {
    padding: 50px;
    background-color: #fff;
    position: relative;
}

.pu-close {
    position: absolute;
    z-index: 1;
    /* width: 15px;
    height: 15px;*/
    top: 20px;
    right: 20px;
    cursor: pointer;
}

    .pu-close img {
        vertical-align: top;
        width: 25px;
        height: 25px;
    }

.share-icon {
    cursor: pointer;
}

.share-title {
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 10px;
    padding-left: 2px;
    letter-spacing: 2px;
}

.share-pu-section .icon-custom-border {
    width: fit-content;
}

.share-pu-section .info-text {
    font-size: 1.2rem;
}

.share-pu-section .icon-custom-border {
    cursor: pointer;
}

@media (max-width: 576px) {
    .share-pu-section .icon-btn {
        width: 30px;
        padding: 5px;
    }

    .share-pu-section .info-text {
        font-size: 1rem;
    }
}

/*Popup-----END*/


/*Tel and floor Hover*/
.bl-icon-wrap {
    display: flex;
}

.bl-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: 1px solid #000;*/
    border-radius: 50%;
    cursor: pointer;
    transition: 300ms ease;
}



    .bl-icon:nth-child(1) {
        margin-right: 8px;
    }

    .bl-icon img {
        width: 18px;
    }

.bl-hover {
    position: absolute;
    width: 100%;
    top: -35px;
    /*padding-bottom: 25px;*/
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: 300ms ease;
}

.bl-bubble {
    position: relative;
    height: 40px;
    width: 100%;
    /*border-radius: 5px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a27d00;
}

.bl-icon:hover .bl-hover {
    opacity: 1;
    pointer-events: initial;
}

.bl-bubble a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.bl-bubble span {
    font-size: 14px;
    color: #fff;
    margin: 0 8px;
}

.bl-bubble.arrow-one:after,
.bl-bubble.arrow-two:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -11px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #e31c17;
}

.bl-bubble.arrow-one:after {
    right: 58px;
}

.bl-bubble.arrow-two:after {
    right: 15px;
}

.bl-icon .btn:hover {
    background-color: #a27d00 !important
}

/*Tel and floor Hover END*/

.image-wrapper img {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
    object-position: center;
}

/*global search tabs*/

.search-tab {
    /* text-decoration: none !important; */
    margin: 0;
    padding: 0 0 20px !important;
    list-style: none;
    /*margin-bottom:60px;*/
    gap: 30px;
    border: none;
    color: #000;
}

.search-item {
    text-transform: uppercase;
    padding: 15px 0px;
    vertical-align: middle;
}

    .search-item:has(.search-link.active) {
        background-color: transparent;
    }

    .search-item:has(.search-link:hover) {
        /*border-bottom: 2px solid #be8c44;*/
        background-color: transparent;
        /*border-color: #fff #fff black #fff !important;*/
    }




.search-tab .search-link {
    border: none;
    /*font-size: 22px;*/
    font-size: 1.1rem;
    font-weight: normal;
    padding: 20px 0;
    cursor: pointer;
    border-color: transparent !important;
}


.search-link:focus-visible {
    outline: 0;
    /*box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);*/
}

.search-tab .search-link.active {
    color: var(--gold-text) !important;
    /*font-weight: bold;*/
    background-color: transparent !important;
    border-bottom: 1px solid #be8c44 !important;
}

.search-tab .search-link:hover {
    color: var(--gold-text) !important;
    /*font-weight: bold;*/
    background-color: transparent !important;
    border-bottom: 1px solid #be8c44;
}

.search-tab a {
    color: white;
    /*text-transform: uppercase;*/
}

@media (max-width: 767px) {
    .search-tab {
        /*margin-bottom:60px;*/
        gap: 0;
    }

    .search-item {
        padding: 7px;
    }

    .pu-close img {
        vertical-align: top;
        height: 15px;
        width: 15px;
    }

    .searchCloseBtn {
        padding-left: 8px;
        margin: 11px auto 0 9px;
        width: 35px;
        height: 35px;
    }

    .searchNew input {
        height: 32px;
        text-indent: 0;
        font-size: 14px;
        padding: 5px;
    }

    .searchNew {
        padding-left: 25px;
    }
}

@media(max-width:575px) {
    .search-tab {
        display: table;
    }

    .search-item {
        display: table-cell
    }

    .search-tab .search-link {
        font-size: 1rem;
    }

        .search-tab .search-link.active {
            color: #e8cf7d;
            /*font-weight: bold;*/
            background-color: transparent !important;
            font-weight: 600;
            border: 1px solid #be8c44;
        }

        .search-tab .search-link:hover {
            color: #e8cf7d;
            /*font-weight: bold;*/
            background-color: transparent !important;
            border: 1px solid #be8c44;
        }

    .heading {
        font-size: 1.8rem !important;
    }
}

@media(max-width:500px) {
    .viewall-circle-btn {
        gap: 12px;
        font-size: 10px;
        letter-spacing: 2px;
    }

    .viewall-circle {
        width: 50px;
        height: 50px;
    }

    .viewall-btn-label {
        padding: 5px;
        left: -25px;
    }

    .viewall-circle-btn .fs-1 {
        font-size: calc(1rem + 1.5vw) !important;
    }
}

@media(min-width:530px) {
    .search-tab .search-link {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.master-footer #btnNewsletter {
    width: fit-content;
}

/* * {
    outline: 1px solid red;
} */
