@font-face {
  font-family: pontiac;
  src: url("/assets/font/pontiac.otf");
}

@font-face {
  font-family: aw;
  src: url("/assets/font/aw.ttf");
}

@font-face {
  font-family: p1;
  src: url("/assets/font/p1.otf");
}

.judul {
  font-family: pontiac;
  text-align: center;
}

.col {
  overflow: hidden;
  position: relative;
}

hr.rounded {
  border-top: 8px solid #906126;
  border-radius: 5px;
}

.bok:hover img {
  transform: scale(1.1);
}

.col5 {
  justify-content: center;
  display: flex;
}

.footer {
  height: 500px;
}

.textfooter {
  text-align: center;
  color: white;
  font-family: p1;
}
.textfooter1 {
  text-align: center;
  color: white;
  font-family: aw;
  font-size: 30px;
  font-weight: bold;
}
.textfooter2 {
  color: white;
  font-family: aw;
  text-align: justify;
  font-size: 18px;
}
.textfooter3 {
  color: white;
  font-family: aw;
  font-size: 18px;
  text-align: justify;
  display: flex;
}

.col .caption {
  opacity: 0;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-family: pontiac;
  font-weight: bold;
  color: white;
  transition: all 300ms ease-in-out;
}

.col:hover img {
  transform: scale(1.08);
}

.col:hover .caption {
  opacity: 1;
}

.col .card-img-top {
  object-fit: cover;
  transition: all 300ms ease-in-out;
}

.atas {
  font-family: pontiac;
}

.desk {
  font-family: aw;
  text-align: center;
  text-align: justify;
}

.home {
  position: relative;
  width: 75%;
  height: 75%;
}

.navbar {
  justify-content: center;
  width: 100%;
  height: 75px;
  background-color: white;
}

.carousel-indicators {
  position: center;
}

.carousel-caption {
  color: black;
}

@media (max-width: 576px) {
  html {
    width: 100%;
    font-size: 90%;
  }
  .map .container {
    width: 100%;
  }
  .maping {
    width: 350px;
    height: 200px;
  }
}
