#main-banner {
    position: relative;
    height: calc(100vh - 180px);
    overflow: hidden;
    z-index: 8990;
}

#main-banner .banner-slides {
    position: relative;
    width: 100%;
    height: 100vh;
}

#main-banner .banner-slides .bannerslide {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
}

#main-banner .banner-slides .bannerslide .slide-text {
    position: absolute;
    color: white;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 900px;
}

#main-banner .banner-slides .bannerslide .slide-text > h2 {
    margin: 0px;
    text-align: center;
    font-size: 70px;
    margin-bottom: 40px;
}

#main-banner .banner-slides .bannerslide .slide-text > span {
    display: block;
    text-align: center;
    font-family: var(--fn-alt);
    font-size: 24px;
    font-weight: 600;
}

@media all and (max-width: 1023px){
    #main-banner .banner-slides .bannerslide .slide-text {
        left: 0;
        top: 30%;
        transform: translate(0, -50%);
        width: 100%;
        padding: 0px 20px;
    }
}

@media all and (max-width: 767px){
    #main-banner .banner-slides .bannerslide .slide-text > h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    #main-banner .banner-slides .bannerslide .slide-text > span {
        font-size: 18px;
    }
}

#cta-program {
    display: block;
    z-index: 8991;
    width: 950px;
    position: relative;
    overflow: hidden;
    background-color: var(--white);
    color: black;
    padding: 40px;
    border: solid 2px var(--grey);
    border-radius: 10px;
    margin: 0px auto;
    transform: translateY(-90px);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

#cta-program > h2 {
    margin: 0px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: solid 3px var(--sea-green);
}

#cta-program .program-card {
    display: flex;
    justify-content: stretch;
    border: solid 1px var(--grey);
}

#cta-program .program-card .program-info {
    aspect-ratio: 1 / 1;
    background-color: var(--yellow);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-family: var(--fn-alt);
}

#cta-program .program-card .program-info .program-date {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#cta-program .program-card .program-info .program-date > h1 {
    margin: 0px;
    font-size: 150px;
    font-weight: 900;
    line-height: 100%;
}

#cta-program .program-card .program-details {
    padding: 30px;
}

#cta-program .program-card .program-details .program-type {
    font-size: 16px;
    font-weight: 800;
    color: var(--red);
    text-transform: uppercase;
}

#cta-program .program-card .program-details .program-title {
    margin: 0px;
}

#cta-program .program-card .program-details .program-vips {
    font-family: var(--fn-alt);
    font-size: 14px;
}

#cta-program .program-card .program-details .program-vips li > strong {
    display: block;
}

#cta-program .program-card .program-details .program-vips li > span {
    font-size: 0.85em;
}

#cta-program .program-card .program-details .program-time {
    font-family: var(--fn-alt);
    font-size: 14px;
    position: relative;
}

#cta-program .program-card .program-details .program-time li > span {
    display: inline-block;
    width: 90px;
}

#cta-program .program-card .program-details .program-time .program-poster {
    position: absolute;
    display: block;
    height: 100%;
    right: 0px;
    top: 0px;
    border: solid 2px var(--grey);
}

#cta-program .program-card .program-details .program-time .program-poster::before {
    content: 'POSTER';
    font-family: var(--fn-alt);
    position: absolute;
    color: var(--grey);
    font-weight: 800;
    font-size: 15px;
    transform: rotate(90deg);
    top: 18px;
    left: -42px;
}

#cta-program .program-card .program-details .program-time .program-poster > img {
    display: block;
    height: 100%;
}

@media all and (max-width: 1023px){
    #cta-program {
        width: 100%;
        padding: 30px;
        border-left: none;
        border-right: none;
        border-radius: 0px;
        margin: 0px;
        transform: translateY(0px);
    }
}

@media all and (max-width: 767px){
    #cta-program .program-card {
        flex-direction: column;
    }

    #cta-program .program-card .program-info {
        align-items: center;
    }

    #cta-program .program-card .program-info .program-date {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #cta-program .program-card .program-details .program-time {
        margin-top: 15px;
    }
    #cta-program .program-card .program-details .program-time li {
        margin-bottom: 15px;
    }

    #cta-program .program-card .program-details .program-time li > span {
        display: block;
        width: 100%;
    }

    #cta-program .program-card .program-details .program-time .program-poster {
        position: relative;
        display: block;
        height: auto;
        width: 100%;
        right: 0px;
        top: 0px;
    }

    #cta-program .program-card .program-details .program-time .program-poster > img {
        display: block;
        height: auto;
        width: 100%;
    }
}


