html,
body {
    height: 100%;
}
.object-cover {
    object-fit: cover;
}

.footer {
    border-top: 3px solid rgb(168, 168, 168);
}
.wrap {
    min-height: 100%;
}

.main {
    overflow: auto;
    padding-bottom: 150px; /* this needs to be bigger than footer height*/
}

footer {
    position: relative;
    margin-top: -150px; /* negative value of footer height */
    height: 150px;
    clear: both;
    padding-top: 20px;
}

.home-banner {
    background-image: url("https://wiseproperti.com/img/banner1.jpeg");
    height: 500px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.search-box {
    background-color: rgba(0, 0, 0, 0.5);
}
.img-slider-banner {
    height: 350px;
    object-fit: cover;
}
.card-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.btn-filter {
    position: fixed;
    z-index: 999;
    bottom: 0;
    margin-bottom: -5px;
    width: 100%;
    left: 0;
    margin-left: 0px;
}
.pointer {
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    .filter-menu {
        display: block !important;
        position: fixed;
        height: 100%;
        top: 0;
        z-index: 9999999;
        background-color: white;
    }
}

@media screen and (max-width: 700px) {
    .img-slider-banner {
        height: 150px;
    }
    .card-img {
        height: 140px;
    }
}
