@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800&display=swap);


.only-acc{
    position: absolute !important;
    margin-top: 50px;
    text-align: center;
}
.project_list li::before,
.sec_head h3:after,
.sec_head h3:before {
    background-size: contain;
    background-repeat: no-repeat
}

body {
    font-family: Montserrat, sans-serif;
    font-weight: 400
}

html {
    scroll-behavior: smooth !important
}

@media(min-width:1900px) {
    .container {
        max-width: 1760px
    }
}

@media(min-width:1700px) and (max-width:1899px) {
    .container {
        max-width: 1560px
    }
}

@media(min-width:1600px) and (max-width:1699px) {
    .container {
        max-width: 1460px
    }
}

.btn_primary {
    background-color: #60c1a5;
    padding: 6px 10px;
    border-radius: 12px;
    color: #050505;
    padding: 5px 12px;
}

.btn_primary:active,
.btn_primary:hover {
    background-color: #ba8c7f !important;
    color: #fff !important;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.logo_light{
    width: 150px;
    padding: 5px;
    background: #fff;
    border-radius: 1px;
}
.logo_dark{
       width: 150px;
    padding: 5px;
    background: #fff;
    border-radius: 1px;
}
.navbar {
    backdrop-filter: blur(20px)
}

.navbar_transparent {
   background-image: linear-gradient(45deg, #050e1a, #162d50) !important;
}

.navbar_white {
    background-color: #e9f2f5;
    color: #000
}

.navbar .nav-link {
    color: #000;
    font-size: 14px
}

form .btn_primary:hover {
    background-color: #ba8c7f;
    color: #fff;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

@media(min-width:1200px) {
    .top-header .nav-link {
        font-size: 14px;
        color: #fff
    }
}

.navbar_white .nav-link {
    font-size: 14px;
    color: #000
}
.banner_content {
    position: absolute;
    top: 10vw;
    left: 60px;
}
.banner_txt {
    /* margin-top: 210px; */
    color: #fff
}

.banner_txt h3 {
    font-family: Cinzel, serif;
    font-size: 42px;
    font-weight: 500
}

.banner_head span {
    color: #fff;
    font-weight: 600
}

.banner_txt span {
    color: #debc97
}
.form-sec {
    position: absolute;
    top: 20vw;
    min-width: 400px;
}
.project_overview {
    position: relative;
}


.project_overview::after{
   position: absolute;
    bottom: 10px;
    left: 0px;
    width: 14%;
    height: 22vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
    content: '';
    background-image: url(../pic/pathcopy.webp);
}


.aftrpic{
    position: relative;
    
}
.master_sec {
    position: relative;
}

.master_sec::after{
   position: absolute;
    bottom: 0%;
    left: -12%;
    width: 36%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    content: '';
    background-image: url(../pic/pathcopy.webp);

}


 
.form_container {
    background-color: #e9f2f5;
    border-radius: 0px 0px 0 0;
    padding: 30px 24px 60px;
    border: 0px solid grey;
    border-bottom: 0;
}

.sticky_form_row>div {
    width: 100%;
}

.sticky_form_row {
    display: flex;
    gap: 12px;
    justify-content: space-around;
}
.form_sticky {
    max-width: 100%;
    height: 100px;
    z-index: 1;
    border-radius: 0 !important;
    position: fixed !important
}

.box-border,
.gallery_img {
    height: 100%
}

.form-control,
.form-select {
    border-radius: 100px
}

.submit_btn {
    padding: 6px 40px
}

.sec_head h3 {
    color: #653b3f;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec_head h3:after {
    content: "";
    background-image: url('../images/pearl_line_r.svg');
    width: 170px;
    height: 15px;
    margin-left: 20px
}

.sec_head h3:before {
    content: "";
    background-image: url('../images/pearl_line_l.svg');
    width: 170px;
    height: 15px;
    margin-right: 20px
}

.clubhouse_sec .sec_head h3::after,
.clubhouse_sec .sec_head h3::before,
.map_div .sec_head h3::after,
.map_div .sec_head h3::before,
.project_overview .sec_head h3::after,
.project_overview .sec_head h3::before {
    margin: 0;
    width: 0
}

.project_list li {
    margin-bottom: 8px;
    display: flex;
    list-style: none
}

.project_list li::before {
    content: '';
    display: inline-flex;
    height: 20px;
    width: 40px;
    background-image: url(../images/list_arrow.png);
    align-items: center
}

.project_overview .pearl_icon {
    top: -26px;
    left: -16px
}

.project_overview .icon_text {
    font-size: 15px;
    width: 96%;
}

.box-border {
    border: 1px solid #ee7d15;
    border-radius: 8px;
    padding: 16px 20px;
    background-color: #fff
}

.urban_block legend {
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 16px;
    background-color: #b3521a;
    border-radius: 10px
}

.east_txt small {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-weight: 600
}

.legend-card p {
    font-size: 14px;
    margin-bottom: 4px
}

.master_sec .zoom_icon {
    left: 27px;
    bottom: 26px
}

.gallery_sec .zoom_icon {
    left: 14px;
    bottom: 14px
}
/* gallery swiper */
.swiper-pagination-bullet{
    width:10px;
    height: 10px;
    opacity: 1;
    border:1px solid #078490;
    background-color: #fff;
}
.swiper-pagination-bullet-active{
    background-color: #078490;
}
.gallery_img{
    height:400px;
    object-fit: cover;
    border-radius: 30px;
}
/* gallery swiper end */
.bg-light {
    background-color: #f8f9fa;
    opacity: .9
}

.map_div .pearl_icon {
    top: 12px;
    left: 200px
}

.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
    top: 50%;
    transform: translate3d(20%, -50%, 0)
}

footer {
    background-color: #0f0908;
    padding-bottom: 90px;
    border-radius: 12px 12px 0 0
}
.footersec img{
        background: #fff;
    padding: 10px 15px;
    border-radius: 4px;
}

.footer_bottom {
    border-top: 1px solid gray
}

.pattern1 {
   background-color: #e9f2f5;
}

#enquiry_now .modal-content {
    background-color: #152f5c;
    border-radius: 16px;
    padding: 20px 20px 0;
    margin: auto
}

