html,
body {
  scroll-behavior: smooth;
}

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

.hero-section {
  position: relative;
  height: 100vh;
  background: url(../img/sekolah.jpg) 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%;
}

@media (max-width: 767.98px) {
  .logo-sekolah {
    width: 60% !important;
  }
}

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

.bi-lightbulb:hover {
  color: #ffd700;
  transition: color 0.3s ease;
}

.bi-people:hover {
  color: #00bfff;
  transition: color 0.3s ease;
}

.bi-bullseye:hover {
  color: #32cd32;
  transition: color 0.3s ease;
}

.img-fasilitas {
  height: 12.5rem;
  object-fit: cover;
}

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

.img-bg-shadow {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 20%,
    rgba(0, 0, 0, 0.2) 80%
  );
}

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

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

.text-link {
  color: #000000;
  text-decoration: none;
}

.text-link:hover {
  color: #007bff;
  text-decoration: underline;
}
