/* navbar */
.navbar {
  position: relative;
  z-index: 2;
}
.navbar-nav {
  text-transform: uppercase;
}
.navbar-brand {
  font-family: bebas neue;
  font-size: 30px;
}
.navbar-brand,
.nav-link {
  color: white !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0, 7);
}
.nav-link:hover::after {
  content: "";
  display: block;
  border-bottom: 3px solid #0b63dc;
  width: 50%;
  margin: auto;
  padding-bottom: 5px;
  margin-bottom: -8px;
}
.tombol {
  text-transform: uppercase;
  border-radius: 40px;
}
/* jumbotron */
.jumbotron {
  background-image: url(img/jumbotron-bg.jpg);
  background-size: cover;
  text-align: center;
  height: 540px;
  position: relative;
  background-position: center;
  margin-top: -120px;
  margin-left: -20px;
  margin-right: -11px;
}
.jumbotron::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
}
.jumbotron .container {
  position: relative;
  z-index: 1;
}
.jumbotron .display-4 {
  color: white;
  padding-top: 200px;
  padding-bottom: 50px;
  font-weight: 200;
  font-size: 50px;
}
.jumbotron .display-4 span {
  font-weight: 500;
}
/* info panel */
.info-panel {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  margin-top: -50px;
  position: relative;
  padding: 30px;
  background-color: white;
}
.info-panel img {
  height: 90px;
  width: 90px;
  margin-right: 10px;
}
.info-panel h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.info-panel p {
  font-size: 15px;
  color: #acacac;
}
/* working space */
.workingspace {
  margin-top: 80px;
}
.workingspace img {
  display: block;
  padding-left: auto;
  margin-left: auto;
}
.workingspace h3 {
  font-size: 60px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 350;
  padding-top: 20px;
}
.workingspace h3 span {
  font-weight: 500;
}
.workingspace p {
  text-align: left;
  color: #acacac;
  font-size: 18px;
  padding-top: 25px;
  padding-bottom: 25px;
}
/* testimonial */
.testimonial {
  text-align: center;
}
.testimonial h5 {
  padding-top: 100px;
  font-size: 30px;
  font-style: italic;
  color: gray;
  font-weight: 300;
  margin-bottom: 50px;
}
.testimonial .figure img {
  height: 80px;
  margin-top: -20px;
  padding: 15px;
  opacity: 0.5;
}
.testimonial .figure img.utama {
  height: 105px;
  opacity: 1;
  margin-top: -35px;
}
.testimonial h6 {
  font-weight: 650;
}
.testimonial p {
  color: #acacac;
  font-size: 11px;
}
/* footer */
.footer {
  color: #acacac;
  padding-top: 50px;
}
/* RESPONSIVE BREAKPOINT */
@media (max-width: 991px) {
  .navbar {
    background-color: white;
    margin-left: -13px;
    margin-right: -10.5px;
  }
  .navbar-brand,
  .nav-link {
    color: black !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0, 7);
  }
  .info-panel img {
    height: 75px;
    width: 75px;
  }
  .info-panel h4 {
    font-size: 17px;
  }
  .info-panel p {
    font-size: 15px;
  }
  .workingspace img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    height: 450px;
    margin-top: -40px;
  }
  .workingspace h3 {
    text-align: center;
    font-size: 50px;
  }
  .workingspace p {
    display: none;
  }
  .testimonial h5 {
    font-size: 20px;
    margin-top: -50px;
  }
  .testimonial .figure img {
    height: 90px;
  }
  .testimonial .figure img.utama {
    height: 105px;
    margin-top: -30px;
  }
  .footer {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .info-panel {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .info-panel img {
    height: 65px;
    width: 65px;
  }
  .info-panel p {
    font-size: 14px;
  }
  .workingspace img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    width: 550px;
    height: 350px;
  }
  .workingspace h3 {
    text-align: center;
    font-size: 49px;
  }
  .workingspace p {
    display: none;
  }
  .testimonial h5 {
    font-size: 19px;
    margin-top: -60px;
  }
  .testimonial .figure img {
    height: 80px;
  }
  .testimonial .figure img.utama {
    height: 100px;
    margin-top: -30px;
  }
  .footer {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .info-panel img {
    height: 50px;
    width: 50px;
  }
  .info-panel h4 {
    font-size: 15px;
  }
  .info-panel p {
    font-size: 13px;
  }
  .workingspace h3 {
    text-align: center;
    font-size: 48px;
  }
  .workingspace p {
    display: none;
  }
  .testimonial h5 {
    font-size: 18px;
    margin-top: -60px;
  }
  .testimonial .figure img {
    height: 70px;
  }
  .testimonial .figure img.utama {
    height: 90px;
    margin-top: -28px;
  }
  .footer {
    font-size: 13px;
  }
}
