html{

    overflow-x: hidden;

}

.headline-xxxl {

    font-family: "Montserrat", sans-serif;

    font-size: 66px;

    font-weight: 300;

    line-height: 2.2;

}



#up .flex-min-height-100vh {

    /* top: 380px; */

}

.commercial-samam-bookvisit,

.residential-samam-bookvisit {

    cursor: pointer;

    width: 180px;

    text-align: center;

    font-size: 14px;

    margin: 0;

    transition: background-image 3s ease-in-out;

    background: #222946;

    position: fixed;

    left: -67px;

    top: 70%;

    transform: rotate(270deg);

    padding: 15px 30px;

    color: #fff;

    z-index: 1;

}

.commercial-samam-bookvisit:hover,

.residential-samam-bookvisit:hover {

    transition: background-image 3s ease-in-out;

    background-color: #222946;

}

.Click-here {

    cursor: pointer;

    width: 180px;

    text-align: center;

    font-size: 14px;

    margin: 0;

    transition: background-image 3s ease-in-out;

    background: #222946;

    position: fixed;

    left: -59px;

    top: 40%;

    transform: rotate(270deg);

    padding: 15px 30px;

    color: #fff;

    z-index: 1;

}

.Click-here:hover {

    transition: background-image 3s ease-in-out;

    background-color: #222946;

}

.custom-model-main, 

.custom-model-main1 {

    text-align: center;

    overflow: hidden;

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

   /* z-index: 1050;

    */

    -webkit-overflow-scrolling: touch;

    outline: 0;

    opacity: 0;

    -webkit-transition: opacity 0.15s linear, z-index 0.15;

    -o-transition: opacity 0.15s linear, z-index 0.15;

    transition: opacity 0.15s linear, z-index 0.15;

    z-index: -1;

    overflow-x: hidden;

    overflow-y: auto;

}

.model-open,

.model-open1 {

    z-index: 99999;

    opacity: 1;

    overflow: hidden;

}

.custom-model-inner {

    -webkit-transform: translate(0, -25%);

    -ms-transform: translate(0, -25%);

    transform: translate(0, -25%);

    -webkit-transition: -webkit-transform 0.3s ease-out;

    -o-transition: -o-transform 0.3s ease-out;

    transition: -webkit-transform 0.3s ease-out;

    -o-transition: transform 0.3s ease-out;

    transition: transform 0.3s ease-out;

    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;

    display: inline-block;

    vertical-align: middle;

    width: 600px;

    margin: 30px auto;

    max-width: 97%;

}

.custom-model-wrap {

    display: block;

    width: 100%;

    position: relative;

    background-color: #fff;

    border: 1px solid #999;

    border: 1px solid rgba(0, 0, 0, 0.2);

    border-radius: 6px;

    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);

    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);

    background-clip: padding-box;

    outline: 0;

    text-align: left;

    padding: 20px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    max-height: calc(100vh - 70px);

    overflow-y: auto;

}

.model-open .custom-model-inner,

.model-open1 .custom-model-inner {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    position: relative;

    z-index: 999;

}

.model-open .bg-overlay,

.model-open1 .bg-overlay  {

    background: rgba(0, 0, 0, 0.6);

    z-index: 99;

}

.bg-overlay {

    background: rgba(0, 0, 0, 0);

    height: 100vh;

    width: 100%;

    position: fixed;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    z-index: 0;

    -webkit-transition: background 0.15s linear;

    -o-transition: background 0.15s linear;

    transition: background 0.15s linear;

}

.close-btn {

    position: absolute;

    right: 0;

    top: -30px;

    cursor: pointer;

    z-index: 99;

    font-size: 30px;

    color: #fff;

}



.book-visit {

    cursor: pointer;

    width: 180px;

    text-align: center;

    font-size: 14px;

    margin: 0;

    transition: background-image 3s ease-in-out;

    background: #222946;

    position: fixed;

    left: -100px;

    top: 70%;

    transform: rotate(270deg);

    padding: 15px 30px;

    color: #fff;

    z-index: 1;

}

.display-desktop {

    display: block;

}

.display-mob {

    display: none;

}



.custom-model-wrap input, 

.custom-model-wrap textarea {

    width: 100%;

    margin: 10px 0;

    padding: 10px 0 10px 10px;

    border: 1px solid #ddd;

    cursor: pointer !important;

    color: #919191;

    font-size: 12px;

    text-align: left;

    font-weight: 700;

}

.custom-model-wrap input::-webkit-input-placeholder, 

.custom-model-wrap textarea::-webkit-input-placeholder {

   /* Edge */

    color: #000 !important;

    font-weight: 800 !important;

}

.custom-model-wrap input:-ms-input-placeholder, 

.custom-model-wrap textarea:-ms-input-placeholder {

   /* Internet Explorer 10-11 */

    color: #000 !important;

    font-weight: 800 !important;

}

.custom-model-wrap input::placeholder, 

