/* Media query for smaller screens */
@media only screen and (max-width:1100px) {

  h1 {
    font-size: 24px;
  }

  p {
    font-size: 11px;
  }

  /* new navbar  */

  nav {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5rem;
    flex-direction: row;
    border-bottom: 1px solid #ccc;
  }


  nav ul {
    position: absolute;
    top: 60px;
    left: -20px;
    right: 0;
    flex-direction: column;
    text-align: center;
    background: white;
    gap: 1rem;
    overflow: hidden;
    /* box-shadow: 0 3px 10px var(--color23); */
    z-index: 999;
    background: white;
    width: 100%;
    /* padding: 2rem; */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  nav ul li {
    padding: 1rem;
  }

  nav ul li:hover {
    background: rgb(237, 237, 237);
  }

  .menu-icon {
    display: block;
    font-size: 2rem;
  }

  #menuList {
    transition: all 0.5s;
  }

  /* new navbar  */


  .title-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 5rem;

  }

  


  .signup-container-change-pass {
    width: 90vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    min-height: 70vh;
    flex-direction: column;
  }

  .pass-conditions {
    margin-left: 0px;
    margin-top: 1rem;

  }

  .new-ct-1 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 3rem 1rem;
    background-color: #e9ecef82;
  }

  .new-ct-2 {
    width: 50%;
  }

  .new-ct-3 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .new-ct-3 img {
    width: 300px;
    height: 300px;
    object-fit: fill;
  }

  
  .new-ct-7 {
    width: 38%;
    /* border: 2px solid red; */
    margin: 1rem;
  }

  .new-ct-7 h4 {
    font-weight: 800;
    font-size: medium;
  }

  .new-gallery-1 {
    margin: 4rem 2rem;
    text-align: center;
  }

  .new-gallery-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .new-gallery-3 {
    margin-left: 0;
  }

  new-gallery-4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
  }

  .new-team-ct-3 {
    display: flex;
    width: 40%;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-direction: column;
    text-align: center;
  }

  .news-lt-1 {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    background-color: black;
    color: white;
    padding: 4rem 0;
    width: 90%;
    margin: 4rem auto;
    gap: 1rem;
  }

  .news-lt-3 img {
    width: 250px;
    height: 250px;
    object-fit: fill;
  }

  .review-boxx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 25vh;
    padding: 3rem 2.5rem;
  }

  .centered h1 {
    font-weight: bold;
    font-size: 35px;
  }

  .menu-item h5 {
    text-align: center;
    font-size: 1rem;
  }

  .resto-cl-8 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6rem;
    margin: 3rem 1rem;
  }

  .resto-cl-5 h3 {
    font-weight: 700;
    font-size: 19px;
  }

}

