@media (max-width: 576px) {
  .primary-logo {
    width: 80px !important;
  }

  .hero-wrapper {
    height: 430px !important;
  }
  .hero-title {
    font-size: 24px !important;
    width: 300px;
  }
  .hero {
    height: 368px !important;
  }
  .topbar {
    padding-block: 7px;
  }

  .primary-back {
    /* display: none; */
    display: flex;
  }
  .social-text {
    display: none;
  }
  .left,
  .right {
    gap: 10px;
  }
  .hero-img-wrapper {
    width: 356.482px !important;
    height: 240.254px !important;
    flex-shrink: 0;
    margin-top: 90px !important;
    padding: 20px !important;
    /* content: 'hello'; */
    /* bottom: 0px !important; */
    /*  */
    /* padding-top: 100px !important; */
  }
  .forground {
    /* bottom: 0px !important; */
  }

  .section-title {
    font-size: 24px !important;
  }
  .bg-vector {
    /* width: initial !important; */
    width: 150px !important;
  }
  .bg-vector {
    right: 25% !important;
    top: 0px !important;
  }

  .img-container-bg {
    width: 0 !important;
    height: 351px !important;
  }

  .opening-days-wrapper {
    flex-wrap: nowrap;
    justify-content: start;
    padding: 10px;
    /* width: 100% !important; */
    white-space: nowrap !important;
    overflow-x: scroll !important;
    gap: 15px !important;
    /* width: fit-content !important; */
    /* width: 1000px !important; */

    /* scrollbar-width: none;  */
    /* Firefox */
    /* -ms-overflow-style: none;  */
  }

  .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;   */
  }
  .testimonial-wrapper {
    /* height: 200px; */
    height: 220px;

    overflow-y: hidden;
    position: relative;
  }
  .btn-primary-custom,
  .btn-primary-custom-outline {
    font-size: 14px;
    padding: 15px 20px !important;
    align-items: center;
  }
  .hour {
    font-size: 14px;
  }
  .closed-hour {
    font-size: 16px;
  }

  .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 */
  }

  .section-sub-title {
    margin-top: 15px !important;
  }

  .testimonials::-webkit-scrollbar,
  .opening-days-wrapper::-webkit-scrollbar {
    display: none; /* WebKit (Chrome, Safari, etc.) */
  }
  .testimonial-item {
    gap: 10px !important;
    /* display: inline-block !important; */
    /* width: calc(100% - 20px) !important; */
    /* width: 500px !important; */
    width: 569px !important;
    width: 327px !important;

    /* width: fit-content !important; */
    /* height: 208px !important; */

    height: 137px !important;
  }
  .review-content,
  .review-name,
  .review-date {
    white-space: wrap;
    /* width: 100%; */
    /* width: 280px !important; */
    width: 152px !important;
    font-size: 10px !important;
  }

  .testimonial-img {
    width: 130px !important ;
    height: 137px !important;
  }

  .copy-rights {
    font-size: 18px !important;
  }

  .dev-team {
    font-size: 14px;
  }
  .footer-logo img {
    width: 144px;
  }

  /* Menu page */

  .menu-item-img img {
    width: 120.342px;
    height: 120.342px;
    flex-shrink: 0;
  }

  .menu-item-img svg {
    width: 88.55px;
    height: 144px;
    flex-shrink: 0;
  }
  .hero-wrapper-menu-mobile {
    height: 500px !important;
  }
  .search-input {
    font-size: 14px;
  }
  .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: -30px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1000;
  }
  .search-input {
    font-size: 10px;
  }
  .navbar-nav{
    margin-bottom: 20px;
  }
  .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 {
    /* width: 100%; */
    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: 90vh;
    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: 12px;
    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: 12px;
    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;
  }
  .menu-item-content {
    width: 100%;
    padding-left: 50px;
    height: 150px;
    padding-block: 15px;
    height: fit-content;
  }
  .hero-subtitle {
    font-size: 14px;
  }
  .menu-details {
    width: 100%;
    padding-right: 20px;
    font-size: 14px;
  }

  .menu-title {
    font-size: 14px;
  }
  /* .menu-details{} */

  .filter.flex-row {
    flex-direction: column !important;
  }

  /* Story Page */

  .green-text,
  .purpose-title,
  .mission-title {
    font-size: 24px;
  }

  .hero-video-wrapper {
    width: 85%;
  }
  .mission {
    width: 100%;
    flex-wrap: wrap;
    height: fit-content;
  }
  .mission-details,
  .mission-name {
    /* font-size: 14px; */
    width: 100%;
  }

  .hero-wrapper-story {
    height: 655px !important;
  }
  .margin-top-20 {
    margin-top: 15px;
  }
  .padding-top-20 {
    padding-top: 25px;
  }
  .story-section-title {
    font-size: 24px;
    width: 90%;
  }
  .story-behind,
  .story-text {
    width: 95%;
    font-size: 14px;
  }
  .image-grid {
    width: 95%;
  }
  .gallery {
    gap: 10px;
    flex-wrap: wrap;
  }

  .values-wrapper {
    flex-wrap: wrap;
  }

  /* contact page */

  .contact-form-wrapper {
    margin-top: 20px;
    width: 90%;
    flex-wrap: wrap;
    height: fit-content;
    box-shadow: 0px 0px 90px 30px rgba(0, 0, 0, 0.14);
  }
  .left-form {
    order: 2;
    width: 100% !important;
    border-radius: 5px;
  }
  .left-form,
  .right-form {
    padding: 10px;
  }
  .sub-left-text,
  .left-heading {
    text-align: start;
  }
  .contact-form {
    padding: 10px !important;
  }
  .row .d-flex .btn-primary-custom {
    width: 100% !important;
    text-align: center !important;
    justify-content: center;
  }

  .hero-wrapper-contact {
    height: 1400px !important;
    /* background-color: #C4C4C4; */
  }

  .form-social-info .social-wrapper {
    gap: 10px;
  }

  .right-form {
    padding: 0;
  }
  /* .left-form{} */
  .contact-form .row {
    padding: 0 !important;
  }

  .custom-modal {
    /* width: 100% !important; */
    max-height: fit-content !important;
    overflow-y: scroll !important;
    width: 400px;

    /* padding-block: 30px; */
  }

  .modal-wrapper .container {
    height: fit-content;
  }
  .upload_dropZone {
    height: fit-content !important;
  }
  .upload_dropZone {
  }
  .modal-wrapper {
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100vh;
    overflow-y: scroll !important;
    padding: 0 !important;
    overflow-x: hidden;

    /* padding: 30px !important; */
  }

  .input-label {
    font-size: 12px;
  }




  


  .testimonial-item.modal-custom{
    display: flex !important;
    width: 80% !important;
    height: 600px !important;
    height: fit-content !important;

    /* border: 3px solid red; */
    flex-direction: column !important;
    padding: 10px;
    height: fit-content;
    padding-top: 35px;


    
}

.testimonial-item.modal-custom .testimonial-img {
    /* display: flex; */
    width: 100% !important;
    height: 170px !important;
    /* height: 100% !important; */
}
.close-test{
    position: absolute;
    top: 5px;
    right:2px;
    /* background-color: #646161; */
}
/* .close-test svg{
  background-color: #646161;
} */
.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: 0px;
    /* 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;

}
}