.custom-model-wrap textarea::placeholder {

    color: #000 !important;

    font-weight: 800 !important;

}

input.form-input::-webkit-input-placeholder, 

textarea.form-input::-webkit-input-placeholder {

   /* Edge */

    color: #000000 !important;

}

input.form-input:-ms-input-placeholder, 

textarea.form-input:-ms-input-placeholder {

   /* Internet Explorer 10-11 */

    color: #000000 !important;

}

input.form-input::placeholder, 

textarea.form-input::placeholder {

    color: #000000 !important;

}

.bg-overlay-black.bg-overlay-black_47, .bg-overlay-white.bg-overlay-white_47 {

    opacity: 1.47;

}

.footer-mob-box{

    display: none;

}

.residential-samam-bookvisit {

    cursor: pointer;

    width: 180px;

    text-align: center;

    font-size: 14px;

    margin: 0;

    transition: background-image 3s ease-in-out;

    background: #222946;

    position: fixed;

    left: -67px;

    top: 70%;

    transform: rotate(270deg);

    padding: 15px 30px;

    color: #fff;

    z-index: 1;

}



.residential-samam-bookvisit:hover {

    transition: background-image 3s ease-in-out;

    background-color: #222946;

}

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

    .Click-here {

        top: 35%;

    }

}

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

    .Click-here {

        cursor: pointer;

        width: auto;

        text-align: center;

        font-size: 14px;

        margin: 0;

        transition: background-image 3s ease-in-out;

        background: #222946;

        position: fixed;

        left: -82px;

        top: 40%;

        transform: rotate(270deg);

        padding: 10px 20px;

        color: #fff;

        z-index: 1;

    }

    .commercial-samam-bookvisit,

    .residential-samam-bookvisit {

        cursor: pointer;

        width: auto;

        text-align: center;

        font-size: 14px;

        margin: 0;

        transition: background-image 3s ease-in-out;

        background: #222946;

        position: fixed;

        left: -37px;

        top: 70%;

        transform: rotate(270deg);

        padding: 10px 20px;

        color: #fff;

        z-index: 1;

    }

}

@media only screen and (max-width: 1399px) and (min-width: 1200px) {

    .nav-btn.large .nav-btn__inner {

        font-size: 52px;

   }

}

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

    a.header-logo__box.js-pointer-large.js-animsition-link {

        height: 200px;

        width: 200px;

   }

    .headline-xxl {

        font-size: 58px;

   }

    .headline-xl {

        font-size: 50px;

   }

    .headline-xxl {

        font-size: 65px;

   }

    .headline-xxxl {

        font-size: 60px;

   }

    .headline-l {

        font-size: 60px;

   }

    #site_progress .padding-top-bottom-120 {

        padding-top: 60px;

        padding-bottom: 60px;

   }

    .padding-top-30 {

        padding-top: 30px;

   }

}

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

    a.header-logo__box.js-pointer-large.js-animsition-link {

        height: 200px;

        width: 150px;

   }

    .headline-xxl {

        font-size: 54px;

   }

    .headline-xxxl {

        font-size: 50px;

   }

    .headline-l {

        font-size: 50px;

   }

    #walkthrough .padding-bottom-100 {

        padding-bottom: 100px;

   }

    #walkthrough .padding-top-100 {

        padding-top: 50px;

   }

    #specification_section .column-100-100 {

        flex-basis: 50% !important;

        margin-left: 0 !important;

   }

}

