.homeCarouselWrap {
    background: transparent radial-gradient(closest-side at 50% 50%, #FFDFA8 0%, #FFFBF4 100%) 0% 0% no-repeat;
}

.homeCarousel {
    padding: 0 0;
    position: relative;
    display: block;
}

.homeCarousel .heading {
    font-size: 100px;
    line-height: 100px;
    margin: 0 0 20px;
    font-family: 'Kugile Regular';
    text-transform: capitalize;
    text-shadow: 2px 2px rgb(0 0 0 / 37%);
    font-weight: 500;
}

.homeCarousel p {
    font-size: 14px;
    text-shadow: 1px 1px rgb(0 0 0 / 4%);
}

.homeCarouselSlide {
    position: relative;
}

.animatedCounterSec {
    margin: 60px 0 0;
    position: relative;
    border: solid 1px var(--primaryGolden);
}

.animatedCounterSec:before {
    content: "";
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 94%);
    position: absolute;
    height: 100%;
    width: 100%;
}

.animatedCounterSec.container {
    position: relative;
    z-index: 1;
}

.counterWrap {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.counterWrap .content {
    text-align: center;
    width: 50%;
    padding: 50px 70px 50px 60px;
}

.counterWrap .content h3 {
    margin: 40px auto;
    display: table;
}

.counterGrid {
    width: 44%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 0;
    background: var(--primaryGolden);
    padding: 40px 40px 40px 0px;
    position: relative;
}

.counterGrid .item {
    width: 50%;
    text-align: center;
    color: var(--primaryBrown);
    z-index: 1;
}

.counterGrid .inner {
    font-size: 50px;
    line-height: 60px;
    font-family: "Alata", sans-serif;
    margin: 0 0 10px;
}

.counterGrid:after {
    content: "";
    top: 0;
    left: -75px;
    position: absolute;
    height: 100%;
    width: 200px;
    background: var(--primaryGolden);
    transform: skewX(20deg);
    z-index: 0;
}

footer {
    background: var(--primaryBrown);
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    margin: 50px 0 0;
    padding: 10px 0;
}

.firstPhaseSec {
    padding: 100px 0;
    margin: 0;
    background: url(../images/about-banner-1400x790.jpg);
    background-attachment: fixed;
    background-position: 120px top;
    background-size: 100%;
    position: relative;
}

.firstPhaseSec .container {
    position: relative;
    z-index: 1;
}

.firstPhaseSec:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgb(255 255 255 / 84%) 56%, transparent);
}

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

.firstPhaseSec h4 {}

.firstPhaseSec h3 {
    margin: 0 0 40px;
}

.firstPhaseSec p {
    margin: 0 0 30px;
}

.projectHighlights {
    background: url(../images/project-highlights-desktop-bg.jpg);
    background-size: cover;
}

.projectHighlights .container {
    display: flex;
}

.highlightBox {
    margin: -10px 70px -10px auto;
    background: rgb(224 183 127 / 90%);
    height: 100%;
    display: inline-block;
    padding: 100px 30px;
}

.highlightThumbsWrap {
    margin: 50px 0 60px;
}

.highlightThumb {
    display: flex;
    gap: 14px;
    margin: 0 0 30px;
    font-weight: 500;
}

.highlightThumb figure {
    width: 20px
}

.enquireNowSec {
    display: flex;
    background: #fff;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: solid 1px #146e65;
}

.enquireNowSec.top {
    margin: -140px auto 0;
}

.enquireNowSec.bottom {
}

.enquireNowSec .heading {
    background: #146e65;
    color: #fff;
    height: 100%;
    font-size: 24px;
    width: 20%;
    text-align: center;
    padding: 36px;
}

.formSec {
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 20px;
    margin: 0 0 0 auto;
    width: 80%;
    padding: 0 40px;
}

.formSec .form-group {
    width: 40%;
    margin: 0;
}

.formSec input {
    /* width: 40%; */
}

.formSec .btn {
}

.scanSec {
    display: flex;
    align-items: center;
    margin: -10px 0 0 -12px;
}

.scanSec p {
    margin: 0 0 10px;
}

.qr-code {
    margin: 0 20px 0 0;
    width: 150px;
}

