@import url("https://use.typekit.net/dcc1nii.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;800;900&display=swap');

html,
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #4d4c4f;
    line-height: 1.4;
    overflow-x: hidden;
    letter-spacing: 0.5px;
}

a,
img,
button,
input[type=submit] {
    text-decoration: none;
    outline: none;
    border: 0;
}

button,
input,
select,
textarea {
    font-family: 'Inter', sans-serif;
    ;
}

b,
strong {
    font-weight: 700;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
ol {
    padding: 0;
    margin: 0;
    font-weight: unset;
}

.container-custom {
    max-width: 1320px;
    margin: 0px auto;
    padding: 0 15px;
}

.container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 15px;
}

.container-fluid {
    max-width: 95%;
    margin: 0px auto;
    padding: 0 15px;
}

.container.small {
    max-width: 850px;
    padding: 0 20px;
}

.container.medium {
    max-width: 1000px;
    padding: 0 20px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-italic {
    font-style: italic;
}

.text-underline {
    text-decoration: underline;
}

.text-light {
    font-weight: 300;
}

.text-medium {
    font-weight: 400;
}

.text-bold {
    font-weight: 600;
}

.text-bolder {
    font-weight: 700;
}

.text-black {
    color: #000;
}

.text-white {
    color: #fff !important;
}

.text-orange {
    color: #ee6e25;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.img-full {
    width: 100%;
    height: auto;
}

.center-block {
    margin: 0 auto;
}

.bg-white {
    background-color: #fff;
}

.bg-off-white {
    background-color: #f8f8fa;
}

.bg-cover {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.col-1 {
    width: 8.333333333333333%;
}

.col-2 {
    width: 16.66666666666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333333333%;
}

.col-5 {
    width: 41.66666666666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333333333%;
}

.col-8 {
    width: 66.66666666666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333333333%;
}

.col-11 {
    width: 91.66666666666667%;
}

.col-12 {
    width: 100%;
}

.col-12-5 {
    width: 20%;
}

.w100 {
    width: 100%;
}

.w80 {
    width: 80%;
}

.w60 {
    width: 60%;
}

.w30 {
    width: 30%;
}

.w20 {
    width: 20%;
}

.cred {
    color: red;
}

.h100 {
    height: 100%;
}

* {
    -webkit-tap-highlight-color: transparent !important;
}

.z-index9 {
    position: relative;
    z-index: 9;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-12-5,
.w30,
.w70,
.w20 {
    float: left;
}

.mg-5 {
    margin: 5px;
}

.mg-10 {
    margin: 10px;
}

.mg-20 {
    margin: 20px;
}

.mg-30 {
    margin: 30px;
}

.mg-tp-5 {
    margin-top: 5px;
}

.mg-tp-10 {
    margin-top: 10px;
}

.mg-tp-20 {
    margin-top: 20px;
}

.mg-tp-30 {
    margin-top: 30px;
}

.mg-bt-5 {
    margin-bottom: 5px;
}

.mg-bt-10 {
    margin-bottom: 10px;
}

.mg-bt-20 {
    margin-bottom: 20px;
}

.mg-bt-30 {
    margin-bottom: 30px;
}

.mg-rt-5 {
    margin-right: 5px;
}

.mg-rt-10 {
    margin-right: 10px;
}

.mg-rt-20 {
    margin-right: 20px;
}

.mg-rt-30 {
    margin-right: 30px;
}

.mg-lt-5 {
    margin-left: 5px;
}

.mg-lt-10 {
    margin-left: 10px;
}

.mg-lt-20 {
    margin-left: 20px;
}

.mg-lt-30 {
    margin-left: 30px;
}

.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-20 {
    padding: 20px;
}

.pd-30 {
    padding: 30px;
}

.pd-tp-5 {
    padding-top: 5px;
}

.pd-tp-10 {
    padding-top: 10px;
}

.pd-tp-20 {
    padding-top: 20px;
}

.pd-tp-30 {
    padding-top: 30px;
}

.pd-bt-5 {
    padding-bottom: 5px;
}

.pd-bt-10 {
    padding-bottom: 10px;
}

.pd-bt-20 {
    padding-bottom: 20px;
}

.pd-bt-30 {
    padding-bottom: 30px;
}

.pd-rt-5 {
    padding-right: 5px;
}

.pd-rt-10 {
    padding-right: 10px;
}

.pd-rt-20 {
    padding-right: 20px;
}

.pd-rt-30 {
    padding-right: 30px;
}

.pd-lt-5 {
    padding-left: 5px;
}

.pd-lt-10 {
    padding-left: 10px;
}

.pd-lt-20 {
    padding-left: 20px;
}

.pd-lt-30 {
    padding-left: 30px;
}

.h500 {
    height: 500px;
}

.h600 {
    height: 600px;
}

.h700 {
    height: 700px;
}

.h800 {
    height: 800px;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.pos-fix {
    position: fixed;
}

.bottom {
    bottom: 0;
}

.top {
    top: 0;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.visible-md {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-xs {
    display: none !important;
}

.hidden-xs {
    display: block
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after,
.clearfix {
    clear: both;
}

.disptable {
    display: table;
    height: 100%;
}

.dispblock {
    display: block;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.Yoverflowhidden {
    overflow-y: hidden;
}

.Xoverflowhidden {
    overflow-x: hidden;
}

.overflowhidden {
    overflow: hidden;
}

section {
    float: left;
    width: 100%;
}

section.padding {
    padding: 70px 0;
}

/*Header Section*/
header {
    position: fixed;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    background-color: white;
    top: 0;
    left: 0;
    padding: 5px 0 5px 0;
    z-index: 9999;
    transition: all 0.6s ease-in-out;
}

header.active {
    background-color: #fff;
    z-index: 100000;
    box-shadow: 0px 3px 6px #00000029;
}

header .upper .number-wrapper {
    margin-right: 20px;
    margin-top: 10px;
}

header .upper .ctc-wrapper {
    margin-right: 20px;
}


header .upper .enq-btn-wrapper a {
    display: inline-block;
    padding: 0px 15px;
    color: #fff;
    background-color: #6b6b6b;
    text-transform: uppercase;
    line-height: 40px;
}

header .lower .nav-links {
    text-align: right;
}

header .lower .nav-links a {
    display: inline-block;
    margin-right: 20px;
    margin-top: 6px;
    color: #000;
    position: relative;
    font-size: 14px;
}

header .lower .nav-links a.active {
    color: #2b2b2b;
    font-weight: 600;
}

header .lower .nav-links a:last-child {
    margin-right: 0px;
}

header .form-container {
    position: absolute;
    width: 300px;
    top: calc(100% + 10px);
    right: 15px;
    background-color: #efece7;
    padding: 10px;
    display: none;
}

header .form-container .frmclose {
    display: none;
}

header .form-container .thankyou {
    margin-bottom: 10px;
}

.banner_ht {
    min-height: 100vh;
}

.call-icon svg {
    width: 30px;
    height: 30px;
    position: relative;
    right: 2px;
    top: 10px;
}

.call-icon {
    font-size: 18px !important;
    font-family: "quiche-text", sans-serif;
    font-weight: 500;
}

header .form-container .frmclose {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    font-size: 20px;
}

@font-face {
    font-family: Quiche-Text;
    src: url(../fonts/QuicheText-LightItalic.ttf);
}

.iti-mobile .selldo-intl-tel-input.iti-container {
    z-index: 10000000000000 !important;
    width: 300px !important;
}


.enquire-btn2 {
    font-family: Quiche-Text;
    background-color: transparent;
    color: #AF7F2F !important;
    border: 1px solid #AF7F2F;
    font-size: 14px;
    /* padding: 17px 10px; */
    font-weight: 500;
    line-height: 16px;
    /* border-radius: 4px; */
    cursor: pointer;
    width: 180px;
    position: relative;
    display: inline-block;
    overflow-x: hidden;
    text-transform: uppercase;

}

/* ENQ BTN 1 ANIMATION -------------------------------------------------------- */

.enquire-btn {
    font-family: "quiche-text", sans-serif;
    background-color: #AF7F2F;
    color: #fff !important;
    font-size: 14px;
    padding: unset;
    font-weight: 500;
    line-height: 16px;
    border-radius: unset;
    cursor: pointer;
    min-width: 176px;
    max-width: 176px;
    display: flex;
    position: relative;
    transition: all 0.6s ease-in-out;
    overflow-x: hidden;
    display: inline-block;
    text-transform: uppercase;
}

.scroll-wrap img {
    margin: 0 10px;
    vertical-align: -2px;
}

.text1 {
    position: absolute;
    left: -10px;
    transition: 0.6s all linear;
    text-align: center;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.text2 {
    position: absolute;
    right: 0px;
    /* transform: translateX(180px); */
    opacity: 0;
    transition: 0.6s all linear;
    text-align: center;
    display: block;
    width: 100%;
    top: 50%;
    transform: translate(240px, -50%);
}

.download-btn .text1 {
    left: 0px;
}

.scroll-wrap {
    display: block;
    padding: 20px 10px;
}

.scroll-wrap:hover .text1 {
    transform: translate(-170px, -50%);
    opacity: 1;
}

.scroll-wrap:hover .text2 {
    transform: translate(10px, -50%);
    opacity: 1;
}

/* --------------------------------------------------  */



.eq-height-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

/* BUTTON HOVER ANIMATION ----------------------------------------------- */

.download-btn {
    font-family: "quiche-text", sans-serif;
    background-color: #AF7F2F;
    color: #fff !important;
    font-size: 14px;
    padding: unset;
    font-weight: 500;
    line-height: 16px;
    border-radius: unset;
    cursor: pointer;
    width: 260px;
    position: relative;
    display: inline-block;
    overflow-x: hidden;
}

.download-btn-fp {
    font-family: "quiche-text", sans-serif;
    background-color: #AF7F2F;
    color: #fff !important;
    font-size: 14px;
    padding: unset;
    font-weight: 500;
    line-height: 16px;
    border-radius: unset;
    cursor: pointer;
    width: 280px;
    position: relative;
    display: inline-block;
    overflow-x: hidden;
}

.scroll-wrap2 img {
    margin: 0 10px;
    vertical-align: -2px;
}

.scroll-wrap2 {
    display: block;
    padding: 20px 10px;
}

.scroll-wrap2:hover .text1 {
    transform: translate(-250px, -50%);
    opacity: 0;
}

.scroll-wrap2:hover .text2 {
    transform: translate(0px, -50%);
    opacity: 1;
}

/* BUTTON HOVER ANIMATION ENDS ----------------------------------------------- */

header .form-container .thankyou {
    margin-bottom: 10px;
}

.bar1,
.bar2,
.bar3 {
    transition: 0.4s;
}

/*.bar1{width: 70% !important;}
      .bar2{width: 100% !important;}
      .bar3{width: 60% !important;}*/
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-11px, 4px);
    transform: rotate(-45deg) translate(-5px, 5px);
    width: 28px !important;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -2px);
    transform: rotate(45deg) translate(-4px, -6px);
    width: 28px !important;
}

.brochure {
    color: #fff;
    background-color: #000;
    padding: 10px 15px;
}

.floorplan {
    color: #fff;
    background-color: #000;
    padding: 10px 15px;
}

/*Footer Section*/
footer {
    float: left;
    width: 100%;
    color: #fff;
}

footer a {
    color: #fff;
}

footer .upper {
    background-color: #AF7F2F;
    padding: 10px 0;
}

footer .lower {
    background-color: #AF7F2F;
    padding: 10px 0;
    font-size: 12px;
}

.brochure-btn-wrapper,
.floorplan-btn-wrapper {
    margin-top: 20px;
}

/* CUSTOM CSS ---------------------------------- */

/** banner section */
.bannerBackImg {
    background-image: url("../images/ban_desk_back_img.png");
    min-height: 91vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    bottom: 0;
}

@media(max-width: 1366px) {
    .bannerBackImg {
        min-height: 86vh;
    }
}

@media(max-width: 1280px) {
    .bannerBackImg {
        min-height: 89vh;
    }
}

@media(max-width:768px) {
    .bannerBackImg {
        background-image: url("../images/ban_mob_back_img.png");
        min-height: 80vh;
    }
}

@media(max-width:430px) {
    .bannerBackImg {
        min-height: 70vh;
    }
}

@media(max-width:429px) {
    .bannerBackImg {
        min-height: 82vh;
    }
}

@media(max-width:414px) {
    .bannerBackImg {
        min-height: 70vh;
    }
}

@media(max-width:380px) {
    .bannerBackImg {
        min-height: 80vh;
    }
}

@media(max-width:360px) {
    .bannerBackImg {
        min-height: 82vh;
    }
}

.launchText {
    color: #000;
    font-size: 54px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

@media(max-width: 1920px) {
    .launchText {
        margin-top: 350px;
    }
}

@media(max-width: 1366px) {
    .launchText {
        margin-top: 250px;
    }
}

@media(max-width: 1280px) {
    .launchText {
        margin-top: 300px;
    }
}

@media(max-width: 876px) {
    .launchText {
        margin-top: 150px;
    }
}

@media(max-width:768px) {
    .launchText {
        text-align: center;
        font-size: 30px;
        width: 90%;
        max-width: 410px;
        margin: auto;
        margin-top: 130px;
    }
}

@media(max-width:430px) {
    .launchText {
        margin-top: 70px;
    }
}

@media(max-width:429px) {
    .launchText {
        margin-top: 60px;
    }
}

.bhkPrice {
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    color: #000;
    font-family: "Quicksand", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

@media(max-width:768px) {
    .bhkPrice {
        width: 90%;
        max-width: 240px;
        margin: auto;
        margin-top: 10px;
        font-size: 14px;
        text-align: center;
    }
}

@media(max-width: 380px) {
    .bhkPrice {
        margin-top: 0;
    }
}

.allIncl {
    color: #000;
    font-family: "Quicksand", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.bnrFtrBox {
    background: #000;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 0px;
}

@media(max-width:768px) {
    .bnrFtrBox {
        flex-direction: column;
    }
}

.nextText {
    font-size: 32px;
    font-size: 600;
}

@media(max-width:768px) {
    .nextText {
        font-size: 16px;
    }
}

@media(max-width:430px) {
    .nextText {
        font-size: 14px;
    }
}

.bnrFtrLine {
    border-left: 1px solid #FFF;
    height: 26px;
    margin: 0px 30px;
}

@media(max-width:768px) {
    .bnrFtrLine {
        height: 1px;
        border-bottom: 1px solid #FFF;
        width: 80%;
        max-width: 240px;
        margin: 10px auto;
    }
}

.bnrCity {
    font-size: 32px;
    font-weight: 800;
}

@media(max-width:768px) {
    .bnrCity {
        font-size: 16px;
    }
}

@media(max-width:430px) {
    .bnrCity {
        font-size: 14px;
    }
}





.overlay-popup {
    overflow: auto;
    position: fixed;
    height: 101%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: none;
    z-index: 999999;
}

.popup-enq {
    overflow: auto;
    position: fixed;
    height: 101%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: none;
    z-index: 999999;
}

.exq-pop-container {
    max-width: 400px;
    width: 100%;
    height: 250px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.overview-bg-sliderwrapper {
    display: none;
}

.popup {
    max-width: 600px;
    width: 80%;
    padding: 20px;
    position: relative;
    background: #fff;
    margin: 40px auto;
}


.close {
    position: absolute;
    top: -5px;
    right: 10px;
    cursor: pointer;
    color: #000;
    font-size: 26px;
}


.banner-subheading {
    margin-top: 30px;
    font: normal normal 500 26px/45px "quiche-text", sans-serif;
    color: #2B2B2B;
}

.tnc {
    position: absolute;
    left: 0px;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 2px;
    font-size: 8px;
    line-height: 10px;
    display: inline-block;
    z-index: 99;
    width: 55px;
}

.privacy-policy h {
    font-size: 38px;
}

.no-dyn-pd {
    padding-left: 0px !important;
}

.privacy-policy p {
    margin: 10px 0;
    font: normal normal normal 16px/26px 'Inter', sans-serif;
    font-family: 'Inter', sans-serif;
}

.art-imp {
    position: absolute;
    right: 0px;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 2px;
    font-size: 8px;
    line-height: 10px;
    display: inline-block;
    z-index: 99;
    width: 90px;
}

header .enq-btn-wrapper2 {
    background: #af7f2f;
    display: flex;
    margin-top: 10px;
}

.home-banner {
    background-image: url('../images/home-texture.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
}

.banner-img {
    padding-top: 20px;
    min-height: 300px;

}

header .enq-btn-wrapper2 a {
    background: #af7f2f;
    margin-top: 0px !important;
}

.banner-hr {
    /* border: 1px solid #000000; */
    background-color: black;
    width: 400px;
    height: 0.5px;
    margin: 20px 0;
}

.mobile-header-mobile-icon {
    display: none;
}

.section-text-svg {
    margin: auto;
}

.banner-content {
    font: normal normal 500 18px/28px "quiche-text", sans-serif;
    color: #2B2B2B;
}

.banner-content>span {
    font-size: 28px;
    font-weight: 600;
}

.banner-decor {
    position: absolute;
    bottom: 0px;
    right: 0px;
    mix-blend-mode: multiply;
}

.banner-box {
    margin: 150px 0 0 50px;
}

.section-first {
    padding-top: 40px;
}

.enq-banner-wrapper {
    margin-top: 50px;
}

/* BANNER ENDS ------------------------------------------- */
.overview {
    padding-bottom: 0px !important;
}

.overview-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.overview-bg .art-imp {
    color: #fff !important;
}

.overview-main-container {
    margin: 0 20px;
}

.section-heading {
    font: normal normal 500 22px/28px "quiche-text", sans-serif;
    color: #2B2B2B;
}

.section-content {
    font: normal normal normal 16px/26px 'Inter', sans-serif;
    color: #2B2B2B;
}

.overview-content {
    text-align: center;
}

.overview-content .section-heading {
    margin: 30px 0 10px 0;
}

.overview-content .section-content {
    max-width: 600px;
    margin: auto;
}

.gsap-video {
    width: 640px;
    height: 450px;
}

.gsap-3 {
    padding-bottom: 50px;
}

.gsap-1 {
    padding-bottom: 50px;
}

.overview-2 {
    padding-top: 100px;
}

.div-center {
    display: flex;
    justify-content: center;
}

.gsapWrapper {
    margin-top: 50px;
    display: inline-flex;
    gap: 20px !important;
    justify-content: center;
    /* align-items: center; */
}

.custom-padding {
    padding: 10px 0;
    margin-top: -100px;
}

.overview-video {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* AMENITIES STARTS HERE ---------------------------------- */

.amenities {
    background-color: #101738;
    text-align: center;
    margin-top: -200px;
}

.amenities-slider {
    width: 95%;
    margin: auto;
}

.amenities-slider-section {
    padding-top: 200px;
}

.amenities-slider-section .section-content {
    max-width: 680px;
    margin: 30px auto;
}

.ame-slider-text {
    font: normal normal 300 16px/26px 'Inter', sans-serif;
    color: white;
    margin: 20px auto 0;
}

.amenities-slider .slick-current~.slick-slide .ame-slider-content {
    border-right: 0px;
}

.ame-slider-content {
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-top: unset;
    padding: 20px 0px;
    width: 373px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ame-image {
    margin: auto;
    width: 66px;
    height: 71px;
}

.slick-arrow {
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.amen-prev {
    left: -40px;
    position: absolute;
    top: 50%;
    transform: translate(22px, -50%);
}

.amen-next {
    right: -40px;
    position: absolute;
    top: 50%;
    transform: translate(-20px, -50%);
}

/* AMENTIES ENDS HERE ------------------------------------------------ */
.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
}

.highlights-slider-wrapper {
    margin-top: 30px;
}

.highlights .section-content {
    padding: 20px 0;
    max-width: 600px;
    margin: auto;
}

.highlights-slider .slick-slide {
    padding: 0 30px;
}

.highlights-slider-text {
    font: normal normal normal 22px/22px 'Work Sans', sans-serif;
    ;
    padding: 20px 0;
    color: white;
    margin-left: 200px;
}

.highlights-text-wrapper {
    background-color: #101738;
    padding: 10px 40px;
}

.highlights-arrow-pos {
    display: flex;
    gap: 30px;
    padding: 20px 0;
}

.wrapper-pos {
    position: relative;
    z-index: 3;
    margin-top: -50px;
}

.highlights-arrow-pos-mob {
    display: none;
}

/* HIGHLIGHTS SECTION ENDS HERE -------------------------------------- */
.residences {
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.residences .section-content {
    width: 390px;
    margin: 20px 0;
}

.residences-btn {
    margin-top: 30px;
}

.footer .lower p {
    display: inline-block;
}

.residences-btn .scroll-wrap {
    display: block;
    padding: 20px 10px;
    background: #AF7F2F;
    color: #fff;
}

.residences-cont {
    margin: 80px 0 180px 50px;
}

.anim-svg-container {
    transform: translateX(-130px);
    width: 115%;
}

/* --------------------------------------------------------------------- */
.res-text {
    font: normal normal normal 16px/22px 'Inter', sans-serif;
    color: white;
}

.res-box {
    width: 220px;
    height: 70px;
    background-color: #101738;
    padding: 10px 5px;
    text-align: center;
}

.down-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #101738;
    margin: 15px auto;
}

.res-circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #101738;
    position: relative;
}

.res-circle::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #fff;
    height: 1px;
    margin-top: -1px;
    top: 50%;
    left: 12px;
    right: 12px;
    z-index: 9;
    opacity: .8;
}

.res-circle::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #fff;
    width: 1px;
    margin-left: -1px;
    left: 50%;
    top: 12px;
    bottom: 12px;
    z-index: 9;
    opacity: .8;
}

.main-element {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.ripple-anim {
    background-color: #101738;
    position: relative;
    border-radius: 50%;
}

.ripple-anim:before,
.ripple-anim:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #101738;
    border-radius: 50%;
}

.ripple-anim:before {
    animation: ripple 2s linear infinite;
}

.ripple-anim:after {
    animation: ripple 2s linear 1s infinite;
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.opacity0 {
    opacity: 0;
}

/* ----------------------------------------------------------------- */
.residences-points-main {
    width: 666px;
    height: 566px;
    position: relative;
}

.point-4 .down-arrow {
    margin: 35px auto;
}

.point-5 .down-arrow {
    margin: 35px auto;
}

.point-1 {
    position: absolute;
    top: 30px;
    left: 320px;
}

.point-2 {
    position: absolute;
    top: 200px;
    right: 0px;
}

.point-3 {
    position: absolute;
    bottom: 0px;
    left: 300px;
}

.point-4 {
    position: absolute;
    left: 0px;
    bottom: 100px;
}

.point-5 {
    position: absolute;
    left: 100px;
    top: 150px;
}

/* RESIDENCES SECTION ENDS HERE --------------------------------------- */
.location .section-content {
    padding: 15px 0 0 30px;
}

.location-section2 {
    margin-top: 50px;
}

.map-image {
    box-shadow: 0px 3px 6px #00000029;
}

.loc-container {
    width: 360px;
    height: 400px;
    background-color: #AF7F2F;
}

.loc-content-pos {
    padding: 30px;
}

.loc-heading {
    font: normal normal 500 24px/46px "quiche-text", sans-serif;
    color: white;
}

.loc-content {
    font: normal normal normal 14px/20px 'Inter', sans-serif;
    color: white;
    position: relative;
    left: 20px;
    padding: 10px;
}

.loc-content::before {
    content: url('../images/location-cont-arr.svg');
    position: absolute;
    top: 10px;
    left: -20px;
}

.loc-content-pos img {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.location-slider .slick-slide {
    padding: 0 20px;
}

.location-arrows-pos {
    display: flex;
    gap: 20px;
    position: absolute;
    bottom: -130px;
    left: 100px;
}

.location-slider-wrapper {
    margin: 50px 0 0 -70px;
    position: relative;
    z-index: 2;
}

.get-dir-pos {
    position: absolute;
    bottom: -130px;
    left: 275px;
}

/* LOCATION SECTION ENDS ----------------------------------------------- */

.section-parallax {
    height: 700px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    /* margin-bottom: 70px; */
}

#fullview {
    padding: 0px 0px !important;
}

/* PARALLAX ENDS ------------------------------------------------------- */
.specification-cont .section-content {
    width: 500px;
    color: #101738;
    margin-top: 20px;
}

.specification-box {
    position: absolute;
    top: 10%;
    left: 22%;
}

.download-btn-pos {
    margin-top: 40px;
    display: flex;
    gap: 30px;
}

/* SPECIFICATION ENDS HERE ---------------------------------------------- */
.about {
    margin-top: -10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-main-pos {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.about-tab {
    font: normal normal normal 14px/20px 'Inter', sans-serif;
    color: white;
}

.about-cont1 {
    margin-top: 120px;
    text-align: center;
}

.about .section-content {
    width: 550px;
    margin: 20px auto;
}

.tagline-about {
    font-weight: 600;
}

.about-box-txt {
    font: normal normal normal 18px/20px 'Inter', sans-serif;
    color: white;
}

.about-box {
    display: flex;
    gap: 20px;
}

.about-hr {
    background-color: white;
    height: 50px;
    width: 0.5px;
    opacity: 0.3;
}

.about-content-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 50px;
}

.social-links {
    list-style-type: none;
    display: flex;
    gap: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* padding: 0px 10px; */
    height: 40px;
    vertical-align: middle;
    align-items: center;
}

.social-links .active {
    background-color: #AF7F2F;
    border-radius: 20px;
    height: 38px;
    padding: 10px 10px;
    width: 185px;
    text-align: center;
}

.social-links li {
    width: 185px;
    text-align: center;
}

.about-heading {
    font: normal normal 500 56px/82px "quiche-text", sans-serif;
    color: #AF7F2F;
}

/* ------------------------------ text animation code starts ---------------------------  */
/* Banneer animation starts here   */
.revealOnScroll {
    opacity: 0
}

.animated {
    -moz-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    -ms-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    animation-name: fadeInRight
}

/* ends here  */
/* -------------------------------- text animation code ends ----------/*/

.qrcode {
    max-width: 100px;

}