*,
*:before,
*:after {
    box-sizing: border-box;
}
*{
    cursor: auto;
}
*:active{
    cursor: grabbing;
}
html,
body {
    height: 100%;
    font-family: arial;

}

html,
body,
main {
    min-height: 100%
}
html{
    scroll-behavior: smooth;
}
body {
    margin: 0;
    width: 100%;
    height: 700%;
    overflow: hidden;
}

main {
    width: 100%;
    height: auto;
}

a,
a:focus,
a:visited,
a:hover {
    color: inherit;
    text-decoration: none;
    outline: none;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: grey;
}

/* Track */


/* Handle */
::-webkit-scrollbar {
    border-radius:60px; 
    background: rgba(50, 63, 179, 0.212);
    transition: 9s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #149cbb;
}

div.clearfix{
    clear: both;
}

#utama{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    z-index: 99999;


}
#utama .banner img{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    transition: transform 1s;
    overflow: hidden;
}
#utama .banner #main-btn img {
    top: 40px;
    position: fixed;
    z-index: 1;
    width: 250px;
    animation: melayang 4s infinite, jalan 25s infinite;
}



#room{
    width: 100%;
    height: auto;
}
#succes {
    top: 0;
}
#succes .scroller .wrapper img.bg{
    height: 100%;
    left: -350px;
}
#gallery{
    top: 744px;
}

#trainingroom{
    top: calc(744px *2);
}
#startup{
    top: calc(744px * 3);
}
#project{
    top: calc(744px*4);
}
#news{
    top: calc(744px*5);
}
#home{
    top: calc(744px*6);
}

div.overlaydark{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    z-index: 9;
    display: none;
}

.container {
    width: 100%;
    height: 100%;
    position: absolute;
}

.scroller {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}
.wrapper{
    position: relative;
    height: 100%;
}
.wrapper img{
    position: absolute;
    height: 100%;
}
#trainingroom .team-content .akma-drafter{
    position: absolute;
    top: 120px;
    left: 260px;
    width: 150px;
    height: 150px;
    z-index: 99;
}
#trainingroom .team-content .akma-drafter img.char-drafter{
    animation: melayang 6s infinite normal;
}
.btn-plus{
    position: absolute;
    left: 90px;
    width: 25px;
    height: 25px;
    background: #aeceff;
    transition: 0.5s;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
    box-sizing: 1px 2px 20px rgba(0,0,0,0.2);
}
.btn-plus span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(90deg);
    background: #fff;
    transition: 1s;
    cursor: pointer;
}
#trainingroom .team-content .akma-drafter .toggle span{
    top: 11px;
    left: 5px;
}


.toggle.active{
    transform: rotate(225deg);            
}

.box{
    position: relative;
    width: 2px;
    height: 2px;
    position: absolute;
    padding: 20px;
    top: 15px;
    left: 105px;
    transition: 0.5s;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.box.active {
    width: 400px;
    height: 320px;
    background: rgba(212, 245, 255, 0.8);

}

.box.active .drafter-head h2{
    transition-delay: 0.1s;
    visibility: visible;
}
.box.active .image{
    /* background: url('../img/char/drafter.png'); */
    width: 150px;
    height: 150px;
    top: 90px;
    background-image: url('../img/char/drafter.png');
    background-size: 75%;
    background-repeat: no-repeat;
    float: left;

}

.box .drafter-head h2{
    text-align: justify;
    transition: .5s ease;
    visibility: hidden;
    text-align: right;
    color: #0094cc;
    font-size: 28px;
}
.box .link{
    text-decoration: none;
    display: inline-block;
    width: 100px;
    height: 50px;
    border-radius: 15px;
    background-color: #149cbb;
    text-align: center;
    line-height: 50px;
    color: whitesmoke;
    font-size: 14px;
    margin-top: 30px;
}


#trainingroom .team-content .akma-estimator .toggle-estimator span{
    top: 11px;
    left: 5px;
}

.toggle-estimator.active{
    transform: rotate(225deg);            
}
.btn-plus.hilang {
    display: none;
}

.hitam{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* z-index:99; */
    display: none;
    transition: 9000ms;
}

.box-estimator {
    position: relative;
    width: 2px;
    height: 2px;
    position: absolute;
    padding: 20px;
    top: 15px;
    left: 105px;
    transition: 0.5s;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.box-estimator.active {
    width: 400px;
    height: 180px;
    background: rgba(212, 245, 255, 0.8);

}

.box-estimator.active .estimator-head h2{
    transition-delay: 0.1s;
    visibility: visible;
}
.box-estimator.active .image{
    /* background: url('../img/char/drafter.png'); */
    width: 150px;
    height: 150px;
    top: 90px;
    background-image: url('../img/char/estimator.png');
    background-size: 75%;
    background-repeat: no-repeat;
    float: left;

}

.box-estimator .estimator-head h2{
    text-align: justify;
    transition: .5s ease;
    visibility: hidden;
    text-align: right;
    color: #0094cc;
    font-size: 28px;
}
.box-estimator .link{
    text-decoration: none;
    display: inline-block;
    width: 100px;
    height: 50px;
    border-radius: 15px;
    background-color: #149cbb;
    text-align: center;
    line-height: 50px;
    color: whitesmoke;
    font-size: 14px;
    margin-top: 30px;
}




#trainingroom .team-content .akma-estimator{
    position: absolute;
    top: 455px;
    left: 505px;
    width: 150px;
    height: 150px;
    z-index: 99;
}





#trainingroom .team-content .akma-programmer {
    position: absolute;
    top: 55px;
    left: 1005px;
    width: 120px;
    height: 120px;
    z-index: 99;
}

#trainingroom .team-content .akma-programmer .toggle-programmer span {
    top: 11px;
    left: 5px;
}
.btn-plus span{
    display: block;
    width: 15px;
    height: 3px;
    background: #fff;
    position: absolute;
    cursor: pointer;
    transition: 1s;
}
.toggle-programmer.active {
    transform: rotate(225deg);
}


.box-programmer {
    position: relative;
    width: 2px;
    height: 2px;
    position: absolute;
    padding: 20px;
    top: 15px;
    left: 105px;
    transition: 0.5s;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.box-programmer.active {
    width: 400px;
    height: 320px;
    background: rgba(212, 245, 255, 0.8);

}

.box-programmer.active .drafter-head h2 {
    transition-delay: 0.1s;
    visibility: visible;
}

.box-programmer.active .image {
    width: 150px;
    height: 150px;
    top: 90px;
    background-image: url('../img/char/drafter.png');
    background-size: 75%;
    background-repeat: no-repeat;
    float: left;

}

.box .programmer-head h2 {
    text-align: justify;
    transition: .5s ease;
    visibility: hidden;
    text-align: right;
    color: #0094cc;
    font-size: 28px;
}

.box-programmer .link {
    text-decoration: none;
    display: inline-block;
    width: 100px;
    height: 50px;
    border-radius: 15px;
    background-color: #149cbb;
    text-align: center;
    line-height: 50px;
    color: whitesmoke;
    font-size: 14px;
    margin-top: 30px;
}


#trainingroom .team-content .akma-perkantoran {
    position: absolute;
    top: 445px;
    left: 1005px;
    width: 200px;
    height: 200px;
    z-index: 99;
}

#trainingroom .team-content .akma-perkantoran .toggle-perkantoran span {
    top: 11px;
    left: 5px;
}
.box-perkantoran {
    position: relative;
    width: 2px;
    height: 2px;
    position: absolute;
    padding: 20px;
    transition: 0.5s;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.box-perkantoran.active {
    width: 400px;
    height: 320px;
    background: rgba(212, 245, 255, 0.8);

}

.box-perkantoran.active .drafter-head h2 {
    transition-delay: 0.1s;
    visibility: visible;
}

.box-perkantoran.active .image {
    width: 150px;
    height: 150px;
    top: 90px;
    background-image: url('../img/char/drafter.png');
    background-size: 75%;
    background-repeat: no-repeat;
    float: left;

}

.box .perkantoran-head h2 {
    text-align: justify;
    transition: .5s ease;
    visibility: hidden;
    text-align: right;
    color: #0094cc;
    font-size: 28px;
}

.box-perkantoran .link {
    text-decoration: none;
    display: inline-block;
    width: 100px;
    height: 50px;
    border-radius: 15px;
    background-color: #149cbb;
    text-align: center;
    line-height: 50px;
    color: whitesmoke;
    font-size: 14px;
    margin-top: 30px;
}




#trainingroom .team-content .akma-design {
    position: absolute;
    top: 440px;
    left: 1705px;
    width: 180px;
    height: 180px;
    z-index: 99;
}

