@import url("https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&family=Lily+Script+One&family=Pathway+Extreme:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap");

/* hero */
#simpel .hero {
    background-image: url('../assets/image/hero-simpel.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    margin-top: -40px;
}

#simpel .hero .content {
    padding-top: 100px;
    text-align: center;
}

#simpel .hero .content .logo {
    margin: 0 auto;
    display: flex;
}

#simpel .hero .content .title {
    font-family: Pathway Extreme;
    font-size: 64px;
    font-weight: 400;
    line-height: 76.8px;
    letter-spacing: 0.029em;
    text-align: center;
    color: #fff;
    margin-top: 60px;
    margin-bottom: 40px;
}

#simpel .hero .content .title span {
    font-weight: 600;
}

#simpel .hero .content .subtitle {
    font-family: Pathway Extreme;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    letter-spacing: 0.029em;
    text-align: center;
    color: #fff;
    width: 64%;
    margin: 20px 0 40px 0;
}

#simpel .hero .content .btn-demo {
    padding: 16px 60px;
    border-radius: 54px;
    background-color: #FCCC00;
    color: #151A30;
    text-decoration: none;
}

#simpel .hero .content .btn-demo:hover {
    border: 1px solid #FCCC00;
    background-color: #fff;
}

/* hero */


/* about */
#simpel .about {
    padding-top: 50px;
    position: relative;
    /* Untuk z-index dan positioning */
}

#simpel .about .container {
    background: #F6F8FF;
    border: none;
    border-radius: 48px;
}

#simpel .about .title {
    font-family: Pathway Extreme;
    font-size: 52px;
    font-weight: 600;
    line-height: 105.6px;
    letter-spacing: 0.029em;
    text-align: center;
    color: #161F3F;
    margin-bottom: 0;
    margin-top: 20px;
    /* margin-bottom: 30px; */
}

#simpel .about .card {
    border: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90% auto;
    /* Atur gambar latar belakang menjadi 90% dari lebar elemen */
    position: relative;
    /* Untuk positioning dan z-index */
    padding: 40px 40px 0 40px;
    /* Menambahkan padding agar konten tidak terlalu menempel pada border */
    background-clip: padding-box;
    /* Pastikan gambar latar belakang tidak menutupi padding */
}

#simpel .about .content {
    position: relative;
    /* Memastikan content dapat memiliki z-index jika diperlukan */
    z-index: 1;
    /* Menempatkan konten di atas background */
}

#simpel .about .subtitle {
    font-family: Pathway Extreme;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0.009em;
    text-align: left;
    color: #161F3F;
}

#simpel .about .ket {
    font-family: Pathway Extreme;
    font-size: 18px;
    font-weight: 400;
    line-height: 30.96px;
    letter-spacing: 0.029em;
    text-align: justify;
    color: #161F3F;
}

#simpel .about .col-kedua {
    margin-top: 340px;
}

#simpel .about .btn-download {
    font-family: Pathway Extreme;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #151A30;
    background: #FCCC00;
    padding: 16px 30px;
    border-radius: 48px;
    margin-bottom: 40px;
    margin-top: 40px;
}

/* about */


/* keuntungan */
#simpel .keuntungan {
    padding-top: 50px;
}


#simpel .keuntungan .title {
    font-family: Pathway Extreme;
    font-size: 52px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.029em;
    text-align: left;
    justify-content: center;
    position: relative;
    /* Pastikan title juga memiliki position */
    z-index: 2;
    margin-bottom: 40px;
    /* Agar teks berada di atas gambar latar belakang */
}

#simpel .keuntungan .sub1 {
    font-family: Pathway Extreme;
    font-size: 18px;
    font-weight: 600;
    line-height: 34.4px;
    letter-spacing: 0.029em;
    text-align: left;
    color: #374E9D;
    margin-bottom: 8px;
}

#simpel .keuntungan .sub2 {
    font-family: Pathway Extreme;
    font-size: 14px;
    font-weight: 400;
    line-height: 30.96px;
    letter-spacing: 0.029em;
    text-align: left;
    color: #374E9D;
}

/* keuntungan */


/* output */

#simpel .output {
    background-image: url('../assets/image/bgkirikanan.png');
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
    /* Sesuaikan padding jika diperlukan */
    background-size: cover;
    /* Menutupi elemen dengan gambar */
    background-attachment: scroll;
    /* Untuk memastikan gambar tidak fixed */
}

#simpel .output .title {
    font-family: Pathway Extreme;
font-size: 52px;
font-weight: 600;
line-height: 65.04px;
letter-spacing: 0.029em;
text-align: center;
margin-bottom: 40px;
color: #151A30;

}

#simpel .output .card {
    padding: 22px;
    width: 100%;
    box-shadow: 0px 4px 80px 0px #00000012;
    border-radius: 28px;
    border: none;
}

#simpel .output .card img {
    height: 162px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 12px;
}

#simpel .output .card .ket {
    font-family: Pathway Extreme;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}

#simpel .output .img-output{
    margin-top: -200px;
}
/* output */