@media screen and (min-width: 800px) {

    .custom-model-main:before, 

    .custom-model-main1:before {

        content: "";

        display: inline-block;

        height: auto;

        vertical-align: middle;

        margin-right: -0px;

        height: 100%;

   }

}

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

    .custom-model-inner {

        margin-top: 45px;

   }

}

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

    .headline-xxl {

        font-size: 36px;

   }

    .headline-xl {

        font-size: 40px;

   }

    .headline-xxxl {

        font-size: 40px;

   }

    a.header-logo__box.js-pointer-large.js-animsition-link {

        height: 200px;

        width: 150px;

   }

    .samam .column-l-margin-40 {

        margin-left: 0;

   }

    #specifications_section .padding-top-bottom-120 {

        padding-top: 30px;

        padding-bottom: 50px;

   }

    #amenities_section .padding-top-90 {

        padding-top: 0px;

   }

    #amenities_section .padding-top-bottom-120 {

        padding-top: 0px;

        padding-bottom: 0px;

   }

    #views_section .padding-top-bottom-120 {

        padding-top: 40px;

        padding-bottom: 0;

    }

    #site_progress .padding-top-bottom-120 {

        padding-top: 30px;

        padding-bottom: 80px;

   }

    #site_progress .padding-top-90 {

        padding-top: 30px;

   }

    #walkthrough .headline-xxxl {

        font-size: 32px;

        margin-bottom: 30px;

   }

    #walkthrough .padding-top-100 {

        padding-top: 50px;

   }

    #legal_documents_section .headline-l {

        font-size: 30px;

   }

    #legal_documents_section .padding-top-bottom-120 {

        padding-top: 70px;

        padding-bottom: 70px;

   }

    .column-l-r-margin-10 {

        margin-right: 10px;

   }

    .nav-btn.large .nav-btn__inner {

        font-size: 30px;

   }

    .fixed-footer .headline-l {

        font-size: 30px;

   }

    .footer-logo__img {

        width: auto;

        height: 50px;

        padding: 0;

   }

    .fixed-footer .padding-top-30 {

        padding-top: 0px;

   }

    .fixed-footer .padding-bottom-90 {

        padding-bottom: 50px;

   }

    .footer-nav-mobile-padding {

        padding-top: 50px;

   }

    .fixed-footer .padding-top-90 {

        padding-top: 50px;

   }

    .fixed-footer .padding-top-bottom-120 {

        padding-top: 60px;

        padding-bottom: 60px;

   }

    .samam .pos-rel.flex-min-height-100vh.height-60 {

        min-height: 60vh;

   }

    .samam #down .padding-top-bottom-120 {

        padding-top: 60px;

        padding-bottom: 60px;

   }

    #walkthrough .padding-bottom-100 {

        padding-bottom: 80px;

   }

    section#walkthrough {

        padding-bottom: 100px;

   }

    .Click-here, .book-visit {

        width: 140px !important;

        font-size: 12px !important;

        left: -75px !important;

        padding: 10px 20px !important;

   }

    #specifications_section .column-100-100 {

        -ms-flex-preferred-size: 100% !important;

        flex-basis: 99% !important;

        margin-left: 5px !important;

    }

}

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

    .banner-section {

        height: 60vh;

   }

}

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

    #views_section .padding-top-bottom-90 {

        padding-top: 30px;

        padding-bottom: 0;

    }

    .banner-section .Click-here,

    .banner-section .commercial-samam-bookvisit,

    .banner-section .residential-samam-bookvisit{

        display: none;

    }

    .footer-mob-box {

        display: block;

        position: fixed;

        bottom: 0;

        z-index: 99;

        background: #333;

        width: 100%;

        left: 0;

        right: 0;

        text-align: center;

        height: auto;

        padding: 15px 0;

    }

    

    .footer-mob-box .six-columns {

        width: 50%;

        float: left;

        flex-basis: 50%;

    }

    

    .footer-mob-box .six-columns a {

        width: 100%;

        text-align: center;

    }

    .footer-mob-box .six-columns a.Click-here-2 {

        padding: 10px 50px;

        border: 1px solid #fff;

        background: #d0bf7d;

        color: #000;

        font-weight: 600;

    }

    .fixed-footer .padding-top-bottom-120 {

        padding-top: 70px;

        padding-bottom: 80px;

   }

    .footer-nav-mobile-padding {

        padding-top: 40px;

   }

    .fixed-footer .padding-top-bottom-120 {

        padding-top: 60px;

        padding-bottom: 80px;

   }

    .fixed-footer .padding-top-30 {

        padding-top: 0px;

   }

    .footer-logo.padding-bottom-90 {

        padding-bottom: 0px;

   }

    .fixed-footer .padding-top-90 {

        padding-top: 50px;

   }

    .flex-container .padding-top-90 {

        padding-top: 40px;

   }

    .padding-top-60.footer-email, .padding-top-60.footer-address {

        padding-top: 30px;

   }

}

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

    .display-desktop {

        display: none;

   }

    .display-mob {

        display: block;

   }

}

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

    .amenities-block .clients-lines__column {

        flex-basis: 50%;

   }

    /* .amenities-block .clients-lines__column:nth-child(4n) .clients-lines__inner {

        border-right: 0px solid rgba(250, 250, 250, .1);

   }

    .clients-lines__column:nth-last-child(3) .clients-lines__inner, .clients-lines__column:nth-last-child(4) .clients-lines__inner {

        border-bottom: 0px solid rgba(250, 250, 250, .1);

   } */

    .clients-lines__inner {

       border: 1px solid rgba(250, 250, 250, .1) !important;

   }

}

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

    #up .flex-min-height-100vh {

        /* top: 30px !important; */

   }

    .Click-here, .book-visit {

        width: 140px !important;

        font-size: 12px !important;

        left: -75px !important;

        padding: 10px 20px !important;

   }

   .footer-copyright {

    width: calc(100% - 20px);

    bottom: unset;

    margin-bottom: 50px;

    left: unset;

    width: 100%;

    max-width: 100%;

    transform: unset;

}

.copyright-style {

    font-family: 'Montserrat', sans-serif;

    font-size: 10px;

    font-weight: 400;

    letter-spacing: 0;

    line-height: 1;

    text-transform: uppercase;

    display: unset;

    align-items: unset;

}

.footer-social-desktop-hidden.list.list_center.padding-top-90 {

    padding-bottom: 30px;

}

.copyright-style img {

    width: auto;

    height: auto;

    vertical-align: baseline;

}

}