/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Poppins/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Poppins//pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Poppins//pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }


* {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins';
    
}

.modal-open {
    padding-right: 0 !important;
}

/* @import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900');
@import url('https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.1/css/fontawesome.min.css'); */

/* loader */
/* .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #d3a548;
}

.spinner {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    margin: 300px 430px 150px 680px;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
} */

.pageloader {
    position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
  background-size:108px;
  opacity: 0.8;
  }


@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/* loader end */

.dark-back {
    background-color: #232d30;
}

section {
    border: transparent;
}

.mx-auto {
    margin: auto;
}

/* class for banners */
.banner-col {
    color: #c0840d;
    font: 600;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}
#top-section {
    background-color: #232d30;
    position: relative;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    width:15px;
    height:15px;
}

.slide-btn .carousel-control-prev{
   /*margin-left: -7vw;
    margin-top: 52%;*/
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    z-index:99;
    position: absolute;
    left: -90px;
    }
.slide-btn .carousel-control-next{
   /*margin-right: -7vw;
    margin-top: 52%;*/
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    z-index:99;
    position: absolute;
    left: 50px;
}

.slide-btn{
    /* display: flex; */
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:99;
}
.carousel-indicators [data-bs-target]{
    height:4px;
    
}
/*.carousel-control-next{*/
/*    position: absolute;*/
/*    top: 555px;*/
/*    z-index: 1;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 86%;*/
/*    padding: 0;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    background: 0 0;*/
/*    border: 0;*/
/*    opacity: .5;*/
/*    transition: opacity .15s ease;*/
/*    right: 365px;*/
/*}*/
/*.carousel-control-prev*/
/*{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: -539px;*/
/*    z-index: 1;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 86%;*/
/*    padding: 0;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    background: 0 0;*/
/*    border: 0;*/
/*    opacity: .5;*/
/*    transition: opacity .15s ease;*/
/*}*/


.left-text {
    position: relative;
}

.left-text::after {
    position: absolute;
    content: "";
    height: 50px;
    width: 2px;
    top: 11px;
    left: 176px;
    background-color: #d2b969;
}

.left-text .icon {
    position: absolute;
    float: left;
    width: 20%;
    color: #d9a02d;
    font-size: 32px;
    margin: 10px -47px 20px 0px;
}

.left-text .data {
    position: absolute;
    float: right;
    width: 70%;
    margin: 12px 33px 12px 34px;
    color: #000;
    text-transform: uppercase;
}

.left-text .data .sub-data {
    font-weight: 700;
    font-size: 18px;
}

.left-text .data h5 {
    color: #000;

}

.right-text .icon {
    font-size: 22px;
    font-weight: 600;
    margin: 6px -33px 20px 6px;
}

.right-text .data {
    margin: -24px 0px 9px 6px;
}

.price-text {
    font-size: 30px;
    margin: -6px 0px 2px 0px;
    text-align: center;
}

.price-sub-text {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 1px;
}

#top-section .project-details .price {
    font-size: 20px;
    margin: 0px 0px 5px -7px;
    font-weight: 600;
    text-transform: capitalize;
}




.navbar-toggler-icon {
    color: dark;
}

nav.navbar {
    background-color: #fff;
    padding: 0px 20px;
    width: calc(100% - 320px);
    box-shadow: 0px 2px 8px 0px #00000040;
}
.navbar-light .navbar-brand {
    height: 59px;
    align-items: center;
    display: flex;
}

.nav ul.navbar-collapse {
    margin: 0px 20px 0px 0px;
}
.mobile-logo{
    display:none;
}
.nav-link.desktop-logo{
    display:block;
    margin:-5px 0px 0px 0px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0px 16px;
    font-weight: 600;
    font-size: 1.1vw;
    color: #474749;
}

.navbar-light .navbar-nav .nav-item:hover a.nav-link {
    text-decoration: dashed;
    color: #A98028;
}

.contact-btn {
    border-radius: 10px;
    background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.contact-btn:hover {
    background: radial-gradient(ellipse farthest-corner at left top, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at right bottom, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.main-container {
    margin-top: 58px;
}
.left-section {
    width: calc(100% - 320px);
}

#top-section {
    background-color: #232d30;
    position: relative;
}

#top-section .img-banner2 {
    margin: 100px 0px 50px;
}

/* #top-section > div > img{
    border-radius: 22px;
} */

#top-section .project-details {
    position: absolute;
    background: url(../images/pattern.png) top right / 100% no-repeat transparent;
    background-color: #fff;
    border-radius: 22px;
    /* padding: 25px 32px 25px 29px; */
    padding: 16px;
    top: 40px;
    margin: 9px 640px 0px 12px;
    width: 300px;
    height:auto;
}

#top-section .project-details h1 {
    font-size: 24px;
}

#top-section .project-details h5 {
    font-size: 16px;
}

#top-section .project-details h2 {
    font-size: 30px;
    margin: 40px 0px -1px;
}

#top-section .project-details h3 {
    font-size: 20px;
    margin: 0px 0px 10px 42px;
    text-transform: uppercase;
}

#top-section .project-details h2 .price {
    letter-spacing: -2px;
    font-weight: 900;
    color: #d9a02d;
}

