@font-face {
    font-family: bakhBold;
    src: local("bakhBold"),url(../../static/media/Yekan%20Bakh%20FA%2006%20Bold.e91fa4001b1a62917dc0.ttf) format("truetype")
}

@font-face {
    font-family: rokhBlack;
    src: local("rokhBlack"),url(../../static/media/Rokh-Black.76cc0c3e23607fd60b09.woff) format("truetype")
}

@font-face {
    font-family: rokhBold;
    src: local("rokhBold"),url(../../static/media/Rokh-Bold.1290ee64dc890b2b4e83.woff) format("truetype")
}

@font-face {
    font-family: rokhFNBold;
    src: local("rokhFNBold"),url(../../static/media/RokhFaNum-Bold.371363aa628a6b7d41d7.woff) format("truetype")
}

@font-face {
    font-family: bakhRegular;
    src: local("bakhRegular"),url(../../static/media/Yekan%20Bakh%20FA%2004%20Regular.6aac55ffb45c884d4b37.ttf) format("truetype")
}

@font-face {
    font-family: rokhFNMedium;
    src: local("rokhFNMedium"),url(../../static/media/RokhFaNum-Medium.8875a03491205277f6d4.woff) format("truetype")
}

@font-face {
    font-family: bakhHeavy;
    src: local("bakhHeavy"),url(../../static/media/Yekan%20Bakh%20FA%2007%20Heavy.a6810799a084225a78ee.ttf) format("truetype")
}

h1,h2,h3,h4,h5,h6 {
    margin: 0
}

:root {
    --mainColor: #fff;
    --textColor: #ebebeb;
    --backgroundColor: #161920
}

.bg-bg {
    background-color: #161920;
    background-color: var(--backgroundColor)
}

.round {
    border-radius: 20px
}

.border-main {
    border-color: #fff!important;
    border-color: var(--mainColor)!important
}

.bg-main {
    background-color: #fff;
    background-color: var(--mainColor)
}

.text-main {
    color: #fff;
    color: var(--mainColor)
}

.font-black {
    font-family: rokhBlack
}

.menu-name {
    font-size: 25px
}

.bell-wrapper {
    border: 2px solid #4747478a
}

.bell-wrapper,.cursor-pointer {
    cursor: pointer
}

.tt,html {
    -ms-overflow-style: none;
    overflow-y: scroll;
    scrollbar-width: none
}

.tt::-webkit-scrollbar,html::-webkit-scrollbar {
    height: 0;
    width: 0
}

body {
    background-color: #161920;
    background-color: var(--backgroundColor);
    color: #fff;
    font-family: rokhFNMedium
}

img {
    -webkit-touch-callout: none;
    max-width: 100%;
    object-fit: cover;
    -webkit-user-select: none;
    user-select: none
}