#trainingroom .team-content .akma-design a.akma-btn img {
    width: 25px;
    height: 25px;
    display: block;
    animation: melayang 6s infinite normal;
    margin-left: 100px;
}






#trainingroom .scroller .wrapper .akpopup{
    position: relative;
    z-index: 999;
    padding-top: 110px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    transition: 0.5s;
    box-sizing: border-box;
}
#trainingroom .scroller .wrapper .akpopup.active {
    width: 999px;
}
#trainingroom .scroller .wrapper .akpopup-content{
    position: relative;
    margin: auto;
    max-width: 500px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 1px 16px;
    color: white;
    width: 100%;
    background: rgba(155, 207, 223, 0.9);
    border-radius: 10px;
}

#trainingroom .scroller .wrapper .akpopup-content .head{
    text-align: right;
    font-size: 21px;
}
#trainingroom .scroller .wrapper .akpopup-content .ch img.ch-char{
    float: left;
    position: relative;
    width: 120px;
    padding-right: 20px;
}
#trainingroom .scroller .wrapper .akpopup-content .main{
}
#trainingroom .scroller .wrapper .akpopup-content .main p{
    margin-bottom: 20px;
    margin-top: 40px;
}

#trainingroom .scroller .wrapper .akpopup-content .foot{
    display: inline-block;
    margin-left: 25%;
}
#trainingroom .scroller .wrapper .akpopup-content .foot a.button{
    text-decoration: none;
    display: inline-block;
    width: 100px;
    height: 50px;
    border-radius: 15px;
    background-color: #149cbb;
    text-align: center;
    line-height: 50px;
    color: whitesmoke;
    font-size: 14px;
    top: 75%;
    left: 25%;
}
#trainingroom .scroller .wrapper .akpopup-content .foot h6.close {
    text-decoration: none;
    display: inline-block;
    width: 100px;
    height: 50px;
    border-radius: 15px;
    background-color: rgba(235, 235, 235, 0.6);
    text-align: center;
    line-height: 50px;
    color: whitesmoke;
    font-size: 14px;
    left: 56%;
    top: 75%;
    cursor: pointer;
}

#home .scroller .wrapper img.bg-home{
    width: 100%;
    height: auto;
    cursor: auto;
}
#home .scroller .wrapper .info{
    position: absolute;
    width: 350px;
    height: 130px;
    background: rgba(155, 207, 223, 0.9);
    left: -100%;
    margin: auto;
    transition: 0.5s;
    top: 35%;
    transform: translate(0,-65%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 130px;
    border-radius: 5px;
    padding: 10px 40px;
}
#home .scroller .wrapper .team-content .info p{
    text-align: center;
}
#home .scroller .wrapper .info.active{
    left: 500px;
    transform: translate(0,0);
    margin: auto;
}
#home .scroller .wrapper .team-content .toggle-home {
    position: absolute;
    top: 20%;
    left: 65%;
}
#home .scroller .wrapper .team-content .toggle-home span {
    top: 11px;
    left: 5px;
}
#home .scroller .wrapper .tu {
    position: absolute;
    width: 210px;
    height: auto;
    background: rgba(155, 207, 223, 0.9);
    top: 400px;
    left: 800px;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.2);
    border-radius: 20px;
}
.tu p{
    text-align: center;
    color: #393939;
    font-family: 'Lato', sans-serif;
}
.toggle-home.active {
    transform: rotate(225deg);
}

.wall1{
    position: absolute;
    top: 695px;
}.wall2{
    position: absolute;
    top: calc(695px*2 + 50px);
}.wall3{
    position: absolute;
    top: calc(695px*3 + 98px);
}.wall4{
    position: absolute;
    top: calc(690px*4 + 166px);
    
}.wall5{
    position: absolute;
    top: calc(690px*5 + 220px);
}.wall6{
    position: absolute;
    top: calc(690px*6 + 275px);
}
.wall img{
    width: 100%;
    height: 50px;
}

img.roket{
    position: absolute;
    left: 30%;
    width: 350px;
    z-index: 2;
    height: auto;
}

@keyframes shakeroket {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

#project .scroller .wrapper .team-content div.teamsatu .toggle-home {
    position: absolute;
    top: 360px;
    left: 490px;
    animation: melayang 5s infinite normal;
    z-index: 1;
}
#project .scroller .wrapper .team-content div.teamsatu .toggle-home span {
    top: 11px;
    left: 5px;
}

#project .scroller .wrapper .team-content div.teamsatu .toggle-home-close {
    position: absolute;
    top: 360px;
    left: 490px;
    display: none;
    transform: rotate(45deg);
    z-index: 100;
}
#project .scroller .wrapper .team-content div.teamsatu .toggle-home-close span {
    top: 11px;
    left: 5px;
}

#project .scroller .wrapper .team-content div.teamsatu div.main-info-people{
    width: 580px;
    height: 320px;
    background-color: rgba(231,231,231,0.9);
    border: 2px solid #aaa;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    position: absolute;
    left: calc(490px + 13px);
    top: calc(360px - 305px);
    z-index: 99;
    display: none;
}

div.main-info-people{
    padding: 30px;
    box-sizing: border-box;
}

div.main-info-people div.kiri{
    width: 200px;
    height: 100%;
    position: relative;
    float: left;
}

div.main-info-people div.kiri img{
    width: 180px;
    height: auto;
}

div.main-info-people div.kanan{
    width: calc(100% - 220px);
    height: 100%;
    position: relative;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

div.main-info-people div.kanan h2{
    font-family: 'Nunito', sans-serif;
    color: #292929;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

div.main-info-people div.kanan h3{
    font-family: 'Nunito', sans-serif;
    color: #474747;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

div.main-info-people div.kanan p{
    font-family: 'Source Sans Pro', sans-serif;
    color: #292929;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 5px;
    padding-top: 0;
    font-size: 17px;
}

#project .scroller .wrapper .team-content div.teamdua .toggle-home {
    position: absolute;
    top: 400px;
    left: 670px;
    animation: melayang 5s infinite normal;
    z-index: 1;
}
#project .scroller .wrapper .team-content div.teamdua .toggle-home span {
    top: 11px;
    left: 5px;
}

#project .scroller .wrapper .team-content div.teamdua .toggle-home-close {
    position: absolute;
    top: 400px;
    left: 670px;
    display: none;
    transform: rotate(45deg);
    z-index: 100;
}
#project .scroller .wrapper .team-content div.teamdua .toggle-home-close span {
    top: 11px;
    left: 5px;
}

#project .scroller .wrapper .team-content div.teamdua div.main-info-people{
    width: 580px;
    height: 320px;
    background-color: rgba(231,231,231,0.9);
    border: 2px solid #aaa;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    position: absolute;
    left: calc(670px + 13px);
    top: calc(400px - 305px);
    z-index: 99;
    display: none;
}

#project .scroller .wrapper .team-content div.teamtiga .toggle-home {
    position: absolute;
    top: 400px;
    left: 820px;
    animation: melayang 5s infinite normal;
    z-index: 1;
}
#project .scroller .wrapper .team-content div.teamtiga .toggle-home span {
    top: 11px;
    left: 5px;
}

#project .scroller .wrapper .team-content div.teamtiga .toggle-home-close {
    position: absolute;
    top: 400px;
    left: 820px;
    display: none;
    transform: rotate(45deg);
    z-index: 100;
}
#project .scroller .wrapper .team-content div.teamtiga .toggle-home-close span {
    top: 11px;
    left: 5px;
}

#project .scroller .wrapper .team-content div.teamtiga div.main-info-people{
    width: 580px;
    height: 320px;
    background-color: rgba(231,231,231,0.9);
    border: 2px solid #aaa;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    position: absolute;
    left: calc(820px + 13px - 580px);
    top: calc(400px - 305px);
    z-index: 99;
    display: none;
}

#project .scroller .wrapper .team-content div.teamempat .toggle-home {
    position: absolute;
    top: 320px;
    left: 1200px;
    animation: melayang 5s infinite normal;
    z-index: 1;
}
#project .scroller .wrapper .team-content div.teamempat .toggle-home span {
    top: 11px;
    left: 5px;
}

