.section-produk-second {
  height: auto;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0e3579;
  overflow: hidden;
  background-size: cover;
  background-position: 0% 92%;
  position: relative;
  z-index: 0;
}

.section-produk-second .light {
  position: absolute;
  height: 100%;
  z-index: -99;
}

.section-produk-second .d-flex .title-produk {
  color: white;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: bold;
}

.section-produk-second .container .slider .owl-carousel .slider-card .d-flex {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.section-produk-second .container .slider .btn-detail {
  padding-bottom: 1rem;
  padding-left: 5rem;
  padding-right: 5rem;
  border-radius: 2rem;
  color: white;
  position: relative;
  display: none;
  backdrop-filter: blur(8px);
  font-size: 32px;
  font-weight: 800;
  display: block;
}

.icons-produk {
  width: auto;
  height: 4rem;
}

.owl-item {
  transition: opacity 0.5s ease-in-out;
}

.owl-item.active {
  opacity: 1;
  pointer-events: all;
}

.owl-item:not(.active) {
  opacity: 0;
  pointer-events: none;
}

.slider {
  position: relative;
  width: 80%;
  margin: auto;
  overflow: hidden;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider .owl-item {
  position: relative;
  z-index: 1;
  transition: z-index 0.3s, transform 0.5s;
}

.slider .owl-item.active.center {
  z-index: 99;
}

.slider .owl-item.active.center .slider-card {
  transform: scale(1.1) translateY(5%);
  transform-origin: 50% 50%;
  opacity: 1;
  position: relative;
  z-index: 100;
  transform-origin: center center;
  transition: all 0.5s ease-in-out;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.slider .owl-item .slider-card {
  transform: scale(1) translateY(0%);
  transform-origin: 50% 50%;
  opacity: 1;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
  transition: all 0.5s ease-in-out;
  padding-top: 2rem;
  padding-bottom: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn-prev,
.btn-next {
  background-color: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  font-size: 1.5rem;
  top: 45%;
  transform: translateY(-50%) scale(1.4);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-prev {
  left: 15%;
}

.btn-next {
  right: 15%;
}

.accent {
  width: 20%;
  padding-top: 3rem;
}

.high-percent {
  font-size: 72px;
  font-weight: bold;
  color: #fbc800;
  line-height: 0.5;
}
.low-percent {
  font-size: 46px;
  font-weight: bold;
  color: white;
  line-height: 1;
}
.low-desc {
  font-size: 24px;
  font-weight: bold;
  color: white;
  line-height: 1;
}

.accent-all-produk {
  position: absolute;
  top: 2.7rem;
  left: 3%;
}
.accent2-all-produk {
  position: absolute;
  top: 13%;
  left: 25%;
}

.desc-all-produk-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 6rem;
}

.desc-all-produk-section .first-col-all-produk,
.desc-all-produk-section .second-col-all-produk {
  width: 50%;
}

.desc-all-produk-section .first-col-all-produk,
.desc-all-produk-section .second-col-all-produk p {
  color: white;
  text-align: justify;
  line-height: 1.7;
}

.btn-terlaris {
  background-color: #C71F25;
  color: white;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  font-weight: 700;
  border-radius: 3rem;
  margin: auto;
  margin-top: 3rem;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  transition: transform 0.3s ease, background-color 0.3s ease !important;
}

.btn-terlaris:hover {
  cursor: pointer;
  color: white;
  background-color: #5B98B9;
  transform: scale(1.1) !important;
}


/* SM */
@media (min-width: 640px) {
}

/* IPAD AIR, PRO POTRAIT */
@media (max-width: 1024px) {
  .section-produk-second {
    height: auto;
    min-height: auto;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* md */
@media (max-width: 768px) {
  .section-produk-second {
    height: auto;
    min-height: auto;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .slider-card {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .icons-produk {
    width: auto;
    height: 3rem;
  }

  .section-produk-second .container .slider .btn-detail {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 0rem;
    margin-top: 0rem;
    text-align: center;
    font-size: 1rem;
  }

  .btn-prev {
    left: 25%;
    top: 30%;
  }

  .btn-next {
    right: 25%;
    top: 30%;
  }

  .section-produk-second .container {
    padding: 0%;
    margin: 0%;
  }

  .section-produk-second .bg-jamur {
    display: none;
  }

  .accent {
    width: 75%;
    padding-top: 1rem;
  }

  .section-produk-second .container .slider .owl-carousel {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
  }

  .high-percent {
    font-size: 46px;
    text-align: center;
    margin-bottom: 1rem;
  }

  .low-percent {
    font-size: 28px;
  }
  .low-desc {
    font-size: 18px;
  }

  .accent-all-produk {
    position: absolute;
    top: 2.7rem;
    left: 3%;
  }
  .accent2-all-produk {
    position: absolute;
    top: 0%;
    right: 0 !important;
    width: 100%;
  }

  .slider .owl-item.active.center .slider-card {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }

  .slider .owl-item .slider-card {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .desc-all-produk-section {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 2rem;
  }

  .desc-all-produk-section .first-col-all-produk,
  .desc-all-produk-section .second-col-all-produk {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .btn-terlaris {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 3rem;
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .section-produk-second .bg-jamur {
    width: 15%;
  }

  .section-produk-second {
    height: auto;
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* xl */
@media (min-width: 1280px) {
  .section-produk-second {
    height: auto;
    min-height: 100vh;
  }

  .section-produk-second {
    padding-top: 6.8rem;
  }

  .section-produk-second .d-flex .title-produk {
    font-size: 3rem;
    padding-bottom: 0;
  }

  .icons-produk {
    height: 3rem;
    width: auto;
  }

  .section-produk-second .container .slider .btn-detail {
    margin: 0rem;
  }
}

/* 2xl */
@media (min-width: 1536px) {
  .section-produk-second .bg-jamur {
    width: 20%;
  }

  .section-produk-second {
    padding-top: 6rem;
  }

  .icons-produk {
    height: 5rem;
    width: auto;
  }

  .section-produk-second .d-flex .title-produk {
    font-size: 5rem;
    padding-bottom: 0;
  }

  .slider-card {
    margin-bottom: 20px;
  }
}
