#homepage {
  background-image: linear-gradient(#3b85da, #3b85da, #3b85da, #b8d2e0, #fff);
}


.alasboxcolom {
  width: 100%;
  height: auto;
  padding: 0.5em 0em 0em;
  box-sizing: border-box;
}


.logoprakerja {
  max-width: 55%;
  height: auto;
  display: block;
  padding: 0em 0.8em 0em;
}


/* Hero */
.alasboxcolom {
  position: relative;
  width: 100%;
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1JIY9NgYZ4VAh1xo4kaXuagqwMJI56yYcg6KopmK5-Dr_hsOwj7sN-GNmfgpQCb1qbz3Bu7dRPuWNFve_VSfCKOa1qkbbfNhQb-5mn0d-PUpJeZ2S5Yjf60bPTrIeBnkFgm0R0IpcZ1H3ieUtbI0VRR-6TRUWwavn8nEVy-lYSE4KLB6qKfUBGKvpweoZ/s1600/bg-dot.png), url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1JIY9NgYZ4VAh1xo4kaXuagqwMJI56yYcg6KopmK5-Dr_hsOwj7sN-GNmfgpQCb1qbz3Bu7dRPuWNFve_VSfCKOa1qkbbfNhQb-5mn0d-PUpJeZ2S5Yjf60bPTrIeBnkFgm0R0IpcZ1H3ieUtbI0VRR-6TRUWwavn8nEVy-lYSE4KLB6qKfUBGKvpweoZ/s1600/bg-dot.png), url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqTb993Q8UXXBxAxzDQ54X_2S3NC-FTPyrsTHth4OhnI9Ia23XhKDFekJYyS8RpMuJEgCm8fVxLaMzElXd7wUsznGX8mJ3ZjGM6pbwCotIwH7y3xLYFPkAV85uU-ORedaRxh15NsAKvC5DIZvpHDRP1f4tkIDGu-1REVlz4aFi_cN-ISQwdOz1k4KkbSI_/s1600/bg-round.png), url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6JQpZVsocZ_7uILbJmzL51XiPTChOkz3f2kh1cVlHeBlwxCf2WRQjGj3CE8XZjZNZGK_MRZB5nVkUgCClcm9yL-dOjFlYp1Smo_hPbxj4aAXR0UVgywjMfsMU1VeP8HgN29zc1yC0MdXRv0ROPZnv_5QvSjdIlta1g38RbFbVTeVE2hg3Lxfurkgu0voM/s1600/bg-tree.png);
  background-position: 0px 350px, bottom 305px right 0px, left 55% top -1%, left 45% bottom 0px;
  background-repeat: no-repeat;
}


.coverpembuka {
  width: 90%;
  height: auto;
  margin: auto;
  padding: 1em 0em 0em;
  box-sizing: border-box;
  }

.gambarhero {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 30px;
}



.hero .row {
  align-items: center;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}


#services {
  background-color: #fff;
}


.columnteks h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
}

.columnteks p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  margin-top: 20px;
}


.columnteks span {
  font-weight: 700;
  color: gold;
}


.buttons {
  display: flex;
  margin-top: 25px;
  gap: 10px;
}

.buttons a {
  font-size: 17px;
  font-weight: 600;
  color: white;
  text-decoration: none;
}

.buttons:hover a {
  font-weight: 800;
  color: rgb(0, 60, 255);
}


.btn {
  padding: 10px 26px;
  background: #fff;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn:last-child {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.btn:last-child:hover {
  background-color: #ffffff;
  color: #333;
}



#daftar {
  background-image: linear-gradient(#fff, #b8d2e0, #3b85da, #3b85da);
  padding: 0em 0em 2em;
  box-sizing: border-box;
}


