img{
    height: auto;
}

.header-logo-img{
    height: auto !important;
}

.vertical {
    writing-mode: vertical-rl;
    letter-spacing: .3em;
    float: right;
}
@media(max-width: 990px) {
    .vertical {
        writing-mode: horizontal-tb;
        float: none;
    }
}
.side-vertical {
    writing-mode: vertical-rl;
    letter-spacing: .5em;
    float: right;
}



@media(max-width: 990px) {
    .side-vertical {
        writing-mode: horizontal-tb;
        float: none;
    }
}
.menu-vertical {
    writing-mode: vertical-rl;
    letter-spacing: .5em;
    float: right;
}

.container-menu.inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.project-img {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 390px;
}

@media screen and (max-width: 991px) {
.project-img {    
    height: 29vw;
}

}
@media screen and (max-width: 479px) {
.project-img {    
    height: 54vw;
}

}

.section-content.bg-contact {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/contact-bg.webp);
}

.review-col {
    background-image: url(../images/review-bg.webp);
}

@media (min-width:992px) {
    /*
    html.w-mod-js:not(.w-mod-ix) [data-w-id="ace0fe2e-ac76-190c-9c1f-6aec1cd58b81"] {
        width: 110px;
    }
    */
    html.w-mod-js:not(.w-mod-ix) [data-w-id="1bf37191-218c-7745-1bc5-8bc638651f73"] {
        opacity: 1;
    }
    html.w-mod-js:not(.w-mod-ix) [data-w-id="1da7ae77-fb69-bada-4c7c-cb94df72e95b"] {
        /*width: 100%;*/
        /*height: 180px;*/
    }
}
@media (max-width:991px) and (min-width:768px) {
    html.w-mod-js:not(.w-mod-ix) [data-w-id="92c7eafa-d21e-7296-4716-92e2632ed773"] {
        display: none;
        opacity: 0;
    }
}
@media (max-width:767px) and (min-width:480px) {
    html.w-mod-js:not(.w-mod-ix) [data-w-id="92c7eafa-d21e-7296-4716-92e2632ed773"] {
        display: none;
        opacity: 0;
    }
}
@media (max-width:479px) {
    html.w-mod-js:not(.w-mod-ix) [data-w-id="92c7eafa-d21e-7296-4716-92e2632ed773"] {
        display: none;
        opacity: 0;
    }
}

.navlink {
    display: none;
}
.extlink{
    display: none;
}

.home-banner-slider {
    pointer-events: none;
}
.home-banner-arrow-l {
    pointer-events: auto;
}
.home-banner-arrow-r {
    pointer-events: auto;
}
.about-estate-logo-slider {
    pointer-events: none;
}


.all-content {
    position: relative;
    z-index: 0;
}
.custom-slider.w-slider {
  display: none;
}
.custom-slider.w-slider.active {
  display: block;
}
.custom-slider.w-slider.mobile {
  display: none;
}
.custom-slider.w-slider.mobile.active {
  display: block;
}

@media screen and (max-width: 479px) {
    .about-estate-logo-slide {
        width: 50%;
    }
}

.showcase-img{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 240px;
}

@media screen and (max-width: 991px) {
    .showcase-img{   
        height: 26vw;
    }

}
@media screen and (max-width: 479px) {
    .showcase-img{   
        height: 52vw;
    }

}

.home-banner-slide-img.desktop{
    display: block;
}
.home-banner-slide-img.mobile{
    display: none;
}
@media screen and (max-width: 767px) {
    .home-banner-slide-img.mobile{
        display: block;
    }
    .home-banner-slide-img.desktop{
        display: none;
    }
}

.h1-hide{
    display: none;
}

@media screen and (max-width: 991px){
    .pop-btn-close {
        height: 26px;
    }
}

.disableSave {
    -webkit-user-select:none;
    -webkit-touch-callout:none;
}