
/* hero */
section.hero {
  margin-top: 12rem;
}

.column-text h2{
    font-weight:400;
}

.column-text h2 span {
  font-weight: 550;
}


/* pilar-angkut */
.pilar-angkut {
  margin-top: 0rem;
}

hr {
  width: 20%;
  margin: auto;
  margin-bottom: 2rem;
  border: 1px solid #EF8641;
}

.pilar-angkut .card {
  overflow-y: hidden;
}

.pilar-angkut img {
  width: 25%;
  padding: 8px 0;
  margin: 1.5rem auto;
}

.pilar-angkut h5 {
  font-size: 1.9rem;
  font-weight: 700;
}

/* testi */
.testimonial {
  margin-bottom: 50px;
  margin-top: -4rem;
}

.testimonial .card {
  /*border: unset;*/
  margin-bottom: 2rem;
  height: auto;
  border-radius: 24px;
}

.testimonial .card img {
  width: 12rem;
  height:12rem;
  margin: 1.5rem auto;
    border-radius : 50%;
    /*border: 2px solid var(--main-color);*/
    padding:2px;
}

.testimonial .card p {
  margin-bottom: 1.1rem !important;
}

.testimonial .card .blockquote-footer {
  font-size: 1.3rem;
  font-weight: 600;
}

.owl-theme .owl-dots .owl-dot {
  outline: unset;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  margin-top: 2rem;
  background: var(--main-color);
}

/* footer */
.footer {
  position: relative;
  background: #F1F1F1;
  padding-top: 2rem;
}

.footer-top {
  padding-bottom: 5rem;
}

.footer-top .footer-item {
  padding-top: .8rem
}

.footer-top .footer-link {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, .8);
  font-weight: 300;
  text-decoration: none;
}

.footer-link span {
  color: var(--main-color);
  font-weight: 600;
}

.footer-top h3 {
  margin-top: 2rem;
  font-weight: 600;
}

.footer-top .link-download img {
  margin-top: 8px;
}

.footer-top .follow-us img {
  margin-right: 5px;
}

.footer-top .follow-us a {
  text-decoration: none;
}

.footer .footer-bottom {
  position: absolute;
  left: 0;
  right: 0;
  background: #f1f1f1;
}

.footer-bottom p {
  text-transform: capitalize;
  font-size: 1rem;
}

.footer-bottom span {
  color: var(--main-color);
}


@media (min-width: 576px) and (max-width: 767.98px) {
  .display-3,.display-4{
    font-weight:600 !important;
}

hr{
    width: 24%;
    margin-top: 1rem;
}
  section.hero {
    margin-top: 12rem;
  }


  /* pilar angkut */

  .pilar-angkut .card-deck {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pilar-angkut .card {
    margin-top: 2rem;
  }

  /* testi */

  /* footer */
  .footer-bottom p {
    font-size: 1.2rem;
  }

}

@media (min-width: 768px) and (max-width: 1199.98px) {
    hr{
        width: 16%;
        margin-top: 1rem;
    }

  /* hero */
  section.hero {
    margin-top: 7rem;
  }


  /* footer */
  .footer-bottom p {
    font-size: 1.2rem;
  }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    hr{
        width: 12%;
        margin-top: 1rem;
    }
  
  .pilar-angkut {
  margin-top: -6rem;
}
  
}

@media (min-width: 1200px) {
    
  hr {
    width: 10%;
    margin-top: 1.4rem;
  }
section.hero{
    margin-top:4rem;
}

.column-text h2{
    font-size:2.7rem;
}

  /* pilar angkut */
.pilar-angkut {
  margin-top: -6rem;
}
  

  /* testi */
  .testimonial {
    margin-top: -2.5rem;
  }

  /* footer */
  .footer-top .footer-item:hover {
    transform: translateX(5px);
    transition: .6s;
  }

  .footer-item .footer-link:hover {
    color: black;
    transition: .3s;
  }

  .footer-bottom p {
    font-size: 1.3rem;
  }
}