* {
  font-family: "Poppins", sans-serif;
}

.navbar{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.navbar.scrolling-active {
  background-color: #0d6efd;
  padding: 15px 0 15px 0;
}

.navbar i{
    cursor: pointer;
    color: #0d6efd;
}

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../assets/img/gambar6.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}

.about .row .col:nth-child(1) {
  background-color: #222;
}

.services{
  padding: 100px 0 100px 0;
}

.services img{
  height: 250px;
}

.client{
  padding: 100px 0 100px 0;
}

.galeri{
  padding: 100px 0 100px 0;
}

.aboutus{
  padding: 100px 0 100px 0;
}

.footer{
  min-height: 60vh;
  background-color: #15181f;
  margin-top: 150px;
}

.footer .copyright{
  padding-top: 100px;
}

.wa a i{
  color: rgb(45, 150, 45);
  margin-right: 70%;
  font-size: large;
}

.wa a i:hover{
  color: green;
}


