*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
:root
{
    --green: #084b06;
    --white: #fff;
    --yellow: rgb(224, 203, 6);
    --grey: #f5f5f5;
    --black1: #222;
    --black2: #999;
}
/* html
{
    width: 1000px;
} */
body
{
    min-height: 1000px;
}
.row
{
    margin-left: 0;
    margin-right: 0;
}

nav
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: #fff;
    transition: 1s;
}
nav.tricky
{
    background: #FFF;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height:70px;
}
nav.tricky .header
{
    display: none;
}
nav .header
{
    /* max-width: 100%; */
    margin: auto;
    padding: 50px 100px;
}
nav .header .hee
{
    flex-wrap: nowrap;
}
nav .header .hehe
{
    flex-wrap: nowrap;
}
nav .header .identitas h3
{
    font-size: 1.5rem;
    text-transform: uppercase;
    margin: auto;
}
nav .header .identitas p
{
    font-size: 1rem;
    text-transform: uppercase;
    margin: auto;
}
nav .header img
{
    width: 5rem;
    margin: auto;
}
nav .header i
{
    font-size: 1.5rem;
    margin: auto;
}
nav .header .hoo h5
{
    font-size: 1rem;
    margin: auto;
}
nav .header .hoo h6
{
    font-size: .7rem;
    margin: auto;
}
nav .navbar
{
    min-height: 40px;
    max-width: 100%;
    display: flex;
    padding: 0;
    margin: 0 100px;
    background: linear-gradient(45deg, #2B7A0B 45%, #5BB318 55%);
}
nav.tricky .navbar
{
    height: 100%;
    background: #fff;
    margin: auto;
    padding: 0 100px;
}
nav .navbar .logo
{
    display: none;
}
nav.tricky .navbar .logo
{
    display: block;
}
nav .navbar .logo a
{
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
}
nav .navbar .logo a img
{
    width: 2rem;
}
nav.tricky .navbar .logo a
{
    color: #111;
}
nav.tricky .navbar .nav-links {
    height: 100%;
    line-height: 70px;
}
nav .navbar .nav-links .links
{
    display: flex;
    padding: .4rem;
    margin: 0;
}
nav .navbar .nav-links
{
    line-height: 40px;
}
nav .navbar .nav-links .links li
{
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 14px;
}
nav .navbar .nav-links .links li a
{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
    transition: .5s ease;
}
nav .navbar .nav-links .links li a:hover
{
    color: var(--yellow);
}
nav.tricky .navbar .nav-links .links li a:hover
{
    color: var(--yellow);
}
nav.tricky .navbar .nav-links .links li a
{
    color: #111;
}
nav .navbar .nav-links .links li .arrow
{
    color: #fff;
    height: 100%;
    /* width: 22px; */
    text-align: center;
    /* line-height: 70px; */
    margin-left: 5px;
    transition: all .5s ease;
}
nav .navbar .nav-links .links li .arrow
{
    line-height: 40px;
}
nav.tricky .navbar .nav-links .links li .arrow
{
    line-height: 70px;
}
nav.tricky .navbar .nav-links .links li .arrow
{
    color: #000;
}
nav .navbar .nav-links .links li:hover .arrow
{
    transform: rotate(180deg);
}
nav .navbar .nav-links .links .sub-menu
{
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    border-radius: 5px;
    line-height: 40px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 10px 5px 10px 0;
    display: none;
}
nav.tricky .navbar .nav-links .links .sub-menu
{
    top: 70px;
}
nav .navbar .nav-links .links .sub-menu li
{
    padding: 0 22px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
nav .navbar .nav-links .links .sub-menu li a
{
    color: #000;
    font-weight: 700;
}
nav .navbar .nav-links .links .sub-menu li a:hover
{
    color: var(--yellow);
}
nav .navbar .nav-links .links li:hover .profil-sub-menu
{
    display: block;
}
nav .navbar .nav-links .links li:hover .aplikasi-sub-menu
{
    display: block;
}
nav .navbar .nav-links .links li:hover .siswa-sub-menu
{
    display: block;
}
nav .navbar .nav-links .links li:hover .alumni-sub-menu
{
    display: block;
}
nav .navbar .nav-links .links li .more-arrow
{
    height: 16px;
    width: 16px;
}
nav .navbar .nav-links .links li .more .more-sub-menu
{
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
}
nav .navbar .nav-links .links li .more:hover .more-sub-menu
{
    display: block;
}
.navbar .search-box
{
    position: relative;
    height: 22px;
    width: 22px;
    margin-right: 30px;
}
.navbar .search-box .search-icon
{
    color: #fff;
    filter: invert(0);
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 2rem;
    text-align: center;
    justify-content: center;
    /* font-size: 14px; */
    font-weight: 600;
}
nav.tricky .navbar .search-box .search-icon
{
    filter: invert(1);
}
nav .navbar .search-box .input-box
{
    height: 50px;
    width: 300px;
    background: #fff;
    position: absolute;
    top: 70px;
    right: calc(100% - 20px);
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease;
}
nav.tricky .navbar .search-box .input-box
{
    background: var(--green);
}
.navbar.showInput .search-box .input-box
{
    top: 30px;
    opacity: 1;
    pointer-events: auto;
}
nav .navbar .search-box .input-box::before
{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #fff;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}
nav.tricky .navbar .search-box .input-box::before
{
    background: var(--green);
}
nav.tricky .navbar .search-box .input-box input::placeholder
{
    color : #fff;
}
nav .navbar .search-box .input-box input
{
    position: absolute;
    height: 35px;
    width: 270px;
    z-index: 1001;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    outline: none;
    border: none;
    border-radius: 4px;
    padding: 0 14px;
    font-size: 16px;
}
nav .navbar .search-box .input-box button
{
    position: absolute;
    height: 100%;
    width: 40px;
    color: #111;
    top: 0;
    z-index: 10002;
}
nav.tricky .navbar .search-box .input-box input
{
    background: var(--green);
    color: #fff;
}
nav.tricky .navbar .search-box .input-box button
{
    color: #fff;
}
nav .navbar .menu-icon,
.nav-links .menu-bar-logo .logo-name,
nav .navbar .nav-links .menu-bar-logo,
.nav-links .menu-bar-logo .fa-times,
.nav-links .menu-bar-logo .search-box .fa-search
{
    display: none;
}

/* endnav */
/* homesection */
/* .caps
{
    height: 100%;
    width: 100%;
    background: linear-gradient(250deg, rgba(243, 245, 242, .8) 45.45%, rgba(134, 223, 117, 0.2) 55.49%) no-repeat;
} */
.trigger
{
    margin-top: 15rem;
}
.trigger.rendah
{
    margin-top: 70px;
}
#home
{
    position: relative;
    min-height: 140vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#home.kecil
{
    min-height: 110vh;
}
#home .caps 
{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: linear-gradient(360deg, rgba(243, 245, 242, .7) 45.45%, rgba(20, 13, 112, 0.2) 55.49%);
}
#home .caps  h2
{
    font-size: 2rem;
    color: var(--green);
}
#home .caps  h1
{
    font-size: 2.5rem;
    color: #abb619;
}
#home .caps  h3
{
    font-size: 1.9rem;
    color: var(--green);
}
.bg-banner 
{
    display: none;
}
.banner 
{
    width: 100%;
    height: 110vh;
}
/* endhomesection */
/* berita */
#berita
{
    place-items: center;
    width: 100%;
}
.heading
{
    font-size: 2rem;
    padding-top: .3rem;
    margin: 2rem 0;
    color: var(--green);
    text-align: center;
    position: relative;
}
.heading::after {
    content: '';
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: .3rem;
    width: 30%;
    border-radius: 5rem;
    background: var(--yellow);
}
.box-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.box-container .box{
    min-width: 8rem;
    margin:0 .3rem;
    overflow: hidden;
    border-radius: .5rem;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    margin-bottom: 2rem;
}

.box-container .box img{
    height:15rem;
    width: 100%;
    object-fit: cover;
}

.box-container .box .content-berita{
    padding: 0 1.5rem;
}

.box-container .box .content-berita span{
    color:#666;
    font-size: .8rem;
    display: block;
    padding:1rem 0;
}
.box-container .box .content-berita a
{
    text-decoration: none;
}
.box-container .box .content-berita h3{
    font-size: 1.5rem;
    text-transform: capitalize;
    color:#111;
}

.box-container .box .content-berita:hover h3{
    color:var(--green);
}

.box-container .box .content-berita p{
    font-size: 1rem;
    color: #111;
 }
 .titlee
 {
     color: #111;
 }
 .titlee:hover
 {
     color: var(--yellow);
 }
 .tombol
 {
     padding: .4rem;
     background: var(--green);
     color: #FFF;
     border: 0;
     border-radius: 5px;
     text-decoration: none;
 }
 .tombol:hover
 {
     background: rgb(11, 16, 61);
     color: #FFF;
 }
/* endberita */
/* share */
.share .icon.facebook
{
    color: #3b5998;
}
.share .icon.instagram
{
    color: #dd2a7b;
}
.share .icon.twitter
{
    color: #00acee;
}
.share .icon.whatsapp
{
    color: #4fce5d;
}
/* endshare */
/* login */
.sect
{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(to bottom, #f1f4f9, #dff1ff);
    /* overflow: hidden; */
}
.sect .color
{
    position: absolute;
    filter: blur(150px);
}
.sect .color:nth-child(1)
{
    top: -350px;
    width: 600px;
    height: 600px;
    background: #35ff61;
}
.sect .color:nth-child(2)
{
    bottom: 0;
    left: 100px;
    width: 500px;
    height: 500px;
    background: #dec641;
}
.sect .color:nth-child(3)
{
    bottom: 50px;
    right: 100px;
    width: 300px;
    height: 300px;
    background: #c75b14;
}
.box
{
    position: relative;
}
.box .square
{
    position: absolute;
    backdrop-filter: blur(5px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    animation: animate 10s linear infinite;
    animation-delay: calc(-1s * var(--i));
}

@keyframes animate
{
    0%,100%
    {
        transform: translateY(-40px);
    }
    50%
    {
        transform: translateY(40px);
    }
}
.box .square:nth-child(1)
{
    top: -50px;
    left: -60px;
    width: 100px;
    height: 100px;
    z-index: 2;
}
.box .square:nth-child(3)
{
    bottom: 50px;
    left: -60px;
    width: 150px;
    height: 150px;
}
.box .square:nth-child(4)
{
    top: -80px;
    right: 140px;
    width: 70px;
    height: 70px;
}
.box .square:nth-child(2)
{
    bottom: -50px;
    right: -60px;
    width: 120px;
    height: 120px;
}
.bungkusan
{
    position: relative;
    width: 400px;
    min-height: 400px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 20px;
    backdrop-filter: blur(5px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.form
{
    position: relative;
    height: 100%;
    width: 100%;
    padding: 40px;
}
.form img
{
    position: relative;
    width: 100px;
    margin-bottom: 5px;
    margin-left: 33%;
}
.form h2
{
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.form h2.judul
{
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
}
.form .inputBox
{
    width: 100%;
    margin-top: 20px;
}
.form .inputBox input
{
    width: 100%;
    background: rgba(255,255,255,0.2);
    border: none;
    outline: none;
    padding: 10px 20px;
    border-radius: 35px;
    border: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.form .inputBox input::placeholder
{
    color: #fff;
}
.form .inputBox input[type="submit"]
{
    background: #fff;
    color: #666;
    max-width: 100px;
    cursor: pointer;
    margin-bottom: 20px;
    font-weight: 600;
}
.forget 
{
    margin-top: 5px;
    color: #fff;
}
.forget a
{
    color: #fff;
    font-weight: 600;
}
/* endlogin */
/* ppbd */
#ppdb
{
    height: 25vh;
    width: 100%;
    background: linear-gradient(45deg, #388E3C 45%, #8BC34A 55%);
}
.statBox
{
    position: relative;
    width: 100%;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
    place-content: center;
}
.ppdb.statBox
{
    position: relative;
    width: 100%;
    padding: 20px 200px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 100px;
    place-content: center;
}
.statBox .stat
{
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.3);
}
.statBox .stat .numbers
{
    position: relative;
    font-weight: 700;
    font-size: 2.5em;
    color: var(--green); 
}
.statBox .stat .statName
{
    align-self: center;
    color: var(--black1);
    font-size: 1.1em;
    margin-top: 5px;
}
.statBox .stat .iconBox
{
    align-self: center;
    font-size: 3.5em;
    color: var(--yellow);
}
.statBox .stat:hover
{
    background: var(--green);
}
.statBox .stat:hover .numbers,
.statBox .stat:hover .statName,
.statBox .stat:hover .iconBox
{
    color: var(--white);
}
/* endppdb */
/* agenda & pengumuman */
#agenda
{
    place-items: center;
    width: 100%;
}
.shadow
{
    box-shadow: 5px 3px 10px rgba(0,0,0,.2);
}
.waktu
{
    background: linear-gradient(45deg, rgba(146, 144, 129, 0.5) 55.45%, rgba(14, 22, 133, 0.5) 35.49%);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-radius: 10px;
}
/* endagenda */
/* about */
#about
{
    place-items: center;
    width: 100vw;
    min-height: 60vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4rem;
    background: linear-gradient(120deg, #388E3C 35.45%, #8BC34A 35.49%);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
/* endabout */
/* article */
#article
{
    place-items: center;
    width: 100vw;
}
.img-slider
{
    position: relative;
    margin: 10px;
    overflow: hidden;
}
.img-slider .slide
{
    z-index: 1;
    position: relative;
    width: 100%;
    cursor: pointer;
}
.img-slider .slide img
{
    z-index: 1;
    /* height: 15rem; */
    width: 100%;
    background-size: 50%;
    border-radius: 5px;
}

.img-slider .slide .info
{
    position: absolute;
    bottom: 0;
    transform: translateY(60px);
    padding: 15px 30px;
    transition: 0.5s;
    overflow: hidden;
}
.img-slider .slide .sci
{
    position: absolute;
    right: 10px;
    top: 0;
    height: 60%;
    width: 80px;
    transform: translateY(50%) translateX(60px);
    /* transform: translateX(0); */
    padding: 15px 30px;
    transition: 0.5s;
    overflow: hidden;
}
.img-slider .slide .sci li
{
    list-style: none;
}
.img-slider .slide .sci a
{
    color: #fff;
    font-size: 2em;
    text-decoration: none;
    padding: 2px 5px;
    border-radius: 5px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1)
}
.img-slider .slide .info a
{
    color: #fff;
    font-size: .7em;
    text-decoration: none;
    padding: 2px 5px;
    border-radius: 5px;
}
.img-slider .slide .info a h2
{
    color: #fff;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.img-slider .slide .info a h2:hover
{
    color: #dec641;
}
.img-slider .slide .info p
{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: .7em;
    width: 90%;
    padding: 5px;
    opacity: 0;
    transform: translateY(120px);
    transition: opacity 0.5s;
}
.img-slider .slide:hover .info
{
    transform: translateY(0px);
}
.img-slider .slide:hover .sci
{
    transform: translateY(50%) translateX(0px);
}
.img-slider .slide:hover .info p
{
    transform: translateY(0px);
    opacity: 1;
}
/* endarticle */
/* sambutan */
#sambutan
{
    place-items: center;
    width: 100vw;
    background: linear-gradient(60deg, #388E3C 35.45%, #8BC34A 35.49%);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
#sambutan .sambu
{
    padding: 4rem;
}
#sambutan img{
    width: 60%;
    border-radius: 50%;
    box-shadow: 2rem 2rem 0 rgba(0, 0, 0, 0.2);
    border: 4px solid #111;
    /* margin-bottom: 4rem; */
}
.kepsek
{
    width: 60%;
    box-shadow: 1rem 1rem 0 rgba(0, 0, 0, 0.2);
    border: 4px solid #111;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
#profil
{
    margin-top: 6rem;
}
.isi
{
    text-align: justify;
}
/* endsambutan */
/* team */
.kartu
{
    position: relative;
    width: 250px;
    height: 350px;
    background : #fff;
    margin: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
}
.kartu .isi-kartu
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    transition: 0.5s;
}
.kartu:hover
{
    box-shadow: 0 10px 20px rgba(30, 240, 11, 0.4);
}
.kartu:hover .isi-kartu
{
    opacity: 1;
    transform: translateY(-30px);
}
.kartu .isi-kartu .imgBx
{
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid rgba(0, 0, 0, 0.25);
}
.kartu .isi-kartu .imgBx img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kartu .isi-kartu .contentBx h3
{
    color: #111;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin: 20px 0 10px;
    line-height: 1.1em;
}
.kartu .isi-kartu .contentBx h3 span
{
    font-size: 12px;
    font-weight: 300;
    text-transform: initial;
}
.kartu .social
{
    position: absolute;
    padding: 0;
    bottom: 50px;
    display: flex;
}
.kartu .social li
{
    list-style: none;
    margin: 0 10px;
    transform: translateY(40px);
    transition: 0.5s;
    opacity: 0;
    transition-delay: calc(0.1s * var(--i));
}
.kartu:hover .social li
{
    transform: translateY(30px);
    opacity: 1;
}
/* endteam */
/* cari */
.isi-tab #beritaa{
    display: none;
}
.isi-tab #pengumuman{
    display: none;
}
.isi-tab #agendaa{
    display: none;
}
.isi-tab #kolom{
    display: none;
}
.isi-tab.berita #beritaa{
    display: block;
}
.isi-tab.pengumuman #pengumuman{
    display: block;
}
.isi-tab.agendaa #agendaa{
    display: block;
}
.isi-tab.kolom #kolom{
    display: block;
}
/* endcari */
/* footer */
footer 
{
    width: 100%;
    background: rgb(238, 233, 233);
}
footer .foot
{
    padding: 3.5rem; 
    position:relative
}
footer a
{
    color: var(--green);
    line-height: 2.5rem;
}
footer ul li
{
    padding: .7rem;
    color: var(--green);
}
footer ul li i
{
    font-size: 1.2rem;
}
footer ul li a
{
    color: var(--green);
}
footer ul li a:hover
{
    color: rgb(211, 164, 35);
    transform: rotate(180deg);
}
footer .copyright
{
    background: rgb(216, 212, 212);
    padding: 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}
/* endfooter */

@media (max-width: 1240px) 
{
    nav .navbar
    {
        padding: 0 40px;
    }
}
@media (max-width: 1055px) 
{
    nav .navbar
    {
        padding: 0 30px;
    }
    nav .navbar .logo a 
    {
        font-size: 20px;
    }
    .nav-profil
    {
        position: revert;
    }
    nav .header .hehe
    {
        flex-wrap: wrap;
    }
}
@media (max-width: 992px) 
{
    nav .header {
        padding: 50px 0px;
    }
    nav .header img {
        width: 4rem;
    }
    nav .header .identitas h3 {
        font-size: 1.3em;
    }
    nav .header .identitas p {
        font-size: .8em;
    }
    nav .header .hehe
    {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    nav .header .hihi
    {
        justify-content: center;
        align-items: center;
    }
    nav .header i {
        font-size: 1.3em;
    }
    nav .header .hoo h5 {
        font-size: .7em;
    }
    nav .header .hoo h6 {
        font-size: .5em;
    }
    .navbar .search-box {
        margin-right: 0;
    }
    nav .navbar {
        margin: 0 30px;
    }
    .bg-banner
    {
        display: block;
        position: relative;
        width: 100vw;
        height: 110vh;
        filter: blur(10px);
    }
    .banner 
    {
        position: absolute;
        width: 80vw;
        height: auto;
        left: 10vw;
        top: 30vh;
        box-shadow: 2px 2px 10px #111;
    }
    nav .navbar
    {
        padding: 0 20px;
    }
    nav.tricky .navbar {
        padding: 0 50px;
    }
    nav .navbar .nav-links
    {
        display: block;
        position: fixed;
        top: -100%;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        line-height: 50px;
        overflow-y: scroll;
        z-index: 1000;
        transition: all .5s ease;
    }
    nav .navbar .nav-links .links
    {
        display: block;
    }
    nav .navbar .nav-links .links li
    {
        width: 100%;
    }
    nav .navbar .nav-links .links li .arrow
    {
        /* color: #111; */
        width: 16px;
        height: 16px;
    }
    nav .navbar .nav-links .links li a
    {
        color: #111;
    }
    nav .navbar .nav-links .menu-bar-logo
    {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 20px;
    }
    nav .navbar .menu-icon
    {
        height: 22px;
        width: 22px;
        filter: invert(1);
        display: block;
    }
    nav.tricky .navbar .menu-icon
    {
        filter: invert(0);
    }
    .nav-links .menu-bar-logo .logo-name
    {
        color: #111;
        font-size: 30px;
        font-weight: 600;
        display: block;
    }
    .nav-links .menu-bar-logo .close-icon
    {
        height: 22px;
        width: 22px;
        display: block;
    }
    .navbar .search-box-fluid
    {
        position: relative;
        height: 22px;
        width: 22px;
    }
    .navbar .search-box-fluid .search-icon-fluid
    {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 40px;
        text-align: center;
        justify-content: center;
        /* font-size: 14px; */
        font-weight: 600;
    }
    nav .navbar .nav-links .links li
    {
        display: block;
        width: 100%;
    }
    nav .navbar .nav-links .links .sub-menu
    {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
    }
    nav .navbar .nav-links .links .sub-menu li
    {
        border-bottom: none;
    }
    nav .navbar .nav-links .links li:hover .profil-sub-menu
    {
        display: none;
    }
    nav .navbar .nav-links .links li:hover .aplikasi-sub-menu
    {
        display: none;
    }
    nav .navbar .nav-links .links li .more:hover .more-sub-menu
    {
        display: none;
    }
    nav .navbar .nav-links .links li .arrow
    {
        line-height: 40px;
        display: inline;
    }
    nav .navbar .nav-links .links li:hover .to
    {
        transform: rotate(0deg);
    }
    .navbar .nav-links.show1 .links .sub-menu.profil-sub-menu
    {
        display: block;
    }
    .navbar .nav-links.show3 .links .sub-menu.aplikasi-sub-menu
    {
        display: block;
    }
    .navbar .nav-links.show4 .links .sub-menu.siswa-sub-menu
    {
        display: block;
    }
    .navbar .nav-links.show5 .links .sub-menu.alumni-sub-menu
    {
        display: block;
    }
    nav .navbar .nav-links .links li .more .more-sub-menu
    {
        position: relative;
        left: 0;
        display: none;
    }
    nav .navbar .nav-links.show2 .links li .more .more-sub-menu
    {
        display: block;
    }
    .content .vektor
    {
        height: 14rem;
    }
    .content
    {
        margin-left: 0;
        text-align: center;
    }
    .content h2
    {
        margin-top: 0;
        font-size: 2.5rem;
        color: var(--green);
    }
    .content h1
    {
        font-size: 3rem;
        color: #abb619;
    }
    .content h3
    {
        font-size: 2.5rem;
        color: var(--green);
    }
    .heading::after {
        width: 30%;
    }

    .statBox
    {
        grid-template-columns: repeat(1,1fr);
    }
    #about
    {
        padding: 8rem;
    }
    #sambutan img{
        box-shadow: none;
    }
    .kartu .isi-kartu
    {
        opacity: 1;
        transform: translateY(-30px);
    }
    .kartu .social li
    {
        transform: translateY(30px);
        opacity: 1;
    }
}
@media (max-width: 667px) 
{
    .trigger
    {
        margin-top: 15rem;
    }
    nav .header {
        padding: 10px 0px;
    }
    nav .header .hee
    {
        flex-wrap: wrap;
    }
    nav .header .identitas
    {
        text-align: center;
    }
    nav .header .hehe
    {
        justify-content: center;
        margin-top: 1em;
    }
    .banner 
    {
        width: 80vw;
        height: auto;
        left: 10vw;
        top: 20vh;
    }
    .waktu
    {
        flex-direction: row;
    }
    footer a
    {
        font-size: .9rem;
    }
    footer .copyright
    {
        flex-direction: column;
    }
}
@media (max-width: 480px) 
{
    nav.tricky .navbar {
        padding: 0 20px;
    }
    .banner 
    {
        width: 90vw;
        height: auto;
        left: 4vw;
        top: 30vh;
    }
    .logo-sekola
    {
        width: 50%;
    }
    .content .vektor
    {
        height: 8rem;
    }
    .content
    {
        margin-left: 0;
        text-align: center;
    }
    .content h2
    {
        margin-top: 0;
        font-size: 2rem;
        color: var(--green);
    }
    .content h1
    {
        font-size: 2.5rem;
        color: #abb619;
    }
    .content h3
    {
        font-size: 2rem;
        color: var(--green);
    }
    #about
    {
        padding: 1rem;
    }
    #sambutan .sambu
    {
        padding: 1rem;
    }
    footer .foot
    {
        padding: 2rem 1rem;
    }
}