#project .scroller .wrapper .team-content div.teamempat .toggle-home-close {
    position: absolute;
    top: 320px;
    left: 1200px;
    display: none;
    transform: rotate(45deg);
    z-index: 100;
}
#project .scroller .wrapper .team-content div.teamempat .toggle-home-close span {
    top: 11px;
    left: 5px;
}

#project .scroller .wrapper .team-content div.teamempat div.main-info-people{
    width: 580px;
    height: 320px;
    background-color: rgba(231,231,231,0.9);
    border: 2px solid #aaa;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    position: absolute;
    left: calc(1200px + 13px - 580px);
    top: calc(320px - 305px);
    z-index: 99;
    display: none;
}


#project .scroller .wrapper .team-content div.teamlima .toggle-home {
    position: absolute;
    top: 370px;
    left: 1530px;
    animation: melayang 5s infinite normal;
    z-index: 1;
}
#project .scroller .wrapper .team-content div.teamlima .toggle-home span {
    top: 11px;
    left: 5px;
}

#project .scroller .wrapper .team-content div.teamlima .toggle-home-close {
    position: absolute;
    top: 370px;
    left: 1530px;
    display: none;
    transform: rotate(45deg);
    z-index: 100;
}
#project .scroller .wrapper .team-content div.teamlima .toggle-home-close span {
    top: 11px;
    left: 5px;
}

#project .scroller .wrapper .team-content div.teamlima div.main-info-people{
    width: 580px;
    height: 320px;
    background-color: rgba(231,231,231,0.9);
    border: 2px solid #aaa;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    position: absolute;
    left: calc(1530px + 13px);
    top: calc(370px - 305px);
    z-index: 99;
    display: none;
}

#project .scroller .wrapper .team-content div.teamenam .toggle-home {
    position: absolute;
    top: 400px;
    left: 2150px;
    animation: melayang 5s infinite normal;
    z-index: 1;
}
#project .scroller .wrapper .team-content div.teamenam .toggle-home span {
    top: 11px;
    left: 5px;
}

#project .scroller .wrapper .team-content div.teamenam .toggle-home-close {
    position: absolute;
    top: 400px;
    left: 2150px;
    display: none;
    transform: rotate(45deg);
    z-index: 100;
}
#project .scroller .wrapper .team-content div.teamenam .toggle-home-close span {
    top: 11px;
    left: 5px;
}

#project .scroller .wrapper .team-content div.teamenam div.main-info-people{
    width: 580px;
    height: 320px;
    background-color: rgba(231,231,231,0.9);
    border: 2px solid #aaa;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    position: absolute;
    left: calc(2150px + 13px - 580px);
    top: calc(400px - 305px);
    z-index: 99;
    display: none;
}

#startup .scroller .wrapper .team-content div.teamsatu .toggle-home {
    position: absolute;
    top: 440px;
    left: 320px;
    animation: melayang 5s infinite normal;
    z-index: 1;
}
#startup .scroller .wrapper .team-content div.teamsatu .toggle-home span {
    top: 11px;
    left: 5px;
}

#startup .scroller .wrapper .team-content div.teamsatu .toggle-home-close {
    position: absolute;
    top: 440px;
    left: 320px;
    display: none;
    transform: rotate(45deg);
    z-index: 100;
}
#startup .scroller .wrapper .team-content div.teamsatu .toggle-home-close span {
    top: 11px;
    left: 5px;
}

#startup .scroller .wrapper .team-content div.teamsatu div.main-info-people{
    width: 580px;
    height: 320px;
    background-color: rgba(231,231,231,0.9);
    border: 2px solid #aaa;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    position: absolute;
    left: calc(320px + 13px);
    top: calc(440px - 305px);
    z-index: 99;
    display: none;
}

#startup .scroller .wrapper .team-content div.teamdua .toggle-home {
    position: absolute;
    top: 130px;
    left: 330px;
    animation: melayang 5s infinite normal;
    z-index: 1;
}
#startup .scroller .wrapper .team-content div.teamdua .toggle-home span {
    top: 11px;
    left: 5px;
}

#startup .scroller .wrapper .team-content div.teamdua .toggle-home-close {
    position: absolute;
    top: 130px;
    left: 330px;
    display: none;
    transform: rotate(45deg);
    z-index: 100;
}
#startup .scroller .wrapper .team-content div.teamdua .toggle-home-close span {
    top: 11px;
    left: 5px;
}

#startup .scroller .wrapper .team-content div.teamdua div.main-info-people{
    width: 580px;
    height: 320px;
    background-color: rgba(231,231,231,0.9);
    border: 2px solid #aaa;
    border-radius: 30px;
    border-top-left-radius: 0;
    position: absolute;
    left: calc(330px + 13px);
    top: calc(130px - 305px + 320px);
    z-index: 99;
    display: none;
}

#startup .scroller .wrapper .team-content div.teamtiga .toggle-home {
    position: absolute;
    top: 420px;
    left: 990px;
    animation: melayang 5s infinite normal;
    z-index: 1;
}
#startup .scroller .wrapper .team-content div.teamtiga .toggle-home span {
    top: 11px;
    left: 5px;
}

#startup .scroller .wrapper .team-content div.teamtiga .toggle-home-close {
    position: absolute;
    top: 420px;
    left: 990px;
    display: none;
    transform: rotate(45deg);
    z-index: 100;
}
#startup .scroller .wrapper .team-content div.teamtiga .toggle-home-close span {
    top: 11px;
    left: 5px;
}

#startup .scroller .wrapper .team-content div.teamtiga div.main-info-people{
    width: 580px;
    height: 320px;
    background-color: rgba(231,231,231,0.9);
    border: 2px solid #aaa;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    position: absolute;
    left: calc(990px + 13px - 580px);
    top: calc(420px - 305px);
    z-index: 99;
    display: none;
}

#startup .scroller .wrapper .team-content div.teamempat .toggle-home {
    position: absolute;
    top: 150px;
    left: 1200px;
    animation: melayang 5s infinite normal;
    z-index: 1;
}
#startup .scroller .wrapper .team-content div.teamempat .toggle-home span {
    top: 11px;
    left: 5px;
}

#startup .scroller .wrapper .team-content div.teamempat .toggle-home-close {
    position: absolute;
    top: 150px;
    left: 1200px;
    display: none;
    transform: rotate(45deg);
    z-index: 100;
}
#startup .scroller .wrapper .team-content div.teamempat .toggle-home-close span {
    top: 11px;
    left: 5px;
}

#startup .scroller .wrapper .team-content div.teamempat div.main-info-people{
    width: 580px;
    height: 320px;
    background-color: rgba(231,231,231,0.9);
    border: 2px solid #aaa;
    border-radius: 30px;
    border-top-left-radius: 0;
    position: absolute;
    left: calc(1200px + 13px);
    top: calc(150px - 305px + 320px);
    z-index: 99;
    display: none;
}

#startup .scroller .wrapper .team-content div.teamlima .toggle-home {
    position: absolute;
    top: 390px;
    left: 1270px;
    animation: melayang 5s infinite normal;
    z-index: 1;
}
#startup .scroller .wrapper .team-content div.teamlima .toggle-home span {
    top: 11px;
    left: 5px;
}

#startup .scroller .wrapper .team-content div.teamlima .toggle-home-close {
    position: absolute;
    top: 390px;
    left: 1270px;
    display: none;
    transform: rotate(45deg);
    z-index: 100;
}
#startup .scroller .wrapper .team-content div.teamlima .toggle-home-close span {
    top: 11px;
    left: 5px;
}

#startup .scroller .wrapper .team-content div.teamlima div.main-info-people{
    width: 580px;
    height: 320px;
    background-color: rgba(231,231,231,0.9);
    border: 2px solid #aaa;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    position: absolute;
    left: calc(1270px + 13px);
    top: calc(390px - 305px);
    z-index: 99;
    display: none;
}

#startup .scroller .wrapper .team-content div.teamenam .toggle-home {
    position: absolute;
    top: 120px;
    left: 1730px;
    animation: melayang 5s infinite normal;
    z-index: 1;
}
#startup .scroller .wrapper .team-content div.teamenam .toggle-home span {
    top: 11px;
    left: 5px;
}

#startup .scroller .wrapper .team-content div.teamenam .toggle-home-close {
    position: absolute;
    top: 120px;
    left: 1730px;
    display: none;
    transform: rotate(45deg);
    z-index: 100;
}
#startup .scroller .wrapper .team-content div.teamenam .toggle-home-close span {
    top: 11px;
    left: 5px;
}

