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-title {
    text-align: left;
    color: #121212;
    font-size: 2.5em;
    font-weight: bold;
}


.text {
    width: 440px;
    font-size: 1em;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 35px;
    word-wrap: wrap;
}

.berjualan-container {
    display: inline-flex;
    align-items: center;
    flex-direction: space-between;
}

.mulai-berjualan {
    font-size: 1.1em;
    font-weight: bold;
    margin-right: 30px;
}

.header-video {
    width: 550px;
    height: 500px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}


.video-container {
    position: relative;
    margin: 0px 40px;
}

.video-container::before {
    content: "";
    position: absolute;
    border-radius: 300px;
    width: 420px;
    height: 420px;
    background-color: #285340;
    top: -10px;
    right: -10px
}

.video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.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;
}

.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;
}

/* Edukasi */

.component-one {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.component-two {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.edukasi-content {
    max-width: 480px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 50px;
}

.edukasi-content-two {
    max-width: 480px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.edukasi-image {
    min-width: 420px;
    height: 480px;
    object-fit: cover;
    margin: 0px 80px
}

.edukasi-title {
    text-align: left;
    color: #121212;
    font-size: 2.3em;
    font-weight: bold;
}

.edukasi-text {
    color: #121212;
    text-align: left;
    font-size: 1.1em;
    font-weight: 400;
    margin: 10px 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;
    }

    .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%;
    }

    .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%;
    }

    .component-one {
        flex-direction: column-reverse;
        margin: 70px 0;
    }

    .component-two {
        flex-direction: column-reverse;
    }

    .edukasi-content,
    .edukasi-content-two {
        margin-top: 10px;
        padding: 0 30px;
        height: auto;
    }

    .edukasi-image {
        min-width: 300px;
        margin: 0 30px
    }

    .margin-top {
        margin-top: 0px;
    }

    .header-video {
        width: 340px;
        height: 250px;
    }

    .header-component {
        margin: 10px 20px;
    }

    .video-container {
        margin: 0px 0px;
    }

    .video-container::before {
        display: none
    }

    .header {
        flex-direction: column-reverse;
        align-items: center;
        padding: 40px 0;
    }

    .mulai-berjualan {
        margin-right: 10px;
    }
}