/* body {
    background-color: red !important;
} */
/* body {
    background-color: red !important;
} */
.test {
    direction: ltr;
}
.menu-area-test {
    position: fixed !important;
    top: 0 !important;
    z-index: 999;
    /* background-color: white !important; */
}

#menu {
    width: 100%;
    /* backdrop-filter: blur(20px) !important; */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

ul {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

li {
    padding: 15px;
}

a {
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    transition: 0.3s;
}

a:hover {
    /* color: #0c7a7a; */
}

.menu-logo-wrap img {
    width: 100px;
}

.menu-toggle {
    display: none;
    cursor: pointer;
    /* color: white; */
    /* background-color: black; */
    font-size: 24px;
    padding: 0 !important;
}

@media (max-width: 768px) {
    #menu {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    #menu.show {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }

    li {
        text-align: center;
        padding: 10px;
    }

    .menu-logo-wrap {
        margin: 10px 0;
    }
}

/* Cta */

.dir {
    direction: ltr;
}
.menu-area {
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px);
    background: #fdfdfd73 !important;
}
.menu-area a {
    font-size: 20px;
}
.menu-area a.active {
    color: #fd9900 !important;
}
.contact-submit-wrap input,
.contact-submit-wrap textarea {
    direction: rtl;
}
.bi-chevron-right::before {
    /* content: "\f285"; */
    content: "\f284" !important;
}

/* Default styles for desktop */
.menu-logo-wrap {
    display: flex;
    justify-content: center; /* Center the logo for desktop view */
    align-items: center;
}

.responsive-logo {
    display: none; /* Hide responsive logo for desktop */
}

/* Mobile styles */
@media (max-width: 768px) {
    .menu-logo-wrap {
        display: none; /* Hide desktop logo on mobile */
    }

    .responsive-logo {
        display: inline-block; /* Show responsive logo beside burger icon */
        margin-left: 10px; /* Space between burger icon and logo */
    }

    .responsive-logo img {
        width: 4rem;
        vertical-align: middle;
    }

    .menu-toggle {
        width: 100%;
        display: flex;
        align-items: center;

        justify-content: space-between;
    }
}

/* From hazem */
.part3 {
    overflow-x: auto;
    scrollbar-color: #fd9900 rgba(0, 0, 0, 5%);
    scrollbar-width: thin;
}
@media (min-width: 990px) {
    .part3 {
        margin-top: 85%;
    }
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 9, 2025 */



@font-face {
    font-family: 'ge_dinar_onelight';
    src: url('arbfonts-ge-dinar-one-light-webfont.woff2') format('woff2'),
         url('arbfonts-ge-dinar-one-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ge_dinar_onelight_italic';
    src: url('arbfonts-ge-dinar-one-light-italic-webfont.woff2') format('woff2'),
         url('arbfonts-ge-dinar-one-light-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ge_dinar_onelight';
    src: url('arbfonts-ge_dinar_one_light-webfont.woff2') format('woff2'),
         url('arbfonts-ge_dinar_one_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ge_dinar_onemedium';
    src: url('arbfonts-ge-dinar-one-medium-webfont.woff2') format('woff2'),
         url('arbfonts-ge-dinar-one-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ge_dinar_onemedium';
    src: url('arbfonts-ge_dinar_one_medium-webfont.woff2') format('woff2'),
         url('arbfonts-ge_dinar_one_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.font1{
    font-family:'ge_dinar_onelight' ;
}
.font2{
    font-family:'ge_dinar_onelight_italic' ;
}
.font3{
    font-family:'ge_dinar_onelight' ;
}
.font4{
    font-family:'ge_dinar_onemedium' ;
}

.colerChange{

background-color: #391512 !important;
color: #eef0ef !important;

}
.text_coler{
    color:#391512 !important;
}
.food-menu-img img{
    max-width: 120px;
    background: #fff;
    padding:8px;
}