#enquiry_now button.btn-close {
    opacity: 1;
    position: absolute;
    top: 12px;
    right: 0
}

#enquiry_now .btn-close {
    box-sizing: content-box;
    width: 12px;
    height: 12px;
    padding: .25em;
    color: #000;
    background-image: url(../images/popUp_close.svg);
    border: 0;
    border-radius: .375rem;
    opacity: .5
}

#enquiry_now .sticky_form_row {
    display: block
}

#enquiry_now .sticky_form_row>div {
    margin-bottom: 12px
}

.amen_blockboxsec {
    margin-top: 2px;
    background: #60c1a500;
    padding: 15px 0px;
    border: 1px solid #8d8d8d4d;
    border-radius: 5px;
    width: 100%;
}

.amen_block img {
    width: 70px;
    padding: 5px !important;
}

.amen_blockboxsec p{
    width: 65%;
    margin: 0 auto;
}

.club_text_div h3 {
    color: #d59887
}

.club_text_div {
    position: absolute;
    top: 70px;
    left: 0
}

.youtube .play-button {
    width: 86px;
    height: 56px;
    background-color: #ee1f1f;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    z-index: 1;
    opacity: .8;
    border-radius: 8px;
    cursor: pointer;
    left: 0;
    right: 0;
    margin: auto;
}

.youtube .play-button:before {
    left: 34%;
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff
}

.youtube iframe,
.youtube img {
    height: 500px;
    width: 100%;
    border-radius: 32px
}

.youtube img {
    object-fit: cover;
    object-position: center center
}

.contactnumberbx{

}

.contactnumberbx a{
    color: #fff !important;
    display: flex;
    margin-bottom: 12px;
}

.masterplnbox img{
        width: 90% !important;
    margin-bottom: 15px;
}

.masterplnbox{
    text-align: center;
}

.projecthighlgt_blockboxsec{
   margin-top: 0px;
    background: #b0bec52b !important;
    padding: 18px 0px !important;
    border: 1px solid #8d8d8d63 !important;
    border-radius: 5px;
    width: 100%;
}
.master_sec { 
    background: #e9f2f5 !important;
    margin-top: 30px;
}

.masterplnboxmain img{
    width: 50%;
    margin: 0 auto;
    display: flex;
}

