@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500;600&display=swap");

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Arial, Helvetica, sans-serif;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

/* banner */

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.content .wrapper {
    position: relative;
    text-align: center;
    color: white;
    width: 100%;
}

.content .wrapper .centered {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.content .wrapper .centered h2 {
    width: 90%;
    margin: auto;
}

.btnPpdb {
    padding: 10px;
    text-decoration: none;
    border: none;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    color: white;
    border-radius: 10px;
    background-color: #009bca;
}

/* endbanner */

/* sambutan */

.sambutan {
    display: flex;
    padding: 60px 70px;
    color: white;
    background-color: #0084ac;
    margin-bottom: 70px;
    border-radius: 26px;
    margin-top: 60px;
    place-items: center;
    column-gap: 50px;
}

.sambutan-text {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-size: 1.3vw;
    line-height: 28px;
}

.sambutan h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.kepsek-img img {
    width: 430px;
    object-fit: cover;
}

.tombol {
    background-color: #00beb1;
    color: white;
    font-family: "Poppins";
    border-radius: 40px;
    width: 192px;
    height: 44px;
    font-weight: 700;
}

.tombol a {
    text-decoration: none;
    color: white;
    font-weight: 600;
}

.tombol a:hover {
    text-decoration: none;
    color: white !important;
}

/* end sambutan */

/* data jumlah */

.data-jumlah {
    margin-top: 100px;
    padding: 35px 40px 10px 40px;
    background-color: #0084ac;
}

.wrapperJumlah .slick-slide {
    margin: 60px 20px;
}

.wrapperJumlah .slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
    column-gap: 20px;
}

.wrapperJumlah .slick-dots button {
    margin-top: -10px;
    width: 2rem;
    height: 7px;
    padding: 0;
    border: none;
    border-radius: 25px;
    background-color: rgb(173, 186, 196);
    text-indent: -9999px;
}

.wrapperJumlah .slick-dots li.slick-active button {
    border: none;
    background-color: white;
}

.cardData {
    position: relative;
    width: 400px;
    height: 250px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    background-color: white;
}

.cardData .text-center {
    position: absolute;
    top: 50%;
    left: 49.7%;
    transform: translateY(-50%) translateX(-50%);
}

.cardData h3 {
    font-size: 40px;
    font-weight: 600;
}

.cardData h6 {
    font-size: 25px;
    color: #3e3c3c;
}

.cardLogo {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #64d8fc;
}

/* end data jumlah */

/* guru dan tendik */

.guru-tendik {
    margin-top: 50px;
}

.guru-tendik .slick-slide {
    margin: 30px 20px;
}

.img-guru img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 5px 5px 0px 0px;
}

.cardBody {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-inline: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 20px 20px;
}

.cardBody h6 {
    font-weight: bolder;
}
/* end guru dan tendik */

/* start program keahlian */

.program-keahlian h1 {
    font-size: 40px;
}

.program-keahlian {
    margin-bottom: 60px;
    margin-top: 60px;
    background-color: #f9f6f6;
}

.jurusan {
    padding-bottom: 40px;
    margin-top: 40px;
}

.jurusan .slick-slide {
    margin: 10px 20px;
}

.jurusan a .cardJurusan {
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    height: 530px;
    background-color: white;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
}

.jurusan a .img-jurusan img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 22px 22px 0 0;
}

.jurusan a .jurusanBody {
    padding: 0px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.jurusan a .jurusanBody h5,
p {
    font-weight: bolder;
}

.jurusan a .jurusanBody p {
    font-size: 15px;
    color: #7a7a7a;
}

.jurusan a {
    text-decoration: none;
    color: black;
}

.jurusan a:hover {
    text-decoration: none;
    color: black;
}

/* end program keahlian */

/* start berita terkini */
.berita {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 80px;
    justify-items: center;
    margin-top: 60px;
}

.cardBerita {
    width: 350px;
    height: 328px;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 22px;
}

.img-berita img {
    width: 100%;
    height: 60%;
}

.linkBerita {
    text-decoration: none;
    color: inherit;
}

.linkBerita:hover {
    text-decoration: none;
    color: inherit;
}

.btnBerita {
    background-color: #007396;
    color: white;
    text-decoration: none;
    width: 220px;
    padding: 10px;
    border-radius: 10px;
}

.btnBerita:hover {
    text-decoration: none;
    color: white;
}

/* end berita */

/* start industri */
.industri {
    width: 100%;
    padding: 60px;
    background-color: #0084ac;
}

.industri .slick-slide {
    margin: 0px 20px;
}

.industri-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.cardIndustri {
    width: 283px;
    height: 245px;
    background: #ffffff;
    border-radius: 22px;
}

.cardIndustri img {
    width: 90%;
    height: 200px;
    margin-top: 20px;
    margin-left: 20px;
}

/* end industri */

/* start prestasi */

.prestasi {
    padding-top: 30px;
    margin-bottom: 60px;
}

.prestasi .text-center {
    margin-bottom: 60px;
}

.cardPrestasi {
    display: flex;
    margin-bottom: 50px;
    background-color: #ffffff;
    border-radius: 20px;
    filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.25));
}

