@media screen and (max-width: 991px) {
    .navbar-custom-collapse{
        width: 100%;
        left: 0;
        margin-top: 20px;
        position: absolute;
        display: none;
        flex-direction: column;
        background: rgba(234, 234, 234, 0.56);
        backdrop-filter: blur(20px);
        z-index: 2;
    }
    .search-section{
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #search-form{
        width: 238px;
    }
    #search-bar{
        opacity: 1;
    }
    .navbar-nav{
        width: 100%;
        margin-top: 10px;
        margin-right: 0 !important;
        padding: 20px;
    }
    .upper-section{
        display: none;
    }
    .collaps-menu-btn{
        display: flex;
    }
}
@media screen and (max-width: 726px) {
    .carousel-overlay h1{
        font-size: 15px;
    }
    .carousel-overlay a{
        width: 50% !important;
    }
}