@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

@font-face{
  font-family: 'Kal-Purush';
  src: url('../../fonts/text-fonts/kalpurush.ttf') format('truetype'),
  url('../../fonts/text-fonts/kalpurush\ ANSI.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}

html {
  scroll-behavior: smooth;
}

.food-category-section {
  position: relative;
  background: #f4f1ea;
}

.food-category-section.bg-custom {
  position: relative;
  /* background: linear-gradient(to right, rgba(0, 44, 91, .65), rgba(0, 44, 91, .65)), url(assets/img/bg/booking-bg.jpg); */
  background-color: #ffffff;
  background-size: cover;
}

.room-section .room-wrapper .room_box .content_box {
  height: 52% !important;
  border-radius: 0px 0px 10px 10px !important;
}

.food-category-section.bg-custom .moreBtn_box {
  margin: 50px auto;
  text-align: center;
}

.food-category-section.bg-custom .moreBtn_box a.showBtn {
  padding: 15px 25px;
  font-weight: 600;
  font-size: 18px;
  background: #ffffff;
  color: #d97c01;
  font-family: "Urbanist", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  display: inline-block;
}

.food-category-section.bg-custom .more_block {
  display: none;
}

.food-category-section.bg-custom .row_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .food-category-section.bg-custom .row_box .title_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.food-category-section.bg-custom .row_box .title_right .cart-box a.cart-icon {
  position: relative;
} */
/* 
.food-category-section.bg-custom
  .row_box
  .title_right
  .cart-box
  a.cart-icon::after {
  content: "";
  position: absolute;
  top: -12px;
  right: -8px;
  width: 20px;
  line-height: 20px;
  height: 20px;
  border-radius: 16px;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  display: none;
  padding: 5px;
}

.food-category-section.bg-custom .row_box .title_right .cart-box a.cart-icon i {
  font-size: 20px;
  color: white;
}

.food-category-section.bg-custom .row_box .title_right .search_box input {
  background: #000000;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-family: "Urbanist", sans-serif;
}

.food-category-section.bg-custom .row_box .title_right .search_box .theme-btn {
  padding: 15px 20px;
  margin-left: -10px;
  font-family: "Urbanist", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}

.food-category-section.bg-custom
  .row_box
  .title_right
  .search_box
  input::placeholder {
  color: #ffffff;
} */

.food-category-section.bg-custom .catagory-product-card.bg-cover {
  height: auto !important;
  box-shadow: 0.7rem 0.5rem 1rem rgba(0, 0, 0, 0.35);
}

.food-category-section.bg-custom
  .catagory-product-card
  .catagory-product-image
  .offer {
  position: absolute;
  top: 0px;
  right: 0;
  background: #092544;
  color: #ffffff;
  padding: 2px 12px;
  font-family: "Urbanist", sans-serif;
  border-radius: 5px;
  z-index: 10;
}

.food-category-section.bg-custom .catagory-product-card .content_box {
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.food-category-section.bg-custom
  .catagory-product-card
  .content_box
  .qty-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.food-category-section.bg-custom
  .catagory-product-card
  .content_box
  .qty-container
  .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #002c5b;
  max-width: 50px;
  background: #002c5b;
}

.food-category-section.bg-custom
  .catagory-product-card
  .content_box
  .qty-container
  .qty-btn-minus,
.food-category-section.bg-custom
  .catagory-product-card
  .content_box
  .qty-container
  .qty-btn-plus {
  border: 1px solid #002c5b;
  padding: 10px 13px;
  font-size: 10px;
  height: 42px;
  width: 42px;
  transition: 0.3s;
  line-height: 21px;
}
.food-category-section.bg-custom
  .catagory-product-card
  .catagory-product-content
  p {
  font-size: 12px;
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  z-index: 9;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.food-category-section.bg-custom
  .catagory-product-card
  .content_box
  .checkboxes-container
  .checkbox {
  /* display: inline-block; */
  /* position: relative; */
  /* padding-left: 30px; */
  cursor: pointer;
  user-select: none;
}

.food-category-section.bg-custom
  .catagory-product-card
  .content_box
  .checkboxes-container
  .checkbox
  input:checked
  ~ .checkbox__checkmark {
  background-color: #002c5b;
}

.food-category-section.bg-custom
  .catagory-product-card
  .content_box
  .checkboxes-container
  .checkbox
  input:checked
  ~ .checkbox__checkmark:after {
  opacity: 1;
}

.food-category-section.bg-custom
  .catagory-product-card
  .content_box
  .checkboxes-container
  .checkbox:hover
  input
  ~ .checkbox__checkmark {
  background-color: transparent;
  border: 1px solid #002c5b;
  color: #002c5b;
}

.food-category-section.bg-custom
  .catagory-product-card
  .content_box
  .checkboxes-container
  .checkbox:hover
  input:checked
  ~ .checkbox__checkmark {
  background-color: #fff1d6;
}

.food-category-section.bg-custom
  .catagory-product-card
  .content_box
  .checkboxes-container
  .checkbox
  .checkbox__checkmark {
  /* position: absolute; */
  /* top: -24px;
    left: -12px; */
  height: 38px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  background-color: #002c5b;
  transition: background-color 0.25s ease;
  border-radius: 18px;
}

.food-category-section.bg-custom
  .catagory-product-card
  .content_box
  .checkboxes-container
  .checkbox
  .checkbox__checkmark
  i {
  font-size: 13px;
}

.food-category-section .section-title span.before-title {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #d97c01;
}

.food-category-section .section-title span.before-title img {
  width: 65px;
  padding-left: 10px;
}

.food-category-section .section-title .title {
  font-size: 32px;
  color: #222222;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0px;
  font-family: "Urbanist", sans-serif;
}

.food-category-section .catagory-product-card .catagory-product-image {
  height: 200px;
}

.food-category-section .catagory-product-card .catagory-product-image img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.food-category-section
  .catagory-product-card
  .catagory-product-content::before {
  background-color: #d97c01;
}

.food-category-section .catagory-product-card .catagory-product-content h3 {
  font-size: 24px;
  margin-bottom: 0px;
  margin-top: 0;
}

.food-category-section
  .catagory-product-card:hover
  .catagory-product-content
  h3 {
  opacity: 1;
  visibility: visible;
}

.food-category-section
  .catagory-product-card:hover
  .catagory-product-content::before {
  background: #ffffff;
}

.food-category-section .array-button .array-next {
  background-color: #d97c01;
}

.food-category-section .array-button .array-prev {
  border: 1px solid #d97c01;
  color: #d97c01;
}
/* .food-category-section.bg-custom .catagory-product-card .content_box .checkboxes-container .checkbox .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 18px;
    top: 10px;
    width: 8px;
    height: 15px;
    border: solid #d97c01;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
} */

.food-category-section.bg-custom
  .catagory-product-card
  .content_box
  .checkboxes-container
  .checkbox
  .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
}

.food-category-section.bg-custom .catagory-product-card .desc_box {
  display: block;
  text-align: left;
}

.food-category-section.bg-custom .catagory-product-card .desc_box p {
  color: #000000;
  text-transform: uppercase;
  z-index: 9;
  margin-bottom: 5px;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.food-category-section.bg-custom .catagory-product-card .Click-to-Cart-Btn {
  float: right;
}

.food-category-section.bg-custom .catagory-product-card:hover .desc_box p {
  opacity: 1;
  visibility: visible;
  color: #ffffff;
}

.food-category-section.bg-custom .catagory-product-card .cart_button {
  margin-top: 20px;
}

.food-category-section.bg-custom
  .catagory-product-card
  .cart_button
  .theme-btn-2 {
  font-size: 18px;
  font-weight: 600;
  padding: 12px 50px;
  background-color: #000000;
  border-radius: 20px;
  font-family: "Urbanist", sans-serif;
  text-transform: uppercase;
}

.food-category-section.bg-custom
  .catagory-product-card
  .cart_button
  .theme-btn-2:hover:before {
  background: #092544;
}

.food-category-section.bg-custom .main-cart-wrapper .cart-wrapper {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 20px;
  background: #ffffff;
  margin-top: 30px;
}

.food-category-section.bg-custom
  .main-cart-wrapper
  .cart-wrapper
  .cart-wrapper-header {
  text-align: center;
  margin-bottom: 35px;
}

.food-category-section.bg-custom
  .main-cart-wrapper
  .cart-wrapper
  .cart-wrapper-header
  h3 {
  font-size: 30px;
  margin-bottom: 0px;
  font-family: "Urbanist", sans-serif;
  color: #002c5b;
}

.food-category-section.bg-custom
  .main-cart-wrapper
  .cart-wrapper
  .cart-wrapper-header
  .form-control {
  max-width: 250px;
  text-align: center;
}

.food-category-section.bg-custom
  .main-cart-wrapper
  .cart-wrapper
  table
  thead
  tr
  th {
  padding-bottom: 16px;
  color: #333333;
  text-transform: uppercase;
  font-family: "Urbanist", sans-serif;
}

.food-category-section.bg-custom
  .main-cart-wrapper
  .cart-wrapper
  table
  tbody
  .cart-item
  td {
  padding: 10px 0;
  font-family: "Urbanist", sans-serif;
  color: #444444;
  font-weight: 500;
}

.food-category-section.bg-custom .main-cart-wrapper .cart-wrapper-footer {
  justify-content: end;
  margin-top: 20px;
}

.food-category-section.bg-custom
  .main-cart-wrapper
  .cart-wrapper-footer
  .theme-btn {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
}

.food-category-section.bg-custom
  .main-cart-wrapper
  .cart-wrapper-footer
  .theme-btn:hover::before {
  background-color: #002c5b;
}

.restaurant-features {
  position: relative;
  z-index: 9;
}

.restaurant-features .features-item {
  padding: 40px;
  background: #fff1d6;
}

.restaurant-features .features-item.mid {
  background: #ffca65;
}

.restaurant-features .features-item .icon-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
}

.restaurant-features .features-item .icon-box .icon img {
  height: 48px;
}

.restaurant-features .features-item .icon-box .title h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.restaurant-features .features-item .content-box {
  font-size: 18px;
  line-height: 24px;
  color: #262626;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  margin: 0;
}

.gallery-section .item_box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #d97c01;
}

.gallery-section .menu-scan-slider .owl-dots {
  text-align: center;
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.gallery-section .menu-scan-slider .owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #999999;
  border-radius: 100%;
}

.gallery-section .menu-scan-slider .owl-dots .owl-dot.active span {
  background: #002c5b;
}

.bottom_box {
  display: flex;
  justify-content: space-between;
}

.bottom_box .Click-to-Cart-Btn {
  color: #000000;
  text-transform: uppercase;
  z-index: 9;
  margin-bottom: 5px;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.food-category-section.bg-custom
  .catagory-product-card:hover
  .Click-to-Cart-Btn {
  color: #ffffff;
}

.food-category-section.bg-custom
  .main-cart-wrapper
  .cart-wrapper
  .cart-wrapper-header
  .form-control {
  max-width: 250px;
  text-align: center;
  background: #002c5b;
  font-family: "Urbanist", sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.orderTitle {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 35px;
  justify-content: center;
}

.restaurant-about-section {
  padding: 50px 10px !important;
}

/* new food cart css  */

.food-category-section .food-card-new {
  width: 300px;
  background-color: white;
  border-radius: 19px;
  border: 1px solid #e6e4e4;
  box-shadow: -2px 7px 10px #c6c6c64a;
}
.food-category-section .food-card-new .card-img-new {
  height: 141px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.food-category-section .food-card-new .card-heading-new h3 {
  font-size: 20px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  font-family: "Kal-Purush", sans-serif !important;
  width: 170px !important;
  line-height: 1.3rem !important;
}
.food-category-section .food-card-new .card-heading-new span {
  color: #d97c01;
  font-weight: 700;
  font-size: 20px;
}

.food-category-section .food-card-new .card-free-new h4 {
  font-size: 13px !important;
  letter-spacing: 1px !important;
  color: #857d7d !important;
  text-transform: capitalize !important;
  font-family: "Urbanist", sans-serif !important;
}
.food-category-section .food-card-new .card-rating-new .card-button-new {
  border-radius: 25px;
  background-color: #fa930b;
  font-weight: 700;
  color: white;
}

.food-category-section .food-card-new .card-rating-new .quantity-new-button {
  font-size: 40px;
  padding-right: 9px;
  padding-left: 9px;
  border-radius: 11px;
  height: 33px;
  color: white;
  background-color: #fa930b;
}
.food-category-section .food-card-new .card-rating-new .quantity-new-input {
  max-width: 45px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #c8c5c5;
  color: #312f2f;
}
.food-category-section .food-card-new .card-rating-new .new-trash-button {
  background-color: #e80d0dc7;
  border-radius: 6px;
  color: white;
  font-size: 20px;
}

.search-container {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}

.search-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.food-search-input {
  width: 100%;
  border: 2px solid #ddd;
  border-radius: 30px;
  font-size: 16px;
  transition: all 0.3s ease;
  outline: none;
  color: #444444;
}

.food-search-input:focus {
  border-color: #ff6b00;
  box-shadow: 0 0 8px rgba(255, 107, 0, 0.3);
}

.search-button {
  position: absolute;
  right: 5px;
  height: 40px;
  width: 40px;
  border: none;
  background-color: #ff6b00;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.search-button:hover {
  background-color: #e05d00;
}

@media (max-width: 767px) {
  .restaurant-hero-section .restaurant-hero-slider .hero-item {
    height: 200px !important;
  }

  .restaurant-features {
    margin-top: 0;
  }

  .restaurant-about-section .about-content-wrap .section-title .title {
    font-size: 30px;
    line-height: 36px;
  }

  .restaurant-about-section .about-content-wrap .about-content .reservations {
    gap: 10px;
  }

  .food-category-section .section-title .title {
    font-size: 30px;
    line-height: 36px;
  }
}

/* For WebKit browsers (Chrome, Safari, Edge) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.foodfilterbox {
  border-radius: 10px;
  height: 35px;
  display: flex;
  align-items: center;
}
.filter-img {
  width: 18px;
}

.filter-section {
  margin-bottom: 20px;
}

h3 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}

.filter-subtitle {
  font-size: 14px;
  color: red;
  display: block;
  margin-bottom: 10px;
}

.options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.radio-option {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.radio-option input[type="radio"] {
  accent-color: red;
}

.food-card {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

#menuBox .catagory-product-card:hover .catagory-product-content h3 a {
  color: black !important;
}
#menuBox .catagory-product-content h3 a {
  font-size: 30px !important;
}

.food-category-section.bg-custom .catagory-product-card:hover .desc_box p {
  color: black !important;
}

#menuBox .catagory-product-content span {
  font-size: 15px;
}

#menuBox .checkboxes-container .bg-danger {
  border-radius: 15px;
  color: white;
}
#menuBox .quantity-box button,
#menuBox .quantity-box input {
  border-radius: 50px;
  border: 1px solid black !important ;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
#menuBox .quantity-box input {
  max-width: 100px;
  width: 50px;
  color: black;
}
#menuBox .quantity-box input:focus {
  box-shadow: none !important;
}

#menuBox .quantity-box,
#menuBox .bg-danger {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.food-category-section .catagory-product-card:hover .quantity-box button {
  background-color: #ffb936 !important;
  color: black;
}
.food-category-section .catagory-product-card:hover .quantity-box input {
  background-color: #ffb936 !important;
}
#menuBox .empty-Item-Text {
  /* display: none; */
  transition: opacity 0.3s ease-in-out;
}
#menuBox .empty-Item-Text h3 {
  font-size: 30px;
  color: #6f6f6f !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Smooth fade-in */
.fade-in {
  opacity: 1 !important;
  transform: translateY(0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Smooth fade-out */
.fade-out {
  opacity: 0 !important;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#menuBox .discount-block {
  border-radius: 4px 168px / 86px;
  background-color: #ffb935;
  position: absolute;
  right: 0;
  rotate: -21deg;
  top: -9%;
  color: black;
  font-size: 13px;
  transition: all 0.3s ease-in-out;
}

#menuBox .food-type-img img {
  width: 30px;
}

#menuBox .catagory-product-card:hover .discount-block {
  background-color: white;
  transition: all 0.3s ease-in-out;
}
#menuBox .desc_box p {
  font-size: 26px;
}

#menuBox .offcanvas-end {
  width: 50% !important;
}

 .food-cart {
  position: fixed;
  bottom: 0;
  z-index: 100000;
  pointer-events: none;
}
 .food-cart-inner {
  width: 83%;
  height: 50px;
  border-radius: 10px 10px 0px 0px;
  pointer-events: all;
  background-color: #ffb935;
}
 .food-cart .food-cart-Img {
  width: 23px !important;
}
.food-category-section.bg-custom
  .catagory-product-card
  .content_box
  .checkboxes-container
  .checkbox
  .checkbox__checkmark {
  transition: all 0.3s ease-in-out !important;
}

.food-category-section.bg-custom
  .catagory-product-card
  .content_box
  .checkboxes-container
  .checkbox
  .checkbox__checkmark:hover {
  background-color: white;
  border-color: #002c5b;
  color: #002c5b;
  transition: all 0.3s ease-in-out;
}

#our-menu .section-title h2.title {
  font-family: "Urbanist", sans-serif;
  text-transform: capitalize;
  font-size: 42px;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 70px;
}
#our-menu .section-title span.before-title {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #d97c01;
}
#our-menu .section-title span.before-title img {
  width: 65px;
}

