@media (min-width: 2561px) {
  .home-content h1 {
    font-size: 56px;
  }
  main section .home-image .circle-logo img {
    height: 400px;
    width: 400px;
  }
  .circle-logo {
    width: 400px;
    height: 400px;
  }
}

@media (min-width: 1440px) {
  .home-content h1 {
    font-size: 56px;
  }
  main section .home-image .circle-logo img {
    height: 400px;
    width: 400px;
  }
  .circle-logo {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1199px) {
  .home {
    padding: 60px 50px;
  }

  .home-content h1 {
    font-size: 42px;
  }
  main section .home-image .circle-logo img {
    height: 320px;
    width: 320px;
  }
  .circle-logo {
    width: 320px;
    height: 320px;
  }

  .accordion-wrapper {
    height: 320px;
  }
}

@media (max-width: 991px) {
  .home {
    flex-direction: column;
    padding: 40px 30px;
    text-align: center;
  }

  main section .home-image .circle-logo img {
    height: 280px;
    width: 280px;
  }
  .circle-logo {
    width: 250px;
    height: 250px;
  }

  .home-content {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .home-content h1 {
    font-size: 36px;
  }

  .home-content p {
    font-size: 15px;
  }

  .circle-logo {
    width: 280px;
    height: 280px;
  }

  .accordion-wrapper {
    height: 280px;
  }

  section.contact {
    padding: 40px 40px;
  }

  section.contact .container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  section.contact .information {
    align-items: center;
    text-align: center;
  }

  section.contact .information p {
    text-align: center;
  }

  .pengelola {
    padding: 60px 20px 150px 20px;
  }
}

@media (max-width: 768px) {
  .home {
    flex-direction: column-reverse; 
    padding: 40px 20px;
    text-align: center;
    gap: 30px;
  }
  .home-content {
    max-width: 100%;
  }

  .home-content h1 {
    font-size: 28px;
  }

  .home-image .circle-logo {
    width: 220px;
    height: 220px;
  }

  .home-image .circle-logo img {
    height: 200px;
    width: 220px !important;
    margin-bottom: 5px;
  }
}

@media (max-width: 425px) {
  .home {
    flex-direction: column-reverse;
    padding: 40px 20px;
    text-align: center;
    gap: 30px;
  }

  .home-content {
    max-width: 100%;
  }

  .home-content h1 {
    font-size: 28px;
  }

  .home-image .circle-logo {
    width: 220px;
    height: 220px;
  }

  .home-image .circle-logo img {
    height: 200px;
    width: 220px !important;
    margin-bottom: 5px;
  }
}

@media (max-width: 390px) {
  .home {
    flex-direction: column-reverse;
    padding: 40px 20px;
    text-align: center;
    gap: 30px;
  }

  .home-content h1 {
    font-size: 26px;
  }

  .home-content p {
    font-size: 14px;
  }

  .shop-now {
    padding: 12px 25px;
    font-size: 14px;
  }

  .home-image .circle-logo {
    width: 220px;
    height: 220px;
  }

  .home-image .circle-logo img {
    width: 220px !important;
    height: 220px !important;
  }

  .carousel-container {
    width: 100%;
  }

  .accordion-wrapper {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 1rem;
  }
  .produk {
    margin-top: -50px;
  }
  details {
    flex: unset !important;
    height: 80px;
    transition: 1s;
  }
  details:hover {
    height: 200px;
  }

  details summary img {
    object-fit: cover;
  }

  .carousel-track {
    width: 300%;
  }

  .carousel-nav label {
    width: 10px;
    height: 10px;
  }

  .pengelola .container {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
  }

  .pengelola .card {
    width: 80%;
  }

  section.contact {
    padding: 30px 20px;
  }

  section.contact .container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .form form input,
  .form form textarea {
    width: 100%;
  }
}