#startup .scroller .wrapper .team-content div.teamenam div.main-info-people{
    width: 580px;
    height: 320px;
    background-color: rgba(231,231,231,0.9);
    border: 2px solid #aaa;
    border-radius: 30px;
    border-top-right-radius: 0;
    position: absolute;
    left: calc(1730px + 13px - 580px);
    top: calc(120px - 305px + 320px);
    z-index: 99;
    display: none;
}

#startup .scroller .wrapper .team-content div.teamtujuh .toggle-home {
    position: absolute;
    top: 400px;
    left: 1820px;
    animation: melayang 5s infinite normal;
    z-index: 1;
}
#startup .scroller .wrapper .team-content div.teamtujuh .toggle-home span {
    top: 11px;
    left: 5px;
}

#startup .scroller .wrapper .team-content div.teamtujuh .toggle-home-close {
    position: absolute;
    top: 400px;
    left: 1820px;
    display: none;
    transform: rotate(45deg);
    z-index: 100;
}
#startup .scroller .wrapper .team-content div.teamtujuh .toggle-home-close span {
    top: 11px;
    left: 5px;
}

#startup .scroller .wrapper .team-content div.teamtujuh div.main-info-people{
    width: 580px;
    height: 320px;
    background-color: rgba(231,231,231,0.9);
    border: 2px solid #aaa;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    position: absolute;
    left: calc(1820px + 13px - 580px);
    top: calc(400px - 305px);
    z-index: 99;
    display: none;
}

#trainingroom .scroller .wrapper .team-content div.teamsatu .toggle-home {
    position: absolute;
    top: 390px;
    left: 245px;
    animation: melayang 5s infinite normal;
    z-index: 1;
}
#trainingroom .scroller .wrapper .team-content div.teamsatu .toggle-home span {
    top: 11px;
    left: 5px;
}

#trainingroom .scroller .wrapper .team-content div.teamsatu .toggle-home-close {
    position: absolute;
    top: 390px;
    left: 245px;
    display: none;
    transform: rotate(45deg);
    z-index: 100;
}
#trainingroom .scroller .wrapper .team-content div.teamsatu .toggle-home-close span {
    top: 11px;
    left: 5px;
}

#trainingroom .scroller .wrapper .team-content div.teamsatu div.main-info-people{
    width: 580px;
    height: 320px;
    background-color: rgba(231,231,231,0.9);
    border: 2px solid #aaa;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    position: absolute;
    left: calc(245px + 13px);
    top: calc(390px - 305px);
    z-index: 99;
    display: none;
}

#trainingroom .scroller .wrapper .team-content div.teamdua .toggle-home {
    position: absolute;
    top: 90px;
    left: 400px;
    animation: melayang 5s infinite normal;
    z-index: 1;
}
#trainingroom .scroller .wrapper .team-content div.teamdua .toggle-home span {
    top: 11px;
    left: 5px;
}

#trainingroom .scroller .wrapper .team-content div.teamdua .toggle-home-close {
    position: absolute;
    top: 90px;
    left: 400px;
    display: none;
    transform: rotate(45deg);
    z-index: 100;
}
#trainingroom .scroller .wrapper .team-content div.teamdua .toggle-home-close span {
    top: 11px;
    left: 5px;
}

#trainingroom .scroller .wrapper .team-content div.teamdua div.main-info-people{
    width: 580px;
    height: 320px;
    background-color: rgba(231,231,231,0.9);
    border: 2px solid #aaa;
    border-radius: 30px;
    border-top-left-radius: 0;
    position: absolute;
    left: calc(400px + 13px);
    top: calc(90px - 305px + 320px);
    z-index: 99;
    display: none;
}

#trainingroom .scroller .wrapper .team-content div.teamtiga .toggle-home {
    position: absolute;
    top: 390px;
    left: 960px;
    animation: melayang 5s infinite normal;
    z-index: 1;
}
#trainingroom .scroller .wrapper .team-content div.teamtiga .toggle-home span {
    top: 11px;
    left: 5px;
}

#trainingroom .scroller .wrapper .team-content div.teamtiga .toggle-home-close {
    position: absolute;
    top: 390px;
    left: 960px;
    display: none;
    transform: rotate(45deg);
    z-index: 100;
}
#trainingroom .scroller .wrapper .team-content div.teamtiga .toggle-home-close span {
    top: 11px;
    left: 5px;
}

#trainingroom .scroller .wrapper .team-content div.teamtiga div.main-info-people{
    width: 580px;
    height: 320px;
    background-color: rgba(231,231,231,0.9);
    border: 2px solid #aaa;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    position: absolute;
    left: calc(960px + 13px - 580px);
    top: calc(390px - 305px);
    z-index: 99;
    display: none;
}

#trainingroom .scroller .wrapper .team-content div.teamempat .toggle-home {
    position: absolute;
    top: 60px;
    left: 1180px;
    animation: melayang 5s infinite normal;
    z-index: 1;
}
#trainingroom .scroller .wrapper .team-content div.teamempat .toggle-home span {
    top: 11px;
    left: 5px;
}

#trainingroom .scroller .wrapper .team-content div.teamempat .toggle-home-close {
    position: absolute;
    top: 60px;
    left: 1180px;
    display: none;
    transform: rotate(45deg);
    z-index: 100;
}
#trainingroom .scroller .wrapper .team-content div.teamempat .toggle-home-close span {
    top: 11px;
    left: 5px;
}

#trainingroom .scroller .wrapper .team-content div.teamempat div.main-info-people{
    width: 580px;
    height: 320px;
    background-color: rgba(231,231,231,0.9);
    border: 2px solid #aaa;
    border-radius: 30px;
    border-top-left-radius: 0;
    position: absolute;
    left: calc(1180px + 13px);
    top: calc(60px - 305px + 320px);
    z-index: 99;
    display: none;
}

#trainingroom .scroller .wrapper .team-content div.teamlima .toggle-home {
    position: absolute;
    top: 400px;
    left: 1500px;
    animation: melayang 5s infinite normal;
    z-index: 1;
}
#trainingroom .scroller .wrapper .team-content div.teamlima .toggle-home span {
    top: 11px;
    left: 5px;
}

#trainingroom .scroller .wrapper .team-content div.teamlima .toggle-home-close {
    position: absolute;
    top: 400px;
    left: 1500px;
    display: none;
    transform: rotate(45deg);
    z-index: 100;
}
#trainingroom .scroller .wrapper .team-content div.teamlima .toggle-home-close span {
    top: 11px;
    left: 5px;
}

#trainingroom .scroller .wrapper .team-content div.teamlima div.main-info-people{
    width: 580px;
    height: 320px;
    background-color: rgba(231,231,231,0.9);
    border: 2px solid #aaa;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    position: absolute;
    left: calc(1500px + 13px);
    top: calc(400px - 305px);
    z-index: 99;
    display: none;
}

#trainingroom .scroller .wrapper .team-content div.teamenam .toggle-home {
    position: absolute;
    top: 70px;
    left: 2270px;
    animation: melayang 5s infinite normal;
    z-index: 1;
}
#trainingroom .scroller .wrapper .team-content div.teamenam .toggle-home span {
    top: 11px;
    left: 5px;
}

#trainingroom .scroller .wrapper .team-content div.teamenam .toggle-home-close {
    position: absolute;
    top: 70px;
    left: 2270px;
    display: none;
    transform: rotate(45deg);
    z-index: 100;
}
#trainingroom .scroller .wrapper .team-content div.teamenam .toggle-home-close span {
    top: 11px;
    left: 5px;
}

#trainingroom .scroller .wrapper .team-content div.teamenam div.main-info-people{
    width: 580px;
    height: 320px;
    background-color: rgba(231,231,231,0.9);
    border: 2px solid #aaa;
    border-radius: 30px;
    border-top-right-radius: 0;
    position: absolute;
    left: calc(2270px + 13px - 580px);
    top: calc(70px - 305px + 320px);
    z-index: 99;
    display: none;
}

#trainingroom .scroller .wrapper .team-content div.teamtujuh .toggle-home {
    position: absolute;
    top: 430px;
    left: 2150px;
    animation: melayang 5s infinite normal;
    z-index: 1;
}
#trainingroom .scroller .wrapper .team-content div.teamtujuh .toggle-home span {
    top: 11px;
    left: 5px;
}

