html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

* {
    font-family: "Red Hat Display", sans-serif;
}

:root {
    --biru: #2041bb;
    --abu: #c4c4c4;
}


/* utility */

.black {
    font-weight: 900;
}

.extrabolds {
    font-weight: 800;
}

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 600;
}

.medium {
    font-weight: 500;
}

.bg-biru {
    background-color: var(--biru);
}

.btn-login {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    height: 40px;
    color: var(--biru);
    background-color: #fff;
    transition: 0.3s ease all;
}

.text-link-black {
    color: rgb(24, 24, 24);
}

.text-link-black:hover {
    color: #486ae8;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}


/* navbar */

nav {
    position: relative;
    z-index: 2;
}


.btn-banner {
    background-color: white;
    display: block;
    width: 150px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 10px;
    color: var(--biru);
    text-decoration: none;
    transition: 0.3s ease all;
}

.btn-banner:hover {
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.8);
}

.text-banner {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 20px;
}


/* HERO BANNER NEW */
.hero-banner {
    position: relative;
}

.hero-banner .hero-img{
    object-fit: cover;
    position: absolute;
    top: -500px;
    z-index: -1;
    width: 100%;
    height: 1200px;
}

.hero-banner .person{
    width: 100%;
}


/* partner */

.partners {
    margin-top: 80px;
}

.partner-img {
    max-width: 150px;
    max-height: 250px;
    object-fit: contain;
}


/* about */

.about-title {
    font-size: 36px;
    line-height: 36px;
}

.about-desc {
    margin-top: 40px;
    font-size: 14px;
}

.about-btn {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 14px;
}

.about-btn a {
    color: var(--biru);
}

.about-img {
    width: 100px;
}

.img-text {
    margin-left: 20px;
}

.img-title {
    font-size: 24px;
}

.img-title-desc {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 10px;
}

#about {
    padding: 100px 0px;
}


/* content 1 */

#content1 {
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}

#content2 {
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}

.content-img-bg {
    position: absolute;
    top: -200px;
    left: -200px;
    z-index: -1;
    transform: scale(0.7);
}

.content-img-bg2 {
    position: absolute;
    bottom: -100px;
    right: -100px;
    z-index: -1;
    transform: scale(0.7);
}

.content-img {
    position: relative;
    left: -40px;
}


/* berita */

#berita {
    padding: 100px 0px;
}

.berita-title {
    font-size: 36px;
}

.card-berita {
    display: block;
    width: 400px;
    border-radius: 12px;
    margin: 0;
    padding: 0;
    box-shadow: 1px 6px 21px 2px #00000040;
}

.atas {
    background: linear-gradient(91.17deg, #2041bb 0.6%, #8aa4ff 134.9%);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: block;
    height: 150px;
}

.bawah {
    padding: 15px;
}

.bawah-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.bawah-text {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}


/* footer */

#footer {
    padding-top: 100px;
    padding-bottom: 30px;
}

.footer-title {
    font-size: 18px;
}

.footer-text {
    font-size: 16px;
}

.footer {
    margin-bottom: 100px;
}

.bumi {
    display: none;
}


/* STYLING LOADER */

#loading-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#loading-wrapper .loading-img {
    position: absolute;
    top: 45vh;
    left: 48vw;
}


/* owl */

.owl-nav {
    display: flex;
}

.owl-prev {
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    box-shadow: 1px 1px 9px 1px #00000040;
}

.owl-next {
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    box-shadow: 1px 1px 9px 1px #00000040;
}

#popup {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
}

.popup-box {
    /* padding: 40px 10px; */
    border-radius: 15px;
    background-color: rgb(238, 236, 236);
}

.curstat-box {
    background-color: white;
    padding: 24px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.radio {
    position: absolute;
    top: 10px;
    left: 20px;
}

.box-info {
    background-color: white;
    overflow: hidden;
    transition: 0.3s all;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}

.info-cover {
    overflow: hidden;
    height: 150px;
}

.info-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.judul-info {
    font-size: 18px;
}

.a-info:hover .box-info {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
}


/* responsive desktop*/

@media only screen and (max-width: 850px) {
    .partners {
        margin-top: 60px;
    }

}


@media only screen and (min-width: 768px) {
    /* banner */
    .btn-banner {
        background-color: white;
        display: block;
        width: 180px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        border-radius: 10px;
        color: var(--biru);
        text-decoration: none;
        transition: 0.3s ease all;
    }
    .btn-banner:hover {
        transform: scale(1.03);
        background-color: rgba(255, 255, 255, 0.8);
    }
    .text-banner {
        font-size: 56px;
        line-height: normal;
        margin-bottom: 30px;
    }
    .btn-login {
        /* color: white; */
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        width: 100px;
        height: 40px;
        color: #fff;
        background-color: #2041bb;
    }
    .btn-login:hover {
        background-color: #3b61ed;
        color: #fff;
    }
    /* partners */
    .partner-img {
        width: 200px;
    }
    /* about */
    .about-title {
        font-size: 48px;
        line-height: 48px;
    }
    .about-desc {
        font-size: 18px;
        text-align: justify;
    }
    .about-btn {
        margin-top: 40px;
        margin-bottom: 0px;
        font-size: 18px;
    }

    /* konten */
    .content-img-bg {
        position: absolute;
        top: -100px;
        left: -200px;
        z-index: -1;
        transform: scale(1);
    }
    .content-img-bg2 {
        transform: scale(1);
    }

    #content2 {
        position: relative;
        margin-top: 200px;
        margin-bottom: 100px;
    }
}