.desktop-summary {
    position: absolute;width: 320px;right: 0;z-index: 9999;position: fixed;top: 0;height: 100%;
    background-color: #FFF;    box-shadow: 0 -1px 11px 0px #0000008f;
}
.og-block {
    padding:0;
}
.og-block .btn {
    background-color: #000;
    color: #FFF;
    border: 0;
    font-size: 14px;
    width: 50%;
    border-radius: 0;
}
.og-block .btn:first-child { border-right: 1px solid #FFF;}
.call-back-section .callBackBtn {
    /* text-shadow: 0px 3px 6px #07518c; */
    text-shadow: 0px 3px 6px #322601;
    background-color: #503d10;
    /* background: linear-gradient(-45deg, #07518c, #ffc71b, #07518c, #ffc71b); */
    background: linear-gradient(-45deg, #ffc541, #664907, #f1c458, #382b02);
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s ease infinite;
    color: var(--colorBtn);
    border: none;
    color: #FFF;
    font-size: 14px;
}

form .form-check-input:checked {
    background-color: #858383;
    border: 1px solid #858383;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
 -webkit-appearance: none;
}

.form-section {
    height: calc(100% - 80px);
    padding-top: 30px !important; 
}

.form-section h2 {
    font-size: 18px;
    font-weight: 800;
}
.preRegisterBtn {
    text-shadow: 0px 3px 6px #322601;
    background-color: #503d10;    
    background:linear-gradient(-45deg, #ffc541, #664907, #f1c458, #382b02);
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s ease infinite;
    color: var(--colorBtn);
    border: none;
    color: #FFF;
    font-size: 14px;
}

.offer-header {
    padding: 10px;
    background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.offers {
    padding: 10px 0px 10px 0px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    background: fixed;
    transform: scale(1);
    /* border: 0px;
	-webkit-animation: pulse 1.5s ease infinite;
    animation: pulse 1.5s ease infinite; */
}

.offers li {
    background: #e5e5e5;
    padding: 4px 10px;
    margin-bottom: 0;
    border-radius: 0;
    color: #515151;
}
.offers li:first-child { border-radius: 6px 6px 0 0; }
.offers li:last-child { border-radius: 0 0 6px 6px; }
.offerBox {
    padding: 5px;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    background: fixed;
    margin: 10px 0px;
    transform: scale(1);
    text-align: center;
}
.offerBox .innerBox { border:2px dashed #FFF; padding:10px 12px; }

.tableOffers {
    background: #EEEE !important;
    border-radius: 5px;
    padding: 10px;
}
.tableOffers table{
        border-collapse: collapse;
    min-width: 60%;
    max-width: 100%;
    margin: auto;
}
.tableOffers table td { font-weight:400; }

.animatedtext {
    background: linear-gradient(255deg, #a97c23, #c9a357, #815f1b, rgb(136, 97, 20), #a97c23);
    background-size: 1000% 1000%;
    animation: AnimationName 5s ease infinite;
}
@keyframes AnimationName {
    0%{background-position:0% 4%}
    50%{background-position:100% 97%}
    100%{background-position:0% 4%}
    }


    
    
/* Effects */
@keyframes rocking{
    0%{transform:rotate(0deg)}
    25%{transform:rotate(0deg)}
    50%{transform:rotate(2deg)}
    75%{transform:rotate(-2deg)}
    100%{transform:rotate(0deg)}
    }
    
    @-webkit-keyframes Gradient {
        0% {background-position: 0 50%}
        50% {background-position: 100% 50%}
        100% {background-position: 0 50%}
    }
    @-moz-keyframes Gradient {
        0% {background-position: 0 50%}
        50% {background-position: 100% 50%}
        100% {background-position: 0 50%}
    }
    @keyframes Gradient {
        0% {background-position: 0 50%}
        50% {background-position: 100% 50%}
        100% {background-position: 0 50%}
    }
    
    .effetMoveGradient, .effetMoveGradient:hover {
        text-shadow: 0px 3px 6px #322601;
        background-color: #503d10;
        background: linear-gradient(-45deg, #ffc541, #664907, #f1c458, #382b02) !important;
        background-size: 400% 400%;
        -webkit-animation: Gradient 3s ease infinite, rocking 3s ease infinite; animation-delay: 2s !important;
        -moz-animation: Gradient 3s ease infinite, rocking 3s ease infinite; animation-delay: 2s !important;
        animation: Gradient 3s ease infinite, rocking 3s ease infinite; animation-delay: 2s !important;
    }
    
    .effetGradient, .effetGradient:hover {
        -webkit-animation: Gradient 3s ease infinite;
        -moz-animation: Gradient 3s ease infinite;
        animation: Gradient 3s ease infinite;
    }
    
    .effectScale{
        -webkit-transition: all .3s ease;
           -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
    .effectScale:hover{
        -webkit-transition: all .3s ease;
           -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;
        -webkit-transform: scale(1.08);
           -moz-transform: scale(1.08);
            -ms-transform: scale(1.08);
             -o-transform: scale(1.08);
                transform: scale(1.08);
    }
 .error {
    display: none;
    color: red;
    font-size: 11px;
}   

#highlights {
    /* background: url(../images/highlight/pattern.webp) 100% 100% no-repeat #b8c4c7; */
    /* background-color: #232d30; */
    background-color: #FFF;
    padding: 60px 20px 60px;
}

#highlights h1 {
    font-size: 30px;
    color: #fdb931;
    /* color: #000; */
    font-weight: 700;
}
/* #highlights h1 span { font-size: 24px; display: block; } */

.highlightData {
    padding-left: 50px;
    position: relative;
    align-items: center;
    display: flex;
    margin-bottom: 0px;
    min-height: 42px;
}
.highlightData h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
    line-height: 26px;
}
.highlightData p {
    font-size: 15px;
}
.iconBox {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px;
}

#highlights .overview-details {
    background-color: #fdb93138;
    color: #fff;
    font-size: 16px;
    padding: 41px 6px 0px;
    margin: 15px 40px 20px 0px;
    border-radius: 0px 0px 25px 22px;
}

#highlights .overview-details .data h5 {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    font-size: 14px;
}

#highlights .overview-details:hover .data h5 {
    letter-spacing: 1px;
}

#highlights .overview-details .icon {
    float: left;
    width: 10%;
    text-align: center;
    font-size: 24px;
    margin: -48px 0px 0px -12px;
    padding: 6px 0px 6px;
    border-radius: 50%;
    background: #fff;
    color: #d9a02d;
    box-shadow: 0px 0px 20px 0px #000000b5;
}

#highlights .overview-details:hover .icon {
    color: #fff;
    background: #a97c23;
}

#highlights .overview-details .data {
    float: right;
    margin: -31px 0px 0px -12px;
    width: 90%;
}

.offers .fa {
    font-size: 10px;
}

.mt-50 {
    margin-top: 50px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.gold-gradient {
    background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.btn-hover:hover {
    background: radial-gradient(ellipse farthest-corner at left top, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.details-btn {
    border: none;
    color: #fff;
    padding: 5px 50px;
    font-size: 16px;
}

.details-btn:hover {
    color: #fff;
    background: radial-gradient(ellipse farthest-corner at left top, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at right bottom, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

#overview {
    background-color: #232d30;
    margin: 0px 0px;
    padding: 60px 20px 100px;
}

.header-noclick {
    top:0;
    left:0;
        width: 100%;
    height: 60px;
    position: absolute;
    pointer-events: auto;
}
.footer-noclick {
    bottom:0;
    right:0;
    width: 50%;
    height: 40px;
    position: absolute;
    pointer-events: auto;
}

.overview-data {
    margin: -10px 0px;
}

.overview-data h1 {
    color: #fdb931;
    font-size: 30px;
}

a.viewmore {
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    color: #fdb931;
    background-color: transparent;
    border: 0;
    padding: 0;
}

.moreText {
    color: #fff;
    display: none;
    font-size:14px;
}
.moredisclaimerText {
    display: none;
}

    .offer-info-text { font-size: 16px;
        line-height: 27px;}
.viewmore .button i {
    transition: transform 300ms ease-in-out;
}

.download-brochure{
    width: 220px;
    padding: 5px 10px;
}

.download-brochure .fa-download {
    margin: 6px 0px 0px 5px;
    -webkit-animation: downloadbr 0.5s linear infinite;
    animation: downloadbr 0.9s linear infinite;
}

@-webkit-keyframes downloadbr {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.amenities-info {
    padding: 0px 30px;
}

.color-light {
    color: #ffffff;
}

.color-imp {
    color: #7f5500;
    font-weight: 800;
}

.btn-overview {
    background-color: transparent;
    border: none;
    color: #fdb931;
}

.btn-overview:hover {
    content: "Read Less";
}

/* #details-collapse{
    /* background: linear-gradient(to bottom, transparent, rgb(61, 60, 60)); */

.hidden {
    display: none;
}

.overview-info {
    text-align: justify;
    font-size: 14px;
}

.btn-overview:active .fa-chevron-right {
    display: none;
}

#floor-plan {
    background-color: #232d30;
    padding: 60px 30px 60px;
}

#floor-plan h1 {
    font-size: 30px;
    font-weight: 800;
    color: #e3a324;
    /* padding: 30px 0px 0px; */
}

#floor-plan .card {
    background-color: #40484b;
    padding: 20px;
    border-radius: 22px;
    border: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#floor-plan .card .card-img {
    height: 176px;
    width: 100%;
    border-radius: 22px;
}
#master-layout > div > div.col-lg-5 > img{
    margin:60px 10px 10px 0px;
    max-width:90%;
}

#price-section .tab-content .col-lg-4 > img{
    margin:40px 10px 10px 0px;
    max-width:90%;
}

#floor-plan .card .price-data {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: 10px 20px;
}

#floor-plan .card:hover {
    background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

#floor-plan .card:hover h5 {
    color: #fff;
}

.floor-plan-data .icon img {
    float: left;
    width: 30%;
    color: #fdb931;
}

#floor-plan .card:hover img.icon-svg {
    filter: brightness(50);
}

.floor-plan-data {
    margin: 10px 2px 0px 10px;
}

.floor-plan-data .data {
    padding-left: 5px;
    float: right;
    text-align: left;
    width: 70%;
}

.floor-plan-data .data h6,
h5 {
    font-size: 16px;
}

.floor-plan-data .data h5 {
    font-weight: 700;
}


@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800);

.pricing3 {
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-weight: 300;
}

#price-section {
    background-color: #232d30;
}

.pricing3 .nav-pills .nav-link .sub-data {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}

.pricing3 .nav-pills .nav-link.active .sub-data {
    color: #ffff;
    font-weight: 500;
}

.pricing3 .font-weight-medium {
    font-weight: 500;
}

.pricing3 .bg-light {
    background-color: #f4f8fa !important;
}

.pricing3 .subtitle {
    color: #fff;
    line-height: 24px;
}

.pricing3 .inventory {
    font-size: 16px;
    font-weight: 500;
}

.pricing3 .sub-inventory {
    font-size: 12px;
    letter-spacing: 1px;
}

.pricing3 .nav-pills .nav-link.active .inventory {
    color: #d59d2e;
    font-weight: 500;
    font-size: 16px;
}

.pricing3 .col-lg-2 {
    padding-right: 0px;
    position: relative;
    z-index: 1;
}

.pricing3 .col-lg-10 {
    padding-left: 0px;
}

.pricing3 .nav-pills {
    border-radius: 4px;
    border-right: 0px;
    font-weight: 700;

}