@media only screen and (max-width: 500px) {


  .card-img-top1 {
    width: 100%;
    height: 10rem;
    transition: transform 0.5s ease;
  }

  .righ-left-btns {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .all-menu h2 {
    text-align: center;
    margin: 0;
  }

  .all-menu {
    margin-top: 1rem;
  }

  .menu-item {
    display: flex;
    align-items: center;
    width: 40%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 10px;
    justify-content: center;
    padding: 10px;
  }

  .card {
    width: 17rem;
    flex-shrink: 0;
    scroll-snap-align: start;
    border: 2px solid rgb(212, 204, 212);
    margin: 1rem;
    flex-wrap: wrap;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }

  .menu-content-info {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 11px 0px;
    justify-content: center;
    align-items: center;
  }

  .menu-content-info p {
    display: none;
  }

  .menu-item p {
    display: none;
  }

  .menu-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 43%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 10px;
    justify-content: center;
    padding: 10px;
    height: 11rem;
  }

  .menu-content-info h5 {
    font-size: 12px;
  }

  .menu-item div h5 {
    font-size: 12px;
    margin-top: 12px;
    text-align: center;
  }

  .reservation-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
  }

  .res-timings {
    margin: 0px;
  }
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

  .modal-content img {
    width: 200px;
    height: 200px;
  }

  .item-details-info2 p {
    font-size: 12px;
    margin-bottom: 0;
  }

  .item-details-info1 h2 {
    text-align: center;
  }

  .res-all-info {
    width: 90%;
  }

  .res-all-info h4 {
    color: red;
    margin: 0px 50px 12px 50px;
    font-size: 18px;
    text-align: center;
  }

  .footer-box1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 16px 0;
  }

  .address-info {
    display: block;
  }

  .other-info p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .gallery-title {
    text-align: center;
    margin-top: 21px;
    margin-bottom: -6px;
  }

  .righ-left-btns {
    margin-right: 0;
  }

  .newsletter-input {
    padding: 9px;
    width: 200px;
  }

  .newsletter-submit {
    padding: 9px 20px;
    background-color: #d15e44;
    color: white;
    border: none;
    cursor: pointer;
  }

  .categories button {
    margin: 5px;
    padding: 5px 8px;
    background-color: white;
    border-radius: 8px;
  }

  .about-content {
    /* max-width: 1000px; */
    padding: 0;
    text-align: center;
    color: black;
    /* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); */
    width: 100%;
  }

  .menu-item-list h3 {
    text-align: center;
    font-weight: 300;
    margin: 2rem 0;
    font-size: 1.3rem;
  }

  .contact-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .gallery-container {
    position: relative;
    margin: 0 5rem;
    display: flex;
    align-items: center;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }

  .signup-container-change-pass {
    width: 90vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    min-height: 70vh;
    flex-direction: column;
  }

  .pass-conditions {
    margin-left: 0px;
    margin-top: 1rem;

  }



  nav-title-1 a {
    color: orange;
    text-decoration: none;
    font-size: 2rem;
  }

  .new-ct-2 {
    width: 100%;
  }

  .new-ct-5 {
    margin: 1rem auto;
    width: 100%;
    text-align: center;
  }
  .new-ct-6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

  .new-ct-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    background-color: #e9ecef82;
    flex-direction: column;
  }

  .new-gallery-1 {
    margin: 4rem 1.5rem;
    text-align: center;
  }

  .new-gallery-3 img {
    width: 100%;
    height: auto;
  }

  .new-gallery-4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
  }

  .new-gallery-4 img {
    width: 150px;
    height: 150px;
    object-fit: cover;
  }

  .offers-div-2 {
    width: 100%;
    margin: 5rem 0;
  }

  .new-time-cl-1 {
    position: relative;
    width: 85%;
    height: 500px;
    overflow: hidden;
    margin: 4rem auto;
  }

  .new-time-cl-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* filter: blur(8px); */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .new-team-ct-3 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-direction: column;
    text-align: center;
  }

  .news-lt-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
    padding: 4rem 0;
    width: 95%;
    margin: 4rem auto;
    gap: 1rem;
    flex-direction: column;
  }

  .news-lt-2 {
    width: 85%;
    text-align: center;
  }

  .news-lt-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
  }

  .news-lt-3 img {
    width: 250px;
    height: 250px;
    object-fit: fill;
    margin-top: 2rem;
  }

  .new-contact-div-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 0;
    /* flex-wrap: wrap; */
    gap: 3rem;
    flex-direction: column;
  }

  .news-lt-4 input {
    width: 300px;
    padding: 0.5rem;
    border: 1px solid white;
    border-radius: 10px;
    text-align: center;
  }

  .resto-cl-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5rem 2rem;
    gap: 2rem;
    flex-direction: column;
  }

  .resto-cl-8 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    margin: 2rem 1rem;
  }

  .resto-cl-9 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 62%;
    text-align: center;
    /* height: 422px; */
    /* border: 1px solid black; */
    gap: 0rem;
  }

  .resto-cl-9 img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
  }

  .resto-cl-10 h3 {
    font-weight: 700;
    font-size: 19px;
  }

  .reserve-cl-1 img {
    width: 100%;
    height: 95%;
    object-fit: cover;
    /* filter: blur(7px) brightness(0.8); */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .reservation-form {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: rgba(0, 0, 0, 0.45);
    padding: 32px 28px;
    border-radius: 12px;
    width: 85%;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10);
    /* padding: 5rem; */
  }

  .reserve-cl-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-direction: column;
  }

  .reservation-form h4 {
    text-align: center;
    font-family: auto;
    font-weight: 700;
    font-size: 1rem;
  }

  .new-abt-cl-1 {
    margin: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }

  .new-abt-cl-2 {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .new-abt-cl-2 img {
    width: 100%;
    height: auto;
  }

  .new-abt-cl-3 {
    width: 100%;
    text-align: center;
    padding: 3rem 1rem;
  }

  .new-contact-cl-6 iframe {
    width: 85%;
    height: 50vh;
  }

  .new-contact-cl-1 img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    /* filter: blur(8px); */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .new-contact-cl-1 {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
    border-radius: 12px;
  }

  .contact-form {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: rgba(0, 0, 0, 0.45);
    padding: 30px 25px;
    border-radius: 10px;
    width: 90%;
    max-width: 450px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .new-contact-cl-3 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem auto 3rem;
    gap: 2rem;
    flex-direction: column;
  }



}