/*--------------------------------------------------------------
# prodi
--------------------------------------------------------------*/
.prodi .icon-box {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
}

.prodi .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #012970;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
}

.prodi .icon-box .icon i {
    color: #fff;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}

.prodi .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.prodi .icon-box h4 a {
    color: #151515;
    transition: ease-in-out 0.3s;
}

.prodi .icon-box h4 a:hover {
    color: #012970;
}

.prodi .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.prodi .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}


/*--------------------------------------------------------------
# biaya Section
--------------------------------------------------------------*/
.biaya .biaya-item {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
    background: #fff;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 5px;
}

.biaya .biaya-item:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    transition: ease-in-out 0.3s;
}

.biaya h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--color-secondary);
}

.biaya h4 {
    font-size: 48px;
    color: var(--color-primary);
    font-weight: 400;
    font-family: var(--font-primary);
    margin-bottom: 25px;
}

.biaya h4 sup {
    font-size: 28px;
}

.biaya h4 span {
    color: rgba(108, 117, 125, 0.8);
    font-size: 18px;
}

.biaya ul {
    padding: 20px 0;
    list-style: none;
    color: #6c757d;
    text-align: left;
    line-height: 20px;
}

.biaya ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.biaya ul i {
    color: #059652;
    font-size: 24px;
    padding-right: 3px;
}

.biaya ul .na {
    color: rgba(108, 117, 125, 0.5);
}

.biaya ul .na i {
    color: rgba(108, 117, 125, 0.5);
}

.biaya ul .na span {
    text-decoration: line-through;
}

.biaya .buy-btn {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 4px;
    color: var(--color-primary);
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-primary);
    transition: 0.3s;
    border: 1px solid var(--color-primary);
}

.biaya .buy-btn:hover {
    background: var(--color-primary);
    color: #fff;
}

.biaya .featured {
    border-top-color: #012970;
}

.biaya .featured .buy-btn {
    background: var(--color-primary);
    color: #fff;
}

@media (max-width: 992px) {
    .biaya .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .biaya .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .biaya .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}

/*--------------------------------------------------------------
# pelaksanaan
--------------------------------------------------------------*/
.pelaksanaan .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.pelaksanaan .box h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    background: #e9e1e1;
}

.pelaksanaan .box h4 {
    font-size: 36px;
    color: #106eea;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.pelaksanaan .box h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pelaksanaan .box h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}

.pelaksanaan .box ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.pelaksanaan .box ul li {
    padding-bottom: 16px;
}

.pelaksanaan .box ul i {
    color: #106eea;
    font-size: 18px;
    padding-right: 4px;
}

.pelaksanaan .box ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pelaksanaan .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pelaksanaan .btn-buy {
    background: #106eea;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

.pelaksanaan .btn-buy:hover {
    background: #3b8af2;
}

.pelaksanaan .featured h3 {
    color: #fff;
    background: #106eea;
}

.pelaksanaan .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #106eea;
    color: #fff;
}

/*--------------------------------------------------------------
# panitia
--------------------------------------------------------------*/
.panitia {
    background: #fff;
    padding: 60px 0;
}

.panitia .member {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.panitia .member .member-img {
    position: relative;
    overflow: hidden;
}

.panitia .member .social {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
}

.panitia .member .social a {
    transition: color 0.3s;
    color: #151515;
    margin: 0 3px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.8);
    transition: ease-in-out 0.3s;
    color: #484848;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.panitia .member .social a:hover {
    color: #151515;
    background: #ffc451;
}

.panitia .member .social i {
    font-size: 18px;
    line-height: 0;
}

.panitia .member .member-info {
    padding: 25px 15px;
}

.panitia .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #151515;
}

.panitia .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}

.panitia .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}

.panitia .member:hover .social {
    opacity: 1;
    bottom: 15px;
}