@font-face {
    font-family: 'yekan';
    src: url('../fonts/iranyekanwebthinfanum.eot');
    src: url('../fonts/iranyekanwebthinfanum.eot?#iefix') format('embedded-opentype'), url('../fonts/iranyekanwebthinfanum.woff') format('woff'), url('../fonts/iranyekanwebthinfanum.woff2') format('woff2'), url('../fonts/iranyekanwebthinfanum.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'yekan';
    src: url('../fonts/iranyekanweblightfanum.eot');
    src: url('../fonts/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'), url('../fonts/iranyekanweblightfanum.woff') format('woff'), url('../fonts/iranyekanweblightfanum.woff2') format('woff2'), url('../fonts/iranyekanweblightfanum.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'yekan';
    src: url('../fonts/iranyekanwebregularfanum.eot');
    src: url('../fonts/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'), url('../fonts/iranyekanwebregularfanum.woff') format('woff'), url('../fonts/iranyekanwebregularfanum.woff2') format('woff2'), url('../fonts/iranyekanwebregularfanum.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'yekan';
    src: url('../fonts/iranyekanwebmediumfanum.eot');
    src: url('../fonts/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'), url('../fonts/iranyekanwebmediumfanum.woff') format('woff'), url('../fonts/iranyekanwebmediumfanum.woff2') format('woff2'), url('../fonts/iranyekanwebmediumfanum.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: "Freight";
    src: url("../fonts/FreightSansProLight-Regular.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/FreightSansProBold-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/FreightSansProBold-Regular.woff2") format("woff2"),
        url("../fonts/FreightSansProBold-Regular.woff") format("woff"),
        url("../fonts/FreightSansProBold-Regular.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "Freight-light";
    src: url("../fonts/FreightSansProLight-Regular.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/FreightSansProLight-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/FreightSansProLight-Regular.woff2") format("woff2"),
        url("../fonts/FreightSansProLight-Regular.woff") format("woff"),
        url("../fonts/FreightSansProLight-Regular.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "Aviny";
    src: url("../fonts/aviny.ttf") format("truetype");
}

@font-face {
    font-family: "Aviny-thin";
    src: url("../fonts/aviny-thin.ttf") format("truetype");
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

:root {
    --primary: #e94e27;
    --secondary: #00A693;
    --lamp-color: #0ce69d;
}

html, body { height: 100% }

body {
    font-size: 16px;
    font-family: "yekan";
    max-width: 440px;
    background: black;
    margin: 0 auto;
}

.disable-scrolling{
    overflow-y: hidden;
}

a {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #FDFDFD;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    color: #FDFDFD;
    direction: rtl;
}

ul {
    list-style: none;
}

.flex {
    display: flex;
    justify-content: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.active {
    background: #0000003b;
    border-radius: 10px;
    transform: scale(1) !important;
}


/* header */
#main-header {
    position: relative;
    width: 100%;
    background: #00382e;
    /* background-image: url('../image/green-bg.jpg'); */
    /* background-size: 1320px; */
    height: 100vh;
    height: 100dvh;
    overflow-x: hidden;
    box-shadow: 0 17px 20px -4px #000;
    z-index: 10;
    -webkit-animation: header-background-brightness 2.5s infinite ease-in-out;
    animation: header-background-brightness 2.5s infinite ease-in-out;
    /* animation: header-bg-starter 2s 5s ease-in-out, header-background-brightness 2.5s 7s infinite ease-in-out; */
}

@keyframes header-bg-starter {
    0% {
        background: rgb(0, 41, 29)
    }

    100% {
        background: #00382e;
    }
}

@keyframes header-background-brightness {

    0%,
    100% {
        background: #004538;
    }

    50% {
        background: #00382e;
    }
}

.intro {
    position: absolute;
    top: 18vh;
    right: 21%;
    width: 60%;
}

.intro .name1 {
    width: 100%;
    opacity: 0.8;
}

.intro h1,
.intro h2 {
    opacity: 0.3;
    text-shadow: 2px 2px 0px #808080;
}

.stage-container {
    position: absolute;
    bottom: 20vh;
    right: calc((100% - 260px)/2);
}

.stage-image {
    width: 260px;
    position: relative;
    z-index: 10;
    filter: drop-shadow(6px 9px 11px #0000007a);
}

.stage-logo {
    position: absolute;
    width: 86px;
    bottom: 94px;
    left: 88px;
    z-index: 11;
    -webkit-animation: up-down-shake 2.5s infinite ease-in-out;
    animation: up-down-shake 2.5s infinite ease-in-out;
}

@-webkit-keyframes up-down-shake {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-8px);
        filter: brightness(0.65);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes up-down-shake {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(8px);
        filter: brightness(0.65);
    }

    100% {
        transform: translateY(0px);
    }
}

.ring {
    /* animation: rings-starter 2s 5s ease-in-out */
}

.ring1 {
    position: absolute;
    width: 260px;
    height: 260px;
    bottom: 20px;
    left: 0;
    border-radius: 50%;
    border: 8px solid var(--lamp-color);
    z-index: 1;
    box-shadow: 0 0 23px -6px #00ff8c;
    -webkit-animation: ring-light 2.5s infinite ease-in-out;
    animation: ring-light 2.5s infinite ease-in-out;
}

.ring2 {
    position: absolute;
    width: 234px;
    height: 234px;
    bottom: 33px;
    left: 13px;
    border-radius: 50%;
    border: 6px solid var(--lamp-color);
    z-index: 1;
    box-shadow: 0 0 23px -6px #00ff8c;
}

.ring3 {
    position: absolute;
    width: 212px;
    height: 216px;
    bottom: 40px;
    left: 24px;
    border-radius: 50%;
    border: 4px solid var(--lamp-color);
    z-index: 1;
    box-shadow: 0 0 23px -6px #00ff8c;
}

@keyframes rings-starter {
    0% {
        border-color: #30725b;
        box-shadow: 0 0 80px -20px #0fe38400;
    }

    100% {
        border: 8px solid #06f7a7;
        box-shadow: 0 0 200px 20px #0fe383;
    }
}

@keyframes ring-light {
    0% {
        border: 8px solid #06f7a7;
        box-shadow: 0 0 200px 20px #0fe383;
    }

    50% {
        border: 8px solid #277f60;
        box-shadow: 0 0 80px -20px #0fe3843d;
    }

    100% {
        border: 8px solid #06f7a7;
        box-shadow: 0 0 200px 20px #0fe383;
    }
}

/* @-webkit-keyframes ring-light {
    0% {
        border: 6px solid #06f7a7;
        box-shadow: 0 0 160px 20px #0fe383;
    }

    50% {
        border: 6px solid #2bad80;
        box-shadow: 0 0 80px -20px #0fe383;
    }

    100% {

        border: 6px solid #06f7a7;
        box-shadow: 0 0 160px 20px #0fe383;
    }
} */

.plant-top img {
    /* width: 230px; */
    width: 50%;
    transform: rotate(311deg);
    position: absolute;
    top: -20px;
    left: -50px;
    filter: drop-shadow(4px 5px 3px #00000094);
    z-index: 2;
    -webkit-animation: top-plant-shake 9s infinite ease-in-out, top-plant-brightness 2.5s infinite ease-in-out;
    animation: top-plant-shake 9s infinite ease-in-out, top-plant-brightness 2.5s infinite ease-in-out;
}

@keyframes top-plant-shake {

    0%,
    100% {
        transform: rotate(311deg) translateX(0px);
    }

    50% {
        transform: rotate(306deg) translateX(18px);
    }
}

@keyframes top-plant-brightness {

    0%,
    100% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(0.5);
    }
}

.bottom-plant {
    position: absolute;
    bottom: 0;
    /* margin-left: -100px; */
    filter: drop-shadow(0px -3px 21px black);
    z-index: 10;
    -webkit-animation: plant-brightness 2.5s infinite ease-in-out;
    animation: plant-brightness 2.5s infinite ease-in-out;
    min-height: 200px;
}

@keyframes plant-brightness {
    0% {
        filter: brightness(1) drop-shadow(0px -3px 21px black);
    }

    50% {
        filter: brightness(0.4) drop-shadow(0px -3px 21px black);
    }

    100% {
        filter: brightness(1) drop-shadow(0px -3px 21px black);
    }
}

.wrap-body{
    background-image: linear-gradient(rgb(0 0 0 / 20%), rgb(0 0 0 / 40%)), url(/img/mi-image/bg1-mobile.jpg);
    background-size: 690px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.foods-container {
    gap: 3rem;
    width: 100%;
    /* height: 1500px; */
    /* padding: 6rem 2.2rem; */
    padding: 1rem 2.2rem 5rem;
    /* background-image: linear-gradient(rgb(0 0 0 / 20%), rgb(0 0 0 / 40%)), url(../image/bg1.jpg);
    background-size: 600px;
    background-attachment: fixed;
    background-repeat: no-repeat; */
}

.category-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: -30vh;
    padding-top: 30vh;
    text-align: start;
}

.food {
    position: relative;
    width: 380px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    /*background: rgb(255 255 255 / 0%);*/
    background: #00170587;
    border-radius: 10px;
    z-index: 2;
    /*-webkit-backdrop-filter: blur(12px);*/
    /*backdrop-filter: blur(12px);*/
    margin-bottom: 1rem;
    width: 96%;
}

.food>header {
    height: 120px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}

.food__image {
    width: 160px;
    height: 100%;
    top: -20px;
    right: -20px;
    margin-right: -20px;
}

.food__image img {
    width: 100%;
    height: calc(100% + 20px);
    object-fit: cover;
    margin-top: -20px;
    border-radius: 10px;
    box-shadow: -2px 3px 9px -1px #00000069;
    border: 1px solid #0000005c;
}

.food__name {
    padding: 0.2rem 1rem;
    width: 190px;
    font-size: 0.85rem;
    top: 70px;
}

.line {
    display: block;
    width: 100%;
    background: #FDFDFD;
    background: var(--primary);
    height: 2px;
    margin: .35rem 0;
}

.food__name__en {
    font-size: 0.75rem;
}

.food__contains {
    padding: 0.8rem 1rem 0;
}

.food__contains h5 {
    font-weight: bold;
    font-size: 0.8rem;
    margin-bottom: 0.1rem;
}

.food__contains p {
    font-size: 0.8rem;
}

.food__price {
    width: 180px;
    color: #FDFDFD;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    padding: 0.5rem 0 0.5rem;
    direction: rtl;
    margin: 0.8rem auto 0;
    border-top: 1px solid #ffffff4a;
}

.navigation,
#navigation {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    border-bottom: 5px solid var(--primary);
    box-shadow: inset 0 12px 32px 20px #002118b9, 0 4px 30px 7px #000;
    z-index: 5;
    position: sticky;
    top: 0;
    right: 0;
    overflow: hidden;
    padding: 1rem 2rem 0;
    /*-webkit-backdrop-filter: blur(20px);*/
    /*backdrop-filter: blur(20px);*/
    overflow-x: auto;
    overflow-y: hidden;
    flex-direction: row-reverse;
    scroll-behavior: smooth;
    background: #01320bfa;
}

.nav-container {
    display: flex;
    gap: 2rem;
    flex-direction: row-reverse;
    padding: 0 calc(50% - 80px);
}

#thumbnail-carousel {
    width: 100%;
}

.splide__list {
    display: flex;
    gap: 2rem;
}

.splide__slide_cat,
.nav-link {
    width: 115px !important;
    height: 145px !important;
    overflow: unset !important;
    transform: scale(0.85);
}

.splide__slide__foods {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    height: unset !important;
}

.splide__track {
    overflow: unset !important;
}

.nav-cart {
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: rgb(0 0 0 / 15%);
    border-radius: 10px;
    z-index: 2;
    /*-webkit-backdrop-filter: blur(12px);*/
    /*backdrop-filter: blur(12px);*/
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: flex-start;
    box-shadow: 2px 2px 19px -4px #0000009e;
    justify-content: space-around;
}

.nav-cart__img {
        position: relative;
    width: 85px;
    height: 90px;
}

.nav-cart img {
        object-fit: contain;
    border-radius: 10px;
    position: absolute;
    bottom: 0px;
    right: 0;
    top: -22px;
    width: 100%;
    height: calc(100% + 22px );
}

.category-name {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    text-align: center;
    padding: 0 0.3rem 0.3rem;
    color: #e5e5e5;
}

.category-name__fa{
    font-weight: bold;
    font-size: 1.1rem;
}

.category-name__en {
    font-size: 0.85rem;
}

.contact {
    align-items: flex-start;
    gap: 1.9rem;
    position: absolute;
    top: 30px;
    right: 32px;
    flex-direction: row-reverse;
}

svg {
    width: 46px;
    /* filter: drop-shadow(-2px -2px 0px #5b5b5b); */
    opacity: 0.4;
    color: #5b5b5b;
}

.insta-svg {
    opacity: 1;
}

.insta-svg path {
    width: 46px;
    /* filter: drop-shadow(-2px -2px 0px #5b5b5b); */
    margin: 1rem;
    fill: var(--lamp-color);
    opacity: 1 !important;
}

/* .phone-svg{
    width: 46px;
    filter: drop-shadow(-2px -2px 0px #5b5b5b);
    margin: 1rem;
    opacity: 0.4;
    color: #5b5b5b;
} */

.category-label {
    position: relative;
    width: 380px;
    border: 1px solid rgb(255 255 255 / 20%);
    background: rgb(0 0 0 / 10%);
    border-radius: 10px;
    z-index: 2;
    /*backdrop-filter: blur(17px);*/
    /*-webkit-backdrop-filter: blur(17px);*/
    padding: 1rem 1.3rem 1rem 1rem;
    font-size: 0.9rem;
    width: 100%;
    margin: 2rem 0 1rem;
    text-align: right;
    direction: ltr;
    background: #00170587;
}

.category-label h3 {
    text-align: right;
    direction: rtl;
    font-size: 0.85rem;
}

.category-border-right {
    width: 6px;
    background: var(--primary);
    position: absolute;
    right: 6px;
    top: 15%;
    height: 70%;
    /* border-top-right-radius: 8px; */
    /* border-bottom-right-radius: 8px; */
    border-radius: 17px;
    box-shadow: -1px 2px 5px -1px #00000082;
    -webkit-animation: category-label-flasher 2s infinite ease-in-out;
    animation: category-label-flasher 2s infinite ease-in-out;
}

@keyframes category-label-flasher {
    0% {
        background: var(--primary);
    }
    50%{
        background: var(--primary);
    }
    75%{
        background: #ffbeae6b;
    }
    100% {
        background: var(--primary);
    }
}

.scroller {
    height: 1000px;
    display: block;
}

.copyright {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    background: rgb(255 255 255 / 0%);
    z-index: 2;
    /*-webkit-backdrop-filter: blur(12px);*/
    /*backdrop-filter: blur(12px);*/
    height: 56px;
    align-items: center;
    background: rgb(0 0 0 / 61%);
}

.copyright a {
    font-size: 0.9rem;
    color: #ffffffc9;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: none !important;
}



/* site loading */
.site-loading {
    position: fixed;
    background: #003830;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 100;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    -webkit-animation: site-loading-fade-out 1s ease-in-out;
    animation: site-loading-fade-out 1s ease-in-out;
    animation-delay: 5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
}

@keyframes site-loading-fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.typing-demo {
    width: 24ch;
    -webkit-animation: typing 3s steps(22), blink .5s step-end infinite alternate;
    animation: typing 3s steps(22), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-left: 3px solid;
    font-size: 1.2rem;
    text-shadow: 0px 6px 3px #0000009c;
}

@keyframes typing {
    from {
        width: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

.logo-spinner img {
    width: 110px;
    filter: drop-shadow(0px 4px 18px #000000a9);
    -webkit-animation: logo-spinner-brightness 3s ease-in-out;
    animation: logo-spinner-brightness 3s ease-in-out;
}

@keyframes logo-spinner-brightness {
    0% {
        filter: grayscale(1) drop-shadow(0px 4px 18px #00000025);
        transform: scale(0.7);
    }

    100% {
        filter: grayscale(0) drop-shadow(0px 4px 18px #000000a9);
        transform: scale(1);
    }
}


.popup-backdrop{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #041b0091;
    z-index: 99;
}

.popup{
    width: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    padding: 2rem;
    border-radius: 1rem;
    background: #003e3361;
    backdrop-filter: blur(18px);
    border: 2px solid #ffffff4a;
    box-shadow: 0 0 18px 7px #0f1a008f;
    direction: rtl;
    color: #ffffff;
    font-size: 0.85rem;
}

.popup__title{
    font-weight: bold;
    color: #ff5023;
    font-size: 1.1rem;
    text-shadow: 2px 1px black;
    margin-bottom: 1rem;
}

.note{
    margin-bottom: 1.2rem;
}

.note::before{
    content: "";
    width: 7px;
    height: 7px;
    background: var(--primary);
    display: inline-block;
    border-radius: 50%;
    margin-left: 0.2rem;
    animation: popup-dots-scale 1.5s ease-in-out infinite;
}

@keyframes popup-dots-scale {
    50%{
        transform: scale(1.6);
    }
}

.popup__close{
    position: absolute;
    top: -30px;
    background: var(--primary);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    border-top-right-radius: 0.4rem;
    border-top-left-radius: 0.4rem;
}