html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    z-index: 100;
}

/* Nav */
nav {
    min-width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: 0.3s;
    background-color: transparent;
}

.logo {
    width: 200px;
    margin: -50px;
    transition: 0.3s;
}

.nav {
    display: flex;
    justify-content: space-around;
    width: 30%;
}

.navlink {
    list-style: none;
    margin: 0;
}

.navlink a {
    color: #121212;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9em;
    position: relative;
}

.navlink a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: #18272F;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

.navlink a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.burger {
    font-size: 1.2em;
    display: none;
    margin-right: -60px;
    z-index: 1000;
}

.donasi-box {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

.donasi-btn {
    width: 100px;
    height: 38px;
    line-height: 41px;
    font-size: 0.8em;
    text-decoration: none;
    background-color: #285340;
    border-radius: 5px;
    text-align: center;
    color: #f1f1f1;
    font-weight: 500;

}

.responsive-btn {
    display: none;
}

/* Main */
main {
    min-width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.header {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: relative;
    flex-wrap: wrap;
}

.header-image {
    width: 440px;
    margin-top: 2em
}

.header-title {
    text-align: left;
    color: #121212;
    font-size: 2.5em;
    font-weight: bold;
    margin: 2em;
}

.basic-btn {
    width: 130px;
    height: 45px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    line-height: 45px;
    font-size: 0.8em;
    color: #f1f1f1;
    border-radius: 3px;
}

.gabung-btn {
    background-color: #285340;
}

.selengkapnya-btn {
    background-color: #121212;
}

.content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 50px 0px;
    flex-wrap: wrap;
}

.content-additional {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 50px 0px;
    flex-wrap: wrap;
}

/* Data */
.data {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}

.each-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 10px;
}

.data-value {
    font-family: 'Oswald', sans-serif;
    font-size: 0.8em;
}

.data-type {
    font-weight: 500;
    font-size: 0.35em;
    text-align: center;
}

/* Sejarah */
.sejarah {
    max-width: 600px;
    height: auto;
    padding: 2em 13em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.sejarah-title {
    max-width: 800px;
    text-align: left;
    color: #121212;
    font-size: 2.5em;
    font-weight: bold;
}

.sejarah-content {
    color: #121212;
    font-size: 1.1em;
    font-weight: 400;
    margin: 10px 0px;
}

.rectangle-one {
    position: absolute;
    width: 180px;
    height: 4px;
    background-color: #285340;
    top: 56px;
    left: 0;
    border-radius: 100px;
}

.rectangle-two {
    position: absolute;
    width: 4px;
    height: 170px;
    background-color: #285340;
    bottom: 0px;
    right: 70px;
    border-radius: 100px;
}

/* tentang */
.tentang {
    max-width: 600px;
    height: auto;
    padding: 2em 13em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    margin-top: 100px;
}

.tentang-title {
    text-align: right;
    max-width: 800px;
    color: #121212;
    font-size: 2.5em;
    font-weight: bold;
}

.tentang-content {
    color: #121212;
    text-align: right;
    font-size: 1.1em;
    font-weight: 400;
    margin: 10px 0px;
}

.rectangle-three {
    position: absolute;
    width: 180px;
    height: 4px;
    background-color: #285340;
    top: 56px;
    right: 0;
    border-radius: 100px;
}

.rectangle-four {
    position: absolute;
    width: 4px;
    height: 170px;
    background-color: #285340;
    bottom: 0px;
    left: 70px;
    border-radius: 100px;
}

/* Quotes */
.quote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.quote-content {
    display: flex;
    flex-direction: row;
}

.quote-text {
    text-align: center;
    max-width: 660px;
    color: #121212;
    font-size: 2.5em;
    font-weight: bold;
}

.quote-author {
    color: #121212;
    font-size: 1.1em;
    font-weight: 400;
    margin: 10px 0px;
}

quote {
    font-weight: bold;
    font-size: 100px;
    color: #285340;
    margin-bottom: 0;
}

/* Founder */
.founder-container {
    flex-direction: column;
    align-items: center;
}

.founder-header {
    text-align: center;
    max-width: 660px;
    color: #121212;
    font-size: 2.5em;
    font-weight: bold;
}

.founder {
    width: 270px;
    height: 350px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    transition: 0.3s;
    margin: 50px 0px;
}

.founder:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;

}

.founder-image {
    width: 95%;
    height: 280px;
    object-fit: cover;
    border-radius: 5px;
    margin: 5px;
}

