body {
  margin: 0;
}

/*color scheme*/

.star-color {
  color: #c1db00;
}

/* overlay biar teks jelas */
.hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

/* NAVBAR */
.custom-navbar {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0 10px;
}

.nav-wrapper {
  background: rgba(255, 255, 255, 0.049);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 10px 20px;
}

.navbar-brand {
  color: white !important;
  font-weight: bold;
}

/* MENU */
.nav-center .nav-link {
  padding: 8px 16px !important;
  border-radius: 20px !important;
  transition: 0.3s;
  color: #323232 !important;
  font-weight: 600;
}

.nav-center .nav-link.active {
  background: #c6e200;
  color: #456b27 !important;
}

.nav-center .nav-link:hover {
  background: #c6e200;
  color: #456b27 !important;
}

/* RIGHT */
.nav-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.notif {
  position: relative;
  color: white;
  font-size: 20px;
}

.notif .badge {
  position: absolute;
  top: -5px;
  right: -8px;
  font-size: 10px;
}

.btn-buy {
  background: #c6e200;
  border-radius: 20px;
  padding: 8px 16px;
  border: none;
  color: #456b27 !important;
  font-weight: 600;
}

.btn-shopee {
  background: #ff3b3b;
  border-radius: 20px;
  padding: 8px 16px;
  border: none;
  color: white !important;
  font-weight: 600;
}

.btn-tiktok {
  background: #000000;
  border-radius: 20px;
  padding: 8px 16px;
  border: none;
  color: white !important;
  font-weight: 600;
}

.btn-whatsapp {
  background: #25d366;
  border-radius: 20px;
  padding: 8px 16px;
  border: none;
  color: white !important;
  font-weight: 600;
}

/* MOBILE */
@media (max-width: 991px) {
  .nav-center {
    text-align: center;
    margin-top: 10px;
  }

  .nav-right {
    justify-content: center;
    margin-top: 10px;
  }

  .hero-info {
    margin-top: 35% !important;
  }

  .hero-info .tagline {
    text-align: center !important;
  }

  .hero-info .lead {
    text-align: center !important;
  }

  .hero-info-img {
    margin-top: 0% !important;
  }

  .btn-buy,
  .btn-shopee,
  .btn-tiktok {
    width: 100%;
  }

  .image-direction-info>* {
    display: none;
  }
}

.image-direction-info {
  display: block;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-info {
  margin-top: 18%;
}

.hero-info .tagline {
  text-align: left;
}

.hero-info .lead {
  text-align: left;
}

.hero-info-img {
  margin-top: 8%;
}

.img-clip-info {
  width: 35px;
  height: 35px;
  object-fit: cover;
  clip-path: circle(50% at 50% 50%);
}

.bagde-theme {
  background-color: #85d740 !important;
  color: white !important;
  border-radius: 10px;
  padding: 5px 10px;
}

.btn-buy:hover {
  background: #a9c000;
  color: #456b27 !important;
}

.btn-shopee:hover {
  background: #e63232;
  color: white !important;
}

.btn-tiktok:hover {
  background: #000000;
  color: white !important;
}

.btn-whatsapp:hover {
  background: #25d366;
  color: white !important;
}





.custom-accordion .accordion-item {
  border: none;
}

.custom-accordion .accordion-button {
  box-shadow: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
}

.custom-accordion .accordion-button::after {
  display: none;
  /* hilangkan icon default */
}

/* icon styling */
.custom-accordion .icon {
  font-size: 20px;
  font-weight: bold;
  width: 20px;
  text-align: center;
  transition: 0.3s;
}

/* ketika terbuka jadi minus */
.custom-accordion .accordion-button:not(.collapsed) .icon {
  content: "-";
}

.custom-accordion .accordion-button:not(.collapsed) .icon::before {
  content: "-";
}

/* default plus */
.custom-accordion .accordion-button.collapsed .icon::before {
  content: "+";
}

.theme-text {
  font-weight: 800;
  color: #4b7625 !important;
  text-shadow:
    -1.5px -1.5px 0 #d5e251,
    1.5px -1.5px 0 #d5e251,
    -1.5px 1.5px 0 #d5e251,
    1.5px 1.5px 0 #d5e251 !important;
}

.theme-text-clean {
  font-weight: 700;
  color: #4b7625 !important;
}

.theme-color {
  background-color: #80d63d !important;
}

.bg-theme-soft {
  height: 100%;
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
  background-color: #ddf3cc;
  background-blend-mode: overlay;
}

.bg-theme-strong {
  height: 100%;
  background-size: 500px;
  background-position: top;
  background-repeat: repeat;
  background-color: #80d63d;
  background-blend-mode: overlay;
}

.tagline-text {
  text-align: justify;
  padding-right: 20px;
  padding-left: 20px;
  text-align-last: center;
}

.emblem-theme {
  box-sizing: border-box;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  gap: 10px;

  background: radial-gradient(50% 50% at 50% 50%, #e5ec9d 0%, #d0df37 100%);
  border: 2px solid rgba(102, 112, 12, 0.3);
  border-radius: 1003px;
  max-width: 370px;

  flex: none;
  order: 2;
  flex-grow: 0;
  font-size: 25px;
  font-weight: 700;
  color: #4b7625 !important;
}

.box-theme {
  box-sizing: border-box;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 14px;
  gap: 12px;
  max-width: 320px;
  background: radial-gradient(50% 50% at 50% 50%, #e5ec9d 0%, #d0df37 100%);
  border: 2px solid rgba(102, 112, 12, 0.3);
  box-shadow: 0px 0px 18px #e5ec9d;
  border-radius: 13px;

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.landing-testimoni {
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  max-width: 300px;
  gap: 12px;
  background: #80d63d;
  border: 2px solid #7bc878;
  border-radius: 20px;

  flex: none;
  order: 4;
  flex-grow: 0;
  z-index: 4;
}


.testimoni-container {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 8px;
  scrollbar-color: #D0DF37 transparent;
  scrollbar-width: thin;
}

.testimoni-container>.testimoni-item {


  box-sizing: border-box;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 12px;
  max-width: 350px;
  background: radial-gradient(50% 50% at 50% 50%, #E5EC9D 0%, #D0DF37 100%);
  border: 2px solid rgba(102, 112, 12, 0.3);
  box-shadow: 0px 0px 13px #E5EC9D;
  border-radius: 24px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;

}