.amenitiesSec {
    display: flex;
    background: url(../images/aminities-desktop-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.amenitiesSec h3 {
    margin: 0 0 30px;
}

.amenitiesSec .amenitiesWrap {
    color: var(--primaryBrown);
    margin: 0 70px 0 auto;
    background: rgb(224 183 127 / 90%);
    width: 70%;
    padding: 50px;
}

.amenitiesWrap > .row {
    row-gap: 50px;
    margin: 50px -20px 0;
}

.amenitiesSec .thumbs {
    padding: 10px;
    transition: all ease .2s;
    border: 1px solid transparent;
    width: 20%;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}

.amenitiesSec .thumbs:hover {
    border: solid 1px #d2a564;
}

.amenitiesSec .thumbs figure {
    width: 100px;
    height: 60px;
    margin: 0 auto 10px;
    align-items: center;
}

.amenitiesSec .thumbs figure img {
    max-height: 60px;
    max-width: 60px;
    filter: brightness(0);
}

.spaciousSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 100px 0;
}

.spaciousSec .content {
    padding-right: 40px;
}

.spaciousThumbWrap {
    display: flex;
    gap: 30px;
    width: 50%;
}

.spaciousThumbWrap .thumb {
    border: solid 1px #146e65;
    border-radius: 20px;
    padding: 50px 30px 30px 30px;
    text-align: center;
    color: #146e65;
    width: 50%;
}

.spaciousThumbWrap .icon {
    margin: 0 0 20px;
}

.spaciousThumbWrap .heading {
    font-size: 28px;
    line-height: 35px;
    margin: 0 0 20px;
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
}

.spaciousThumbWrap a {
    display: flex;
    justify-content: center;
    gap: 10px;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
}

.reraSec {
    background: url(../images/configuration-bg.png) repeat-x;
    padding: 100px 0;
}

.reraSec .container {
    max-width: 900px;
    margin: 0 auto;
    background: rgb(40 22 6 / 90%);
    border-radius: 20px;
    padding: 50px;
    text-align: center;
}

.reraSec h3, .reraSec h4 {
    color: var(--primaryGolden);
    margin: 0 auto 30px;
}

.reraSec p {
    color: #fff;
}

.reraSec a {
    color: var(--primaryBrown);
}

.reraSec a img {
    margin: 0 0 0 5px;
    width: 16px;
}

.reraSec .tableWrap {
    text-align: left;
    margin: 40px 0 0;
    padding: 0 30px 0 10px;
}

.reraSec .tableHeader {
    background: var(--primaryGolden) !important;
    font-weight: 600;
    color: var(--primaryBrown);
}

.reraSec .row {
    transition: all ease .2s;
}

.reraSec .row:not(.tableHeader):hover {
    background: var(--lightYellow);
}

.locationSec {
    padding: 100px 0;
    background: url(../images/sky-bg.svg) 0 -50px repeat-x;
}

.locationSec p {
    max-width: 850px;
    margin: 0 0 70px;
}

.locationSec h4 {
    max-width: 500px;
    margin: 0 0 30px;
}

.location-Image {
    border: solid 6px #146e65;
}

.accordianWrap {
    padding: 0 0 0 70px;
}

.accordianWrap h3 {
    margin: 0 0 60px;
}

.accordianWrap .card {
    border: 0
}

.accordianWrap .card-header {
    background: none;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 1px solid #000;
    border-bottom: 0;
    border-radius: 0;
    padding: 0;
}

.accordianWrap .card-header a {
    display: flex;
    padding: 10px 0;
    position: relative;
    transition: all ease .2s;
}

.accordianWrap .card-link.collapsed .arrow {transform: rotate(0deg);}

.accordianWrap .card-header .arrow {
    position: absolute;
    top: 8px;
    right: 0;
    width: 15px;
    transform: rotate(180deg);
}

.accordianWrap .card-body {
    padding: 0 0 20px;
}

.accordianWrap .card-body ul {
    list-style: initial;
    padding: 0 0 0 10px;
}

.projectSec {
    padding: 50px 0;
}

.projectSec h4 {
    max-width: 500px;
    margin: 0 0 20px;
    color: var(--primaryGolden);
}

.projectSec h3 {
    margin: 0 0 40px;
    display: table;
}



.projectSec .container {
    z-index: 1;
    position: relative;
}

.projectSec .tabs {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 40px;
    flex-wrap: wrap;
}

.projectSec .text_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.projectSec .text_link img {
    height: 14px;
}

.projectSec .tabContent {
    margin: 0;
}

.projectSec .buttons {
    gap: 10px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}

.projectSec .columns {
    row-gap: 30px;
}

.projectSec .columns img {
    width: 100%
}

.projectSec .tabsSec .btn {
    font-size: 16px;
}

.projectSec .tabsSec .btn-primary {
    background: var(--primaryGolden);
    color: #fff;
}

.findSec {
    padding: 100px 0 40px;
}

.findSec iframe {
    border: solid 4px var(--primaryBrown) !important;
    width: 100%;
}

.stickyBtnsWrap {
    position: fixed;
    top: 45%;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 1;
}

.stickyBtnsWrap a {
    background: #fff;
    display: flex;
    border: solid 1px var(--primaryGolden);
    margin: 0 0 20px;
    padding: 10px 11px 10px 11px;
    border-radius: 40px;
    width: 50px;
    height: 47px;
    overflow: hidden;
    transition: all ease .5s;
    white-space: nowrap;
}

.stickyBtnsWrap span {
    margin: 0 0 0 20px;
}

.stickyBtnsWrap a:hover {
    width: 160px;
    transition: all ease .5s;
}

.stickyBtnsWrap a:hover span {
    margin: 0 0 0 10px;
}

.thankSec {
    border: solid 1px #ECECEC;
    border-radius: 10px;
    text-align: center;
    padding: 0 0 30px;
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.thankSec p {
    max-width: 500px;
    margin: 0 auto;
}

.thankIcon {
    height: 100px;
}

.connetivitySec {
    background: url(../images/map.jpg);
    background-size: cover;
    padding: 100px 0;
}
.mobileMap {
    display: none;
}
.connetivityWrap {
    background: rgb(40 22 6 / 90%);
    display: inline-block;
    padding: 40px;
    border-radius: 20px;
    max-width: 450px;
    width: 100%;
}
.connetivityWrap h3 {
    color: var(--primaryGolden);
    margin: 0 0 40px;
}
.connetivityWrap ol {
    color: #fff;
    padding: 0;
    list-style: none;
}
.connetivityWrap li {
    margin: 0 0 20px;
}

@media screen and (max-width: 980px) {
    .enquireNowSec {
        flex-direction: column;
    }

    .enquireNowSec.top {
        margin: 20px 0;
        border: solid 1px #146e65;
    }

    .enquireNowSec .heading {
        width: 100%;
        padding: 14px;
        font-size: 20px;
    }

    .firstPhaseSec {
        margin: 0;
        padding: 0 0 50px;
        background: url(../images/about-banner-767x790.jpg);
        background-size: cover;
    }

    .firstPhaseSec:after {
    background: rgb(255 255 255 / 90%);
    }
    
    .firstPhaseSec h3 {
        margin: 30px 0 !important;
    }

    .projectHighlights {
        background: url(../images/project-highlights-mobile-bg.jpg);
    }

    .highlightBox {
        padding: 30px;
        width: 100%;
        margin: 0;
    }

    .reraSec {
    padding: 0;
    }
    .reraSec .container {
    padding: 30px 20px;
    text-align: left;
    border-radius: 0;
    }

    .reraSec h3 {text-align: left !important;}

    .highlightThumbsWrap {
        margin: 50px 0 30px;
    }

    .formSec {
        margin: 0;
        flex-wrap: wrap;
        padding: 30px;
        width: 100%;
        justify-content: space-between;
    }
    
    .formSec .form-group {
        width: 48%;
    }

    .formSec input,
    .formSec .btn {
    }

    .spaciousSec {
        flex-direction: column;
        margin: 40px 0;
    }

    .spaciousSec .content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .spaciousThumbWrap {
        width: 100%;
        margin: 40px 0 0;
    }

    .amenitiesSec {
        background: url(../images/aminities-mobile-bg.jpg);
    }

    .amenitiesSec .amenitiesWrap {
    width: 100%;
    padding: 30px 20px;
    }

    .amenitiesSec .thumbs {
    width: 25%;
    }
    
    .connetivitySec {
        background: none;
    }

    .connetivitySec, .connetivitySec .container {
    padding: 0;
    }

    .mobileMap {
        display: block;
    }
    
    .connetivityWrap {
    border-radius: 0;
    padding: 40px 20px;
    }

    .findSec iframe {
    margin: 0 0 30px;
    }

    .phonewrap {
    flex-direction: column;
    gap: 20px !important;
}
    

    .scanSec {
        flex-direction: column;
        margin: 0;
        align-items: flex-start;
    }
    
    .locationSec {
        padding: 30px 0;
    }

    .locationSec p {
        margin: 0 0 40px;
    }
    
    .accordianWrap {
        padding: 0 0 0 10px;
    }
    .projectSec {
        padding: 30px 0;
    }
    .projectSec .tabsSec .btn {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }
    .findSec {
        padding: 0px 0;
    }
    .findSec h3 {
        padding: 30px 0 0;
    }
    .footerContactRow {
        padding: 0;
        gap: 30px;
    }
    .animatedCounterSec {
        margin: 0px 0 0 !important;
    }
    .counterWrap {
        padding: 30px 0 0;
        flex-direction: column;
    }
    .counterGrid , .counterWrap .content {
        width: 100%;
        margin: 0 0 30px;
        padding: 0 10px 0;
    }
    .counterGrid {
    margin: 0;
    }
    .counterGrid:after {
        display: none
    }
    .counterWrap .content h3 {
        margin: 20px 0 !important;
    }
    .reraSec a {
        display: flex;
        font-size: 11px;
    }
}

@media screen and (max-width: 767px) {

    .location-Image {
        margin: 0 0 50px
    }
    
    .counterGrid .item {
    /* border: 0 !important; */
    padding: 30px 0;
    width: 50%;
    }
    .counterGrid .item:nth-child(even) {
        padding-left: 20px
    }
    
    .amenitiesSec .thumbs {
        width: 50%;
    }
}

@media screen and (max-width: 580px) {
    .formSec .form-group {
        width: 100%;
    }
    .formSec input,
    .formSec .btn {
        width: 100%;
    }

    .spaciousThumbWrap {
        flex-direction: column;
    }

    .spaciousThumbWrap .thumb {
        width: 100%;
        padding: 30px 30px 10px 30px;
    }
}