@media screen and (min-width: 1024px) {
  .nav-item {
    display: block;
  }

  .fa-bars {
    margin-left: 400px;
    display: none;
  }

}

@media screen and (max-width: 1024px) {
  .header-wrapper {
    padding: 0.8rem;
  }

  .brand-name {
    font-size: 1.8rem;
  }


  .navigation {
    gap: 1rem;
  }

  .nav-link {
    font-size: 0.9rem;
    padding: 0.5rem;
  }

  .cta-button {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }

  .brand-name {
    font-size: 1.8rem;
  }

  .nav-item {
    display: none;
  }

  .nav-item2 {
    display: block;
  }

  .hero-section {
    grid-template-columns: 1fr;
    padding: 2rem 0;
    text-align: center;
  }

  .hero-content {
    align-items: center;
  }

  .fa-bars {
    margin-left: 300px;
    display: block;
  }

  .nav-item2 {
    display: block;
  }

  /* About section styles */
  .about-section {
    padding: 3rem 1.5rem;
  }

  .about-title {
    font-size: 2.5rem;
  }

  .about-text {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 768px) {
  .header {
    position: relative;
  } .fa-bars {
    margin-left: 150px;
  }

  .brand-logo {
    gap: 0.5rem;
  }

  .brand-name {
    font-size: 1.5rem;
  }

  /* About section styles */
  .about-section {
    flex-direction: column;
    gap: 2rem;
  }

  .gallery-grid,
  .about-content {
    width: 100%;
    padding: 1rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-item:first-child,
  .gallery-item:last-child {
    grid-column: auto;
    grid-row: auto;
  }

  .about-title {
    font-size: 2rem;
    justify-content: center;
  }

  .about-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .about-text {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .fa-bars {
    margin-left: 100px;
  }

  .brand-logo img {
    width: 30px;
  }

  .brand-name {
    font-size: 1.2rem;
  }

  .submenu2 {
    width: 70%;
  }

  .hero-visual img,
  .gallery-item img {
    display: none;
  }

  .hero-heading {
    font-size: 2rem;
  }

  .hero-description {
    font-size: 1.1rem;
  }
}