@font-face { font-family: "Rubik"; src: url("../font/rubik/Rubik-VariableFont_wght.ttf");}
@font-face { font-family: "Rubik"; src: url("../font/rubik/Rubik-VariableFont_wght.ttf");}

body{
    font-family: "Rubik", sans-serif;
}

.mr-0{
    margin-right: 0.5em;
}

.mr-1{
    margin-right: 1.5em;
}

.mr-2{
    margin-right: 2.5em;
}

.mr-3{
    margin-right: 3.5em;
}

.ml-0{
    margin-left: 0.5em;
}

.ml-1{
    margin-left: 1.5em;
}

.ml-2{
    margin-left: 2.5em;
}

.ml-3{
    margin-left: 3.5em;
}

.mt-1{
    margin-top: 1.8em;
}

.mt-2{
    margin-top: 2.5em;
}

.mt-3{
    margin-top: 4em;
}

.mt-4{
    margin-top: 5.5em;
}

.footer{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #1361AD;
    color: #fff;
}

.alamat{
    margin-top: 0.7em;
    font-size: 14px;
}

.head-text{
    font-size: 18px;
    font-weight: 600;
}

.produk{
    font-size: 14px;
}

.head-call-me{
    margin-top: 10px;
}

.call-me{
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.25);
}

.call-me:hover{
    color: #fff !important;
}

.active{
    color: #1361AD !important;
}

.row{
    --bs-gutter-x: -0.5rem !important;
    --bs-gutter-y: 0;
}

.intro{
    background-image: url(../img/Layer3.png);
    background-repeat: no-repeat; 
    background-size: cover; 
    height: auto;
    padding-bottom: 100px;
}

