/* Header */
.page-header {
    padding-top: 122px;
    padding-bottom: 0;
}

.background-header {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    border-radius: 8px;
    box-shadow: var(--shadow);
    box-shadow: inset 0 0 0 100vh rgba(067, 164, 168,0.85);
    padding: 140px;
}

.header-title {
    font-family: var(--font-1);
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.header-btn {
    background-color: var(--accent);
    border-radius: 4px;
    font-family: var(--font-1);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
    display: block;
    padding: 8px 24px;
    transition: var(--transition);
    margin-bottom: 24px;
}

.header-btn:hover {
    filter: brightness(.9);
    color: var(--white);
}

.header-link {
    transition: var(--transition);
}

.header-link:hover {
    color: var(--white);
}
/* End Header */

/* Specification */
#specification {
    margin-top: 24px;
}

.spec-item {
    border-left: 5px solid var(--primary);
    padding-left: 16px;
}

.spec-data {
    font-family: var(--font-1);
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    color: var(--black);
}
/* End Specification */

/* Divider */
.divider hr {
    margin: 64px 0;
    border-color: var(--primary);
}
/* End Divider */

/* information */
.information-card {
    box-shadow: var(--shadow);
    border-radius: 8px;
}

.information-card .card-body {
    padding: 32px;
}

.information-nav-link {
    font-family: var(--font-1);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: var(--grey) !important;
    background-color: transparent !important;
    padding: 0;
    border: 0 !important;
    padding-bottom: 8px !important;
    outline: 0 !important;
}

.information-nav-link.active {
    border-bottom: 5px solid var(--primary) !important;
    color: var(--black) !important;
}

.information-item-title {
    font-family: var(--font-1);
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    color: var(--primary);
    margin-bottom: 24px;
}

.information-item-description {
    font-family: var(--font-2);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: var(--grey);
    margin-bottom: 16px;
}

.information-item-description:last-child {
    margin-bottom: 0;
}

.kurikulum-item-number {
    font-family: var(--font-1);
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    color: var(--primary);
    margin-right: 24px;
}

.kurikulum-btn {
    padding: 12px 12px !important;
    margin-left: 16px;
    width: 200px;
}

.kurikulum-item {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--primary);
}

.kurikulum-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.kurikulum-link {
    transition: var(--transition);
}

.kurikulum-link:hover {
    text-decoration: none;
    color: var(--primary);
}

.testimoni-container {
    padding: 24px;
    box-shadow: var(--shadow);
    border: 1px solid var(--primary);
    border-radius: 8px;
}

.testimoni-profile {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    color: var(--primary) !important;
    opacity: 1;
}
/* End information */

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: block;    /* undo display:none          */
    height: 0;         /* height:0 is also invisible */
    overflow: hidden;  /* no-overflow                */
}
.tab-content > .active, .pill-content > .active {
    height: auto;      /* let the content decide it  */
} /* bootstrap hack end */

@media (min-width: 768px) and (max-width: 997.98px) {

    /* Divider */
    .divider hr {
        margin: 48px 0;
    }
    /* End Divider */

    /* Header */
    .background-header {
        padding: 120px 40px;
    }
    /* End Header */

    /* Specification */
    .spec-item {
        margin-bottom: 32px;
    }
    /* End Specification */

    /* Information */
    .kurikulum-btn {
        margin-left: 0;
        margin-top: 16px;
    }

    .kurikulum-item {
        align-items: flex-start;
    }
    /* End Information */

}

@media (max-width: 767.98px) {

    /* Header */
    .background-header {
        padding: 48px 24px;
    }

    .header-btn {
        font-size: 16px;
    }
    /* End Header */

    /* Divider */
    .divider hr {
        margin: 32px 0;
    }
    /* End Divider */

    /* Specification */
    .spec-data {
        margin-bottom: 24px;
        font-size: 28px;
    }

    [class^="col-"]:last-child .spec-item .spec-data {
        margin-bottom: 0;
    }
    /* End Specification */

    /* Information */
    .information-nav-link {
        margin-bottom: 16px;
    }

    .information-nav-link.active {
        border: 2px solid var(--primary) !important;
        border-radius: 8px;
        padding: 4px;
    }

    .information-card .card-body {
        padding: 16px;
    }

    .information-item-title {
        font-size: 24px;
    }

    .kurikulum-btn {
        margin-left: 0;
        margin-top: 16px;
    }

    .kurikulum-item {
        align-items: flex-start;
    }
    /* End Information */

}
