body{
    font-family: 'Cabin', sans-serif;
    color: #333333c7;
}
.logo{
    width: 200px;
    margin-left: 3rem!important;
}
.how_to_be{
  background-image:  
  linear-gradient( rgba(66, 134, 244, 0.842),rgba(66, 134, 244, 0.842) ),
  url('../../../images/kakakasuhindonesia.jpeg');
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: bottom;
  background-size: cover;
}

.package{
    background-image:  
    linear-gradient( rgba(66, 134, 244, 0.842),rgba(66, 134, 244, 0.842) ),
    url('../../../images/kai.jpg');
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: bottom;
    background-size: cover;
  }

.counter{
  background-image:  
  linear-gradient( rgba(66, 134, 244, 0.842),rgba(66, 134, 244, 0.842) ),
  url('../../../images/kakakasuhindonesia.jpeg');
  background-repeat: no-repeat;
   background-attachment: fixed; 
  background-position: bottom;
  background-size: cover;
}
.float-card {
    /* position: absolute; */
    width: 50%;
    box-shadow: 0px 5px 10px 0px rgba(184, 184, 184, 0.5);
    top: -70px;
    left: 25%;
    transform: translate(-50%);
    background-color: #FFFFFF;
}

.bg-reg{
    background: #4e4a4a;
}
.bg-contact{
    background: #1d1b1b;    
}
.bg-footer{
    background: #050505;    
}
.form-control{
    color: white!important;
    background-color: #4e4a4a!important;
}
.line-white{
    padding: 0;
    width: 50%;
    background: white;
    height: 1px;
}
.text-orange{
    color: #ff7f2a!important;
}
.line-primary{
    padding: 0;
    width: 50%;
    background: #ff7f2a;
    height: 1px;
}
.bgc-fund{
    background: linear-gradient(180deg, rgba(0,104,178, 0.7), rgba(75,203,178,.7), rgba(4,184,215,.7));
}
.navbar{
    background: white!important;
}

.hide{
    display: none;
}

.font-1{
   font-family: 'Fredericka the Great', cursive;
}
.menu{
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
}

.mtop{
    margin-top: 10%;
}
.shadow-kka{
    box-shadow: 0 1px 15px 5px rgba(0,0,0,.16)
}
.text-lg{
    font-size: 6em;
}
.text-md{
    font-size: 3em;
}
.footbox{
    height: 200px;
}

/* Bounce */
.spaceball {
    display: flex;
    justify-content: center;
  }
  
  .ball {
    width: 70%;
    height: 100%;
  
    animation: bounce 0.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
  }

  .ball2 {
    width: 80%;
    height: 80%;
  
    animation: bounce 0.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
  }
  
  @keyframes bounce {
    from { transform: translate3d(0, 0, 0);     }
    to   { transform: translate3d(0, 25px, 0); }
  }

.aniwhite:hover{
    box-shadow: 0 1px 15px 5px rgba(0,0,0,.16);
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 1;
    position:  relative;
    background-color: #fff;
}

.ani-no-bgc:hover{
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 1;
    position:  relative;
    background-color: #4285F4;
}
.infoku:hover{
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 1;
    position:  relative;
}
.load{
    position: absolute;
    z-index: 99;
    display: none;
}
.load-img{
    width: 100%;
    height: auto;
    border: 2px solid #f9f8f8ba;
    border-radius: 10px;
    box-shadow: 0 1px 15px 5px rgba(0,0,0,.16)
}
.modal-reg{
      position: fixed;
      top: 10%;
      right: 0;
      left: 0;
      z-index: 1030;
      display: none;
      background-color: #fff;
      border: 1px solid #eee;
      border-radius: 10px;
      box-shadow: 0 1px 15px 5px rgba(0,0,0,.16);
  }

  .navbar:not(.top-nav-collapse) {
	background: transparent !important;
  }
  
  @media (max-width: 991px) {
	.navbar:not(.top-nav-collapse) {
	  background: #4285F4 !important;
	}
  }

  .top-nav-collapse {
    background-color: rgb(255, 255, 255) !important;
  }

  .hover-translate {
    -webkit-animation: 0.2s ease-in-out;
            animation: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
            
  }
  
  .hover-translate:hover {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.5) ); 
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.5) );
    transform: translateX(-10px);
  }

  .text-intro{
    position: absolute;
    left: 5%;
    top: 22%;
    z-index: 99;
    color: white;
  }
  .line-intro{
      background-color: #ff7f2a;
      padding: 1px;
      margin-right: 25em;
  }
  .h1-intro{
      font-size: 4.5em;
  }
  .p-intro{
      font-size: 1em;
  }

  .p-kai{
      padding: 3rem 10rem 3rem 10rem;
  }

.p-fund{
    padding-bottom: 9rem!important;
}
.btn-success .btn-outline-success{
    background-color: #37c8ab!important;
}
.text-purple{
    color: #de82be!important;
}
.text-green{
    color: #37c8ab;
}
.text-black{
    color: #000!important;
}

.about-kai{
    height: 360px;
}
.reg-image{
    height: 90px;
    width: 100px;
}
.img-icon{
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.mtop{
    margin-top: 0;
}

/* SLide Vertical Start */

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0)!important;
            transform: translate3d(0, 0, 0)!important;
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0)!important;
            transform: translate3d(0, 100% 0)!important;
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0)!important;
        transform: translate3d(0,-100%, 0)!important;
}
/* SLide Vertical End */

/* ========================== Mobile ===============*/
@media only screen and (max-width: 400px){
    .logo{
        width: 100px;
        margin-left: 0rem!important;
    }

    .mtop{
        margin-top: 3rem;
    }

    .text-intro{
        position: absolute;
        left: 5%;
        top: 22%;
        z-index: 99;
        color: white;
      }
      .h1-intro{
        font-size: 1.5em;
        padding-top: 0.5em;
    }
      .line-intro{
        display: none;
      }
      .p-intro{
        font-size: 0.8em;
      }

    .h2-responsive {
        font-size: 1em;
    }

    .py-5{
        padding: 5px !important ;
    }
    .float-card {
        width: 100%;
        box-shadow: 0px 5px 10px 0px rgba(184, 184, 184, 0.5);
        top: 0px;
        left: 50%;
        transform: translate(-50%);
        background-color: #FFFFFF;
    }
    .p-kai{
        padding: 1rem 3rem 1rem 3rem;
    }

    .img-icon{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
}

@media only screen and (max-width: 768px){
    .logo{
        width: 100px;
        margin-left: 0rem!important;
    }
    .mtop{
        margin-top: 3rem;
    }
    .py-5{
        padding: 5px !important ;
    }
    .float-card {
        width: 100%;
        box-shadow: 0px 5px 10px 0px rgba(184, 184, 184, 0.5);
        top: 0px;
        left: 50%;
        transform: translate(-50%);
        background-color: #FFFFFF;
    }
    .p-kai{
        padding: 1rem 3rem 1rem 3rem;
    }

    .img-icon{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

}

.float {
    position: fixed;
    bottom: 40px;
    right: 10px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    opacity: 0.9;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #007bff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.my-float {
    margin-top: 16px;
}

.white-shadow {
    box-shadow: 0 .5rem 1rem rgb(255, 255, 255)!important;
}