html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.container, .container-fluid {
  overflow-x: hidden;
}

#menuScroll {
  white-space: nowrap;
}

#menuScroll .nav-link {
  flex: 0 0 auto;
  padding: 10px 15px;
}

.nav-link {
  transition: 0.3s;
}

.nav-link:hover {
  color: #0d6efd !important;
}

#btnTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 999;
}

section {
  min-height: 100vh;
  padding: 100px 20px;
  scroll-margin-top: 80px;
}

.nav-link.active {
  color: #0d6efd !important;
  font-weight: bold;
  border-bottom: 2px solid #0d6efd;
}

#home .swiper-slide img {
  filter: brightness(70%);
}

#home h2 {
  font-size: 2rem;
  font-weight: bold;
}

#home p {
  font-size: 1rem;
}

#home .btn {
  margin-top: 10px;
}
#promo .card {
  transition: 0.3s;
}

#promo .card:hover {
  transform: translateY(-5px);
}

#promo h4 {
  color: red;
  font-weight: bold;
}

#ide-masak .card {
  transition: 0.3s;
}

#ide-masak .card:hover {
  transform: scale(1.03);
}

#ide-masak h5 {
  font-weight: bold;
}

#testimoni .card {
  border-radius: 15px;
}

#testimoni img {
  border: 3px solid #0d6efd;
}

#siap-saji .card {
  transition: 0.3s;
}

#siap-saji .card:hover {
  transform: translateY(-5px);
}

#siap-saji h6 {
  color: #198754;
  font-weight: bold;
}

#pembayaran .card {
  transition: 0.3s;
  border-radius: 10px;
}

#pembayaran .card:hover {
  transform: translateY(-5px);
}

#pembayaran img {
  filter: grayscale(20%);
}

#tutorial .accordion-button {
  font-weight: bold;
}

#tutorial .accordion-item {
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

#toko img {
  object-fit: cover;
  height: 100%;
}

#toko .btn {
  margin-right: 5px;
}
