@font-face {
    font-family: 'Bahij-Janna';
    src: url('../fonts/bahij/BahijJanna.eot');
    src: url('../fonts/bahij/BahijJanna.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahij/BahijJanna.woff2') format('woff2'),
    url('../fonts/bahij/BahijJanna.woff') format('woff'),
    url('../fonts/bahij/BahijJanna.ttf') format('truetype'),
    url('../fonts/bahij/BahijJanna.svg#BahijJanna') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bahij-Janna-bold';
    src: url('../fonts/bahij/BahijJanna-Bold.eot');
    src: url('../fonts/bahij/BahijJanna-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahij/BahijJanna-Bold.woff2') format('woff2'),
    url('../fonts/bahij/BahijJanna-Bold.woff') format('woff'),
    url('../fonts/bahij/BahijJanna-Bold.ttf') format('truetype'),
    url('../fonts/bahij/BahijJanna-Bold.svg#BahijJanna-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeoSansArabic';
    src: url('../fonts/NeoSansArabic.ttf');

}

/******************************/
/******************************/
:root {
    --primary: #852f20;
    --secondary: #556d70;
    --gray: #636363;
    --black: #000;
    --white: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrap {
    overflow: hidden;
}

html[dir="ltr"] body {
    direction: ltr;
    text-align: left;
}

html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

body {
    font-family: 'Bahij-Janna', serif;
    color: var(--black);
    background: var(--white);
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: bold;
    color: var(--white);
}

button,
li,
a {
    color: var(--primary);
    transition: all 0.5s ease-in-out;
}

a {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

ul,
ol {
    margin-bottom: 0;
}

button:focus {
    outline: 0;
}

li,
input[type="submit"],
a {
    transition: all 0.5s linear;
}

img,
iframe,
video {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
}

.no-padding {
    padding: 0 !important;
}

.form-control {
    border-radius: 0;
}

html[dir="ltr"] .form-control {
    direction: ltr;
    text-align: left;
}

textarea.form-control {
    height: 200px;
}

body.home {
    background-image: url("../images/bg-home.png");
    background-size: cover;
    background-attachment: fixed;
}

.form-control:focus {
    border-color: transparent;
    box-shadow: none;
    outline: none;
    color: var(--primary);
}

.main-btn {
    position: relative;
    color: var(--primary) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid var(--white);
    cursor: pointer;
    transition: all .35s ease-in-out;
}

.main-btn:hover {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white) !important;
    transform: translateY(-5px);
}

.main-title {
    position: relative;
    color: var(--secondary);
    font-size: 64px;
    font-weight: bold;
}
.mobile-nav-list::-webkit-scrollbar {
    display: none;
}
@media (max-width: 768px) {

}

@media (max-width: 500px) {
    .main-btn {
        font-size: 14px;
        width: 120px;
        height: 35px;
        line-height: 35px;
    }

    .main-title {
        font-size: 28px;
        margin: 10px 0;
    }
}


/******************************/
/* && header &&*/
/******************************/
header {
    padding: 30px 0;
}

.lang {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: var(--secondary);
    color: #cfb7a1;
    font-size: 18px;
    font-weight: bold;

}
.inside-head{
    background-image: url("../images/inside-head.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
}
.mid-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

}


/******************************/
/* && nave &&*/
/******************************/
.menu-item-has-children {
    display: flex;
    width: 100%;
    align-items: center;

}
.nav-list {
    display: none;
}

.dd-trigger {
    display: block;
}

.main-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.head-logo {
    display: flex;
    align-items: center;
}

.menu-icons a:not(:last-of-type) {
    margin-inline-end: 10px;
}

.nav-list > li.menu-item-has-children > a:after {
    font-family: "Font Awesome 6 Free", serif;
    font-weight: 900;
    color: var(--white);
    position: absolute;
    transition: all 0.5s ease-in-out;
}

.nav-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    background: transparent;
    color: var(--secondary);
    border: 1px solid var(--secondary);
    transition: all 0.5s ease-in-out;
}

.nav-btn:hover {
    background: transparent !important;
    color: var(--primary) !important;
    border: 1px solid var(--primary) !important;

}

#close-menu {
    position: absolute;
    right: 300px;
    top: 45%;
    z-index: 9999;
    width: 50px;
    height: 120px;
    border-radius: 1.1rem;
    background-color: var(--primary);
}
html[dir="ltr"] #close-menu{
    left: 300px;
    right:unset;
}
#close-menu i{
    color: var(--white);
}
html[dir="ltr"] .mobile-nav-list {
    left: 0;
    transform: translateX(-100%);
}

