@font-face {
    font-family: vazir;
    src: url("../fonts/Vazir-Medium.woff");
}

@font-face {
    font-family: noor;
    src: url("../fonts/ANoor.ttf");
}
@font-face {
    font-family: vazir;
    src: url(../fonts/Vazir-Medium.woff);
}


* {
    font-family: vazir;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.menu-container {
    overflow-x: auto;
    white-space: nowrap;
    background-color: #c9bda3;
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
}

.menu {
    display: inline-flex;
    margin: 0;
}

.menu a {
    flex: none;
    text-align: center;
    text-decoration: none;
    color: black;
    padding: 10px 0px;
    transition: background-color 0.3s;
    cursor: pointer;
    width: 100px;
}

.menu a:hover {
    background-color: rgba(248, 248, 248, 0.244);
}

.mactive {
    background: rgb(194,156,0);
    background: radial-gradient(circle, rgba(194,156,0,0.6195728291316527) 45%, rgba(231,205,0,0.364670868347339) 88%);
    border: 2px solid rgba(0, 0, 0, 0.194);
    
}


.menu a i {
    display: block;
    font-size: 20px;
}

.content {
    text-align: center;
    margin-top: 110px;
}


.submenu.active {
    display: block;
    /* height: auto;
    opacity: 1; */
}

.submenu {
    display: none;
    opacity: 1;
    height: auto;
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
    /* transition: all 0.3s ease; */
}

.box {
    width: 90%;
    height: auto;
    margin: 10px;
    /* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); */
    box-shadow: 0px 0px 7px 0px black;
    padding: 5px;
    background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0.6195728291316527) 0%, rgba(183,183,183,1) 52%, rgba(255,255,255,0.364670868347339) 100%);
}

.img-food {
    width: 95%;
    box-shadow: 0px 0px 3px black;
    margin-top: 8px;
}

.title-food {
    margin-bottom: 0;
    margin-top:0;
}

.detail-food {
    font-size: 12px;
    padding: 0 23px 0 23px;
    line-height: 26px;
}

.price {
    color: rgba(18, 108, 0, 0.998);
    direction: ltr;
}

.icon-m {
    background-size: 50px;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

#pizzaus-i {
    background-image: url("../images/Ico/pizzaus.svg");
}

#pizzait-i {
    background-image: url("../images/Ico/icons8-pizza-100.png");
}

#burger-i {
    background-image: url("../images/Ico/icons8-burger-50.png");
}

#starter-i {
    background-image: url("../images/Ico/icons8-french-fries-50.png");
}

#salad-i {
    background-image: url("../images/Ico/icons8-salad-50.png");
}

#pasta-i {
    background-image: url("../images/Ico/icons8-pasta-64.png");
}

#hotdrink-i {
    background-image: url("../images/Ico/icons8-hot-drink-50.png");
}

#icecoffee-i {
    background-image: url("../images/Ico/icons8-iced-coffee-80.png");
}

#shake-i {
    background-image: url("../images/Ico/icons8-shake-50.png");
}

#tea-i {
    background-image: url("../images/Ico/icons8-tea-64.png");
}

#mocktail-i {
    background-image: url("../images/Ico/icons8-cocktail-50.png");
}

#smoothie-i {
    background-image: url("../images/Ico/icons8-smoothie-64.png");
}

#cake-i {
    background-image: url("../images/Ico/icons8-dessert-50.svg");
}

#hooka-i {
    background-image: url("../images/Ico/icons8-hookah-50.png");
}