#price-section .tab-content .costing-img {
    position: relative;
}

#price-section .tab-content .costing-img img {
    max-height: 100%;
}

#price-section .tab-content .costing-img a {
    position: absolute;
    text-decoration: none;
    /* top: 155px;
    right: 0;
    bottom: 200px;
    left: 0;
    width: 240px;
    margin: auto; */
    color: #fff;
    padding: 10px 20px 30px;
    background: rgb(12 1 1 / 57%);
    /* border: 2px solid #e3ax324; */

    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
    width: calc(100% - 21px);
    padding: 0;
    line-height: 50px;
    border: none;
}

.pricing-btn {
    background-color: #a97c23;
    display: inline;
    margin: auto;
    font-size: 13px;
    margin: 0% 32% 0%;
    padding: 10px 20px;
}

.pricing3 .tab-content .pricing-box-costing {
    padding: 50px 0px 40px 40px;
    background: #40484b;
}

/* ul.costing-box li img{
   width: 30px;
   height: 30px;
}
ul.costing-box {
    list-style: block;
    list-style-type: none;
}
ul.costing-box li.list-left::after{
    position:absolute;
    content: "";
    width: 3px;
    height: 35px;
    top: 7px;
    right: 20px;
    background-color: #A98028;
} */
.pricing-box-costing .table {
    margin: 0px 0px 20px;
}

.pricing-box-costing .table .thead td {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.pricing-box-costing .table tr td {
    color: #fff;
    font-size: 13px;
    text-align: center;
}

#price-section .pricing-box-costing h2 {
    font-size: 18px;
    /* padding: 0px 133px 0px; */
    padding: 0;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 5px 0px 0px 0px;
}

.pricing3 .nav-pills .nav-link {
    padding: 12px 4px 6px 7px;
    color: #fff;
    width: 198px;
    border-top: 2px solid #40484b;
    border-left: 2px solid #40484b;
    border-right: 2px solid #40484b;
    text-align: center;
    margin: 0px 2px 0px;
    border-radius: 5px 5px 0px 0px;
}

.pricing3 .nav-pills .nav-link h2 {
    color: #8d97ad;
}

.pricing3 .nav-pills .nav-link.active {
    background: #40484B;
    border-radius: 0px;
    -webkit-box-shadow: -20px 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 0px 0px;
}


.pricing3 .nav-pills .nav-link.active h2 {
    color: #263238;
}

.pricing3 .tab-content {
    background: #40484B;
    overflow: hidden;
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}

.pricing3 .tab-content .pricing-box {
    padding: 37px 80px;
    background: #40484b;
}

.pricing3 .tab-content h2 {
    color: #e3a324;
    font-size: 24px;
}

/* .pricing3 .tab-content .pricing-box h2{
    transition: 0.5s all ease;
} */


.pricing3 .tab-content .list-inline {
    margin-top: 15px;
}

.pricing3 .tab-content .list-inline img {
    width: 10%;
    height: 20%;
    margin: 8px 5px 0px 0px;
}

.pricing3 .tab-content .list-inline li {
    font-weight: 400;
    color: #fff;
    transition: 0.5s all ease;
}

.pricing3 .tab-content .list-inline li:hover {
    letter-spacing: 1px;
    color: #daa22e;
}

.pricing3 .tab-content .list-inline li:hover img {
    filter: brightness(50);
}

.pricing3 .tab-content .list-inline li span {
    display: inline-block;
    vertical-align: middle;
}

.tab-content .list-inline li span .sub-title-data {
    font-size: 14px;
    font-weight: 500;
}

.tab-content .list-inline li span .sub-title-data1 {
    font-size: 28px;
    font-weight: 700;
}

.pricing3 .tab-content .list-inline li i {
    font-size: 40px;
    vertical-align: middle;
    width: 80px;
    opacity: 0.5;
}

.fade {
    /* transition:opacity 0.0s linear; */
}

.custom-btn {
    width: 220px;
    display: block;
    /* margin: 0 auto; */
    font-size: 16px;
    padding: 8px 10px;
    transition: .4s all ease;
    background: #a97c23;
    color: #ffffff;
    border-radius: 6px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.26);
    border: 1px solid #a97c23;
}
.enquiryNowBtn.custom-btn { 
    margin: auto;
    left: 0;
    right: 0;  
}

.custom-btn:hover {
    transition: .4s all ease;
    background: #a97c23;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.26);
    border: 1px solid #a97c23;
}

.custom-btn:active {
    transition: .2s all ease;
    background: #a97c23;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border: 1px solid #a97c23;
}


.pricing3 .tab-content .bg-image {
    position: absolute;
    top: 18px;
    left: 27px;
    padding: 0px;
    margin: -5.1px 0px;
    padding: 0px;
    margin: -5.1px 0px;
}

.pricing3 .btn-danger-gradiant {
    background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.pricing3 .btn-danger-gradiant:hover {
    background: radial-gradient(ellipse farthest-corner at left top, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at right bottom, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.pricing3 .btn-md {
    padding: 8px 30px;
    font-size: 15px;
    margin: 0px 0px;
    width: 240px;
    
}

.pricing3 .tab-content .pricing-box {
    padding: 29px 50px;
    background: #40484b;
    /* border-top: 4px solid #e3a324;
    border-left: 4px solid #e3a324;
    border-bottom: 4px solid #e3a324; */
}

#price-section .costing-img {}

#price-section .carousel-inner {
    /* border-top: 4px solid #e3a324;
    border-right: 4px solid #e3a324;
    border-bottom: 4px solid #e3a324; */
}

.pricing3 .display-5 {
    font-size: 3rem;
}

#price-section .tab-content .costimg-sub-img {
    position: relative;

}

#price-section .tab-content .costimg-sub-img a {
    transition: 0.5s all ease;
}

#price-section .tab-content .costimg-sub-img:hover a {
    box-shadow: 5px 5px 14px 0px #302f2f;
    transform: translateY(-10px);
}

#price-section .tab-content .costing-img a {
    transition: 0.5s all ease;
}

/* #price-section .tab-content .costing-img:hover a {
    box-shadow: 5px 5px 14px 0px #302f2f;
    transform: translateY(-10px);
} */

#price-section .tab-content .costimg-sub-img a {
    position: absolute;
    text-decoration: none;
    top: 134px;
    right: 0;
    bottom: 185px;
    left: 0;
    width: 220px;
    margin: auto;
    color: #fff;
    padding: 10px 20px 30px;
    background: rgb(12 1 1 / 57%);
    border: 2px solid #e3a324;
}


.btn {
    border: none;
}

.card .btn {
    align-items: center;
    border: none;
    color: #fff;
    margin: 10px 50px;
    padding: 5px -20px;
}

#amenities {
    padding: 50px;
    background-image: url(../images/banner/background-img2.webp);
    background-blend-mode: overlay;
    background-color: #cbcbcb6b;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background: cover;
}

#amenities h1 {
    font-weight: 800;
    font-size: 30px;
    color: #d9a02d;
    position: relative;
}
/* #amenities h1::after{
    position: absolute;
    content: "";
    align-items: center;
    width: 300px;
    height: 3px;
    top: 44px;
    left: 405px;
    background-color: #d9a02d;
} */

#amenities .amenities-data {
    background: url(../images/amenities/Landing-Page-Pattern.webp) right / 100% 100% no-repeat #373f41;
    text-align: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    /* max-width: 260px; */
    height: 150px;
    padding: 25px 30px 23px;
    border-radius: 22px;
    margin-bottom: 20px;
}
#amenities .amenities-data h6{
    font-size: 14px;
    line-height: 18px;
}
#amenities .amenities-data:hover {
    background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

/* #amenities .amenities-row {
    margin-top: 35px;
} */
#amenities .amenities-data object {
    margin: 10px auto;
}
#amenities .amenities-data .fa {
    width: 22%;
    min-width: 24px;
    max-width: 40px;
    color: #fdb931;
    padding: 10px 0px 15px;
    text-align: center;
    margin: auto;
    filter: invert(89%) sepia(14%) saturate(4867%) hue-rotate(330deg) brightness(102%) contrast(105%);
}

#amenities .amenities-data object {
    margin: 10px auto;
    filter: invert(89%) sepia(14%) saturate(4867%) hue-rotate(330deg) brightness(102%) contrast(105%);
}

