@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    transition: all .2s ease-out;
    text-decoration: none;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 7rem;
    scroll-behavior: smooth;
}

section {
    padding: 2rem 9%;
}

/* section:nth-child(even) {
    background: #f5f5f5;
} */

/*=============== HEADER ===============*/
.header {
    padding: 2rem 9%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #4DA6FF;
}


.header .logo img {
    height: 65px;
}

.header nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}

.header .navbar a {
    font-size: 1.7rem;
    color: white;
    margin: .2rem;
    padding: 1rem 1.5rem;
    border-radius: 2.5rem;
    transition: 
    background-color 0.7s ease,
    transform 0.5s ease;
    display: inline-block;
}

.header .navbar a:hover {
    background-color: #0D41B3;
    transform: scale(1.05);
}

#menu-btn {
    font-size: 2.5rem;
    border-radius: .5rem;
    background: #e5e5e5;
    padding: 1rem 1.5rem;
    cursor: pointer;
    display: none;
}

/*=============== HOME ===============*/
.home {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding-top: 20rem;
    padding-bottom: 8rem;
    background: #89C4FF;
}

.home .image {
    flex: 1 1 45rem;
}

.home .image img {
    width: 75%;
}

.home .content {
    flex: 1 1 45rem;
}

.home .content h3 {
    font-size: 3.2rem;
    line-height: 1.8;
}

.home .content p {
    font-size: 2rem;
    line-height: 1.8;
    text-align: justify;
}

/*=============== ABOUT ===============*/
.about {
    background: #FFBDF2;
}

