/* Chrome, Safari, Edge, Opera */
#tagihan-form::-webkit-outer-spin-button,
#tagihan-form::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#tagihan-form{
  -moz-appearance: textfield;
}


@font-face {
    font-family: Inter;
    src:url('../fonts/Inter-Regular.ttf') format("ttf")
}

@font-face {
    font-family: Inter;
    font-weight: bolder;
    src:url('../fonts/Inter-Black.ttf') format("ttf")
}

@font-face {
    font-family: Inter;
    font-weight: 500;
    src:url('../fonts/Inter-Medium.ttf') format("ttf")
}
@font-face {
    font-family: Inter;
    font-weight: bold;
    src:url('../fonts/Inter-Bold.ttf') format("ttf")
}
@font-face {
    font-family: Inter;
    font-weight: 700;
    src:url('../fonts/Inter-SemiBold.ttf') format("ttf")
}


.hidden{
    display: none !important;
}
.hiddenn{
    display: none !important;
}

.deks{
    display: initial;
}

.mobile{
    display: none;
}

.navbar-li{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    color: #142A4F !important;
    font-size: 16px !important;
    /* font-weight: bold; */
}

.navbar-li:hover{
    color:#E3BB5D !important;
}

.footer-bg{
    background-color: white;
    border-top: .5px solid #142a4f21;
}

.footer-li-head{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
    color: #142A4F
}

.footer-li{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #142A4F
}

.homepage-jumbotron{
    padding: 0px;
    height: 742px;
}

.bg-photo{
    background-image: url('/images/jumbotron-bg.png');
    background-size: cover;
    background-position: center center;
}

.content{
    position: relative;
    right: 10px;
    top: 200px;

}

.trapezoid{
    
    height: 742px;
    width: 50%;
    
    border-left: 300px solid transparent; 
    
    border-bottom: 742px solid rgba(255, 255, 255, 47%);
    
}

@keyframes slideIn {
    from {
        right: -220px; /* Initial position */
    }
    to {
        right: 0; /* Intended position (left edge of the screen) */
    }
}

/* .trapezoid.animate{
    animation: slideIn 0.5s ease forwards;
} */

.slide-in {
    position: absolute;
    right: -100%; /* Initial position outside the viewport */
    opacity: 0;
}

.slide-in.active {
    /* position: relative;
    right: 10px;
    top: 200px; */
    opacity: 1;
    right: 0; /* Position when the active class is added */
    transition:right 1s ease-in-out,opacity .5s ease-in-out 0.5s;  /* Transition property */
    
}

.homepage-gifs{
    padding: 20px;
    background-color:#ededed;
}



.gif-container{
    padding: 30px;
    background-color: white;
    border-radius: 10px;
    
}




.teb-gif{
    width: 940px;
    height: auto;
}

.teb-penjelasan{
    padding: 100px;
}


.teb-h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #142A4F;
    text-align: left;
}

.teb-p{
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #142A4F;
    text-align: left;
}

.ben-h1{
    font-size: 25px;
    text-align: center;
}   

.ben-p{
    font-size: 20px;
    text-align: center;
}

.ben-container{
    padding: 30px;
}

.ben-img{
    width: 80px;
    height: auto;
}


/* EXPLORATION TABS====================================================================== */

.teb-btn-container{
    background-color: #142A4F;
    border-radius: 10px;
}

.teb-btn{
    cursor: pointer;
    padding: 20px 70px; 
}

.teb-btn-line{
    border-radius: 50px;
    background-color: #E3BB5D; height: 7px;    
    opacity: 0;
    transition: opacity .2s ease-in-out; 
    
}

.teb-btn-line.activate{
    opacity: 1;
    transition: opacity .5s ease-in-out; 
}

.teb-btn-label{
    color: white;
    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
    font-size: 32px;
    transition: opacity .2s ease-in-out; 
}

.teb-btn-label.clicked{
    color: #E3BB5D;
    transition: opacity .5s ease-in-out; 
}

.teb-btn:hover .teb-btn-label{
    transition-duration: 0.5s;
    color: #E3BB5D;
}

.teb-btn:hover .teb-btn-line{
    opacity: 1;
    background-color: #E3BB5D;
    transition-duration: 0.5s;
}

.teb-content{
    opacity: 0;
    
}
.teb-content.animate{
    opacity: 1;
    transition: opacity .7s ease-in-out .3s;    
}
/* END OF EXPLORATION========================================================== */


.homepage-benefits{
    padding: 20px;
    background-color:#ededed;
}

.benefit-container{
    background-color: #E3BB5D;
    padding: 50px 100px;
    border-radius: 10px;
}

.benefit-animate{
    opacity: 0;
}

.benefit-animate.animate{
    opacity: 1;
    transition: opacity .5s ease-in-out;    
}


/* MOBILE=================================================== */

.jumbotron-mobile{
    height: 409px;
    background-image: url('/images/cover-mbl.png');
    background-size: cover;
}

.jumbotron-header-mobile{
    width: 336px;
    height: auto;
}

.trapezoid-mbl{
    margin-top: -25%;
}


.collapse-expanse-button{
    background-color: white;
    border: none;
    width: 100%;
    height: 72px;
    text-align: left;
    border-bottom: 1px solid #142A4F;
    font-family: 'Montserrat', sans-serif;
  }
  
  .collapse-expanse-arrow{
    position: relative;
    width: 32px;
    height: 32px;
    padding: 4px;
    margin-top: 5px;
    /* left: 300px; */
    right: -89%;
    border-radius: 100%;
    top: 50px;
    /* background-color: red; */
    /* text-align: center; */
    /* transform: rotate(180); */
    transform: rotate(180deg);
  }

.rotate{
    transition: transform 0.3s;
}

.p-gif-mbl{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #142A4F;
}

