html {
    scroll-behavior: smooth;
  }
  
.carousels {
    padding: 0 !important;
}

.carousel-inner {
    height: 500px !important;
}

.carousel-item img {
    object-fit: cover;
    height: 500px;
}

.carousel-item:after {
    position: absolute;
    content: '';
    background: rgba(18, 25, 48, 0.50);
    width: 100%;
    height: 500px !important;
    left: 0px;
    top: 0px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
}

.carousel-caption {
    left: 10% !important;
    padding-bottom: 50px !important;
    text-align: left !important;
    width: 50% !important;
}

.carousels h5 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 5vw;
    line-height: 150%;
    color: #FFFFFF;
}

.carousels p {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 300;
    line-height: 200%;
    color: #FFFFFF;
}

.btn-yellow {
    background: #E2AD50;
    color: white;
    border-radius: 10px;
    position: left;
    padding: 0.7rem 3rem !important;
}

.layanan h5 {
    font-weight: 600;
}

.layanan p {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 200%;
    text-align: center;
    color: #121212;
}

.layanan .col-md-4 {
    padding: 2rem !important;
}

.menu .card {
    min-height: 220px;
}

.laboratorium h1 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 36px;
    line-height: 180%;
    color: #121212;
}

.nav-unit {
    padding-top: 10px;
    padding-bottom: 10px;
}

.unit {
    color: #323F75;
}

.unit .line {
    border: 0.5px solid #323F75;
}

.nav-unit {
    background: white;
}

.title-unit h5 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #323F75;
}

.nav-unit h6 {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0 !important;
    cursor: pointer;
}

.nav-unit .line {
    width: 30%;
    margin-bottom: 0;
    margin-top: 0;
    border: 0.5px solid #323F75;
}

.active {
    color: #323F75;
    font-weight: 600;
}

.gambar-kiri {
    width: 100%;
    height: 100%;
}

.kiri {
    padding-left: 0 !important;
}

.kanan {
    padding-right: 0 !important;
}

.unit-detail h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 28px;
    line-height: 200%;
    color: #121212;
}

.unit-detail p {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 200%;
    text-align: justify;
    color: #121212;
}

.unit-detail button {
    background: #323F75;
    color: #fff;
    border-radius: 10px !important;
}

.kanan p,
.layanan p {
    font-family: 'Open Sans', sans-serif;
}

.home img {
    width: 35%;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
    color: white;
    background-color: black;
  }
  
img.gambar-kiri {
    border-radius: 10px;
    object-fit: cover;
    height: 400px;
}

.pelatihan {
    margin-top: 27px;
    margin-bottom: 27px;
}

.unit-detail .btn {
    font-family: Poppins;
    font-size: 14px;
    line-height: 250%;
    color: #FFFFFF;
    border-radius: 10px;
}

.layanan {
    padding-top: 6rem;
    padding-bottom: 2rem;
}
.div-unit {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.div-unit .unit-pad {
    padding-bottom: 50px;
}

#success-verify img {
    height: 50px;
}

h1.verify {
    font-family: Poppins;
font-weight: bold;
font-size: 24px;
text-align: center;
color: #323F75;
}

h6.verify {
    font-family: Open Sans;
    font-size: 16px;
}

@media only screen and (max-width: 1998px) {
    .menu .card-body {
        padding: 1rem !important;
    }
}

@media only screen and (max-width: 991px) {
    .menu .card {
        height: 22rem;
    }

    .layanan .col-md-4 {
        padding: 0.5rem !important;
    }

    .bottom-left {
        font-size: 14px;
        bottom: 100px;
        margin-right: 2rem;
      }
}

@media only screen and (max-width: 767px) {
    .carousel-caption {
        width: 80% !important;
    }

    .carousels h5 {
        font-size: 6vw;
    }

    .carousels p {
        font-size: 2vw;
    }

    .home img {
        width: 70%;
    }

    .menu img {
        height: 60px;
    }

    .layanan h5 {
        font-size: 18px;
    }

    .bottom-left {
        bottom: 16px;
      }
}

@media only screen and (max-width: 600px) {
    .carousels h5 {
        font-size: 7vw;
    }

    .carousels p {
        font-size: 3vw;
    }
}

@media only screen and (max-width: 426px) {
    .carousels h5 {
        font-size: 8.5vw;
    }

    .carousels p {
        font-size: 3.5vw;
    }

    .unit .line {
        visibility: hidden;
    }

    .kiri {
        padding-left: 15px !important;
        margin-bottom: 2rem;
    }

    .kanan {
        padding-right: 15px !important;
    }

    .layanan img {
        width: 50%;
        height: auto;
    }

    .pelatihan {
        margin-top: 30px;
        margin-bottom: 28px;
    }

    .layanan {
        padding-top: 4rem !important;
        padding-bottom: 0 !important;
    }

    .layanan .col-md-4 {
        padding: 0.5rem !important;
    }

    .layanan h5 {
        font-size: 12px;
    }

    .layanan p {
        font-size: 1px;
        color: white;
        margin-bottom: 0 !important;
    }

    .layanan .card-body {
        padding: 10px !important;
    }

    .layanan .card {
        height: 160px;
    }
    
    .div-unit {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .bottom {
        margin-bottom: 15px !important;
    }

    .laboratorium h1 {
        font-size: 24px;
    }

    .unit-detail h2 {
        font-size: 18px;
    }

    .title-unit h5 {
        font-size: 16px;
        margin: 0 !important;
    }

    .div-unit .unit-pad {
        padding-bottom: 25px;
    }

    .signup .left {
        padding-left: 0 !important;
    }

    .signup h1 {
        font-size: 36px !important;
    }

}

.signup h1 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 48px;
    line-height: 180%;
    color: #FFFFFF;
    padding-top: 100px;
}

.signup .left {
    padding-left: 20px;
}

.signup {
    background-image:
        linear-gradient(90deg, rgba(50, 63, 117, 0.88) 0%, rgba(50, 63, 117, 0) 100%),
        url(../../images/bg-scroll.jpg);
    width: 100%;
    height: 400px;
    background-size: cover;
    color: white;
    padding: 20px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.fade-in {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
