.arrow button:hover {
  background-color: #d8eae3;
}

.info span {
  font-size: 12px;
}

.unggulan img {
  max-height: 6rem;
}

.paging button:hover {
  background-color: #d8eae3;
}

.produk img {
  max-width: 25rem;
  max-height: 10rem;
}

.produk h6 {
  text-align: center;
}

.produk:hover {
  transform: translateY(-10px);
}

a {
  text-decoration: none;
  color: #000;
}

.catalog {
  grid-template-columns: repeat(3, 1fr);
}

.tkdn {
  position: absolute;
  width: 4rem;
}

.detail-tkdn {
  position: absolute;
  width: 6rem;
  margin-top: 2rem;
}

.layanan img {
  max-width: 15rem;
}

.brand {
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.brand img {
  max-width: 10rem;
}

.footer {
  background-color: #00a2e9;
  color: #fff;
}

.secondary {
  background-color: #d8eae3;
}

.form-select {
  width: 20rem;
}

.slides img {
  max-width: 30rem;
  min-width: 20rem;
}

.detail p {
  margin-bottom: 0;
  font-weight: 500;
}

.thumbnail img {
  width: 8rem;
}

.slides {
  margin-top: 2rem;
  display: none;
}

.cursor {
  cursor: pointer;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.profile img {
  max-width: 100%;
}

.intro p {
  font-size: 1.2rem;
  text-indent: 2rem;
  text-align: justify;
  font-weight: 500;
}

.visi {
  font-size: 1.2rem;
  text-align: justify;
  font-weight: 500;
}

.misi li {
 font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.kontak span {
  color: #fff;
}

.primary {
  background-color: #48a3da;
  color: #fff;
}

.primary:hover {
  border: 2px solid;
  border-color: #48a3da;
  color: #48a3da;
}

.sec-btn {
  border: 2px solid;
  border-color: #48a3da;
  color: #48a3da;
}

.sec-btn:hover {
  background-color: #48a3da;
  color: #fff;
}

.circle-icon {
  background: #ffc0c0;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  padding: 30px;
}

.icon-background {
  color: #00a2e9;
}

.carousel-indicators {
  filter: invert(100%);
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.btn.disabled {
  border-color: #fff !important;
}

.menu {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.navbar-brand img {
  width: 10rem;
}

.cari {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
}

#search {
  padding-left: 5rem;
  padding-right: 5rem;
}

.result {
  padding-left: 5rem;
  background-color: #fff;
}

.result li {
  list-style-type: none;
}

.prod-res:hover {
  color: #00a2e9;
}

.result img {
  height: 4rem;
}

.layanan h3 {
  color: #666666 !important;
}

.blog h3 {
  color: #666666 !important;
}

.blog-content img {
  width: 18rem;
  height: 13rem;
}

.blog-content a:hover {
  color: #00a2e9;
  font-weight: bolder;
}

.blog-content {
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.ulasan img {
  width: 13rem;
  height: 13rem;
}

.warehouse {
    display: none !important;
}

@media (max-width: 768px) {
  .prod-unggulan {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .catalog {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem !important;
  }

  .layanan {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .layanan img {
    width: 5rem;
  }

  .brand-img {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1rem;
    justify-items: center;
  }

  .brand img {
    max-width: 8rem;
  }

  .produk img {
    max-width: 10rem;
    max-height: 7rem;
  }

  .footer {
    padding: 1rem !important;
  }

  .upper,
  .lower {
    display: grid !important;
    gap: 1rem !important;
  }

  .intro,
  .goals {
    width: 100%;
    order: 2;
    margin-top: 0 !important;
  }

  .card-contact {
    display: grid !important;
  }

  #footer {
    height: 0.1rem;
    position: relative;
    margin-top: 2rem;
  }

  .ecommerce img {
    width: 7rem;
  }

  .menu {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .navbar-brand img {
    width: 7rem;
  }

  #search-icon {
    display: none;
  }

  .blog-head {
    row-gap: 2rem;
  }

  .blog-content img {
    width: 10rem;
    height: 7rem;
  }

  .blog-content h5,
  span {
    font-size: smaller;
  }

  .blog-content {
    gap: 1rem;
  }

  .ulasan img {
    width: 10rem;
    height: 10rem;
  }

  .ulasan p {
    font-size: 1rem !important;
  }
  
  .intro p {
    font-size: 1rem;
  }

  .visi {
    font-size: 1rem;
  }

  .misi li {
    font-size: 1rem;
  }
}