#amenities .amenities-data:hover img {
    filter: brightness(50);
}

#amenities .amenities-btn {
    align-items: center;
    margin: 40px 0px 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 2px solid transparent;
    background: #a97c23;
    transition: 2s all ease;
}

#amenities .amenities-btn:hover {
    background: transparent;
    border: 2px solid #fedb37;
}

/* moving img */
#connectivity {
    background-blend-mode: overlay;
    background-color: #fafafbba;
}

#connectivity h1 {
    color: #fdb931;
    font-size: 35px;
}

#connectivity {
    position: relative;
    padding:80px 20px 100px;
}
#connectivity p{
    font-size: 16px;
}

#connectivity .location-img {
    z-index: 99;
}

#connectivity .moving-shape1 img {
    position: absolute;
    top: 20px;
    left: 60px;
    right: 300;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    -webkit-animation: moving-img 12s infinite linear;
    animation: moving-img 12s infinite linear;
}

#connectivity .moving-shape2 img {
    position: absolute;
    top: 20px;
    left: 900px;
    right: 30px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    -webkit-animation: moving-img2 12s infinite linear;
    animation: moving-img2 12s infinite linear;
}

#connectivity .amenities-info {
    position: relative;
}


#connectivity .location-btn {
    margin: 12px 0px 0px;
}



#connectivity .location-img {
    position: relative;
    border: 2px solid black;
    height: 290px;
    padding: 10px;
}

/* #connectivity .location-img img {
    filter: blur(2px);
} */

#connectivity .location-img .enquiryBtn1 {
    position: absolute;
    top: 110px;
    bottom: 304px;
    left: 20%;
    text-decoration: none;
    color: #fff;
    padding: 5px 20px 29px;
    background: rgb(12 1 1 / 57%);
    border: 2px solid #e3a324;
}

#connectivity .location-img a.enquiryBtn1 {
    transition: 0.5s all ease;
}

#connectivity .location-img:hover a.enquiryBtn1 {
    box-shadow: 5px 5px 14px 0px #302f2f;
    transform: translateY(-10px);
}



@-webkit-keyframes moving-img {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    40% {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0);
    }

    80% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes moving-img2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    40% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }

    80% {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}


.text-justify {
    text-align: justify;
}

#connectivity .button {
    border: none;
    background-color: transparent;
}


.accordion {
    margin-left: -18px;
    margin-bottom: 10px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 25px;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion h2.accordion-header .accordion-button {
    background-color: transparent;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.accordion h2.accordion-header .accordion-button:hover {
    letter-spacing: 1px;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: none;
    background-color: transparent;
}

.accordion-flush .accordion-item {
    background-color: transparent;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none;
}

.accordion-flush .accordion-item:active {
    border: none;
}

.accordion-button:focus {
    z-index: 0;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-button {
    font-weight: 700;
    color: #000;
}

.accordion-button .fa {
    color: #d9a02d;
    font-size: 22px;
    padding: 0px 10px 0px 0px;
}

.accordion .accordion-collaps {
    background-color: #5c5e5f;
}

#gallery h1 {
    font-size: 30px;
    font-weight: 800;
    color: #ebab2a;
    margin-bottom: 25px;
}

#gallery {
    background-color: #fff;
}

.testimonial-carousel .testimonial-item img {
    border: none;
}

.testimonial-carousel .testimonial-item {
    height: 14rem;
    background: #f04124;
    justify-content: center;
    border-radius: 22px;
    margin: 0px 0px;
    align-items: center;
    font-size: 70px;
    color: #fff;
}

.testimonial-carousel .ps-3 {
    margin: 20px 0px;
}

.testimonial-carousel .mb-1 {
    color: #000;

}

.owl-carousel .owl-nav button {
    border-radius: 50%;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}

.owl-theme .owl-dots {
    display: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-nav .owl-prev,
.owl-next {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    color: inherit;
    font-size: 22px;
    color: #807b7b;
    border: transparent;
    border-radius: 50%;
    padding: 0 !important;
    background-color: #e9e7e3;
}

.owl-carousel .owl-nav button:active {
    color: #fff;
    font-size: 20px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    box-shadow: 3px 3px 8px 0px #0000005e;
    color: #fff;
}

#contact {
    margin: 50px 0px;
    background-color: #fff;
}

#contact .full-width {
    max-height: 250px;
    background: #a97c23;
    padding: 80px 0px;
    /* margin: 0px 0px -100px; */
}

#contact .contact-data {
    margin: -105px 0px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 25px 0px gray;
    border-radius: 12px;
    overflow: hidden;

}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ddd9d1;
}

.form-data {
    background-image: url("../images/contact/pattern.png");
}

#contact .form {
    /* padding: 20px 20px 40px; */
    padding: 10px 20px 10px;
}

#contact .form .form-control {
    margin: 10px 0px;
    border: none;
    border-bottom: 1px solid rgb(0 0 0 / 30%);
    background: none;
}
#contact .contact-data form .form-control {
    /* margin: 5px 10px 15px;
    border-bottom: 2px solid #ced4da;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0px 20px 7px 50px; */
    margin: 5px 10px 15px;
    border: 1px solid #ced4da;
    padding: 7px 20px 7px 50px;
}
#contact .contact-data form .forms-input-fields{
    position: relative;
}
#contact .contact-data form .forms-input-fields i {
    position: absolute;
    top: 15px;
    left: 24px;
    font-size: 20px;
    color: #a97c23;
}


#contact .form .btn {
    margin: 10px 0px 0px;
    padding: 5px 50px;
    width: 220px;
}

#contact .image-carousel {
    margin: 0px -13px -7px 12px;
    position: relative;
    border: 0px 22px 22px 0px;
}

#contact .image-carousel .video-btn {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 90px;
    left: 40%;
    font-size: 40px;
    padding: 10px 24px 20px 29px;
    color: #000;
    background-color: #fbb73061;
    border-radius: 50%;
    border: 0px transparent;
}

#contact .image-carousel .video-btn::after {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 108px;
    left: 267px;
    font-size: 53px;
    padding: 1px 20px 20px 26px;
    color: #000;
    background-color: #fbb7309c;
    border-radius: 50%;
    border: 0px transparent;
    animation: pulse-border 1500ms ease-out infinite;
}


@keyframes pulse-border {
    0% {
        width: 120px;
        height: 120px;
        opacity: 1;
    }

    100% {
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}




#contact .image-carousel .contact-video {
    border-radius: 0px 22px 22px 0px;
    /* color: #000;
    background-blend-mode: overlay;
    z-index: 99;
    display: hidden; */

}

#contact .image-carousel .contact-video-overlay {
    border-radius: 0px 22px 22px 0px;
    color: #000;
    background-blend-mode: overlay;
    z-index: 99;
}

#contact .image-carousel1 {
    margin: 0px -20px -20px 12px;
    display: none;
}

#contact .carousel-inner {
    position: relative;
    width: 100%;
    border-radius: 0px 22px 22px 0px;
    overflow: hidden;
}

/* #contact .contact-video:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    top: 0px;
    right: 11px;
    bottom: 6px;
    left: 11px;
} */

#contact .image-carousel .video-btn {
    position: absolute;
}

#gallery {
    margin: 50px 13px;
    padding: 60px 0;
}


.transition-all {
    -webkit-transition: all 0.2s linear 0.02s;
    -o-transition: all 0.2s linear 0.02s;
    -moz-transition: all 0.2s linear 0.02s;
    transition: all 0.2s linear 0.02s;
}

.assignfixedwidth {
    max-width: 1200px;
    margin: 0 auto;
}

.carousel-custom-main {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    font-size: 28px;
}

a.owl-element {
    text-decoration: none;
    color: #333;
}

.owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
}

.owl-element span {
    display: block;
    padding: 60px 60px;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    line-height: 40px;
    margin-top: 5%;
    transition: all 0.4s ease;
    border: 1px solid transparent;
    background-color: #efefef;
}

.owl-item.center>.owl-element span {
    width: 180px;
    height: 180px;
    line-height: 65px;
    margin-top: 0%;
    background-color: #ff6633;
    color: #ffffff;
}

.testimonial-item img {
    cursor: pointer;
    margin: 6% 0%;
    transition: margin 0.4s ease;
}

.testimonial-item.center img {
    cursor: auto;
    margin: 0;
}

