.section-produk {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url("../img/background/background.jpg");
  background-size: cover;
  background-color: #0e3579;
  background-position: 0% 92%;
  overflow: hidden;
}

.section-produk .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.section-produk .container .first-col .title-etira {
  font-size: 5rem;
  color: #f8c92f;
  font-weight: bold;
}

.section-produk .container .first-col .description {
  color: #ffffff;
  padding-right: 5rem;
  text-align: justify;
  padding-bottom: 2rem;
}

.section-produk .container .first-col .button-description {
  font-size: 1rem;
  color: white;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 1rem;
  border-radius: 20px;
  background-color: #C71F25;
}

.section-produk .container .first-col {
  width: 35%;
}
.section-produk .container .first-col .logo-section {
  width: 40%;
  height: auto;
  margin-bottom: 2rem;
}
.section-produk .container .first-col .logo-section img {
  width: 100%;
  height: auto;
}

.section-produk .container .second-col {
  width: 55%;
  position: relative;
  z-index: 0;
}

.section-produk .container .second-col .shadow-light{
  width: 100%;
  top: 0;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}


.section-produk .container .second-col .d-flex img {
  width: 100%;
}
.carousel-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.second-col .container .slider .owl-item.active.center .slider-card {
  transform: scale(1) translateY(10%);
  transform-origin: 50% 50%;
  opacity: 1;
  position: relative;
  z-index: 100;
  transform-origin: center center;
  transition: all 0.5s ease-in-out;
}
.second-col .container .slider .owl-item .slider-card {
  transform: scale(0.9) 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-left: 0rem;
  padding-right: 0rem;
}

.second-col .container .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}

.second-col .container .btn-prev {
  left: 0%;
}

.second-col .container .btn-next {
  right: 0%;
}

/* SM */
@media (min-width: 640px) {
  .section-produk {
    height: auto;
    min-height: auto;
  }
}

/* md */
@media (max-width: 820px) {
  .section-produk {
    height: auto;
    min-height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-image: url("../img/background/background.jpg");
    background-size: cover;
    background-position: 0% 92%;
    overflow: hidden;
  }

  .section-produk .container {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .section-produk .container .first-col {
    width: 100%;
    padding: 1.5rem;
  }

  .section-produk .container .second-col {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .second-col .container .slider {
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section-produk .container .first-col .description {
    color: #ffffff;
    padding-right: 0;
  }

  .shadow-black {
    position: absolute;
    bottom: -1rem;
    z-index: -1;
  }

  .section-produk .container .first-col .button-description {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-produk .container .first-col .title-etira {
    font-size: 3rem;
  }

  .carousel-container {
    margin-top: 0;
    padding-top: 2.5rem;
  }

  .carousel-wrapper {
    padding-bottom: 2rem;
  }
}

/* lg */
@media (min-width: 1024px) {
  .section-produk {
    padding-top: 0rem;
    border: none;
    padding-bottom: 0rem;
  }
}

/* xl */
@media (min-width: 1280px) {
  .section-produk {
    border: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* 2xl */
@media (min-width: 1536px) {
  .section-produk .container .first-col .title-etira {
    font-size: 7rem;
  }

  .section-produk .container .first-col .description {
    font-size: 1.3rem;
  }

}
