.homerent-property-list-homepage {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.homepage-property-header-container,
.homepage-property-list-section,
.homerent-pagination-container {
    max-width: 1320px;
    padding: 0px 20px;
    margin: 0 auto;
}

.homerent-property-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    max-width: 350px;
    height: 220px;
    position: relative;
}

.homepage-header-moto.homepage-offer-moto-homepage {
    text-align: left;
}

.homerent-property-photos {
    background-color: white;
    border-radius: 10px;
    padding: 0.375rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
}

.homerent-property-photo-count {
    font-size: 0.7rem;
    color: #999999;
}

.homerent-property-list-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(20%, 310px));
    gap: 0.75rem;
    row-gap: 2.4rem;
    justify-content: center;
}

.homerent-property {
    max-width: 350px;
    background-color: white;
    border-radius: 20px;
    height: 100%;
    display: block;
    margin: 0 auto;

}

.homerent-property-image {
    border-radius: 20px 20px 0px 0px;
}

.homerent-property-info {
    background-color: white;
    border-radius: 0px 0px 20px 20px;
    padding: 1.25rem 1.25rem 1.6rem 1.25rem;
}

.homerent-property-info-locality {
    font-weight: 700;
    font-size: 1.3rem;
    color: black;
    padding-bottom: 0.3rem;
}

.homerent-property-info-disposition {
    font-weight: 300;
    font-size: 1rem;
    color: #707070;
    padding-bottom: 0.6rem;
}

.homerent-property-info-price {
    font-weight: 700;
    font-size: 1.125rem;
    color: #666666;
}

.homerent-property-header-section-archive {
    background-image: linear-gradient(#000a0d, #003042);
}

.homerent-property-list-homepage {
    background-image: linear-gradient(#000a0d, #003042);
}

.homerent-property-list-heading {
    color: white;
}

.homepage-property-list-section {
    padding-top: 2rem;
}

.homerent-property-banner {
    background-image: url('img/banner_reklama.png');
    background-size: cover;
    background-position: center;
    padding: 9.5rem 2rem 2rem 2rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    border-radius: 20px;
}

.homerent-property-banner-heading {
    color: white;
    width: 100%;
    max-width: 600px;
    font-size: 2.3rem;
}

.homerent-property-banner-btn {
    margin-top: 1.25rem;
}

.homerent-property-list-heading-archive {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.homerent-property-list-heading-homepage {
    padding-bottom: 1rem;
}

.homerent-property-list-heading-archive h1,
.homerent-property-list-heading-archive h4 {
    text-align: center;
}

.homerent-property-list-filter {
    padding-bottom: 2rem;
}

.homerent-filter-input label {
    color: white;
    display: block;
    font-size: 0.875rem;
}

.homerent-filter-property-frm {
    display: grid;
    grid-template-columns: repeat(4, minmax(20%, 310px));
    gap: 0.75rem;
}

.homerent-filter-input select,
.homerent-filter-input button {
    width: 100%;
    padding: 0.9rem;
    margin-top: 0.5rem;
    border-radius: 10px;
    border: none;
    color: #666666;
    font-size: 1.125rem;
}

.homerent-filter-submit {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.homerent-filter-button {
    background-color: #FFD761;
    cursor: pointer;
}

.homerent-pagination-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 6rem;
}

.homerent-home-pagination {
    display: flex;
    align-items: center;
}

.homerent-page-link {
    color: #999999;
    font-weight: 700;
}

.homerent-page {
    padding: 0.5rem 1rem;
}

.homerent-page.active {
    color: white;
    background-color: #00ABE9;
    border-radius: 10px;
}

.homerent-homepage-bottom-container {
    display: flex;
    padding-top: 3.375rem;
    padding-bottom: 3rem;
    justify-content: center;
    position: relative;
}



@media screen and (min-width:992px) {
    .homerent-homepage-button-container {
        position: absolute;
        left: 0;
        height: 100%;
        top: 0;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width:992px) {
    .homerent-property-list-container {
        grid-template-columns: repeat(2, minmax(45%, 310px));
    }

    .homerent-homepage-bottom-container {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        padding-bottom: 0px;
    }
}

@media screen and (max-width:768px) {
    .homerent-filter-property-frm {
        display: grid;
        grid-template-columns: repeat(1, minmax(100%, 310px));
        gap: 0.75rem;
    }
}

@media screen and (max-width:648px) {
    .homerent-property-list-container {
        grid-template-columns: repeat(1, minmax(100%, 310px));
    }
}