html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
}

.hero-section {
  position: relative;
  height: 100vh;
  background: url(../img/jurusan-dkv.avif) no-repeat center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.hero-section .container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.text-justify {
  text-align: justify;
}

.img-shadow-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 20%,
    rgba(0, 0, 0, 0.2) 80%
  );
}

.img-rpl {
  height: 25.5rem;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .scale-up:hover {
    transform: scale(1.05);
  }

  .scale-up {
    transition: transform 0.3s;
  }
}
