@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: "aviny"; */
    background: #000;
}

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-direction: row-reverse;
}

.flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* styles */
#main-header {
    width: 100%;
    height: 100vh;
    background: rgb(37, 37, 37);
    background-image: url("/img/bowlero-images/header-wall2.jpg");
    background-size: 150px;
}

#main-header:before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    animation: header-bg-brightness 4s infinite ease-in-out;
}

@keyframes header-bg-brightness {
    50% {
        background: rgba(0, 0, 0, 0.15);
    }
}

.upper-wood {
    width: 100%;
    position: absolute;
    height: 16px;
    background: #2b1d11;
    box-shadow: 0px 6px 40px 12px #ffe23b95, 0 20px 160px 40px #ffde3a6c;
    animation: upper-wood-light 4s infinite ease-in-out;
}

@keyframes upper-wood-light {
    50% {
        box-shadow: 0px 6px 10px 10px #ffe23b3b, 0 10px 140px 30px #ffde3a3b;
    }
}

.bottom-wood {
    width: 100%;
    position: absolute;
    height: 20px;
    background: #2b1d11;
    bottom: 0;
    box-shadow: 0px -2px 36px 10px #ffe23ba5, 0 -20px 140px 30px #ffde3a97;
    animation: bottom-wood-light 4s infinite ease-in-out;
}

@keyframes bottom-wood-light {
    50% {
        box-shadow: 0px -2px 20px 10px #ffe23b58, 0 -10px 140px 30px #ffde3a49;
    }
}

.header-inner {
    height: 100%;
    width: 100%;
    justify-content: space-between;
    padding: 110px 0;
}

.choose-menu {
    font-size: 2.2rem;
    font-family: 'Aviny';
}

.logo1 {
    z-index: 5;
    top: 200px;
    right: calc(50% - 120px);
}