.button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.9;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    /* border: 1px solid transparent; */
    padding: .475rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-in{
    display: inline-block;
    font-weight: 400;
    line-height: 1.9;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    /* border: 1px solid transparent; */
    padding: .275rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary-pdigifile{
    background-image: linear-gradient(to bottom right, #1361AD, #6EB7FF); 
    color: white; font-weight: bold;
    margin-right: 15px;
}

.btn-primary-pdigifile:hover{
    background-image: linear-gradient(to right, #0C3156, #1361AD); 
    color: white; font-weight: bold;
}

.btn-primary-outline-pdigifile{
    color: #1361AD; font-weight: bold;
    margin-left: 15px;
    outline-style: solid;
    outline-color: #1361AD;
}

.btn-primary-outline-pdigifile:hover{
    background-color: #2A77C2; 
    color: white; font-weight: bold;
}

.home-intro{
    padding-left: 40px;
    margin-top: 7.5em;
}

.digifile-intro-1{
    font-size: 38px; font-weight: bold;
}

.digifile-intro-2{
    font-size: 16px; margin-top: 20px;
}

.digifile-imgs{
    width: 55%;
}

.l-dnone{
    list-style-type:none;
    margin-top: 8px;
}

.list-dokumentasi-sub-menu{
    cursor: pointer;
}

.list-sub-sub{
    padding-left: 8px;
    color: rgba(6, 53, 91, 0.5);
}

.list-sub-sub:hover{
    cursor: pointer;
    color: #06355B;
    border-left: 1px solid #06355B;
}

.d-sidebar{
    height: 100%;
    position: fixed;
    background-color: #1361AD;
    padding-top: 50px;
    overflow-x: hidden;
}

.d-sidebar .d-sidebar-fix{
    width:300px;
    color: #fff;
}

.d-sidebar .d-sidebar-colapse{
    width:50px;
    display: none;
}

.d-close{
    display: none;
}

.d-main{
    width:800px;
    margin-left: 300px;
    height: 100%;
    padding-top: 60px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.d-left{
    width:250px;
    height: 100%;
    position: fixed;
    overflow-x: hidden;
    margin-left: 1100px;
    padding-top: 60px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.custom{
    position: absolute;
    height: 70px;
    margin-top: -6px;
}

.no-contract-left{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-left: 15px;
    position: relative;
}
.text-contract-left{
    font-size: 14px;
    font-weight: 500;
    padding: 8px;
    margin-left: 20px;
}

.button-left{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /* border: 1px solid transparent; */
    font-size: 12px;
    border-radius: .25rem;
    position: relative;
    color: white;
    text-decoration: none;
    margin: 25px 0;
    background-color: #FFFFFF;
    padding: 5px 30px;
    width: 45%;
    transition: 1s all ease;
}

.button-left::before{
    color: white;
    background-color: #9FD4FF;
    content: "";
    top: 50%;
    left: 10%;
    border-radius: 50%;
    position: absolute;
        /* kalo ini di ganti */
    transform: translate(-10%,-51%) scale(1); /* maka ini jg di ganti */
    transition: all 0.6s ease, background-color 0.4s ease;

}



.button-left:hover::before{
    animation: animatedRing 1s ease;
    width: 100%;
    color: white;
    background-color: #1361AD;
    border-radius: .25rem;
}

@keyframes animatedRing {
    0%{
        top: 50%;
        transform: translate(-10%, -51%) scale(1);
    }

    25%{
        top: 50%;
        transform: translate(-10%, -51%) scale(1);
    }

    50%{
        top: 50%;
        transform: translate(-10%, -51%) scale(1);
    }

    75%{
        top: 50%;
        transform: translate(-10%, -51%) scale(1);
    }

    100%{
        top: 50%;
        transform: translate(-10%, -51%) scale(1);
    }
}

.button-left:hover .custom {
    position: absolute;
    width: 45.5px;
    transition: all 0.6s ease;
    height: 80px;
}

.button-left:hover{
    span{
        color: white;
    }
}

.btn1::before{
    width: 0%;
    height: 100%;
}

.btn1 .text-dokumen-bisnis{
    display: block;
    position: relative;
    color: black;
}

.custom2{
    position: absolute;
    height: 70px;
    margin-top: -6px;
    right: 31px;
}

.text-contract-right{
    font-size: 14px;
    font-weight: 500;
    padding: 8px;
    width: 83%;
}


.no-contract-right{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    right: 46px;
}

.button-right{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /* border: 1px solid transparent; */
    font-size: 12px;
    border-radius: .25rem;
    position: relative;
    color: white;
    text-decoration: none;
    margin: 25px 0;
    background-color: #FFFFFF;
    padding: 5px 30px;
    width: 45%;
    transition: 1s all ease;
}

@media (min-width:168px) AND (max-width:768px) {
    .reverse-intro{
        flex-direction: column-reverse;
    }
}

.button-right::before{
    color: white;
    background-color: #9FD4FF;
    content: "";
    top: 50%;
    left: 90%;
    border-radius: 50%;
    position: absolute;
        /* kalo ini di ganti */
    transform: translate(-90%,-51%) scale(1); /* maka ini jg di ganti */
    transition: all 0.6s ease, background-color 0.4s ease;

}

.button-right:hover::before{
    animation: animatedRingr 1s ease;
    width: 100%;
    color: white;
    background-color: #1361AD;
    border-radius: .25rem;
}

@keyframes animatedRingr {
    50%{
        top: 50%;
        transform: translate(-90%, -51%) scale(1);
    }

    65%{
        top: 50%;
        transform: translate(-90%, -51%) scale(1);
    }

    100%{
        top: 50%;
        transform: translate(-90%, -51%);
    }
}

.button-right:hover .custom2 {
    position: absolute;
    width: 45.5px;
    transition: all 0.6s ease;
    height: 80px;
}

.button-right:hover{
    span{
        color: white;
    }
}

.box-fitur{
    background-color: #fff;
    padding: 30px;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 15px;
    height: 65%;
    width: 65%;
    transition: 0.4s all ease-in-out;
}

.box-icon-loading{
    padding: 5px;
    border-radius: 10px;
    width: 60px;
    height: 60px;
}

.eks-fitur-prvy{
    margin-top: 20px;
    font-weight: 500;
    color: #E53130;
    font-size: 20px;
}

.box-fitur:hover{
    padding: 20px;
    border-radius: 35px;
}

.img-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.text-detail{
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.document-business{
    padding-top: 70px;
    padding-left: 70px;
}

:root {
    --leftArrowstart: -692px;
    --leftArrowend: -504px;
    --leftArrow2: -280px;
    --minus: -27px;
}
.digi-fory{
    background-image: url('../img/teknologi.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}

.digi-foryu{
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px;
    border-radius: 10px;
    transition: 1s ease-in-out;
}

.digi-foryu:hover{
    background-color: rgba(235, 235, 235, 0.5);
    backdrop-filter: blur(4px);
    padding: 30px;
    border-radius: 10px;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.img-spinner{
    position: relative;
    top: -100px;
    animation-name: spin;
    animation-duration: 9000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: -1;
    left: -450px;
    width: 800px;
}

@media (min-width:1115px){
    .d-sidebar{
        height: 100%;
        position: fixed;
        background-color: #1361AD;
        padding-top: 50px;
        overflow-x: hidden;
    }
    
    .d-sidebar .d-sidebar-fix{
        width:300px;
        color: #fff;
    }
    
    .d-sidebar .d-sidebar-colapse{
        width:50px;
        display: none;
    }
    
    .d-close{
        display: none;
    }
}

@media (max-width:1115px){
    .document-business{
        padding-left: 20px;
    }

    .d-sidebar .d-sidebar-colapse{
        width:80px !important;
        display: inline;
        padding: 10px;
    }

    .d-sidebar .d-sidebar-fix{
        display: none;
    }

    .d-sidebar{
        height: 100%;
        position: fixed;
        background-color: #1361AD;
        padding-top: 50px;
        overflow-x: hidden;
    }

    .d-main{
        width:800px;
        margin-left: 60px !important;
        height: 100%;
        padding-top: 60px;
        padding-left: 30px;
        padding-bottom: 30px;
        padding-right: 30px;
    }
}

@media (min-width:768px) AND (max-width:832px){
    .text-contract-right{
        font-size: 12px;
    }

    .text-contract-left{
        font-size: 12px;
    }
}

@media (max-width:499px){
    .text-contract-right{
        font-size: 10px;
    }

    .text-contract-left{
        font-size: 10px;
    }
}


@media (max-width:1199px) {
    .reverse{
        flex-direction: column-reverse !important;
    }
}

@media (max-width:767px) {

    .text-contract-right {
        width: 90%;
    }
} 

@media (max-width:637px) {
    .text-contract-right {
        width: 88%;
    }
} 

@media (max-width:569px) {
    .text-contract-right {
        width: 84%;
    }
} 

@media (max-width: 1200px)  {
    .digifile-intro-1{
        font-size: 26px; font-weight: bold;
    }

    .digifile-intro-2{
        font-size: 14px; margin-top: 20px;
    }
    .digifile-imgs{

        width: 65%;
    }
}

@media (max-width: 888px)  {
    .digifile-intro-1{
        font-size: 24px; font-weight: bold;
    }

    .digifile-intro-2{
        font-size: 14px; margin-top: 20px;
    }

    .digifile-imgs{
        width: 85%;
    }

    .home-intro{
        padding-left: 20px;
    }
}

@media (max-width:816px) {
    .button {
        display: inline-block;
        font-weight: 400;
        line-height: 1.9;
        color: #212529;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: transparent;
        /* border: 1px solid transparent; */
        font-size: 1rem;
        padding: .475rem 0.9rem;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .btn-pdigifile{
        background-image: linear-gradient(to bottom right, #1361AD, #6EB7FF); 
        color: white; font-weight: bold;
    }

    .btn-primary-pdigifile {
        background-image: linear-gradient(to bottom right, #1361AD, #6EB7FF);
        color: white;
        font-weight: bold !important;
        margin-right: 5px;
    }

    .btn-primary-outline-pdigifile {
        color: #1361AD;
        font-weight: bold !important;
        margin-left: 5px;
        outline-style: solid;
        outline-color: #1361AD;
    }
    
}

@media (max-width:1999px) {
    .img-icon{
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 40px;
        padding-bottom: 20px !important;
    }

    .text-detail{
        padding-top: 20px !important;
        padding-bottom: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .head-f1{
        font-size: 36px;
    }

    .isi-f1{
        font-size: 15px;
    }
}

@media (max-width:741px) {
    .button {
        display: inline-block;
        font-weight: 400;
        line-height: 1.9;
        color: #212529;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: transparent;
        /* border: 1px solid transparent; */
        font-size: 1rem;
        padding: .475rem 0.9rem;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .btn-pdigifile{
        background-image: linear-gradient(to bottom right, #1361AD, #6EB7FF); 
        color: white; font-weight: bold;
    }

    .btn-primary-pdigifile {
        background-image: linear-gradient(to bottom right, #1361AD, #6EB7FF);
        color: white;
        font-weight: bold !important;
        margin-right: 5px;
    }

    .btn-primary-outline-pdigifile {
        color: #1361AD;
        font-weight: bold !important;
        margin-left: 5px;
        outline-style: solid;
        outline-color: #1361AD;
    }
    
}
@media (max-width:720px) {
    .box-fitur{
        background-color: #fff;
        padding: 30px;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 10px;
        height: 55%;
        width: 55%;
        transition: 0.6s all ease-in-out;
    }

    .box-fitur:hover{
        padding: 20px;
        border-radius: 25px;
    }

    .eks-fitur-prvy{
        margin-top: 20px;
        font-weight: 500;
        color: #E53130;
        font-size: 15px;
    }
}
@media (max-width: 600px)  {
    .digifile-intro-1{
        font-size: 20px;
        font-weight: bold;
    }

    .digifile-intro-2{
        font-size: 12px;
        margin-top: 20px;
    }

    .digifile-imgs{
        width: 55%;
    }

    .home-intro{
        padding-left: 20px;
        margin-top: 3.5em;
    }

    .btn-primary-pdigifile {
        background-image: linear-gradient(to bottom right, #1361AD, #6EB7FF);
        color: white !important;
        font-weight: bold !important;
        margin-right: 5px;
    }

    .btn-primary-outline-pdigifile {
        color: #1361AD !important;
        font-weight: bold !important;
        margin-left: 5px;
        outline-style: solid;
        outline-color: #1361AD;
    }

    .button {
        display: inline-block;
        font-weight: 400;
        line-height: 1.9;
        color: #212529;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: transparent;
        /* border: 1px solid transparent; */
        font-size: 1rem;
        padding: .475rem 0.9rem;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .btn-pdigifile{
        background-image: linear-gradient(to bottom right, #1361AD, #6EB7FF); 
        color: white; font-weight: bold;
    }
}

@media (max-width: 444px)  {
    .digifile-intro-1{
        font-size: 20px;
        font-weight: bold;
    }

    .digifile-intro-2{
        font-size: 12px;
        margin-top: 20px;
    }

    .digifile-imgs{
        width: 55%;
    }

    .home-intro{
        padding-left: 20px;
        margin-top: 3.5em;
    }

    .btn-primary-pdigifile {
        background-image: linear-gradient(to bottom right, #1361AD, #6EB7FF);
        color: white !important;
        font-weight: bold !important;
        margin-right: 5px;
    }

    .btn-primary-outline-pdigifile {
        color: #1361AD !important;
        font-weight: bold !important;
        margin-left: 5px;
        outline-style: solid;
        outline-color: #1361AD;
    }

    .button {
        display: inline-block;
        font-weight: 400;
        line-height: 1.9;
        color: #212529;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: transparent;
        /* border: 1px solid transparent; */
        font-size: 0.5rem;
        padding: .475rem 0.6rem;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .btn-pdigifile{
        background-image: linear-gradient(to bottom right, #1361AD, #6EB7FF); 
        color: white; font-weight: bold;
    }
}