.benefit-container-mobile{
    background-color: #E3BB5D;
    padding: 50px 100px;
}

.ben-img-mbl{
    height: auto;
    width: 61px;
}

.ben-p-mbl{
    font-size: 15px;
    text-align: center;
}

.ben-h1-mbl{
    font-size: 20px;
    text-align: center;
}

.carousel-indicators2 {
    position: absolute;
    right: 0;
    top: 100%;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}


.carousel-indicators2 [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ededed;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    /* opacity: 0.5; */
    /* transition: opacity 0.6s ease; */

}

.carousel-indicators2 .active{
    background-color: #142A4F;
    /* transition: 0.6s ease-in-out; */
}

.nextprevbtn{
    color: #142A4F;
}

.carousel-inner{
    width: 70%;
}

.h1-product{
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    font-size: 70px;
    text-align: left;
    margin-bottom: 20px;
}

.product-detail-btn{
    padding: 10px 70px;
    background-color: #E3BB5D;
    color: #142A4F;
    border-radius: 100px;
    font-weight: bold;
}

.product-detail-btn:hover{
    background-color: #142A4F;
    color: #E3BB5D;
    transition-duration: 100ms;
}

.product-container{
    width: 30rem;
    /* max-height: 50rem; */
    text-decoration: none;
}



.crd-title{
    padding: 30px;
}

.h1-pro{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color:#142A4F;
    text-decoration: none;
}
.p-pro{
    font-size: 20px;
    font-family: 'Montserrat' , sans-serif;
    color: #E3BB5D;
    text-decoration: none;
}

.h1-pro:hover, .p-pro:hover{
    text-decoration: none;
}

.h1-header{
    font-family: 'Montserrat',sans-serif;
    font-size: 40px;
    color: #142A4F;
    margin-bottom: 20px;
}

.hr-pro{
    width: 100%;
    height: 1px;
    background-color: #E3BB5D;
}

.prodd-cont{
    padding: 100px;
}

.terms-p p{
    font-family: 'Montserrat',sans-serif;
    font-size: 19px;
    color: #142A4F;
}

.calc-container{
    background-color: white;
    padding: 30px 70px;
}



.tooltipcontainer{
    margin: 4px 0px 0px 0px;
    padding: 1px 2px 1px 2px;
    color: #142A4F;
    /* background-color: black; */
    /* border-style: solid;
    border-color: white; */
    /* border-radius: 50%; */
    /* border-width: .5px; */
    /* width: 14px; */
    /* height: 14px; */
    /* font-size: 9px; */
    text-align: center;
    /* font-weight: bold; */
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -webkit-touch-callout : none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index: 0;
    cursor: pointer;
}
  
  
  
.tooltipcontainer .tooltiptext {
    visibility: hidden;
    /* width: 120px; */
    background-color: #142A4F;
    color: #fff;
    text-align: left;
    padding: 15px 15px;
    border-radius: 6px;
    /* font-family: Trap; */
    font-size: 15px;
    font-weight: normal;
  
   
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    width: max-content;
    /* top: 50%; */
    /* right: 30%; */
    top: -50px;
    left: 100%;
  
    margin-left: calc(-1*(width/2));
}
  
.tooltipcontainer:hover{
    /* color: #0528F2; */
    /* background-color: white; */
}
  
.tooltipcontainer:hover .tooltiptext{
    
    visibility: visible ;
}


.applysubmitbtn{
    padding: 5px 20px;
    font-family: 'Montserrat',sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #E3BB5D;
}

.applysubmitbtn:hover{
    color: #142A4F;
    transition-duration: 100ms;
    text-decoration: none;
}

.calculatebtn{
    padding: 5px 20px;
    font-family: 'Montserrat',sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #E3BB5D;
    background-color: #142A4F;
    border-radius: 10px;
    border-color: #142A4F;
    border-style: solid;
}

.calculatebtn:hover{
    background-color: #E3BB5D;
    border-color: #E3BB5D;
    color: #142A4F;
    transition-duration: 100ms;
}

.result-container{
    padding: 10px;
}

.result-img{
    width:340px;
    height: auto;
}

.h5-result{
    font-weight: bold;
}

.h4-result{
    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
}

.p-result{
    font-family: 'Montserrat',sans-serif;
    margin: 0px;
}

.row-result .row{
    margin-bottom: 10px;
}

.result-btn{
    font-size: 15px;
}

.result-btn:hover{
    text-decoration: none;
}

.calc-chevron{
    height: 20px;
}

@media screen and (max-width: 1711px){
    .trapezoid{
        width: 60%;
    }
}

@media screen and (max-width: 1024px){

    .deks{
        display: none !important;
    }
    .mobile{
        display: initial;
    }

    .prodd-cont{
        padding: 20px;
    }

    .h1-pro{
        font-size: 20px;
    }

    .p-pro{
        font-size: 15px;
    }

    .h1-header{
        font-size: 30px;
        margin-bottom: 10px;
    }
    
    .terms-p p{
        /* font-family: 'Inter',sans-serif; */
        font-family: 'Montserrat',sans-serif;
        font-size: 15px;
        color: #142A4F;
    }
    .footer-li-head{
        font-size: 12px;
        margin-bottom: 12px;
    }
    .footer-li{
        font-size: 10px;
    }
    .mobile-max_berat{
        margin-bottom: 0px;
    }

    .mobile-tooltip{
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 8px;
    }
    .calc-mobile{
        background-color: white;
        padding: 30px 41px;
    }

    .applysubmitbtn{
        font-size: 15px;
    }

    .calculatebtn{
        font-size: 15px;
    }

    .calc-chevron{
        height: 13px;
    }

    .result-img{
        max-width: 300px;
    }

    .p-result{
        font-size: 14px;
    }

}