#welcoming {
    position: relative;
}

#welcoming .aluan {
    display: flex;
    column-gap: 80px;
}

#welcoming .aluan .aluan-text {
    flex-grow: 1;
    text-align: justify;
    font-size: 18px;
    font-family: var(--fn-alt);
}

#welcoming .aluan .aluan-text .sign {
    display: flex;
    flex-direction: column;
    position: relative;
}

#welcoming .aluan .aluan-text .sign::before {
    content: '-----';
}

#welcoming .aluan .aluan-text .sign .tt {
    font-family: var(--fn-sign);
    font-size: 60px;
}

#welcoming .aluan .aluan-text .sign .tt + span {
    font-size: 15px;
}

#welcoming .aluan .aluan-image {
    position: relative;
    width: 300px;
    flex-grow: 0;
    flex-shrink: 0;
}

#welcoming .aluan .aluan-image > img {
    display: block;
    width: 100%;
    border: solid 5px white;
    box-shadow: 0px 3px 15px black;
}

@media all and (max-width: 1023px){
    #welcoming .aluan .aluan-image {
        width: 200px;
    }
}

@media all and (max-width: 767px){
    #welcoming {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    #welcoming .aluan {
        flex-direction: column-reverse;
        align-items: center;
        row-gap: 30px;
    }
    #welcoming .aluan .aluan-text {
        text-align: left;
        line-height: 1.5em;
    }
}

#skopaktiviti {
    position: relative;
}

#skopaktiviti .cards {
    display: flex;
    justify-content: center;
    column-gap: 100px;
}

#skopaktiviti .cards > .card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 10px;
    width: 200px;
    height: 200px;
    padding: 30px;
    border: solid 2px var(--light-grey);
    border-radius: 10px;
    text-align: center;
}

#skopaktiviti .cards > .card > i {
    color: var(--sea-green);
}

@media all and (max-width: 1023px){
    #skopaktiviti {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    #skopaktiviti .cards {
        display: flex;
        justify-content: center;
        column-gap: 50px;
    }
}

@media all and (max-width: 767px){
    #skopaktiviti .cards {
        flex-direction: column;
        row-gap: 30px;
        column-gap: 0px;
        align-items: center;
    }
}

#rencanakini {
    position: relative;
}

#rencanakini .latest {
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
}

#rencanakini .latest .newscard {
    width: 33.33%;
    position: relative;
}

#rencanakini .latest .newscard .newscover {
    display: block;
    position: relative;
}

#rencanakini .latest .newscard .newscover > img {
    display: block;
    width: 100%;
    border: solid 2px white;
}

#rencanakini .latest .newscard h4 {
    margin-bottom: 10px;
    font-family: var(--fn-alt);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 26px;
}

#rencanakini .latest .newscard h4 a {
    color: var(--yellow);
}

#rencanakini .latest .newscard .author {
    display: inline-block;
    font-family: var(--fn-alt);
    font-size: 13px;
    border-bottom: dashed 1px white;
    margin-bottom: 15px;
}

#rencanakini .latest .newscard .sinopsis {
    font-family: var(--fn-alt);
    font-size: 15px;
    display: block;
}

#rencanakini .latest .newscard a.newsread {
    display: flex;
    column-gap: 10px;
    align-items: center;
    color: var(--white);
    font-family: var(--fn-alt);
    font-weight: 800;
    font-size: 13px;
    margin-top: 15px;
    transition: all 0.3s ease;
}

#rencanakini .latest .newscard a.newsread:hover > i {
    transform: translateX(8px);
    transition: all 0.3s ease;
}

#jaringans {
    position: relative;
    padding-bottom: 100px !important;
}

#jaringans .logos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

#jaringans .logos a {
    position: relative;
}

#jaringans .logos a > img {
    display: block;
    height: 150px;
}