#trainingroom .scroller .wrapper .team-content div.teamtujuh .toggle-home-close {
    position: absolute;
    top: 430px;
    left: 2150px;
    display: none;
    transform: rotate(45deg);
    z-index: 100;
}
#trainingroom .scroller .wrapper .team-content div.teamtujuh .toggle-home-close span {
    top: 11px;
    left: 5px;
}

#trainingroom .scroller .wrapper .team-content div.teamtujuh div.main-info-people{
    width: 580px;
    height: 320px;
    background-color: rgba(231,231,231,0.9);
    border: 2px solid #aaa;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    position: absolute;
    left: calc(2150px + 13px - 580px);
    top: calc(430px - 305px);
    z-index: 99;
    display: none;
}

div.overlayblur{
    width: 100px;
    height: 100px;
    position: fixed;
    background-color: salmon;
    filter: blur(8px);
    z-index: 999;
}


#sidebar {
    top: 0px;
    width: 290px;
    height: 100%;
    position: fixed;
    background: rgba(5, 10, 17, 0.5);
    left: -290px;
    transition: all 500ms linear;
    z-index: 9999;
    cursor: pointer;
}

#sidebar.active {
    left: 0;
}


#sidebar ul li {
    display: table-cell;
    list-style: none;
    position: relative;
    padding: 20px 10px;
    margin-bottom: 10px;
    top: 200px;
    left: -25px;
    animation: melayang 6s infinite;
    cursor: auto;
    cursor: pointer;
}

#sidebar ul li a {
    text-decoration: none;
    color: white;
    cursor: pointer;
    margin: 0 auto;
}

#sidebar ul li:nth-child(1) {
    display: inline-block;
    background: url(../img/bg/button7.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px dashed white;
    border-radius: 5px;
    width: 140px;
    transition: 0.6s;
    text-align: center;


}

#sidebar ul li:nth-child(1):hover {
    box-shadow: 3px 3px 30px rgb(209, 209, 209);
}

#sidebar ul li:nth-child(2) {
    background: url(../img/bg/button3.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    border: 2px dashed white;
    border-radius: 5px;
    transition: 0.6s;
    text-align: center;
}

#sidebar ul li:nth-child(2):hover {
    box-shadow: 3px 3px 30px rgb(209, 209, 209);
}

#sidebar ul li:nth-child(3) {
    display: block;
    width: 245px;
    background:url(../img/bg/button4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border: 2px dashed white;
    border-radius: 5px;
    transition: 0.6s;
    text-align: center;
}

#sidebar ul li:nth-child(3):hover {
    box-shadow: 3px 3px 30px rgb(209, 209, 209);
}

#sidebar ul li:nth-child(4) {
    display: block;
    width: 245px;
    background: url(../img/bg/button6.png);
    background-size: 280px;
    background-repeat: no-repeat;
    background-position-y: -20px;
    border: 2px dashed white;
    border-radius: 5px;
    transition: 0.6s;
    text-align: center;
}

#sidebar ul li:nth-child(4):hover {
    box-shadow: 3px 3px 30px rgb(209, 209, 209);
}

#sidebar ul li:nth-child(5) {
    display: block;
    width: 245px;
    background: url(../img/bg/button5.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px dashed white;
    border-radius: 5px;
    transition: 0.6s;
    text-align: center;
}

#sidebar ul li:nth-child(5):hover {
    box-shadow: 3px 3px 30px rgb(209, 209, 209);
}

#sidebar ul li:nth-child(6) {
    display: inline-block;
    width: 120px;
    background: url(../img/bg/button2.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px dashed white;
    border-radius: 5px;
    transition: 0.6s;
    text-align: center;
}

#sidebar ul li:nth-child(6):hover {
    box-shadow: 3px 3px 30px rgb(209, 209, 209);
}

#sidebar ul li:nth-child(7) {
    display: inline-block;
    width: 120px;
    background: url(../img/bg/button1.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px dashed white;
    border-radius: 5px;
    transition: 0.6s;
    text-align: center;
}

#sidebar ul li:nth-child(7):hover {
    box-shadow: 3px 3px 30px rgb(209, 209, 209);
}

#sidebar .sidebarslide {
    position: absolute;
    top: 35%;
    left: 290px;
    width: 100px;
    height: 70px;
    background: url(../img/icon/menu.png);
    background-size: cover;
    animation: melayang 6s infinite;
    cursor:pointer;
}
#sidebar.anjay  {
    left: -455px;

}
#nav.anjay .horizontal .left{
    left: -350px;
}
#nav.anjay .horizontal img.left {
    left: -400px;
}
#nav.anjay .horizontal span.right{
    right: -260px;
}
#nav.anjay .horizontal img.right {
    left: 260px;
}

#nav.anjay .vertikal{
    top: 200px;
}


#sidebar.active {
    left: 0;
}


#sidebar .sidebarslide .hamburger{
    width: 40px;
    height: 7px;
    background: #fff;
    position: absolute;
    display: block;
    top:50%;
    left: 35%;
    transform: translate(-50%, -50%);
    transition: .5s;
    cursor: pointer;
}

#sidebar .sidebarslide .hamburger:before,
#sidebar .sidebarslide .hamburger:after{
    content: ' ';
    position: absolute;
    width: 40px;
    height: 7px;
    background: #fff;
}
#sidebar .sidebarslide .hamburger::before {
    top: -13px;
    transition: .5s;
}

#sidebar .sidebarslide .hamburger::after {
    top: 13px;
    transition: .5s;
}
#sidebar .sidebarslide.active .hamburger{
    background: rgba(146, 146, 146, 0);

    
}

#sidebar .sidebarslide.active .hamburger:before{
    top: 0;
    transform: rotate(-45deg);
}
#sidebar .sidebarslide.active .hamburger:after{
    top: 0;
    transform: rotate(-135deg);
}




#sidebar .logo a img {
    margin-top: 50px;
    position: absolute;
    width: 250px;
    left: 20px;
}
#scrollbar {
    top: -200px;
    left: 777px;
    padding: 0;
    margin: 0;
    position: relative;
}
#scrollbar .vertikal img{
    width: 100px;
    cursor: pointer;
}




#nav .vertikal{
    margin-top: 544px;
    right: 30px;
    width: 120px;
    position: fixed;
    bottom: 20px;
    transition: .3s;
    z-index: 100;
}
#nav .vertikal .up{
    transform: rotate(-90deg);
    display: inline-block;
    border-radius: 50%;
    width: 45px;
    transition: 0.5s;
    cursor: pointer;
}
#nav .vertikal .down{
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 50%;
    transform: rotate(90deg);
    width: 45px;
    transition: 0.5s;
    cursor: pointer;
}
#nav .vertikal .up:hover{
    box-shadow: 0px 0px 10px 6px skyblue;
    border-radius: 50%;
}
#nav .vertikal .down:hover{
    box-shadow: 0px 0px 10px 6px skyblue;
    border-radius: 50%;
}

#nav .horizontal{
    position: absolute;

    
}
#nav .horizontal span.right{
    transition: 0.4s;   
    top: 50%;
    right: -100px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(187, 187, 187, .3);
    position: fixed;

}
#nav .horizontal span.right img{
    top: 40%;
    left: 0px;
    transition: 0.5s;
    margin-left: 0px;

}
#nav .horizontal span.right:hover{
    background: rgba(187, 187, 187, .6);
    box-shadow: 2px 2px 10px 10px rgba(94, 94, 94, 0.3);
}
#nav .horizontal span.left {
    transition: 0.4s;
    top: 50%;
    left: -95px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(187, 187, 187, .3);
    position: fixed;
}
#nav .horizontal span.left img{
    margin-right: 0px;
    top: 40%;
    right: 100px;   
}
#nav .horizontal span.left:hover {
    background: rgba(187, 187, 187, .6);
    box-shadow: 2px 2px 10px 10px rgba(94, 94, 94, 0.3);
}
#nav .horizontal .right{
    position: absolute;
    margin: auto;
    width: 45px;
    top: 85px;
    padding-left: 10px;
    display: inline-block;
}
#nav .horizontal .left{
    transform: rotate(180deg);
    position: absolute;
    margin: auto;
    width: 45px;
    top: 85px;
    display: inline-block;
}

@keyframes melayang {
    0% {
        transform: translate(0, -10px);
    }

    50% {
        transform: translate(0, 10px);}

    100% {
        transform: translate(0, -10px);
    }
}

