body {
    margin-top: 250px;
}

nav {
    z-index: 2;
    padding: 0 20px;
    transition: .5s;
}

nav.adaBg {
    background-color: #ffffff;
}

.btn-daftar {
    background-color: rgb(67, 88, 133);
    color: white;
}

.menu-mobile {
    display: none;
}

.vector-hero {
    width: 60%;
    height: 135vh;
    background-image: url('/img/vector-hero-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    top: 0vh;
    right: 0;
    position: absolute;
}

/* .vector-hero2 {
    width: 46%;
    height: 135vh;
    background-image: url('/img/vector-hero.png');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .5;
    top: 0vh;
    right: 0;
    position: absolute;
}

.vector-hero3 {
    width: 42%;
    height: 135vh;
    background-image: url('/img/vector-hero.png');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .9;
    top: 0vh;
    right: 0;
    position: absolute;
} */

.circle-wrapper {
    width: 531px;
    height: 531px;
    border-radius: 51%;
    background: rgba(0, 0, 0, 0);
    margin-top: 160px;
    margin-left: 170px;
    position: relative;
}

.circle {
    display: block;
    position: absolute;
    top: 51%;
    left: 51%;
    width: 100px;
    height: 100px;
    margin: -51px;
    background-size: cover;
    border-radius: 51%;
    text-align: center;
    color: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.171);
    text-shadow: 1px 1px 1px rgb(67, 67, 67);
    transition: .4s;
}

.circle:hover {
    width: 110px;
    height: 110px;
}

.deg-180 {
    animation: play180 .6s forwards;
    animation-delay: 1s;
    background-image: url('/img/btn-beranda.png');
}

@keyframes play180 {
    from {
        transform: rotate(180deg) translate(51px) rotate(-180deg);
        /* opacity: 0; */
    }

    to {
        transform: rotate(180deg) translate(351px) rotate(-180deg);
        /* opacity: 1; */
    }
}

.deg-225 {
    animation: play225 1s forwards;
    animation-delay: 1s;
    background-image: url('/img/btn-tentang-kami.png');
}

@keyframes play225 {
    from {
        transform: rotate(205deg) translate(51px) rotate(-205deg);
        /* opacity: 0; */
    }

    to {
        transform: rotate(205deg) translate(351px) rotate(-205deg);
        /* opacity: 1; */
    }
}

.deg-270 {
    animation: play270 1.4s forwards;
    animation-delay: 1s;
    background-image: url('/img/btn-unit-sekolah.png');
}

@keyframes play270 {
    from {
        transform: rotate(230deg) translate(51px) rotate(-230deg);
        /* opacity: 0; */
    }

    to {
        transform: rotate(230deg) translate(351px) rotate(-230deg);
        /* opacity: 1; */
    }
}

.deg-315 {
    animation: play315 1.8s forwards;
    animation-delay: 1s;
    background-image: url('/img/btn-event.png');
}

@keyframes play315 {
    from {
        transform: rotate(255deg) translate(51px) rotate(-255deg);
        /* opacity: 0; */
    }

    to {
        transform: rotate(255deg) translate(351px) rotate(-255deg);
        /* opacity: 1; */
    }
}

.deg-0 {
    animation: play0 2.2s forwards;
    animation-delay: 1s;
    background-image: url('/img/btn-galeri.png');
}

@keyframes play0 {
    from {
        transform: rotate(280deg) translate(51px) rotate(-280deg);
        /* opacity: 0; */
    }

    to {
        transform: rotate(280deg) translate(351px) rotate(-280deg);
        /* opacity: 1; */
    }
}

.deg-45 {
    animation: play45 2.6s forwards;
    animation-delay: 1s;
    background-image: url('/img/btn-kebijakan.png');
}

@keyframes play45 {
    from {
        transform: rotate(305deg) translate(51px) rotate(-305deg);
        /* opacity: 0; */
    }

    to {
        transform: rotate(305deg) translate(351px) rotate(-305deg);
        /* opacity: 1; */
    }
}

.deg-50 {
    animation: play50 3s forwards;
    animation-delay: 1s;
    background-image: url('/img/btn-article.png');
}

@keyframes play50 {
    from {
        transform: rotate(305deg) translate(51px) rotate(-305deg);
        /* opacity: 0; */
    }

    to {
        transform: rotate(330deg) translate(351px) rotate(-330deg);
        /* opacity: 1; */
    }
}

#vector-pak-guru {
    width: 350px;
    position: absolute;
    top: 40vh;
    left: 16vw;
}

