@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    --primary-color: #16673B;
    --secondary-color: rgb(31, 129, 233);
    --dark-color: #ff8f00;
}

body {
    color: var(--dark-color);
    font-family: "Poppins", sans-serif;
}

section {
    margin-bottom: 6rem;
}

.no-gutter > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
}

.navbar {
    font-size: 17px;
}
.navbar .nav-link {
    margin-left: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.navbar .nav-link:hover {
    color: #16673B;
}
.navbar .nav-item:not(.dropdown) .nav-link:hover::after {
    display: none;
    content: "";
}
.navbar .nav-item:not(.dropdown) .nav-link.active {
    color: #16673B;
}
.navbar .nav-item:not(.dropdown) .nav-link.active::after {
    display: none;
    content: "";
}

.jumbotron {
    background-size: cover;
    height:1000px;
    display: flex;
    /*align-items: flex-start;*/
    align-items: center;
    position: relative;
}
.jumbotron .container {
    position: relative;
    z-index: 2;
    height:750px;
}
.jumbotron::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.jumbotron .row {
    vertical-align: middle;
}
.whyus .card:hover {
    background-color: #16673B;
    transition: 0.3s all ease-out;
    color: white;
    cursor: pointer;
}

.jalur-pendaftaran .tab-content {
    border-top: 1px solid #16673B;
    border-right: 1px solid #16673B;
    border-left: 1px solid #16673B;
    border-bottom: 1px solid #16673B;
    border-radius: 0;
}
.jalur-pendaftaran .nav-tabs .nav-link {
    color: var(--dark-color);
    padding: 10px 25px;
}
.jalur-pendaftaran .nav-tabs .nav-link:hover:not(.active) {
    border-bottom: 1px solid #16673B;
}
.jalur-pendaftaran .nav-tabs .nav-link.active {
    border-top: 1px solid #16673B;
    border-right: 1px solid #16673B;
    border-left: 1px solid #16673B;
    border-radius: 0;
    font-weight: 500;
    color: #16673B;
    position: relative;
}
/* KODE INI JANGAN DIHAPUS */
.jalur-pendaftaran .nav-tabs .nav-link.active::after {
    display: block;
    content: "";
    background-color: white;
    width: 100%;
    height: 1px;
    /* height: 100%; */
}

.pendaftaran {
    width: 100%;
}

.galeri {
    margin-top: 50px;
    padding-bottom: 70px;
    width: 100%;
}

footer .footer-profile-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: none;
    margin: none;
}
footer .footer-profile-list-item {
    color: white;
    margin-left: -30px;
    padding: 0;
}
footer .footer-profile-list-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    text-decoration: none;
}
footer .social-media {
    display: flex;
    align-items: center;
    gap: 15px;
}
footer .social-media-item {
    background-color: #16673B;
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .social-media-item i {
    font-size: 1rem;
}

/* Tablet */
@media (min-width: 768px) {
    .pendaftaran {
        width: 900px;
    }
    .galeri {
        width: 900px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item:not(.dropdown) .nav-link:hover::after {
        display: block;
        content: "";
        background-color: #16673B;
        width: 100%;
        height: 3px;
        margin-top: 7px;
        margin-bottom: -10px;
    }
    .navbar .nav-item:not(.dropdown) .nav-link.active {
        color: #16673B;
    }
    .navbar .nav-item:not(.dropdown) .nav-link.active::after {
        display: block;
        content: "";
        background-color: #16673B;
        width: 100%;
        height: 3px;
        margin-top: 7px;
        margin-bottom: -10px;
    }
}