html[dir="rtl"] .mobile-nav-list {
    transform: translateX(100%);
    right: 0;
}

.mobile-nav-list {
    width: 300px;
    height: 100%;
    padding: 15px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    overflow-y: scroll;
    transition: all 0.5s ease-in-out;
}

.mobile-nav-list .menu-item {
    position: relative;
    border-bottom: 1px solid var(--primary);
}


.mobile-nav-list .menu-item > a {
    display: block;
    color: var(--black);
    padding: 15px;
}

.mobile-nav-list .menu-item.menu-item-has-children > a {
    width: calc(100% - 34px);
    display: inline-block;
}

.mobile-nav-list .menu-item > a:hover,
.mobile-nav-list .menu-item.active > a {
    color: var(--primary);
}

html[dir="ltr"] .mobile-nav-list .menu-item.menu-item-has-children i {
    border-left: 1px solid var(--black);
}

html[dir="rtl"] .mobile-nav-list .menu-item.menu-item-has-children i {
    border-right: 1px solid var(--black);
}

.mobile-nav-list .menu-item.menu-item-has-children i {
    color: var(--black);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transform-origin: center;
    transition: all 0.5s ease-in-out;
}

.mobile-nav-list .menu-item i.open {
    color: var(--gray);
}

.sub-menu {
    list-style: none;
    background-color: var(--gray);
}

.mobile-nav-list .sub-menu a {
    display: block;
    padding: 15px 25px;
    color: var(--white);
    transition: all 0.5s ease-in-out;
}

.mobile-nav-list .sub-menu a:hover {
    color: #393839;
}

.trans-none {
    transform: none !important;
}

html[dir="ltr"] .nav-overlay {
    right: 0;
    transform: translateX(100%);
}

html[dir="rtl"] .nav-overlay {
    left: 0;
    transform: translateX(-100%);
}

.nav-overlay {
    display: block;
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    transition: all .35s ease-in-out;
}

@media (max-width: 768px) {
    .mid-header {
        justify-content: space-between;
    }

}

@media (max-width: 500px) {
    .main-logo img {
        max-width: 250px;
    }
    .nav-btn ,.lang{
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
    }

    .main-nav {
        margin-top: 20px;
    }

    header {
        position: relative;
        z-index: 9;
    }


    .contact-whats {
        width: 35px;
        border: none;
    }

    .contact-whats span {
        display: none;
    }

    .head-inf {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .top-header {
        flex-direction: row;
    }

    .head-inf .info {
        margin-bottom: 8px;
    }

    .head-inf .info .desc {
        margin-inline-start: 5px;
        font-size: 12px;
    }

}

/******************************/
/* && content-home &&*/
/******************************/
.content-home {
    padding: 0 0 50px;
}

.content-home-items {
    border: 1px solid var(--primary);
    background: rgba(230, 220, 215, .7);
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 25px;
    box-shadow: 8px 9px 8px rgba(0, 0, 0, .15);
}

.content-home-items .icon {
    margin-bottom: 20px;
}

.content-home-items .tittle {
    font-size: 32px;
    font-weight: bold;
    color: var(--primary);
}
/******************************/
/* && content-home &&*/
/******************************/
.cramp{
    text-align: center;
    padding: 30px 0;
}
.cramp span{
    color: var(--primary);
    font-size: 26px;
    font-weight: bold;
}
.content-menu .main-title{
    margin: 50px 0;
    color: var(--secondary);

}
.menu-items{
    margin-bottom: 50px;
}
.menu-items .title{
    text-align: center;
    color: var(--primary);
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}
.menu-items .image{
box-shadow: 0 0 24px rgba(0,0,0,.24);
}
/******************************/
/* && footer &&*/
/******************************/
footer {
    padding: 70px 0 50px;
    margin-top: 100px;
    position: relative;
    background-image: url("../images/footer.png");
    background-size: cover;

}

.place-time {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 50px 0;
}

.place-time .item {
    text-align: center;
}

.place-time .item .time-hour {
    color: var(--secondary);
    font-size: 16px;
    font-weight: bold;
}

.place-time .item .time-day {
    color: var(--primary);
    font-size: 18px;
    font-weight: bold;
}

.footer-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.footer-list li {
    margin: 0 15px;
}

.footer-list li a {
    color: var(--black) !important;
    font-size: 18px;
    font-weight: bold;
}



.powerd-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    font-size: 18px;
}

