/* ================= TABLET ================= */
@media (max-width: 991px) {

  /* NAVBAR */
  .navbar-brand {
    font-size: 16px;
  }

  .navbar-nav .nav-link {
    font-size: 14px;
    padding: 6px 10px;
  }

  .nav-action {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .nav-action .btn {
    width: 100%;
    font-size: 14px;
    padding: 6px 0;
  }

  /* HERO */
  .hero-content {
    margin-left: 0;
    padding-top: 160px;
    max-width: 100%;
  }

  .hero-content h1 {
    font-size: 42px;
    line-height: 54px;
  }

  /* SEARCH */
  #search h2 {
    font-size: 38px;
    line-height: 48px;
  }

  #search p {
    font-size: 18px;
    max-width: 90%;
  }

  .input-cari {
    flex-wrap: wrap;
    height: auto;
  }

  .input-cari .form-control,
  .input-cari .button-primary {
    width: 100%;
    height: 60px;
    font-size: 15px;
  }

  /* REKOMENDASI */
  #rekomendasi .col-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* FITUR */
  #Fitur .col-12.d-flex {
    overflow-x: auto;
    padding-bottom: 16px;
  }

  .card-fitur {
    min-width: 260px;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 576px) {

  /* NAVBAR */
  .navbar {
    padding: 8px 0;
  }

  .navbar-brand {
    font-size: 15px;
  }

  .navbar-brand img {
    width: 22px;
  }

  .navbar-nav {
    text-align: center;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .nav-link {
    font-size: 13px;
    padding: 6px 0;
    text-align: center;
  }

  /* HERO */
  .hero-content {
    padding-top: 140px;
    text-align: left;
  }

  .hero-content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-content p {
    font-size: 15px;
  }

  /* SEARCH */
  #search {
    padding: 60px 0;
  }

  #search h2 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }

  #search p {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }

  /* INPUT */
  .input-cari .form-control,
  .input-cari .button-primary {
    height: 54px;
    font-size: 14px;
  }

  /* REKOMENDASI */
  .gallery-item img {
    height: 180px;
  }

  #rekomendasi .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* FITUR */
  #Fitur h2 {
    font-size: 30px;
    text-align: center;
  }

  .button-fitur {
    width: 100%;
    height: 52px;
    font-size: 15px;
  }

  /* CONTACT */
  #Contact h3 {
    font-size: 26px;
    line-height: 38px;
    text-align: center;
  }

  /* FOOTER FIX */
  footer {
    text-align: center;
  }

  footer .container,
  footer .row,
  footer [class^="col"] {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  footer ul {
    padding-left: 0;
    display: flex;
    justify-content: center;
    gap: 12px;
  }
}
