@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-pagekelas {
    width: 100%;
    background-image: url("/assets/img/background/bg_hero.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.text-image-pagekelas {
    padding-top: 50px;
}
.title-pagekelas {
    font-size: 50px;
    font-weight: 700;
    color: white;
    line-height: 50px;
    text-transform: uppercase;
}
.text-pagekelas {
    color: rgb(192, 123, 19);
}
.deskripsi-pagekelas {
    color: white;
    font-size: 17px;
    font-weight: 300;
    margin-top: 20px;
    text-align: justify;
}
.model-pagekelas {
    width: 100%;
}
.btn-pagekelas {
    background: #df2028;
    color: white;
    border: 1px solid transparent;
    padding: 10px 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
    cursor: pointer;
}

/* PHONE */
@media only screen and (max-width: 767.98px) {
    .text-image-pagekelas {
        padding-top: 20px;
    }
    .model-pagekelas {
        padding-top: 15px;
        width: 100%;
    }
    .btn-pagekelas {
        width: 100%;
    }
    .title-pagekelas {
        font-size: 35px;
        line-height: 40px;
    }
    .deskripsi-pagekelas {
        font-size: 15px;
    }
}

/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .text-image .row {
        align-items: end;
    }
    .text-image .parent-text-pagekelas {
        padding-bottom: 25px;
    }
    .title-pagekelas {
        font-size: 25px;
        line-height: 30px;
    }
    .deskripsi-pagekelas {
        font-size: 13px;
        margin: 10px 0 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .text-image {
        padding-top: 12%;
    }
    .text-image .row {
        align-items: end;
    }
    .text-image .parent-text-pagekelas {
        padding-bottom: 25px;
    }
    .title-pagekelas {
        font-size: 40px;
        line-height: 40px;
    }
    .deskripsi-pagekelas {
        font-size: 15px;
        margin: 15px 0 0;
    }
}