.wrapper{
  position: relative;
  width: 90%;
  height: auto;
  margin: auto;
  background: #fff;
  padding: 18px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.wrapper h2{
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #333;
}
.wrapper h2::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 28px;
  border-radius: 12px;
  background: #5240f4;
}
.wrapper form{
  margin-top: 30px;
}
.wrapper form .input-box{
  height: 45px;
  margin: 18px 0;
}
form .input-box input{
  height: 100%;
  width: 100%;
  outline: none;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  border: 2px solid #C7BEBE;
  border-radius: 6px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.input-box input:focus,
.input-box input:valid{
  border-color: #4070f4;
}
form .policy{
  display: flex;
  align-items: center;
}


form h3{
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}
.input-box.button input{
  color: #fff;
  letter-spacing: 1px;
  border: none;
  background: #4070f4;
  cursor: pointer;
}


.input-box.button input:hover{
  background: #150186;
}

.wrapper p {
  padding: 0.5em 0em 0em;
  font-size: 16px;
  color: #707070;
}


.fotobawah {
  max-width: 90%;
  height: auto;
  display: block;
  margin: auto;
}

.footerbawah {
  background-color: #3b85da;
  padding: 0em 0em 1em;
}

.copyright {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin: auto;
  display: block;
}

.copyright a {
  text-decoration: none;
  color: #fff;
}

.copyright:hover a {
  color: gold;
}








[type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
}

[type="file"] + label {
  background: #f15d22;
  border: none;
  border-radius: 5px;
  color: #888888;
  cursor: pointer;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: inherit;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1rem;
  outline: none;
  padding: 0.5em 30px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  
  
  
  &.btn-2 {
    background-color: #f5f2f2;
    border-radius: 50px;
    overflow: hidden;
    border: 2px solid #C7BEBE;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  }


  &.btn-2:hover {
    color: rgb(255, 255, 255);
    background-color: #4070f4;
    border-radius: 50px;
    overflow: hidden;
    border: 2px solid #C7BEBE;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  }


  
  &.btn-3 {
    background-color: #ee6d9e;
    border-radius: 0;
    overflow: hidden;
    
    span {
      display: inline-block;
      height: 100%;
      transition: all 0.3s;
      width: 100%;
    }
    
    &::before {
      color: #fff;
      content: "\f382";
      font-family: "Font Awesome 5 Pro";
      font-size: 130%;
      height: 100%;
      left: 0;
      line-height: 2.6;
      position: absolute;
      top: -180%;
      transition: all 0.3s;
      width: 100%;
    }

    &:hover {
      background-color: darken(#ee6d9e, 30%);
      
      span {
        transform: translateY(300%);
      }
        
      &::before {
        top: 0;
      }
    }
  }
}






.footer {
  font-size: .8rem;
  margin-bottom: 0;
  margin-top: 3rem;
}

h1,
p {
  margin-bottom: 2rem;
}

h1 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.7rem;
}

a {
  color: #31c1ef;
  text-decoration: none;
}



















/* BATAS WILAYAH RESPONSIVE DEKSTOP */
/* BATAS WILAYAH 600 */	
@media screen and (min-width: 600px){

  .coverpembuka {
      width: 90%;
      height: auto;
      margin: auto;
      padding: 0em 0em 0em;
      box-sizing: border-box;
      }
  
    .columnteks h2 {
      font-size: 35px;
      font-weight: 600;
      line-height: 45px;
      color: #fff;
    }
    
    .columnteks p {
      font-size: 18px;
      font-weight: 400;
      line-height: 25px;
      color: #fff;
      margin-top: 30px;
    }
    
    
    .columnteks span {
      font-weight: 700;
    }
  
    .boxcolom {
      width: 90%;
      height: auto;
      padding: 2em 0em 2em;
      box-sizing: border-box;
     }
  
     .logoprakerja {
      max-width: 250px;
      height: auto;
      display: block;
      padding: 0em 0.8em 0em;
    }    

    .fotobawah {
      max-width: 70%;
      height: auto;
      display: block;
      margin: auto;
    }
  
}





/* BATAS WILAYAH RESPONSIVE DEKSTOP */
/* BATAS WILAYAH 768 */	
@media screen and (min-width: 768px){

  .boxcolom {
      width: 90%;
      height: auto;
      margin: auto;
      display: flex;
      justify-content: space-around;
      padding: 0em 0em 2em;
      box-sizing: border-box;
     }
  
  
     .wrapper {
      width: 600px;
      margin: auto;
     }
  
     .columnteks h2 {
      font-size: 26px;
      font-weight: 600;
      line-height: 38px;
      color: #fff;
    }
    
    .columnteks p {
      font-size: 17px;
      font-weight: 400;
      line-height: 25px;
      color: #fff;
      margin-top: 20px;
    }
  
    .logoprakerja {
      max-width: 280px;
      height: auto;
      display: block;
      padding: 0em 2em 0em;
    }
  
    .coverpembuka {
      padding: 0.5em 0em 0em;
    }
  
    .gambarhero {
      max-width: 100%;
      height: auto;
      display: block;
      margin-top: 0px;
    }

    .fotobawah {
      max-width: 60%;
      height: auto;
      display: block;
      margin: auto;
    }

}






/* BATAS WILAYAH RESPONSIVE DEKSTOP */
/* BATAS WILAYAH 992 */	
@media screen and (min-width: 992px){

.hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1JIY9NgYZ4VAh1xo4kaXuagqwMJI56yYcg6KopmK5-Dr_hsOwj7sN-GNmfgpQCb1qbz3Bu7dRPuWNFve_VSfCKOa1qkbbfNhQb-5mn0d-PUpJeZ2S5Yjf60bPTrIeBnkFgm0R0IpcZ1H3ieUtbI0VRR-6TRUWwavn8nEVy-lYSE4KLB6qKfUBGKvpweoZ/s1600/bg-dot.png), url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1JIY9NgYZ4VAh1xo4kaXuagqwMJI56yYcg6KopmK5-Dr_hsOwj7sN-GNmfgpQCb1qbz3Bu7dRPuWNFve_VSfCKOa1qkbbfNhQb-5mn0d-PUpJeZ2S5Yjf60bPTrIeBnkFgm0R0IpcZ1H3ieUtbI0VRR-6TRUWwavn8nEVy-lYSE4KLB6qKfUBGKvpweoZ/s1600/bg-dot.png), url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqTb993Q8UXXBxAxzDQ54X_2S3NC-FTPyrsTHth4OhnI9Ia23XhKDFekJYyS8RpMuJEgCm8fVxLaMzElXd7wUsznGX8mJ3ZjGM6pbwCotIwH7y3xLYFPkAV85uU-ORedaRxh15NsAKvC5DIZvpHDRP1f4tkIDGu-1REVlz4aFi_cN-ISQwdOz1k4KkbSI_/s1600/bg-round.png), url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6JQpZVsocZ_7uILbJmzL51XiPTChOkz3f2kh1cVlHeBlwxCf2WRQjGj3CE8XZjZNZGK_MRZB5nVkUgCClcm9yL-dOjFlYp1Smo_hPbxj4aAXR0UVgywjMfsMU1VeP8HgN29zc1yC0MdXRv0ROPZnv_5QvSjdIlta1g38RbFbVTeVE2hg3Lxfurkgu0voM/s1600/bg-tree.png);
  background-position: 0px 10px, bottom 305px right 0px, left 55% top -1%, left 45% bottom -1px;
  background-repeat: no-repeat;
}


