.section-detail-produk {
  min-height: 102vh;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 0;
  padding-top: 2rem;
  position: relative;
  background-color: #0e3579;
}

.section-detail-produk .accentDetailProduk {
  width: 30%;
  height: auto;
  position: absolute;
  right: -10%;
  bottom: 0;
  transform: rotate(-10deg);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}

.imgAccentDetailProduk{
  width: 100%;
  height: auto;
}

.light {
  position: absolute;
  height: 100%;
  z-index: 0;
  cursor: auto;
  top: 0;
  left: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shadowbg {
  position: absolute;
  bottom: -6rem;
  left: -9rem;
  border: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: -0;
}

.section-detail-produk .container-detail {
  display: grid;
  justify-content: center;
  padding-top: 0rem;
  align-items: center;
  grid-template-columns: 2fr 4fr;
}

.section-detail-produk .container-detail .grid-2 .title-produk {
  color: white;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 9;
}

.section-detail-produk .container-detail .grid-2 p {
  color: white;
  text-align: justify;
  line-height: 1.7;
  z-index: 99;
}
.link-video {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  height: fit-content;
  border-radius: 4rem;
  width: fit-content;
  color: #0e3579;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fbc800;
  font-weight: 700;
}

.link-video:hover {
  background-color: #5B98B9;
  color: white;
  font-weight: 700;
}

.section-detail-produk .container-detail .grid-2 h4 {
  color: #fbc800;
  font-weight: 700;
  line-height: 1;
  z-index: 99;
}

.section-detail-produk .container-detail .grid-2 .btn-detail-produk {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  align-items: center;
}
.section-detail-produk .container-detail .grid-2 .btn-detail-produk .btn-beli {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  color: white;
  align-items: center;
}

.section-detail-produk .container-detail .grid-2 {
  display: flex;
  flex-direction: column;
  position: relative;
}

.section-detail-produk .container-detail .grid-1 .img-produk {
  width: 90%;
  height: auto;
  z-index: 9;
}
.section-detail-produk .container-detail .grid-1 {
  position: relative;
  z-index: 0;
}

/* Khusus Footer */
.section-detail-produk .bg-footer {
  width: 100%;
  position: absolute;
  bottom: -1rem;
  z-index: -1;
}

.section-detail-produk .bg-footer .icons-footer {
  width: 100%;
}

.title-produk-sm {
  display: none;
}

/* SM */
@media (min-width: 640px) {
}

/* md */
@media (max-width: 768px) {
  .section-detail-produk .container-detail {
    display: grid;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    justify-content: center;
    padding-top: 5rem;
    align-items: start;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .title-produk {
    display: block;
    text-align: center;
    font-size: 1.5rem;
  }

  .size-produk {
    text-align: center;
  }

  .section-detail-produk .container-detail .grid-1 {
    grid-row: 1;
  }

  .section-detail-produk .container-detail .grid-2 {
    grid-row: 2;
    display: flex;
    flex-direction: column;
  }

  .section-detail-produk .container-detail .grid-2 .title-produk {
    font-size: 2rem;
    text-align: center;
  }

  .section-detail-produk .light {
    display: none;
  }

  .section-detail-produk .container-detail .grid-1 .img-produk {
    width: 100%;
    padding-right: 3rem;
    padding-left: 3rem;
    margin: auto;
    align-self: center;
  }

  .shadowbg {
    position: absolute;
    width: 100%;
    bottom: -2rem;
    left: 0rem;
    border: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: -0;
  }

  .title-produk-sm {
    display: block;
    color: white;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase;
  }

  .section-detail-produk .bg-footer {
    bottom: 0;
  }

  .section-detail-produk .accentDetailProduk {
    width: 80%;
    height: auto;
    position: absolute;
    right: -10%;
    bottom: 20%;
    transform: rotate(-10deg);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  }

}

/* lg */
@media (min-width: 1024px) {
}

/* xl */
@media (min-width: 1280px) {
  .section-detail-produk .container-detail .grid-1 .title-produk {
    font-size: 2rem;
  }
}

/* 2xl */
@media (min-width: 1536px) {
  .section-detail-produk .container-detail .grid-1 .title-produk {
    font-size: 3rem;
  }
}