@keyframes animatetop {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
@keyframes animatebtn {
    0%{
        transform: rotate(45deg);
    }
    25%{
        transform: rotate(90deg);
    }
    50%{
        transform: rotate(135deg);
    }
    75%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(225deg);
    }
}
@keyframes jalan{
     0% {
         left: 90%;
     }

     50% {
         left: 10%;
     }

     100% {
        left: 90%;
     }
}
.uwoo{
    display: none;
}
.typed {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #393939;
}

#news div.news{
    width: 290px;
    height: 170px;
    overflow: hidden;
    position: relative;
    left: 53%;
    top: 45%;
    transform: translate(-48%,-55%);
}

#news div.news div.slide{
    width: 100%;
    line-height: 170px;
    padding: 30px;
    box-sizing: border-box;
}

div.luar-angkasa{
    position: relative;
    display: none;
    height: 100vh;
    width: 100%;
    background-image: url(../img/bg/atasroof.png);
    background-size: cover;
    background-position: center;
    overflow-y: scroll;
}

div.luar-angkasa div.kiri{
    width: calc(100% / 3);
    height: 100vh;
    position: relative;
    float: left;
}

div.luar-angkasa div.tengah{
    width: calc(100% / 3);
    height: 100vh;
    position: relative;
    float: left;
}

div.luar-angkasa div.kanan{
    width: calc(100% / 3);
    height: 100vh;
    position: relative;
    float: left;
}

div.luar-angkasa img{
    width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

div.luar-angkasa div.kiri img{
    animation: planetkiri 5s infinite normal;
}

@keyframes planetkiri {
    0% {
        transform: translate(0, -20px);
    }

    50% {
        transform: translate(0, 10px);}

    100% {
        transform: translate(0, -20px);
    }
}

div.luar-angkasa div.tengah img{
    animation: planettengah 7s infinite normal;
}

@keyframes planettengah {
    0% {
        transform: translate(0, 15px);
    }

    50% {
        transform: translate(0, -15px);}

    100% {
        transform: translate(0, 15px);
    }
}

div.luar-angkasa div.kanan img{
    animation: planetkanan 6s infinite normal;
}

@keyframes planetkanan {
    0% {
        transform: translate(0, -18px);
    }

    50% {
        transform: translate(0, 15px);}

    100% {
        transform: translate(0, -18px);
    }
}

div.luar-angkasa div.kiri div.text{
    position: absolute;
    animation: planetkiri 5s infinite normal;
}

div.luar-angkasa div.kiri div.text p{
    background-color: #1E90FF;
    color: white;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    padding: 5px 10px;
    border-radius: 30px;
    border: 2px solid white;
    display: inline-block;
    cursor: pointer;
}

div.luar-angkasa div.kiri div.text p.satu{
    position: absolute;
    top: 180px;
    left: 70px;
}

div.luar-angkasa div.kiri div.text p.dua{
    position: absolute;
    top: 220px;
    left: 300px;
}

div.luar-angkasa div.kiri div.text p.tiga{
    position: absolute;
    top: 290px;
    left: 310px;
}

div.luar-angkasa div.kiri div.text p.empat{
    position: absolute;
    top: 350px;
    left: 250px;
}

div.luar-angkasa div.kiri div.text p.lima{
    position: absolute;
    top: 410px;
    left: 80px;
}

div.luar-angkasa div.tengah div.text{
    position: absolute;
    animation: planettengah 7s infinite normal;
}

div.luar-angkasa div.tengah div.text p{
    background-color: #CD5C5C;
    color: white;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    padding: 5px 10px;
    border-radius: 30px;
    border: 2px solid white;
    display: inline-block;
    cursor: pointer;
}

div.luar-angkasa div.tengah div.text p.satu{
    position: absolute;
    top: 280px;
    left: 70px;
}

div.luar-angkasa div.tengah div.text p.dua{
    position: absolute;
    top: 230px;
    left: 300px;
}

div.luar-angkasa div.tengah div.text p.tiga{
    position: absolute;
    top: 310px;
    left: 310px;
}

div.luar-angkasa div.kanan div.text{
    position: absolute;
    animation: planetkanan 6s infinite normal;
}

div.luar-angkasa div.kanan div.text p{
    background-color: #FF6347;
    color: white;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    padding: 5px 10px;
    border-radius: 30px;
    border: 2px solid white;
    display: inline-block;
    cursor: pointer;
}

div.luar-angkasa div.kanan div.text p.satu{
    position: absolute;
    top: 290px;
    left: 70px;
}

div.luar-angkasa div.kanan div.text p.dua{
    position: absolute;
    top: 280px;
    left: 280px;
}

div.luar-angkasa div.kanan div.text p.tiga{
    position: absolute;
    top: 400px;
    left: 250px;
}

div.luar-angkasa p.bumi{
    position: absolute;
    background-color: #6A5ACD;
    color: white;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    padding: 5px 10px;
    border-radius: 30px;
    border: 2px solid white;
    cursor: pointer;
    bottom: 10px;
    text-align: center;
    left: 40%;
    transition: 0.2s;
}

div.luar-angkasa p.bumi:hover{
    background-color: #4682B4;
}

div.luar-angkasa div.info-jurusan{
    width: 580px;
    height: auto;
    background-color: rgba(53,53,55,0.9);
    border: 2px solid #aaa;
    border-radius: 20px;
    border-top-right-radius: 0;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
    z-index: 99;
    transition: 0.2s ease-in-out;
    padding: 30px;
    display: none;
    box-sizing: border-box;
}

div.luar-angkasa div.info-jurusan div.btn-la-close {
    position: absolute;
    transform: rotate(45deg);
    z-index: 100;
    left: 565px;
    top: -10px;
}
div.luar-angkasa div.info-jurusan div.btn-la-close span {
    top: 11px;
    left: 5px;
}

div.luar-angkasa div.info-jurusan div.gambar{
    position: relative;
    height: 200px;
}

div.luar-angkasa div.info-jurusan div.gambar img.gambar{
    position: absolute;
    width: 220px;
    left: 50%;
    animation: gambardiplanet 6s infinite normal;
}

@keyframes gambardiplanet {
    0% {
        transform: translate(-50%, -10px);
    }

    50% {
        transform: translate(-50%, 10px);}

    100% {
        transform: translate(-50%, -10px);
    }
}

div.luar-angkasa div.info-jurusan img.putar{
    position: absolute;
    width: 220px;
    left: 50%;
}

div.luar-angkasa div.info-jurusan img.putarone{
    animation: putarsatu 10s infinite linear;
}

@keyframes putarsatu{
    from {transform: translate(-50%,0) rotate(0deg)}
    to {transform: translate(-50%,0) rotate(360deg)}
}

div.luar-angkasa div.info-jurusan img.putartwo{
    animation: putardua 11s infinite linear;
}

@keyframes putardua{
    from {transform: translate(-50%,0) rotate(360deg)}
    to {transform: translate(-50%,0) rotate(0deg)}
}

div.luar-angkasa div.info-jurusan img.putarthree{
    animation: putartiga 12s infinite linear;
}

@keyframes putartiga{
    from {transform: translate(-50%,0) rotate(0deg)}
    to {transform: translate(-50%,0) rotate(360deg)}
}

div.luar-angkasa div.info-jurusan h2{
    font-family: 'Livvic', sans-serif;
    color: #eee;
    font-size: 27px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

div.luar-angkasa div.info-jurusan p{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin-top: 10px;
    padding-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 15px;
}

div.slide-gallery{
    left: 1020px;
    position: absolute;
    top: 210px;
}

div.orang-ngomong .toggle-home {
    position: absolute;
    top: 330px;
    left: 890px;
    animation: melayang 5s infinite normal;
    z-index: 1;
}
div.orang-ngomong .toggle-home span {
    top: 11px;
    left: 5px;
}

div.orang-ngomong .toggle-home-close {
    position: absolute;
    top: 330px;
    left: 890px;
    display: none;
    transform: rotate(45deg);
    z-index: 100;
}
div.orang-ngomong .toggle-home-close span {
    top: 11px;
    left: 5px;
}

div.orang-ngomong div.main-info-people{
    width: 580px;
    height: 230px;
    background-color: rgba(231,231,231,0.9);
    border: 2px solid #aaa;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    position: absolute;
    left: calc(890px + 13px - 580px);
    top: calc(330px - 215px);
    z-index: 99;
    display: none;
}

div.orang-ngomong div.main-info-people h3{
    font-family: 'Nunito', sans-serif;
    color: #292929;
}

#succes .scroller .wrapper img.api{
    position: absolute;
    left: 30%;
    width: 350px;
    z-index: 1;
    height: auto;
    top: -235px;
}

div.luar-angkasa img.astronot{
    position: fixed;
    width: 250px;
    animation: melayang 4s infinite linear;
    left: 500px;
    top: -70px;  
    animation: muter 5s infinite linear, jalan 25s infinite;
}

@keyframes muter{
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@media screen and (max-width: 1000px){
    #utama .banner #main-btn img{
        width: 100px;
    }

    div.slide-gallery{
        left: 1000px;
        position: absolute;
        top: 210px;
    }
}

@media screen and (max-width: 1260px){
    #home .scroller .wrapper img.bg-home{
        height: 100%;
        width: auto;
    }

    #home .scroller .wrapper .team-content .toggle-home{
        top: 120px;
        left: 820px;
    }
}

