@font-face {
    font-family: 'YekanBakh';
    src: url('/fonts/YekanBakh-Fat.eot');
    src: local('/fonts/YekanBakh-Fat'),
        url('/fonts/YekanBakh-Fat.eot?#iefix') format('embedded-opentype'),
        url('/fonts/YekanBakh-Fat.woff2') format('woff2'),
        url('/fonts/YekanBakh-Fat.woff') format('woff'),
        url('/fonts/YekanBakh-Fat.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakh';
    src: url('/fonts/YekanBakh-Medium.eot');
    src: local('/fonts/YekanBakh-Medium'),
        url('/fonts/YekanBakh-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/YekanBakh-Medium.woff2') format('woff2'),
        url('/fonts/YekanBakh-Medium.woff') format('woff'),
        url('/fonts/YekanBakh-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakh';
    src: url('/fonts/YekanBakh-Bold.eot');
    src: local('/fonts/YekanBakh-Bold'),
        url('/fonts/YekanBakh-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/YekanBakh-Bold.woff2') format('woff2'),
        url('/fonts/YekanBakh-Bold.woff') format('woff'),
        url('/fonts/YekanBakh-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakh';
    src: url('/fonts/YekanBakh-Light.eot');
    src: local('/fonts/YekanBakh-Light'),
        url('/fonts/YekanBakh-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/YekanBakh-Light.woff2') format('woff2'),
        url('/fonts/YekanBakh-Light.woff') format('woff'),
        url('/fonts/YekanBakh-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakh';
    src: url('/fonts/YekanBakh-Heavy.eot');
    src: local('/fonts/YekanBakh-Heavy'),
        url('/fonts/YekanBakh-Heavy.eot?#iefix') format('embedded-opentype'),
        url('/fonts/YekanBakh-Heavy.woff2') format('woff2'),
        url('/fonts/YekanBakh-Heavy.woff') format('woff'),
        url('/fonts/YekanBakh-Heavy.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakh';
    src: url('/fonts/YekanBakh-Thin.eot');
    src: local('/fonts/YekanBakh-Thin'),
        url('/fonts/YekanBakh-Thin.eot?#iefix') format('embedded-opentype'),
        url('/fonts/YekanBakh-Thin.woff2') format('woff2'),
        url('/fonts/YekanBakh-Thin.woff') format('woff'),
        url('/fonts/YekanBakh-Thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakh';
    src: url('/fonts/YekanBakh-Regular.eot');
    src: local('/fonts/YekanBakh-Regular'),
        url('/fonts/YekanBakh-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/YekanBakh-Regular.woff2') format('woff2'),
        url('/fonts/YekanBakh-Regular.woff') format('woff'),
        url('/fonts/YekanBakh-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakh';
    src: url('/fonts/YekanBakh-Hairline.eot');
    src: local('/fonts/YekanBakh-Hairline'),
        url('/fonts/YekanBakh-Hairline.eot?#iefix') format('embedded-opentype'),
        url('/fonts/YekanBakh-Hairline.woff2') format('woff2'),
        url('/fonts/YekanBakh-Hairline.woff') format('woff'),
        url('/fonts/YekanBakh-Hairline.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
}

body{
    background: rgb(45, 26, 0);
    overflow-x: hidden;
    font-family: 'YekanBakh';
    overflow-y: hidden;
    animation: preloader-disable-body-overflow 8s forwards;
}

@keyframes preloader-disable-body-overflow {
    100%{
        overflow-y: scroll;
    }
}

.bg{
    position: fixed;
    height: 100vh;
    width: 100%;
    background-image: url(/img/dey/bg5.jpg);
    background-size: cover;
    z-index: -1;
}

.preload{
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2f1d00;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
    animation: preloader-disanle 3s linear forwards;
}

@keyframes preloader-disanle {
    90%{
        opacity: 1;
    }

    100%{
        opacity: 0;
        display: none;
    }
}

.preload img{
    width: 100px;
    animation: preloader-image-scale 2s ease-in-out infinite;
}

@keyframes preloader-image-scale {
    50%{
        transform: scale(1.12);
    }
}

#main-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    max-height: 780px;
    position: relative;
}

.header-sign{
    width: 230px;
    height: 270px;
    background-image: url(/img/dey/header-wooden-sign-rope.png);
    background-size: contain;
    background-repeat: no-repeat;
    filter: drop-shadow(2px 4px 33px black);
    position: absolute;
    top: -15px;
    transform-origin: 50% 0;
    animation: header-sign-drop-down 1.3s ease-out forwards, header-sign-shake 6s 1.3s ease-in-out infinite;
    transform: translateX(-10px) rotateY(-10deg);

}

.header-sign img{
    position: absolute;
    width: 70px;
    left: 50%;
    transform: translateX(-50%);
    top: 118px;
    filter: drop-shadow(0px 2px 12px #ffffffc2);
}

@keyframes header-sign-drop-down {
    0%{
        top: -150px;
    }

    60%{
        top: -15px;
    }

    75%{
        top: -25px;
    }

    100%{
        top: -15px;
    }
}

@keyframes header-sign-shake{
    0% , 100%{
        transform: translateX(-10px) rotateY(-10deg);
    }

    50%{
        transform: translateX(10px) rotateY(10deg);
    }
}

.header-board{
    width: 250px;
    height: 347px;
    background-image: url(/img/dey/wooden-board.png);
    background-size: cover;
    padding: 1.7rem 1.6rem;
    direction: rtl;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 270px;
    animation: header-board-brightness 3s ease-in-out infinite;
}

@keyframes header-board-brightness {
    0%, 100%{
        filter: brightness(1);
    }
    50%{
        filter: brightness(0.72);
    }
}

.header-board__text{
    /* background: #00000042; */
    padding: 0.5rem;
    /* font-weight: bold; */
    color: white;
    border-radius: 0.9rem;
    box-shadow: inset 0 0 14px 4px #281300ba;
    text-shadow: 2px 2px 3px #000000e0;
    direction: ltr;
    font-size: 0.92rem;
    text-decoration: none;
}

.header-board__text__title{
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: bold;
    direction: rtl;
}

.header-board__text__title img{
    width: 15px;
    filter: invert(1) drop-shadow(2px 3px 1px black);
}

.neon-lamp {
    width: 6px;
    height: 260px;
    background: #ffd831;
    border-radius: 2rem;
    opacity: 0.8;
    position: absolute;
    right: 6px;
    top: 315px;
    box-shadow: 0 0 175px 55px #ffda009c;
    animation: neon-lamp-shine 3s ease-in-out infinite;
}

.neon-lamp-left{
    left: 6px;
}

.neon-lamp-holder{
    width: 20px;
    height: 9px;
    background: #321200;
    position: absolute;
    top: 10px;
    right: -7px;
    border-radius: 4px;
}

.neon-lamp-holder:nth-child(2){
    top: unset;
    bottom: 10px;
}

@keyframes neon-lamp-shine {
    0%, 100% {
        box-shadow: 0 0 175px 55px #ffd9006b;
    }
    50%{
        box-shadow: 0 0 175px 5px #ffd90056;
        background: #d0c594b8;
    }
}

.info1{
    width:300px;
    height: 200px;
    background-image: url(/img/dey/wooden-banner3.png)
}

.categories-container{
    position: relative;
    box-shadow: 0 0 42px 16px #00000085;
    position: sticky;
    top: 0;
    z-index: 30;
}

.categories-container::before{
    content: '';
    filter: drop-shadow(2px 4px 33px black);
    width: 100%;
    position: absolute;
    top: -25px;
    height: 45px;
    background-image: url(/img/dey/tree-stuck2.png);
    background-size: 110%;
    background-position-x: center;
}

.categories-container::after{
    content: '';
    filter: drop-shadow(2px 4px 33px black);
    width: 100%;
    position: absolute;
    bottom: -5px;
    transform: rotateY(180deg);
    height: 40px;
    background-image: url(/img/dey/tree-stuck2.png);
    background-size: 110%;
    background-position-x: center;
}

.categories{
    width: 100%;
    height: 180px;
    background-image: url(/img/dey/wood.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 1rem;
    overflow-x: scroll;
    scroll-behavior: smooth;
    padding-bottom: 1.7rem;
}


.category-info {
    width: 110px;
    height: 110px;
    background-image: url(/img/dey/ring.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 1.1rem 1.6rem 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    filter: drop-shadow(1px 3px 9px #000000ab);
    justify-content: center;
    text-decoration: none;
}

.category-info img{
    height: 43px;
    max-width: 44px;
    filter: drop-shadow(1px 1px 1px #00000040);
}

.category-info__name{
    text-align: center;
    font-weight: bold;
    color: #353535;
    text-shadow: 2px 1px 4px #ffffff;
}

/* FOODS */
.foods-area{
    margin: 5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6rem;
}

.foods-container{
    margin-top: -240px;
    padding-top: 240px;
}

.foods{
    position: relative;
    width: 326px;
    /* background-image: url(/img/dey/wood-texture13.jpg);
    background-size: 290px; */
    border-radius: 0.5rem;
    min-height: 460px;
}

.food-category-name{
    position: absolute;
    /* background: black; */
    z-index: 11;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.3rem 1rem;
    color: #e6e6e6;
    font-weight: bold;
    font-size: 1.1rem;
    background-image: url(/img/dey/wooden-label.png);
    /* box-shadow: 0 0 14px 1px #000000de; */
    width: 180px;
    height: 56px;
    padding: 0.6rem 1rem;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(2px 2px 7px #00000087);
    text-shadow: 3px 1px 3px #000000b8;
}

.foods ul{
    padding: 100px 68px 84px 58px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    z-index: 10;
    position: relative;
}

.frame{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 326px;
    height: 100%;
    position: relative;
    /* z-index: 1; */
    position: absolute;
    top: 0;
}

.frame-top{
    width: 100%;
    height: 260px;
    background-image: url(/img/dey/frame-top.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

.frame-center{
    flex-grow: 1;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.frame-center__right{
    background-image: url(/img/dey/frame-right.png);
    width: 50px;
    height: 100%;
    background-position-x: right;
    background-size: contain;
}

.frame-center__left{
    background-image: url(/img/dey/frame-left.png);
    width: 45.8px;
    height: 100%;
    background-position-x: left;
    background-size: contain;
}

.frame-bottom{
    width: 100%;
    height: 200px;
    background-image: url(/img/dey/frame-bottom.png);
    background-size: contain;
    /* position: absolute; */
    bottom: 0;
    background-position: bottom;
    background-repeat: no-repeat;
}

.frame-bg{
    width: 86%;
    height: calc(100% - 30px);
    /* background: #ff00005e; */
    position: absolute;
    top: 15px;
    left: 7%;
    z-index: -1;
    backdrop-filter: blur(9px);
    /* background-image: url(/img/dey/wood-texture13.jpg); */
}

.food{
    position: relative;
    background: #000000b0;
    border-radius: 0.5rem;
    padding: 0.3rem 0.5rem;
    display: flex;
    flex-direction: row-reverse;
    padding-right: 80px;
    color: #FDFDFD;
    font-size: 0.9rem;
}

.food__img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
}

.food__img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.food__name{
    font-size: 0.87rem;
}

.food__desc{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    direction: rtl;
    text-align: right;
    width: 100%;
}

.food__content{
    font-size: 0.72rem;
    color: #ededed;
    border-top: 1px solid #ffffff36;
    margin-top: 0.3rem;
    padding-top: 0.2rem;
}

.food__price {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 0.3rem;
    gap: 0.2rem;
    direction: ltr;
    justify-content: flex-end;
    font-weight: bold;
    color: #ededed;
}

/* footer */
.footer{
    position: relative;
    width: 100%;
    height: 380px;
    background: linear-gradient(0deg, black, transparent);
}

.tree-trunk{
    width: 180px;
    height: 175px;
    background-image: url(/img/dey/tree-trunk.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.footer-logo{
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 255px;
    width: 100px;
    z-index: 2;
    animation: footer-logo-shake 3s ease-in-out infinite;
}

.footer-logo img{
    width: 100%;
    filter: invert(0.1);
}

@keyframes footer-logo-shake {
    0%, 100%{
        transform: translateX(-50%) translateY(0);
    }

    50%{
        transform: translateX(-50%) translateY(12px);
    }
}

.footer-light{
    width: 80px;
    height: 15px;
    background: #ffd200;
    box-shadow: 0 -28px 59px 18px #ffd200;
    position: absolute;
    bottom: 214px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    animation: footer-light-animation 3s ease-in-out infinite;
}

@keyframes footer-light-animation {
    0%, 100%{
        box-shadow: 0 -28px 80px 16px #ffd200;
    }

    50%{
        box-shadow: 0 -28px 59px 3px #ffd200;
    }
}

.copyright{
    width: 100%;
    height: 110px;
    background: rgb(0, 0, 0);
    position: absolute;
    bottom: 0;
    padding-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FDFDFD;
}

.copyright a{
    direction: rtl;
    font-size: 0.8rem;
    color: #dedede;
    text-decoration: none;
}

@media (max-width: 345px) {
    .foods {
        width: 305px;
    }

    .frame {
        width: 100%;
    }

    .frame-center__left {
        width: 43.8px;
    }

    .frame-center__right {
        width: 47px;
    }

    .frame-top {
        height: 244px;
    }

    .frame-bottom {
        height: 187px;
    }
}