@import url('../all.css');

.landing_produk {
    width: 100%;
    padding: 80px 0;
    background-color: var(--blue);
}

.box_landing_produk {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box_landing_produk h1 {
    font-size: 40px;
    color: var(--white);
    font-weight: 600;
    text-align: center;
}

.box_landing_produk p {
    font-size: 18px;
    color: var(--white);
    font-weight: 400;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
}

.fitur_utama_produk {
    width: 100%;
    margin-top: 80px;
}

.fitur_utama_produk h1 {
    font-size: 30px;
    font-weight: 600;
    color: var(--black);
}

.fitur_utama_produk h6 {
    font-size: 17px;
    font-weight: 400;
    color: var(--semi-black);
    margin-top: 5px;
}

.box_fitur_utama_produk {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
    margin-top: 30px;
}

.isi_fitur_utama_produk {
    width: 100%;
    padding: 20px;
    background-color: var(--semi-brown);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.isi_fitur_utama_produk i {
    font-size: 18px;
    color: var(--blue);
}

.isi_fitur_utama_produk p {
    font-size: 15px;
    color: var(--black);
    font-weight: 500;
}

.paket_produk {
    width: 100%;
    margin-top: 80px;
}

.paket_produk h1 {
    font-size: 30px;
    font-weight: 600;
    color: var(--black);
}

.paket_produk h6 {
    font-size: 17px;
    font-weight: 400;
    color: var(--semi-black);
    margin-top: 5px;
}

.box_paket_produk {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.isi_box_paket_produk {
    width: 100%;
    border-radius: 5px;
    padding: 30px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(230, 230, 230, 1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(230, 230, 230, 1);
    box-shadow: 0px 0px 4px 0px rgba(230, 230, 230, 1);
    transition: 0.3s;
}

.paket_tipe {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.paket_tipe p {
    padding: 10px 30px;
    background-color: var(--soft-blue);
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    color: var(--blue);
}

.harga_paket {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.harga_paket p {
    font-size: 16px;
    font-weight: 600;
    color: var(--semi-black);
}

.harga_paket h2 {
    font-size: 30px;
    font-weight: 600;
    color: var(--semi-black);
}

.harga_paket_t_b {
    text-align: center;
    font-weight: 600;
    color: #aaaaaa;
    font-size: 14px;
    margin-top: 5px;
}

.line_paket {
    width: 100%;
    height: 1px;
    background-color: var(--border-grey);
    margin-top: 30px;
}

.list_detail_paket {
    width: 100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 40px;
}

.isi_list_detail_paket {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.isi_list_detail_paket i {
    font-size: 17px;
    color: var(--blue);
}

.isi_list_detail_paket h5 {
    font-size: 15px;
    color: var(--semi-black);
    font-weight: 500;
}

.client_kami {
    margin: 80px 0;
}

.client_kami h1 {
    font-size: 30px;
    font-weight: 600;
    color: var(--black);
}

.client_kami h6 {
    font-size: 17px;
    font-weight: 400;
    color: var(--semi-black);
    margin-top: 5px;
}

.box_client_kami {
    width: 100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.isi_box_client_kami {
    width: 100%;
    border-radius: 5px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(230, 230, 230, 1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(230, 230, 230, 1);
    box-shadow: 0px 0px 4px 0px rgba(230, 230, 230, 1);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}

.isi_box_client_kami img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}

.text_isi_box_client_kami {
    width: 100%;
    padding: 20px;
}

.text_isi_box_client_kami h1 {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    margin-top: -3px;
}

.text_isi_box_client_kami p {
    font-size: 14px;
    font-weight: 400;
    color: var(--semi-black);
    margin-top: 3px;
}

.text_isi_box_client_kami h5 {
    font-size: 13px;
    font-weight: 400;
    color: var(--blue);
    margin-top: 3px;
}

.teknologi_produk {
    width: 100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.isi_teknologi_produk {
    width: 100%;
    padding: 30px;
    border-radius: 5px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(230, 230, 230, 1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(230, 230, 230, 1);
    box-shadow: 0px 0px 4px 0px rgba(230, 230, 230, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.isi_teknologi_produk img {
    height: 80px;
    border-radius: 80px;
}

.isi_teknologi_produk p {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    margin-top: 15px;
}

/* TEMPLATE */
.list_template {
    width: 100%;
    margin: 50px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.isi_list_template {
    width: 100%;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(230, 230, 230, 1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(230, 230, 230, 1);
    box-shadow: 0px 0px 4px 0px rgba(230, 230, 230, 1);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.isi_list_template img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.box_isi_list_template {
    width: 100%;
    padding: 20px;
}

.box_isi_list_template h1 {
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
}

.box_isi_list_template p {
    font-size: 14px;
    font-weight: 400;
    color: var(--semi-black);
    margin-top: 5px;
}

.box_isi_list_template h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--blue);
    margin-top: 5px;
}

.button_template {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.preview_tpl {
    width: 100%;
    padding: 10px 0;
    background-color: var(--semi-brown);
    text-align: center;
    text-decoration: none;
    color: var(--black);
    font-size: 15px;
    font-weight: 500;
    border-radius: 0 0 0 5px;
}

.bikin_tpl {
    width: 100%;
    padding: 10px 0;
    background-color: var(--blue);
    text-align: center;
    text-decoration: none;
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    border-radius: 0 0 5px 0;
}

@media only screen and (max-width: 900px) {
    .box_landing_produk {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .box_landing_produk h1 {
        font-size: 30px;
        text-align: center;
    }

    .box_landing_produk p {
        width: 100%;
        font-size: 15px;
        text-align: center;
        margin-bottom: 40px;
    }

    .paket_produk h1 {
        font-size: 25px;
    }

    .paket_produk h6 {
        font-size: 15px;
    }

    .fitur_utama_produk h1 {
        font-size: 25px;
    }

    .fitur_utama_produk h6 {
        font-size: 15px;
    }

    .client_kami h1 {
        font-size: 25px;
    }

    .client_kami h6 {
        font-size: 15px;
    }

    .text_isi_box_client_kami h1 {
        font-size: 16px;
    }

    .box_paket_produk {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .box_fitur_utama_produk {
        grid-template-columns: 1fr;
    }

    .box_client_kami {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .teknologi_produk {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .isi_teknologi_produk img {
        height: 70px;
        border-radius: 70px;
    }

    .isi_teknologi_produk p {
        font-size: 16px;
        font-weight: 600;
        color: var(--black);
        margin-top: 15px;
    }

    .list_template {
        margin: 50px 0;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .box_isi_list_template h1 {
        font-size: 18px;
    }

    .box_isi_list_template p {
        font-size: 13px;
    }

    .box_isi_list_template h5 {
        font-size: 15px;
        font-weight: 600;
        color: var(--blue);
        margin-top: 5px;
    }

    .preview_tpl {
        font-size: 14px;
    }
    
    .bikin_tpl {
        font-size: 14px;
    }
}