.title {
  color: var(--blue-navy-light);
  font-size: 1.5rem;
}
h2.title {
  color: var(--blue-navy-light);
  font-size: 1.3rem;
}
h3.title {
  font-size: 1.2rem;
}
.bulat-1 {
  top: -26px;
  right: 0;
}

.bulat-2 {
  bottom: 250px;
  left: 10%;
}

.bulat-3 {
  bottom: calc(100px + 180px + 50px);
  right: 70px;
}

.awan-1 {
  top: 60px;
  left: 5%;
}

.awan-2 {
  bottom: 100px;
  right: -30px;
}

.animation-awan-1 {
  animation: rotateAnimation 3s ease-in-out infinite;
}

.animation-awan-2 {
  animation: rotateAnimation 3s ease-in-out infinite;
  animation-delay: .2s;
}

.card-form{
  border-radius: 30px;
}

.card-contact{
  border-radius: 14px;
}
.card-form .card-body, .card-contact .card-body{
  padding: 45px 40px;
}
.card-contact .card-body p{
  color: #999FAE;
}
.card-contact .card-body .value{
  color: #000000;
  font-size: 18px;
}
.card-contact .card-body a:hover{
  text-decoration: underline;
  color: #000000;
}

.btn-custom {
  background-color: #5956E9;
  border-color: #5956E9;
  width: 150px;
  float: right;
}

.btn-custom:hover {
  background-color: #4643cc;
  border-color: #4643cc;
  width: 150px;
  float: right;
}

.poppins {
  font-family: 'Poppins', sans-serif;
}

.poppins.font-size-40 {
  font-size: 40px;
}

.poppins.font-size-14 {
  font-size: 14px;
}

.poppins.font-size-16 {
  font-size: 16px;
}

.poppins.font-size-32 {
  font-size: 32px;
}

.poppins.font-medium {
  font-weight: 700;
}

.poppins.font-medium-600 {
  font-weight: 600;
}
label#label-term a{
  color: #001737;
}
label#label-term a:hover{
  text-decoration: underline;
}

@media (max-width: 1399px){
  .bulat-1 {
    top: -15px;
    right: 20px;
    height: 100px;
  }
  .bulat-2 {
    bottom: 200px;
    width: 60px;
  }
  
  .bulat-3 {
    bottom: calc(100px + 150px + 50px);
    width: 40px;
  }
  
  .awan-1 {
    top: 40px;
    height: 120px;
  }
  
  .awan-2 {
    bottom: 100px;
    height: 150px;
  }

  .poppins.font-size-40 {
    font-size: 32px;
  }
  .poppins.font-size-32 {
    font-size: 28px;
  }
}

@media (max-width: 1299px){
  .bulat-1 {
    height: 90px;
  }
  .bulat-2 {
    width: 55px;
  }
  
  .bulat-3 {
    bottom: calc(100px + 120px + 40px);
    width: 40px;
  }
 
  .awan-2 {
    height: 120px;
  }

  .poppins.font-size-40 {
    font-size: 30px;
  }
  .poppins.font-size-32 {
    font-size: 25px;
  }
}
@media (max-width: 991px){
  .bulat-1 {
    height: 80px;
    right: -5px;
    top: -10px;
  }
  .bulat-2 {
    bottom: 150px;
    width: 40px;
  }
  
  .bulat-3 {
    bottom: calc(100px + 100px + 20px);
    width: 25px;
  }
  
  .awan-1 {
    height: 100px;
  }
  
  .awan-2 {
    height: 100px;
  }
}
@media (max-width: 767px){
  .bulat-1 {
    right: 0px;
    height: 70px;
  }
  .poppins.font-size-40 {
    font-size: 27px;
  }
  .poppins.font-size-32 {
    font-size: 23px;
  }
}
@media (max-width: 575px){
  .poppins.font-size-40 {
    font-size: 22px;
  }
  .poppins.font-size-32 {
    font-size: 20px;
  }
  .awan-1 {
    top: 5px;
    left: -5%;
  }
}

@media (max-width: 450px) {
  .card-form .card-body, .card-contact .card-body{
    padding: 40px 35px;
  }
}

@keyframes rotateAnimation {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(20deg);
  }
}