* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: rgb(246, 246, 246);
}

/* NAVBAR */
.main-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: rgb(255, 255, 255);
}

.logo-and-title {
    display: flex;
    align-items: center;
    gap: 5px;
}

.logo-and-title img {
    width: 55px;
}

.nama-sekolah h2 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 10px;
    padding-top: 4px;
}

.nama-sekolah p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
}


.menu-navbar ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

.menu-navbar ul li {
    list-style-type: none;
}

.menu-navbar ul li a {
    text-decoration: none;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    color: black;
}

.menu-navbar ul li a:hover {
    color: blueviolet;
    transition: 0.3s;
}

#hamburger-menu {
    display: none;
}

/* NAVBAR */

/* BERANDA */
.beranda {
    height: 135vh;
    background: url(../images/background-beranda.png);
    background-position: center;
    background-size: cover;
    margin-bottom: -120px;
}

.main-beranda {
    padding-top: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 40px;
}

.text-beranda {
    padding-top: 40px;
    width: 50%;
    padding-left: 190px;
    padding-right: 30px;
}

.text-beranda h1 {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    margin-bottom: 4px;
}

.text-beranda h2 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}

.text-beranda .deskripsi {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 22px;
    color: rgb(52, 50, 50);
}

.text-beranda button {
    background-color: rgb(66, 98, 255);
    padding: 12px 0;
    width: 430px;
    border: none;
    border-radius: 48px;
    margin-bottom: 6px;
}

.text-beranda button:hover {
    cursor: pointer;
    background-color: #0540F2;
}

.text-beranda button a {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-decoration: none;
    color: white;
}

.text-beranda .temukan-jurusan {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: rgb(113, 106, 106);
}

.image-beranda {
    width: 50%;
}

.image-beranda img {
    width: 650px;
}

/* BERANDA */

/* LOGO JURUSAN */
.text-logo-jurusan {
    font-family: "Inter", sans-serif;
    color: rgb(52, 50, 50);
    text-align: center;
    margin-bottom: 50px;
}

.logo-jurusan {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.logo-jurusan img {
    width: 94px;
}

.logo-jurusan img:nth-child(2) {
    width: 100px;
}

/* LOGO JURUSAN */

/* TENTANG KAMI */
.sejarah {
    padding-top: 150px;
}

.text-sejarah {
    padding: 0 230px;
}

.sejarah h1 {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    text-align: center;
    margin-bottom: 32px;
}

.text-sejarah h3 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    margin-bottom: 32px;
}

.text-sejarah p {
    line-height: 28px;
    font-family: "Inter", sans-serif;
    text-align: justify;
    font-size: 16px;
    margin-bottom: 32px;
    color: rgb(113, 106, 106);
}

.text-sejarah p:nth-child(3) {
    margin-bottom: 50px;
}

.text-sejarah button {
    background-color: rgb(66, 98, 255);
    padding: 12px 0;
    width: 180px;
    border: none;
    border-radius: 24px;
    margin-bottom: 6px;
    text-align: center;
}

.text-sejarah button a {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 13px;
    text-decoration: none;
    color: white;
}

.button-sejarah {
    display: flex;
    justify-content: center;
}

/* TENTANG KAMI */

/* JURUSAN */
.jurusan {
    padding-top: 120px;
    margin-bottom: 80px;
}

.section-header-jurusan {
    text-align: center;
    margin-bottom: 32px;
}

.section-header-jurusan h1 {
    font-family: "Inter", sans-serif;
    font-size: 35px;
}

.section-header-jurusan p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: rgb(63, 59, 59);
}

/* CARD JURUSAN */
.section-card-jurusan {
    display: flex;
    justify-content: center;
    gap: 36px;
}

.card {
    width: 240px;
    box-shadow: -6px 8px 12px 1px rgba(0, 0, 0, 0.75);
    border-radius: 16px;
}

.card img {
    width: 240px;
    height: 160px;
    margin-bottom: -4px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.card-title {
    height: 60px;
}

.card-body {
    background-color: white;
    height: 250px;
    padding: 0 18px;
    padding-top: 30px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.card-title h3 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: rgb(66, 98, 255);
}

.card-deskripsi p {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: black;
}

/* CARD JURUSAN */
/* JURUSAN */

/* PRESTASI */
.prestasi {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../images/background-prestasi.png);
    background-size: cover;

}

.section-deskripsi-prestasi {
    padding-top: 100px;
    max-width: 900px;
    display: flex;
    justify-content: center;
    gap: 36px;
    margin-bottom: 24px;
}

.image-piala img {
    width: 360px;
    height: 371px;
}

.text-prestasi {
    margin-top: 75px;
}

