body {
  padding-top: 5px; 
}

body, .navbar, .nav-link, .navbar-brand {
  font-family: 'Poppins', sans-serif;
}

.my-navbar {
  background-color: #3D74B6 !important;
}

.navbar .nav-link {
  transition: border-bottom 0.3s ease-in-out;
  color: white !important;
}

.navbar .nav-link.active {
  border-bottom: 3px solid #EAC8A6;
  padding-bottom: 4px;
  color: #EAC8A6 !important;
  font-weight: bold;
}

.footer {
  background-color: #3D74B6 !important;
}

.carousel-item img {
  height: 90vh; 
  object-fit: cover; 
  object-position: center center;
}

/*@media (max-width: 576px) {*/
/*  .carousel-item img {*/
/*    height: 100vh;*/
/*  }*/
/*}*/

.carousel {
  margin-top: 70px; 
}

@media (max-width: 576px) {
  .carousel {
    margin-top: 0; 
  }
}

.gambar-hover-wrapper {
  position: relative;
  overflow: hidden;
  height: 300px; 
}

.galeri-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.deskripsi-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 0.9rem;
}

.gambar-hover-wrapper:hover .deskripsi-hover {
  opacity: 1;
}



@media (max-width: 768px) {
    .carousel-caption {
    font-size: 0.9rem;
    padding: 5px 10px;
  }
}