.logo1 img {
    width: 240px;
    position: relative;
    filter: drop-shadow(1px 1px 1px black) drop-shadow(-1px -1px 1px black) drop-shadow(0px 2px 15px #ffde23a1);
    animation: logo-light 4s infinite ease-in-out;
}

@keyframes logo-light {
    50% {
        filter: drop-shadow(1px 1px 1px black) drop-shadow(-1px -1px 1px black) drop-shadow(1px 3px 0px #ffde23d1);
    }
}

.logo2 {
    z-index: 5;
    top: 500px;
    right: calc(50% - 120px);
}

.logo2 img {
    width: 240px;
    position: relative;
    filter: drop-shadow(1px 1px 1px black) drop-shadow(-1px -1px 1px black) drop-shadow(0px 2px 10px #ffde23bd);
    filter: drop-shadow(1px 1px 1px black) drop-shadow(-1px -1px 1px black) drop-shadow(2px 3px 15px #ffde23a1);
    animation: logo-light 4s infinite ease-in-out;
}

.desktop-logos {
    display: none;
    padding: 1rem 4rem;
    width: 100%;
    gap: 3rem;
    align-items: center;
}

.desktop-logos img {
    max-width: 380px;
}

.logoa,
.logob {
    filter: drop-shadow(1px 1px 1px black) drop-shadow(-1px -1px 1px black) drop-shadow(0px 2px 15px #ffde23a1);
    animation: logo-light 4s infinite ease-in-out;
}

#main-header h2 {
    font-family: 'aviny';
    font-size: 2.3rem;
    font-weight: 100;
}



/* section menu */
.menu {
    direction: ltr;
    position: relative;
    width: 100%;
    background: rgb(0 0 0);
    background-image: url(/img/wall8.jpg);
    /* background-attachment: fixed; */
    background-size: contain;
    background-position: center;
    /* box-shadow: inset 0px -25px 37px 6px #000000, 2px -14px 71px 42px #000; */
    /* background-repeat: no-repeat; */
    padding-bottom: 4rem;
}

.menu-navigation {
    width: 100%;
    background: #000000d6;
    z-index: 4;
    position: sticky;
    top: -100px;
    margin-bottom: 4rem;
    position: sticky;
    top: 0;
    border-bottom: 3px solid #ffc100e3;
    box-shadow: 0 35px 61px -16px #ffcf34a8;
}

.menu-navigation__title {
    height: 60px;
    border-bottom: 1px solid #ffffff47;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 100;
}

.category-links {
    gap: 0.4rem;
    padding: 0.4rem 0.6rem 0.5rem;
    flex-wrap: wrap;
    justify-content: end;
    font-family: 'yekan';
}

.category-link {
    background: #ffffff42;
    padding: 0.2rem 0.6rem;
    border-radius: 3rem;
    font-size: 0.75rem;
    font-family: 'yekan';
    align-items: center;
    cursor: pointer;
}

.categories-container {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 1.2rem 2rem;
    gap: 3rem;
}

.category-box {
    width: 100%;
    margin-top: -180px;
    padding-top: 180px;
    max-width: 360px;
}

.category {
    width: 100%;
    border-radius: 15px;
    /* background: #00000070; */
    /* border: 3px solid #675b34b8; */
    /* background-image: url(/img/bowlero-images/mesh3.png); */
    /* background-size: 18px; */
    /* filter: brightness(0.7); */
    /* backdrop-filter: brightness(0.6); */
    padding: 2.8rem 0.5rem 0;
    /* margin-top: 5rem; */
    align-items: flex-end;
    /* box-shadow: 0px 0 20px -1px #ffe4006b; */
    transition: all .4s ease-in-out;
    /* filter: brightness(0.8); */
    font-family: Aviny;
    position: relative;
    transform: scale(0.95);
}

.active-category {
    /* box-shadow: 0px 0 40px -8px #ffe400bf;
    border: 3px solid #ce9d00bd;
    transition: all .6s ease-in-out;
    filter: brightness(1); */
    transform: scale(1);
}

.category__name {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    /* border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px; */
    background: #000000b5;
    padding: 0.6rem 0.9rem;
    display: inline-block;
    font-weight: 100;
    font-size: 1.4rem;
    line-height: 1;
    border: 1px solid black;
    box-shadow: 0 2px 7px -2px #000;
    width: max-content;
    max-width: 90%;
    text-align: center;
    border-radius: 1rem;
}

.category__foods {
    padding: 1.3rem 0 0;
    width: 100%;
}

.category__food {
    width: 100%;
    gap: 0.4rem;
    background: #000000ba;
    padding: 0.7rem 0.7rem 0.7rem;
    border-radius: 20px;
    margin-bottom: 0.7rem;
    box-shadow: 2px 2px 15px 2px #00000070;
    justify-content: space-between;
    border: 2px solid #484848;
    border: 2px solid #484848;
}

.category__food__image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.category__food__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.category__food__details h5 {
    font-size: 1.4rem;
    font-weight: 100;

}

.category__food__contains {
    font-family: 'yekan';
}

.category__food__contains p {
    font-size: 0.7rem;
    word-wrap: break-word;
    max-width: 125px;
}

.category__food__contains span {
    font-weight: bold;
    font-size: 0.73rem;
}

.category__food__price {
    justify-content: center;
    border-right: 1px solid #ffffff3d;
    padding: 0;
    gap: 0.2rem;
    padding-right: 0.6rem;
}

.add-to-cart__icon {
    width: 32px;
    object-fit: contain;
    cursor: pointer;
}

.food-price {
    font-size: 1.7rem;
    line-height: 1;
}

/* separator */
.separator {
    width: 100%;
    height: 240px;
    background: #000000;
    background-image: url(/img/bowlero-images/separator.jpg);
    background-attachment: fixed;
    background-size: 400px;
    background-position: center;
    background-repeat: no-repeat;
}

/* Vito */
.vito {
    background: rgb(37, 37, 37);
    background-image: url("/img/bowlero-images/header-wall2.jpg");
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
    box-shadow: inset 0px -25px 37px 6px #000000, 2px 6px 41px 22px #000;
}

.copyright {
    height: 50px;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-family: 'yekan';
    font-size: 0.8rem;
}

.copyright a {
    color: #ffffffad;
}

.tel {
    font-size: .7rem;
    color: #ffffff73;
}

.cart {
    width: 270px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background: #000;
    border-right: 2px solid #ffffff29;
    /* box-shadow: 5px 0 13px 4px #000000d9; */
    transform: translateX(-100%);
    transition: all .3s ease-in-out;
    font-family: Aviny;
    z-index: 100;

}

.cart-active {
    transform: translateX(0);
}

.cart__button {
    position: absolute;
    top: 150px;
    right: -42px;
    width: 42px;
    padding: 0.55rem 0.55rem 0.55rem 0.7rem;
    background: #b88807;
    height: 44px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    cursor: pointer;
}

.cart__button img {
    width: 100%;
    filter: drop-shadow(-1px 2px 0px #000000ab);
}

.cart__title {
    border-bottom: 1px solid #ffffff37;
    margin: 1.3rem 1.3rem 1.6rem;
    padding-bottom: 0.8rem;
    direction: rtl;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.cart__title__text {
    font-family: 'yekan';
    font-weight: bold;
    font-size: 0.8rem;
    color: #fdfdfde1;
}

.cart__remove-all {
    font-family: 'yekan';
    font-size: 0.65rem;
    color: #ecad00;
    font-weight: bold;
    cursor: pointer;
}

.cart__item__list {
    padding: 0 2rem;
    gap: 0.6rem;
    direction: ltr;
}


.cart__item {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px dotted #fdfdfd1f;
    padding-bottom: 0.6rem;
    font-size: 1.2rem;
}

.empty-list {
    color: #ffffffe8;
    direction: rtl;
    text-align: center;
    justify-content: center;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
}

.cart__item span {
    color: rgba(255, 255, 255, 0.882);
}

.cart__item__delete {
    cursor: pointer;
    width: 30px;
    height: 30px;
    padding: 4px;
}

.cart__item__price {
    font-size: 1.3rem;
}

.cart__counter {
    position: absolute;
    background: #ffffff;
    width: 18px;
    height: 19px;
    border-radius: 50%;
    align-items: center;
    border: 2px solid #FDFDFD;
    bottom: 0;
    right: 0;
    font-size: 1.3rem;
    color: #a65c00;
    box-shadow: -1px -1px 5px 0px #000000cf;
}

.cart-backdrop {
    background: #1e130099;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.cart-backdrop-active {
    display: block;
    opacity: 1;
}

.loading {
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    left: 0;
    z-index: 100;
    /* animation: loading 1s 5s ease-in-out forwards; */
    display: none;
}

@keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
}

.progressbar {
    width: 200px;
    height: 8px;
    background: #ffffff38;
    border-radius: 3rem;
    overflow: hidden;
}

.progress {
    width: 10px;
    height: 8px;
    display: flex;
    background: #ffc800;
    border-radius: 3rem;
    box-shadow: 0 0px 20px 8px #ffe6006f;
    position: absolute;
    animation: loading-progress 4s ease-in-out forwards;
}

@keyframes loading-progress {
    100% {
        width: 200px;
        box-shadow: 0 0px 24px 8px #ffe400a3;
    }
}

.insta-preview {
    margin: 2rem;
    /* width: 100%; */
    padding: 1rem 0.5rem 0rem;
    background: black;
    border-radius: 10px;
    box-shadow: 2px 2px 19px 1px #000;
}

.insta-preview>img {
    width: 100%;
}

.insta-preview header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 0.6rem 0.5rem;
    border-bottom: 1px solid #ffffff25;
}

.insta-preview .insta-id {
    font-size: 0.9rem;
    font-family: 'yekan';
}

.insta-logo {
    width: 36px;
    border-radius: 50%;
    height: 35px;
    object-fit: cover;
}

.join-us {
    color: #FDFDFD;
    padding: 0.4rem 1rem 0.6rem;
    border-top: 1px solid #ffffff24;
    direction: rtl;
    font-size: 1.1rem;
    text-align: center;
}

.contact-us {
    gap: .5rem;
    align-items: center;
}

.tel svg {
    width: 40px;
    height: 40px;
}

.location svg {
    width: 50px;
    height: 50px;
}

.go-to-top {
    width: 46px;
    height: 46px;
    background: #cb9400;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-image: url(/img/bowlero-images/up-angle.png);
    cursor: pointer;
}


.menu-header {
    width: 100%;
    /* height: 400px; */
    position: relative;
}

.menu-header .menu-header__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-header .lamp {
    width: 80px;
    top: 0;
    -webkit-transform-origin: 50% 0;
    object-fit: contain;
    left: 28%;
    display: none;
}

.menu-header__title {
    position: absolute;
    z-index: 10;
    right: 50%;
    transform: translateX(50%);
    font-size: 1.1rem;
    bottom: -18px;
    width: 100%;
    text-align: center;
}

.menu-header__title h1{
    text-shadow: 0 5px 60px black;
}

.menu-header picture img {
    width: 100%;
}


.item_image_popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(3 3 3 / 86%);
    z-index: 10;
    top: 0;
    justify-content: center;
    align-items: center;
    animation: roco_item_popup 0.3s ease-in-out;
    z-index: 1111;
}

.item_image_popup_inner {
    position: relative;
    width: 80%;
    max-width: 500px;
    background: #000;
    padding: 0.7rem 0.7rem 1.4rem;
    border: 3px solid #3a3a3a;
    border-radius: 4px;
    box-shadow: 0 0 15px 3px #000;
    color: #e1e1e1;
}

.item_image_popup_inner img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.item_image_popup_close {
    position: absolute;
    background: rgb(54, 52, 50);
    width: 40px;
    height: 40px;
    top: -43px;
    right: 8px;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 300;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    cursor: pointer;
}

.item_image_popup_info {
    justify-content: space-between;
    flex-direction: row;
    padding: 0 0.3rem;
    margin-top: 0.5rem;
    font-family: 'Aviny';
    font-size: 1.35rem;
    line-height: 1;
}

@keyframes roco_item_popup {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes roco_item_popup {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.overview {
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.overview__categories {
    width: 100%;
    padding: 1rem 1.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    row-gap: 1rem;
}



.overview__category {
    /* width: calc((100% - 2rem) / 3); */
    width: calc((100% - 10%) / 3);
    max-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem;
    /* background: #363636; */
    border-radius: 1rem;
    cursor: pointer;
    padding-bottom: 0.2rem;
}

.overview__category__name,
.categories-nav__category__name {
    font-size: 0.8rem;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
}

.overview__category img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 1.65rem;
    border: 2px solid #565656;
}

.overview__button {
    background: #363636;
    width: 90%;
    display: flex;
    justify-content: center;
    padding: 0.6rem;
    border-radius: 1rem;
    margin-bottom: 3rem;
}

/* nav */
.categories-nav-container{
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 8;
}

.categories-nav {
    display: flex;
    overflow-x: scroll;
    width: 100%;
    gap: 2rem;
    padding: 1rem 7%;
    flex-direction: row-reverse;
    margin-bottom: 4rem;
    background: #000000;
    position: relative;
    padding-top: 1.5rem;
    border-bottom: 3px solid #555555;
    box-shadow: 0 2px 20px 10px #000000ab;
}

.all-categories{
    position: absolute;
    background: #555555;
    top: 142px;
    right: 50%;
    z-index: 10;
    transform: translateX(50%);
    padding: 0.2rem 0.6rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    font-size: 0.8rem;
}


.categories-nav__category {
    width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    gap: 0.2rem;
    filter: grayscale(0.3);
    opacity: .8;
}

.category-link-active {
    transform: scale(1.2);
    filter: grayscale(0);
    opacity: 1;
}

.categories-nav__category img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 2rem;
    border: 2px solid #565656;
}

.category-link-active img{
    border: 2px solid #757575;
}

#main-footer {
    font-family: 'yekan' !important;
}