.testimonial-carousel .owl-item .testimonial-item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
    border-radius: 10px;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.enquire-now {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 1rem;
    bottom: 1rem;
    border-radius: 50%;
    background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    ;
}

.enquire-now i {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

footer p {
    font-size: 11px;
    color: #5c5e5f;
    background-color: #fff;
}



.contact-form h6 {
    text-transform: uppercase;
    font-weight: 700;
}

.contact-form {
    width: 300px;
    right: 1rem;
    bottom: 1rem;
    padding: 1.25rem;
    border-radius: 22px;
    background: url(../images/pattern.png) top right / 100% no-repeat #fff;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 15%);
    z-index: 99;
    margin: 15px 43px 0px
}

.contact-form .form-control,
.modal-body .form-control {
    border-bottom: 2px solid #eaeaea;
    background-color: #f1f1f1;
    margin: 5px;
}

.contact-form .form-btn {
    border: none;
    margin: 10px;
    color: #fff;
    padding: 5px 108px 5px 108px;
}

.enquiryBtn,
.whatsaapBtn {
    position: fixed;
    right: 1.5rem;
    bottom: 4rem;
    z-index: 99999;
    display: block;
}
.whatsaapBtn span {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    background: #2d8b01;
    box-shadow: 0px 3px 3px 0 #000000bd;
}
.enquiryBtn i {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--golden-gradient);
    color: #fff;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}


.stickyForm {
    width: 350px;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    padding: 2.8rem 1.25rem;
    border-radius: 1rem;
    background: url(../images/contact/sticky-form-pattern.png) top right / 100% no-repeat #fff;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 15%);
    z-index: 99999;
    display: none;
}

.stickyForm .form-close {
    position: absolute;
    right: 2px;
    top: 0;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    color: #fff;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.stickyForm h6 {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px 16px 18px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    font-size: 20px;
    text-align: center;
}

.stickyForm .form-group {
    margin-bottom: 10px;
}

.stickyForm .form-control,
.modal-body .form-control {
    border-bottom: 2px solid #eaeaea;
    background-color: #f1f1f1;
    color: var(--body-color);
    padding: 8px 10px;
    font-size: 14px;

}

.stickyForm .form-btn {
    border: none;
    margin: 10px;
    color: #fff;
    padding: 5px 133px 5px 124px;
    background-color: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.stickyForm .form-check-label {
    margin: -44px 0px 10px;
    font-size: 14px;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    margin: 9px 56px 0px -22px;
}
footer {
    padding: 80px 20px 20px;
}
footer .elementor-widget-container p {
    font-size: 10px;
}



.footer-enquiryBtn {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: space-between;
    z-index: 99;
    text-align: center;
    padding: 4px 2px;
    /* width: calc(100% - 14px); */
    width: 100%;
    background: #FFF;
    border-radius: 0;
}

.footer-enquiryBtn a {
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    width: calc(50% - 4px);
    padding: 8px 5px;
    margin: 0 2px;
    border-radius: 4px;
    border: 1px solid rgb(0 0 0 / 15%);
    border-left: 0;
    background-color: #a97c23;
    color: #FFF;
    text-decoration: none;
    /* background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%); */
}

.footer-enquiryBtn a.whatsCall {
    background: linear-gradient(45deg, #0db634, #015c16);
    border: 0;
    border-radius: 10px;
}

#footer-links {
    background-color: #232d30;
    color: #b5cfda;
    margin: 0px 0px -17px;
    font-size: 12px;
}

#footer-links p {
    padding: 5px 0px;
}
#footer-links p a{ text-decoration: none; color: #FFF; }
#footer-links p a:hover{ text-decoration: underline; color: #EEE; }

.mob-form  {
    background-color: #FFF;
    padding: 0px 0;
}

/* project modal */
.modal {
    background-color: #00000075;
    background-blend-mode: overlay;
    z-index: 10600;
}

.project-video {
    background-color: #000;
    background-blend-mode: overlay;
}

.project-video .project-video-overlay {
    color: #000;
    background-blend-mode: overlay;
}

.brochure-modal .modal-dialog {
    background-color: #fff;
    padding: 20px;
    margin: 200px 430px 0px 430px;
    border-radius: 22px;
}
#brochure-form form .form-control{
    margin: 0px 10px 0px;
} 
#brochure-form {
    margin: 0px 20px 0px 0px;
}
.brochure-modal .modal-content {
    border: none;
}

.brochure-modal .modal-dialog h4 {
    color: #d9a02d;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px 10px 10px;
    text-align: center;
}

.brochure-modal .modal-dialog form .form-control {
    margin: 5px 10px 15px;
    border-bottom: 2px solid #ced4da;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0px 20px 7px 30px;
}

.enquire-modal .modal-dialog {
    background-color: #fff;
    padding: 0px;
    border-radius: 6px;
    margin-top: 100px;
}
.enquire-modal .modal-dialog .modal-content,
.enquire-modal .modal-dialog .modal-content .modal-header,
.enquire-modal .modal-dialog .modal-content .modal-body{ border: none; }


.enquire-modal .modal-dialog .modal-content .modal-header {
    background: #956b18;
    padding: 10px 24px;
    color: #FFF;
}
.enquire-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 18px;
    font-weight: 800;
    margin: auto;
}
.enquire-modal .modal-dialog .modal-content .modal-header .close {
    font-size: 24px;
    line-height: 20px;
    position: relative;
    top: auto;
    transform: none;
    right: 0;
    background: transparent;
}
.enquire-modal.modal .modal-dialog form .forms-input-fields i {
    top: 16px;
}
.enquire-modal.modal .modal-dialog form .forms-input-fields .form-control {
padding-left: 43px;width: calc(100% - 6px);
}
.enquire-modal.modal .modal-dialog form .form-check-label {
    font-size: 12px;
 }
 .enquire-modal.modal .modal-dialog form  .form-check-input:checked {
    background-color: #858383;
    border: 1px solid #858383;
 }

 .form-btn1 {
    background-color: #a97c23;
    padding: 5px 50px;
    font-size: 16px;
    color: #FFF;
    margin-top: 30px;
 }

.modal  .modal-dialog form .forms-input-fields{
    position: relative;
}
.modal .modal-dialog form .forms-input-fields i {
    position: absolute;
    top: 8px;
    left: 24px;
    font-size: 20px;
    color: #a97c23;
}

.brochure-modal .modal-dialog .form-btn {
    color: #fff;
    padding: 5px 150px 5px 167px;
    margin: 20px 13px 15px;
}

.brochure-modal .modal-dialog .modal-content .modal-logo img {
    width: 72%;
    height: 84px;
    margin: 0px 73px 10px;
}

.modal-dialog .modal-close {
    position: absolute;
    right: 2px;
    top: 0;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    color: #fff;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

#Lightbox .preview {
    width: 100%;
  }
  
  #Lightbox .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  #Lightbox .row > #Lightbox .col {
    padding: 0 8px;
  }
  
  #Lightbox .col {
    float: left;
    width: 25%;
  }
  
  #Lightbox .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding: 10px 62px 0px 62px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  #Lightbox .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    margin-top: 10%;
    background-color:#0000;
    border: none;
    padding: 0 0 0 0;
    width: 60%;
    max-width: 1000px;
  }
  
  #Lightbox .slide {
    display: none;
  }
  
  #Lightbox .image-slide {
    width: 65%;
    display: block;
    margin: auto;
  }
  
  #Lightbox .modal-preview {
      width: 100%;
  }
  
  #Lightbox .dots {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
  }
  
  #Lightbox img.preview,#Lightbox img.modal-preview {
    opacity: 0.6;
  }
  
  #Lightbox img.active,
  .preview:hover,
  .modal-preview:hover {
    opacity: 1;
  }
  
  #Lightbox img.hover-shadow {
    transition: 0.3s;
  }
  
  #Lightbox .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  } 
  
  #Lightbox .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 55px;
    font-weight: 400;
  }
  
  #Lightbox .close:hover,
  #Lightbox .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  #Lightbox .previous{
    cursor: pointer;
    position: absolute;
    top: 50%;
    text-decoration: none;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    margin-left: -4%;
    font-size: 35px;
    color: white;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  #Lightbox .next {
    cursor: pointer;
    position: absolute;
    text-decoration: none;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    margin-right: -4%;
    color: white;
    font-size: 35px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  #Lightbox .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  #Lightbox .previous:hover,
  #Lightbox .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: aliceblue;
  }
  #Lightbox.modal{
    background-color: #000000bf;
  }
