@import url(../../css2);
@import url(../../css2-1);

.project_list li::before,
.sec_head h3:after,
.sec_head h3:before {
    background-size: contain;
    background-repeat: no-repeat
}
body, html{
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

body {
    font-family: Montserrat, sans-serif;
    font-weight: 400
}
p {
    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: #078490;
    padding: 6px 10px;
    border-radius: 12px;
    color: #fff
}

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

.navbar {
    backdrop-filter: blur(20px)
}

.navbar_transparent {
    background-color: transparent
}

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

.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: #fff
}
.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;
}
.form_container {
    background-color: #152F5C;
    border-radius: 20px 20px 0 0;
    padding: 26px 24px 20px;
    border: 1px 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: #956255;
    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: 12px
}

.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
}

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

.pattern1 {
    background-color: #fffbfa
}

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

#enquiry_now button.btn-close, #site-visit-modal button.btn-close {
    opacity: 1;
    position: absolute;
    top: -10px;
    right: 0
}

#enquiry_now .btn-close, #site-visit-modal .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, #site-visit-modal .sticky_form_row {
    display: block
}

#enquiry_now .sticky_form_row>div, #site-visit-modal .sticky_form_row>div {
    margin-bottom: 12px
}

.amen_block img {
    width: 80px
}

.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
}

@media(max-width:1199px) {
    .navbar {
        background-color: #000;
        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: #fff !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: 150px
    }

    /* .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
    }

    .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
    }

    .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) {
    .navbar-brand img {
        width: 100px
    }

    .navbar .nav-link {
        color: #fff !important
    }

    .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;
    }
}

@media (max-width:576px) {
    .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: 20px
    }

    .mb_btn_div .btn_primary {
        padding: 6px 8px;
        font-size: 14px
    }
    .banner_content {
        display: none;
    }
}

.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%;
    }
}
@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;
    }
}