* {
    padding: 0px;
    margin: 0px;
}

html, 
body, 
#root {
    height: 100%;
    background-color: #081e18;
}

/* ------- main start ------- */
.wraper {
    display: flex;
    justify-content: space-between;
    background-color: #081E18;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}

.wraper .menu {
    width: 100%;
    max-width: 500px;
}


.wraper .menu .footer {
    font-size: 15px;
    color: #FFF;
    text-align: center;
    padding-bottom: 25px;
    /* left: 50% !important;
    transform: translate(-50%, -50%); */

}

.wraper .menu .footer .caviar {
    color: #c89b0c;    
}

.wraper .main-logo {
    text-align: center;
    background-color: #081e18;
    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: 150px;
    height: 150px;
    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;
    }

    .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: 100vh; */
    position: relative;
}

.intro .head{
    margin: auto;
    text-align: center;
    padding-top: 14vh;
    margin-bottom: 35px;
}

.intro .head img {
    width: 125px;
    height: 125px;
    margin-bottom: 10px;
}

.intro .head h3 {
    margin-bottom: 10px;
    font-size: 28px;
    color: #FFF;
}

.intro .head p {
    color: #FFF;
}

.intro form {
    margin: auto;
    margin-bottom: 35px;
}

.intro form div {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-around;
}


.intro form button {
    display: block;
    margin: auto;
    border-radius: 15px;
    padding: 6px;
    width: 175px;
    height: 40px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #ffffff07;
    cursor: pointer;
    border: 1px solid #c89b0c;

}

.intro .social {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px !important;
}

.intro .social a i{
    margin: 0px 5px;
    color: #c89b0c;
    cursor: pointer;
    font-size: 24px;
}

.intro .info{
    color:#D8D8D8;
    font-size: 18px;
    padding: 10px;
    height: 135px;
    width: 260px;
    background-color: #94949445;
    border-radius: 9px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.intro .info div{
    margin-bottom: 15px;
    width: 90%;
}

.intro .info .social i{
    font-size: 32px;
}

.intro .info div i{
    margin-right: 15px;
    font-size: 19px;
    color: #c89b0c;
}

.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: 125px;
    height: 125px;
    padding-top: 30px;
}

.category .head .backward {
    position: absolute;
    top: 10px;
    left: 20px;
    background-color: white;
    padding: 2px 3px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    color: #081e18;
}

.category .head select {
    position: absolute;
    top: 10px;
    right: 25px;
    border-radius: 10px;
    border: none;
    padding: 0px 2px;
    height: 25px;
    width: 65px;
}

.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 #c89b0c;
    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;
}

.category .social a i{
    margin: 0px 5px;
    color: #c89b0c;
    cursor: pointer;
    font-size: 30px;
}

.category .info .social a {
    padding: 4px 10px;
    margin: 2px;
    color: #CDA45E;
    font-size: 20px;
}

.category .category-list {
    padding: 15px;
}

.category .category-item {

    background: white;
    margin: 25px 0px;
    padding: 15px;
    text-align: center;
    height: 130px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14em 5em / 5em 8em;
    box-shadow: 0px 2px 5px 2px #0a0a0aa6;
}

.category .category-item a {
    text-decoration: none;
}

.category .category-item h2 {
    color: #fff;
    font-size: 24px;
    margin-top: 22px;
    letter-spacing: 1px;
    text-shadow: 1px 2px 2px #222222;
    background-color: #00000063;
    padding: 3px 20px;
    border-radius: 14em 5em / 5em 8em;
}

/* ------- Category end ------- */

/* ------- Menu start ------- */

.menu-items {   
    width: 100%;
}

.menu-items .head {
    text-align: center;
    position: relative;
}

.menu-items .head img{
    width: 300px;
    height: 100px;
    padding-top: 30px;
}

.menu-items .head .backward {
    position: absolute;
    top: 10px;
    left: 20px;
    background-color: white;
    padding: 2px 3px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    color: #081e18;
}

.menu-items .head select {
    position: absolute;
    top: 10px;
    right: 25px;
    border-radius: 10px;
    border: none;
    padding: 0px 2px;
    height: 25px;
    width: 65px;
}

.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 {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: auto;
}

.menu-items .categories .categories-item {
    width: 68px;
    text-align: center;
    text-decoration: none;
    padding: 5px;
}

.menu-items .categories .categories-item .categories-icon{
    background-color: #ffffff17;
    border-radius: 10%;
    padding: 8px;
    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: 600;
    font-size: 13px;
    padding: 2px;
    margin-top: 10px;
    display: block;
    color: white;
}

.menu-items .categories .categories-item .active {
    color: #c89b0c;
}

.menu-items .categories .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}

.menu-items .subcategories > .item {

    border: 1px solid #c99c04;
    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: #1e322d73;
    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: #c89b0c;
}


.menu-items .items .head-listview .listview i{
    margin: 4px 5px;
    color: #FFF;
    cursor: pointer;
}

.item-order {
    position: absolute;
    background-color: #c89b0c;
    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: #0c1a1673;
    padding: 10px;
    border-radius: 5px;
}

.menu-items .items .style-list .side-right {
    width: 33.33333333%;
    text-align: end;
}

.menu-items .items .style-list .side-right img{
    width: 100%;
    height: 12vh;
    border: 3px;
    /* box-shadow: 0px 1px 5px #cda45e; */
    border-radius: 8px !important;
}

.menu-items .items .style-list .image-loading {
    width: 100%;
    height: 12vh;
    border-radius: 10px;
    position: relative;
    z-index: 5;
    box-shadow: 0px 2px 5px 2px #0a0a0aa6;
}

.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: #C89B0C;
    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: 40%;
    height: 25vh;
    padding: 5px;
    background-color: #44444461;
    margin: 10px;
    border-radius: 8px;
}

.menu-items .items .style-two .image {
    position: relative;
}

.menu-items .items .style-two .item .image-loading {
    width: 100%;
    height: 18vh;
    border-radius: 10px;
    position: relative;
    z-index: 5;
    box-shadow: 0px 2px 5px 2px #0a0a0aa6;
}

.menu-items .items .style-two .image img {
    width: 100%;
    max-height: 250px;
    height: 18vh;
    border: 3px;
    border-radius: 8px !important;
}

.menu-items .items .style-two .image .item-order {
    top: 4px;
    left: 4px;
}

.menu-items .items .style-two .info {
    padding: 0px 5px;
}

.menu-items .items .style-two .info h5{
    color: #FFF;
    font-size: 14px;
}

.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: #C89B0C;
    font-size: 13px;
    font-weight: 600;
}

.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: #44444461;
    padding: 8px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 15px;
}

.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 #C89B0C;
}

.style-large .item img {
    width: 100%;
    border-radius: 8px;
    height: 25vh;
}

.style-large .item .item-order {
    top: 12px;
    left: 12px;
}

.style-large .item h5{
    color: #FFF;
    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: #C89B0C;
    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: #081e18;
  }

  .swal2-styled.swal2-confirm {
    background-color: #c99c04 !important;
    color: #081e18 !important;
  }
  
   .swal2-show {
    animation: swal2-show 1s !important; 
  }

  .image-loading {
    overflow: hidden;
    }