* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: rgb(225, 225, 225);
}

::-webkit-scrollbar-thumb {
    background: rgb(0, 200, 150);
}

html {
    scroll-behavior: smooth;
}

.e-relative {
    position: relative;
}

.e-absolute {
    position: absolute;
}

.e-flex {
    display: flex;
}

.e-full-flex {
    justify-content: center;
    align-items: center;
}

.e-card-flex {
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.e-nav-flex {
    justify-content: space-between;
    align-items: center;
}

.page {
    min-height: 100vh;
}

nav {
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 77px;
    padding: 16px 32px;
    padding-right: 64px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    background: rgb(255, 255, 255);
    z-index: 1000;
}

.toggle-nav {
    display: none;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

.line-toggle {
    display: block;
    margin-top: 5px;
    width: 25px;
    height: 1px;
    background: rgb(100, 100, 100);
    transition: .5s;
}

.nav-label {
    gap: 8px;
    font-size: 20px;
    color: rgb(75, 75, 75);
}

.nav-label img {
    width: 45px;
    height: 45px;
}

.nav-link {
    gap: 32px;
}

.nav-link a {
    font-size: 14px;
    color: rgb(100, 100, 100);
}

.drop-down {
    top: 32px;
    left: 0;
    display: none;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    z-index: 100;
}

.drop-down.active {
    display: block;
}

.drop-down a {
    display: block;
    padding: 12px 24px;
    font-size: 14px;
    color: rgb(100, 100, 100);
}

.drop-down a:first-child {
    margin-top: -20px;
}

.btn {
    padding: 5px 12px;
    border-radius: 5px;
}

.btn.off {
    background: rgb(225, 225, 225);
    color: rgb(75, 75, 75);
}

.btn.on {
    background: rgb(0, 106, 78);
    color: rgb(255, 255, 255);
}

nav .btn {
    margin-right: -24px;
    font-size: 18px;
}

.banner {
    margin-top: 77px;
    background: rgb(0, 106, 78);
}

.banner-bgr {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .3;
    z-index: 5;
}

.banner-content {
    position: relative;
    padding: 64px;
    padding-bottom: 132px;
    z-index: 10;
}

.banner-profile {
    gap: 24px;
}

.institute-logo img {
    width: 100px;
    height: 120px;
}

.banner-profile h5 {
    margin-bottom: 8px;
    font-size: 32px;
    color: rgb(255, 255, 255);
}

.banner-profile p {
    max-width: 500px;
    line-height: 20px;
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.schedul-ket {
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.schedul-box {
    flex-wrap: wrap;
    gap: 24px;
}

.schedul-list {
    margin-top: 12px;
    border-radius: 8px;
    min-width: 275px;
    background: rgb(40, 40, 40);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    color: rgb(255, 255, 255);
    overflow: hidden;
}

.schedul-list:first-child {
    margin-top: 0;
}

.schedul-desc {
    width: 100%;
    padding: 16px;
    font-size: 14px;
}

.schedul-date {
    padding: 3px 16px;
    background: rgb(255, 177, 0);
    color: #0A2647;
    text-align: center;
}

.non-active .schedul-date {
    background: rgb(150, 150, 150);
}

.month {
    font-size: 16px;
}

.year {
    font-size: 12px;
}

.date {
    font-size: 22px;
}

.banner-float {
    bottom: -47px;
    left: 50%;
    padding: 16px 32px;
    transform: translateX(-50%);
    background: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    z-index: 100;
    gap: 32px;
}

.banner-expans {
    flex-direction: column;
    width: max-content;
    gap: 5px;
    font-size: 14px;
    color: rgb(150, 150, 150);
}

.banner-expans.banner-green {
    color: rgb(0, 106, 78);
}

.banner-expans.banner-red {
    color: rgb(225, 50, 50);
}

.banner-expans ion-icon {
    width: 40px;
    height: 40px;
}

.banner-expans:hover {
    color: rgb(100, 100, 100);
}

.jalur-section {
    padding: 128px 24px;
}

header {
    margin-bottom: 32px;
}

header h5 {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    color: rgb(100, 100, 100);
}

.jalur-container {
    gap: 16px;
}

.jalur-card {
    min-width: 250px;
    max-width: 250px;
    min-height: 350px;
    max-height: 350px;
    border-radius: 8px;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .07);
    overflow: hidden;
}

.jalur-card:nth-child(even) .jalur-row:first-child {
    background: rgb(50, 50, 50);
}

.jalur-row {
    padding: 24px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    transition: .5s;
    line-height: 20px;
    font-size: 14px;
    color: rgb(100, 100, 100);
    overflow: scroll;
}

.jalur-row::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.jalur-row p {
    margin-bottom: 20px;
}

.jalur-row li {
    margin-top: 8px;
    margin-left: 16px;
}

.jalur-card .jalur-row:first-child {
    flex-direction: column;
    gap: 24px;
    background: rgb(0, 106, 78);
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.jalur-card .jalur-row:first-child h5 {
    width: min-content;
}

.jalur-card:hover .jalur-row {
    transform: translateY(-100%);
}

.modal {
    position: fixed;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 32px;
    z-index: 10000;
    background: rgba(0, 0, 0, .6);
}

.modal:target {
    display: flex;
}

.modal-box {
    min-width: 300px;
}

.modal-title {
    padding: 12px 16px;
    padding-right: 125px;
    line-height: 24px;
    background: rgb(50, 50, 50);
    color: rgb(255, 255, 255);
}

.modal:nth-child(even) .modal-title {
    background: rgb(0, 106, 78);
}

.modal-content {
    padding: 24px;
    background: rgb(255, 255, 255);
    line-height: 20px;
    font-size: 14px;
    color: rgb(100, 100, 100);
}

.modal-content ol {
    margin-top: 12px;
    margin-left: 24px;
}

.modal-footer {
    padding: 8px;
    border-top: 1px solid rgb(225, 225, 225);
    background: rgb(255, 255, 255);
    text-align: center;
    font-size: 12px;
    color: rgb(100, 100, 100);
}

.close-btn {
    top: 8px;
    right: 16px;
    font-size: 20px;
    color: rgb(255, 255, 255);
}


.alur-pendaftaran {
    flex-direction: column;
    padding: 64px 32px;
    padding-bottom: 90px;
    background: rgb(245, 245, 245);
}

.alur-container {
    gap: 16px;
}

.alur-card {
    flex-direction: column;
    min-width: 250px;
    max-width: 250px;
    min-height: 250px;
    max-height: 250px;
    border-radius: 12px;
    gap: 5px;
}

.alur-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer {
    padding: 64px;
    padding-bottom: 200px;
    background: rgb(40, 40, 40);
    gap: 32px;
    color: rgb(255, 255, 255);
}

.footer-row {
    align-items: center;
}

.footer-label {
    padding: 24px;
    width: 125px;
    min-width: 125px;
}

.footer-label h5 {
    font-size: 16px;
}

.footer-info {
    padding: 12px 24px;
    padding-left: 0;
    line-height: 24px;
    font-size: 14px;
    color: rgb(200, 200, 200);
}

.footer-profile h5 {
    margin: 24px 0;
    font-size: 24px;
}

.footer-profile p {
    max-width: 600px;
    margin-top: 24px;
    line-height: 24px;
    font-size: 14px;
    color: rgb(200, 200, 200);
}

.institute-banner img {
    width: 600px;
    height: 250px;
    border-radius: 12px;
}

.floating-footer {
    bottom: 64px;
    background: rgb(50, 50, 50);
    border-radius: 8px;
    font-size: 12px;
    color: rgb(150, 150, 150);
}

.floating-col {
    padding: 12px 16px;
}

.floating-col:first-child {
    border-right: 1px solid rgb(100, 100, 100);
}

.prodi-section {
    margin: 72px 0;
}

.prodi-container {
    flex-wrap: wrap;
    gap: 12px;
}

.prodi-card {
    display: flex;
    min-width: 250px;
    max-width: 250px;
    min-height: 350px;
    max-height: 350px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(50, 50, 50);
    border-radius: 12px;
    color: rgb(255, 255, 255);
}

.prodi-card:nth-child(even) {
    background: rgb(0, 106, 78);
}

.prodi-card .btn {
    margin-top: -12px;
    width: max-content;
    font-size: 12px;
}

.prodi-name {
    padding: 24px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.prodi-class {
    right: 20px;
    bottom: 18px;
    font-size: 48px;
}

.faq-section {
    margin: 150px 0;
}

.faq-container {
    padding: 0 32px;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 32px;
}

.faq-box {
    min-width: 300px;
    max-width: 300px;
    min-height: 150px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.faq-title {
    padding: 12px;
    background: rgb(50, 50, 50);
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.faq-box:nth-child(even) .faq-title {
    background: rgb(0, 106, 78);
}

.faq-content {
    padding: 12px 24px;
    line-height: 20px;
    font-size: 12px;
}

@media (max-width: 1200px) {
    .banner-content {
        justify-content: center;
        gap: 48px;
    }
    .banner-profile {
        flex-direction: column;
    }
    footer {
        flex-direction: column;
    }
}

@media (max-width: 950px) {
    .banner-content {
        flex-direction: column;
    }
    .nav-link {
        display: none;
    }
    .toggle-nav {
        display: block;
    }
    nav.expand {
        height: 100%;
        flex-direction: column;
        justify-content: center;
        gap: 24px;
    }
    nav.expand .nav-label {
        flex-direction: column;
        gap: 8px;
    }
    nav.expand .nav-label img {
        width: 75px;
        height: 75px;
    }
    nav.expand .nav-link {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    nav.expand .nav-link a {
        min-width: 250px;
    }
    nav.expand .btn.on {
        margin-top: -8px;
    }
    nav.expand .line-toggle {
        background: rgb(0, 106, 78);
    }
    nav.expand .line-toggle.top {
        height: 2px;
        transform: rotate(-45deg) translateY(9px) translateX(-2px);
    }
    nav.expand .line-toggle.middle {
        opacity: 0;
    }
    nav.expand .line-toggle.bottom {
        height: 2px;
        transform: rotate(45deg) translateY(-8px);
    }

    header p {
        line-height: 20px;
        font-weight: lighter;
        font-size: 14px;
    }
}

@media (max-width: 700px) {
    nav {
        padding: 16px 12px;
    }
    .nav-label {
        font-size: 14px;
    }
    .nav-label img {
        width: 35px;
        height: 35px;
    }
    .banner {
        margin-top: 67px;
    }
    .banner-profile {
        gap: 16px;
    }
    .institute-logo img {
        width: 70px;
        height: 100px;
    }
    .institute-desc {
        text-align: center;
    }
    .institute-desc h5 {
        font-size: 20px;
    }
    .institute-desc p {
        font-size: 12px;
    }
    .banner-float {
        min-width: 275px;
        justify-content: space-evenly;
        margin-bottom: -50px;
        flex-wrap: wrap;
    }
    .jalur-section {
        padding-top: 150px;
    }
    footer {
        padding: 64px 24px;
        padding-bottom: 200px;
    }
    .footer-profile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-profile p {
        width: 100%;
        min-width: 100%;
    }
    .institute-banner img {
        width: 300px;
        height: 150px;
        border-radius: 8px;
    }
    
    .alur-pendaftaran {
        padding-right: 24px;
        padding-left: 24px;
    }
}