@media screen and (max-width: 900px){
    #project .scroller .wrapper .team-content div.teamsatu div.main-info-people{
        width: 100%;
        height: 100vh;
        background-color: rgba(231,231,231,0.9);
        border: 2px solid #aaa;
        position: fixed;
        border-radius: 0;
        left: 0;
        top: 0;
        z-index: 99;
        display: none;
        padding: 30px;
    }

    #project .scroller .wrapper .team-content div.teamsatu .toggle-home-close {
        position: fixed;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
        transform: rotate(45deg);
        z-index: 100;
    }
    #project .scroller .wrapper .team-content div.teamsatu .toggle-home-close span {
        top: 11px;
        left: 5px;
    }

    #project .scroller .wrapper .team-content div.teamdua div.main-info-people{
        width: 100%;
        height: 100vh;
        background-color: rgba(231,231,231,0.9);
        border: 2px solid #aaa;
        position: fixed;
        border-radius: 0;
        left: 0;
        top: 0;
        z-index: 99;
        display: none;
        padding: 30px;
    }

    #project .scroller .wrapper .team-content div.teamdua .toggle-home-close {
        position: fixed;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
        transform: rotate(45deg);
        z-index: 100;
    }
    #project .scroller .wrapper .team-content div.teamdua .toggle-home-close span {
        top: 11px;
        left: 5px;
    }

    #project .scroller .wrapper .team-content div.teamtiga div.main-info-people{
        width: 100%;
        height: 100vh;
        background-color: rgba(231,231,231,0.9);
        border: 2px solid #aaa;
        position: fixed;
        border-radius: 0;
        left: 0;
        top: 0;
        z-index: 99;
        display: none;
        padding: 30px;
    }

    #project .scroller .wrapper .team-content div.teamtiga .toggle-home-close {
        position: fixed;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
        transform: rotate(45deg);
        z-index: 100;
    }
    #project .scroller .wrapper .team-content div.teamtiga .toggle-home-close span {
        top: 11px;
        left: 5px;
    }

    #project .scroller .wrapper .team-content div.teamempat div.main-info-people{
        width: 100%;
        height: 100vh;
        background-color: rgba(231,231,231,0.9);
        border: 2px solid #aaa;
        position: fixed;
        border-radius: 0;
        left: 0;
        top: 0;
        z-index: 99;
        display: none;
        padding: 30px;
    }

    #project .scroller .wrapper .team-content div.teamempat .toggle-home-close {
        position: fixed;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
        transform: rotate(45deg);
        z-index: 100;
    }
    #project .scroller .wrapper .team-content div.teamempat .toggle-home-close span {
        top: 11px;
        left: 5px;
    }

    #project .scroller .wrapper .team-content div.teamlima div.main-info-people{
        width: 100%;
        height: 100vh;
        background-color: rgba(231,231,231,0.9);
        border: 2px solid #aaa;
        position: fixed;
        border-radius: 0;
        left: 0;
        top: 0;
        z-index: 99;
        display: none;
        padding: 30px;
    }

    #project .scroller .wrapper .team-content div.teamlima .toggle-home-close {
        position: fixed;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
        transform: rotate(45deg);
        z-index: 100;
    }
    #project .scroller .wrapper .team-content div.teamlima .toggle-home-close span {
        top: 11px;
        left: 5px;
    }

    #project .scroller .wrapper .team-content div.teamenam div.main-info-people{
        width: 100%;
        height: 100vh;
        background-color: rgba(231,231,231,0.9);
        border: 2px solid #aaa;
        position: fixed;
        border-radius: 0;
        left: 0;
        top: 0;
        z-index: 99;
        display: none;
        padding: 30px;
    }

    #project .scroller .wrapper .team-content div.teamenam .toggle-home-close {
        position: fixed;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
        transform: rotate(45deg);
        z-index: 100;
    }
    #project .scroller .wrapper .team-content div.teamenam .toggle-home-close span {
        top: 11px;
        left: 5px;
    }

    #startup .scroller .wrapper .team-content div.teamsatu div.main-info-people{
        width: 100%;
        height: 100vh;
        background-color: rgba(231,231,231,0.9);
        border: 2px solid #aaa;
        position: fixed;
        border-radius: 0;
        left: 0;
        top: 0;
        z-index: 99;
        display: none;
        padding: 30px;
    }

    #startup .scroller .wrapper .team-content div.teamsatu .toggle-home-close {
        position: fixed;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
        transform: rotate(45deg);
        z-index: 100;
    }
    #startup .scroller .wrapper .team-content div.teamsatu .toggle-home-close span {
        top: 11px;
        left: 5px;
    }

    #startup .scroller .wrapper .team-content div.teamdua div.main-info-people{
        width: 100%;
        height: 100vh;
        background-color: rgba(231,231,231,0.9);
        border: 2px solid #aaa;
        position: fixed;
        border-radius: 0;
        left: 0;
        top: 0;
        z-index: 99;
        display: none;
        padding: 30px;
    }

    #startup .scroller .wrapper .team-content div.teamdua .toggle-home-close {
        position: fixed;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
        transform: rotate(45deg);
        z-index: 100;
    }
    #startup .scroller .wrapper .team-content div.teamdua .toggle-home-close span {
        top: 11px;
        left: 5px;
    }

    #startup .scroller .wrapper .team-content div.teamtiga div.main-info-people{
        width: 100%;
        height: 100vh;
        background-color: rgba(231,231,231,0.9);
        border: 2px solid #aaa;
        position: fixed;
        border-radius: 0;
        left: 0;
        top: 0;
        z-index: 99;
        display: none;
        padding: 30px;
    }

    #startup .scroller .wrapper .team-content div.teamtiga .toggle-home-close {
        position: fixed;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
        transform: rotate(45deg);
        z-index: 100;
    }
    #startup .scroller .wrapper .team-content div.teamtiga .toggle-home-close span {
        top: 11px;
        left: 5px;
    }

    #startup .scroller .wrapper .team-content div.teamempat div.main-info-people{
        width: 100%;
        height: 100vh;
        background-color: rgba(231,231,231,0.9);
        border: 2px solid #aaa;
        position: fixed;
        border-radius: 0;
        left: 0;
        top: 0;
        z-index: 99;
        display: none;
        padding: 30px;
    }

    #startup .scroller .wrapper .team-content div.teamempat .toggle-home-close {
        position: fixed;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
        transform: rotate(45deg);
        z-index: 100;
    }
    #startup .scroller .wrapper .team-content div.teamempat .toggle-home-close span {
        top: 11px;
        left: 5px;
    }

    #startup .scroller .wrapper .team-content div.teamlima div.main-info-people{
        width: 100%;
        height: 100vh;
        background-color: rgba(231,231,231,0.9);
        border: 2px solid #aaa;
        position: fixed;
        border-radius: 0;
        left: 0;
        top: 0;
        z-index: 99;
        display: none;
        padding: 30px;
    }

    #startup .scroller .wrapper .team-content div.teamlima .toggle-home-close {
        position: fixed;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
        transform: rotate(45deg);
        z-index: 100;
    }
    #startup .scroller .wrapper .team-content div.teamlima .toggle-home-close span {
        top: 11px;
        left: 5px;
    }

    #startup .scroller .wrapper .team-content div.teamenam div.main-info-people{
        width: 100%;
        height: 100vh;
        background-color: rgba(231,231,231,0.9);
        border: 2px solid #aaa;
        position: fixed;
        border-radius: 0;
        left: 0;
        top: 0;
        z-index: 99;
        display: none;
        padding: 30px;
    }

    #startup .scroller .wrapper .team-content div.teamenam .toggle-home-close {
        position: fixed;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
        transform: rotate(45deg);
        z-index: 100;
    }
    #startup .scroller .wrapper .team-content div.teamenam .toggle-home-close span {
        top: 11px;
        left: 5px;
    }

    #startup .scroller .wrapper .team-content div.teamtujuh div.main-info-people{
        width: 100%;
        height: 100vh;
        background-color: rgba(231,231,231,0.9);
        border: 2px solid #aaa;
        position: fixed;
        border-radius: 0;
        left: 0;
        top: 0;
        z-index: 99;
        display: none;
        padding: 30px;
    }

    #startup .scroller .wrapper .team-content div.teamtujuh .toggle-home-close {
        position: fixed;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
        transform: rotate(45deg);
        z-index: 100;
    }
    #startup .scroller .wrapper .team-content div.teamtujuh .toggle-home-close span {
        top: 11px;
        left: 5px;
    }

    #trainingroom .scroller .wrapper .team-content div.teamsatu div.main-info-people{
        width: 100%;
        height: 100vh;
        background-color: rgba(231,231,231,0.9);
        border: 2px solid #aaa;
        position: fixed;
        border-radius: 0;
        left: 0;
        top: 0;
        z-index: 99;
        display: none;
        padding: 30px;
    }

    #trainingroom .scroller .wrapper .team-content div.teamsatu .toggle-home-close {
        position: fixed;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
        transform: rotate(45deg);
        z-index: 100;
    }
    #trainingroom .scroller .wrapper .team-content div.teamsatu .toggle-home-close span {
        top: 11px;
        left: 5px;
    }

    #trainingroom .scroller .wrapper .team-content div.teamdua div.main-info-people{
        width: 100%;
        height: 100vh;
        background-color: rgba(231,231,231,0.9);
        border: 2px solid #aaa;
        position: fixed;
        border-radius: 0;
        left: 0;
        top: 0;
        z-index: 99;
        display: none;
        padding: 30px;
    }

    #trainingroom .scroller .wrapper .team-content div.teamdua .toggle-home-close {
        position: fixed;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
        transform: rotate(45deg);
        z-index: 100;
    }
    #trainingroom .scroller .wrapper .team-content div.teamdua .toggle-home-close span {
        top: 11px;
        left: 5px;
    }

    #trainingroom .scroller .wrapper .team-content div.teamtiga div.main-info-people{
        width: 100%;
        height: 100vh;
        background-color: rgba(231,231,231,0.9);
        border: 2px solid #aaa;
        position: fixed;
        border-radius: 0;
        left: 0;
        top: 0;
        z-index: 99;
        display: none;
        padding: 30px;
    }

    #trainingroom .scroller .wrapper .team-content div.teamtiga .toggle-home-close {
        position: fixed;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
        transform: rotate(45deg);
        z-index: 100;
    }
    #trainingroom .scroller .wrapper .team-content div.teamtiga .toggle-home-close span {
        top: 11px;
        left: 5px;
    }

    #trainingroom .scroller .wrapper .team-content div.teamempat div.main-info-people{
        width: 100%;
        height: 100vh;
        background-color: rgba(231,231,231,0.9);
        border: 2px solid #aaa;
        position: fixed;
        border-radius: 0;
        left: 0;
        top: 0;
        z-index: 99;
        display: none;
        padding: 30px;
    }

    #trainingroom .scroller .wrapper .team-content div.teamempat .toggle-home-close {
        position: fixed;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
        transform: rotate(45deg);
        z-index: 100;
    }
    #trainingroom .scroller .wrapper .team-content div.teamempat .toggle-home-close span {
        top: 11px;
        left: 5px;
    }

    #trainingroom .scroller .wrapper .team-content div.teamlima div.main-info-people{
        width: 100%;
        height: 100vh;
        background-color: rgba(231,231,231,0.9);
        border: 2px solid #aaa;
        position: fixed;
        border-radius: 0;
        left: 0;
        top: 0;
        z-index: 99;
        display: none;
        padding: 30px;
    }

    #trainingroom .scroller .wrapper .team-content div.teamlima .toggle-home-close {
        position: fixed;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
        transform: rotate(45deg);
        z-index: 100;
    }
    #trainingroom .scroller .wrapper .team-content div.teamlima .toggle-home-close span {
        top: 11px;
        left: 5px;
    }

    #trainingroom .scroller .wrapper .team-content div.teamenam div.main-info-people{
        width: 100%;
        height: 100vh;
        background-color: rgba(231,231,231,0.9);
        border: 2px solid #aaa;
        position: fixed;
        border-radius: 0;
        left: 0;
        top: 0;
        z-index: 99;
        display: none;
        padding: 30px;
    }

    #trainingroom .scroller .wrapper .team-content div.teamenam .toggle-home-close {
        position: fixed;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
        transform: rotate(45deg);
        z-index: 100;
    }
    #trainingroom .scroller .wrapper .team-content div.teamenam .toggle-home-close span {
        top: 11px;
        left: 5px;
    }

    #trainingroom .scroller .wrapper .team-content div.teamtujuh div.main-info-people{
        width: 100%;
        height: 100vh;
        background-color: rgba(231,231,231,0.9);
        border: 2px solid #aaa;
        position: fixed;
        border-radius: 0;
        left: 0;
        top: 0;
        z-index: 99;
        display: none;
        padding: 30px;
    }

    #trainingroom .scroller .wrapper .team-content div.teamtujuh .toggle-home-close {
        position: fixed;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
        transform: rotate(45deg);
        z-index: 100;
    }
    #trainingroom .scroller .wrapper .team-content div.teamtujuh .toggle-home-close span {
        top: 11px;
        left: 5px;
    }

    div.main-info-people div.kiri{
        width: 100%;
        height: 30%;
        position: relative;
        display: block;
    }

    div.main-info-people div.kiri img{
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }


    div.main-info-people div.kanan{
        width: 100%;
        height: 60%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 60%;
        display: block;
        margin-top: 10%;
    }
}