#vector-papan-tulis {
    width: 385px;
    position: absolute;
    top: 50vh;
    right: 10vw;
}

iframe {
    position: absolute;
    top: 51.5vh;
    right: 10.5vw;
    width: 370px;
    height: 230px;
}

/* kata sambutan */
#kata-sambutan {
    margin-top: 150px;
    margin-bottom: 90px;
    min-height: 450px;
    background-color: #F08535;
    /* background-image: linear-gradient(to bottom, #fcb75dde, #F08535); */
    color: white;
}

#gambar-kepsek {
    background-image: url('/img/kata-sambutan-kepsek.png');
    background-size: cover;
    height: 500px;
}

#kata-kepsek {
    padding: 25px 20px !important;
}

.visi-misi {
    margin-top: 50px;
    margin-bottom: 70px;
}

.visi-misi ol {
    font-size: 14px;
}

.visi,
.misi,
.tujuan {
    background-color: #f9f9f9;
    padding: 20px 10px;
    border-radius: 10px;
}

.testimoni {
    margin-bottom: 100px;
}

.card-testimoni {
    box-shadow: 0 2px 19px rgb(232, 232, 232);
    padding: 10px;
    border-radius: 20px;
}

#kontak {
    margin-top: 100px;
    margin-bottom: 90px;
    min-height: 100px;
    background-image: linear-gradient(to right, #fcb75dde, #F08535);
    border-radius: 50px;
    padding: 20px;
    color: white;
}

#kontak a {
    color: white;
    padding-top: 15px;
    margin-left: 20px;
}

#pesan {
    margin-bottom: 50px;
}

#footer {
    /* background-color: #F08535; */
    background-image: url('/img/vector-footer.png');
    background-size: cover;
    color: white;
    padding-top: 90px;
}

#footer img{
    width: 50px;
    margin-right: 10px;
}
#nav-cadangan {
    display: none;
}

/* TABLET VIEW */
@media (max-width: 768px) {
    #vector-pak-guru {
        width: 220px;
        position: absolute;
        top: 50vh;
        left: 26vw;
    }
    
    #vector-papan-tulis {
        width: 285px;
        position: absolute;
        top: 50vh;
        right: 10vw;
    }

    iframe {
        position: absolute;
        top: 51.5vh;
        right: 10.6vw;
        width: 274px;
        height: 170px;
    }
    #kata-sambutan {
        margin-top: 50px;
    }
    nav .btn-daftar {
        margin-top: 2px;
    }
    .footer-sosmed {
        margin: 30px 0;
    }

    #kontak img {
        width: 40px;
        height: 40px;
    }
    
    #kontak a {
        padding-top: 0px;
        margin-left: 10px;
    }
}

/* MPBILE VIEW */
@media (max-width: 425px) {
    #nav-cadangan {
        display: block;
    }
    #logo-mobile-cadangan {
        margin-top: -250px;
    }
    body {
        margin-top: 150px;
    }
    .menu-mobile {
        display: contents;
    }
    .menu-mobile img {
        margin-top: 15px;
    }
    
    .vector-hero {
        width: 90%;
        height: 55vh;
        top: 0vh;
        right: 0;
        z-index: -9;
    }
    .navbar-brand img{
        width: 130px;
    }
    .circle-wrapper {
        display: none;
    }

    #vector-pak-guru-mobile {
        position: absolute !important;
        width: 190px !important;
        z-index: 7 !important;
        right: 0px;

    }

    #vector-pak-guru {
        display: none;
    }
    
    #vector-papan-tulis {
        width: 235px;
        top: 510px;
        right: 21vw;
    }

    iframe {
        position: absolute;
        top: 510px;
        right: 22.4vw;
        width: 224px;
        height: 140px;
    }

    #gambar-kepsek {
        background-image: url('/img/kata-sambutan-kepsek.png');
        background-size: contain;
        height: 160px;
        background-repeat: no-repeat;
    }
    #kata-sambutan {
        margin-top:50vh;
    }

    #kontak img {
        width: 30px;
        height: 30px;
    }
    #kontak a {
        padding-top: 0px;
        margin-left: 10px;
    }
    #kontak h2 {
        font-size: 30px;
    }
    #footer {
        /* background-color: #F08535; */
        background-image: url('/img/Gelombangendnote2.png');
        background-size: cover;
        background-repeat: no-repeat;
        color: white;
        padding-top: 90px;
    }
}