* {
    padding: 0px;
    margin: 0px;
}

html, 
body, 
#root {
    height: 100%;
    background-color: #2d1b10;

    font-family: 'Noto Naskh Arabic', serif;
}

/* ------- main start ------- */
.wraper {
    display: flex;
    justify-content: space-between;
    background-color: #2d1b10;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}

.wraper .menu {
    width: 100%;
    max-width: 500px;
}


.wraper .menu .footer {
    font-size: 15px;
    color: #fbf7ea;
    text-align: center;
    margin: 25px;
    padding-bottom:20px;
}

.wraper .menu .footer .caviar {
    color: #fbf7ea;    
}

.wraper .main-logo {
    text-align: center;
    width: calc(100% - 500px);
    position: fixed;
    overflow: hidden;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.wraper .main-logo .logo-container {
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color: #2d1b10;
    border-radius: 5px; */
}

.wraper .main-logo .logo-container img{
    width: 150px;
    height: 150px;
}


@media only screen and (max-width: 1280px) {
    
    .wraper .menu{
      max-width: 100%;
    }

    .wraper .main-logo {
        display: none;
    }

    .carousel .slide img {
        height: 185px !important;
        object-fit: cover;
    }
}

@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {

    .menu-items .items {
        width: 70% !important;
    }

    .carousel .slide img {
        height: 500px !important;
        object-fit: cover;
    }

    .intro .footer {
        left: 45% !important;
    }

    .category .category-item { 
        height: 200px !important;
        margin-bottom: 50px !important;
    }


}


/* ------- main end ------- */

/* ------- intro start ------- */

.intro {
    /* height: 84vh; */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.intro .head{
    text-align: center;
    padding-top: 15vh;
}

.intro .head .logo-container {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 25px;
}

.intro .head .logo-container div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48%;
}

.intro .head .logo-container img {
    width: 120px;
    height: 120px;
    border-radius: 15px;
}

.intro .head .logo-container span {
    color: #FEFEFE;
    font-size: 12px;
    margin-top: 10px;
    font-style: italic;
}

.intro .head h3 {
    margin-bottom: 10px;
    font-size: 28px;
    color: #fbf7ea;
}

.intro .head p {
    color: #fbf7ea;
    line-height: 1.6;
}

.intro form {
    margin: 30px;
}


.intro form button {
    display: block;
    margin: auto;
    margin-bottom: auto;
    border-radius: 15px;
    width: 175px;
    height: 40px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
    color: #2d1b10;
    background: #fbf7ea;
    cursor: pointer;
    border: 1px solid #fbf7ea;
    box-shadow: 0px 0px 2px #444;
    font-weight: bold;
}

.intro .social {
    text-align: center;
}

.intro .social a i{
    color: #fbf7ea;
    margin: 8px;
    font-size: 38px;
}

.intro .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    gap: 10px;
    color: #fbf7ea;
    font-size: 18px;
}

.intro .info p i {
    margin-right: 10px;
}

/* ------- intro end ------- */



/* ------- Menu start ------- */

.menu-items {   
    width: 100%;
}


.menu-items .head {
    text-align: center;
    position: relative;
    height: 150px;
    clip-path: ellipse(150% 100% at 50% 0%);
}

.menu-items .head h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fbf7ea;
    font-size: 18px;
}

.menu-items .head h2 span{
    color: #e40b0b;
}

.menu-items .head .backward {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 2px 3px;
    cursor: pointer;
    width: 35px;
    height: 35px;
}

.menu-items .head .logo{
    background: #2d1b1087;
    border-radius: 5px;
}


.menu-items .head .language {
    position: absolute;
    top: 10px;
    right: 10px;
}

.menu-items .head .language button{
    display: block;
    width: 60px;
    height: 25px;
    background-color: #fbf7ea;
    border: 1px solid #fbf7ea;
    margin-bottom: 5px;
    border-radius: 15px;
    color: #2d1b10;
    font-size: 12px;
}

.menu-items .head .language .activ{
    background-color: #2d1b10;
    color: #fbf7ea;
}


.menu-items .carousel {
    width: 100%;
    text-align: center;
    margin: 15px  0px;
}

.menu-items .carousel img{
    height: 150px;
    max-width: 90%;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    object-fit: cover;

}

.menu-items .categories {
    
    border-radius: 25px 25px 0px 0px;
    border-top: 1px solid #fbf7ea;
    position: relative;
    top: -30px;
    background-color: #2d1b10;
    padding: 0px 5px;
    

}

.menu-items .categories > div {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: auto;
    justify-content: space-evenly;
    scrollbar-width: none;
    scrollbar-color: #2d1b10;
    width: 90%;
    position: relative;
}

.menu-items .categories .categories-item {
    height: 60px;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 20px 10px;
    position: relative;
    border: 1px solid #fbf7ea;
    border-radius: 20px;
    flex-direction: row;
    width: 30vw;
    justify-content: space-around;
}


.menu-items .categories .categories-item img{
    width: 75px;
    height: 75px;
    margin: auto;
    position: absolute;
    left: -25px;
}