#our-menu .left-block {
  backdrop-filter: blur(47px);
  background: transparent;
  border-radius: 10px 0px 0px 10px;
}
#our-menu .left-block li {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #7b7b7b7a;
  color: white;
  cursor: pointer;
}

#our-menu .design-image {
  background-image: url("../../img/food/—Pngtree—refreshing\ cherry\ mocktail_20013848.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#our-menu .arrow-for-menu {
  height: 27px;
}
#our-menu .outer-background-block {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../../img/Restaurent-newImages/restaurant-img.JPG");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 26px;
}

#our-menu .glass-effect {
  color: white;
  backdrop-filter: blur(31px);
  border-radius: 25px;
  border: 1px solid #fff9;
  background: #0000002e;
}
#our-menu h4 {
  color: white !important;
}

.food-card-new .content-card-wrapper {
  height: 46%;
}
.food-card-new {
  /* display: block; */
}
.review-start-new img {
  height: 20px;
}

@media only screen and (max-width: 1366px) {
  .menu-container-dialog-box{
    bottom: 6px !important;
  }
  

}
@media only screen and (max-width: 1200px) {
  .menu-container-dialog-box .menu-items-new-container {
    overflow-y: scroll !important;
    max-height: 70vh !important;
  }

}
@media only screen and (max-width: 991px) {

  .floatin-discount-cards {
    font-size: 15px;
  font-weight: 600;
    width: 40px !important;
    height: 40px !important;
    top: -15px !important;
    left: -5px !important;
    background-image: url('../../img/shape/sale.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 0px 4px gray);
  }
  .flowting-icon-menu p {
    font-size: 1.2rem !important;
  }
  .food-category-section .food-card-new {
    background-color: white;
    border-radius: 19px;
    border: 1px solid #e6e4e4;
    box-shadow: -2px 7px 10px #c6c6c64a;
    /* display: flex; */
    align-items: center;
  }
  .food-category-section .food-card-new .card-heading-new h3 {
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
 
    width: 117px !important;
    line-height: 1.3rem !important;
  }
  .food-card-new {
    /* display: flex; */
  }
  .food-category-section .food-card-new .card-heading-new span {
    color: #d97c01;
    font-weight: 700;
    font-size: 16px;
  }
  .food-category-section .food-card-new .card-free-new h4 {
    font-size: 12px !important;
    letter-spacing: 1px !important;
    color: #857d7d !important;
    text-transform: capitalize !important;
    font-family: "Urbanist", sans-serif !important;
  }
  .food-category-section .food-card-new .card-img-new {
    height: 65px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 115px !important;
    min-width: 115px !important;
    
    
  }
  .food-category-section .food-card-new .card-rating-new .new-trash-button {
    background-color: #e80d0dc7;
    border-radius: 6px;
    color: white;
    font-size: 15px;
  }
  .food-category-section .food-card-new .card-rating-new .quantity-new-button {
    font-size: 19px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 11px;
    height: 30px;
    color: white;
    background-color: #fa930b;
  }
  .food-category-section .food-card-new {
    width: 48%;
    gap: 5px;
  }
  .food-card-new .content-card-wrapper {
    height: auto;
  }
  .foodfilterbox {
    padding-top: 0 !important;
    font-size: 11px;
    padding-bottom: 0 !important;
    padding-right: 13px !important;
    padding-left: 13px !important;
    height: 31px;
  }
  .food-category-section .food-card-new {
    margin-bottom: 0px !important;
  }
  .search-button {
    position: absolute;
    right: 5px;
    height: 40px;
    width: 40px;
    border: none;
    background-color: #ff6b00;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    height: 30px;
    width: 30px;
  }
  .food-search-input {
    width: 100%;
    border: 2px solid #ddd;
    border-radius: 30px;
    font-size: 12px;
    transition: all 0.3s ease;
    outline: none;
    color: #444444;
  }
  .food-category-section .food-card-new .card-rating-new .card-button-new {
    border-radius: 25px;
    background-color: #fa930b;
    font-weight: 700;
    color: white;
    font-size: 10px;
  }
  .review-start-new img {
    height: 14px;
  }
  .review-start-new span {
    font-size: 12px;
  }
  .menu-container-dialog-box{
    right: 79px !important;
    bottom: 12px !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 541px) {
  .food-category-section .food-card-new .card-rating-new .card-button-new {
    border-radius: 25px;
    background-color: #fa930b;
    font-weight: 700;
    color: white;
    font-size: 10px;
  }
  .food-category-section .food-card-new {
    width: 392px;
    gap: 5px;
  }
  .food-category-section .food-card-new .card-img-new {
    height: 79px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 115px !important;
    min-width: 140px !important;
  }
  .food-category-section .food-card-new .card-heading-new h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;

    width: 154px !important;
    line-height: 1.3rem !important;
  }
  .food-category-section .food-card-new .card-free-new h4 {
    font-size: 15px !important;
    letter-spacing: 1px !important;
    color: #857d7d !important;
    text-transform: capitalize !important;
    font-family: "Urbanist", sans-serif !important;
  }
  .food-category-section .food-card-new .card-heading-new span {
    color: #d97c01;
    font-weight: 700;
    font-size: 19px;
  }
}
@media only screen and (max-width: 600px) {
  .menu-container-dialog-box {
    width: 350px !important;
    position: fixed;

    z-index: 9;
    right: 78px;
    color: black;
    position: fixed;
    bottom: 8px !important;
    right: 80px !important;
    padding:
  15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    border-radius:
  10px;
    opacity: 0;
    transform: translate(100%, 100%);
    transition:
  transform 0.4s ease, opacity 0.4s ease;
    pointer-events: none;
    z-index: 1000;
    height: auto;
    background-color: white;
  }
  .menu-items-new-container ul{
    padding-left: 5px !important;
   
  }
  .menu-items-new-container  .food-subheading-inner{
    font-size: 16px;
    line-height: 20px;
  }
  .menu-items-new-container #food-list-block-menu{
    font-size: 15px;
  }
}
@media only screen and (max-width: 567px) {
  #our-menu .glass-effect h4 {
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.1rem !important;
  }
  #our-menu .glass-effect {
    font-size: 13px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 540px) {
  .food-category-section .food-card-new {
    width: 254px;
    gap: 5px;
    width: 300px;
    min-width: auto;
  }

  .floatin-discount-cards {
    font-size: 11px;
    font-weight: 600;
    width: 30px !important;
    height: 30px !important;
    top: -15px !important;
    left: -5px !important;
    background-image: url('../../img/shape/sale.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 0px 4px gray);
  }

  .food-category-section .section-title span.before-title {
    font-family: "Urbanist", sans-serif;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #d97c01;
  }
  .food-category-section .section-title .title {
    font-size: 26px !important;
    line-height: 18px;
    color: #222222 !important;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0px;
    font-family: "Urbanist", sans-serif;
  }
  .food-category-section.bg-custom .row_box .section-title {
    margin-bottom: 8px !important;
  }
  .search-button {
    position: absolute;
    right: 5px;
    border: none;
    background-color: #ff6b00;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    height: 22px;
    width: 24px;
    font-size: 11px;
  }
  .food-search-input {
    width: 100%;
    border: 2px solid #ddd;
    border-radius: 30px;
    font-size: 10px;
    transition: all 0.3s ease;
    outline: none;
    color: #444444;
    height: 35px;
  }
  .food-category-section .food-card-new .card-rating-new .new-trash-button {
    background-color: #e80d0dc7;
    border-radius: 6px;
    color: white;
    font-size: 11px;
    height: 24px;
    display: flex;
  }
  .food-category-section .food-card-new .card-rating-new .quantity-new-button {
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 11px;
    height: 24px;
    color: white;
    background-color: #fa930b;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .food-category-section .food-card-new .card-rating-new .quantity-new-input {
    max-width: 35px;
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid #c8c5c5;
    color: #312f2f;
    font-size: 12px;
    height: 24px;
  }

  .food-category-section .food-card-new .card-img-new {
    height: 53px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 115px !important;
    min-width: 95px !important;
    
  }
  .food-category-section .food-card-new .card-heading-new span {
    color: #d97c01;
    font-weight: 700;
    font-size: 14px;
  }
  .food-category-section .food-card-new .card-heading-new h3 {
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;

    width: 90px !important;
    line-height: 12px !important;
  }
  .card-rating-new {
    gap: 0px !important;
    justify-content: space-between !important;
  }
  .card-free-new {
    margin: 0px !important;
  }
  .restaurant-about-section .about-content-wrap .section-title .title {
    font-size: 26px !important;
    color: #222222;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0px;
    font-family: "Urbanist", sans-serif;
  }
  .restaurant-about-section
    .about-content-wrap
    .section-title
    span.before-title {
    font-family: "Urbanist", sans-serif;
    font-size: 13px !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #d97c01;
  }
  .restaurant-about-section
    .about-content-wrap
    .about-content
    .reservations
    .moreBtn {
    padding: 3px 14px !important;
    font-weight: 600;
    font-size: 12px !important;
    background: #d97c01;
    font-family: "Urbanist", sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
  }
  .restaurant-about-section
    .about-content-wrap
    .about-content
    .reservations
    .icon {
    width: 35px !important;
    height: 35px !important;
    background: #ffffff;
    padding: 0px !important;
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    border: 2px solid #d97c01;
  }
  .restaurant-about-section
    .about-content-wrap
    .about-content
    .reservations
    .icon
    span {
    font-size: 18px !important;
    color: #d97c01;
    text-align: center;
    display: inline-block;
  }
  .restaurant-about-section
    .about-content-wrap
    .about-content
    .reservations
    .text
    p {
    font-weight: 700;
    font-size: 12px !important;
    color: #002c5b;
    font-family: "Urbanist", sans-serif;
    margin-bottom: 0px;
    line-height: 10px !important;
    text-transform: uppercase;
  }
  #our-menu .section-title h2.title {
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    font-size: 30px !important;
    line-height: 26px !important;
    font-weight: 400;
    margin-bottom: 10px;
  }
  #our-menu .section-title span.before-title {
    font-family: "Urbanist", sans-serif;
    font-size: 13px !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #d97c01;
  }
  .outer-background-block h3 {
    font-size: 20px;
  }
  #our-menu .left-block li {
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #7b7b7b7a;
    color: #402a00;
    cursor: pointer;
    padding: 0 !important;
  }
   .food-cart .food-cart-Img {
    width: 19px !important;
  }
   .food-cart span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 475px) {
  #our-menu .menu-container .col-3 {
    white-space: normal;
    overflow-wrap: break-word;
    overflow: hidden;
  }
}
@media only screen and (max-width: 450px) {
  .menu-container-dialog-box{
    width: 80% !important;
  right: 9% !important;
  padding: 10px !important;
  }
  .menu-container-dialog-box .menu-items-new-container{
    padding: 4px !important;
  }

}
@media only screen and (max-width: 400px) {
  .food-category-section .food-card-new {
    width: 268px !important;
    gap: 5px;
  }
}
@media only screen and (max-width: 330px) {
  .menu-container-dialog-box {
    width: 90% !important;
    right: 5% !important;
    padding:
10px !important;
  }

}
@media only screen and (max-width: 316px) {
}



