@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

body {
   font-family: 'Poppins';
   font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins';
    font-weight: 600;
}
*{
    --color: rgb(0, 157, 224);
    --bg: rgb(0, 157, 224);
}
.f-10{font-size: 10px;}
.f-12{font-size: 12px;}
.f-14{font-size: 14px;}
.f-16{font-size: 16px;}
.f-18{font-size: 18px;}
.f-20{font-size: 20px;}
.f-24{font-size: 24px;}
.f-62{font-size: 62px;}
.color-1{color: rgb(0, 157, 224);}
.bg-1{background-color: rgb(0, 157, 224);}
.bg-2{background-color: #222;}
hr{border-color: rgba(32, 33, 37, 0.50);}
.scroll-m-t {
  scroll-margin-top: 3rem;
}

a{color: #222;text-decoration: unset;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
    background-color: #000000b3;
}
.fixed-top .logo{width: 200px;}
.btn:hover{background-color: var(--color);border-color: var(--color);opacity: 0.8;}
.cursor-unset{cursor: unset !important;}
a{cursor: pointer;}

.cm-energy-span{
    height: 22px;
    width: 22px;
    line-height: 13px;
}
.cm-energy-span span{line-height: 22px;}
.popular-badge{font-weight: 500;}
.btn-close{
    border: 1px solid #222;
    border-radius: 40px;
    font-size: 12px;
    margin-top: -20px !important;
}
.btn-cart-order .cm-span{
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50px !important;
    background-color: #fff;
    color: #222;
    margin-top: 4px;
}
.cart-item-img-bg{
    background-color: #a9cded;
    padding: 5px;
    border-radius: 8px;
}
.item-img{
    width: 242px;
    height: 140px;
    object-fit: cover;
}
.cm-badge-qty{padding: 15px;}
/***********HEADER************/
.cm-search input{
    padding-left: 35px;
    backdrop-filter: blur(8px) brightness(75%);
    background: rgba(255, 255, 255, 0.28);
    border-radius: 30px;
    color: #fff;
    border-width: 3px;
    border-color: transparent;
    font-weight: 400;
}
.cm-search input::placeholder{
    color: #fff;
    font-weight: 400;
}
.cm-search input:focus{
    box-shadow: none;
    border-width: 3px;
    border-color: var(--color);
    backdrop-filter: blur(8px) brightness(75%);
    background: rgba(242, 242, 242, 0.24);
    color: #fff;
}
.cm-search i{
    position: absolute;
    left: 14px;
    top: 13px;
    font-size: 15px;
    color: #fff;
    z-index: 9;
}
.cm-main-nav{
    background-image: url('images/food-menu.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: 0;
}
.box{
    border: 1px solid transparent;
    border-radius: 4px;
    transition: 0.99s;
    margin-bottom: -3px;
    cursor: pointer;
}
.child-box{
    border-style: solid;
    border-color: #e4e4e4;
    border-width: 1px 0;
    transition: 0.9s;
}
.navbar-toggler{background-color: #fff;}

/********LEFT SIDEBAR********/
.left-sidebar.sticky-top{top: 115px;}
.active{color: #000 !important;}
.left-sidebar ul{list-style: none;}
.left-sidebar ul li{margin: 10px 0;}
.left-sidebar a{
    position: relative;
    color: #6c757d;
}
.left-sidebar a:hover{
    color: #000;
}
.left-sidebar .active:after {
    width: 100%;
    opacity: 0.9;
}
.left-sidebar a:hover:after{
    width: 100%;
    opacity: 0.9;
}
.left-sidebar a:after{
    bottom: -4px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    background: #000;
    opacity: 0.6;
    transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
    width: 0;
}
.swiper-active{
    color: var(--color);
    background-color: #ebf7fd;
}
.leftCat .swiper-slide a{
    color: #000;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
}

/*********POPUP**********/
#itemModal .form-check-input{
    width: 20px;
    height: 20px;
    border-width: 2px;
}
#itemModal .form-check-input:hover{
    border-color: var(--color);
}
.form-check-input:focus{box-shadow: none;}
.modal-footer{border-color: #dee2e645;}
.cm-btn{background-color: var(--bg);}
.cm-btn:hover, .cm-btn:focus{background-color: var(--bg) !important;}
.cm-btn-2:focus{background-color: #222 !important;}


.btn--5 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn--5:before {
  transform: translate(-120%, -50%) translateZ(0);
}
.btn--5:hover:before {
  transform: translate(-45%, -34%) translateZ(0);
}
.button-mat {
  /*color: #5533ff;*/
  border: 0px transparent;
  border-radius: 0.3rem;
  transition: 0.3s ease-in-out;
  transition-delay: 0.35s;
  overflow: hidden;
  will-change: transform;
}
.button-mat:before {
  content: "";
  display: block;
  background: #401aff;
  position: absolute;
  width: 200%;
  height: 500%;
  border-radius: 100%;
  transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.button-mat:hover .psuedo-text {
  color: white;
}
.button-mat:hover {
  color: transparent;
}
.psuedo-text {
  position: relative;

  transition: 0.25s ease-in;
  transition-delay: 0.1s;
}
.flex-1 {
  flex: 1;
  min-width: 250px;
  margin: 0 auto 50px;
}



/******Input plus minus*******/
.cm-input-qty{
  background-color: rgba(0, 157, 224, 0.08);
  border-radius: 8px;
}
.input-number, .input-number:focus{
  background-color: initial;
  border: none;
  color: #000;
  box-shadow: none;
  height: 48px;
}
.input-group-btn .btn{font-size: 24px;border: none;}
.input-group-btn .btn:hover, .btn:focus{background-color: initial;}
.input-group-btn .btn i{
    display: block;
    background-color: #fff;
    border-radius: 40px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: auto;
    text-align: center;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 157, 224, 0.28);
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 157, 224, 0.68);
}
.accordion-button:focus{box-shadow: none;}



/******SWIPER SLIDER******/
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide {
    width: fit-content !important;
}

.swiper-slide:nth-child(2n) {
    width: 40%;
}

.swiper-slide:nth-child(3n) {
    width: 20%;
}


#cartModal .box{cursor: unset;}
#cartModal .modal-footer .total{font-size: 14px;}

.b-shadow{box-shadow: 0 0px 10px #222222a1;}

/******Call to button********/
.callToStaff{
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
  width: 36px;
  height: 33px;
  line-height: 33px;
  border-radius: 40px 0 0 40px;
  box-shadow: 0 0 11px 2px #00000026;
  cursor: pointer;
}
.callToStaff a{
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: auto;
  display: block;
}


 .avtar-box {
    margin: 15px auto;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    border-top: 2px dashed #ffcc00;
    border-right: 2px dashed #ffcc00;
    border-left: 2px dashed #000000;
    border-bottom: 2px dashed #000000;
    padding: 10px;
    animation: spin 10s infinite linear;
}
.avtar-box img {
    animation: spin 10s infinite reverse linear;
    width: 100%;
}



@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}

.form-switch .form-check-input {
    width: 45px;
    height: 20px;
    margin-left: -1.5em;
}
.ft-active{color: #4bffdb !important;}

/*********Footer*********/
.footer{border-bottom: 1px solid #22222252;border-top: 1px solid #22222252;}
.ft-nav h3{
    color: #000;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
}
.ft-nav a{
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
}
.ft-nav a:hover, .footer-copywrite .fc-nav a:hover{
    color: #ed553b;
}
.footer-copywrite .fc-nav a{
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px;
    line-height: 25px;
    transition: 0.5s;
}
.z-index-99{z-index: 99;}
.z-index-9{z-index: 9;}

/*@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}*/
@media only screen and (min-width: 991px){
    .cm-filter {
        width: 41%;
        margin: auto;
    }
}
@media (min-width: 768px){
    .box:hover{
        border: 1px solid #e4e4e4;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.1%);
    }
    .box:hover .child-box{
        border-color: #fff;
    }
}
@media (max-width: 767px){
    .item-img{
        height: 80px;
        width: 120px;
        object-fit: cover;
    }
    .product .title{font-size: 14px;}
    .product .desc{font-size: 10px;}
    .modal-title{font-size: 18px;}
    .input-group-btn .btn {
        font-size: 18px;
        padding: 0 8px;
    }
    .modal .cm-btn{
        font-size: 12px;
        height: 47px;
        line-height: 47px;
        padding: 0 10px;
    }
    #callStaffModal .cm-btn{font-size: 16px;}
    .input-number{padding: 0;}
    .btn-cart-order .cm-span{margin-top: 12px;}
}

.cursor{
    cursor: pointer;
}
.input-number{
background: none !important;
}