#disclaimer {
    text-align: left;
    font-size: 8px;
    color: #878787;
}
.moredisclaimerBtn {
    color: #878787;
    text-decoration: none;
  }
  
.moredisclaimerBtn:hover {
    color: #878787;
}
.moredisclaimerText {
    text-align: left;
    margin-top: 5px;
}

.acceptance .text{
    color: #878787;
    font-size: 8px;
    text-align: left !important;
}

 



/* project modal end */

@media only screen and (max-width: 991px){
    nav.navbar {
        /* width: calc(100% - 32px); */
        width: 100%;
        padding: 0 10px;
    }
    .desktop-summary {
        display: none;
    }
    .mobile-logo{
    display:block;
    margin:20px;
    }
   .nav-link.desktop-logo{
      display:none;
     }
     .navbar-light .navbar-toggler{
         border:none;
     }
    #top-section .project-details {
        position: relative;
        width: 96%;
        width: 96% !important;
    }
    .left-text::after{
        left:100%;
    }
    .left-text{
       text-align:center; 
    }
    .right-text{
        text-align:center; 
    }
    .right-text .icon {
    font-size: 22px;
    font-weight: 600;
    margin: 6px 10px 20px 6px;
    }
    .left-section {width: 100%;}
    .footer-enquiryBtn {
        display: flex !important;
    }
    #top-section .project-details{
        padding:30px;
    }
    #overview img{
        margin:40px 0px 0px;
    }
    .download-brochure{
        margin:auto;
    }
    .pricing3 .tab-content .pricing-box-costing{
        padding: 50px 40px 40px 40px;
    }
    #master-layout > div > div.col-lg-5 > img {
    margin: 30px 97px 65px 80px;
    max-width: 100%;
   }
   .pricing-btn{
       margin:auto;
   }
   #price-section .tab-content .col-lg-4 > img {
    margin: 30px 97px 65px 80px;
    max-width: 100%;
  }
  .pricing3 .nav-pills .nav-link{
      width:161px;
  }
  .pricing3 .btn-md{
      margin:auto;
  }
  /*.amenities-img img{*/
  /*    display:block;*/
  /*    margin:auto;*/
  /*}*/
  .navbar-light .navbar-nav .nav-link {
    padding: 20px 16px;
    font-weight: 600;
    font-size: 2.1vw;
    color: #474749;
   }
   .navbar-toggler{
       border-color: transparent;
   }
   .testimonial-carousel .testimonial-item{
       height: 12rem;
       margin: 25px 20px;
   }
   .testimonial-item img {
    cursor: pointer;
    margin: 20% 0%;
    transition: margin 0.4s ease;
    }
   .owl-carousel .owl-item img{
       margin:auto;
       width:80%;
   }
   #contact .form {
    padding: 10px 20px 34px;
    }
    #highlights{
        padding: 60px 100px 60px;
    }
    #Lightbox .image-slide{
        width: 100%;
    }
    #Lightbox .next{
        margin-right:-17%;
    }
    #Lightbox .previous{
        margin-left:-17%;
    }
    #Lightbox.modal{
        padding: 38% 0px;
    }
}

@media (max-width: 575px) {
    html {
        font-size: 81.25%;
    }

    .h4,
    h4 {
        font-size: 1.4rem;
    }

    p {
        /* text-align: justify; */
        line-height: 1.4;
    }

    .heading .h1 {
        font-size: 1.75rem;
    }

    nav.navbar {
        /* width: calc(100% - 59px); */
        width: 100%;
        padding: 0 10px;
    }
    .desktop-summary {
        display: none;
    }
    #top-section .project-details {
        position: relative;
        width: 100%;
        width: 100% !important;
    }
    .left-section {width: 100%; padding-bottom: 10px;}
    
    #Lightbox .modal-content {
        width: 100%;
        top: calc(50% - 280px);
    }
    #Lightbox .image-slide {
        width: 72%;
    }
    #Lightbox .previous {
        margin-left: 0;
    }
    #Lightbox .next {
        margin-right:0 ;
    }
    
    .offer-info-text { font-size: 18px;
        line-height: normal;}
    .enquiryNowBtn.custom-btn { 
        position: relative;
        margin: 0;
        bottom: auto;
        margin-top: 20px;
        display: block;
    }
    #price-section .tab-content .costing-img,
    #price-section .tab-content .costimg-sub-img {
        position: relative;
        top: auto;
        left: auto;
        margin: 0;
    }
    #price-section .tab-content .costing-img a,
    #price-section .tab-content .costimg-sub-img a {
        position: absolute;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        height: 36px;
        margin: auto;
    }
    #connectivity .location-img {
        height: 215px;
        padding: 0;
        overflow: hidden;
    }
    
    #connectivity .location-img img{ margin: 0; }
    #connectivity .location-img .enquiryBtn1 {
        left: 0 !important;
    right: 0 !important;
    width: 240px;
    margin: auto;
    text-align: center;
    top: 0 !important;
    bottom: 0 !important;
    height: 34px;
    }
}

@media(min-width:500px) {

    .img-banner1 {
        display: none;
    }

    #mobileview-form {
        display: none;
    }

    #contact .image-carousel1 {
        display: none;
    }
}