.about_iconsleft svg{
        width: 12%;
    margin-right: 12px;
}
.projecthighlgt_main{
    width: 100%;
    background-image: linear-gradient(45deg, #212529c9, #212529b8), url(../pic/projectsection.webp);
    padding: 112px 0px 80px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.banner_secmain img{
    width: 100%;
}

 /* .projecthighlgt_main::after{
     position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 331px;
    content: '';
    z-index: 0;
    background-image: linear-gradient(180deg, #ffffff, #ffffff);

}   */


   .projecthighlgt_main h3{
    color: #fff !important;
   }
.projecthighlgt_main img{
    filter: brightness(0) invert(1);
}
.projecthighlgt_main .amen_blockboxsec p{
    color: #fff;
}
.projcthightsbox{
     z-index: 9;
    position: relative;
}

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

.pding{
    padding: 60px 0px;
}
.social a {
    text-decoration: none !important;
}
.social .svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
    color: #fff;
    margin: 0px 13px 0px 0px;
    width: 27px;
    font-size: 24px;
}
.contactnumberbx {    margin-bottom: 25px !important;}
.contactnumberbx a{
    text-decoration: none !important;
}
.contactnumberbx .svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
    color: #fff;
margin: 5px 4px 0px 0px;
    width: 27px;
    font-size: 17px;
}
.footer_bottom {
     padding-bottom: 0px !important;
}
.fixed-top {
    background: #0a1526 !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}
.modal-body h5{
color: #fff;
    text-align: center;
    font-size: 22px;
    margin-bottom: 22px;
}
.bannerbutomfm{
    text-align: center;
    font-size: 22px;
}
@media(max-width:1199px) {
    .navbar {
        background-color: #fff;
        text-align: center
    }

    .navbar .logo_light {
        display: none !important
    }

    .navbar .logo_dark,
    .navbar .navbar-button {
        display: block !important
    }

    .navbar .nav-link {
        width: fit-content;
        margin: auto;
        color: #000 !important
    }

    .banner_txt {
        /* margin-top: 176px */
    }

    .banner_logo {
        width: 170px
    }

    .duxbury_logo {
        width: 350px
    }

    .banner_txt h3 {
        font-size: 30px
    }

    .overview_icon {
        width: 40px
    }

    .club_text_div {
        top: 48px
    }

    .walk_vid iframe,
    .walk_vid img {
        height: 400px
    }

    .footer_logo {
        width: 200px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .navbar-button .btn_primary {
        padding: 6px 16px;
        font-size: 12px;
        margin: auto
    }

    .top-header .nav-link {
        padding: 8px 4px !important
    }

    /* .banner_txt {
        top: 8rem
    } */
}

@media(max-width:1024px) {
    .banner_logo {
        width: 150px
    }

    .duxbury_logo {
        width: 300px
    }
}

@media (max-width:991px) {
    .navbar-brand img {
        width: 210px
    }

    /* .banner_txt {
        margin-top: 140px;
        top: 5rem
    } */

    .banner_txt h3 {
        font-size: 26px
    }

    .banner_logo {
        width: 170px
    }

    .duxbury_logo {
        width: 300px
    }

    .bg-light {
        opacity: 1
    }

    .top-header .nav-link {
        padding: 4px 2px;
        font-size: 14px
    }

    .navbar-button .btn_primary {
        padding: 4px 14px;
        font-size: 12px
    }

    .form_sticky {
        height: 80px
    }

    .form-sec .container {
        padding: 20px 30px;
        position: relative !important;
        border-radius: 16px;
        z-index: 1
        margin: 13px 21px;
        width: 97%;
    
    }

    .sec_head h3 {
        font-size: 28px;
        margin-bottom: 10px;
        line-height: 1
    }

    .sticky_form_row {
        display: block
    }

    .sticky_form_row>div {
        margin: 10px 0
    }

    .banner_text {
        bottom: 21rem;
        position: absolute !important
    }

    .bg-image {
        padding: 60px 0 0
    }

    .amen_block p {
        font-size: 14px;
        width: 100%;
    }

    .navbar-nav {
        text-align: center
    }

    .navbar-button {
        justify-content: center
    }

    .overview_icon {
        width: 36px
    }

    .amen_block img {
        width: 68px
    }

    .walk_vid iframe,
    .walk_vid img {
        height: 348px
    }
    .gallery_img{
        height:350px;
    }
    .map_div iframe {
        height: 300px;
        margin-top: 26px
    }

    .map_div .map_row {
        flex-direction: column-reverse
    }

    .map_div .pearl_icon {
        top: 5px;
        left: 144px
    }

    .loc_card img {
        width: 54px
    }

    footer {
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .form_container{ padding: 30px 20px;}
    .only-acc{
        position:relative !important;
        margin-top: 0px;
    text-align: left;
    }
    .navbar-brand img {
        width: 120px
    }

    .navbar .nav-link {
        color: #000
    }

    .navbar .navbar-button {
        display: none !important
    }

    .form-control {
        border-radius: 10px
    }

    .form-sec .container {
        /* margin-bottom: 30px */
    }

    .form_sticky {
        max-width: 100%;
        top: 33px;
        height: 100%;
        z-index: 1;
        border-radius: 20px !important;
        position: relative !important
    }

    .banner_txt {
        /* margin-top: 138px */
    }

    .banner_logo {
        width: 94px;
        margin-bottom: 14px
    }

    .duxbury_logo {
        width: 190px;
        margin-bottom: 14px
    }

    .banner_txt h3 {
        font-size: 18px
    }

    .banner_txt p {
        font-size: 13px
    }

    .banner_text h5 {
        font-size: 20px
    }

    .sec_head h3 {
        font-size: 24px
    }

    .sec_head h3:after,
    .sec_head h3:before {
        width: 100px;
        background-size: contain
    }

    .gallery_img {
        /* width: 100%; */
    }

    .map_div iframe,
    .walk_vid iframe,
    .walk_vid img {
        height: 274px
    }

    .gallery_sec .zoom_icon {
        filter: sepia(1)
    }

    .footer_logo {
        width: 136px
    }
    /* gallery swiper */
    .gallery_img{
        height: 200px;
        object-fit: cover;
        border-radius: 16px;
    }
    .sec_head h1 {
     font-size: 25px !important;
    }
        .master_sec {
        margin-top: 0px;
    }
    .pding {
        padding: 30px 0px;
    }
    .footer_bottom {
    padding-bottom: 0px !important;
}
.responsive_gallerysec  
.slick-prev {
    left: 26px !important;
    z-index: 1;
 }
   .responsive_gallerysec  .slick-next {
    right: 30px !important;
}

}

@media (max-width:576px) {
    .only-acc{
        position:relative !important;
        margin-top: 0px;
    text-align: left;
    }
    .banner_txt h3 {
        font-size: 1.4rem
    }

    .banner_txt h4 {
        font-size: 1.2rem;
        font-weight: 500
    }

    .banner_text h5 {
        font-size: 18px
    }

    .sec_head h3:after,
    .sec_head h3:before {
        width: 60px;
        height: 4px;
        display: none
    }

    .sec_head h3 {
        font-size: 22px;
        line-height: 30px
    }

    footer {
        font-size: 12px
    }

    .master_sec .zoom_icon,
    footer a>img {
       width: 80%;
        margin-bottom: 15px;
    }
    .foot1a{
            text-align: center;
    }
  .foot2 h5{
    text-align: center;
  }
    .foot2 ul{
        text-align: center;
    }

    .foot2 ul li {
        margin-bottom: 8px;
    }
    .foot1a h5{
        justify-content: center;
    }
    .foot2 ul li a {
        font-size: 14px;
    }

    .masterplnboxmain img {
    width: 98%;
    margin: 0 auto;
    display: flex
;
    position: relative;
    z-index: 2;
}

    .mb_btn_div .btn_primary {
        padding: 6px 8px;
        font-size: 14px
    }
    .banner_content {
        display: none;
    }
    .contact_div{
        text-align: center;
    }
    .contactnumberbx a{
            justify-content: center;
    align-items: center;
    display: flex;
    }
}

.iti {
    width: 100%
}

.iti__selected-flag {
    padding-right: 12px
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    color: #000;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right .75rem;
    background-size: 12px 10px;
    align-items: flex-start;
    padding-top: 11px
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-top: -5px
}

.iti__arrow {
    border: 0 !important
}

.bg-image {
    padding-top: calc(1080 / 1920 * 100%);
    overflow: hidden
}

.bg-image img {
    position: absolute;
    top: 0;
    left: 0
}
@media (min-width:200px) and (max-width:767px) {
    .bg-image {
        padding-top: 0
    }

    .bg-image img {
        position: relative;
        width: 100%
    }
}

@media (max-width: 991px) {
    .banner_content {
        margin-top: -56%;
        left: 0;
    }
    .banner_caption {
        position: relative !important;
    }
    .form-sec {
        position: relative;
        width: 100%;
        top: 10%;
    }
    .master_sec {
     margin-top: 30px;
}
}
@media (max-width:450px) {
    body{
        font-size: 0.85rem;
    }
    .form-sec {
        min-width: auto;
    }
    .walk_vid img {
        height: 200px;
    }
    .youtube iframe, .youtube img {
        border-radius: 10px;
    }
}