html {
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Poppins", sans-serif;
}

.banner {
    background-image: url("/img/banner-profile.png");
    background-size: cover;
    background-position: center;
    height: 424px;
    margin-bottom: 139px;
    position: relative;
    z-index: 10;
}

.banner h3 {
    position: relative;
    z-index: 2;
    color: white;
    font-weight: bold;
}

.line {
    background-color: white;
    height: 5px;
    width: 333px;
    border-radius: 4px;
    margin-top: 1%;
    position: relative;
    z-index: 2;
}

.text-smk h4 {
    font-size: 60px;
    color: #215767;
    font-weight: 700;
    font-family: "Poppins";
}

.text-smk p {
    color: #808080;
    font-size: 20px;
    margin-top: 42px;
    margin-bottom: 58px;
}

.tombol {
    background-color: #00beb1;
    color: white;
    font-family: "Poppins";
    border-radius: 40px;
    font-weight: 700;
    border: none;
    transition: 0.5s;
}

.tombol:hover {
    background-color: #00beb1;
    transform: scale(1.1);
}

.tombol a {
    text-decoration: none;
    color: white;
    font-weight: 600;
}

.circle {
    margin-left: 398px;
    margin-top: -484px;
    z-index: -1;
    position: absolute;
    right: 0;
}

.sejarah {
    margin-top: 100px;
    width: 100%;
    height: 485px;
    background-color: #fbf9f9;
    margin-bottom: 50px;
    text-align: justify;
}

.text-sejarah h3 {
    color: black;
    font-weight: 700;
    font-family: "Poppins";
    font-size: 40px;
    margin-bottom: 20px;
}

.des-sejarah p {
    font-size: 18px;
}

.slider-container {
    height: 100%;
}

.button {
    margin-top: 40px;
}

.visi {
    padding: 60px 100px;
    background-color: #0084ac;
    border-radius: 30px;
    margin-bottom: 50px;
}

.text-visi h3 {
    color: white;
    font-weight: 600;
}

.isi-visi p {
    color: white;
    font-size: 22px;
    margin-top: 40px;
    font-weight: 500;
}

.backdrop {
    position: absolute;
    opacity: 80%;
    z-index: 1;
    background-color: black;
    width: 100%;
    height: 100%;
    left: 0;
}

.misi {
    margin-bottom: 100px;
}

.misi .misi-header-container {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 50px;
}

.misi .misi-divider {
    width: 100%;
    border-bottom: 5px solid #215767;
    position: relative;
}

.misi .misi-header {
    background-color: white;
    padding-inline: 20px;
    font-weight: bold;
    position: absolute;
}

.slide {
    position: relative;
    height: 450px;
    border-radius: 25px;
    box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.3);
    background-color: white;
}

.number {
    font-size: 32px;
    font-weight: bold;
    color: white;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -35px;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
    background-color: #00beb1;
}

.slider-container .slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin-top: 60px;
    column-gap: 20px;
}

.slider-container .slick-dots button {
    width: 2rem;
    height: 7px;
    padding: 0;
    border: none;
    border-radius: 25px;
    background-color: rgb(137, 151, 160);
    text-indent: -9999px;
}

.slider-container .slick-dots li.slick-active button {
    border: none;
    background-color: #00beb1;
}

/* Mobile */
@media screen and (max-width: 600px) {
    .banner {
        margin-bottom: 100px;
    }

    .banner h3 {
        font-size: 45px;
    }

    .line {
        width: 245px;
    }

    .text-smk-container {
        padding: 0px 30px;
        text-align: center;
    }

    .text-smk h4 {
        font-size: 30px;
        white-space: nowrap;
    }

    .text-smk p {
        font-size: 17px;
        margin-top: 42px;
        margin-bottom: 58px;
    }
    .circle {
        display: none;
    }

    .sejarah {
        padding: 0px 20px;
    }

    .des-sejarah p {
        font-size: 15px;
    }

    .visi {
        padding: 40px 30px;
    }

    .text-sejarah h3 {
        font-size: 30px;
    }

    .text-visi h3 {
        color: white;
        font-weight: 600;
        font-size: 30px;
    }

    .isi-visi p {
        color: white;
        font-size: 15px;
        margin-top: 40px;
        font-weight: 500;
    }

    .misi .misi-header {
        font-size: 30px;
    }

    .slider-container .slick-slide {
        margin: 50px 20px;
    }
}

/* Tablet */
@media screen and (min-width: 600px) and (max-width: 992px) {
    .banner h3 {
        font-size: 47px;
    }

    .line {
        width: 260px;
    }

    .text-smk h4 {
        font-size: 45px;
        white-space: nowrap;
        width: 593px;
    }

    .text-smk-container {
        padding-left: 50px;
    }

    .text-smk p {
        font-size: 20px;
        margin-top: 42px;
        margin-bottom: 58px;
        width: 551px;
    }

    .circle {
        z-index: 1;
        right: -70px;
        transform: scale(0.7);
    }

    .isi-visi p {
        font-size: 18px;
    }

    .misi .misi-header {
        font-size: 40px;
    }

    .slider-container .slick-slide {
        margin: 50px 30px;
    }
}

/* Small pc */
@media screen and (min-width: 992px) {
    .banner h3 {
        font-size: 60px;
    }

    .text-smk-container {
        padding-left: 100px;
    }

    .text-smk h4 {
        width: 593px;
    }

    .text-smk p {
        width: 551px;
    }

    .misi .misi-header {
        font-size: 3vw;
    }

    .slider-container .slick-slide {
        margin: 50px 40px;
    }
}

/* Big pc */
@media screen and (min-width: 1400px) {
    .banner {
        height: 500px;
        margin-bottom: 100px;
    }

    .banner h3 {
        font-size: 80px;
    }

    .line {
        width: 450px;
        height: 7px;
    }

    .text-smk-container {
        padding-left: 120px;
    }

    .text-smk h4 {
        font-size: 90px;
        white-space: nowrap;
    }

    .text-smk p {
        width: 700px;
        font-size: 35px;
        margin-top: 42px;
        margin-bottom: 58px;
    }

    .tombol {
        padding: 10px 50px;
        border-radius: 50px;
    }

    .tombol a {
        font-size: 30px;
        text-decoration: none;
        color: white;
        font-weight: 600;
    }

    .circle {
        right: 10px;
        transform: scale(1.1);
    }

    .text-sejarah h3 {
        font-size: 50px;
    }

    .des-sejarah p {
        font-size: 28px;
    }

    .visi {
        padding: 60px 350px;
        margin-bottom: 50px;
    }

    .text-visi h3 {
        color: white;
        font-weight: 600;
        font-size: 40px;
    }

    .isi-visi p {
        color: white;
        font-size: 30px;
        margin-top: 40px;
        font-weight: 500;
    }

    .slider-container .slick-slide {
        margin: 50px 70px;
    }
}
