.home__hero {
  height: 100vh;
  width: 100%;
  background-image: url("../../assets/img/Hero/Hero_01.webp");
  background-color: rgba(0,0,0,0.65);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}

.play__video {
  font-size: 90px;
  color: #eee;
}

* {
  font-family: 'Convergence' !important;
}

.navbar-brand:focus, .navbar-brand:hover {
  color: var(--bs-light);
}

.popup__close:link, .popup__close:visited {
  position: absolute;
  top: 0;
  right: 5%;
  text-decoration: none;
  font-size: 70px;
  display: inline-block;
  line-height: 1;
  transition: all .3s;
}

.text__1 {
  color: #158cf7;
}

.text__2 {
  color: #fca726;
}

.explore_us {
  color: #158cf7;
  border-color: #158cf7;
}

.explore_us:hover {
  background-color: #158cf7;
  color: #ffffff;
}

.kontak {
  background-color: #fbc330;
  color: #ffffff;
}

.kontak:hover {
  color: #fbc330;
  border-color: #fbc330;
}

.bs-icon.bs-icon-primary {
  color: #000000;
  background: #fbc330;
}

.visi h2, .mission h2, .feature h2, .tim h2 {
  font-size: 2.5rem;
}

.visi p {
  font-size: x-large;
}

footer.maju {
  z-index: 1030;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-sm > :not(caption) > * > * {
  padding: .25rem .25rem;
}

.y-tengah {
  position: relative;
  top: 50%;
  transform: translate(0,-50%);
}

.h75 {
  height: 75vh;
}

.background-none {
  background-image: none;
}

