* {
    padding: 0px;
    margin: 0px;
}

html, 
body, 
#root {
    height: 100%;
    background-color: #bfae9c;
}

/* ------- main start ------- */
.wraper {
    display: flex;
    justify-content: space-between;
    background-color: #bfae9c;
    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: #D77E07;    
}

.wraper .main-logo {
    text-align: center;
    background-color: #bfae9c;
    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: 170px;
    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: 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: 30vh !important;
        margin-bottom: 10px !important;
    }


}


/* ------- main end ------- */

/* ------- intro start ------- */

.intro {
    /* background-image: url('../assets/intro-cover.png');
    background-size: cover; */
    height: 100vh;
    position: relative;
}

.intro .head{
    margin: auto;
    text-align: center;
    padding-top: 8vh;
}

.intro .head img {
    width: 270px;
    height: 150px;
    padding-top: 5vh;
}

.intro .head h3 {
    margin-bottom: 10px;
    font-size: 28px;
    color: #000;
}

.intro .head p {
    color: #000;
    font-size: 20px;
}

.intro form {
    margin: auto;
    margin-top: 50px;
}


.intro form button {
    display: block;
    margin: auto;
      margin-bottom: auto;
    border-radius: 15px;
    width: 180px;
    height: 43px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    background: #000;
    cursor: pointer;
    border: 1px solid #000;
}

.intro .social {
    text-align: center;
    font-size: 20px;
}

.intro .social a i{
    margin: 0px 5px;
    color: #FFF;
    cursor: pointer;
    font-size: 24px;
}

.intro .info{
    color:#000;
    font-size: 18px;
    padding: 10px;
    height: 120px;
    width: 260px;
    background-color: #dddddd47;
    border-radius: 9px;
    margin: auto;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #888;
}
.intro .info div{
    margin-bottom: 15px;
    width: 90%;
}

.intro .info div i{
    margin-right: 15px;
    font-size: 18px;
    color: #000;
}

.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: 260px;
    height: 150px;
    padding-top: 25px;
}

.category .head .backward {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 2px 3px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.category .head .language {
    position: absolute;
    top: 10px;
    right: 10px;
}

.category .head .language button{
    display: block;
    width: 60px;
    height: 25px;
    background-color: #0000;
    border: 1px solid #000;
    margin-bottom: 5px;
    border-radius: 15px;
    color: #000;
    font-size: 12px;
}

.category .head .language .activ{
    background-color: #000;
    color: #FFF;
}

.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 #FFF;
    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: #ffffff17;
    width: 50%;
    margin: auto;
    padding: 5px;
    border-radius: 20px;
    border: 1px solid #958C8CAB;
}

.category .social a i{
    margin: 0px 10px;
    color: #000;
    cursor: pointer;
    font-size: 32px
}

.category .info .social a {
    padding: 4px 10px;
    margin: 2px;
    color: #000;
    font-size: 20px;
}

.category .category-list {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.category-container {
    margin: 10px 0px;
    width: 100%;
}

.category .category-item {
    background: white;
    text-align: center;
    height: 20vh;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 5px 2px #0a0a0aa6;
    z-index: 2;
    border: 1px solid #000;
    position: relative;
}

.category .category-container a {
    text-decoration: none;
    position: relative;
    bottom: 15px;
    z-index: 5;
    width: 45%;
    display: block;
    margin: auto;
}

.category .category-container h2 {
    color: #FFF;
    font-size: 24px;
    letter-spacing: 1px;
    background-color: #000;
    padding: 5px 5px;
    border-radius: 15px;
    text-align: center;
    height: 35px;
}

.category .category-container h2 i{
    margin: 0px 10px;
}

/* ------- Category end ------- */

/* ------- Menu start ------- */

.menu-items {   
    width: 100%;
}

.menu-items .head {
    text-align: center;
    position: relative;
}

.menu-items .head img{
    width: 260px;
    height: 150px;
    padding-top: 25px;
}

.menu-items .head .backward {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 2px 3px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.menu-items .head .language {
    position: absolute;
    top: 10px;
    right: 10px;
}

.menu-items .head .language button{
    display: block;
    width: 60px;
    height: 25px;
    background-color: #0000;
    border: 1px solid #000;
    margin-bottom: 5px;
    border-radius: 15px;
    color: #000;
    font-size: 12px;
}

.menu-items .head .language .activ{
    background-color: #000;
    color: #FFF;
}


.menu-items .carousel {
    text-align: center;
    margin: auto;
    /* border: 1px solid #000;
    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;
    border: 1px solid #000 !important;
    border-radius: 15px;
}

.menu-items .categories {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    /* background-color: #ffffff17; */
    margin: 10px;
    padding: 2px 5px;
    border-radius: 15px;
    margin-top: 25px;
}

.menu-items .categories .categories-item {
    text-align: center;
    text-decoration: none;
    padding: 2px 6px;
    margin: 0px 5px;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 30px;
}

.menu-items .categories .categories-item .categories-icon{
    border-radius: 10%;
    margin: 2px 5px;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.menu-items .categories .categories-item .categories-icon img{
    width: 40px;
    height: 40px;
    margin: auto;
}

.menu-items .categories .categories-item .categories-name {
    font-weight: bold;
    font-size: 14px;
    padding: 2px;
    display: block;
    color: black;
    width: 65px;
}

.menu-items .categories .active {
    background-color: #313131;
}

.menu-items .categories .categories-name {
    color: #FFF !important;
}

.menu-items .categories .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}

.menu-items .subcategories > .item {

    border: 1px solid #bfae9c;
    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: #000;
    font-size: 24px;
}

.menu-items .items .head-listview .listview{
    display: flex;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 4px;
}

.menu-items .items .head-listview .listview .active{
    color: #FFF;
}

.menu-items .items .head-listview .listview i{
    margin: 4px 5px;
    color: #000;
    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: #ffffff17;
}

.menu-items .items .style-list .side-right {
    width: 33.33333333%;
    text-align: end;
}

.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: #FFF;
    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;
    padding: 8px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 15px;
    width: 40%;
    height: 20vh;
}


.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: #FFF;
    font-size: 14px;
    padding: 5px 10px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    background-color: #000;
    border-radius: 15px;
    z-index: 8;
    height: 20px;
    margin: auto;
    transform: translate(-50%, 0px);
    width: 40%;
    text-align: center;
}