@media (max-width: 500px) {
    
     .monCall.whatsappBtn{
        display:block;
    }
   
    .navbar-light .navbar-nav {
        padding-bottom: 20px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 10px;
        font-size: 14px;
    }

    .navbar-light .navbar-nav .nav-link:hover {
        background-color: #232d30;
        color: #fff;
    }

    .project-details .row .col-lg-6 {
        width: 50%;
    }

    .left-text .icon {
        position: absolute;
        float: left;
        width: 20%;
        color: #d9a02d;
        font-size: 32px;
        margin: 12px -36px 20px -4px;
    }

    .left-text {
        position: relative;
    }

    .projectState {
        font-size: 24px;
        color: #07518c;
    }
    .left-text::after {
        position: absolute;
        content: "";
        height: 46px;
        width: 2px;
        top: 12px;
        left: 95%;
        background-color: #d2b969;
    }

    .left-text .data {
        position: absolute;
        float: right;
        width: 70%;
        margin: 8px 71px -2px 30px;
        color: #000;
        text-transform: uppercase;
        font-size: 4px;
    }

    .left-text .data .sub-data {
        font-weight: 700;
        font-size: 17px;
    }

    .right-text .icon {
        font-size: 18px;
        font-weight: 600;
        margin: 12px 0px 20px 6px;
    }

    .offers {
        padding: 10px;
        color: #000;
        font-weight: 600;
        font-size: 13px;
        background: fixed;
        transform: scale(1);
    }

    .price-sub-text {
        font-weight: 700;
        font-size: 32px;
        letter-spacing: 1px;
        margin: 0px 0px 0px 4px;
    }

    .price-text {
        font-size: 30px;
        margin: 18px 0px -1px 0px;
    }

    #contact .contact-data {
        margin: -91px 30px 0px 1px;
    }

    #top-section .project-details {
        position: relative;
        background-color: #fff;
        border-radius: 22px;
        padding: 20px 15px 20px 20px;
        top: 0;
        margin: 0px 10px 0px 10px;
    }

    #top-section .project-details h5 {
        font-size: 15px;
        margin: 7px 0px;
    }

    #top-section .project-details h1 {
        font-size: 25px;
        font-weight: 600px;
        margin: -2px 0px -1px;
    }

    #top-section .project-details h2.price {
        letter-spacing: -2px;

    }

    #top-section .project-details h3 {
        font-size: 23px;
        font-weight: 600;
    }

    .overview-data {
        padding: 240px 0px 20px;
    }

    #overview {
        padding: 80px 10px;
        margin: 0px 0px 0px;
    }

    #highlights h1 {
        font-size: 24px;
        color: #fdb931;
    }

    .overview-data h1 {
        color: #fdb931;
        font-size: 25px;
    }

    .img-banner2 {
        display: none;
    }

    .img-banner1 {
        margin-top: 0px;
        width: 100%;
        height: auto;
        border-radius: 22px;
    }

    #top-section {
        background-color: #232d30;
        position: relative;
    }

    .floor-plan-data {
        width: 148px;
        margin: 18px -3px 0px 14px;
    }

    #floor-plan h1 {
        font-size: 25px;
        font-weight: 600;
        padding: 0px 0px 0px;
    }

    #floor-plan {
        background-color: #232d30;
        padding: 0px 0px;
        margin: -10px 0px 0px;
    }

    /* .floor-plan-data {
        margin: 10px -90px 0px -90px;
    }
    .floor-plan-data .data {
        margin: 0px -72px 0px -90px;
        padding-left: 8px;
        padding-right: 8px;
        float: right;
        text-align: left;
        width: 79%;
    } */
    .floor-plan-data .icon {
        float: left;
        margin: 0px 20px 0px -5px;
    }

    .floor-plan-data .data {
        float: right;
        margin: -34px 0px 6px 0px;
    }

    #highlights {
        padding: 40px 30px 40px;
        margin: 0px 0px 0px;
    }

    #highlights .highlights-row {
        margin-top: -14px;
    }

    #highlights .overview-details .icon {
        width: 16.5%;
        font-size: 19px;
        margin: -47px 0px 0px -10px;
        padding: 8px 11px 9px;
    }

    #floor-plan {
        padding: 40px 0px 40px;
        margin: 0px 0px 0px;
    }

    .pricing-btn {
        background-color: #a97c23;
        display: block;
        margin: auto;
        font-size: 13px;
        /* margin: 0% 24% 0%; */
        padding: 10px 20px;
        width: 220px;
    }

    #highlights .overview-details .data {
        float: right;
        margin: -34px 0px 0px 0px;
        width: 90%;
        padding: 4px 0px 0px 20px;
        
    }
    #highlights .overview-details .data h5 {
        font-size: 14px;
    }

    #amenities .amenities-data {
        background-image: url(../images/amenities/pattern-white.png);
        background-color: #40484b;
        text-align: center;
        color: #fff;
        width: 174px;
        height: 125px;
        padding: 15px;
        margin: 10px;
        border-radius: 22px;
    }
    #master-layout > div > div.col-lg-5 > img{
        margin:0px;
        max-width:100%;
    }
    #price-section .tab-content .col-lg-4 > img{
        margin:0px;
        max-width:100%;
    }

    #amenities {
        padding: 80px 0px 80px 10px;
    }
    #amenities h1 {
        font-weight: 600;
        font-size: 25px;
        color: #fdb931;
    }

    #amenities .amenities-row {
        margin-top: 0px;
    }

    .amenities-info {
        padding: 0px 10px;
        margin: 0px 0px 20px;
    }

    .amenities-info h1 {
        font-size: 25px;
    }

    #amenities .amenities-data {
        background-image: url(../images/amenities/pattern-white.png);
        background-color: #40484b;
        text-align: center;
        color: #fff;
        width: 153px;
        height: 121px;
        padding: 10px;
        margin: -15px 8px 33px;
        border-radius: 22px;
    }

    #amenities .amenities-btn {
        margin: 20px auto;
    width: 220px;
    }

    #amenities .row .col-sm-6 {
        width: 48%;
    }

    .enquire-now {
        display: none;
    }


    #contact .image-carousel {
        margin: 0px -20px -38px 0px;
        display: none;
    }

    #contact .image-carousel1 {
        margin: 0px -20px -100px 0px;
        display: block;
    }

    #connectivity .image-carousel {
        border-radius: 22px 22px 22px 22px;
    }

    #connectivity .image-carousel1 {
        border-radius: 22px 22px 22px 22px;
    }

    #contact .full-width {
        padding: 67px 0px;
    }

    #contact .carousel-inner {
        position: relative;
        width: 100%;
        border-radius: 22px 22px 22px 22px;
        overflow: hidden;
    }

    .stickyForm {
        width: 350px;
        position: fixed;
        right: 1rem;
        bottom: 4rem;
        padding: 40px 20px 33px;
    }
    #connectivity .location-img .enquiryBtn1 {
        position: absolute;
        top: 88px;
        bottom: 304px;
        left: 18%;
        text-decoration: none;
        color: #fff;
        padding: 5px 20px 23px;
        background: rgb(12 1 1 / 57%);
        border: 2px solid #e3a324;
    }

    .stickyForm h6 {
        font-size: 20px;
    }

    .image-carousel1 iframe {
        width: 394px;
        margin: 0px 4px 0px -10px;
        border-radius: 22px 22px 0px 0px;
    }

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em;
        margin: 2px 56px 0px -22px;
    }

    #gallery h1 {
        font-size: 25px;
        color: #ebab2a;
        margin-bottom: 25px;
    }

    .owl-item {
        margin-right: 0px;
    }

    .enquiryBtn {
        bottom: 4rem;
    }

    #contact .image-carousel1 {
        position: relative;
    }

    #contact .image-carousel1 .video-btn {
        position: absolute;
        width: 55px;
        height: 55px;
        top: 15%;
        left: 40%;
        font-size: 30px;
        padding: 6px 18px 27px;
        color: #000;
        background-color: #fbb7305e;
        border-radius: 50%;
        border: 0px transparent;
    }

    #contact .image-carousel1 .contact-video {
        border-radius: 0px 22px 22px 0px;
        /* margin: 0px -10px 0px -11px; */
    }

    #contact .image-carousel1 .contact-video .contact-video-overlay {
        color: #000;
        background-blend-mode: overlay;
        z-index: 99;
        margin: 0px -10px 10px -11px;
    }

    /* #contact .contact-video:before {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        right: 4.5%;
        bottom: 2%;
        left: 3.5%;
        margin: -2px -13px 178px -12px;
    } */

    .stickyForm .form-btn {
        border: none;
        margin: 10px;
        color: #fff;
        padding: 5px 130px 5px 130px;
    }

    #connectivity .moving-shape2 {
        display: none;
    }

    .brochure-modal .modal-dialog {
        background-color: #fff;
        padding: 20px;
        margin: 200px 30px 0px 30px;
        border-radius: 22px;
    }

    .brochure-modal .modal-dialog .modal-content .modal-logo img {
        width: 70%;
        height: 74px;
        margin: -5px 43px 10px;
    }

    .brochure-modal .modal-dialog .form-btn {
        color: #fff;
        padding: 5px 81px 8px 81px;
        margin: 10px;
    }

    .testimonial-carousel .testimonial-item {
        height: 100%;
        width: 80%;
        background: #f04124;
        justify-content: center;
        border-radius: 22px;
        /* margin: 0px 43px; */
        margin: 25px auto;
    }
    .owl-carousel .owl-item img{
        width:100%;
    }

    .download-brochure {
        margin: 20px;
        display: block;
    }

    .spinner {
        width: 40px;
        height: 40px;
        background-color: #ffffff;
        margin: 400px 100px 150px 185px;
        -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
        animation: sk-rotateplane 1.2s infinite ease-in-out;
    }

    #contact .image-carousel1 .contact-video .contact-video-overlay {
        color: #000;
        background-blend-mode: overlay;
        z-index: 99;
        margin: 0px -10px 10px -11px;
    }

    #footer-links {
        background-color: #232d30;
        color: #b5cfda;
        margin: 0px 0px 38px;
        font-size: 12px;
    }
    #amenities .amenities-data h6 {
        font-size: 12px;
    }
    .nav-link.desktop-logo{
    display:none;
    }
    .mobile-logo{
    display:block;
    }

}


