@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-wilayah {
    width: 100%;
    background-image: url("/assets/img/background/bg_hero.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.text-image-wilayah {
    padding-top: 10%;
}
.title-wilayah {
    font-size: 35px;
    font-weight: 700;
    color: white;
    line-height: 40px;
    text-transform: uppercase;
}
.text-page-wilayah {
    color: rgb(192, 123, 19);
}
.deskripsi-wilayah {
    color: white;
    font-size: 16px;
    font-weight: 300;
    margin: 15px 0 0;
    text-align: justify;
}
.slogan {
    font-weight: 700;
}
.globe-tp {
    width: 100%;
}
.btn-wilayah {
    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;
}
/* BODY */
.parent-body-wilayah {
    height: 100vh;
    width: 100%;
    background-image: url("/assets/img/bg_globe.jpeg");
    background-size: cover;
    background-position: top;
    height: 100vh;
}

/* RESPONSIVE */
/* PHONE */
@media only screen and (max-width: 767.98px) {
    .text-image-wilayah {
        padding-top: 20px;
    }
    .title-wilayah {
        font-size: 30px;
        font-weight: 600;
    }
    .deskripsi-wilayah {
        font-size: 15px;
    }
    .globe-tp {
        padding-top: 15px;
    }
    .title-benefit-wilayah {
        width: 100%;
        font-size: 30px;
        text-align: center;
        line-height: 30px;
    }
    .parent-pricelist-logo {
        display: grid;
        place-items: center;
        gap: 10px;
    }
    .img-pricelist {
        width: 100%;
    }
    .btn-wilayah {
        width: 100%;
    }
}

/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .text-image {
        padding: 90px 0 25px;
    }
    .title-wilayah {
        font-size: 22px;
        line-height: 30px;
        font-weight: 600;
    }
    .deskripsi-wilayah {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .text-image {
        padding: 115px 0 25px;
    }
    .title-wilayah {
        font-size: 30px;
        line-height: 35px;
        font-weight: 600;
    }
}
