@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    font-family: 'Roboto', sans-serif !important;
}
body{
    font-family: 'Roboto', sans-serif !important;
    background-color: #16213E;
}
.qmenu-item{
    background-color: white;
    border: 1px solid #0F3460;
    border-radius: 9px;
}
.qmenu-item:hover{
    border-radius: 12px;
    transform: scale(1.05);
}

footer{
    position: sticky;
    bottom: 0;
}
.disable{
    display: none !important;
}
.company:hover{
    transform: scale(0.9);
}
a{
    text-decoration: none;
    color: rgb(27, 27, 27);
}
.contact{
    border-radius: 18px;
}
.contact .col-9 p{
    font-size: 2rem;
    font-weight: 500;
    color: rgb(51, 49, 49);
}
.mail{
    font-size: 1rem !important;
}
.mesaj{
    border-radius: 9px;
    border: 1px solid gray;
}
.yemekmenu{
    background-color: white;
}
.butonlar{
    position: fixed !important;
    width: 100% !important;
    bottom: 0 !important;
    left: 0 !important;
    background-color: azure;
}
.butonlar .btna{
    border-right: 1px solid rgba(73, 72, 72, 0.418);
}
.yemekdesc{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.yemekdesc p{
    text-align: center !important;
    padding: 10px !important;
}
.yemekprice{
    padding: 10px !important;
    font-size: 2.5rem;
    color: white;
        background-color: #16213e41;
}
.mmenu{
    position: relative;
}
.mmenu .img{
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 4rem !important;
    opacity: 0.7;
    
}
.mmenu p{
    position: absolute;
    color: white !important;
    bottom: 10px;
    font-size: 2rem;
    left: 20px;
}
.detayy{
    position: relative;
}
.detayy h1{
    position: absolute;
    top: 0;
    left: 0;
}