@media (max-width: 767px) {
    .pricing3 .col-lg-2 {
        padding-right: 19px;
    }
      .mobile-logo{
    display:block;
    margin-right: -5px;
    margin-left: 10px;
    }
   .nav-link.desktop-logo{
      display:none;
     }

    .pricing3 .col-lg-10 {
        padding-left: 15px;
    }

    .pricing3 .nav-pills {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        border-bottom: 0px;
        border-right: 1px solid rgba(120, 130, 140, 0.13);
        margin: 0px -3px 0px 8px;
    }

    .pricing3 .nav-pills .nav-link .inventory {
        font-size: 12px;
        font-weight: 500;
        margin: 3px 0px 7px;
    }

    .pricing3 .nav-pills .nav-link.active .inventory {
        color: #d59d2e;
        font-size: 13px;
        font-weight: 500;
        line-height: 15px;
    }

    #price-section .tab-content .costing-img a {
        position: absolute;
        text-decoration: none;
        top: 45%;
        right: 23%;
        bottom: 40%;
        left: 29%;
        padding: 8px 10px;
    }

    .pricing3 .subtitle {
        color: #fff;
        line-height: 12px;
        font-size: 13px;
        letter-spacing: 0px;
    }

    .pricing3 .tab-content .list-inline {
        margin-top: 0px;
    }

    .pricing-box-costing .table .thead td {
        color: #fff;
        font-size: 12px;
        width: 200px;
        font-weight: 700;
        text-align: center;
    }

    .pricing-box-costing .table {
        margin: 0px 0px 28px;
    }

    .pricing3 .tab-content .list-inline li span {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
    }

    .pricing3 .nav-pills .nav-link .sub-data {
        color: #ffff;
        font-size: 14px;
        font-weight: 500;
    }
    .pricing3 .tab-content .list-inline img {
    width: 12%;
    height: 20%;
    margin: 8px 20px 0px 0px;
    }

    .pricing3 .nav-pills .nav-link {
        padding: 25px -2px;
        width: 73px;
        font-size: 12px;
        text-align: center;
        border-radius: 5px 5px 0px 0px;
    }

    .pricing3 .sub-inventory {
        display: none;
    }

    .pricing3 .title-1 {
        display: none;
    }

    #price-section .pricing-box-costing h2 {
        font-size: 17px;
        text-align: center;
        padding: 0px 20px 0px;
    }

    .pricing3 .tab-content .list-inline li {
        padding: 4px 0;
    }

    .pricing3 .tab-content .pricing-box-costing {
        padding: 35px 20px 25px;
        background: #40484b;
    }

    .pricing3 .nav-pills .nav-link {
        padding: 15px 4px 2px 4px;
    }

    .pricing3 .nav-pills .nav-link.active {
        border-left: 0px;
        margin-top: 0px;
        z-index: 99;
        margin-bottom: -5px;
        -webkit-box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.1);
        box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.1);
    }

    #price-section .tab-content .costimg-sub-img a {
        position: absolute;
        text-decoration: none;
        top: 45%;
        right: 23%;
        bottom: 40%;
        left: 29%;
        padding: 8px 10px;
    }

    .pricing3 .tab-content .pricing-box {
        padding: 2px 20px 40px 20px;
    }

    .pricing3 .tab-content .bg-image {
        padding: 0px;
        margin: 0px -20px;
    }

    .pricing3 .tab-content .bg-image {
        position: absolute;
        top: -4px;
        left: 10px;
    }

    .pricing3 .tab-content .pricing-box {
        padding: 25px 15px;
        background: #40484b;

    }

}

/* class for banners end */

@media(max-width:500px) {
    .nav ul li {
        display: inline;
    }
    .highlightData h3{
        font-size:14px;
    }
    #connectivity p{
        font-size:14px;
    }

    #top-section .project-details {
        position: relative;
        background-color: #fff;
        border-radius: 22px;
        padding: 20px 15px 20px 20px;
        top: 0px;
        margin: 10px 10px 0px 10px;
        width: calc(100% - 20px) !important;
        height: auto;
    }

    .overview-data {
        padding: 0px 0px 20px;
    }

    .img-banner2 {
        display: none;
    }

    .img-banner1 {
        margin-top: 0px;
        width: 100%;
        height: auto;
        border-radius: 0;
    }

    #top-section {
        background-color: #232d30;
        position: relative;
        padding-bottom: 50px;
    }

    #overview iframe {
        width: 335px;
        height: 206px;
    }

    #floor-plan .card {
        background-color: #40484b;
        padding: 20px;
        border-radius: 22px;
        border: none;
        margin: 20px 10px;
    }

    #amenities .amenities-data {
        background: url(../images/amenities/pattern-white.png) top right / 100% no-repeat #40484b;
        text-align: center;
        color: #fff;
        width: 260px;
        height: 160px;
        padding: 30px;
        margin: 10px 0px;
        border-radius: 22px;
    }

    #connectivity {
        padding: 40px 24px;
    }

    #connectivity img {
        margin: 20px 0px 0px;
    }

    #contact .contact-data {
        margin: -129px 30px 0px 1px;
    }

    .contact-inner {
        margin: 30px 22px 0px;
    }

    #contact .image-carousel {
        margin: 0px -20px -20px 0px;
        height: 371px;
    }

    #contact .image-carousel1 {
        margin: 0px -20px -100px 0px;
        height: 297px;
    }

    #mobileview-form {
        background-color: #232d30;
        padding-top: 270px;
    }

    #highlights .highlight-data {
        padding: 0px 0px 0px 23px;
    }

    .mob-form .iti { display: block; }
    .floor-plan-data {
        width: 200px;
    }

    /* .floor-plan-data {
        margin: 10px -80px 0px -80px;
    }
    .floor-plan-data .data {
        margin: 0px -72px 0px -90px;
        padding-left: 5px;
        float: right;
        text-align: left;
        width: 79%;
    } */

    #amenities .amenities-data {
        background: url(../images/amenities/Landing-Page-Pattern.webp) top right / 100% 100% no-repeat rgb(255 255 255 / 15%);
        background-color: rgb(34 44 47);
        text-align: center;
        color: #fff;
        /* width: 162px; */
        width: 100%;
        height: 116px;
        padding: 18px;
        border-radius: 22px;
    }
    /* #amenities h1::after {
        position: absolute;
        content: "";
        align-items: center;
        width: 233px;
        height: 3px;
        top: 38px;
        left: 61px;
        background-color: #d9a02d;
    } */
    #contact .form {
        padding: 20px 25px 40px 10px;
    }
    #contact .form .btn {
        margin: 20px 10px 0px;
    }
    #connectivity .location-btn {
        margin: 20px auto;
        display: block;
    }
    #floor-plan .pricing-btn {
        margin: 10px auto !important;
        display: block;
    }
    #overview .download-brochure {
        margin: 10px auto !important;
        display: block;
    }
    
    #gallery {
        padding:0 !Important;
    }
    footer {
        padding:40px 20px 20px;
    }
    
    .mobile-logo{
    display:block;
    margin-left:10px;
    }
   .nav-link.desktop-logo{
    display:none;
    }
    
}

@media(max-width:360px){
    #price-section .tab-content .costing-img a {
    position: absolute;
    text-decoration: none;
    top: 45%;
    right: 23%;
    bottom: 40%;
    left: 25%;
    padding: 8px 10px;
}
/* #contact .contact-video:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    right: 4.5%;
    bottom: 4%;
    left: 3.5%;
    margin: -2px -13px 178px -12px;
} */
}

@media (min-width:1400px) {

    #highlights .overview-details .icon {
        font-size: 28px;
        margin: -49px 0px 0px -15px;
        padding: 7px 0px 7px;
    }

    .pricing3 .tab-content .pricing-box-costing {
        padding: 50px 0px 50px 40px;
        background: #40484b;
    }

    .pricing3 .nav-pills .nav-link {
        padding: 12px 4px 6px 7px;
    }

    #highlights .overview-details {
        padding: 41px 9px 0px;
        margin: 23px 40px 23px 0px;
        border-radius: 0px 0px 25px 22px;
    }

    #top-section .project-details {
        margin: 44px 636px 0px 60px;
    }

    #highlights .overview-details .data {
        margin: -29px 0px 0px -12px;
    }

    #price-section .tab-content .costing-img a {
        top: 134px;
        right: 200px;
        bottom: 185px;
        left: 200px;
    }

    .testimonial-carousel .testimonial-item {
        height: 18rem;
    }

    #contact .image-carousel .video-btn {
        top: 40%;
        left: 45%;
    }

    #contact .form {
        padding: 20px 20px 40px;
    }
    #floor-plan {
        background-color: #232d30;
        padding: 0px 110px;
    }
    #price-section .tab-content .costimg-sub-img a {
        top: 45%;
        right: 23%;
        bottom: 40%;
        left: 29%;
    }
    .pricing3 .tab-content .bg-image {
        top: 27px;
        left: 63px;
        padding: 0px;
        margin: -5.1px 0px;
    }
    #price-section .pricing-box-costing h2 {
        font-size: 18px;
        padding: 0px 190px 0px;
    }
    .pricing-box-costing .table {
        margin: 0px 0px 30px;
    }
    .pricing-btn {
        margin: 0% 35% 0%;
    }
    /* #amenities h1::after {
        width: 300px;
        height: 3px;
        top: 44px;
        left: 497px;
    } */
}