@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

.bgc-primary{
    background-color: #003082 !important;
}
.textc-primary{
    color: #003082 !important;
}
.bgc-secondary{
    background-color: #FFC917 !important;
}
.textc-secondary{
    color: #FFC917 !important;
}

.btnc-secondary{
    --bs-btn-color: #FFC917;
    --bs-btn-border-color: #FFC917;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #FFC917;
    --bs-btn-hover-border-color: #FFC917;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #FFC917;
    --bs-btn-active-border-color: #FFC917;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #FFC917;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #FFC917;
    --bs-gradient: none;
    border: 1px #FFC917 solid!important;
    color: #FFC917!important;
}
.btnc-secondary:hover{
    color: #003082 !important;
}

.btns-secondary{
    background-color: #FFC917 !important;
    color: #003082 !important;
    opacity: 1;
}
.btns-secondary:hover{
    opacity: 0.9;
}

.img-asset{
    top: 380px;
    left: 50px;
}
.img-asset2{
    top: 380px;
    right: 50px;
}

.heading-title{
    font-size: 70px;
    font-weight: 600;
}

.divider{
    border: 1px dashed #FFC917;
    min-width: 600px;
}

.body-heading{
    padding-top: 40px;
    font-weight: 300;
}

.button-heading{
    margin-bottom: 70px;
}

.p-contact{
    padding: 22px 46px 22px 46px !important;
}

.page-text{
    font-weight: 300;
    margin-bottom: 27px;
    letter-spacing: 0.5px;
    line-height: 40px;
    font-size: 18px;
}

.btn-started{
    padding: 22px 46px 22px 46px !important;
    color: #003082!important;
    border-left: 6px #003082 solid !important;
    transition: 2s;
}

.heading-body{
    font-size: 60px;
    font-weight: 600;
    line-height: 76px;
}

.btn-started:hover{
    background-color: #003082 !important;
    color: #FFC917!important;
}

.textc-primary{
    color: #003082;
}

.p-card{
    padding: 36px 40px 30px 40px;
}

.borderc-primary:hover{
    border-color: #003082 !important;
}

.heading-title-fasilitas{
    font-size: 22px;
}

.navbar{
    height: 120px;
}

.heading-layanan{
    margin-top: 60px;
    font-size: 25px;
}

.body-layanan{
    font-weight: 300;
    line-height: 26px;
    font-size: 14px;
    letter-spacing: .5px;
}

.carousel-control-prev,
.carousel-control-next{
    width: 50px !important;
    z-index: 100;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  border-radius: 50%; /* Bikin tombol bulat */
  filter: invert(50%) sepia(100%) saturate(500%) hue-rotate(200deg);
  padding: 15px;
}

.carousel-control-prev {
    left: -10px!important;  /* Geser lebih jauh ke kiri */
  }
  
.carousel-control-next {
    right: -10px !important; /* Geser lebih jauh ke kanan */
}

.title-testi{
    font-size: 15px;
    font-weight: 600;
}

.jabatan-testi{
    font-size: 15px;
    font-weight: 400;
}

.img-asset3{
    top:150px;
    left: -50px
}
.img-asset4{
    right: 0px;
    top: -350px;
}

.margin-text{
    margin-top: 200px;
}

label{
    font-size: 15px;
}

.text-contact{
    font-size: 15px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.margin-contact{
    margin: 120px 0 0 90px;
    padding: 0;
}

.footer-title{
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.footer-body{
    font-size: 24px;
    font-weight: 600;
}

.bgc-success{
    background-color: #5cb85c !important;
}

.tnc-title{
    font-size: 20px;
}

.text-footer{
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 300;
}

.jce{
    justify-content: end;
}

@media(max-width:1068px){
    .navbar{
        height: auto;
    }
}

@media(max-width:768px) {
    .jcmdc{
        justify-content: center;
    }
    .button-heading{
        flex-direction: column;
    }
    .heading-title{
        font-size: 37px;
        width: 80vw !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
    .heading-body{
        font-size: 34px;
        line-height: 1.6em;
    }
    .divider{
        min-width: 80vw !important;
    }
    .margin-contact{
        margin: 20px;
        margin-top: 80px;
    }
    .align-md-items-center{
        align-items: center;
        width: 100%;
        justify-content: center;
    }
    .justify-md-content-center{
        justify-content: center !important;
    }
    .row-custom {
        gap: 20px;
    }
    .ms-md-0{
        margin-left: 0 !important;
    }
    .img-asset{
        top: 220px;
        left: -90px;
    }
    .img-asset2{
        top: 250px;
        right: -50px;
    }
    .img-asset3{
        top:150px;
        left: -90px
    }
    .img-asset4{
        right: -80px;
        top: -380px;
    }
}