
.preload-app {
position: fixed;
z-index: 1070;
background: linear-gradient(129deg, #88deff, #6eacff);
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
    }
    .loading-mascot-app { 
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    width: 100%;
} 
.spinner-app {
width: 11.2px;
height: 11.2px;
animation: spinner-o824ag 1.2s infinite linear;
}

.spinner-app div {
position: absolute;
width: 100%;
height: 100%;
background: #b6f0ff;
border-radius: 50%;
animation: spinner-vse6n7 1.5s infinite ease;
}

.spinner-app div:nth-child(1) {
--rotation: 90;
}

.spinner-app div:nth-child(2) {
--rotation: 180;
}

.spinner-app div:nth-child(3) {
--rotation: 270;
}

.spinner-app div:nth-child(4) {
--rotation: 360;
}

@keyframes spinner-vse6n7 {
0%, 100% {
    transform: rotate(calc(var(--rotation) * 1deg)) translateY(0);
}

50% {
    transform: rotate(calc(var(--rotation) * 1deg)) translateY(300%);
}
}

@keyframes spinner-o824ag {
to {
    transform: rotate(360deg);
}
}
body{

    background: #f5fdff;
}
.preload{ 
    z-index: 1070;
    width: 100%;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.loading-mascot{
    background-image: url("../img/BK Bot Processing.webp");
    background-size: 10vh;
    height: 50vh;
    background-repeat: no-repeat;
    background-position: center;
    animation:run 7s ease-in-out infinite; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden; 
    position: relative;
}
@keyframes run{
    0%{
         transform:translate(35px, 10px);
    }
    40%{
         transform:translate(0, 20px);
         transform:rotateZ(-2deg);
    }
    80%{
         transform:translate(35px, 20px);
    }
    100%{
         transform:translate(35px, 10px);
    }
}
.load-1{
    width: 35px;
    height: 5px;
    border-radius: 10px;
    background: gray;
    margin : 2px 150px 2px 0;
    animation: kabut1 2s ease-in-out infinite; 
}
.load-2{
    width: 35px;
    height: 5px;
    border-radius: 10px;
    background: gray;
    margin : 2px 180px 2px 0;
    animation: kabut2 2s ease-in-out infinite; 
}
.load-3{
    width: 35px;
    height: 5px;
    border-radius: 10px;
    background: gray;
    margin : 2px 150px 2px 0;
    animation: kabut3 2s ease-in-out infinite; 
}
@keyframes kabut1{
    0%{
         opacity: 0;
    }
    25%{
         opacity: 1;
    }
    100%{
         opacity: 0;
    }
}

@keyframes kabut2{
    0%{
         opacity: 0;
    }
    50%{
         opacity: 1;
    }
    100%{
         opacity: 0;
    }
}
@keyframes kabut3{
    0%{
         opacity: 0;
    }
    75%{
         opacity: 1;
    }
    100%{
         opacity: 0;
    }
}


.text-justify{
    text-align: justify;
}
.bg-gray{
    background:linear-gradient(359deg, #cadfff, #9ccef9);
}
.card-opening{
    padding: 50px;
    background: white;
    box-shadow: 0 0 5px 1px #0000002e;
}
.main-content{
  box-shadow: 0 0 5px 1px #0000002e; 
}
.contact-btn{
    border-radius: 0;
}
.konten-login{
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.card-info{
  font-size:15px;
  color:black;
  display: flex;
  flex-direction: column;
}
.card-img{
  height : 210px;
  position: relative;
  background:linear-gradient(359deg, #cadfff, #9ccef9);
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  display:flex;
  justify-content:center;
  align-items:center;
}
.card-img-top{
  height:100%;
  object-fit:cover;
}
.card:hover, .paper:hover{
  cursor:pointer;
  background :#e3f6ff;
}
.paper:hover .img-thumbnail{
  transition: transform .2s;
  transform: scale(1.1); 
}
.hero-home{
  position:sticky;
  top:0;
  z-index: -2;
}
.navbar{
  position:sticky;
  top:0;
  z-index: 1; 
}
.content{
  padding:0;
  min-height:85vh;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
}
.hero-left{
  min-height:350px;
}
.another-paper-div{
    padding-top:130px;
}
.galeri-div{
  display:flex;
  flex-wrap: wrap;
  align-items: center;
}
.galeri-div .img-thumbnail{
  width:30%;
  height : 250px;
  object-fit:cover;
  margin : 10px;
  cursor :pointer;
}
#img-modal .btn-close{
  position: fixed;
  top: 10px;
  right: 10px;
}
#img-modal .modal-body{
  min-height: 200px;
} 
.close-div{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
}
.close-btn{
    margin-right: -5px;
    transform: translate(0, -50%);
    font-weight: bold;
    font-size: 25px;  
    box-shadow: 0 0 3px 0px #00000030;
    right: 10px;
    z-index: 999999;
    background: white;
    color: gray;
    height: 5vh;
    width: 5vh; 
    border-radius: 100%; 
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.link-footer{
  text-decoration: none;
  background : white;
  border-radius: 100%;
  height: 5vh;
  width: 5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px; 
  box-shadow: 0 0 5px 1px #0000002e;
}
.link-footer:hover{
  background: #8f8e8e;
}
.sosmed-button{
  position: absolute;
  bottom: 25px;
}
.bottom-bar {
  display: none;
}
.bottom-bar .main-menu{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bottom-bar .nav-link{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
} 
.bottom-bar .main-menu:focus, .bottom-bar .nav-link:focus{
  border:none;
}
.bottom-bar .main-menu{
  border:none;
}
.bottom-bar .main-menu span, .bottom-bar .nav-link span{
  font-size: 13px;
}
.bottom-bar .main-menu i{
  font-size: 17px; 
  margin-bottom : -3px;
}
.bottom-bar .selected{
  color:#2591ff!important;
}
.nav-main{
  display: block;
}
.head-list{ 
  display: none; 
} 
.head-list-2{
  position: absolute;
  top:0;
  left: 0;
  display: flex;
  margin-bottom: 5px;
} 
.he{
  height:10px;
}
.he-1{
  background: rgb(19 142 213);
  width: 35%;
} 
.he-2{
  background: rgb(89 155 211);
  width: 35%;
}
.he-3{
  background: rgb(255 145 181);
  width: 30%;
}
.card a{
  text-decoration: none;
}
.card a:hover{
  text-decoration: underline;
}
.se-component img, .img-thumbnail{
  cursor: pointer;
}
.link-menu{
  text-decoration: none;
}
.link-menu:hover{
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  .head-list{
  position: fixed;
  top:0;
  display: flex;
  z-index: 1040;
} 
  .nav-main{
    display: none;
  }
  .bottom-bar {
  height: 7vh;
  background: white;
  z-index: 1001;
  display: flex;
  align-items: center;
  box-shadow: 0px 0 16px 5px #4646461a;
}
  body{
    padding-bottom : 6.5vh;
  }
  .sosmed-button{
    position: absolute;
    bottom: 5px;
  }
  .link-footer{ 
    font-size: 25px;
  }
  .another-paper-div{
    padding-top:10px;
  }
  /* .close-div{
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -10px!important;
  }
  .close-btn{ 
    margin-right: 0; 
  } */
  .galeri-div .img-thumbnail{
    width:46%;
    height : 230px;
    object-fit:cover;
    margin : 10px 2% 10px 2%;
  }
}