.top-destination2:before {
    background: white !important;
}

nav .navbar-nav li::after {
    content: "";
    display: block;
    padding: 1.5px;
    transition: .5s;
    width: 0px;

}

nav .navbar-nav li:hover::after {
    content: "";
    display: block;
    padding: 1.5px;
    width: 100%;
    background-color: #007aff;
}

#adminbackground {
    background-image: url("https://images.unsplash.com/photo-1432821596592-e2c18b78144f?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80");
    backdrop-filter: blur(8px) brightness(100%);
    height: 100vh;
}

.slide-image{
    animation-name:zoomin;
    animation-duration:8s;
    animation-iteration-count: infinite;
}

@keyframes zoomin{
    0%{
    transform: scale(1);
    }
    50%{
        transform: scale(2);
        }
        100%{
            transform: scale(1);
            }
}

    .client-logo a img{
        width:40% !important;
    }
    .nice-select.open .list {
        width:auto !important;
    }
#select2-bestsearch-results .select2-results__option{
    display:block !important;
}


footer.footermain::before{
    width:100%;
}

.slick-slide img{
    width:Auto !important;
}

.trending .trend-item .trend-image img{
    width:auto !important;
    margin:0px !important;
}


.top-destination:before{
    background-color:white !important;
}

#desti-image1{
    border-radius:30px;
}

.desti-overlay a{
    border-radius:30px !important;
}

#airline-monial::after{
    content:none !important;
}