nav{
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1200px){
    .search {
        top: -20px;
    }
}

@media screen and (max-width: 500px){
    .search {
        right: 0;
    }
}