/* android */
#simpel .android{
    background-image: url('../assets/image/android-simpel.png');
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
    /* Sesuaikan padding jika diperlukan */
    background-size: cover;
    height: 1200px;
}
/* android */


/* lkpp */
#simpel .lkpp {
    padding-top: 50px;
}

#simpel .lkpp .card {
    background: #F6F8FF;
    padding: 65px 70px;
    border: none;
    border-radius: 48px;
}

#simpel .lkpp .title {
    font-family: Pathway Extreme;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0.009em;
    text-align: left;
}

#simpel .lkpp .subtitle {
    font-family: Pathway Extreme;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.52px;
    letter-spacing: 0.029em;
    text-align: left;

}

#simpel .lkpp .btn-display {
    font-family: Pathway Extreme;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.009em;
    text-align: center;
    background: #FCCC00;
    padding: 16px 34px;
    border-radius: 48px;
    text-decoration: none;
    color: #000;
    margin-top: 32px;
    display: inline-block;
}

/* lkpp */


@media (max-width: 575.98px) {

    #simpel .hero {
        background-image: url('../assets/image/hero-simpel.svg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100vh;
        margin-top: -144px;
    }

    #simpel .hero .content {
        padding-top: 144px;
        text-align: center;
    }

    #simpel .hero .content .logo {
        margin: 0 auto;
        display: flex;
        width: 60%;
    }

    #simpel .hero .content .title {
        font-size: 24px;
        line-height: normal;
        font-family: Pathway Extreme;
        font-weight: 400;
        letter-spacing: 0.029em;
        text-align: center;
        color: #fff;
        margin-top: 50px;
        margin-bottom: 20px;
    }


    #simpel .hero .content .subtitle {
        font-family: Pathway Extreme;
        font-size: 14px;
        font-weight: 400;
        line-height: 21.6px;
        letter-spacing: 0.029em;
        text-align: center;
        color: #fff;
        width: 100%;
        margin: 20px 0 40px 0;
    }




    /* about */

    #simpel .about .title {
        font-size: 36px;
    }

    #simpel .about .card {
        border: none;
        background-color: transparent;
        background-image: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 90% auto;
        position: relative;
        padding: 20px;
        background-clip: padding-box;
    }

    #simpel .about .subtitle {
        font-size: 24px;
        margin-bottom: 0;
    }

    #simpel .about .ket {
        font-family: Pathway Extreme;
        font-size: 14px;
        font-weight: 400;
        line-height: 30.96px;
        letter-spacing: 0.029em;
        text-align: justify;
        color: #161F3F;
    }

    #simpel .about .col-kedua {
        margin-top: 0px;
    }

    /* about */


    /* keuntungan */
    #simpel .keuntungan {
        background-image: none;
    }

    #simpel .keuntungan .title {
        font-family: Pathway Extreme;
        font-size: 36px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.029em;
        text-align: left;
        justify-content: center;
        position: relative;
        /* Pastikan title juga memiliki position */
        z-index: 2;
        /* Agar teks berada di atas gambar latar belakang */
    }

    #simpel .keuntungan .title span {
        color: #2F5ED9;
        display: block;
    }

    #simpel .keuntungan .card {
        background: #EBEEF9;
        padding: 20px;
        z-index: -1;
        /* Card berada di bawah title dan background */
        border: none;
        margin-top: 20px;
        border-radius: 28px;
        position: relative;
        /* Pastikan card memiliki position */
    }

    #simpel .keuntungan .ket {
        font-family: Pathway Extreme;
        font-size: 18px;
        font-weight: 400;
        line-height: 30.96px;
        letter-spacing: 0.029em;
        text-align: left;
        color: #374E9D;
    }

    /* keuntungan */



    /* output */
    #simpel .output {
        background-image: none;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 50px;
        background-size: cover;
        background-attachment: scroll;
    }

    #simpel .output .title {
        font-family: Pathway Extreme;
        font-size: 36px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.029em;
        text-align: center;
        margin-bottom: 40px;
    }

    /* output */



    /* laporan */

    #simpel .laporan .title {
        font-family: Pathway Extreme;
        font-size: 36px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.029em;
        text-align: center;
        margin-bottom: 40px;
    }

    /*#simpel  laporan */

    #simpel .output .img-output{
        display: none;
    }
    /* output */
    
    
    /* android */
    #simpel .android{
        background-image: url('../assets/image/android-simpel.png');
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 50px;
        /* Sesuaikan padding jika diperlukan */
        background-size: cover;
        height: 360px;
        margin-top: 20px;
    }
    /* android */


    /* lkpp */

    #simpel .lkpp .card {
        background: #F6F8FF;
        padding: 40px;
        border: none;
        border-radius: 48px;
    }

    #simpel .lkpp .title {
        font-size: 20px;
        line-height: normal;
        margin-top: 12px;
    }

    #simpel .lkpp .subtitle {
        font-family: Pathway Extreme;
        font-size: 16px;
        font-weight: 400;
        line-height: 27.52px;
        letter-spacing: 0.029em;
        text-align: left;

    }

    /* lkpp */
}