* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    overflow: visible;
    box-sizing: border-box;
}
.background-header, .page-content, .form, .testi, footer {
    overflow-x: hidden;
    overflow-y: hidden;
}
.background-header {
    overflow-x: hidden;
    max-width: 100%;
    background-position: center;
    background-size: cover;
    background-color: #DE6060;
}
.nav-pills .nav-link {
    transition: background-color 0.4s ease-in-out;
}
.nav-pills .nav-link.active{
    color: #494848;
    background-color: #FFF389;
}
.nav-maxi.scrolled {
    padding: 2px 0px;
    box-shadow: -1px 9px 14px -13px rgba(94,94,94,0.54);
    background-color: #ffffff;
    transition: all 0.4s ease-in-out  ;
    -webkit-transition: all 0.4s ease-in-out ;
    -moz-transition: all 0.4s ease-in-out ;
}
.nav-color.scrolled {
    color: #454545 !important;
}
.nav-color.scrolled:hover {
    color: #FFF389 !important;
}
.nav-maxima {
    padding: 20px 0px;
    margin-left: auto;
}
.nav-maxima .nav-link {
    transition: color ease-in 0.5s;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.nav-maxima .nav-link:hover {
    color: #FFF389;
}

.hero-page {
    margin-top: 40px;
    margin-bottom: 60px;
}

.card-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 37px;
    color: #FFFFFF;
}
.card-text {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #F2F2F2;
}
.text-span {
    color: #FFF389;
}
.text-span1{
    color: #3484E2;;
}
.btn {
    transition: background-color ease-in 0.5s;
}
.btn-primary {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    background: #3484E2;
    border-radius: 35px;    
}
.btn-primary:hover {
    border: 1px solid #FFF389;
    color: #454545;
    background-color: #FFF389;
}

.page-content{
    overflow-y: hidden;
    overflow-x: hidden;
    max-width: 100%;
    margin-top: 80px;
}
.text-title-content {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #494848;
}
.card-title-content {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #494848;
    }
.card-text-content {
    font-weight: normal;
    font-size: 16px;
    line-height: 33px;
    color: #797979;
}

.background2{
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0px 50px 0px;
    z-index: 0;
    margin-top: 70px;
    background-color: #B6D5FA;
}
.unggulan-card-bg-blue {
    z-index: 1;
    width: 800px;
}

.background3{
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    width: 50rem;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0px 70px 0px;
    z-index: 0;
    margin-top: 160px;
    background-color: #9DEADC;
}
.background3 .card{
    margin-left: auto;
    margin-right: 30px;
    padding: 15px;
    width: 25rem;
    margin-top: 50px;
    border: 0px;
    background: #FFFFFF;
    border-radius: 47px;
}
.card-title-form {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 30px;
    line-height: 39px;
    color: #79AFEF;
}
.form-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 39px;
    color: #767676;
}
.form-control {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 11px;
}
.form-control::placeholder {
    font-weight: normal;
    font-size: 14px;
    line-height: 39px;
    color: #C4C4C4;
}
.span-form {
    font-weight: normal;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #797979;
}
.link {
    font-weight: 500;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #3484E2;
}
.background3 .text-title-content{
    color: #FFFFFF;
    z-index: 1;
    top: -120px;
    left: -80px;
}

.testi {
    margin-top: 180px;
    width: 100%;
    padding-bottom: 20px;
}
.bg-testi{
    margin-left: auto;
    width: 50rem;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    right: 0;
    background-color: #B6D5FA;
}
.card-testi {
    padding: 0px 20px 20px 20px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}
.card-testi .card-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 52px;
    color: #4A4A4A;
}
.card-testi .card-subtitle {
    margin-top: -25px;
    font-weight: normal;
    font-size: 14px;
    line-height: 52px;
    color: #767676;   
}
.card-testi .card-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #6d6d6d;
}

footer {
    margin-top: 160px;
}
.bg-footer{
    width: 100%;
    height: 200px;
    z-index: 0;
}
.footer-q{
    background-color:#A8F3E6 ;
    padding: 60px 0px;
}
.footer-title   {
    font-weight: normal;
    font-size: 26px;
    line-height: 39px;
    color: #0F0F0F;
}
.text-maxima-footer{
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #585858;
}
.title-nav-footer {
    font-weight: 500;
    font-size: 24px;
    line-height: 39px;
    color: #454545;
}
.nav-footer .nav-link {
    margin-left: -14px;
    font-weight: 400;
    font-size: 16px;
    color: #5c5c5c;
}
.nav-footer .nav-link:hover {
    color: #3484E2;
}
.nav-footer .nav-item img {
    width: 100px;
}
.footer-licensi {
    font-size: 16px;
    font-weight: normal;
    color: #797979;
}
@media (max-width:967px) {
    .bg-footer{
        width: 100%;
        height: 600px;
    }
    .nav-maxi .btn-primary {
        width: 100%;
    }
    .nav-maxima {
        margin-top: 20px;
        display: block;
        text-align: center;
    }
    .nav-maxima .nav-item .nav-link {
        color: #4A4A4A;
    }
}

