/* Mobile */

@media screen and (min-width: 250px) and (max-width: 470px) {
  body {
    p , .list-items li{
      font-size: 0.75em;
    }

    h1,
    h2,
    h3 {
      font-size: 1.5em;
    }

    .logo img {
      height: 35px;
    }

    .menubar ul li a {
      font-size: 0.75em;
    }

    .venue-header {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      margin: 50px 0 0 0;
    }

    .venue-header button {
      width: 100%;
    }
  }

  .profile-card {
    display: block;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  footer {
    font-size: 0.75em;
  }

  .home {
    height: auto;
    margin: 5% 0;
  }

  .profile-content h2,
  .profile-content p {
    text-align: center;
  }

  .search button,
  .search input {
    width: 100%;
    padding: 5%;
  }

  .stakeholder-logo {
    width: 75px;
    height: 75px;
  }

  .stakeholders {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5%;
  }

  .text-content h1 {
    font-size: 1.5em;
  }

  .container {
    padding: 5%;
  }
}

@media screen and (max-width: 900px) {
  .venue-container {
    height: auto;
    padding: 5%;
  }
  .images-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: 20px 0;
    gap: 20px;
  }
  .images-container img {
    width: 100%;
    height: 200px;
    border-radius: 2%;
    object-fit: cover;
  }

  .profiles {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .profile-card {
    display: block;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .profile-card p,
  .profile-card h2 {
    margin: 0;
    font-size: 1rem;
    text-align: center;
  }

  .list-items li{
    font-size: 1rem;
  }

  .content {
    grid-template-columns: 1fr; 
  }
  .column-reverse{
    flex-direction: column-reverse;
  }
}

/* Tablet */

@media (max-width: 1044px) {
  /* Header */
  .hamburger {
    display: block;
  }
  nav {
    padding: 5%;
  }
  nav ul {
    display: none;
  }
  /* Body */

  body {
    padding-top: 50px;
  }

  /* hero section */
  .home {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .text-content {
    display: block;
    max-width: 100%;
    padding: 5%;
  }

  /* .text-content h1 { */
  /* font-size: medium; */
  /* } */

  /* .text-content p{ */
  /* font-size: small; */
  /* } */

  .image-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .why-chose-us {
    width: 100%;
    padding: 5%;
  }

  .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .column {
    height: auto;
    text-align: justify;
  }

  /* About us */

  .about-content {
    display: block;
    padding: 5%;
    gap: 10px;
  }

  .about-content iframe {
    width: 100%;
    height: 20rem;
    border-radius: 5px;
  }

  p {
    text-align: justify;
  }

  .mission_container {
    display: block;
    text-align: center;
    padding: 5%;
  }

  .mvv-section {
    display: block;
    gap: 20px;
  }

  /* Our clients */

  .profiles {
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5%;
  }

  /* Services */

  .services_container {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 5%;
  }

  /* Contact */

  .form {
    display: flex;
    flex-direction: column;
    padding: 5%;
    gap: 20px;
  }

  .form-content {
    border-radius: 5px;
    width: 100%;
  }

  .map-container {
    width: 100%;
    height: auto;
  }

  main {
    display: block;
  }

  /* Footer */
  .footer {
    display: block;
    justify-content: center;
    gap: 1rem;
    padding: 5%;
    text-align: center;
  }

  .copyright {
    display: block;
    list-style: none;
  }

  .social-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 5px 0;
  }

  .social-icons img {
    height: 35px;
    width: 35px;
  }
}

@media (min-width: 1020px) {
  main {
    margin-top: 45px;
  }
}
