/* Neighborhood Guide */

.ip-banner {
    display: none;
}

.default-button, a.default-button{
    z-index: 1;
}

.default-button::before{
    z-index: -1;
}

.ip-nghb-upperfold {
    background-color: #f4f1f0;
    position: relative;
    z-index: 1;
}

.ip-nghb-upperfold .nghb-banner{
    display: block;
    position: relative;
    padding-top: 110px;
    padding-bottom: 20px;
}
.ip-nghb-upperfold .nghb-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 160px);
    background: linear-gradient( to left, rgb(46,46,46) 0%, rgb(162,160,146) 100%);
    text-align: center;
    padding: 110px 0 0;
    z-index: -1;
}

.nghb-banner-map {
    max-width: 980px;
    width: calc(100% - 30px);
    margin: 0 auto;
    background: rgb(133 131 131 / .70);
    border: 8px;
    border: 3px solid #fff;
    padding: 35px 0;
    text-align: center
}

.nghb-banner-map .nghb-banner-map-list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    max-width: 830px;
    margin: 0 auto;
}

.nghb-banner .section-title {
    text-align: center;
    margin-bottom: 35px;
}

.nghb-banner .section-title h2{
    color: #fff;
    font-size: 89px;
}

.nghb-banner .nghb-banner-map h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .260em;
    line-height: 1;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    display: inline-block;
}

.nghb-banner .nghb-banner-map h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #fff;
    height: 1px;
    width: 75%;
}

.nghb-banner-map-list .nghb-banner-map-item {
    position: relative;
}

.nghb-banner-map-item .item-label {
    font-size: 13px;
    color: #ffffff;
    letter-spacing: .260em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.nghb-banner-map-item .map-item-hvr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
}

.nghb-banner-map-item button:hover .map-item-hvr{
    opacity: 1;
}

.nghb-banner-map-item button.map-item-btn {
    position: relative;
    display: block;
    background: transparent;
    border: 0;
    padding: 0;
    outline: none;
}

.nghb-banner-map-item:nth-child(4) button:nth-child(2) {
    margin-left: -25px;
}

.nghb-banner-map-item:nth-child(5) button.map-item-btn {
    margin-left: -30px;
}

/* Banner : End */


/* Explore : Start */
.ip-nghb-explore {
    display: block;
    position: relative;
}

.ip-nghb-explore .nghb-explore-preview {
    font-size: 0;
    display: flex;
}

.nghb-explore-preview .explore-preview-photo {
    width: 66%;
    padding: 150px 30px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.nghb-explore-preview .explore-preview-photo:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .40;
    z-index: -1;
}

.nghb-explore-preview .explore-preview-dtls {
    width: 34%;
    padding: 65px 0;
    position: relative
}

.nghb-explore-preview .explore-preview-dtls {
    width: 34%;
    padding: 65px 20px;
    position: relative;
    background: linear-gradient( 130deg, rgb(46,46,46) 0%, rgb(162,160,146) 100%);
}

 .nghb-explore-preview .preview-photo-dtls {
    max-width: 630px;
    margin: 0 auto;
    padding: 80px 20px 70px;
    text-align: center;
    border: 2px solid #fff;
}

