/* hero */
section.hero {
  margin-top: 12rem;
}

.column-text h2{
    font-weight:400;
}

.column-text h2 span {
  font-weight: 550;
}

.btn {
   background-color:var(--main-color);
   border-color:var(--main-color);
}
.btn:hover {
  background-color: var(--hover-color);
  transition: .5s;
}
.btn-primary {
  padding:.7rem 2.7rem;
  font-size:1.5rem;
  border-radius:.5rem;
}

/* main */
.main {
  margin-top: -4rem;
}


.main h3 {
  line-height: 0.8;
}

.main img {
  margin-bottom: 3rem;
}

.main .isi {
  position: relative;
}

.main span {
  display: inline-block;
  background: var(--main-color);
  color: white;
  width: 3rem;
  height: 2.5rem;
  text-align: center;
  border-radius: 1rem;
  line-height: 2.5rem;
  position: absolute;
  top: 20%;
}

.main p {
  font-size: 1.3rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  margin-left: 4rem;
}

/* info */
.info {
  background: #16a0841a;
}


.info hr {
  width: 20%;
  margin-bottom: 2rem;
  border: 1px solid #EF8641;
}


.info p {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.7);
}

.info .ilustrasi-img {
  display: none;
}

/* kelebihan */


.kelebihan hr {
  width: 20%;
  margin: auto;
  margin-bottom: 2rem;
  border: 1px solid #EF8641;
}

.info-panel {
  margin-top: 5rem;
  position: relative;
}

.info-panel .card{
  padding:2rem
}


.info-panel .badge {
  position: absolute;
  top: -1.5rem;
  left: -1rem;
}

.info-panel .badge.badge-secondary {
  background-color: var(--main-color);
  padding: 1rem;
}

/* our tim */

.tim {
  padding-bottom: 10rem;
  margin-top: -5rem;
}


.tim hr {
  width: 6rem;
  margin: auto;
  margin-bottom: 1rem;
  border: 1px solid #EF8641;
}

.owl-carousel .item {
  margin-top: 4rem;
}

.item .our-tim img {
  width: 14rem;
  margin: auto;
}

.item .info-tim h4 {
  margin-top: 2rem;
  font-weight: 600;
  text-transform: capitalize;
}

.item .info-tim p {
  font-style: italic;
  font-weight: 400;
  font-size: 1.3rem;
}

.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: 1.1rem;
}

.footer-bottom span {
  color: var(--main-color);
}

@media (min-width: 576px) and (max-width: 767.98px) {

  /* hero */
    section.hero {
    margin-top: 12rem;
  }

  /* main */

  /* info */

  .info hr {
    width: 16%;
    margin-bottom: 3rem;
  }

  .info .ilustrasi-img {
    display: none;
  }

  /* kelebihan */

  .kelebihan hr {
    width: 16%;
    margin-bottom: 3rem;
  }

  /* our tim */


  .tim hr {
    width: 16%;
    margin-bottom: 3rem;
  }

  .single-tim {
    margin-right: 5rem;
  }

  .tim .single-tim img {
    width: 50%;
  }

  .single-tim .text-area {
    padding: 0 1rem;
    left: 9rem;
    top: 5rem;
  }

  .text-area h3 {
    font-size: 1.5rem;
  }

  .text-area p {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

 
  /* hero */
   section.hero {
    margin-top: 7rem;
  }


  /* main */
 
  /* info */

  .info hr {
    width: 16%;
    margin-bottom: 3rem;
  }

  .info .ilustrasi-img {
    display: none;
  }

  /* kelebihan */

  .kelebihan hr {
    width: 16%;
    margin-bottom: 3rem;
  }

  /* our tim */

  .tim hr {
    width: 16%;
    margin-bottom: 3rem;
  }

  .single-tim {
    margin-right: 0;
  }

  .tim .single-tim img {
    width: 60%;
  }

  .single-tim .text-area {
    padding: 0 1.5rem;
    left: 11rem;
    top: 4rem;
  }

  .text-area h3 {
    font-size: 1.7rem;
  }

  .text-area p {
    font-size: 1.35rem;
  }
  
   .info-panel p {
    font-size: 1.4rem;
  }

  /* footer */
  .footer-bottom p {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  

  /* main */
  .main {
    margin-top: -2rem;
  }

  .main h3 {
    font-size: 2rem;
  }


  .main .keterangan {
    margin-left: 4rem;
  }

  .main span {
    background: var(--main-color);
    color: white;
    width: 9%;
    height: 3.4rem;
    border-radius: 12%;
    line-height: 3.4rem;
    font-size: 1.4rem;
    top: 10%;
  }

  .main p {
    margin-top: 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: 5rem;
  }


  .info hr {
    width: 12rem;
  }

  .info p {
    font-size: 1.4rem;
  }

  .info .ilustrasi-img {
    display: block;
  }

  .info img.img-fluid {
    width: 500px !important;
  }


  .kelebihan hr {
    width: 12rem;
  }

  .info-panel p {
    font-size: 1.4rem;
  }


  .tim hr {
    width: 12rem;
  }

  /* 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;
  }

}

@media (min-width: 1200px) {
 section.hero{
    margin-top:10rem;
}

.column-text h2{
    font-size:2.7rem;
}

.column-img-illustration{
    width:44rem;
    margin:auto;
}

  /* main */

  .main {
    margin-top: -3rem;
  }


  .main .keterangan {
    margin-left: 4rem;
  }

  .main span {
    background: var(--main-color);
    color: white;
    width: 3rem;
    height: 3rem;
    border-radius: .5rem;
    line-height: 3rem;
    font-size: 1.3rem;
    top: .5rem;
  }

  .main p {
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 2.5rem;
    margin-left: 4.4rem;
  }


  .info hr {
    width: 12rem;
  }

  .info p {
    font-size: 1.4rem;
  }

  .info .ilustrasi-img {
    display: block;
  }

  .info img.img-fluid {
    width: 500px !important;
  }


  .kelebihan hr {
    width: 12rem;
  }

  .info-panel p {
    font-size: 1.5rem;
  }
  
  .info-panel .card{
  padding:3rem
}



  .tim hr {
    width: 12rem;
  }

  /* 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;
  }
}