﻿@import url("../cards/index.css");
.arrow__cards {
    border-radius: 50%;
    background-color: #F0F0F0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1000;
    font-size: 22px;
    border: 1px solid #c4c4c4;
    cursor: pointer;
}
.move {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
}
.left__arrow {
    left: -25px;
}
.right__arrow {
    right: -25px;
}

.home__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 280px;
}

.title__main__home, .category__title__home {
    margin: 50px 0;
    font-weight: 400;
    font-size: 44px;
    text-align: center;
}

.title__category {
    text-align: center;
}

.details {
    text-wrap: auto;
}

.property__container {
    display: flex;
    position: relative;
    width: 100%;
}

.tracker__container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    width: 100%;
}

    .tracker__container:active {
        cursor: grabbing !important;
    }

    .tracker__container::-webkit-scrollbar {
        display: none;
    }

.property__detail {
    min-width: 30%;
}

.categories__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .categories__container.last {
        margin-bottom: 40px;
    }

    .categories__container > div {
        height: 230px;
        width: 100%;
        background-size: cover;
        flex: 1;
        border-radius: 15px;
        display: flex;
        padding: 30px 40px;
        background-position: center;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: #FFF;
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
        margin-right: 20px
    }

        .categories__container > div:last-child {
            margin-right: unset;
        }

.category {
    cursor: pointer;
}

.launch {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/home/launch.png) center / cover no-repeat;
}

.residential {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/home/residential.png) center / cover no-repeat;
}

.commercial {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/home/commercial.png) center / cover no-repeat;
}

.areas {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/home/areas.png) center / cover no-repeat;
}

.saopaulo {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/home/saopaulo.png) center / cover no-repeat;
}

.riodejaneiro {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/home/riodejaneiro.png) center / cover no-repeat;
}

.belohorizonte {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/home/belohorizonte.png) center / cover no-repeat;
}

.portoalegre {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/home/portoalegre.png) center / cover no-repeat;
}

.find__your__home__container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 100px 0;
}

    .find__your__home__container > div {
        flex: 1;
        margin-right: 50px;
    }

        .find__your__home__container > div:last-child {
            margin-right: unset;
        }

.img__find__your__home img {
    height: 100%;
    min-height: 550px;
    max-height: 700px;
    width: 100%;
    border-radius: 35px;
}

.title__find__your__home {
    line-height: 55px;
    font-weight: 400;
    font-size: 34px;
}

.description__find__your__home {
    color: #464647;
    font-weight: 400;
    font-size: 20px;
    line-height: 175%;
}

.find__your__home__info {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

    .find__your__home__info > * {
        margin-top: 20px;
    }



.filter__options {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

    .filter__options > div {
        flex: 1;
        margin-right: 10px;
    }

        .filter__options > div:last-child {
            margin-right: unset;
        }

    .filter__options button {
        width: 100%;
    }

@media (min-width: 1920px) {
    .home__container {
        padding-right: 300px !important;
        padding-left: 300px !important;
    }
}

@media (max-width: 1919px) {
    .home__container {
        padding-right: 200px !important;
        padding-left: 200px !important;
    }
}

@media (max-width: 1626px) {
    .home__container {
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
}

@media only screen and (max-width: 1440px) {
    .home__container {
        padding: 30px 80px;
        padding-right: 80px !important;
        padding-left: 80px !important;
    }
}

@media only screen and (max-width: 1250px) {
    .home__container {
        padding: 30px 60px;
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
}

@media only screen and (max-width: 1140px) {
    .property__detail {
        min-width: 50%;
    }

    .home__container {
        padding: 30px;
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .filter__options {
        flex-direction: column;
    }

        .filter__options > div {
            margin: 10px 0;
        }

    .find__your__home__container .button__primary {
        width: unset !important;
    }

    .categories__container > div {
        padding: 1px;
        height: 180px;
        margin-right: unset;
    }

    .categories__container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .find__your__home__container {
        flex-direction: column;
        margin: 0;
    }

    .img__find__your__home {
        display: none;
    }

    .find__your__home__info {
        text-align: center;
        align-items: center;
    }

    .description__find__your__home {
        font-size: 22px;
        margin: 0;
    }

    .price__range.padding__default, .price__range__title.padding__default, .message__filter.padding__default {
        padding: 5px !important;
    }

    .price__range__title {
        margin-top: 0;
    }

    .title__main__home, .category__title__home {
        margin: 20px 0 !important;
    }

    .footer__socialmedia {
        display: flex !important;
    }

    .footer__socialmedia__body {
        padding: 50px;
    }

        .footer__socialmedia__body > div {
            margin: unset;
        }
}

@media only screen and (max-width: 543px) {
    .property__detail {
        min-width: 100%;
    }
}
