* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;

}

.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);

}
.hero-home .carousel-item video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.play-pause-btn {
  position: absolute;
  top: 8%;
  right: 5%;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
}
.section {
  transition: background 0.10s;
}
.carousel-item {
  transition: transform 2s 
}
.carousel-control-prev {
  left: 2px;

}

.carousel-control-next {
  right: 2px;

}

.navbar {
  transition: all 0.3s ease;
  font-size: 18px;
}

/* Responsive Navbar */
.navbar.shrink {
  padding: 5px 10px;
  font-size: 16px;
  background-color: #f8f9fa;
}

.navbar-brand img {
  height: 60px;
  transition: height 0.3s ease;
}

/* logo kecil saat di-scroll */
.navbar.shrink .navbar-brand img {
  height: 50px;
}

/*resize navbar di hp*/
.navbar2 {
  transition: all 0.3s ease;
  font-size: 18px;
}



.py-9 {
  padding-top: 9rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 1rem;
}

.py-7 {
  padding-top: 7rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
}



body {
  font-family: 'Poppins', sans-serif;
}

.nav-link {
  font-family: 'Poppins';
  font-weight: bold;
}


.nav-link:hover {
  font-family: 'Poppins';
  color: #57C756;
}

.hero {
  font-family: 'Poppins';
  background-color: #f4f4f4;
}

