* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    all: unset;
    cursor: pointer;
}

html,
body {
    width: 100vw;
    background-color: #f7f7f7;
}

/* Header */
header {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 10px 0;
    color: #727377;
    margin: 0 0 20px 0;
    box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.75);
    /* border: 1px solid red; */

}

header img {
    height: 60px;
}

header .menu {
    /* border: 1px solid red; */
    text-align: center;
    margin-right: 20px;
    position: absolute;
    left: 0;
    margin: 0 0 0 10px;
    display: flex;
    align-items: center;

}

header .menu i {
    font-size: 24px;
}

header .menu p {
    font-size: 7px;
}

/* header {
    height: 100px;
    background-color: #f7f7f7;
    box-shadow: 0kbpx 4px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
    margin: 0 0 20px 0;
} */

iframe {
    width: 397px;
    height: 220px;
    margin: 10px 0;
}


.center {
    height: auto;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    padding: 0 22px;
}

h1 {
    padding: 0 22px;
    margin: 20px 0
}

h2 {
    padding: 0 22px;
    margin: 5px 0
}

h3 {
    padding: 0 22px;
    margin: 5px 0
}

h4 {
    padding: 0 22px;
    margin: 5px 0
}

h5 {
    padding: 0 22px;
    margin: 5px 0
}

h6 {
    padding: 0 22px;
    margin: 5px 0
}

p {
    padding: 0 22px;
    font-size: 15px;
    margin: 15px 0;
    line-height: 1.5;
}

figure figcaption {
    font-size: 10px;
}

.content {
    margin: 10px 0;
}

.ads-1 {
    width: 397px;
    height: 100px;
    background-color: green;
    color: white;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.logo {
    display: block;
    padding: 20px 22px 0;
}

.news-slide {
    margin: 30px 0 0;
}

.news-slide .news-slide-list {
    padding: 0 22px;
}

.news-slide .news-slide-list li {
    margin: 0 0 0 30px;
    font-size: 16px;
    font-weight: bold;
}

.news-slide .news-slide-list .list-group .red-text {
    color: #ec3237;
    font-size: 12px;
}

.news-slide .news-slide-list .list-group .date-news-slide-list {
    color: #727377;
    font-size: 10px;
    margin: 0 0 0 30px;
}

.ads-2 {
    width: 397px;
    height: 500px;
    background-color: green;
    color: white;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 30px 0 50px;
}

main .now-news {
    width: 397px;
}

main .now-news .now-news-list {
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

main .now-news .now-news-list .now-news-content {
    width: 180px;
    height: auto;
    margin: 0 0 20px 0;
}

main .now-news .now-news-list .now-news-content img {
    width: 100%;
}

main .now-news .now-news-list .now-news-content .theme-date {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

main .now-news .now-news-list .now-news-content .theme-date .red-text {
    color: #ec3237;
    font-size: 12px;
}

main .now-news .now-news-list .now-news-content .theme-date .date-now-news {
    color: #727377;
    font-size: 10px;
}

.instagram {
    width: 397px;
    height: 500px;
    background-color: violet;
    color: white;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 0 20px 0;
}

main .igonesia-academy {
    padding: 20px 0 30px;
    width: 397px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #0095ff;
}

main .igonesia-academy img {
    width: 70%;
    margin: 20px 0;
}



footer .footer-menu {
    /* border: 2px solid #727377; */
    padding: 20px 10px;
    background-color: darkblue;
    color: white;
}

footer .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

footer .footer-menu li {
    list-style: none;
    margin: 10px;
}

.container {
    height: auto;
    margin: 0 10px;
}

.container .slide {
    display: flex;
    align-items: start;
    overflow-x: hidden;
    height: 100%;
    width: 330px;
}

.container .slide img {
    height: 100%;
    width: 330px;
    animation: slide 15s infinite;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

@keyframes slide {
    0% {
        transform: translate(-2.7%);
    }

    20% {
        transform: translate(-2.7%);
    }

    30% {
        transform: translate(-108%);
    }

    40% {
        transform: translate(-108%);
    }

    50% {
        transform: translate(-213.5%);
    }

    60% {
        transform: translate(-213.5%);
    }

    70% {
        transform: translate(-319%);
    }

    80% {
        transform: translate(-319%);
    }

    90% {
        transform: translate(-424.5%);
    }

    100% {
        transform: translate(-424.5%);
    }
}

figcaption {
    margin: 10px 0;
}