#our-menu .floating-design-menu1 {
  width: 175px;
  top: -65px;
  left: -56px;
  position: relative;
  animation: floatUpDown 3s ease-in-out infinite;
  z-index: 1 ;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* adjust value as needed */
  }
}

#our-menu .menu-image-block-inner{
  height: 250px;

}

.menu-image-block-inner {


  transition: background-image 1s ease-in-out;
  height: 300px; /* adjust as needed */
  width: 100%;
  background-position:
center;
  background-size: contain;
  background-repeat: no-repeat;

}


#flowting-icon-menu-container .flowting-icon-menu{
  font-family: sans-serif;
  line-height: 8px;
}

.flowting-icon-menu-container{
  cursor: pointer;
  position: fixed;
  background-color: var(--theme);
  color: white;
  padding: .8rem .4rem;
  border-radius: 5px 0 0 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  right: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.menu-container-dialog-box .menu-items-new-container{
  overflow-y: scroll;
  max-height: 74vh;

}
.menu-container-dialog-box .food-subheading-inner  li {
  font-weight: 600;

}
.menu-container-dialog-box #food-menu-category-heading {
  padding-bottom: 7px;
  border-bottom: 1px solid white !important;
  border: none;
  font-weight: 600;
  
}

.menu-container-dialog-box {
  width: 500px;
  position: fixed;
  right: 78px;
  color: white;

  position: fixed;
  bottom: 20px;
  right: 10%;
  padding: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  border-radius: 10px;
  opacity: 0;
  transform: translate(100%, 100%);
  transition: transform 0.4s ease, opacity 0.4s ease;
  pointer-events: none;
  z-index: 1000000;
  height: auto;
  background-color: var(--theme);
}

