@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 */
#simasn .hero {
    background-image: url('../assets/image/hero-simasn.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    margin-top: -40px;
}

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

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

#simasn .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;
}

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

#simasn .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;
}

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

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

/* hero */


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

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

#simasn .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; */
}

#simasn .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 */
}

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

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

#simasn .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;
}

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

#simasn .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 */


/* kenapa */

#simasn .kenapa {
    background-image: url('../assets/image/bgkirikanan.png');
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 166px;
    /* Sesuaikan padding jika diperlukan */
    background-size: cover;
    /* Menutupi elemen dengan gambar */
    background-attachment: scroll;

    /* Untuk memastikan gambar tidak fixed */
}

#simasn .kenapa .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;
}

#simasn .kenapa .card {
    background: #fff;
    border: none;
    box-shadow: 0px 3px 6px -2px #1018280F;
    box-shadow: 0px 6px 12px -2px #1018281A;
    border-radius: 48px;
    padding: 37px 12px 12px 12px;
}

#simasn .kenapa .title-card {
    font-family: Pathway Extreme;
    font-size: 16px;
    font-weight: 600;
    line-height: 18.4px;
    color: #374E9D;
    padding-left: 10px;
    margin-bottom: 20px;
}

/* kenapa */


/* keunggulan */
#simasn .keunggulan {
    padding-top: 50px;
}

#simasn .keunggulan .title {
    font-family: Pathway Extreme;
    font-size: 52px;
    font-weight: 600;
    line-height: 95.04px;
    text-align: center;
    color: #0B1B35;
    margin-bottom: 60px;
}

#simasn .keunggulan .card {
    padding: 24px;
    background-color: #E0E8FF;
    border-radius: 32px;
    border: none;
    box-shadow: 0px 1px 2px 0px #151A300D;
}

#simasn .keunggulan .card .title-card {
    font-family: Pathway Extreme;
    font-size: 16px;
    font-weight: 700;
    line-height: 27.52px;
    letter-spacing: 0.029em;
    text-align: left;
    color: #374E9D;
    margin-bottom: 12px;
}

#simasn .keunggulan .card .ket {
    font-family: Pathway Extreme;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.52px;
    letter-spacing: 0.029em;
    text-align: left;
    color: #374E9D;
}

/* keunggulan */



/* output */
#simasn .output {
    padding-top: 50px;
}

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

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

#simasn .output .card img {
    height: 170px;
    margin-bottom: 12px;
}

#simasn .output .card .ket {
    font-family: Pathway Extreme;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.41px;
    text-align: center;
    margin-bottom: 0;
}

/*#esakip  output */


/* client */
#simasn .client {
    background-color: #EBEEF9;
    padding: 40px 0;
}

#simasn .client .title {
    font-family: Pathway Extreme;
    font-size: 52px;
    font-weight: 700;
    line-height: 70.51px;
    text-align: center;
    color: #0B1B35;
    margin-bottom: 48px;
}

/* client */

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

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

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

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

}

#simasn .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) {

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

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

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

    #simasn .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;
    }


    #simasn .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 */

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

    #simasn .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;
    }

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

    #simasn .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;
    }

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

    /* about */


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

    #simasn .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 */
    }

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

    #simasn .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 */
    }

    #simasn .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 */



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

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

    /* kenapa */



    /* laporan */

    #simasn .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;
    }

    /*#simasn  laporan */


    /* keunggulan */
    #simasn .keunggulan {
        padding-top: 50px;
    }

    #simasn .keunggulan .title {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 40px;
    }

    #simasn .keunggulan .card .ket {
        font-family: Pathway Extreme;
        font-size: 16px;
        font-weight: 400;
        line-height: 27.52px;
        letter-spacing: 0.029em;
        text-align: left;
        color: #374E9D;
    }


    /* output */
    #simasn .output {
        padding-top: 50px;
    }

    #simasn .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;
    }


    /*#esakip  output */


    /* client */
    #simasn .client {
        background-color: #EBEEF9;
        padding: 40px 0;
        margin-top: 40px;
    }

    #simasn .client .title {
        font-family: Pathway Extreme;
        font-size: 36px;
        font-weight: 700;
        line-height: 70.51px;
        text-align: center;
        color: #0B1B35;
        margin-bottom: 12px;
    }

    /* client */



    /* lkpp */

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

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

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

    }

    /* lkpp */
}