@media (max-width:767px) {
    .nav-maxi.scrolled {
        padding: 10px 0px;
        box-shadow: -1px 9px 14px -13px rgba(94,94,94,0.54);
        background-color: #ffffff;
        transition: all 0.4s ease-in-out  ;
        -webkit-transition: all 0.4s ease-in-out ;
        -moz-transition: all 0.4s ease-in-out ;
    }
    .unggulan-card-bg-blue {
        z-index: 1;
        width: 100%;
    }
    .background3{
        width: 100%;
    
    }
    .background3 .text-title-content{
        color: #FFFFFF;
        top:-15%;
        left: 0;
    }

    .card-testi {
        margin-top: 80px;
    }
    .nav-footer-nav {
        margin-top: 20px;
    }
}
@media (max-width:545px) {
    .hero-unggulan .card-title, .card-title-content {
        font-size: 20px;
        line-height: 28px;
    }
    .hero-unggulan .card-text, .card-text-content {
        line-height: 26px;
        font-size: 16px;
    }
    .background3 .card{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .background3 {
        width: 100%;
    }
}
@media (max-width: 376px) {
    .hero-unggulan .card-title, .card-title-content {
        font-size: 14px;
        line-height: 26px;
    }
    .hero-unggulan .card-text, .card-text-content {
        line-height: 22px;
        font-size: 12px;
    }
}



/*floating icon melayang*/
.fab-wrapper {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
  }
  .fab-checkbox {
    display: none;
  }
  .fab {
    cursor: pointer;
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    width: 4rem;
    height: 4rem;
    background: #3484E2;
    border-radius: 50%;
    background: #3484E2;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    z-index: 1;
    border-bottom-right-radius: 6px;
    border: 1px solid #3484E2;
  }
  
  .fab:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .fab-checkbox:checked ~ .fab:before {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .fab:hover {
    background: #2c87e8;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  }
  
  .fab-dots {
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    top: 50%;
    transform: translateX(0%) translateY(-50%) rotate(0deg);
    opacity: 1;
    animation: blink 3s ease infinite;
    transition: all 0.3s ease;
  }
  
  .fab-dots-1 {
    left: 15px;
    animation-delay: 0s;
  }
  .fab-dots-2 {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation-delay: 0.4s;
  }
  .fab-dots-3 {
    right: 15px;
    animation-delay: 0.8s;
  }
  
  .fab-checkbox:checked ~ .fab .fab-dots {
    height: 6px;
  }
  
  .fab .fab-dots-2 {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  
  .fab-checkbox:checked ~ .fab .fab-dots-1 {
    width: 32px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .fab-checkbox:checked ~ .fab .fab-dots-3 {
    width: 32px;
    border-radius: 10px;
    right: 50%;
    transform: translateX(50%) translateY(-50%) rotate(-45deg);
  }
  
  @keyframes blink {
    50% {
      opacity: 0.25;
    }
  }
  
  .fab-checkbox:checked ~ .fab .fab-dots {
    animation: none;
  }
  
  .fab-wheel {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10rem;
    height: 10rem;
    transition: all 0.3s ease;
    transform-origin: bottom right;
    transform: scale(0);
  }
  
  .fab-checkbox:checked ~ .fab-wheel {
    transform: scale(1);
  }
  .fab-action {
    position: absolute;
    background: #ffffff;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DE6060;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    transition: all 1s ease;
  
    opacity: 0;
  }
  
  .fab-checkbox:checked ~ .fab-wheel .fab-action {
    opacity: 1;
  }
  
  .fab-action:hover {
    background-color: #FFF389;
  }
  
  .fab-wheel .fab-action-1 {
    right: -1rem;
    top: 0;
  }
  
  .fab-wheel .fab-action-2 {
    right: 3.4rem;
    top: 0.5rem;
  }
  .fab-wheel .fab-action-3 {
    left: 0.5rem;
    bottom: 3.4rem;
  }
  .fab-wheel .fab-action-4 {
    left: 0;
    bottom: -1rem;
  }


  /*MODAL*/
  .modal-title {
      color: #494848;
      font-size: 20px;
      font-weight: 500;
  }
  .modal-body h6 {
      font-size: 14px;
      font-weight: 400;
      color: #6d6d6d;
      line-height: 26px;
  }
  .modal-body ol li {
    font-size: 16px;
    font-weight: normal;
    color: #6d6d6d;
    line-height: 26px;
  }
  .modal-body img {
      border-radius: 15px;
  }


 