/* NEW HERO */

.chms-slider-image-w-bg{
    flex: 1;
}

.chms-slider-image-w-bg-overlay{
    pointer-events: none;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.chms-image-down-title{
    display: flex;
    height: 60px;
    align-items: center;
    background: linear-gradient(-55deg, rgba(237, 221, 83, 0) 10%, rgba(22, 54, 88, 1) 0%);
    font-size: 20px;
    color: #fff;
    margin-top: -2px;
    width: 80%;
    padding-left: 85px;
}

/* NEW INVESTMENT SLIDER */


/* Style the tab */
.chms-invest-tabs {
    overflow: hidden;
}

/* Style the buttons inside the tab */
.chms-invest-tabs button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    font-size: 17px;
    border-top-right-radius: 20px 20px;
    border-bottom-left-radius: 20px 20px;
    background-color: #e3e3e3;
    color: #555555;
    margin-right: 20px;

}

/* Change background color of buttons on hover */
.chms-invest-tabs button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.chms-invest-tabs button.active {
    background-color: #18385A;
    color: #fff;

}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 0px;
}

.chms-invest-slider-section{
    background: #F2F2F2;
    padding: 75px;
}

.chms-invest-slider li{
    min-height: 535px;
    margin-right: 35px;
}

.chms-invest-slider{
    margin-top: 30px;
    margin-bottom: 30px;
}

.chms-invest-slider a{
    display: flex;
    flex-direction: column;
    width: 420px;
    height: 100%;
}

.chms-invest-slider picture{
    display: unset;
}

