.map-btn {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  /* .event-details .card-details {
      flex-direction: column;
    } */
  .event-details .card-details figure {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .event-details .events-list {
    overflow-x: visible;
    overflow-y: visible;
    max-height: auto;
  }
}

@media (max-width: 1100px) {
  /* ============ Header ============ */

  header nav .nav-links ul li a {
    font-size: 14px;
  }

  /* ============ End Header ============ */

  .main-btn {
    width: fit-content;
    min-width: auto;
    padding: 10px 10px;
    font-size: 14px;
    height: 40px;
  }
  .main-btn-map {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .map-btn {
    display: none;
  }

  .about-us-image .about-commints:nth-child(2) {
    top: 50px;
  }
}

@media (max-width: 992px) {
  header nav .nav-links {
    display: none;
  }
  header nav .hero-actions {
    display: none;
  }
  .menu-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .main-btn-map {
    display: none;
  }

  .map-btn {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}

@media (max-width: 992px) {
  .event-details .card-details {
    flex-direction: column;
  }
  .event-details .card-details figure {
    width: 100%;
  }
  .modal-content::before {
    display: none;
  }
}

@media (max-width: 768px) {
  /* ============ Header ============ */
  .hero .caption {
    width: 70%;
  }

  .cards-row .product-card {
    margin-top: 65px;
  }

  .modal-content {
    width: 98%;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .event-details .card-details {
    flex-direction: row;
  }
  .event-details .card-details figure {
    width: 300px;
  }

  /*  */

  .about-us-image .about-commints {
    width: 90%;
  }
  .about-commints img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 575px) {
  .event-details .card-details {
    flex-direction: column;
  }
  .event-details .card-details figure {
    width: 100%;
  }

  .about-us-image .about-commints:nth-child(2) {
    top: -10px;
    right: 0;
  }
  .about-us-image .about-commints:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%);
    top: auto;
    left: 0;
    right: auto;
  }

  .about-us-image .about-commints:nth-child(4) {
    bottom: -20px;
    top: auto;
    right: 0;
    left: auto;
  }

  .about-us-content {
    width: 100%;
  }

  .contact-form {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 15px;
  }
}

@media (max-width: 400px) {
}

@media (max-width: 375px) {
}