.row {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.row::-webkit-scrollbar {
    display: none
}

a:active,a:focus,button:active,button:focus {
    outline: none;
    -moz-outline-style: none
}

.item {
    cursor: pointer
}

.food-card--price,.food-card--title,.item-title {
    font-family: rokhFNBold
}

.bell-unread-lable {
    font-size: 40px;
    right: -4px;
    top: 0
}

.categories-wrapper {
    background-color: #161920;
    background-color: var(--backgroundColor);
    padding: 15px 11px
}

.left-slide-animation {
    -webkit-animation: right-slide 1.9s cubic-bezier(.61,1,.88,1) 0s 5 normal none;
    animation: right-slide 1.9s cubic-bezier(.61,1,.88,1) 0s 5 normal none
}

@-webkit-keyframes right-slide {
    0% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes right-slide {
    0% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.categories-item {
    border: 2px solid #4747478a;
    border-radius: 30px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    cursor: pointer;
    font-family: rokhBold;
    margin-left: 15px;
    min-height: 120px;
    width: 113px
}

.categories-item:last-child {
    margin-left: 0
}

.categories-item--active {
    background-color: #fff;
    background-color: var(--mainColor);
    transition: .1s
}

.search-wrapper {
    border: 2px solid #4747478a;
    border-radius: 30px
}

.search-input {
    background-color: initial;
    border: none;
    border-radius: 30px;
    color: #fff;
    outline: none;
    padding: 1.2em;
    width: 100%
}

.card-meta-wrapper {
    background-color: rgba(46,46,46,.863);
    border-radius: 20px;
    height: 100px;
    margin: 0 auto;
    padding: 15px;
    width: 90%
}

.nav-wrapper {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #161920af;
    border: 1px solid hsla(0,0%,39%,.192);
    border-radius: 30px;
    bottom: 20px;
    box-shadow: 0 -30px 100px #161920ce;
    height: 85px;
    left: 20px;
    right: 20px;
    z-index: 9
}

.nav-space {
    margin-top: 100px
}

.nav-cart-btn-wrapper {
    border-radius: 50%;
    height: 70px;
    text-align: center;
    width: 70px
}

.hi {
    -webkit-animation: t 1s ease 0s 2 normal forwards;
    animation: t 1s ease 0s 2 normal forwards
}

@-webkit-keyframes t {
    0% {
        opacity: .5;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes t {
    0% {
        opacity: .5;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.nav-btn {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 20px
}

.food-card {
    background-position: top!important;
    background-size: cover!important;
    border-radius: 30px;
    cursor: pointer;
    height: 320px
}

.cart-item-wrapper {
    background-color: #1d212b;
    border-radius: 20px
}

.cart-item-img {
    min-height: 100px;
    min-width: 100px
}

.bg-second {
    background-color: #1d212b
}

.cart-total-wrapper {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #1d212bb9;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 -30px 100px #161920ce;
    height: 200px
}

.cart-total-wrapper-space {
    margin-top: 230px
}

.cart-plus {
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    height: 24px
}

.item-detail {
    -webkit-animation: myAnim .5s ease 0s 1 normal forwards;
    animation: myAnim .5s ease 0s 1 normal forwards
}

@-webkit-keyframes myAnim {
    0% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

@keyframes myAnim {
    0% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

.add-to-cart-wrapper-space {
    margin-top: 100px
}

.add-to-cart-wrapper {
    background-color: #161920;
    background-color: var(--backgroundColor);
    box-shadow: 0 -30px 100px #161920
}

.cartadded {
    -webkit-animation: cartadded 1.2s ease 0s 1 normal forwards;
    animation: cartadded 1.2s ease 0s 1 normal forwards
}

@-webkit-keyframes cartadded {
    0% {
        opacity: 0;
        -webkit-transform: translateY(300px) rotate(250deg);
        transform: translateY(300px) rotate(250deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }
}

@keyframes cartadded {
    0% {
        opacity: 0;
        -webkit-transform: translateY(300px) rotate(250deg);
        transform: translateY(300px) rotate(250deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }
}

.add-to-cart {
    border: none;
    font-family: rokhBold;
    padding: 15px;
    width: 65%
}

.item-detail .price {
    font-family: rokhFNBold;
    font-size: 30px;
    height: 34px
}

.item-detail .category {
    border-radius: 10px;
    font-size: 14px;
    padding: 5px 10px;
    text-align: center
}

.ingradients {
    -webkit-column-gap: 10px;
    column-gap: 10px
}

.ingradients-item {
    border: 1px solid #4747478a;
    border-radius: 15px;
    cursor: pointer
}

.item-detail .content-wrapper {
    border-radius: 30px 30px 0 0;
    box-shadow: 0 -30px 100px #161920ce;
    margin-top: -30px;
    position: relative;
    width: 100%
}

.item-detail .image {
    scroll-snap-align: start
}

.item-detail .back-wrapper {
    background-color: #16192088;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    left: 10px;
    text-align: center;
    top: 10px;
    width: 40px
}

.item-detail .back {
    font-size: 20px;
    height: 20px
}

.item-detail .item-title {
    width: 70%
}

.item-detail .quantity-wrapper {
    border-radius: 20px;
    padding: 20px;
    width: 30%
}

.item-detail .quantity-wrapper .bi-dash,.item-detail .quantity-wrapper .bi-plus {
    font-size: 20px;
    height: 20px
}

.item-detail .quantity-wrapper .quantity {
    font-family: rokhFNBold;
    font-size: 18px;
    height: 18px
}

.cart-count {
    border-radius: 50%;
    font-family: rokhFNBold;
    font-size: 18px;
    height: 20px;
    position: absolute;
    right: 9px;
    top: 9px;
    width: 20px
}

.added-item-shadow {
    background-color: hsla(0,0%,4%,.575);
    width: 100%
}

.options-wrapper {
    -webkit-animation: options .2s ease 0s 1 normal forwards;
    animation: options .2s ease 0s 1 normal forwards;
    border-radius: 30px 35px 0 0;
    height: 58vh;
    overflow-y: hidden;
    z-index: 10
}

.tt {
    height: 100%;
    overflow-y: scroll
}

.options-wrapper-back {
    background-color: #161920f1;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100000
}

@-webkit-keyframes options {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes options {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.option-item-wrapper {
    border: 1px solid transparent;
    cursor: pointer
}

.option-item-wrapper:last-child {
    margin-bottom: 3rem!important
}

.option-item-checkbox {
    accent-color: #fff;
    accent-color: var(--mainColor);
    cursor: pointer;
    height: 24px;
    outline: none;
    width: 24px
}

.cart-option-wrapper:last-child {
    border-radius: 0 0 20px 20px
}

.options-add-wrapper {
    bottom: 0;
    position: -webkit-sticky;
    position: sticky
}

.cart-item-type-wrapper:first-child {
    margin-top: 15px
}

.cart-item-type-wrapper {
    margin-top: 5px
}

.google-map iframe {
    border: none;
    border-radius: 20px;
    height: 350px;
    width: 100%
}

.info-carousel-next:hover,.info-carousel-prev:hover {
    background-color: #fff;
    background-color: var(--mainColor);
    transition: .2s
}

@media (min-width: 768px) {
    .item-detail {
        margin:0 auto;
        max-width: 768px
    }
}

.body-no-scroll {
    -webkit-overflow-scrolling: none;
    height: 100vh;
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
    width: 100vw
}

.options-item-title {
    left: 50%;
    position: absolute;
    top: 25%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.info-head {
    background: url(../../static/media/infoBackground.e9f1e530aa123928322e.jpg);
    background-position: 50%;
    background-size: cover;
    height: 350px;
    position: relative
}

.info-head-layer {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #16192056;
    height: 100%;
    position: absolute;
    width: 100%
}

.card-options-badge {
    background-color: rgba(46,46,46,.863)
}

.splash-screen {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: 1s;
    width: 100%;
    z-index: -1
}

.show {
    opacity: 1;
    z-index: 9999
}

@media (max-width: 370px) {
    .food-card-col {
        width:93%!important
    }

    .food-card {
        height: 270px!important
    }

    .categories-item {
        min-height: none
    }
}

/*# sourceMappingURL=main.0d596614.css.map*/