.coverpembuka {
  width: 90%;
  height: auto;
  margin: auto;
  padding: 0em 0em 0em;
  box-sizing: border-box;
  }

.columnteks h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
  color: #fff;
}

.columnteks p {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  color: #fff;
  margin-top: 20px;
}


.columnteks span {
  font-weight: 700;
}

.fotobawah {
  max-width: 50%;
  height: auto;
  display: block;
  margin: auto;
}

.gambarhero {
  max-width: 85%;
  height: auto;
  display: block;
  margin-top: 30px;
}


} 	






/* BATAS WILAYAH RESPONSIVE DEKSTOP */
/* BATAS WILAYAH 1200 */	
@media screen and (min-width: 1200px){

  .logoprakerja {
      max-width: 380px;
      height: auto;
      display: block;
      padding: 0em 3em 0em;
    }


    .btn {
      padding: 10px 26px;
      background: #fff;
      border-radius: 50px;
      border: none;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    }

    .columnteks h2 {
      font-size: 45px;
      font-weight: 600;
      line-height: 60px;
      color: #fff;
    }
    
    .columnteks p {
      font-size: 23px;
      font-weight: 400;
      line-height: 34px;
      color: #fff;
      margin-top: 20px;
    }
    
    
    

} 	




/* BATAS WILAYAH RESPONSIVE DEKSTOP */
/* BATAS WILAYAH 1400 */	
@media screen and (min-width: 1400px){




} 	





/* BATAS WILAYAH RESPONSIVE DEKSTOP */
/* BATAS WILAYAH 1600 */	
@media screen and (min-width: 1600px){




} 	



/* BATAS WILAYAH SELESAI */	