@media (min-width: 576px) and (max-width: 991.98px) {
  .show-filter {
    visibility: visible !important ;
    transition: all ease-in-out 0.5s;
  }
  .filter-form {
    visibility: hidden;
    width: 100%;
    height: 100vh;
    /* padding: 30px !important; */
    /* background-color: red; */
    position: fixed;
    /* background-color: white; */
    top: 50%;
    background: rgba(35, 31, 32, 0.5);
    left: 0;
    transform: translate(0, -50%);
    flex-wrap: wrap;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.5s;
  }
  .filter-icon-mobile {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1000;
  }
  .search-input {
    font-size: 14px;
  }
  .dropdown-toggle.sm-style {
    justify-content: start !important;
    color: black;
    background-color: white;
    padding-inline: 0;
    border: none !important;
  }
  .btn:disabled {
    border: none;
    color: black;
  }
  .dropdown-item.d-flex.gap-1.sm-style,.sm-diet-style {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .dropdown-toggle.sm-style::after {
    display: none;
  }

  .filters {
    padding-block: 20px;
    gap: 20px;
    flex-direction: column;
    width: 90%;
    /* display: none; */
    /* position: fixed; */
    background-color: white;
    /* top: 50%; */

    /* left: 0; */
    /* transform: translate(0,-50%); */
    /* flex-wrap: wrap; */
    z-index: 99;
    height: fit-content;
    border-radius: 5px;
    background: #fff;
    justify-content: start;
    align-items: start;
    overflow-y: scroll;
  }
  input[type="checkbox"] {
    padding: 7px !important;
  }
  .filter-count-text {
    /* width: 80%; */
    color: #000;

    /* mobile/modal bold */
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .danger-color {
    color: #eb242b;
    text-align: center;

    /* mobile/modal bold */
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .filter {
    width: 100%;
    padding-inline: 16px;
  }
  .filter-by {
    padding-inline: 16px;
  }
  .filter .btn-group.sm-style {
    width: 100%;
  }
  .btn-group.sm-style {
    flex-direction: column;
  }
  .filter.filter-text-mobile {
    color: #646161;

    /* mobile/modal text */
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  ul.dropdown-menu.sm-style {
    display: block;
    position: relative;
    z-index: 100;
  }
  .apply-filter {
    display: flex;
    width: 100%;
    padding: 15px 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-align: center;

    /* mobile/body text */
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    background: var(--primary_btn_color, #6a994e);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  }
  .btn-group.sm-style {
    display: flex;
  }

  .selling {
    order: 2;
  }

  .primary-logo {
    width: 80px !important;
  }

  .hero-wrapper {
    height: 700px !important;
  }

  .hero-img-wrapper {
    width: 561px !important;
    height: 351px !important;
    margin-top: 50px !important;
  }

  .img-container-bg {
    width: 0 !important;
    height: 351px !important;
  }

  .opening-days-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .latest-dishes {
    gap: 10px !important;
  }
  .latest-dish,
  .latest-dish:last-child,
  .latest-dish:first-child {
    width: 25% !important;
    height: 471.756px !important;
    /* flex-shrink: 0 !important;   */
  }

  .btn-primary-custom,
  .btn-primary-custom-outline {
    padding: 15px 20px !important;
  }

  .testimonials {
    padding: 10px;
    width: 100% !important;
    flex-direction: row;
    /* display: flex !important; */
    align-items: center !important;
    justify-content: start !important;
    flex-wrap: nowrap !important;
    overflow-x: scroll !important;
    white-space: nowrap;
    gap: 15px !important;
    /* width: fit-content !important; */
    /* width: 1000px !important; */

    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }

  .testimonials::-webkit-scrollbar {
    display: none; /* WebKit (Chrome, Safari, etc.) */
  }
  .testimonial-item {
    /* display: inline-block !important; */
    /* width: calc(100% - 20px) !important; */
    width: 500px !important;
    width: 569px !important;

    /* width: fit-content !important; */
    height: 208px !important;
  }
  .review-content,
  .review-name,
  .review-date {
    white-space: wrap;
    /* width: 100%; */
    /* width: 280px !important; */
    width: 200px !important;
  }

  /* Menu page */

  /* Menu page */

  .filters {
    /* display: none; */
  }

  .hero-wrapper-menu-mobile {
    height: 450px !important;
  }

  .menu-item-content {
    width: 743px !important;
    width: 100% !important;
    height: fit-content;
    padding-block: 15px;
    /* padding-left: 37px !important; */
  }
  .menu-details {
    width: 690px !important;
    width: 100% !important;
    padding-right: 30px;
    font-size: 16px;
  }
  .menu-title {
    font-size: 20px;
  }
  .menu-item-img img {
    width: 142px;
    height: 142px;
  }
  .menu-item-img svg {
    width: 105px;
    height: 171px;
  }

  /* STORY */
  .hero-video-wrapper {
    width: 80%;
    height: 459px;
    flex-shrink: 0;
  }
  .hero-wrapper-story {
    height: 746px !important;
  }
  .margin-60 {
    /* margin-top: 80px; */
  }
  .gallery {
    width: 100%;
  }
  .story-section-title {
    width: 100%;
  }

  .values-wrapper {
    row-gap: 20px;
    flex-wrap: wrap;
  }

  .story-text {
    width: 100%;
    /* height: 192px; */
  }

  /* CONTACT PAGE */

  .contact-form-wrapper {
    width: 90%;
  }
  .left-form {
    width: 50% !important;
    border-radius: 5px;
  }
  .left-form,
  .right-form {
    padding: 10px;
  }
  .sub-left-text,
  .left-heading {
    text-align: start;
  }
  .contact-form {
    padding: 10px !important;
  }

  .hero-wrapper-contact {
    height: 950px !important;
  }

  .form-social-info .social-wrapper {
    gap: 10px;
  }

  .filter.flex-row {
    flex-direction: column !important;
  }

















  .testimonial-item.modal-custom{
    display: flex !important;
    width: 80% !important;
    height: 500px !important;
    /* border: 3px solid red; */

    
}

.testimonial-item.modal-custom .testimonial-img {
    /* display: flex; */
    width: 40% !important;
    /* height: 70vh; */
    height: 100% !important;
}
.close-test{
    position: absolute;
    top: 20px;
    right: 20px;
}
.testimonial-item.modal-custom .review-content{
  width: 100% !important;
}
.testimonial-item.modal-custom .testimonial-content {
    /* display: flex; */
    justify-content: center !important;
    width: 100% !important;
    align-items: stretch;
    height: 100%;
    padding-block: 20px;
    padding-inline-end: 35px;
    text-align: justify;
}

.activate-custom-modal {

    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000056;
    z-index: 99;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;

}
}
.navbar-expand-md .navbar-nav {
  align-items: center;
}

/* 820px */
@media (min-width: 991px) and (max-width: 1180px) {

  .contact-form-wrapper {
    width: 90%;
  }
  .left-form {
    width: 50% !important;
    border-radius: 5px;
  }
  .left-form,
  .right-form {
    padding: 10px;
  }
  .sub-left-text,
  .left-heading {
    text-align: start;
  }
  .contact-form {
    padding: 10px !important;
  }

  .hero-wrapper-contact {
    height: 950px !important;
  }

  .form-social-info .social-wrapper {
    gap: 10px;
  }

  .values-wrapper {
    gap: 30px;
    /* row-gap: 20px; */
    /* flex-wrap: wrap; */
  }
  .menu-item-content {
    width: 743px !important;
    width: 100% !important;
    height: fit-content;
    padding-block: 15px;
    /* padding-left: 37px !important; */
  }
  .menu-details {
    width: 690px !important;
    width: 100% !important;
    padding-right: 30px;
    font-size: 16px;
  }
  .testimonial-wrapper {
    /* height: 408px !important; */
  }
  .testimonial-item {
    width: 569px !important;

    height: 208px !important;
  }
  .review-content,
  .review-name,
  .review-date {
    width: 280px !important;
  }
  .testimonial-item.modal-custom .review-content{
    width: 100% !important;
  }

  .opening-days-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    flex-grow: 1;
  }

  .opening-day {
    /* flex-grow: 1; */
  }

  .latest-dish,
  .latest-dish:last-child,
  .latest-dish:first-child {
    width: 25% !important;
    height: 471.756px !important;
    /* flex-shrink: 0 !important;   */
  }



  
}
.latest-dishes {
  display: grid !important;
  grid-template-columns: repeat(
    4,
    1fr
  ) !important; /* 4 columns with equal width */
  gap: 20px !important; /* Adjust the gap between grid items */
}

/* .latest-dish, */
.latest-dish:last-child,
.latest-dish:first-child {
  width: 100% !important; /* Ensure each grid item takes full width */
  /* height: auto !important; */
}
.latest-dish {
  width: 100% !important; /* Ensure each grid item takes full width */
}

.latest-dish img {
  width: 100% !important;
  height: auto !important;
  display: block !important; /* Make sure the image doesn't have extra space */
}

.custom-modal {
  width: 70%;
  /*  */
  /* top: 50% !important; */
  justify-content: center;
  align-items: center;
}
.modal-wrapper .container {
  height: 100%;
  /* justify-content: center; */
}

.hero-wrapper-contact{
    height: 1000PX !important;
