@font-face {
    font-family: bakh-medium;
    src: url(../Bakh/Yekan-Bakh1-EN-05-Medium.ttf);
}

@font-face {
    font-family: bakh-regular;
    src: url(../Bakh/Yekan-Bakh1-EN-04-Regular.ttf);
}

@font-face {
    font-family: bakh-heavy;
    src: url(../Bakh/Yekan-Bakh1-EN-07-Heavy.ttf);
}

* {
    margin: 0;
    padding: 0;
    font-family: bakh-medium;
    scroll-behavior: smooth;

}

a {
    text-decoration: none;
    color: black;
}

a:active {
    background-color: transparent !important;
}

p {
    direction: rtl;
}

button {
    border: none;
    cursor: pointer;
}

input {
    outline: none;
    border: none;
    background-color: transparent;
}

body {
    background-color: #ffcc00;
    overflow-x: hidden;
}



.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
    height: 53px;
    border-bottom: 1px solid rgba(0, 0, 0, .12157);
}

.header h3 {
    margin-right: 20px;
}

.header-title {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 95%;
    height: 42px;
    border-radius: 26px;
    color: #333;
}

.header-logo {
    width: auto;
    height: 42px;
}

.header-logo img {
    width: auto;
    height: 42px;
}

.head-information {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 30px;
}

.header-items {
    width: 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    direction: rtl;
    padding: 20px 0 12px;
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 100;
    background-color: #ffcc00;
    overflow: scroll;
    scrollbar-width: none;
    transition: all 2s;
}

.header-items::-webkit-scrollbar {
    display: none;
}

.taker {
    margin: 0 10px;
    transition: all 1s;
}

.header-item {
    width: 67px !important;
    height: 65px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: #3333333e;
    border-radius: 10px;
    transition: all 1s;
    color: #fff;
    font-size: 10px;
    margin: 20px 0;
}

.working-header-item {
    width: 80px !important;
    height: 80px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #333333b3;
    border-radius: 20px;
    transition: all 1s;
    font-size: 12px;
}

.header-item-icon {
    width: 25px;
    height: 25px;
}



.main {
    padding-top: 50px !important;
    padding-left: 100px;
    height: 100%;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #333;
    transition: all 2s;
}

.food-in-off-conteiner {
    width: 100%;
    display: flex;
    direction: rtl;
    overflow: scroll;
    scrollbar-width: none;
}

.food-in-off-conteiner::-webkit-scrollbar {
    display: none;
}

.in-off {
    flex-direction: column;
    height: fit-content !important;
    width: 136px;
    padding: 10px !important;
}

.in-off img {
    margin: 0 !important;
}

.off-price {
    text-decoration: line-through;
}

.in-off h6 {
    background-color: #ffcc00;
    border: 1px solid #ffcc00;
    color: #fff;
    border-radius: 5px;
    padding: 0 2px;
    width: fit-content;
}

.in-off h6 span {
    font-size: 14px;
}

.in-off h5 {
    font-weight: 400;
}

.in-off h5 span {
    font-size: 10px;
}

.above-list {
    position: absolute;
    height: 152px;
    bottom: 50px;
    left: 0;
}

.list-title {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    width: 90%;
    background-color: hsla(0, 0%, 79%, 0.5);
    box-shadow: inset 0 0 0 14px #333;
    position: relative;
}

.list-title h1 {
    padding: 0 10px;
    width: fit-content;
    font-size: 19px;
    color: hsla(0, 0%, 79%, 0.5);
    background-color: #333;
    z-index: 2;
}

.food {
    margin: 10px 3.5%;
    padding: 4px 10px;
    border-radius: 8px;
    background-color: hsla(0, 0%, 100%, 0.122);
    direction: rtl;
    display: flex;
    height: 140px;
    color: #fff;
    position: relative;
}

.food img {
    width: 136px;
    height: 120px;
    border-radius: 5px;
    margin: 10px 5px 10px 10px;
}

.food div {
    margin: 5px;
}

.food div h1 {
    font-family: bakh-heavy;
    font-size: 15px;
    margin-top: 5px;
}

.food div p {
    width: 120px;
    margin-top: 10px;
    font-family: bakh-regular;
    font-size: 13px;
}

.food span {
    font-size: 10px;
}

.food button {
    position: absolute;
    padding: 0.5px 6px 0px;
    left: 20px;
    bottom: 18px;
    background-color: #fff;
    color: #333;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 900;
    z-index: 3;
}

.food-number {
    position: absolute;
    padding: 2.5px 0 1.5px;
    margin-top: 1px;
    width: 50px;
    text-align: center;
    left: 20px;
    bottom: 18px;
    background-color: #333;
    color: #fff;
    border-radius: 20px;
    font-size: 8px;
    font-weight: 900;
    z-index: 3;
}

.go-to-cart {
    z-index: 2;
}

.spacial {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: end;
    direction: rtl;
    width: 376px;
    height: 283px;
    margin: 10px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
}

.spacial img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    left: 0;
    top: 0;
    z-index: 1;
}

.spacial div {
    /* width: 100%; */
    z-index: 2;
    box-shadow: inset 0 -70px 30px -30px #525252;
    padding: 10px 10px 0;
    border-radius: 5px;
}

.spacial div h1 {
    font-family: bakh-heavy;
    font-size: 15px;
    margin-top: 5px;
}

.spacial div p {
    margin: 12px 0;
    font-family: bakh-regular;
    font-size: 13px;
    width: 90%;
}

.spacial span {
    font-size: 10px;
}

.spacial button {
    position: absolute;
    padding: 3.5px 8px 1.5px;
    left: 20px;
    bottom: 18px;
    background-color: #fff;
    color: #333;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 900;
    z-index: 3;
}

#salad {
    width: 100%;
}

.shop-basket {
    width: 100%;
    position: sticky;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #333;
    z-index: 101;
    transition: all 2s;
    color: #fff;
}

.cart-info {
    display: flex;
    align-items: center;
}

.cart-info p {
    margin: 0 6px;
}

.cart-info button {
    margin: 6px;
    width: fit-content;
    padding: 10px;
    background-color: hsla(0, 0%, 100%, 0.25);
    border-radius: 10px;
    color: #333;
}

.cart {
    margin-top: 10vh;
    width: 100%;
    height: 85vh;
    /* display: flex; */
    flex-flow: wrap;
    align-items: center;
    transition: all 2s;
}

.hide {
    margin: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: all 2s;
}

.hide-main {
    margin: 0;
    height: 0;
    padding-left: 100px;
    overflow: hidden;
    transition: all 2s;
}

/* #cart button{
    background-color: hsla(0, 0%, 100%, 0.25);
}
#cart input{
    background-color: hsla(0, 0%, 100%, 0.25);
} */
#close-Cart {
    display: none;
}