* {
  font-family: "Poppins", sans-serif;
}

.navbar {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.navbar.scrolling-active {
  background-color: #15181f;
  padding: 15px 0 15px 0;
}

.navbar i {
  color: white;
}

.navbar i:hover {
  color: #0d6efd;
  cursor: pointer;
}

.home {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("img/home.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}

.home h1 {
  --animate-delay: 0.7s;
}

.home p {
  --animate-delay: 1.2s;
}

.home button {
  --animate-delay: 1.7s;
}

#tentang {
  padding-top: 6rem;
}

#tentang .divider {
  width: 60px;
  height: 2px;
  display: block;
  background-color: #000000;
}

#tentang img {
  width: 100%;
}

.projects {
  padding: 100px 0 100px 0;
}

.projects img {
  height: 250px;
}

.services {
  padding-top: 6rem;
}

.services img {
  width: 250px;
  height: 400px;
}

.services h5 {
  line-height: 1.8;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.services i {
  color: green;
  font-size: 30px;
}

#lokasi {
  padding-top: 6rem;
}

.lokasi-studio img {
  max-width: 140px;
}

.btn {
  border-radius: 0;
  padding: 14px 38px;
}

.btn-brand {
  color: #fff;
  font-weight: 500;
  border-color: #000000;
  background-color: #000000;
}

.btn-brand:hover {
  border-color: #000000;
  background-color: #000000;
  color: #fff;
}

.faq {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("img/faqback.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
}

.faq .accordion {
  --bs-accordion-bg: #e9edc9;
}

.faq .accordion .accordion-button:focus {
  box-shadow: none;
}

.footer {
  min-height: 60vh;
  background-color: #15181f;
  margin-top: 150px;
}

.footer .copyright {
  padding-top: 100px;
}

@media screen and (max-width: 1200px) {
  .services img {
    width: 220px;
  }
}

@media screen and (max-width: 475px) {
  .services h5 {
    font-size: 16px;
  }
}