.prestasi-content a {
    text-decoration: none;
    color: black;
}

.prestasi-content a:hover {
    text-decoration: none;
    color: black;
}

.cardPrestasi .desc h1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    width: 400px;
    font-size: 30px;
    line-height: 58px;
    padding-top: 60px;
}

.cardPrestasi .desc p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    width: 80%;
    color: #7a7a7a;
}

.desc {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.desc .line {
    margin-top: 50px;
    margin-bottom: 50px;
}

.cardPrestasi img {
    object-fit: cover;
    width: 1000px;
    height: 410px;
}
/* Prestasi end */

/* Eskul start */
.ekskull {
    margin-top: 60px;
}
.ekskull img {
    width: 454px;
    border-radius: 10px;
}

.tempat {
    padding-bottom: 50px;
}

.text-ekskull p {
    margin-top: 20px;
    margin-bottom: 34px;
    font-size: 17px;
    font-weight: 500;
    color: #8a8a8a;
}
.text-ekskull h4 {
    font-size: 45px;
    font-weight: 700;
}
/* Eskul end */

.berita-terkini {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-inline: 5%;
}

.slick-prev:before {
    color: #00beb1 !important;
}

.slick-next:before {
    color: #00beb1 !important;
}

/* Mobile */
@media screen and (max-width: 600px) {
    /* Banner start */
    .content .wrapper {
        height: 500px;
    }

    .content .wrapper .centered h2 {
        font-size: 22px;
        width: 90%;
        margin: auto;
    }
    /* Banner end */

    /* Sambutan start */
    .sambutan {
        flex-direction: column;
        row-gap: 40px;
        padding: 30px;
    }

    .sambutan-text {
        font-size: 14px;
    }

    .kepsek-img img {
        width: 100%;
        object-fit: cover;
    }

    .btn-sambutan {
        text-align: center;
    }
    /* Sambutan end */

    /* Data Jumlah start */
    .wrapperJumlah .slick-slide {
        margin: 60px 3px;
    }
    /* Data Jumlah  end*/

    /* Guru & Tendik start*/
    .cardBody {
        height: 150px;
    }
    /* Guru & Tendik end*/

    .prestasi {
        margin: auto;
        width: 90%;
    }

    .cardPrestasi {
        padding-bottom: 30px;
        text-align: center;
        flex-direction: column;
    }

    .cardPrestasi img {
        object-fit: cover;
        width: 100%;
        height: 300px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    .desc {
        display: flex;
        align-items: center;
        flex-direction: column;
        border-radius: 0;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .cardPrestasi .desc h1 {
        width: 90%;
        padding-top: 30px;
        font-size: 25px;
    }

    .desc .line {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .ekskull img {
        height: 100%;
        width: 100%;
        border-radius: 10px;
    }

    .program-keahlian {
        padding: 60px 0px;
    }
}

/* Tablet */
@media screen and (min-width: 600px) and (max-width: 992px) {
    /* Banner start */
    .content .wrapper {
        height: 400px;
    }

    .content .wrapper .centered h2 {
        font-size: 25px;
        width: 90%;
        margin: auto;
    }
    /* Banner end */

    /* Sambutan start */
    .sambutan {
        flex-direction: column;
        row-gap: 40px;
        padding: 30px;
    }

    .btn-sambutan {
        text-align: center;
    }

    .kepsek-img img {
        width: 100%;
        object-fit: cover;
    }

    .sambutan-text {
        font-size: 17px;
    }
    /* Sambutan end */

    /* Guru & Tendik start*/
    .cardBody {
        height: 150px;
    }
    /* Guru & Tendik end*/

    .prestasi {
        margin: auto;
        width: 80%;
    }

    .cardPrestasi {
        text-align: center;
        flex-direction: column;
        padding-bottom: 30px;
        position: relative;
    }

    .cardPrestasi img {
        object-fit: cover;
        width: 100%;
        height: 300px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .desc {
        display: flex;
        align-items: center;
        flex-direction: column;
        border-radius: 0;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .cardPrestasi .desc h1 {
        width: 90%;
        padding-top: 30px;
    }

    .desc .line {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .ekskull img {
        height: 300px;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .program-keahlian {
        padding: 60px 30px;
    }
}

/* Small pc */
@media screen and (min-width: 992px) {
    .prestasi {
        margin: auto;
        width: 80%;
    }

    .content .wrapper {
        height: 500px;
    }

    .cardPrestasi {
        column-gap: 30px;
    }

    .cardPrestasi img {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .program-keahlian {
        padding: 60px;
    }
}

/* Big pc */
@media screen and (min-width: 1400px) {
    .sambutan-text {
        line-height: 40px;
        font-size: 1.1vw;
    }
}