.about .header-title {
    font-size: 3rem;
    background: #4DA6FF;
    color: white;
    text-align: center;
    margin-top: -2rem;
    padding: 20px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.about .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.about .header-title h1 {
    margin: 0;
    font-size: 3rem;
}

.about .row .image {
    flex: 1 1 45rem;
}

.about .row .image img {
    width: 100%;
}

.about .content {
    flex: 1 1 45rem;
}

.about .content h3 {
    font-size: 3rem;
}

.about .content p {
    font-size: 2rem;
    line-height: 1.8;
    text-align: justify;
}

/* VISION & MISSION */
.vision_mission {
    background: #89C4FF;
}

.vision_mission .header-title {
    margin-top: -2rem;
    background: #4DA6FF;
    color: white;
    text-align: center;
    padding: 20px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.vision_mission .header-title h1 {
    margin: 0;
    font-size: 3rem;
}

.vision_mission .motto {
    font-size: 3rem;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* VISION */
.vision_mission .v_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.vision_mission .v_row .visi-image {
    flex: 1 1 45rem;
}

.vision_mission .v_row .visi-image img {
    width: 100%;
}

.vision_mission .visi-content {
    flex: 1 1 45rem;
}

.vision_mission .visi-content h3 {
    font-size: 4.5rem;
    line-height: 1.8;
}

.vision_mission .visi-content p {
    font-size: 2rem;
    line-height: 1.8;
    text-align: justify;
}

/* MISSION */
.vision_mission .m_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.vision_mission .m_row .misi-image {
    flex: 1 1 45rem;
}

.vision_mission .m_row .misi-image img {
    width: 100%;
}

.vision_mission .misi-content {
    flex: 1 1 45rem;
}

.vision_mission .misi-content h3 {
    font-size: 4.5rem;
    line-height: 1.8;
}

.vision_mission .misi-content p {
    font-size: 2rem;
    line-height: 1.8;
    text-align: justify;
}

/* PURPOSE */
.vision_mission .t_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.vision_mission .t_row .tujuan-image {
    flex: 1 1 45rem;
}

.vision_mission .t_row .tujuan-image img {
    width: 100%;
}

.vision_mission .tujuan-content {
    flex: 1 1 45rem;
}

.vision_mission .tujuan-content h3 {
    font-size: 4.5rem;
    line-height: 1.8;
}

.vision_mission .tujuan-content p {
    font-size: 2rem;
    line-height: 1.8;
    text-align: justify;
}

/*=============== HUMAN RESOURCES ===============*/
.human_resources {
    background: #FFBDF2;
}

.human_resources .header-title {
    margin-top: -2rem;
    background: #4DA6FF;
    color: white;
    text-align: center;
    padding: 20px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3rem;
}

.human_resources .box-container {
    margin-top: 2.2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2rem;
}

.human_resources .box-container .box {
    border: .2rem solid black;
    box-shadow: 0.6rem 0.6rem 0 rgb(0, 0, 0);
    border-radius: .5rem;
    padding: 2rem;
    background: #fff;
}

.human_resources .box-container .box .content h3 {
    font-size: 2rem;
    text-align: center;
}

/*=============== FACILITY ===============*/
.facility {
    background: #89C4FF;
}

.facility .header-title {
    background: #4DA6FF;
    color: white;
    text-align: center;
    margin-top: -2rem;
    padding: 20px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3rem;
}

.facility .pengantar {
    font-size: 20px;
    text-align: center;
    margin-top: 12px;
}

.facility .box-container {
    margin-top: 2.2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2rem;
}

.facility .box-container .box {
    background: #fff;
    border: .2rem solid black;
    box-shadow: 0.6rem 0.6rem 0 rgb(0, 0, 0);
    border-radius: .5rem;
    padding: 2rem;
}

.facility .box-container .box .content {
    padding-top: 1rem;
}

.facility .box-container .box .content h3 {
    font-size: 3rem;
}

.facility .box-container .box .content p {
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 1rem 0;
    text-align: justify;
}

/*=============== ACTIVITY ===============*/
.activity {
    background: #FFBDF2;
}

.activity .header-title {
    background: #4DA6FF;
    color: white;
    text-align: center;
    margin-top: -2rem;
    padding: 20px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3rem;
}

.activity .box-container {
    margin-top: 2.2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2rem;
}

.activity .box-container .box {
    background: #fff;
    border: .2rem solid black;
    box-shadow: 0.6rem 0.6rem 0 rgb(0, 0, 0);
    border-radius: .5rem;
    padding: 2rem;
}

.activity .box-container .box .content {
    padding-top: 1rem;
}

.activity .box-container .box .content h3 {
    font-size: 3rem;
}

.activity .box-container .box .content p {
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 1rem 0;
    text-align: justify;
}

/* ============= GALLERY ============== */
.gallery {
    background: #89C4FF;
}

.gallery .header-title {
    background: #4DA6FF;
    color: white;
    text-align: center;
    margin-top: -2rem;
    padding: 20px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3rem;
}

.gallery .kategori-kegiatan,
.gallery .kategori-makanan {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.gallery .kategori-kegiatan h3,
.gallery .kategori-makanan h3 {
    font-size: 3rem;
}

.gallery .kategori-kegiatan p,
.gallery .kategori-makanan p {
    font-size: 1.5rem;
}

.gallery .image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.gallery .image-gallery img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

/*=============== FOOTER ===============*/
.footer {
    background-color: #4DA6FF;
}

.footer .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    gap: 2rem;
}

.footer .box-container .box h3 {
    font-size: 2.5rem;
    padding: 1rem 0;
    color: #fff;
}

.footer .box-container .box a {
    display: block;
    font-size: 1.5rem;
    color: #fff;
    padding: 1rem 0;
}

.footer .box-container .box p {
    display: block;
    font-size: 1.5rem;
    color: #fff;
    padding: 1rem 0;
}

.footer .box-container .box a i {
    padding-right: .5rem;
}

.footer .box-container .box a:hover i {
    padding-right: 2rem;
}

.daftar-button {
    padding: 12px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    border: solid 2px #fff;
    cursor: pointer;
    transition: .5s;
}

.daftar-button:hover {
    background-color: #000;
    color: #fff;
    transition: .5s;
}

/* Media Queries */
@media screen and (max-width: 1142.29px) {

    .home .image {
        position: relative;
        text-align: center;
    }

    .home .content {
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    html {
        font-size: 55%;
    }

    .header {
        padding: 2rem;
    }
}

@media screen and (max-width: 809px) {
    .vision_mission .misi-image {
        order: 1;
    }

    .vision_mission .misi-content {
        order: 2;
    }
}

@media screen and (max-width: 787.33px) {
    #menu-btn {
        display: initial;
    }

    .header .navbar {
        position: absolute;
        top: 110%;
        right: 2rem;
        border-radius: .5rem;
        box-shadow: 1.2rem 1.2rem 0 rgb(0, 0, 0);
        width: 30rem;
        border: .2rem solid rgba(0, 0, 0);
        background: #fff;
        transform: scale(0);
        opacity: 0;
        transform-origin: top right;
        transition: .2s ease-in;
    }

    .header .navbar.active {
        transform: scale(1);
        opacity: 1;
        transition: .2s ease-out;
    }

    .header .navbar a {
        font-size: 2rem;
        display: block;
        color: #000;
    }

    .header .navbar a:hover {
        background: transparent;
        transform: none;
    }
}

@media screen and (max-width: 450px) {
    html {
        font-size: 50%;
    }
}