@media screen and (max-width:1000px) {
    nav {
        flex-direction: column;
    }
    .slider img{
        height: 37vh;
    }

    .logo {
        justify-content: center;
        margin: 12px 0;
    }

    nav ul {
        justify-content: center;
    }

    nav ul{
        height: 23px;
    }
    
    .search {
        justify-content: center;
    }

    .search input {
        margin: 12px 16px;
    }
}


