body {
    font-family: "Muli", sans-serif;
    background-color: #e5e5e5;
}

header .first img {
    width: 200px;
}

.first a img {
    width: 150px;
    margin-left: 10px;
}

.navbar {
    padding: 20px 0;
    background: radial-gradient(circle at 0% 49%, rgba(5, 150, 105, 1) 18%, rgba(10, 122, 87, 1) 50%, rgba(6, 95, 70, 1) 67%);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.transparent-navbar {
    background: transparent;
}

.navbar-logo {
    left: -15px;
    top: -30px;
}

.navbar-logo img{
    height: 120px;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    font-weight: 400;
    position: relative;
}

.navbar-light .navbar-nav .nav-item {
    padding-right: 10px;
    padding-left: 10px;
}

.navbar-light .navbar-nav li > .nav-link:hover,
.nav-link:focus {
    color: white;
    text-shadow: 0 0 .65px #ffffff, 0 0 .65px #ffffff;
}

.navbar-light .navbar-nav li > .nav-link:hover::after,
.nav-link:focus::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 8px;
    width: 20px;
    height: 3px;
    background-color: white;
    border-radius: 5px;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #78af26;
}

.navbar-toggler-icon-white {
    width: 30px; 
    height: 30px;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-action {
    right: 0;
}

.height-hero-section {
    height: calc(100vh - 80px);
    min-height: 440px;
}

.content {
    margin-top: 80px;
    overflow: hidden;
}

.content .left-content {
    padding: 80px;
}

.shadow {
    border: 3px solid #fff;
}

.shadow:hover {
    border-bottom: 3px solid #10ac84;
    transition: 1s;
}

.shadow h3 {
    color: #1dd1a1;
}

.container-hero-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #065F46;
    min-height: 100vh;
    padding: 90px 0;
    background: radial-gradient(circle at 0% 0%, rgba(5, 150, 105, 1) 18%, rgba(10, 122, 87, 1) 43%, rgba(6, 95, 70, 1) 58%);
}

.heading-hero-section {
    font-size: 48px;
}

.description-hero-section {
    font-size: 14px;
    width: 82%;
}

.illustration-hero-section {
    width: 100%;
}

.heading-about-section {
    margin: 70px 0 30px 0;
    color: #004A43;
    font-size: 40px;
}

.card-about-section {
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    transition: box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.card-about-section p {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
    color: #94A3B8;
}

.card-about-section span {
    font-weight: 800;
    font-size: 36px;
    color: #1F2937;
}

.card-about-section:hover {
    box-shadow: 0px 5px 12px 0px #0000001A;
}

.information-section {
    align-items: center;
    margin-bottom: 100px;
}

.information-section .card-information {
    background-color: #F1F5F9;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 10px 0;
}

.information-section .heading-information {
    color: #004A43;
    font-size: 40px;
}

.information-section .card-information ol,
.information-section .card-information p {
    margin: 0;
}

.information-section .card-information h6 {
    font-weight: 600;
}

.information-section .card-information p {
    margin-left: 21px;
}

.carousel-control-next, .carousel-control-prev {
    background: transparent;
    font-size: 24px;
    color: #2563EB;
    opacity: 1;
    width: fit-content;
    border: none;
    padding: 0;
}

.information-section .video-wrapper iframe {
    width: 100%;
    height: 250px;
}

.carousel-control-next:hover,
.carousel-control-next:focus,
.carousel-control-prev:hover,
.carousel-control-prev:focus {
    color: #2563EB;
}

.carousel-video-style {
    background-color: #27B56E;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 26px;
    left: -35px;
}

.module-heading {
    color: #004A43;
    font-weight: 600;
    font-size: 32px;
}

.module-list-group {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 10px;
    flex-wrap: wrap;
}

.module-list-group .module-group-item {
    background-color: #E2E8F0;
    padding: 6px 12px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.module-list-group .module-group-item .badge{
    background-color: #3B82F6;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    color: white;
    display: flex;
    align-items: center;
}

.module-list-group .module-group-link {
    color: #1E293B;
    font-weight: 500;
    line-height: 12px;
}

.module-list-group .module-group-item:hover {
    background-color: #d3d9e0;
}

.card-module-item {
    border-radius: 12px;
    overflow: hidden;
}

.card-module-item .card-body {
    padding: 16px 18px;
}

.card-module-item .card-badge {
    background-color: #D1FAE5;
    color: #047857;
    font-size: 12px;
    text-decoration: none;
    padding: 2px 8px;
    border-radius: 16px;
}

.card-module-item .card-title {
    color: #3C4952;
    font-weight: 600;
    font-size: 16px;
    margin: 8px 0 0;
}

.main-footer {
    background: #1F2937;
}

footer .first-footer {
    padding: 80px 0;
    color: #fff;
}

footer .first-footer .kontak {
    font-size: 14px;
    max-width: 290px;
}

footer .first-footer .direktorat {
    flex: 1;
}

footer .first-footer .direktorat .text-direk {
    margin-top: 8px;
    font-weight: 600;
}

footer .second-footer {
    padding-bottom: 1.5rem;
    color: #fff;
    text-align: center;
    font-size: 11px;
}

footer hr {
    background: #fff;
}

.btn-primary {
    background: #3498db;
}

.btn-success {
    background: #004a43;
}

.btn-login-landing {
    background: #fff;
    color: #065F46;
    font-weight: 600;
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    header .first img {
        margin-left: 25%;
        width: 130px;
    }

    .first {
        background: #fff !important;
    }

    .height-hero-section {
        min-height: 670px;
    }
    
    .content .left-content {
        padding: 30px;
    }

    .illustration-hero-section {
        width: 85%;
    }

    .description-hero-section {
        font-size: 14px;
        width: 96%;
    }

    .carousel-video-style {
        display: none;
    }

    .information-section .video-wrapper iframe {
        width: 100%;
        height: 290px;
    }

    .card-about-section span {
        font-size: 24px;
    }

    footer .first-footer {
        padding: 80px 0;
    }

    footer .first-footer .kontak {
        margin-top: 14px;
        font-size: 14px;
    }

    footer hr {
        margin-bottom: 5px;
        margin-top: 3px;
    }
}

@media screen and (max-width: 990px) {
    .content {
        padding-top: 0;
    }

    .navbar {
        height: auto;
        padding: 12px 10px;
        background: #065F46;
    }

    .navbar-toggler {
        color: #fff !important;
    }

    .navbar-action {
        left: 16px;
        right: auto;
    }

    .navbar-logo {
        top: -18px;
        left: -15px;
        height: 86px;
    }

    .navbar-logo img{
        height: 86px;
    }

    .navbar-light .navbar-nav li > .nav-link:hover::after,
    .nav-link:focus::after {
        display: none;
    }

    .navbar.scrolled {
        background: #065F46;
    }

    .heading-hero-section {
        font-size: 32px;
    }

    .heading-about-section {
        font-size: 32px;
    }
}