.text-prestasi h1 {
    font-family: "Inter", sans-serif;
    font-size: 36px;
    margin-bottom: 40px;
}

.text-prestasi p {
    text-align: justify;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #575765;
    font-weight: 400;
    margin-bottom: 48px;
}

.text-prestasi button {
    background-color: rgb(66, 98, 255);
    padding: 12px 0;
    width: 180px;
    border: none;
    border-radius: 24px;
    margin-bottom: 6px;
    text-align: center;
}

.text-prestasi button a {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    color: white;
}

.section-images-prestasi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding-left: 32px;
}

.section-images-prestasi img {
    width: 159px;
    height: 159px;
    box-shadow: -6px 8px 11px -6px rgba(0, 0, 0, 0.75);
    border-radius: 16px;
}

/* PRESTASI */

/* CONTACT */
.contact {
    background: url(../images/background-contact.png);
    background-size: cover;
    height: 100vh;
    background-color: white;
    padding-top: 120px;
    display: flex;
    justify-content: center;
    gap: 76px;
}

.card-kirim-pesan {
    background-color: white;
    max-width: 374px;
    height: 567px;
    padding: 16px 50px;
    padding-top: 52px;
    border: 1px solid gray;
    border-radius: 16px;
    display: flex;
    flex-direction: column;

}

.card-kirim-pesan h3 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    margin-bottom: 52px;
    text-align: center;
}

.card-kirim-pesan form input {
    display: block;
    width: 274px;
    height: 46px;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 45px;
    border: none;
    background-color: rgb(246, 246, 246);
}

.card-kirim-pesan form textarea {
    width: 274px;
    border-radius: 12px;
    background-color: rgb(246, 246, 246);
    border: none;
    height: 114px;
    padding: 12px;
    margin-bottom: 45px;
}

.card-kirim-pesan button {
    width: 170px;
    height: 38px;
    border-radius: 35px;
    background-color: #2091f9;
    border: none;
    color: white;
    font-family: "Inter", sans-serif;
}

.card-kirim-pesan button:hover {
    cursor: pointer;
    background-color: #0540F2;
}

.alamat {
    padding-top: 30px;
}

.section-icon-alamat {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 30px;
}

.icon-alamat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.icon-alamat p {
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 12px;
}

/* CONTACT */

/* PARTNER */
.partner {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
    padding-top: 30px;
}

.section-header-partner {
    text-align: center;
    margin-bottom: 36px;
}

.section-header-partner h1 {
    font-family: "Inter", sans-serif;
    font-size: 34px;
    margin-bottom: 8px;
    margin-top: 12px;
}

.section-header-partner p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.section-logo-partner {
    display: flex;
    flex-wrap: wrap;
    max-width: 956px;
    margin: 0 auto;
    gap: 15px;

}

.logo-partner {
    width: 145px;
    height: 95px;
    background-color: rgb(246, 246, 246);
    border: 1px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-logo-partner img {
    width: 86px;
    height: 35px;
}

/* PARTNER */

/* FOOTER */
footer {
    background-color: #2091f9;
    padding: 16px 0;
}

.isi-footer {
    max-width: 956px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.logo-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

.logo-footer img {
    width: 57px;
}

.nama-sekolah-footer h1 {
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 16px;
}

.nama-sekolah-footer p {
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 11px;
}

.deskripsi-footer {
    max-width: 332px;
    margin-bottom: 18px;
}

.deskripsi-footer p {
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 18px;
}

.section-social-media-footer {
    display: flex;
    align-items: center;
    gap: 28px;
}

.social-media-footer {
    padding: 8px;
    background-color: #fdba09;
    border-radius: 100%;
}

.section-right-footer {
    max-width: 466px;
}

.header-right-footer {
    margin-top: 14px;
    margin-bottom: 36px;
}

.header-right-footer h2 {
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 16px;
}

.menu-footer {
    max-height: 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 24px 48px;
}

.menu-footer a {
    text-decoration: none;
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 13px;
}

/* FOOTER */


/* TAMPILAN MOBILE */
@media only screen and (max-width: 450px) {
    .navigasi-bar {
        display: block;
    }

    .navigasi-bar {
        position: absolute;
        top: -500%;
        left: 0;
        background-color: white;
        width: 100%;
        height: min-content;
    }

    .navigasi-bar.active {
        border-top: 1px solid white;
        top: 100%;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        transition: 0.3s;
    }

    #hamburger-menu {
        display: inline-block;
        padding: 3px 9px;
        border: 3px solid white;
        border-radius: 6px;
        color: #2616d6;
    }

    /* BERANDA */


    /* BERANDA */
}