.photo-dtls-inner {
    max-width: 420px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

 .preview-photo-dtls h3 {
    font-size: 55px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .260em;
    line-height: 54px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.preview-photo-dtls span.sub-text {
    display: block;
    font: italic 400 29px/1 'TT Ramillas', serif;
    color: #fff;
    max-width: 480px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 2;
    font-style: normal;
    FONT-WEIGHT: 300;
    letter-spacing: .020em;
    padding: 24px 0;
}

.preview-photo-dtls a.default-button {
    max-width: 260px;
    margin: 0 auto;
    width: 100%;
}

.explore-preview-dtls .explore-preview-info {
    max-width: 440px;
    margin: 0 auto;
    display: block;
}

.explore-preview-dtls .explore-preview-info ul {
    list-style: none;
    display: block;
}

.explore-preview-info ul li:not(:last-child) {
    margin-bottom: 30px;
}

.explore-preview-info ul li {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.explore-preview-info ul .icon-wrap {
    padding-right: 12px;
}

.explore-preview-info ul .dtls-wrap {
    display: block;
    width: 100%;
}

.explore-preview-info ul .dtls-wrap span.dtls-label {
    font-size: 17px;
    color: #a2a092;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .200em;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.explore-preview-info ul .dtls-wrap p {
    color: #e1dcd7;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: .020em;
    font-weight: 400;
    max-width: 320px;
}

.nghb-explore-dtls {
    padding: 40px 0 20px;
    text-align: center;
}

.nghb-explore-dtls .explore-dtls-info {
    margin: 0 -30px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    font-family: 'Open Sans', sans-serif;
}

.ip-nghb-explore .section-title {
    display: block;
    margin-bottom: 40px;
}

.ip-nghb-explore .section-title h3 {
    font: 400 36px/0.85 'TT Ramillas', serif;
    color: #a2a092;
    position: relative;
    z-index: 2;
}

.explore-dtls-info .explore-dtls-col {
    width: 33.33%;
    margin-bottom: 50px;
}

.explore-dtls-info span.explore-dtls-label {
    font-size: 14px;
    text-transform: uppercase;
    color: #a2a092;
    letter-spacing: .360em;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
    font-weight: 400;
}

.explore-dtls-info ul {
    text-align: center;
    font-size: 0;
}

.explore-dtls-info ul li {
    font-size: 12px;
    color: #858383;
    letter-spacing: .300em;
    text-transform: uppercase;
    font-weight: 400;
}

.explore-dtls-info ul li:not(:last-child) {
    margin-bottom: 14px;
}

.ip-nghb-explore.image-left .nghb-explore-preview {
    flex-direction: row-reverse;
}

.ip-nghb-explore.image-left .nghb-explore-preview .explore-preview-dtls {
    padding-left: 40px;
}
/* Explore : End */

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

}

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

}

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

    .nghb-explore-preview .explore-preview-photo {
        width: 60%;
    }

    .nghb-explore-preview .explore-preview-dtls {
        width: 40%;
    }

}

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


    /* banner : Start */

    .nghb-banner .section-title h2 {
        font-size: 69px;
    }
    
    .ip-nghb-upperfold .nghb-banner {
        padding-top: 60px;
    }

    .ip-nghb-upperfold .nghb-banner:before {
        height: calc(100% - 50px);
    }

    .nghb-banner-map-list {
        flex-wrap: wrap;
    }

    .nghb-banner .nghb-banner-map h3 {
        margin-bottom: 30px;
    }

    .nghb-banner-map-list .nghb-banner-map-item {
        /* width: 33.33%; */
        margin-bottom: 20px;
    }

    .nghb-banner-map-list .nghb-banner-map-item:nth-child(1) {
        width: 15.67%;
    }

    .nghb-banner-map-list .nghb-banner-map-item:nth-child(2) {
        width: 21.09%;
    }

    .nghb-banner-map-list .nghb-banner-map-item:nth-child(3) {
        width: 22.42%;
    }

    .nghb-banner-map-list .nghb-banner-map-item:nth-child(4) {
        width: 16.45%;
        margin-left: 5%;
    }

    .nghb-banner-map-list .nghb-banner-map-item:nth-child(5) {
        width: 9.62%;
    }

    .nghb-banner-map-item .item-label {
        font-size: 11px;
    }

    .nghb-banner-map-item button.map-item-btn, 
    .nghb-banner-map-item:nth-child(5) button.map-item-btn {
        margin: 0 auto;
    }

    /* Banner : End */


    /* Explore : Start */
    .ip-nghb-explore .nghb-explore-preview {
        display: block;
    }

    .nghb-explore-preview .explore-preview-photo {
        width: 100%;
        padding: 30px 15px;
    }

    .nghb-explore-preview .explore-preview-dtls {
        width: 100%;
        padding: 30px 15px;
    }

    .nghb-explore-dtls .explore-dtls-info {
        margin: 0;
    }

    .explore-dtls-info span.explore-dtls-label {
        letter-spacing: .200em;
        line-height: 1;
    }

    .explore-dtls-info ul li {
        letter-spacing: .100em;
    }

    .explore-preview-info ul li {
        flex-direction: column;
    }

    .explore-preview-info ul .icon-wrap {
        margin-bottom: 20px;
    }

    .preview-photo-dtls h3 {
        font-size: 45px;
        letter-spacing: .150em;
    }

    .nghb-banner-map {
        max-width: 560px;
    }

    .ip-nghb-explore.image-left .nghb-explore-preview .explore-preview-dtls{
        padding-left: 15px;
    }

    /* Explore : Start */
}

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

    /* banner : Start */

    .nghb-banner .section-title h2 {
        font-size: 59px;
    }
    
    .ip-nghb-upperfold .nghb-banner {
        padding-top: 30px;
    }
    

    /* Banner : End */


    /* Explore : Start */

    .explore-dtls-info .explore-dtls-col {
        width: 50%;
    }

    .explore-dtls-info span.explore-dtls-label {
        letter-spacing: .100em;
    }

    .preview-photo-dtls h3 {
        letter-spacing: .050em;
        font-size: 40px;
        line-height: 1;
    }

    .preview-photo-dtls span.sub-text {
        font-size: 24px;
        padding: 15px 0;
    }

    /* Explore : End */

}

@media only screen and (max-width: 480px) { 
    
    /* banner : Start */

    .nghb-banner .section-title h2 {
        font-size: 45px;
    }

    .nghb-banner-map-list .nghb-banner-map-item {
        width: 50%;
    }

    .nghb-banner-map-item .item-label {
        font-size: 7px;
    }

    /* Banner : End */

    /* Explore : Start */

    .explore-preview-info ul .dtls-wrap span.dtls-label {
        letter-spacing: .15em;
        font-size: 15px;
    }

    .explore-dtls-info .explore-dtls-col {
        width: 100%;
    }

    .nghb-explore-preview .preview-photo-dtls {
        padding: 30px 15px;
    }

    .explore-dtls-info ul li {
        letter-spacing: .050em;
    }

    .explore-dtls-info ul li:not(:last-child) {
        margin-bottom: 8px;
    }

    .explore-dtls-info .explore-dtls-col {
        margin-bottom: 25px;
    }

    /* .explore-preview-info ul .dtls-wrap p {
        line-height: 1.3;
    } */
    /* Explore : End */


}