.powerd-content span {
    color: var(--black);
}

.powerd-content a {
    color: var(--primary);
}

.fly-icon {
 display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.fly-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
     text-align: center;
    margin:  0 5px;
 
    border : 1px solid var(--primary);
    border-radius: 50%;
}

.fly-icon a:hover {

    color: var(--white);
}
/**/
.content-single{
    padding: 50px 0 ;
}
.dish-items{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
     border-bottom: 2px solid var(--secondary);
}

.dish-items .price{
    font-size: 24px;
    font-weight: bold;
    color: var(--primary);
}
.dish-items .image{
    display: flex;
    align-items: flex-start;
}
.dish-items .image img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.dish-items .image .content{
    margin-inline-start: 25px;
}
.dish-items .image .content .tit{
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--secondary);
    font-weight: bold;
}
.dish-items .image .content .cal{
    font-size: 18px;
    color: var(--secondary);
 }
.content-single-items{
    margin: 50px 0;
    padding: 25px;
    background: #e6e5e3;
    border-radius: 20px;
}
.breadcrumb-links {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: var(--primary);
    padding: 25px 0;
}
.dish-items-single {
    text-align: center;
}
.dish-items-single .tit{
    font-size: 28px;
    font-weight: bold;
    color: var(--primary);
    margin: 25px 0;
}
.dish-items-single .cal{
    font-size: 28px;
    font-weight: bold;
}
.dish-items-single .price{
    font-size: 32px;
    color: var(--secondary);
}
.content .page-main{
margin: 50px 0;
}
.map iframe{
    width:100%;
    display: block;


}
.address-page{
    padding-inline-start: 20px;
    padding-top: 50px;
 }
.contact-info .place-time{
    margin: 0 ;
}
.contact-info .place-time .item{
    margin-inline-end: 20px;
}
.address-page{
    background-image: url("../images/bg-home.png");
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
}
.content-menu .menu-items .image img{
    width: 100%;
    height: 250px;
    box-shadow: 0 0 24px rgba(0,0,0,.24);
    
}
.content-single-tax .cat-content a{
    display : block;
      height: 250px;
          text-align: center;
    margin: 50px 0;
}
.content-single-tax .cat-content  h3{
        text-align: center;
    color: var(--primary);
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}
.content-single-tax .content-single-items{
    background: transparent;
}
.content-single-tax .cat-content a .cat-content-img img{
    width: 100%;
    height: 250px;
    box-shadow: 0 0 24px rgba(0,0,0,.24);
    border-radius: 50%;
}
@media (max-width: 992px) {

}

@media (max-width: 768px) {
    footer {
        margin-top: 20px;
    }

    .col-footer {
        margin: 30px 0;
    }
.fly-icon a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    
}
.fly-icon a img{
    max-height : 20px;
}
.content-home-items .tittle{
        font-size: 24px;

}
}

@media (max-width: 500px) {
    .dish-items .image .content {
        margin-inline-start: 10px;
    }
    .dish-items .image{
        width: 100%;
         align-items: flex-start;
    }
    .info-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-list ul {
        flex-wrap: wrap;
    }

    .powerd-content {
      text-align: center;
        flex-direction: column;
        font-size: 14px;
    }

    .main-footer .nav-list a {
        margin: 0 5px;
    }
    .dish-items{
        flex-direction: column;
        align-items: center;
    }
}.content-menu .menu-items .image{
    box-shadow: none;
}
 