.menu-items .categories .categories-item .categories-icon span{
    width: 20px;
    display: block;
    height: 20px;
    border: 1px solid #2d1b10;
    border-radius: 50%;
    margin: auto;
    margin-top: 5px;
}

.menu-items .categories .categories-item .categories-name {
    padding: 2px;
    margin-top: 5px;
    display: block;
    color: #fbf7ea;
    font-weight: bold;
    font-size: 20px;
    width: 80%;
    text-align: end;
    margin-right: 5px;
}

.menu-items .categories .active .categories-name {
    color: #a27150;
    font-weight: bold;  
}

.menu-items .categories .active{
    border: 1px solid #a27150;
}

/* .menu-items .categories .active {
    border-bottom: 2px solid white;
} */

.menu-items .categories .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}

.menu-items .subcategories {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: auto;
    margin-top: -30px;
    border-bottom: 1px solid #fbf7ea;
    padding-bottom: 10px;
    width: 75%;
    justify-content: center;
}

.menu-items .subcategories .categories-item {
    width: 68px;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    cursor: pointer;
    display: table;
}

.menu-items .subcategories .categories-item .categories-icon{
    width: 45px;
    height: 45px;
    padding: 6px !important;
    overflow: hidden;
    margin: auto;
    border: 1px solid #fbf7ea;
    border-radius: 50%;
}

.menu-items .subcategories .categories-item .categories-icon img{
    width: 40px;
    height: 40px;
    margin: auto;
}

.menu-items .subcategories .categories-item .categories-icon span{
    width: 20px;
    display: block;
    height: 20px;
    border: 1px solid #fbf7ea;
    border-radius: 50%;
    margin: auto;
    margin-top: 5px;
}

.menu-items .subcategories .categories-item .categories-name {
    padding: 2px;
    margin-top: 5px;
    display: block;
    color: white;
    font-weight: bold;
    font-size: 13px;
}

.menu-items .subcategories .active .categories-name {
    color: #a27150;
    font-weight: bold;  
}

.menu-items .items {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
}

.menu-items .items .head-listview{
    display: flex;
    align-items: baseline;
    justify-content: right;
    margin: 15px 0px;
}

.menu-items .items .head-listview .category-name{
    color: rgb(252 252 252);
    font-size: 24px;
}

.menu-items .items .head-listview .listview{
    display: flex;
    justify-content: center;
    border: 1px solid #fbf7ea;
    border-radius: 4px;
}

.menu-items .items .head-listview .listview i{
    margin: 4px 5px;
    color: #fbf7ea;
    cursor: pointer;
}

.menu-items .items .head-listview .listview .active{
    color: #a27150;
}

.item-order {
    position: absolute;
    background-color: #9d670a;
    color: white !important;
    border-radius: 5px;
    width: 25px;
    text-align: center;
    font-size: 14px !important;
    height: 15px;
}

.menu-items .items .style-list {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px;
    background-color: #29180e;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 1px #22140C;
}

.menu-items .items .style-list .side-right {
    width: 33.33333333%;
    text-align: end;
    height: 100px;
    overflow: hidden;
}

.menu-items .items .style-list .side-right img{
    width: 100px;
    height: 100px;
    border: 3px;
    /* box-shadow: 0px 1px 5px #2d1b10; */
    border-radius: 8px !important;
}

.menu-items .items .style-list .side-left{
    width: 66.66666667%;
}

.menu-items .items .style-list .side-left h5{
    color: #fbf7ea;
    font-size: 16px;
    margin: 10px;
}

.menu-items .items .style-list .side-left p{
    color: #fbf7ea;
    font-size: 13px;
    margin: 0px 10px;
}

.menu-items .items .style-list .side-left .price{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 10px;
    flex-direction: column;
}

.menu-items .items .style-list .side-left .price span{
    color: #fbf7ea;
    font-size: 13px;
    font-weight: 600;
}

.menu-items .items .style-list .side-left .price span span{
    margin: 10px
}

.menu-items .items .style-two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu-items .items .style-two .item {
    width: 46%;
    margin: 5px;
    position: relative;
}

.menu-items .items .style-two .image {
    position: relative;
    height: auto;
    overflow: hidden;
}

.menu-items .items .style-two .image .image-loading {
    width: 100%;
    height: 16vh;
    border-radius: 8px;
}

.menu-items .items .style-two .image img {
    width: 98%;
    max-height: 98%;
    height: 16vh;
    object-fit: cover;
    border: 1px solid #fbf7ea;
    border-radius: 55px;
    filter: brightness(0.8);
}

.menu-items .items .style-two .image .item-order {
    top: 4px;
    left: 4px;
}

