/* #header {
    background: #1919ab;
    padding: 10px 0 10px 0;
}

#header-link {
    width: 136px;
    margin: auto;
}

#header img {
    height: 30px;
}

#header-img-hover {
    display: none;
} */

/* #home-img-hover {
    display: none;
} */

#landing img {
    width: 100%;
}

/* #desc {
    background: #eaeaea;
    margin-top: -10%;
    position: relative;
    text-align: center;
    font-size: 20px;
    padding: 50px 100px 40px 100px;
} */

#down {
    position: relative;
    float: right;
    margin-top: -30px;
    margin-right: 70px;
    z-index: 1;
    color: #1919ab;
    background: #00fc95;
    padding: 10px 22px 10px 22px;
    font-size: 32px;
}

#btn-daftar {
    background: #00fc95;
    color: #1919ab;
}

#btn-daftar:hover {
    background: #3fffaf;
}

#jersey {
    background: #1919ab;
}

.swiper {
    width: 80%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

@media (max-width: 1024px) {
    #home {
        position: absolute;
        top: 30px;
        right: 70px;
    }

    #home img {
        height: 30px;
    }

    /* #desc {
        font-size: 18px;
    } */
}

@media (max-width: 768px) {
    /* #desc {
        font-size: 14px;
        padding: 40px 50px 30px 50px;
    } */

    #down {
        padding: 10px 18px 10px 18px;
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    /* #desc {
        font-size: 13px;
        padding: 40px 50px 30px 50px;
    } */

    #down {
        margin-right: 50px;
    }
}

@media (min-width: 1024px) {
    #home {
        position: absolute;
        top: 30px;
        right: 70px;
    }

    #home img {
        height: 50px;
    }
}