.menu-border {
  border: 2px solid var(--primary-color);
  padding: 22px;
  border-radius: 5px;
}
.price-item-mainmenu {
  color: var(--primary-color) !important;
  font-weight: 700;
}
.a-text {
  padding: 20px;
  font-size: 15px;
  color: var(--secondary-color);
  background: var(--primary-color);
  text-align: center;
}
.a-text:hover {
  color: var(--primary-color);
  background: var(--secondary-color);
}
.a-text span {
  font-family: Poppins;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.section-mainmenu {
  background-color: #fff;
}
.text-light {
  color: white !important;
}
.menu-heading {
  color: white;
  margin-bottom: 25px;
  background-color: var(--primary-color);
  text-align: center;
  border: var(--primary-color);
  border-radius: 10px;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu-heading span {
  font-size: 28px;
}
.section-ourmenu {
  background: var(--secondary-color);
}
.text-custom {
  color: var(--primary-color) !important;
}
.modal-menu {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1250;
}
.modal-menu .modal-dialog {
  max-width: 100% !important;
  height: 100% !important;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about-section {
  background: #fff;
}
.section-chef {
  background: #fff;
}
.sidebar {
  background: var(--secondary-color);
}
.section-contact {
  background: #fff;
}
.slider-logo {
  display: none !important;
  width: 270px;
  margin-bottom: 25px;
  z-index: 999;
}
.image-overlay {
  display: none !important;
}
body.modal-open {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}
.custom-arrow {
  font-size: 28px;
  color: var(--primary-color);
}

#menu-flters li:hover {
  color: var(--secondary-color);
  background: var(--primary-color);
}
#menu-flters li.active {
  color: var(--secondary-color);
  background: var(--primary-color);
}
#menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--primary-color);
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: var(--secondary-color);
  border: 2px solid var(--primary-color);
  border-radius: 50px;
}
.btn2 {
  text-align: center;
}
.modal-open .modal {
  background-color: rgba(0, 0, 0, 0.8) !important;
  z-index: 1250;
}

.star-logo {
  width: 50px !important;
  margin: -10px;
}

.chilli-logo {
  width: 50px !important;
  margin: -10px;
}

.side-images{
  width: 185px;
  border: 3px solid var(--primary-color);
  margin-bottom: 20px;
  border-radius: 20px;
}
.business-hours p,li,a,h1,h2,h3,h4,h5,h6{
  font-family: Montserrat;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
    line-height: 1.7;
}
.menu-sidebar li{
  color: var(--primary-color);
}
@media (max-width: 786px) {
  .a-text {
    padding: 13px;
  }
  .a-text span {
    font-size: 14px;
  }
  .menu-heading {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-top: 8px;
    padding-bottom: 8ox;
  }
  .menu-heading span {
    font-size: 20px;
  }
  .txt21 {
    font-size: 14px;
  }
  .txt22 {
    font-size: 14px;
  }
  .logo {
    margin-left: -25px;
    margin-top: -25px;
  }
  .social i {
    color: var(--primary-color);
  }
  .wrap-menu-header {
    height: 86px;
    background: var(--secondary-color);
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    position: fixed;
  }
  .btn-show-sidebar {
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
  }

  .desk-space {
    display: none;
  }
  /* .slider-tit1 {
        display: none;
    }
    .slider-tit2 {
        display: none;
    } */
  .tit2 {
    font-size: 36px;
  }
  .tit3 {
    font-size: 24px;
    text-shadow: 5px 5px 5px #000;
  }
  /* .logo img{
        display: none;
    } */
  .slider-logo {
    display: block !important;
    margin-left: -42px;
  }
  .image-overlay {
    display: block !important;
    height: 24px;
    width: 57%;
    background: #fff6f6f2;
    margin-top: -77px;
    z-index: 2;
    color: #fff6f6f2;
    margin-bottom: 26px;
  }
  .logo > a > img {
    width: 68px;
    margin-top: 0px;
    margin-left: 12px;
  }
  .view-image{
    width: 100%;
  }
}