.menu-container-dialog-box ul li{
  list-style: none !important;
}






.menu-container-dialog-box.active {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}
#flowting-icon-menu-container.hide {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}

.menu-items-new-container #food-list-block-menu{
  cursor: pointer !important;
}

.menu-items-new-container {
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: white transparent; /* Firefox */
}

.menu-items-new-container::-webkit-scrollbar {
  width: 3px;
}

.menu-items-new-container::-webkit-scrollbar-track {
  background: transparent;
}

.menu-items-new-container::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 2px;
}


.floatin-discount-cards{
  width: 50px;
  height: 50px;
  top: -16px;
  right: -8px;
  background-image: url('../../img/shape/sale.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 0px 4px gray);

}

/* Base classes */
.gethides {
  display: none !important;
}

.getshow {
  display: block;
  opacity: 1 !important;
}

.block-display {
  display: block;
}

.flex-display {
  display: flex;
  opacity: 1 !important;
}

/* Animation classes */
.fade-in-transform {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.fade-out-transform {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.pre-animate {
  opacity: 0;
  transform: translateY(20px);
  transition: none;
}

/* Visibility classes */
.is-visible {
  visibility: visible;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* Button states */
.active {
  background-color: var(--theme3) !important;
  color: white !important;
}

.button-press {
  transform: scale(0.95);
  transition: transform 0.2s ease;
}

/* Empty text */
.empty-Item-Text {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.empty-Item-Text.fade-in {
  display: block;
  opacity: 1;
}

/* Dialog box */
.menu-container-dialog-box {
  /* Your existing dialog styles */
}

.menu-container-dialog-box.active {
  /* Active state styles */
}

.hide {
  display: none;
}









/* @media only screen and (max-width: 339px){
  .food-category-section .food-card-new .card-img-new {
    height: 160px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 115px !important;
    min-width: 100% !important;
  }
  .food-category-section .food-card-new {
    width: 100%;
    gap: 5px;
    flex-wrap: wrap;
  }
  .card-rating-new{
    justify-content: center !important;
  }

} */
