/* Navbar */
.navbar {
  position: relative;
  z-index: 10;
}
.navbar-brand {
  font-family: Viga;
  font-size: 20px;
}

/* Jumbotron */
.jumbomain {
  background-image: url(../img/jumbotron-smpn6.jpg);
  background-size: cover;
  height: 450px;
  position: relative;
}

.jumbomain .container {
  position: relative;
  z-index: 1;
}

.jumbomain::after {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
}

.jumbomain .display-4 {
  color: yellow;
  text-align: center;
  padding-top: 150px;
  font-weight: 200;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  font-size: 62;
}

.jumbomain .display-4 span {
  font-weight: 500;
  color: white;
}

.contain-high {
  margin-top: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
}

.contain-high h4 {
  color: #666666;
}

#carouselMain::after {
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
}
.carousel-cap-high {
  z-index: 10;
}

/* Info Panel */
.info-panel {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
  border-radius: 12px;
  margin-top: -50px;
  background-color: white;
  position: relative;
  padding: 20px;
}

.info-panel img {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

.info-panel h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5px;
}

.info-panel p {
  font-size: 14px;
  color: #acacac;
  margin-top: -5px;
  font-weight: 300;
}

.info-panel a {
  text-decoration: none;
  color: #666666;
}

.info-panel a:hover {
  color: blueviolet;
}

/* Content */
.content {
  margin-top: 20px;
}

/* Box Content */
.box-content {
  margin-bottom: 30px;
  padding-top: 10px;
  color: #666666;
}
.box-content h4 {
  color: black;
  text-transform: uppercase;
  font-size: 20px;
}

.box-content span {
  font-weight: bold;
}

/* Image Hover Zoom */
/* [1] The container */
.img-hover-zoom {
  height: 150px; /* [1.1] Set it as per your need */
  width: 150px;
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  margin: 5px 5px;
  float: left;
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  height: 150px;
  width: 150px;
  transition: transform 0.5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
  cursor: pointer;
}

/* Box Kanan */
.box-kanan {
  color: #666666;
}

.box-kanan h4 {
  color: dodgerblue;
  font-size: 20px;
}

/* back to top button */
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10;
  display: none;
}

/* FOOTER */
.footer {
  margin-top: 100px;
}
.footer p {
  color: #acacac;
  font-size: 12px;
}

/* CarouselGTK */
.carousel-contain {
  background-color: #212529;
  color: white;
}

.txtshade {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.nmgtk {
  text-transform: uppercase;
  font-weight: bold;
}

.nmmapel {
  text-transform: capitalize;
}

.thumb-berita {
  overflow: hidden;
}
.thumb-berita img {
  width: 100%;
}

.prev-berita {
  margin-top: 5px;
}

.prev-berita h4 {
  font-size: 18px;
  font-weight: bold;
}
.prev-berita a {
  color: black;
  text-decoration: none;
}
.prev-berita a:hover {
  color: blueviolet;
}

.berita {
  margin-bottom: 10px;
}

#btn-back-to-top {
  opacity: 0.7;
}
/* DESKTOP VERSION */
@media (min-width: 992px) {
  .nav-link {
    text-transform: uppercase;
  }

  .navbar-brand,
  .nav-link {
    color: white !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  }

  .navbar-brand {
    font-size: 30px;
  }

  .nav-link:not(.dropdown-toggle):hover::after {
    content: "";
    display: block;
    border-bottom: 3px solid red;
    width: 50%;
    margin: auto;
    padding-bottom: 5px;
    margin-bottom: -8px;
  }

  .jumbotron {
    margin-top: -75px;
  }

  .thumb-berita {
    width: 220px;
    height: 130px;
    overflow: hidden;
  }
} /* akhir desktop version */
