/* Font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

* {
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
   # Header
   --------------------------------------------------------------*/
.hero {
  color: #ba68c8;
  font-weight: bold;
}

.btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #ba68c8;
  /* box-shadow: 0 8px 28px rgba(192, 2, 167, 0.45); */
}

.btn-get-started:hover {
  /* background: #fff; */
  color: #fff;
  box-shadow: 0 4px 14px rgba(192, 2, 167, 0.45);
}


.bukusaku-text {
  font-weight: 600;
  font-size: 26px;
  font-family: "Source Serif Pro";
}

.bukusaku-logo {
  width: 50px;
}

.J1 {
  font-size: 59px;
  font-family: "Red Hat Display";
  font-weight: 900;
}

/*--------------------------------------------------------------
   # RESOLUSI
   --------------------------------------------------------------*/

@media (max-width: 991px) {
  #hero {
    height: auto;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  header {
    flex-direction: column;
  }

  .bukusaku-logo-wrapper {
    justify-content: center;
    margin-bottom: 10px;
  }

  .instansi-logo-wrapper {
    justify-content: center;
  }

  .video-section {
    margin-top: 10px;
  }
}

@media all and (max-width: 992px) {
  .btn-get-started {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  .video-wrapper {
    margin-bottom: 40px;
  }
}
