﻿
@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 {
    font-size: 13px;
    scroll-behavior: inherit
}

body {
    font-family: Satoshi-Regular !important;
    font-weight: 400;
    color: var(--textColor) !important;
    /* padding-top: 111px; */
}

@media(min-width:1440px) {
    body, html {
        font-size: 14px
    }
}

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;
}



.cartIcon a, p {
    color: var(--darkGray)
}

header {
    transition: .2s ease-in-out;
    position: fixed;
    z-index: 9999;
    /* background: #fff; */
    width: 100%;
    top: 0;
    left: 0
}

.fixedHeader {
    /* box-shadow: 0 2px 5px #ccc */
}

    .fixedHeader .logo img {
        max-width: 150px;
        height: auto
    }

.logo img {
    transition: .2s ease-in-out
}

.topbar {
    border-bottom: 1px solid var(--borderColor);
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.fixedHeader .topbar {
    height: 0;
    overflow: hidden
}

.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
    }
}

.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: 0
    }

    .socialIcons a.fb {
        background: url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/social/facebook.svg) left top/auto 24px no-repeat
    }

.twit {
    background: url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/social/twitter.svg) left top/auto 24px no-repeat
}

.youTube {
    background: url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/social/youtube.svg) left top/auto 24px no-repeat
}

.insta {
    background: url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/social/insta.svg) left top/auto 24px no-repeat
}

.topbar .selectDropdown {
    border: none;
    box-shadow: none;
    padding: 0 20px 0 0;
    -webkit-appearance: none;
    font-size: 14px
}

.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
}

    .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: 200px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 4px var(--gray)
}

.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(min-width:1360px) {
    .navigation li a {
        padding: 0 15px
    }
}

.navigation li ul li a {
    padding: 10px 15px;
    color: var(--darkGray)
}

    .navigation li ul li a:hover {
        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
}

.mobSearch {
    font-size: 1.5rem;
    margin-right: 20px
}

.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(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/social/facebook.svg) left bottom/auto 24px no-repeat
    }

    .twit:hover {
        background: url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/social/twitter.svg) left bottom/auto 24px no-repeat
    }

    .youTube:hover {
        background: url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/social/youtube.svg) left bottom/auto 24px no-repeat
    }

    .insta:hover {
        background: url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/social/insta.svg) left bottom/auto 24px 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 9px
    }
}



ol, ul {
    padding-left: 0rem !important;
}

div#mallTimings {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}

.telephone {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.location-link {
    text-transform: uppercase;
    text-decoration: none;
    color: #000 !important;
    font-size: 14px;
}

#login_open {
    text-transform: uppercase;
    font-size: 14px;
    color: #A87529;
}

.topbar {
    display: flex;
    flex-wrap: nowrap;
    /* justify-content: flex-end; */
    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
    }

    .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;
    }
}

@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: 30%;
    height: 80px;
    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;
}

/* 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;
}

    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: 90%;
    height: 350px;
}
@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.8rem !important;
        text-transform: capitalize !important;
    }

    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.8rem;
        margin-bottom: 0px !important;
    }

    .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;
    }
}




/* 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;
    }
}

/*Sticky Buttons CSS End*/

.heading {
    font-family: Satoshi-Medium;
    font-size: 3rem !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:576px){
    .desc{
        font-size:1.2rem !important;
    }
}
/*Bread Crumb*/
.breadcrumb {
    font-size: 16px;
}

.breadcrumbDiv {
    background-color: #f7f7f7;
}

    .breadcrumbDiv nav {
        --bs-breadcrumb-divider: '>';
    }

.breadcrumb-item {
    font-size: 22px;
}

    .breadcrumb-item a {
        color: #070707;
    }
@media(max-width:576px){
    .breadcrumb-item{
        font-size:18px;
    }
}
/* Bread Crumb  end  */


/*Cards */
.card {
    border-radius: 0px !important;
    border: 1px solid #9c9a98 !important;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.card-text {
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}

.card-img-top {
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
}
@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: 768px) {
    .viewall-circle {
        width: 70px;
        height: 70px;
    }
}
/* view btn  end  */

/*Margin*/
.margin-6 {
    margin: 0 6%;
}
/* 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;
}

/*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;
}

.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: 30px;
    cursor: pointer;
}

    .pu-close img {
        vertical-align: top;
    }
/*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;
}