* {
    padding: 0px;
    margin: 0px;
}

html, 
body, 
#root {
    height: 100%;
    background-color: #1c0801;
    font-family: 'Noto Naskh Arabic', serif;

}

/* ------- main start ------- */
.wraper {
    display: flex;
    justify-content: space-between;
    background-color: #1c0801;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}

.wraper .menu {
    width: 100%;
    max-width: 500px;
    position: relative;
}


.wraper .menu .footer {
    font-size: 15px;
    color: #FFF;
    text-align: center;
    padding-bottom: 5px;
}

.wraper .menu .footer .caviar {
    color: #D66F2A;    
}

.wraper .main-logo {
    text-align: center;
    background-color: #1c0801;
    border-left: 1px solid black;
    width: calc(100% - 500px);
    position: fixed;
    overflow: hidden;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.wraper .main-logo img {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



@media only screen and (max-width: 1280px) {
    
    .wraper .menu{
      max-width: 100%;
    }

    .wraper .main-logo {
        display: none;
    }

    .carousel .slide img {
        height: 25vh !important;
        object-fit: cover;
    }
}

@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {

    .menu-items .items {
        width: 70% !important;
    }

    .carousel .slide img {
        height: 25vh !important;
        object-fit: cover;
    }

    .intro .footer {
        left: 45% !important;
    }

    .category .category-item { 
        height: 200px !important;
        margin-bottom: 50px !important;
    }
}


/* ------- main end ------- */

/* ------- intro start ------- */

.intro {
    /* background-image: url('../assets/intro-cover.png');
    background-size: cover; */
    height: 95vh;
    position: relative;
}

.intro .head{
    margin: auto;
    text-align: center;
    padding-top: 8vh;
}

.intro .head img {
    width: 180px;
    height: 170px;
    padding-top: 0px;
}

.intro .head h3 {
    margin-bottom: 10px;
    font-size: 28px;
    color: #FFF;
}

.intro .head p {
    color: #FFF;
    font-size: 20px;
}

.intro form {
    margin: auto;
    margin-top: 50px;
}


.intro form button {
    display: block;
    margin: auto;
    border-radius: 15px;
    /* padding: 6px; */
    width: 180px;
    height: 43px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    background: #D66F2A;
    cursor: pointer;
    border: 1px solid #D66F2A;

}

.intro .social {
    text-align: center;
    font-size: 20px;
}

.intro .social a i{
    margin: 0px 5px;
    color: #D66F2A;
    cursor: pointer;
    font-size: 24px;
}

.intro .info{
    color:#D8D8D8;
    font-size: 18px;
    padding: 10px;
    height: 155px;
    width: 260px;
    background-color: #36272599;
    border-radius: 9px;
    margin: auto;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #D66F2A;
}
.intro .info div{
    margin-bottom: 15px;
    width: 90%;
}

.intro .info div i{
    margin-right: 15px;
    font-size: 18px;
    color: #D66F2A;
}

.intro .info .social  i{
    font-size: 28px;
}

.intro .info .phone{
    display: flex;
    align-content: center;
}
.intro .info .phone span{
    display: block;
}

/* ------- intro end ------- */


/* ------- Category Start ------- */

.category {
    
    width: 100%;
}

.category .head {
    text-align: center;
    position: relative;
}

.category .head img{
    width: 190px;
    height: 180px;
    padding-top: 20px;
}

.category .head .backward {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 2px 3px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.category .head .language {
    position: absolute;
    top: 10px;
    right: 10px;
}

.category .head .language button{
    display: block;
    width: 60px;
    height: 25px;
    background-color: #362725;
    border: 1px solid #D66F2A;
    margin-bottom: 5px;
    border-radius: 15px;
    color: #D66F2A;
    font-size: 12px;
}

.category .head .language .activ{
    background-color: #D66F2A;
    color: #1c0801;
}

.category .info {
    text-align: center;
    padding: 10px 0px;
}

.category .info button {
    margin-top: 15px;
    color: white;
    background-color: #d5d5d540;
    border-radius: 12px;
    border: 1px solid #D66F2A;
    padding: 3px 15px;
}

.category .info h3{
    display: block;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    padding: 15px 0px;
    color: white;
    letter-spacing: 1px;
}

.category .social {
    text-align: center;
    font-size: 20px;
    background-color: #362725;
    width: 50%;
    margin: auto;
    padding-top: 10px;
    border-radius: 20px;
}

.category .social a i{
    margin: 0px 10px;
    color: #D66F2A;
    cursor: pointer;
    font-size: 32px
}

.category .info .social a {
    padding: 4px 10px;
    margin: 2px;
    color: #CDA45E;
    font-size: 20px;
}

.category .category-list {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.category .category-item {
    background: white;
    margin: 10px 0px;
    text-align: center;
    height: 20vh;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 5px 2px #0a0a0aa6;
    width: 44vw;
    z-index: 2;
    border: 1px solid #D66F2A;
}

.category .category-item a {
    text-decoration: none;
}

.category .category-item h2 {
    color: #FFF;
    font-size: 24px;
    letter-spacing: 1px;
    text-shadow: 1px 2px 2px #222222;
    background-color: #00000063;
    padding: 0px 5px;
    border-radius: 15px;
}

.category .category-list .seprator {
    width: 100%;
    background-color: #D66F2A;
    height: 18px;
    position: relative;
    bottom: 35px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 2px 2px #201f1fe6;
    transform: scaleX(1.05);
    transition-delay: 2s;
    
}


/* ------- Category end ------- */

/* ------- Menu start ------- */

.menu-items {   
    width: 100%;
}

.menu-items .head {
    text-align: center;
    position: relative;
}

.menu-items .head img{
    width: 190px;
    height: 180px;
    padding-top: 20px;
}

.menu-items .head .backward {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 2px 3px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.menu-items .head .language {
    position: absolute;
    top: 10px;
    right: 10px;
}

.menu-items .head .language button{
    display: block;
    width: 60px;
    height: 25px;
    background-color: #1c0801;
    border: 1px solid #D66F2A;
    margin-bottom: 5px;
    border-radius: 15px;
    color: #D66F2A;
    font-size: 12px;
}

.menu-items .head .language .activ{
    background-color: #D66F2A;
    color: #1c0801;
}


.menu-items .carousel {
    width: 95%;
    text-align: center;
    margin: auto;
    border: 1px solid #D66F2A;
    border-radius: 15px;
    height: 25vh;
}

.menu-items .carousel img{
    height: 25vh;
    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 {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: 10px;
    padding: 2px 5px;
    margin-top: 25px;
}

.menu-items .categories .categories-item {
    width: 68px;
    text-align: center;
    text-decoration: none;
    padding: 5px;
}

.menu-items .categories .categories-item .categories-icon{
    border-radius: 18px;
    margin: auto;
    width: 60px;
    height: 50px;
    overflow: hidden;
    background-color: #372222;
    padding: 8px 0px;
}

.menu-items .categories .categories-item .categories-icon img{
    width: 40px;
    height: 40px;
    margin: auto;
}

.menu-items .categories .categories-item .categories-name {
    font-weight: 600;
    font-size: 13px;
    padding: 2px;
    display: block;
    color: white;
}

.menu-items .categories .categories-item .active {
    color: #D66F2A;
}

.menu-items .categories .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}

.menu-items .subcategories > .item {

    border: 1px solid #D66F2A;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px;

}

.menu-items .subcategories .item-head {
    background-color: #ffffff17;
    padding: 10px 15px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}

.menu-items .subcategories .item-body {
    padding: 10px 15px;
    background-color: #313131;
    border-radius: 5px;
}

.menu-items .items {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
}

.menu-items .items .head-listview{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    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 white;
    border-radius: 4px;
}

.menu-items .items .head-listview .listview .active{
    color: #D66F2A;
}

.menu-items .items .head-listview .listview i{
    margin: 4px 5px;
    color: #FFF;
    cursor: pointer;
}

.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;
    padding: 10px;
    border-radius: 5px;
    background-color: #362725;
}

.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{
    max-width: 100%;
    height: 100px;
    border: 3px;
    /* box-shadow: 0px 1px 5px #cda45e; */
    border-radius: 8px !important;
}

.menu-items .items .style-list .side-left{
    width: 66.66666667%;
}

.menu-items .items .style-list .side-left h5{
    color: #FFF;
    font-size: 16px;
    margin: 10px;
}

.menu-items .items .style-list .side-left p{
    color: #aeaeae;
    font-size: 13px;
    margin-right: 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: #D66F2A;
    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;
    position: relative;
}

.menu-items .items .style-two .item {
    height: auto;
    margin: auto;
    border-radius: 8px;
    position: relative;
    margin-bottom: 15px;
    height: 20vh;
    width: 43%;
    overflow: hidden;
}


.menu-items .items .style-two .item  img {
    width: 100%;
    height: 20vh;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
    z-index: 5;
    box-shadow: 0px 2px 5px 2px #0a0a0aa6;
}


.menu-items .items .style-two  .item h5{
    color: #372222;
    font-size: 14px;
    padding: 2px 10px;
    position: absolute;
    bottom: 10px;
    right: 5px;
    background-color: #d66f2a;
    border-radius: 15px;
    z-index: 5;
    height: 20px;
}

.menu-items .items .style-two  .item .price {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 5;
    height: 20x;
    gap: 5px;
    flex-direction: column;
}

.menu-items .items .style-two  .price span{
    color: #372222;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #d66f2a;
    border-radius: 15px;
    padding: 1px 5px;
}

.style-large .item {
    width: 90%;
    height: auto;
    margin: auto;
    padding: 8px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 15px;
    height: 30vh;
    overflow: hidden;
    padding: 8px;
    background-color: #362725;
}

.style-large .item .image-loading {
    width: 100%;
    height: 25vh;
    border-radius: 10px;
    position: relative;
    z-index: 5;
    box-shadow: 0px 2px 5px 2px #0a0a0aa6;
    border: 1px solid #d66f2a;
}

.style-large .item img {
    width: 100%;
    height: 25vh;
    object-fit: cover;
    border-radius: 10px;
}

.style-large .item h5{
    color: #1c0801;
    font-size: 14px;
    padding: 2px 10px;
    position: absolute;
    bottom: 10px;
    right: 15px;
    background-color: #D66F2A;
    border-radius: 15px;
    z-index: 5;
    height: 20px;
}

.style-large .item .price {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
    left: 15px;
    /*background-color: #D66F2A;*/
    /*border-radius: 15px;*/
    z-index: 5;
    height: 20x;
    /*padding: 2px 5px;*/
    gap: 5px;
    flex-direction: column;
}

.style-large .item .price span{
    color: #1c0801;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #D66F2A;
    border-radius: 15px;
    padding: 1px 5px;
}

.style-large .item .price span span{
    /*display: block;*/
}


.style-large .item .seprator {
    width: 100%;
    background-color: #D66F2A;
    height: 18px;
    position: relative;
    bottom: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 2px 2px #201f1fe6;
    transform: scaleX(1.08);
    transition-delay: 2s;    
}

/* ------- 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: #1c0801;
  }

  .swal2-styled.swal2-confirm {
    background-color: #756039 !important;
    color: #1c0801 !important;
  }
  
   .swal2-show {
    animation: swal2-show 1s !important; 
  }
.flex-1{
    /* flex: 1; */
    width: 100%;
}

.image-loading{
    overflow: hidden;
}