*{
  margin: 0;
  font-family: 'Poppins' !important;

  
}



.font-bold{
  font-weight: 700;
}

section{
  padding-top: 20px;
  padding-bottom: 20px;
}

.bg-gray{
  background-color: #EEF1F4;
}


/* section hero */
.hero-h4{
  font-size: 32px !important;
  line-height: 44px !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

p{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
}

.hero-img{
  max-width: 100%;
  height: auto;
}

.buttonNavbar {
  background-color: #9C171E !important;
  color: #FFFFFF !important;
  border-radius: 8px !important;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 26px !important;
  border: 1px #9C171E solid !important;
  transition: all 0.15s ease-in-out;
}

.buttonNavbar:hover {
  background-color: #ffe3e3 !important;
  color: #9C171E !important;
  border: 1px #9C171E solid !important;
}

/* .buttonnavbar:hover{
  background: #ffe3e3 !important;
  border: 1px #9C171E solid !important;
  color: #9C171E !important;
} */

  .section-hero{
    padding-bottom: 1rem !important;
  }

/* section-2 */
.page-link-wrapper{
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  cursor: pointer;
}

.page-link-wrapper:hover .panah-kanan{
  transform: translateX(20px);
  
}

.page-link-wrapper{
  transition: .5s ease;
  padding: 8px;
  border-radius: 18px; 
}

.page-link-wrapper:hover{
  background: #ffe1e3;
}


.page-link-wrapper p{
  color: #8A0E19;
  font-weight: 500 !important;
  margin-left: unset;
  margin-right: unset;
  width: unset;
  display: inline-block;
  align-self: center;
}

.page-link-wrapper .panah-kanan{
  color: #8A0E19;
  font-size: 24px;
  margin-left: 28px;
  align-self: center;
  transition: .5s ease;
  margin-bottom: 0px !important;
}



.card-body{
  height: 215px;
  border-radius: 14px;
  box-shadow: 0px 2px 10px 0px #00000026;
  padding: 32px 24px !important;
  align-content: center;
}

.logo{
  max-height: 64px;
  width: auto;
}



/* section cards */
.section-inner-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.section-cards-row .col-lg-4 .p-4 {
  border-radius: 15px;
  border: 1px solid #A7A7A7;
  transition: all 0.15s ease-in-out;
  background: #FFFFFF;
}

.section-cards-row .col-lg-4 .p-4:hover {
  scale: 1.05;
}

.section-cards-row img {
  max-width: 55px;
  height: auto;
}

.section-cards-row p{
  margin-left: unset;
  margin-right: unset;
  width: unset;
}

section{
  padding-top: 80px;
  padding-bottom: 80px;
}





/* media */

@media(max-width: 543px) {
  button.buttonnavbarhidden{
      display: none!important;
  }
}

@media(max-width: 767px) {
  .hero-h4{
      margin-top: 32px;
      font-size: 28px !important;
  }
}

@media(min-width: 392px) and (max-width: 991px) {
  button.buttonnavbar{
      width: 100%;
  }
  button.buttonnavbarhidden{
      display: block;
      margin-right: 20px;
  }
}

@media(min-width: 992px) {
  button.buttonnavbarhidden{
      display: none;
  }
}


/* text */
@media(min-width:1400px){
  .hero-h4{
    width: 50%;
  }

  .hero-p{
    width: 50%;
  }
}


@media(min-width:1200px) and (max-width:1399.5px){
  .hero-h4{
    width: 60%;
  }

  .hero-p{
    width: 60%;
  }
}

@media(min-width:992px) and (max-width:1199.5px){
  .hero-h4{
    width: 70%;
  }

  .hero-p{
    width: 70%;
  }
}


@media (max-width:991.5px){
  .hero-h4{
    font-size: 28px !important;
    line-height: 34px !important;
    width: 90%;
  }
  .hero-p{
    font-size: 16px !important;
    line-height: 22px !important;
    width: 90%;
  }

  .title-section{
    font-size: 28px !important;
    line-height: 34px !important;
  }
  
}