.chms-invest-slider .desc{
    padding: 0px 10px 10px 10px;
    background-color: #fff;
    min-height: 230px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chms-invest-slider h3{
    font-size: 20px;
    color: #163658;
}

.chms-invest-slider .desc-text{
    font-size: 16px;
    color: #163658;
    font-weight: 300;
}


.chms-invest-slider .image {
    max-height: 305px;
    min-height: 305px;
}

.chms-invest-slider .text-logo{
    display: flex;
    flex-direction: row;
}

.chms-invest-slider .desc .invest-name{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #18385A;
    color: #fff;
    min-height: 50px;
    margin-top: -25px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    border-top-right-radius: 20px 20px;
    border-bottom-left-radius: 20px 20px;
    font-size: 24px;
    padding: 10px 20px 10px 20px;
    text-align: center;
    z-index: 2;
}

.chms-invest-slider .image .coming-soon-label{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #18385A;
    color: #fff;
    min-height: 50px;
    margin-top: -25px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    border-top-right-radius: 20px 20px;
    border-bottom-left-radius: 20px 20px;
    font-size: 24px;
    padding: 10px 20px 10px 20px;
    text-align: center;
    min-width: max-content;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 2;
}



.chms-invest-slider .desc .desc-text{
    width: 75%;
    padding-right: 55px;
}

.chms-invest-slider .desc .desc-logo{
    width: 25%;
}

.chms-invest-slider .desc .desc-logo img{
    object-fit: contain;
}


.chms-invest-slider img{
    width: 100%;
    height: 100%;
    display: unset;
    object-fit: cover;
    border-top-left-radius: 100px 100px;
}

.chms-invest-slider .desc .see-more{
    color: #163658;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.chms-invest-slider .splide__arrow--prev {
    left: calc(50% - 80px);
}


.chms-invest-slider .splide__arrow--next {
    left: calc(50% + 80px);
}

.chms-invest-slider .splide__arrow {
    top: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -65px;
    color: #0ab75c;
}

.chms-slide-inactive{
    pointer-events: none;
}

.chms-slide-inactive picture, .chms-slide-inactive .text-logo, .chms-slide-inactive .see-more{
    filter: grayscale(1);
    opacity: .6;
}

.chms-slide-inactive .invest-name{
    background: #A0A0A0 !important;
}

.slider-notabs{
    background: #fff !important;
}

.slider-notabs .desc{
    background: #F2F2F2 !important;
}


/*INVEST MAP*/

.leaflet-tile-pane {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#invest_map{
    height: 535px;
}

.investmap-row{
    display: flex;
    flex-direction: row;
}

.investmap-col-l{
    width: 73%;
}

.investmap-col-r{
    width: 27%;
    background-color: #163658;
    color: #fff;
    padding: 30px;
}

.investmap-contact{
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    height: 100%;
}

.investmap-in-title{
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
}

.investmap-cta-label{
    font-weight: 300; font-size: 16px; line-height: 26px; margin-bottom: -20px;
}

.investmap-tel{
    font-weight: 700; font-size: 26px; margin-bottom: 0px;
}

.investmap-desc{
    font-weight: 300; font-size: 12px; line-height: 23px; opacity: .5;
}

.investmap-tel a{
    color: #fff;
}

.contact-bottom .investmap-cta-label{
    font-weight: 300; font-size: 16px; line-height: 26px; margin-bottom: -10px;
}

.contact-bottom .investmap-mail{
    font-weight: 700; font-size: 16px; line-height: 100%;
}

.contact-bottom .investmap-mail a{
    color: #fff;
}

.investmap-icon-wrapper{
    display: flex;
    min-width: 350px;
    align-items: center;
}

.investmap-icon-image{

}

.chms-slide-inactive .image{
    position: relative;
}

.investmap-icon-label{

    margin-left: 10px;
    margin-right: 10px;
    background: #fff;
    padding: 5px 20px 5px 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: 'Lexend';

}

.investmap-icon-label .on_sale_icon{
    font-size: 16px;
    color: #163658;
    font-weight: 600;
}

.investmap-icon-label .sold_icon{

    font-size: 14px;
    color: #676767;
    font-weight: 400;

}

.map_icon_label_left{
    flex-direction: row-reverse;
}

.map_icon_label_right{

}





@media only screen and (max-width: 490px){

    .c-heroSlider picture img {
        display: none;
    }

    .c-heroSlider .slide__description {
        padding: 0px 10px 0px 10px !important;
    }

    .chms-image-down-title {
        display: none;
    }

    .chms-invest-slider-section{
        background: #F2F2F2;
        padding: 35px 0px 65px 0px;
    }

    .chms-invest-slider a, .chms-invest-slider li{
        max-width: 250px;
        margin-right: 15px;
    }

    .chms-invest-slider a {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .chms-invest-slider .desc .invest-name {
        font-size: 16px;
    }

    .chms-invest-slider .text-logo .desc-text {
        width: 100%;
        padding-right: 0px;
    }

    .chms-invest-slider .text-logo .desc-logo {
        width: 0%;
        display: none;
    }

    .chms-invest-slider .desc .see-more {
        text-align: left;
    }

    .chms-invest-slider li {
        min-height: 400px;
    }

    .chms-invest-slider .image {
        max-height: 220px;
        min-height: 220px;
    }

    .chms-invest-slider .splide__arrow {
        transform: translate(-25%, 0);
    }

    .chms-invest-slider .splide__arrow--next {
        left: auto;
    }

    .chms-invest-slider .splide__arrow--prev {
        left: calc(30% - 80px);
    }

    .chms-invest-tabs {
        overflow: auto;
        display: flex;
    }

    .chms-invest-tabs button {
        min-width: fit-content;
    }

    .chms-invest-tabs { scrollbar-width: none; } /* Firefox */
    .chms-invest-tabs { -ms-overflow-style: none; } /* IE and Edge */
    .chms-invest-tabs::-webkit-scrollbar, body::-webkit-scrollbar-button { display: none; } /* Chrome */


    .investmap-row {
        display: flex;
        flex-direction: column;
    }

    .investmap-row .investmap-col-l{
        width: 100%;
    }

    .investmap-row .investmap-col-r{
        width: 100%;
        padding: 0px 30px 10px 30px;
    }


    .investmap-in-title{
        font-size: 22px;
    }

    .investmap-cta-label{
        font-weight: 300; font-size: 16px; line-height: 26px; margin-bottom: -20px;
    }

    .investmap-tel{
        font-weight: 700; font-size: 26px; margin-bottom: 0px;
    }

    .investmap-desc{
        font-weight: 300; font-size: 12px; line-height: 23px; opacity: .5;
    }

    .investmap-tel a{
        color: #fff;
    }

    .contact-bottom .investmap-cta-label{
        font-weight: 300; font-size: 16px; line-height: 26px; margin-bottom: -10px;
    }

    .contact-bottom .investmap-mail{
        font-weight: 700; font-size: 16px; line-height: 100%;
    }

    .contact-bottom .investmap-mail a{
        color: #fff;
    }




}
