@media screen and (max-width: 1200px){
    #dekstop-nav{
    display: none;
}
#hamburger-nav{
    display: flex;
}
}