 *,
*::before,
*::after {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
}


.tickerwrapper {
    /* the outer div */

    position: relative;
    left: 0%;
    overflow: hidden;
    cursor: pointer;
}

ul.list {
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}


ul.list.cloned {
    position: absolute;
    top: 0px;
    left: 0px;
}


ul.list li {
    float: left;
    padding-left: 20px;
}


.navbar-mobile ul {
    background: #212121;
}

:root {
  --carousel-height: 450px;
  --slide-width: calc(100% / 3);
}

* {
  box-sizing: border-box;
}

.fs-1{
    font-size: .875rem
}


.diskon {
  background: linear-gradient(to left, #CA762B, #D4A017);
  /* Gradasi linier  */
  border-top-right-radius: 20%;
  border-bottom-left-radius: 40%;
  font-weight:bold;
  border:none;
  font-size:14px;
}



.whatsapp-button {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    left:20px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
     transition: all 0.3s ease;
}


.whatsapp-button:hover {
  transform: scale(1.1);
  box-shadow: 4px 4px 6px #999;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  } 40% {
    transform: translateY(-10px);
  } 60% {
    transform: translateY(-5px);
  }
}

.whatsapp-button.bounce {
  animation: bounce 1s;
}

.typed-out{
  overflow: hidden;
  /*border-right: .15em solid orange;*/
  white-space: nowrap;
  animation: 
    typing 3s forwards;
  font-size: 1.6rem;
  width: 100%;
}
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@media only screen and (max-width: 360px) {
    #tampilIklanSlide {
        height: 250px;
        width:100%;
    }

}
@media only screen and (min-width: 360px) {
    #tampilIklanSlide {
        height: 280px;
        width:100%;
    }
   
}


@media only screen and (max-width: 767px) {
  /* Gaya untuk perangkat dengan lebar layar kurang dari atau sama dengan 767px */
    #modalIklan {
        width: 100%;
    }
    #modalPaket {
        width: 100%;
    }
    .slideder-font{ 
        font-size:10px;
    }
    .slider-daftar{
        margin-bottom:180px; 
    }
    .font-size-table{
        font-size:12px !important;
    }
    .text-izin{
        font-size:8px;
    }
    .tampil-text{
        display:none;
    }
  .team-3{
          background-image: url(../images/slider/team-3-mobile.jpg);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          /*width: 200vh;*/
    }
    .team-4{
          background-image: url(../images/slider/team-6-mobile.jpg);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          /*width: 200vh;*/
    }
}

@media only screen and (min-width: 768px) {
  /* Gaya untuk perangkat dengan lebar layar 992px atau lebih */
    #modalIklan {
        width: 30%;
    }
    #modalPaket {
        width: 35%;
    }
    #tampilIklanSlide {
        height: 620px;
        width:100%;
    }
     .tampil-text{
        display:inline;
    }
    .header-logo{
        width:15%;
    }
    .slider-section {
        height: 550px;
    }
    
    .zoom {
      /*padding: 50px;*/
      transition: transform .2s; /* Animation */
      margin: 0 auto;
    }
    
    .zoom:hover {
      transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }
    
    .slider-depan{
        margin-top:-20vh
    }

    
    .team-3{
          background-image: url(../images/slider/team-3.jpg);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          /*width: 200vh;*/
    }
    .team-4{
          background-image: url(../images/slider/team-6.jpg);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          /*width: 200vh;*/
    }
    .font-size-table{
        font-size:12px !important;
    }
} 

.slider-alumni{
    width:150px;
}
 
.header-main-wrapper{
    border:1px solid rgb(240, 240, 240); 
}  
.listitem {
    margin-right:20px !important;
    width: 160px !important;
}
.slider-content .main-title span{
   color:#000;
}
.text-white{
   font-size:16px !important;
}

.nav-menu a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  color: #666;
  transition: color .2s ease;
  padding: 3px 0;

  &:hover {
    color: #aaa;
     
    &::after,
    &::before {
      width: 100%;
      left: 0;
    }
    
  }
  
  &::after,
  &::before {
    content: ''; 
    position: absolute;
    top: calc(100% + 5px);
    width: 0;
    right: 0;
    height: 3px;
  }
  
  &::before {
    transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
    background: #2196f3;
  }
  
  &::after {
    transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    background: #F44336;
  }
}

.sticky{
    background-color:#1A4FF0 !important;
}

#font-jadwal{
    font-size:5px !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color:black;
    opacity:0.4;
}

.close-deskripsi-paket{
    margin:13px 0 0 10px; 
    border-radius:100%; 
    background-color:blue; 
    border: none
}

