*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
h2, h3, h4, h5, a{
    font-family: 'Oswald', sans-serif;
}
h1, p{
    font-family: 'Work Sans', sans-serif;
}
.btnn a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btnn img{
    margin-left: 10px;
}
.menu{
    width: 100%;
    position: fixed;
    top: 0;
    background: white;
    margin: 0 auto;
    z-index: 10000;
    box-shadow: 2px 4px 6px #151924;
}
.top-con{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    width: 70px;
}
.con p{
    color: #151924;
    font-weight: bold;

}
.top-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10%;
}
.logo a{
    text-decoration: none;
    font-family: 'Dancing Script', cursive;
    color: #E88156;
    font-size: 150%;
}
.food{
    flex-wrap: wrap;
}
.fo{
    min-width: 100%;
}
.fo img{
    margin-right: 20px;
}
.fo-text{
    margin-right: 20px;
}
#close{
    display: none;
}
#burger{
    display: none;
}
.menuList{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #212530;
}
.menuList a:hover{
    color: #D70E0E;
}
#menuList{
    padding: 14px 10%;
}
#menuList img{
    height: 24px;
}
.mmn{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.socky img{
    margin-left: 12px;
}
.menuList a{
    text-decoration: none;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 80%;
}
@media screen and (max-width: 900px) {
    .menu{
        height: auto;
        padding: 8px 0%;
    }
    #burger{
        display: block;
    }
    .top-con{
        display: none;
    }
    .logo{
        width: 50px;
    }
    .socky{
        display: none;
    }
    .mmn{
        display: block;
        width: 100%;
    }
    .menuList{
        position: absolute;
        display: block;
        top: 0;
        transition: 0.7s;
        background: #212530;
        z-index: 100;
        height: 100vh;
        width: 100%;
        left: 100%;
    }
    #menuList.active{
        left: 0;
    }
    #close{
        display: block;
        cursor: pointer;
        border: none;
        text-align: right;
    }
    .menuList a{
        color: white;
        font-weight: bold;
        font-size: 110%;
    }
    .menuList p{
        width: 80%;
        margin-left: 10%;
        margin-top: 32px;
        text-align: center;
        border-bottom: 1px solid #3e3e3e;
        padding-bottom: 8px;
    }
}
@media screen and (min-width: 1920px) {
    .btnn a{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .btnn img{
        margin-left: 10px;
    }
    .menu{
        width: 1920px;
        position: fixed;
        top: 0;
        background: white;
        margin: 0 auto;
        z-index: 10000;
    }
    .top-con{
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .logo{
        width: 120px;
    }
    .con p{
        color: #151924;
        font-weight: bold;
    
    }
    .con img{
        height: 45px;
        margin-left: 16px;
    }
    .top-menu{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 10%;
    }
    .logo a{
        text-decoration: none;
        font-family: 'Dancing Script', cursive;
        color: #E88156;
        font-size: 150%;
    }
    .food{
        flex-wrap: wrap;
    }
    .fo{
        min-width: 100%;
    }
    .fo img{
        margin-right: 20px;
    }
    .fo-text{
        margin-right: 20px;
    }
    #close{
        display: none;
    }
    #burger{
        display: none;
    }
    #menuList{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 32px 10%;
        background: #212530;
    }
    .mmn{
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .socky img{
        margin-left: 12px;
    }
    .menuList a{
        text-decoration: none;
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-size: 80%;
    }
    #menuList img{
        height: 40px;
    }
}
@media screen and (min-width: 1600px) and (max-width: 1920px){
    .con img{
        height: 32px;
    }
    .top-con{
        width: 50%;
    }
    #menuList{
        padding: 24px 10%;
    }
body{
    font-size: 150%;
}
form input{
    font-size: 100%;
}
form textarea{
    font-size: 100%;
}
}