@import url(fontiran.css);
a,a:hover,a:active{
    text-decoration: none;
    color: inherit;
}
*:focus{
    outline: none !important;
}

.menu-content::-webkit-scrollbar {width: 10px;}
.menu-content::-webkit-scrollbar-track {background: transparent}
.menu-content::-webkit-scrollbar-thumb {background: #ffffff;}
.menu-content::-webkit-scrollbar-thumb:hover {background: #fff;}

.page-content::-webkit-scrollbar {width: 10px;}
.page-content::-webkit-scrollbar-track {background: transparent}
.page-content::-webkit-scrollbar-thumb {background: #ffffff;}
.page-content::-webkit-scrollbar-thumb:hover {background: #fff;}


body {
    direction: rtl;
    position: relative;
    font-family: KalamehWeb;
    background: url(../img/bg.jpg);
    background-size: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
}


img{
    max-width: 100%;
}
.preloader {
    background: #7b0100;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages .page{
    display: block;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position-y: bottom !important;
}
.owl-carousel{
    direction: ltr;
}
.page{
    direction: rtl;
}
header{
    position: absolute;
    width: 100%;
    display: block;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 30px 0;
}

/* Header Logo */
a.header-logo {
    display: flex;
    align-items: center;
    color: #fff;
}
a.header-logo img {
    width: 60px;
    height: auto;
}
a.header-logo h1 {
    font-weight: bold;
    margin-right: 15px;
}

/* Main Menu */
ul.main-menu {
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    width: fit-content;
    float: left;
    z-index: 6;
}
ul.main-menu li {
    list-style: none;
    display: inline-block;
}
ul.main-menu li a {
    display: block;
    border-radius: 5px;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}
ul.main-menu li a:after {
    content: " ";
    position: absolute;
    bottom: -5px;
    right: 50%;
    left: 50%;
    height: 6px;
    background-color: #ffffff94;
    border-radius: 10px;
    transition: 0.3s all;
}
ul.main-menu li a.active:after,ul.main-menu li a:hover::after{
    right: 40%;
    left: 40%;
}

header .container {
    position: relative;
    z-index: 2;
}

ul.main-menu img {
    width: 100%;
    padding: 25px 50px 35px;
    display: none;
}
.menu-overlay {
    position: fixed;
    width: 100%;
    right: 0;
    height: 100%;
    top: 0;
    background: #00000094;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all;
}
.menu-btn img{
    width: 30px;
    height: auto;
}
.menu-btn {
    float: left;
    margin: 6px 0 0 20px;
    display: none;
}
/* Home Page*/
.main-text {
    position: absolute;
    z-index: 13;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    padding-top: 30px !important;
}
.main-text span {
    display: block;
    font-size: 20px;
}
.main-text strong {
    display: block;
    font-size: 60px;
    padding: 15px 0 10px;
}
.main-text a {
    background: #00000063;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 10px;
    transition: 0.3s all;
}
.main-text a:hover{
    background: #00000085;
    transform: scale(1.1);
}

/* Menu Page */
.menu {
    display: block;
    background: #18040085;
    width: 100%;
    height: calc(100vh - 200px);
    transform: translateY(160px);
    border-radius: 10px;
    box-shadow: 0 5px 15px #00000026;
    padding: 25px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--bgcolor);
}
.nav-link,.nav-link:hover{
    color: #ffffff;
}
.menu-link img {
    width: 30px !important;
    height: auto !important;
    margin: 0 auto 5px auto;
}
button.menu-link {
    border-radius: 10px !important;
    margin-bottom: 10px;
}
button.menu-link:hover{
    background-color: #82000069;
}
.menu-content {
    padding: 0 25px 0 15px;
    height: calc(100vh - 250px);
    overflow-y: scroll;
    overflow-x: hidden;
}
.fod-box {
    color: #fff;
    border: 2px solid #ffffff2b;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    transition: 0.3s all;
    height: calc(100% - 10px);
}
.fod-box:hover{
    border-color: #fff;
}
a.food-title h1 {
    font-size: 20px;
    margin: 20px 0;
}
p.food-desc {
    font-size: 12px;
    color: #ffffffb5;
    font-weight: 300;
}
.food-price {
    font-weight: 500;
    font-size: 18px;
}

/* About Page */
.page-title {
    color: #fff;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    margin: 15px 0 40px;
    position: relative;
}
.page-title:after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 5px;
    background: #ffffff4f;
    border-radius: 10px;
    right: calc(50% - 15px);
    bottom: -10px;
}
.page-content p {
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    padding: 0 40px;
    /*text-align: justify;*/
    line-height: 1.8;
}
.page-content img{
    width: 425px !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    /*margin-bottom: 40px;*/
}
.page-content {
    overflow: scroll;
    height: calc(100vh - 340px);
    overflow-x: hidden;
}
.main-text img {
    width: 300px !important;
    margin: 0 auto 30px;
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden; }
.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #fff;
    -webkit-transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    opacity .3s ease-in-out;
    -o-transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    opacity .3s ease-in-out;
    transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    opacity .3s ease-in-out; }
.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    opacity: .3; }
.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .9;
    -webkit-transition: all .08s ease-out;
    -o-transition: all .08s ease-out;
    transition: all .08s ease-out; }
.cursor-outer.cursor-hover {
    opacity: 0;
}
/* Contact Page */
.contact-box {
    border: 2px solid #ffffff38;
    border-radius: 10px;
    padding: 15px;
    color: #fff;
    min-height: 150px !important;
    display: block;
    transition: 0.3s all;
    margin-bottom: 25px;
}
.contact-box:hover{
    border-color: #fff;
}
.contact-box span {
    display: block;
    font-weight: 200;
    margin-top: 15px;
}
.contact-box img {
    width: 35px !important;
    margin-right: 10px;
}
span.big {
    text-align: center;
    font-size: 30px;
    direction: ltr;
    font-weight: bold;
}
.brnc-box {
    min-height: 135px !important;
}
.brnc-box img {
    width: 100px !important;
    height: auto !important;
    border-radius: 10px;
    float: right;
    margin-left: 20px !important;
    margin-bottom: 0 !important;
}

/* Product Page */
.product-content {
    transform: translateY(160px);
    color: #fff;
    height: calc(100vh - 200px);
}
.product-content-top {
    background: #18040085;
    border-radius: 15px;
    padding: 40px;
}
.product-info {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 30px;
}
.product-title-area h1 {
    font-size: 50px;
    font-weight: 600;
}
.product-title-area span {
    opacity: 0.8;
    font-weight: 300;
    font-size: 20px;
}
.product-price strong {
    display: block;
    margin-top: 30px;
    font-size: 22px;
    background: #780001;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 8px;
}
.product-details {
    margin-top: 60px;
}