.founder-name {
    text-align: center;
    max-width: 660px;
    color: #121212;
    font-size: 1.2em;
    font-weight: 500;
    margin-top: 5px;
}

.status {
    color: #121212;
    font-size: 0.9em;
    font-weight: 400;
    margin: 1px 0px;
}


/* Ajakan */
.invite {
    width: 500px;
    margin: 0 10px;
    height: 320px;
    background-color: #285340;
    color: #f1f1f1;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.edukasi {
    width: 500px;
    margin: 0 10px;
    height: 320px;
    background-color: #121212;
    color: #f1f1f1;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.edukasi .selengkapnya-btn {
    background-color: #285340
}

.edukasi .title,
.invite .title {
    font-size: 1.7em;
    margin: 0px 15px;
}

.invite-text {
    width: 450px;
    margin: 15px 0;
}

.btn-container {
    display: flex;
    flex-direction: row;
}

.basic-btn {
    width: 130px;
    height: 45px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    line-height: 45px;
    font-size: 0.8em;
    color: #f1f1f1;
    border-radius: 3px;
}

.gabung-btn {
    background-color: #285340;
}

.selengkapnya-btn {
    background-color: #121212;
}

.title {
    font-size: 2.2em;
    font-weight: bold;
}

/* Footer */
footer {
    height: 300px;
    background-color: #121212;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    color: #f1f1f1;
}

.footer-top {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 0px;
}

.footer-logo {
    width: 500px;
}

.footer-right {
    width: 500px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 20px;
}

.footer-links {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: space-between;
    line-height: 25px
}

.footer-link-title {
    font-size: 1.1em;
    color: #f1f1f1;
    margin-bottom: 5px;
}

.footer-link {
    font-size: 1em;
    color: #f1f1f1;
    text-decoration: none;
    font-weight: 300;
    position: relative;
    transition: 0.3s
}

.footer-link:hover {
    text-decoration: underline;
}

svg {
    fill: #f1f1f1
}

svg:hover {
    fill: #EEEEEE;
}

.no-underline:hover {
    text-decoration: none;
}

.footer-bottom {
    width: 100%;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f1f1f1;
    border-top: 0.3px solid #1f1f1f;
    font-weight: 200;
}

.switch-color {
    color: #f1f1f1;
}

@media screen and (max-width: 678px) {
    footer {
        height: 365px;
    }

    .header-image {
        width: 300px;
        margin-top: 0;
    }

    .header-title {
        margin-bottom: 0;
    }

    .footer-logo {
        width: 330px;
    }

    .footer-top {
        justify-content: center;
        align-items: center;
    }

    .hide {
        display: none;
    }


    .invite {
        margin: 10px 20px;
        padding: 30px 20px;
        height: auto;
    }

    .edukasi {
        margin: 10px 20px;
        padding: 30px 20px;
        height: auto;
    }

    .center {
        width: 100vw;
        display: inline-flex;
        align-items: center;
        margin-top: 20px;
        justify-content: center;
    }

    .content {
        padding: 50px 0px;
    }

    .text {
        width: 95%;
        font-size: 1.2em;
    }

    .donasi-title {
        padding: 0px 20px;
    }

    .tentang-donasi {
        width: 330px
    }

    .donasi-container {
        justify-content: center;
    }


    .burger {
        display: block;
        z-index: 1;
    }

    .nav {
        margin: 0;
        position: fixed;
        display: flex;
        justify-content: center;
        right: -100%;
        top: 0;
        width: 100%;
        height: 100vh;
        flex-direction: column;
        justify-content: center;
        padding: 0;
        transition: all 400ms;
        background-color: rgb(18, 18, 18);
        z-index: 500;
    }

    .navlink {
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 60px;
        font-size: 20px;
    }

    .navlink a {
        color: #f1f1f1;
        text-decoration: none;
        font-weight: 500;
        font-size: 1.1em;
    }

    .nav-active {
        right: 0;
    }

    .responsive-btn {
        display: block;
        text-align: center;
    }

    .normal-btn {
        display: none;
    }

    .background-outline {
        height: 80%;
    }

    .rectangle-one,
    .rectangle-two,
    .rectangle-three,
    .rectangle-four {
        display: none;
    }

    .quote-text {
        font-size: 1.8em;
    }

    .data-value {
        font-size: 0.7em;
    }

    .data-type {
        font-size: 0.3em
    }

    .sejarah,
    .tentang {
        padding: 0.5em 3em;
    }
}