.menu-toggle-btn {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 1450px) {
.vendors-grid h3 {
  font-size: 26px;
}
}

@media (max-width: 1200px) {
  .logo {
    flex: 40%;
  }
  .navigation {
    flex: 60%;
    gap: 10px;
  }
  .nav-links {
    gap: 25px;
  }
  .nav-links a {
    align-content: center;
  }
}

@media (max-width: 1024px) {
  .logo {
    flex: 30%;
  }
  .navigation {
    flex: 70%;
  }
  .search-container {
    width: 100%;
  }
  .news-grid {
    grid-template-columns: auto;
    gap: 50px;
  }
  .vendors-grid h3 {
      font-size: 20px;
  }
  
  .venue-card {
    flex: 0 0 50%;
  }
  a.venue-card  {
      flex: 0 0 40%;
  }
}

@media (max-width: 768px) {
  .menu-toggle-btn {
    display: block;
    color: #fff;
    margin-left: auto;
    padding: 10px;
    z-index: 20;
  }

  .navigation {
    position: absolute;
    top: 80px; /* Adjust based on your navbar height */
    left: 0;
    z-index: 1;
    flex-direction: column;
    gap: 10px;
    background-color: #222;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 30px 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }

  .navigation.active {
    max-height: 600px; /* Adjust based on content size */
    opacity: 1;
  }

  .nav-links {
    flex-direction: column;
    gap: 10px;
  }

  .nav-links a {
    padding: 8px 0;
    text-align: center;
  }

  .navbtn {
    /* color: #fff; */
    font-size: 16px;
    /* background: none; */
    /* align-self: stretch; */
  }

  .hero-with-searchbar {
    height: 750px;
  }
  .search-container {
    width: 100%;
  }
  #myForm {
      background-color: #d2d8dd;
  }
  .posit-abst-center {
    width: 80%;
    margin: 0 auto;
  }
  .search-top,
  .search-bottom {
    flex-direction: column;
    gap: 10px;
  }
  .container-80 {
    width: 90%;
  }
  .container-50 {
    width: 70%;
  }
  .venues-slider {
      padding:0 60px;
  }  
  .venue-card,
  a.venue-card{
      flex: 0 0 100%;
  }
       
  .vendor-card {
    flex: 45%;
  }
  .vendors-grid a {
    width: 48%;
    margin: 1%;
  }
  .vendors-grid h3 {
    font-size: 20px;
  }
  .vandor-card {
      height: 280px;
  }
  .vendors-grid {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: none;
    gap: unset;
  }
  .overview {
    width: 100%;
  }
  .overview h1 {
      font-size: 28px;
  }
  .location {
      font-size:16px ;
  }
}

@media (max-width: 600px) {
  .news-card {
    flex-wrap: wrap;
  }
  .footer-contact input {
    width: 100%;
  }
}