.bg-info {
  background-image: url("../images/bg-infoo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-rempah {
  background-image: url("../images/bg-rempah.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-kontak1 {
  width: 100%;
  height: 600px;
  background-image: url("../images/bg-kontak.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.bg-pesan {
  width: 100%;
  height: 600px;
  background-image: url("../images/bg-pesan.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.bg-daun {
  background-image: url("../images/bg-daun.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.produk1 h3 {
  font-size: 35px;
  font-family: 'Poppins';
  color: #333;
}

nav .nav-item .nav-link:active {
  color: #933E22 !important;
}

nav .nav-item .active-link {
  color: #933E22 !important;
}

.produk1 p {
  font-size: 22px;
  font-family: 'Poppins';
  color: #333;
}

.history h3 {
  font-size: 35px;
  font-family: 'Poppins';
  color: #333;
}


.history p {
  font-size: 24px;
  font-family: 'Poppins';
  color: #333;
  text-align: justify;
}

.product h5 {
  font-family: 'Poppins';
  color: #333;
  text-align: center;
}

.products h5 {
  font-family: 'Poppins';
  color: #333;
  text-align: center;
}

.about p {
  font-size: 24px;
  font-family: 'Poppins';
  color: #333;
  text-align: justify;
}

.kontak1 p {
  font-size: 26px;
  font-family: 'Poppins';
  color: #333;
}

.kontak2 p {
  font-size: 24px;
  font-family: 'Poppins';
  color: #333;
  text-align: justify;
}

.kontak2 h4 {
  font-size: 15px;
  font-family: 'Poppins';
  color: #333;
  text-align: center;
}

.kontak2 h3 {
  font-size: 26px;
  font-family: 'Poppins';
  color: #333;
  text-align: justify;
}

.product2 p {
  font-size: 22px;
  font-family: 'Poppins';
  color: #333;
  text-align: justify;
}

.card-body {
  font-size: 20px;
  font-family: 'Poppins';
  color: #333;
  text-align: left;
}

.shop h1 {
  font-size: 24px;
  font-family: 'Poppins';
  color: #333;
  text-align: justify;
}

.product2 h3 {
  font-size: 35px;
  font-family: 'Poppins';
  color: #333;
  font-weight: bold;
  text-align: left;
}

.product3 h5 {
  font-size: 25px;
  font-family: 'Poppins';
  color: #933E22;
  font-weight: bold;
  text-align: left;
}


.about ul {
  font-size: 24px;
  font-family: 'Poppins';
  color: #333;
  text-align: left;
}


.btn-success {
  font-family: 'Poppins';
  background-color: 57C756;
  border-color: 57C756;
}

footer {
  font-family: 'Poppins';
  background-color: #333;
  color: white;
  font-size: 18px;
  padding: 20px 0;
}

.pesan {
  font-family: 'Poppins';
  color: #333;
  font-size: 18px;
}

.form-group {
  font-family: 'Poppins';
  color: #333;
  font-size: 18px;
}

.footer-logo img {
  width: 100px;
  height: auto;
}

.hr-footer {
  height: 2px;
  background-color: #fff;
  border: none;
}

.hr-info {
  height: 4px;
  background-color: #933E22;
  border: none;
}

.health-info p {
  font-size: 23px;
  font-family: 'Poppins';
  color: #fff
}

.health-info h3 {
  font-size: 30px;
  font-family: 'Poppins';
  color: #933E22;
  font-weight: bold;
}

.text-with-line {
  display: flex;
  align-items: center;
  font-size: 35px;
  font-family: 'Poppins';
  font-weight: bold;
  color: #57C756;
}


.text-with-line span {
  margin-right: 15px;
  white-space: nowrap;
}

.text-with-line .line {
  flex-grow: 2;
  height: 3px;
  background-color: #57C756;
}


.line-text2 {
  display: flex;
  align-items: center;
  font-size: 35px;
  font-family: 'Poppins';
  font-weight: bold;
  color: #933E22;
}

.line-text2 hr {
  flex: 1;
  border: none;
  border-top: 3px solid #933E22;
  margin-left: 500px;
}

.line-text3 {
  display: flex;
  align-items: center;
  font-size: 35px;
  font-family: 'Poppins';
  font-weight: bold;
  color: #333;
}

.line-text3 hr {
  flex: 1;
  border: none;
  border-top: 3px solid #333;
  margin-left: 500px;
}



/* product */
.carousel-indicators li {
  background-color: #933E22;
  border-radius: 40%;
  height: 5px;

}

.card {
  border: none;
  border-radius: 10%;

}

/* Custom styles */
.carousel-vertical {
  max-height: 600px;
  overflow-y: auto;
}

.card img {
  border: none;
  border-radius: 10%;
  object-fit: cover;
}

.img-radius {
  border-radius: 12%;
}


/* Tombol scroll-up, hidden by default */
#scrollUpBtn {
  display: none;
  position: fixed;
  bottom: 315px;
  right: 10px;
  z-index: 2000;
  background-color: #933E22;
  color: white;
  border: none;
  padding: 8px;
  font-size: 8px;
}

#scrollUpBtn:hover {
  background-color: #57C756;
}

/* Fullscreen Loader */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Animasi Loading Logo */
#loader img {
  width: 100px;
  animation: spin 3s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Konten utama */
#content {
  padding: 20px;
}


/* Stylek container */

.image {
  width: 100%;
  display: block;
}

/* Overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-container {
  width: 300px;
  cursor: pointer;
}

/* Gaya modal untuk gambar full-screen */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal img {
  max-width: 90%;
  max-height: 90%;
  align-items: center;
  justify-content: center;
}

.form-asli {
  align-items: left;
  margin-left: 0%;
  max-width: 100%;
}

/* Teks di overlay */

.overlay h1 {
  font-size: 36px;
  font-family: 'Poppins';
  color: #fff;
  text-align: center;
}

.overlay a {
  font-size: 16px;
  font-family: 'Poppins';
  color: #fff;
}

/* hover zoom-img */
.card-img-container {
  overflow: hidden;
}

.zoom-image {
  transition: transform 0.3s ease;
  width: 100%;
}

.card-img-container:hover .zoom-image {
  transform: scale(2.2);
}

.overlay-container:hover .overlay {
  opacity: 1;
}


/* Title underline */
.title-container {
  text-align: center;
  color: #933E22;
}

.product h1 {
  font-size: 35px;
  font-family: 'Poppins';
  font-weight: bold;
}

.underline {
  width: 50%;
  height: 4px;
  background-color: #933E22;
  margin: 0 auto;
}


.responsive-image {
  width: 100%;
  height: auto;

}

.responsive-image1 {
  width: 100%;
  height: auto;

}


/* Responsive View (hp 767px) */
@media (max-width: 767px) {

  .text-with-line {
    font-size: 28px;

  }

  .play-pause-btn {
    position: absolute;
    top: 10%;
    right: 5%;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
  }

  .bg-kontak-hp {
    background-image: url("../images/daun-hp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .bg-office {
    background-image: url("../images/bg-office.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .bg-daun-produk {
    background-image: url("../images/daun-produk.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  /* Navbar kecil */
  .navbar2.shrink2 {
    padding: 2px 6px;
    font-size: 14px;
    background-color: #f8f9fa;
  }

  .text-with-line span {
    margin-right: 10px;
  }

  .responsive-image {
    max-width: 80%;
  }

  .responsive-image1 {
    max-width: 70%;
    margin-left: 50px;
  }


  .responsive-image2 {
    max-width: 10%;
  }

  .responsive-image3 {
    justify-content: center;
  }

  .responsive-image4 {
    max-width: 80%;
  }

  .responsive-frame {
    margin-left: 20px;
    max-width: 90%;
  }

  .responsive-form {
    margin-left: 20px;
    max-width: 70%;
  }

  .line-text {
    height: 3px;
  }

  .line-text2 {
    align-items: center;
    font-size: 28px;
  }


  .line-text2 hr {
    border-top: 2px;
    align-items: center;
    margin-right: 100px;
  }

  .line-text3 {
    align-items: center;
    font-size: 28px;
  }


  .line-text3 hr {
    border-top: 2px;
    align-items: center;
    margin-right: 100px;
  }
  
   .shop h1 {
    font-size: 15px;
  }

  .product h1 {
    font-size: 28px;
  }

  .history h3 {
    font-size: 25px;
  }

  .history p {
    font-size: 16px;
  }

  .health-info h3 {
    font-size: 28px;
  }

  .health-info p {
    font-size: 16px;
  }

  .about p {
    font-size: 16px;
  }

  .product2 p {
    font-size: 16px;

  }

  .pesan {
    font-size: 15px;
  }

  .form-group {
    font-size: 15px;
  }

  .card-body {
    font-size: 15px;
  }

  .about ul {
    font-size: 16px;
  }

  .overlay h1 {
    font-size: 16px;
  }

  .product h5 {
    font-size: 16px;
  }

  .products h5 {
    font-size: 16px;
    font-weight: bold;


  }

  .product2 h3 {
    font-size: 25px;
    text-align: center;
  }

  .carousel-indicators li {
    height: 3px;
  }

  .produk1 h3 {
    font-size: 28px;
  }

  .produk1 p {
    font-size: 16px;
  }

  .product3 h5 {
    font-size: 20px;
    text-align: left;
  }

  .produk1 {
    flex-direction: column;
    text-align: center;
  }

  .history {
    flex-direction: column;
    text-align: center;
  }

  .kontak1 p {
    font-size: 20px;
  }

  footer {
    font-size: 10px;
  }

  .kontak2 p {
    font-size: 16px;
  }

  .kontak2 h3 {
    font-size: 20px;
  }

  .kontak2 h4 {
    font-size: 12px;
    text-align: center;
  }


  .hero-home .carousel-item {
    height: 500px;
  }

  .hero-home .carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .hero-about .carousel-item {
    height: 500px;
  }

  .hero-about .carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .bg-rempah {
    height: 500px;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .custom-border {
    border-color: #333;
  }


}

/*Responsive View (ponsel kecil) */
@media (max-width: 480px) {
  .text-with-line {
    flex-direction: column;
    text-align: center;
  }

  .text-with-line .line {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;

  }

  .line-text2 {
    flex-direction: column;
    text-align: center;
  }

  .line-text2 hr {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;

  }

  .line-text3 {
    flex-direction: column;
    text-align: center;
  }

  .line-text3 hr {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;

  }

  .product h1 {
    flex-direction: column;
    text-align: center;
  }

}

/* Scrollbar Produk) */
.carousel-vertical::-webkit-scrollbar {
  width: 20px;
}

.carousel-vertical::-webkit-scrollbar-track {
  background: #d3d3d3;
}

.carousel-vertical::-webkit-scrollbar-thumb {
  background-color: #933E22;
  border-radius: 20px;
}

.carousel-vertical::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}


.carousel-vertical {
  scrollbar-color: #933E22 #d3d3d3;
  scrollbar-width: thin;

}