.custom-home-search-bar {
    background-color: #eee;
    background-image: url("../../../images/static/1080/pages/home/banner1.jpg");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    border-radius: 0 0 50px 50px;
}


/* If you need different heights for mobile/desktop */

@media (max-width: 768px) {
    .custom-home-search-bar {
        height: calc(100vh - 300px);
        border-radius: 0 !important;
        background-image: url("../../../images/static/1080/pages/home/banner1.jpg");
        background-position: right center;
    }
}

@media (max-width: 540px) {
    .custom-home-search-bar {
        height: calc(100vh - 300px);
        border-radius: 0 !important;
        background-image: url("../../../images/static/1080/pages/home/banner1.jpg");
        background-position: right center;
    }
}

@media (min-width: 769px) {
    .custom-home-search-bar {
        height: calc(100vh / 1.48);
        /* background-attachment: fixed; */
        /* height: calc(100vh - 300px); */
        border-radius: 0 !important;
        background-image: url("../../../images/static/1080/pages/home/banner1.jpg");
        background-position: right center;
    }
}

.main-home-search-effect {
    position: absolute;
    bottom: -1.5px;
    transform: rotate(-180deg);
    display: block;
}

.mt-3px {
    margin-top: 3px !important;
}