.menu-items .items .style-two .info {
    padding: 0px 10px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.menu-items .items .style-two .info h5{
    color: #fbf7ea;
    font-size: 16px;
    background-color: #2d1b1085;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 77% 23% 74% 26% / 46% 44% 56% 54%;
}

.menu-items .items .style-two .info .price{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 5px;
}

.menu-items .items .style-two .info .price span{
    color: #fbf7ea;
    font-size: 10px;
    font-weight: 600;
    margin: auto;
    background-color: #2d1b1085;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 77% 23% 74% 26% / 46% 44% 56% 54%;
    
}

.menu-items .items .style-two .info .price span span{
    display: block;
    margin-bottom: 5px;
}

.style-large .item {
    width: 90%;
    height: auto;
    margin: auto;
    background-color: #29180e;
    padding: 8px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 15px;
    box-shadow: 0px 0px 1px 1px #22140C;
}

.style-large .item .image-loading {
    width: 100%;
    height: 25vh;
    border-radius: 8px;
}

.style-large .item img {
    width: 100%;
    height: 25vh;
    border-radius: 8px;
    object-fit: cover;
}

.style-large .item .item-order {
    top: 12px;
    left: 12px;
}

.style-large .item h5{
    color: #fbf7ea;
    font-size: 16px;
    margin-top: 8px;
    padding: 0px 10px;
}

.style-large .item .price {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 5px;
    padding: 0px 10px;
}

.style-large .item .price span{
    color: #fbf7ea;
    font-size: 13px;
    font-weight: 600;
}

.style-large .item .price span span{
    display: block;
    margin-bottom: 5px;
}

/* ------- Menu end ------- */

/* ------- Loader start ------- */

.loader-container {
    margin: auto;
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.loader {
    width: 35px;
    height: 35px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 

  /* ------- Loader end ------- */


  .swal2-container.swal2-center > .swal2-popup {
    background-color: #29180e;
  }

  .swal2-styled.swal2-confirm {
    background-color: #2d1b10 !important;
    color: #fbf7ea !important;
  }

  .swal2-show {
    animation: swal2-show .7s !important; 
  }

  .image-loading {
    overflow: hidden;
}

.start-modal-hide {
    display: none;
}

.start-modal {
    position: fixed;
    background-color: #000000ed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 15;
}

.start-modal > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 320px;
    width: 80%;
    max-width: 420px;
    margin: auto;
    background-color: #1c1009;
    z-index: 16;
    border-radius: 10px;
    box-shadow: 0px 0px 1px 1px #2D1B10;
}

.start-modal header {
    margin: 15px 0px;
}

.start-modal header p {
    padding: 15px;
    color: #EEE;
}

.start-modal section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 30px;
    margin-top: 20px;
}

.start-modal section .categories-item {
    height: 70px;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 20px 10px;
    position: relative;
    border: 1px solid #fbf7ea;
    border-radius: 20px;
    width: 80%;
}


.start-modal section .categories-item img{
    width: 75px;
    height: 75px;
    margin: auto;
    position: absolute;
    left: -25px;
}

.start-modal section .categories-item .categories-icon span{
    width: 20px;
    display: block;
    height: 20px;
    border: 1px solid #2d1b10;
    border-radius: 50%;
    margin: auto;
    margin-top: 5px;
}

.start-modal section .categories-item .categories-name {
    padding: 2px;
    margin-top: 5px;
    display: block;
    color: #fbf7ea;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin-right: 5px;
}



.feedback {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feedback h1{
    text-align: center;
    color: #EEE;
    margin: 10px auto;
}

.feedback .feedback-item {
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feedback .feedback-item .title {
    margin-bottom: 5px;
    color: #EEE;
    font-size: 18px;
}

.feedback .feedback-item textarea, input {
    background-color: #EEE;
    border: none;
    outline: none;
    width: 320px;
    border-radius: 2px;
    color: #16142d;
    padding: 10px;
    margin-top: 10px;
    font-size: 18px;
    box-shadow: 0px 0px 3px 2px #24221f;
}

.feedback .feedback-item textarea {
    height: 100px;
}

.feedback .feedback-item input {
    height: 20px;
}

.feedback .feedback-item button {
    background-color: #a27150;
    border: none;
    outline: none;
    width: 200px;
    border-radius: 2px;
    color: #2d1b10;
    padding: 10px;
    height: 40px;
    font-weight: bold;
    margin: 15px auto;
    cursor: pointer;
    font-size: 18px;
}

.feedback-success-message {

    margin: 50px auto;
    padding: 15px;
    text-align: center;
    color: white;
    font-size: 20px;

}

.head-feedback {
    display: flex;
  justify-content: space-between;
}

.head-feedback .backward {
    padding: 25px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    filter: brightness(100);
}


.head-feedback .lang {
    display: flex;
    gap: 10px;
    justify-content: end;
    align-items: center;
    margin-right: 35px;
}

.head-feedback .lang div {
    color: #EEE;
    cursor: pointer;
    font-size: 18px;
}

.head-feedback .lang div:nth-child(2n) {
    border-left: 1px solid #a27150;
    border-right: 1px solid #a27150;
    padding: 0 15px;
    margin: auto 15px;
  }

.head-feedback .lang .active {
    color: #a27150;
}

.send-feedback {
    text-align: center;
    margin: 25px auto;
    border: 1px solid #2b2826;
    padding: 5px;
    border-radius: 5px;
    background-color: #fbf7ea;
}

.send-feedback a{
    font-size: 20px;
    margin: 8px;
    color: #2d1b10;
    text-decoration: none;
}

.send-feedback i{
    font-size: 18px;
    margin-right: 4px;
}