﻿@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

html {
    /*background-color: #050505;*/
}
body {
    font-family: IRANYekan !important;
    font-weight: 300;
    direction: rtl;
    /*background-color: #050505;*/
    margin: 0 auto;
    max-width: 700px;
    background-color: #050505;
    /*background-image: linear-gradient(to top, #2a2a2a 0%, #050505 100%);*/
}

h1, h2, h3, h4, h5, h6, input, textarea {
    font-family: IRANSans !important;
}
li, a {
    list-style: none;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
.main-container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #050505;
    height: 100vh;
}

.vid-bg {
    width: 100%;
    max-height: 40vh;
}

.logo-div {
    width: 100%;

    position: relative;
}

.logo-div img {
    width: 95px;
    height: 95px;
    position: absolute;
    top:-50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.title-heading {
    font-family: Farhang!important;
    font-weight: 700;
}
.bg-green {
    background-color: #04C030;
}

.title-eng{
    font-family: "Roboto Condensed", serif!important;
    background: #3a3a3a;
    font-weight: 400;
    color: #8a8a8a;
}
.title-eng span {
    font-weight: 500;
    color: #bdbdbd;
}
.bg-gr {
   /*background-image: linear-gradient(to bottom, rgba(255, 5, 5, 50), rgba(96, 33, 33, 0.64));*/
    z-index: 0;
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 50% 50%, rgba(0, 0, 0, 0) 100%);
}

.nav-menu {
    max-width: 700px;
    bottom: 0%;
    background-image: linear-gradient(360deg, #000000, transparent);
    padding: 20px 0;
}
.nav-menu ul {
    border-radius: 20px;
    background-color: #333333;
}
.nav-menu ul li {
    padding: 5px 8px 5px 8px;
    border-radius: 8px;
}
.nav-menu ul li a span {
    font-size: 13px;
    color: #e6e6e6;
}
.nav-menu ul li a i {
    color: #e6e6e6;
}
.nav-menu ul li:hover {
    background-color: #303030;
    transition: 0.1s ease-in-out;

}
.nav-menu ul li:hover i {
    color: #04C030;
    transition: 0.1s ease-in-out;
}
.nav-menu ul li:hover span {
    color: #e6e6e6;
    transition: 0.1s ease-in-out;
}

.category-item {
    background: #333333;
    border-radius: 12px;
    padding: 6px 6px;
    color: #fff;
    margin: 4px 4px;
}

.category-item:hover {
    background: #1e1e1e;
    transition: 0.1s ease-in-out;
}


.menu-item {
    background: #333333;
    border-radius: 12px;
    padding: 25px 15px;
    color: #fff;
    width: 120px;
    margin: 5px 7px;
}
.menu-item spam {
    color: #04C030;
    transition: 0.1s ease-in-out;
    font-size: 36px;
}
.menu-item:hover {
    background: #1e1e1e;
    transition: 0.1s ease-in-out;
}
.menu-item:hover i {
    color: #088d28;
    transition: 0.1s ease-in-out;
}

.food-item {
    margin: 10px auto;
    background: #222222;
    border-radius: 12px;
    padding: 0px 0px;
    height: 170px;
    overflow: hidden;


}
.img-item {
    width: 40%;
    height: 100%;
}
.img-item img {
    width: 100%;
    object-fit: cover;
    height: 170px;
}
.food-info {
    width:60%;
}
.food-info-cat {
    color: #848484;
}
.food-info h3 {
    font-weight: normal;
    color: #fff;
}
.divider {
    height: 1px;
    width: 80%;
    background: #2b2b2b;
    padding: 0px 0px;
    margin: 3px 0;
}
.food-info  p {
    font-size: 10px;
    color: #a2a2a2;
    margin-top: 5px;
}
.category {
    overflow-x: auto;
    background: #1a1a1a;
    margin: -6px 0 0 0;
    padding: 8px;
    height: 120px;
    position: fixed;

}
.category a{

    height: 120px;
}

.main-container .category::-webkit-scrollbar {
    width: 0px!important;
    display: none;
}


::-webkit-scrollbar-track {
    background: #181818;
}

::-webkit-scrollbar-thumb {
    background: #24c55f;
}

::-webkit-scrollbar-thumb:hover {
    background: #2a2a2a;
}

.food-content {
    margin-top: 130px;
    margin-bottom: 130px;
    padding: 0px 0 130px 0;
}
.single-food-items {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;

    overflow: hidden;
}
.single-food-items img {
    width: 100%;
    object-fit: cover;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    max-height: 340px;

}