.menu-items .items .style-two  .item .price {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    height: 20x;
    gap: 5px;
    flex-direction: column;
}

.menu-items .items .style-two  .price span{
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #00000080;
    border-radius: 15px;
    padding: 1px 5px;
}

.style-large .item {
    width: 90%;
    height: auto;
    margin: auto;
    /* background-color: #44444461; */
    padding: 8px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 15px;
    height: 25vh;
}

.style-large .item img {
    width: 100%;
    height: 25vh;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
    z-index: 5;
    box-shadow: 0px 2px 5px 2px #0a0a0aa6;
}


.style-large .item h5{
    color: #FFF;
    font-size: 14px;
    padding: 5px 10px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    background-color: #000;
    border-radius: 15px;
    z-index: 8;
    height: 20px;
    margin: auto;
    transform: translate(-50%, 0px);
    width: 40%;
    text-align: center;
}

.style-large .item .price {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    height: 20x;
    gap: 5px;
    flex-direction: column;
}

.style-large .item .price span{
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #00000080;
    border-radius: 15px;
    padding: 1px 5px;
}

.style-large .item .price span span{
    /*display: block;*/
}

.style-large .item .addToCartButton {
    width: 45px;
    height: 30px;
    border-radius: 10px;
    position: absolute;
    top: 18px;
    right: 15px;
    left: 15px;
    z-index: 8;
    background-color: #d77e07;
    border: none;
    color: white;
    font-size: 20px;
}

/* ------- 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: #171717;
  }

  .swal2-styled.swal2-confirm {
    background-color: #756039 !important;
    color: #171717 !important;
  }
  
   .swal2-show {
    animation: swal2-show 1s !important; 
  }


  .cartButton {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ca7709;
    position: fixed;
    bottom: 5%;
    z-index: 9;
    background-color: #d77e07;
    box-shadow: 0px 0px 1px 1px #FFFFFF82;
    color: white;
    font-weight: bold;
    transition: all 200ms;
  }

  .cartButton:hover {
    transform: rotate(90deg);
  }

  .cart {
    background-color: white;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 500px;
    z-index: 10;
  }

  @media only screen and (max-width: 1280px) {
        .cart{
        max-width: 100%;
        }
    }

    .cart-head {
        background-color: #ca7709;
        color: white;
        font-weight: bold;
        padding: 5px;
        box-shadow: 0px 0px 1px 1px #EEE;
        border: none;
    }

    .cart-body{
        padding: 10px;
        background-color: #EEE;
        height: 100%;
    }
    
    .flex-1{
        /* flex: 1; */
        width: 100%;
    }
    

    .notfound {
        color: white;
        text-align: center;
        margin-top: 50px;
    }
    
    
    .feedback {
        padding: 0.75rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .feedback h1{
        text-align: center;
        color: #000;
        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: #000;
        font-size: 18px;
    }
    
    .feedback .feedback-item textarea, input {
        background-color: #EEE;
        border: none;
        outline: none;
        width: 320px;
        border-radius: 2px;
        color: #000;
        padding: 10px;
        margin-top: 10px;
        font-size: 18px;
    }
    
    .feedback .feedback-item textarea {
        height: 100px;
    }
    
    .feedback .feedback-item input {
        height: 20px;
    }
    
    .feedback .feedback-item button {
        background-color: #000;
        border: none;
        outline: none;
        width: 200px;
        border-radius: 2px;
        color: #FFF;
        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: #000;
        font-size: 20px;
    
    }
    
    .head-feedback {
        display: flex;
      justify-content: space-between;
    }
    
    .head-feedback .backward {
        padding: 25px;
        cursor: pointer;
        width: 40px;
        height: 40px;
    }
    
    
    .head-feedback .lang {
        display: flex;
        gap: 10px;
        justify-content: end;
        align-items: center;
        margin-right: 35px;
    }
    
    .head-feedback .lang div {
        color: #000;
        cursor: pointer;
        font-size: 18px;
    }
    
    .head-feedback .lang div:nth-child(2n) {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        padding: 0 15px;
        margin: auto 15px;
      }
    
    .head-feedback .lang .active {
        color: #FFF;
    }
    
    .send-feedback {
        text-align: center;
        margin: 25px auto;
        padding: 8px;
        border-radius: 5px;
        background-color: #000;
        width: 180px;
    }
    
    .send-feedback a{
        font-size: 20px;
        margin: 8px;
        color: #FFF;
        text-decoration: none;
    }
    
    .send-feedback i{
        font-size: 18px;
        margin-right: 4px;
    }