@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

/* HERO */
.bg-hero-presisi {
    width: 100%;
    background-image: url("/assets/img/bg_presisi.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.text-image-presisi,
.text-image-komando {
    padding-top: 10%;
}
.title-presisi {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: white;
}
.text-presisi {
    color: rgb(192, 123, 19);
}
.deskripsi-presisi {
    color: white;
    font-size: 16px;
    font-weight: 300;
    margin: 15px 0 0;
    text-align: justify;
}
.btn-presisi {
    background: #df2028;
    color: white;
    border: 1px solid transparent;
    padding: 10px 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
}

/* BENEFIT */
.parent-benefit {
    padding: 50px 0;
    background: #000000;
}
.title-benefit-presisi {
    font-size: 35px;
    font-weight: 600;
    color: white;
    line-height: 45px;
}
.title-benefit-akurasi {
    font-size: 45px;
    color: white;
    line-height: 50px;
    font-weight: 600;
}
.text-benefit {
    color: rgb(192, 123, 19);
}
.parent-pricelist-logo {
    align-items: center;
    text-align: center;
}
.img-pricelist {
    width: 100%;
}
.logotp-edm {
    width: 100%;
}

/* ALFA */
.parent-title-alfa {
    background: rgb(0, 9, 129);
}
.title-alfa {
    color: white;
    font-family: "Arvo", serif;
    font-weight: 600;
    font-size: 40px;
    border-left: 10px solid rgb(0, 9, 129);
    margin-top: 50px;
}
.parent-pricelist-alfa {
    margin-top: 20px;
}
.img-pricelist-alfa {
    width: 100%;
}

/* RESPONSIVE */
/* PHONE */
@media only screen and (max-width: 767.98px) {
    /* PRESISI */
    .text-image-presisi {
        padding-top: 20px;
    }
    .parent-benefit {
        padding: 30px 0;
    }
    .title-benefit-presisi {
        font-size: 25px;
        text-align: center;
        line-height: 30px;
    }
    .img-pricelist {
        width: 100%;
        padding-bottom: 20px;
    }
    .logotp-edm {
        width: 85%;
    }
    .title-presisi {
        font-size: 35px;
        line-height: 40px;
    }
    .deskripsi-presisi {
        font-size: 15px;
    }
    .btn-presisi {
        width: 100%;
    }
    .model-presisi {
        padding-top: 15px;
    }

    /* AKURASI */
    .title-benefit-akurasi {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
    }
    .title-alfa {
        margin-top: 30px;
        font-size: 30px;
    }
    .img-pricelist-alfa {
        width: 100%;
        padding-bottom: 20px;
    }
}

/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .text-image-presisi,
    .text-image-komando {
        padding-top: 12%;
    }
    .text-image-presisi .row {
        align-items: end !important;
    }
    .parent-text-presisi {
        padding: 0 0 20px;
    }
    .title-presisi {
        font-size: 45px;
        font-weight: 600;
    }
    .deskripsi-presisi {
        font-size: 16px;
    }
    .text-image-presisi .w-75 {
        width: 100% !important;
    }
    .btn-presisi {
        margin: 15px 0 0;
    }
    .title-benefit-presisi {
        font-size: 35px;
        line-height: 40px;
    }
    .img-pricelist {
        width: 100%;
        margin-top: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .text-image-komando .row {
        align-items: end !important;
    }
    .text-image-komando .parent-text-presisi {
        padding: 0 0 20px;
    }
    .text-image-komando .title-presisi {
        font-size: 45px;
    }
    .title-presisi {
        font-size: 50px;
    }
    .deskripsi-presisi {
        font-size: 16px;
    }
    .text-image-presisi .w-75 {
        width: 100% !important;
    }
    .img-pricelist {
        width: 100%;
        margin-top: 20px;
    }
}