@media screen and (max-width: 1085px){
    #succes .scroller .wrapper img.bg{
        left: -450px;
    }
}

@media screen and (max-width: 760px){
    #succes .scroller .wrapper img.bg{
        left: -550px;
    }
}

@media screen and (max-width: 630px){
    div.luar-angkasa div.info-jurusan{
        width: 100%;
        height: 100vh;
        background-color: rgba(53,53,55,0.9);
        border: 2px solid #aaa;
        border-radius: 20px;
        border-radius: 0;
        position: fixed;
        left: 0;
        top: 0;
        transform: translate(0,0);
        z-index: 99;
        transition: 0.2s ease-in-out;
        padding: 30px;
        box-sizing: border-box;
        display: none;
    }

    div.luar-angkasa div.info-jurusan div.btn-la-close {
        position: fixed;
        transform: rotate(45deg);
        z-index: 100;
        left: auto;
        right: 10px;
        top: 10px;
    }
    div.luar-angkasa div.info-jurusan div.btn-la-close span {
        top: 11px;
        left: 5px;
    }

    div.luar-angkasa div.info-jurusan div.gambar{
        position: relative;
        height: 200px;
        margin-bottom: 20px;
    }

    div.luar-angkasa div.info-jurusan div.gambar img.gambar{
        position: absolute;
        width: 220px;
        left: 50%;
        animation: gambardiplanet 6s infinite normal;
    }
}

@media screen and (max-width: 1230px){
    div.luar-angkasa p.bumi{
        left: auto;right: 10px;
        position: fixed;
    }

    div.luar-angkasa div.kiri{
        width: 100%;
        height: 400px;
    }

    div.luar-angkasa div.tengah{
        width: 100%;
        height: 400px;
    }

    div.luar-angkasa div.kanan{
        width: 100%;
        height: 400px;
    }

    div.luar-angkasa div.kiri div.text{
        top: -130px;
        position: absolute;
    }

    div.luar-angkasa div.tengah div.text{
        top: -130px;
        position: absolute;
    }

    div.luar-angkasa div.kanan div.text{
        top: -130px;
        position: absolute;
    }

    div.luar-angkasa div.info-jurusan{
        overflow: scroll;
    }

}