.floorplans-items__title {
    color: #175C64;
}
.floorplans {
    position: relative;
    display: inline-block;
    -webkit-clip-path: polygon(11% 0%, 100% 0%, 89.2% 100%, 0% 100%);
    clip-path: polygon(11% 0%, 100% 0%, 89.2% 100%, 0% 100%);
}
.floorplans::before {
    content: "";
    display: inline-block;
    width: calc(100% - 4.5rem);
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% + 0.1rem);
    transform: skew(-6deg) translateX(-50%);
    border: 0.4rem solid #175C64;
    z-index: 2;
    pointer-events: none;
}
.floorplans__figure {
    position: relative;
}
.floorplans__figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
}
.floorplans__info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #175C64;
}
.floorplans__code {
    background-color: #E0B45C;
    color: #fff;
    font-family: 'oswald', sans-serif;
    font-weight: 700;
}
.floorplans__name {
    color: #fff;
    font-family: 'oswald', sans-serif;
    font-weight: 700;
}
.floorplans__features {
    color: var(--main-color);
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}
.floorplans__features span {
    color: #fff;
}
.floorplans__text,
.floorplans__price {
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.floorplans__text {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}
.floorplans__price {
    font-family: 'oswald', sans-serif;
    font-weight: 700;
}

.floorplans-items:not(.active) {
    display: none;
}
@media only screen 
and (min-width : 961px) {
    .show-message .floorplans-items__title::after {
        content: 'None available at the moment';
        display: block !important;
        color: var(--main-color);
        font-family: 'DM Sans', sans-serif;
        font-weight: 500;
        font-size: 2.8rem;
        line-height: 1.3125em;
        letter-spacing: 0.003em;
        text-transform: none;
        padding: 4rem 0 0 0;
    }
    .floorplans-items {
        margin-bottom: 6rem;
    }
    .floorplans-items:last-of-type {
        margin-bottom: 0;
    }
    .floorplans-head {
        margin-bottom: 4rem;
        padding-left: 13rem;
    }
    .floorplans-items .col-36-10:not(.active) {
        display: none;
    }
    .empty-message {
        padding: 0 5.72%;
        display: none !important;
    }
    .floorplans-items .row[data-comp="slider-floorplans-mobile"] {
        padding: 0 5.72%;
    }
    .floorplans-items .col-36-10 {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        padding: 0;
        margin-bottom: 5rem;
    }
    .floorplans__figure {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 33.8rem;
        padding: 3.2rem 8.1rem 5rem 8.1rem;
    }
    .floorplans__figure > img {
        width: 100%;
        height: auto;
    }
    .floorplans__figcaption {
        right: 4.593rem;
        bottom: -1.5rem;
        width: 100%;
        max-width: 7.5rem;
    }
    .floorplans__code {
        font-size: 2.2rem;
        line-height: 1.45em;
        letter-spacing: 0.003em;
        padding: 1.2rem 1.5rem;
        -webkit-clip-path: polygon(.6rem 0%, 100% 0%, 92% 100%, 0% 100%);
        clip-path: polygon(.6rem 0%, 100% 0%, 92% 100%, 0% 100%);
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .floorplans__info {
        padding: 1.7rem 6.233rem 2.1rem 3.5rem;
    }
    .floorplans__info-left {
        flex: 1;
        padding-right: 1rem;
    }
    .floorplans__name {
        font-size: 2.5rem;
        line-height: 1.48em;
        letter-spacing: 0.0032em;
        margin-bottom: .3rem;
    }
    .floorplans__features {
        font-size: 1.6rem;
        line-height: 1.3125em;
        letter-spacing: 0.003em;
    }
    .floorplans__info-right {
        flex: 0 1 8.2rem;
    }
    .floorplans__text {
        padding-top: 1.4rem;
        font-size: 1.3rem;
        line-height: 1.27em;
        letter-spacing: 0.0454em;
    }
    .floorplans__price {
        font-size: 2.7rem;
        line-height: 1em;
        letter-spacing: .00296em;
    }
}
@media only screen 
and (max-width : 960px) {
    .floorplans-items {
        padding-top: 7rem;
    }
    .floorplans-items .slick-slider {
        width: 100%;
    }
    .floorplans-items .slick-slide {
        flex: none;
        width: 32.5rem;
    }
    /* .floorplans-items .slick-slide.slick-current.slick-active{
        margin-left: 5rem;
    } */
    .show-message .floorplans-items__title::after {
        content: 'None available at the moment';
        color: var(--main-color);
        font-family: 'DM Sans', sans-serif;
        font-weight: 500;
        font-size: 2.8rem;
        line-height: 1.3125em;
        letter-spacing: 0.003em;
        padding: 2rem 0;
        text-transform: none;
        display: block;
    }
    .floorplans-items__title {
        margin-bottom: 3.5rem;
    }
    .floorplans {
        max-width: 32.5rem;
    }
    .floorplans::before {
        width: calc(100% - 3.25rem);
    }
    .floorplans__figure {
        padding: 1.37rem 6.4rem 3.8rem 6.1rem;
    }
    .floorplans__figure img {
        height: 19.4rem;
    }
    .floorplans__figcaption {
        right: 3rem;
        bottom: -1rem;
    }
    .floorplans__code {
        font-size: 1.8em;
        line-height: 1.44em;
        letter-spacing: 0.005em;
        padding: .87rem 1rem;
        clip-path: polygon(.6rem 0%, 100% 0%, 92% 100%, 0% 100%);
        -webkit-clip-path: polygon(.6rem 0%, 100% 0%, 92% 100%, 0% 100%);
        display: inline-block;
        width: 6.2rem;
        text-align: center;
    }
    .floorplans__info {
        padding: .96rem 5.52rem 1.4rem 2.2rem;
    }
    .floorplans__info-right {
        padding-top: 1rem;
    }
    .floorplans__info-right .floorplans__text {
        font-size: 1.1em;
        line-height: 1.27em;
        letter-spacing: 0.05em;
    }
    .floorplans__info-right .floorplans__price {
        font-size: 2.2em;
        line-height: 1.45em;
        letter-spacing: 0.007em;
    }
    .floorplans__name {
        font-size: 2em;
        line-height: 1.5em;
        letter-spacing: 0.006em;
        margin-bottom: .2rem;
    }
    .floorplans__features {
        font-size: 1.5em;
        line-height: 1.33em;
        letter-spacing: 0.005em;
    }

    .floorplans-items .slick-arrow {
        width: 5rem;
        height: 5rem;
        top: 40%;
        right: 5%;
    }
    .floorplans-items .slick-arrow.slick-prev {
        opacity: 0;
    }
    .floorplans-items .slick-arrow.slick-next {
        background-color: #FCC643;
        border: .1rem solid #FCC643;
        transform: rotate(-90deg);
    }
    .floorplans-items .slick-arrow.slick-next i {
        transform: rotate(90deg);
        color: #000000;
    }
}

.floorplans-items .slick-track {
    display: flex;
    justify-content: center;
}

/* SINGLE FLOORPLAN */ 

.back-single {
    color: #165D65;
}

.back-single .icon-arrow{
    background-color: #165D65;
    color: #FEF4CC;
}

@media only screen 
and (min-width : 0px) 
and (max-width : 961px) {
    .back-single__container {
        margin-bottom: 4rem;
    }
    .back-single {
        font-size: 1.6em;
        line-height: 1.31em;
    }
}