:root{
    --bg    : #ffffff  ;
    --clr   : #000;
    --bg-top-menu : #dbe6ff;
    --bg-footer: rgb(28, 42, 82)  ;
    --color-footer: rgb(255, 255, 255)  ;

    --bg-image:url(images/R.jfif);
    --price-background:rgb(245, 175, 154);
    
}


.lang_ar{
    direction: rtl;
    text-align: right;
}

.lang_en{
    direction: ltr;
    text-align: left;
}

.lang_ar .menuitem_data{
    margin: 0px;
    margin-right:10px;
}
.lang_en .menuitem_data{
    margin: 0px;
    margin-left:10px;
}


body{
    /* background-color: var(--bg); */
    color:var(--clr);
    font-family: "Cairo";
    
    /* background-image: url(images/scratch-texture-png.png); */
    background-image: url(images/patternbg.jpeg);
    background-position: left bottom;
    background-repeat:repeat-x ;
    background-attachment: fixed;
    background-size: 50% 40%;
    
   
}

#mainsite{
    max-width: 461px;
    width: 100%;
    border: solid 1px #eee;
    background-color: var(--bg);
    /* background-color: rgba(255, 255, 255, 1); */
    filter: drop-shadow(2px 2px 10px rgba(0,0,0,.5));
    min-height: calc(150vh);
    

}

.menuitem_image{
    width:100%;
    
    background-color: #fff;
    background-image: url(images/LogoBackground.jfif);
    
    background-position: left top;
    background-size: cover;
    background-size: 100% 100%;
    /* border: solid 1px #eee; */
    border-radius: 0;
    display: inline-block; 
    
    
    border: solid 1px #eee;
    max-width:30%;
    
    aspect-ratio: 1 / 1;
}

.menuitem_data{
    
    max-width:65%;
    
}

.cat-image{
    
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: top;
    border: solid 1px #000;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    pointer-events: none;
    background-image: url(uploads/wajba.jpg);
    
}

.cat-title{
    font-size: small;
    /* text-wrap: wrap; */
    /* margin-top: 10px; */
    text-align: center;
    /* max-width: 100px; */
    /* white-space: nowrap; */
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
    white-space: nowrap;
}

.menuitem_title{
    font-weight: bold;
    font-size: 1.2em;
    color: rgb(0, 0, 0);
    max-width: 200px;
    text-wrap: nowrap;
}
.menuitem_desc{
    font-weight:500;
    font-size: .9em;
    color: rgb(71, 71, 71);
}
.menuitem_price{
    /* padding: 5px 25px; */
    /* background-color: orangered; */
    border-radius: 5px;
    display: inline-block;
    background-color: var(--price-background);
    font-weight: bold;
    color: #000;
    padding: 5px;
    min-height: 50px;
    vertical-align: middle;
    line-height: 30px;
    padding: 10px;
    
}

#topheader{
    height: 60px;
    background-color: var(--bg-top-menu);
    position: fixed;
    left: 0px;
    top:0px;
    width: 100%;


}

#mainlogo{
    margin-top: 60px;
    text-align: center;
}

.list-menus{
    text-align: center;
    display: none;
}

.list-cats{
    text-align: center;  
    padding: 20px;  
}


.cat-item img{
    width:  100%;
    min-height: 150px;
    max-height: 150px;
    border-radius: 10px;
    
}
.cat-item h2{
    font-size: 1.2em;
    text-align: left;
    margin-top:5px ;

}


.menu-image{
    width: calc(90vw);
    height: calc(70vw);
    border: solid 1px #000;
    display: inline-block;
    margin-bottom: 20px;
    background-size: 100% 100%;
    border-radius: 20px;
    text-align: center;

}

.menu-title, .menu-button{
    width: 100%;
    margin: auto;
    margin-top: 20%;   
   
}
.menu-title{
    background-color: rgba(255,255,255,.8);

    padding: 10px;
    color: #000;
    font-weight: bolder;
    font-size: 1.2em;
}


.menu-button a{
    color: #eee;
}

#footer{
    background-color: var(--bg-footer);
    padding: 20px;
    height: calc(30vw);
    color:var(--color-footer);
    text-align: center;
    font-size: 13px;
}

.contacts{
    text-align: center;
}
.contacts a{
    vertical-align: top;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 2px;
    font-size:25px;
    /* color:darkblue; */
    color: #ccc;

}

.body-bg-image{
    position: fixed;
    left:0px;
    width: calc(100vw);
    height: calc(100vh);
    background-image: var(--bg-image);
    background-size: calc(100vw ) calc(100vw );
    z-index: -5;
    mix-blend-mode: multiply;


}

.container{
    width:100%;
    /* max-width: 800px; */
    margin: 0px;
    padding: 0px!important;
   
    background-image: url(images/LogoBackground.jfif);
    background-repeat: no-repeat;
    background-position: 400px 20%;
    background-attachment: fixed;
    background-size: 50% ;

    
    
    
    
}

.menuitem{
    background-color: rgba(255,255,255,.2);    
    margin: 0px;
    margin-top: 10px;
    border-bottom: double 3px #b89d91;
    padding: 10px;
    padding-bottom:20px;
}

.cover{
    background-color: yellow;
    
    position: relative;
    border-bottom: solid 2px #fff;

    border-top: solid 5px #bb813f;
    border-bottom: solid 5px #bb813f;

}

.separator{
    padding:2px;
    width:100%;
    margin-bottom:20px;
    display:block;
    
}

.menu_cover{

    width: 90%;
    padding: 50px 20px;
    margin: auto;
    border: solid 1px #000;
    margin-top: 30px;
    border-radius: 20px;
    background-color: #dfc5ad;
    text-align: center;
    display: block;
    min-height: 50px;
    position: relative;
    color: black !important;
    }

.menu_cover h1{
   margin-top: 10%;
}