/* General */
body{
    font-family: "Avenir-next";
}
.text-primary{
    color: #1770B7 !important;
}
.text-dark-blue{
    color: #212D56;
}
.text-light-blue{
    color: #7CA9E0;
}
.bg-primary{
    background-color: #1770B7 !important;
}
.bg-light-white{
    background-color: #FBFBFDCC;
}
.bg-dark-blue{
    background-color: #212D56;
}
.bg-light-blue{
    background-color: #ECFDFF;
}
.bg-blue{
    background-color: #ECF9FF;
}
.bg-green{
    background-color: #B0F8BF;
}
.fw-900{
    font-weight: 900;
}
.fw-600{
    font-weight: 600;
}
.w-85{
    width: 85%;
}
.position-absolute.center{
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}
/* Navigation Menu */
.navbar-brand img{
    width: 213px;
    height: auto;
}
.navbar-toggler .bar {
    width: 36px;
    height: 4px;
    margin: 7px 0;
    transition: 0.4s;
    background:#000;
}
.navbar-toggler.expanded{
    z-index: 10000;
}
.navbar-toggler.expanded .bar{
    background:#000;
    z-index: 1;
}
.navbar-toggler.expanded .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -12px);
    transform: rotate(45deg) translate(-7px, -12px);
}
.navbar-toggler.expanded .bar2 {
    opacity: 0;
}
.navbar-toggler.expanded .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 8px);
    transform: rotate(-45deg) translate(-5px, 8px);
}
.offcanvas.show {
    transition: opacity 500ms ease-in-out, visibility 500ms ease-in-out;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}
.offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transition: opacity 500ms ease-in-out, visibility 500ms ease-in-out, z-index 1000ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.btn-close{
    position: fixed;
    top: 32px;
    right: 60px;
}
#main-menu .nav-link{
    font-size: 18px;
}
.navbar-expand-lg{
    max-width: 70%;
}
#wrapper-navbar {
    border-bottom: 1px solid #DCDCDC;
}
.navbar-scroll{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030!important;
}
.scrolled-up {
    transform: translateY(0);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
#main-menu .nav-link:hover,
#main-menu .nav-link.active{
    color: #4EB250 !important;
}

/* Footer */
#wrapper-footer p,
#wrapper-footer a{
    font-size: 14px;
    font-weight: 500;
}
/* Homepage */
.bg-main{
    background: url('../images/home-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.debit-icon{
    width: 169px;
    height: auto;
    margin-bottom: 3px;
}
.min-vh{
    min-height: 100vh;
}
.num-col{
    border: 2px solid #fff;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 24px;
    padding: 0;
}
.num-col p,
.comma{
    /* font-family: "Archivo", sans-serif; */
    font-style: normal;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
.wave-icon{
    height: auto;
    right: 2%;
    bottom: 10%;
}
.progressbar{
    border: 1px solid #fff;
    background-color: #F2F2F2;
    border-radius: 11px;
    height: 12px;
}
.progressbar-value{
    background: linear-gradient(to right, #42A5E4, #83E2CC);
    border-radius: 11px;
    height: 10px;
    transition: width 1s ease-out;
    width: 0;
}
.toll{
    width: 45px;
    height: auto;
    bottom: 12px;
}
.toll-1{
    left: 24%;
}
.toll-2{
    left: 50%;
}
.toll-3{
    right: -20px;
}
.car{
    width: 42px;
    height: auto;
    bottom: 12px;
    transition: left 1s ease-out;
    left: 0;
}
.val{
    top: 100%;
    width: 93px;
    border-radius: 30px;
    line-height: 20px;
    font-size: 15px;
}
.toll-1.val{
    left: 20%;
}
.toll-2.val{
    left: 46%;
}
.toll-3.val{
    right: -2%;
}
.val-1{
    background-color: #212D56;
    color: #fff;
}
.val-2{
    background-color: #B0F8BF;
    color: #1770B7;
    top: 350%;
}
.progressbar p.fw-600{
    font-size: 14px;
    line-height: 19px;
    color: #212D56;
}
.scroll-icon{
    width: 19px;
    height: auto;
}
.scroll-icon p{
    font-size: 14px;
    font-weight: 500;
}
.partner-logo{
    object-fit: contain;
    width: auto;
}
h2,
.h2{
    background: linear-gradient(to right, #42A5E4, #83E2CC);
    -webkit-text-fill-color: transparent; 
    -webkit-background-clip: text; 
}
.subtitle{
    font-size: 20px !important;
}
.scroll-text{
    color: #212D56;
    font-size: 14px;
    font-weight: 500;
}
.about-img{
    /* max-width: 820px; */
    object-fit: contain;
}
p{
    font-size: 18px;
    line-height: 30px;
}
.play-btn{
    width: 108px;
    height: auto;
}
.play-btn:hover{
    transform: scale(1.1);
}
.flip{
    /* position: relative; */
    transform-style: preserve-3d;
    transition: transform 0.6s;
}
/* .flip .top{
    transform: rotateX(0deg);
    transition: transform 0.5s;
} */
.flip .num{
    transform: rotateX(-180deg);
    transition: opacity 0.5s;
    opacity: 0;
    /* position: absolute; */
    /* top: 0; */
}
.flip.move {
    transform: rotateX(180deg);
}
.flip.move .num{
    opacity: 1;
}
#mykasih{
    background: url('../images/bg-outline.webp');
    background-repeat: no-repeat;
    background-position: right top 18%;
    background-size: 55%;
}
.slider {
    height: 700px;
    width: 100%;
    overflow-y: scroll;
    scroll-snap-type: y mandatory; /* Scroll snapping */
    -ms-overflow-style: none;  /* Hide scrollbar in Internet Explorer */
    scrollbar-width: none;  /* Hide scrollbar in Firefox */
}

.slider::-webkit-scrollbar {
    display: none; /* Hide scrollbar in Chrome, Safari, and Opera */
}

.image-section {
    scroll-snap-align: start; /* Snap to the start of each image */
}
.round{
    border-radius: 44px;
}
a.round{
    font-size: 15px;
}
/* @keyframes flip-top {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(-90deg);
    }
}

@keyframes flip-bottom {
    0% {
        transform: rotateX(90deg);
    }
    100% {
        transform: rotateX(0deg);
    }
} */
 .next-line{
    display: none;
 }
.bounce-scroll{
    animation: moveUpDown 2s infinite;
}
@keyframes moveUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
/* About */
#about-main .container .row{
    min-height: 600px;
}
h3{
    font-size: 45px;
    line-height: 61px;
    font-weight: 500;
}
.border-down{
    border-bottom: 1px solid #989897;
}
.paynet_image{
    width: 362px;
    height: auto;
}

/* Social Post Custom Style */
body .sk_branding,
body .sk_branding a{
    display: none !important;
    opacity: 0;
    padding: 0 !important;
    height: 0;
}

@media only screen and (max-width: 395px) {
    .num-col p,
    .comma{
        font-size: 50px !important;
        line-height: 100px !important;
    } 
}
@media only screen and (max-width: 482px) {
    .partner-logo.pe-4{
        padding-right: 0.5rem !important;
        width: 80px;
    }
    .partner-logo.last{
        width: 72px;
    }
    .partner-logo.pe-5{
        padding-right: 1rem !important;
        width: 106px;
    }
    .next-line{
        display:block;
    }
}
@media only screen and (max-width: 650px) {
    .toll-3,
    .toll-3.val{
        right: 0;
    }
    .num-col{
        margin-left: 4px;
        margin-right: 4px;
    }
    .progressbar p.fw-600{
        font-size: 10px !important;
        line-height: 11px;
    }
}
@media only screen and (max-width: 767px) {
    #partner .text-end{
        text-align: left !important;
    }
    .num-col p,
    .comma{
        font-size: 60px;
        line-height: 100px;
    }
    .wave-icon{
        width: 60px;
        bottom: 28%;
    }
    #mykasih{
        background-size: cover;
    }
    #about-details{
        background-position: right top 5% !important;
        background-size: contain !important;
    }
    #social h2,
    #social p{
        text-align: left !important;
    }
    #wrapper-footer p{
        text-align: center;
    }
    #wrapper-footer .col-md-4.justify-content-end{
        justify-content: center !important;
    }
    .navbar-brand img{
        width: 115px;
        height: auto;
    }
}
@media only screen and (min-width: 768px) {
    .num-col p,
    .comma{
        font-size: 100px;
        line-height: 150px;
    }
    .wave-icon{
        width: 100px;
    }
}
@media only screen and (max-width: 991px) {
    .val{
        font-size: 12px;
        line-height: 20px;
        width: 80px;
    }
    .progressbar p.fw-600{
        font-size: 13px;
    }
    .num-col .small{
        font-size: 12px;
    }
}
@media only screen and (min-width: 992px) {
    .num-col p,
    .comma{
        font-size: 130px;
        line-height: 180px;
    }
    .w-lg-75{
        width: 75%;
    }
    .w-lg-85{
        width: 85% !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1920px) {
    #mydebit .container-lg-fluid{
        width: 100% !important;
        max-width: 100% !important;
    }
}
@media only screen and (min-width: 1125px) and (max-width: 1199px) {
    #partner .container-fluid.container-xxl{
        width: 90%;
    }
}
@media only screen and (min-width: 1150px) {
    .num-col p,
    .comma{
        font-size: 150px;
        line-height: 200px;
    }
    .wave-icon{
        width: 120px;
    }
}
@media only screen and (min-width: 1200px) {
    .text-xl-start{
        text-align: left !important;
    }
}
@media only screen and (min-width: 1300px) {
    .num-col p,
    .comma{
        font-size: 180px;
        line-height: 250px;
    }
}
@media only screen and (min-width: 1400px) {
    .num-col p,
    .comma{
        font-size: 200px;
        line-height: 270px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1500px){
    #mydebit .container-xxl{
        width: 100% !important;
        max-width: 100% !important;
    }
}
/******************* Piqa code ************************/
/* About page */
#about-details{
    background: url('../images/bg-outline.webp');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 40%;
}

/* #page-about-wrapper p {
    margin-bottom: 3rem;
} */
/* #page-about-wrapper a {
    color: #212D56;
} */

#page-about-wrapper a.green-button{
    text-transform: uppercase;
    background-color: #4EB250;
    color: #FFFFFF;
    border-radius: 44px;
    padding: 15px 30px;
    text-decoration: none;
    height: 47px;
    width: 228px;
    box-shadow: 0px 6px 20px -4px #0000004D;
}
#page-about-wrapper a.green-button:hover{
    background-color: #1770B7;
}

.border-right {
    border-right: 1px solid #989897;
}

@media only screen and (max-width: 350px) {
    .logo{
        width: 120px !important;
    }
    .paynet_image{
        width:260px !important;
    }
}
@media only screen and (max-width: 767px) {
    #about-main .container .row {
        min-height: 400px;
    }
    .alr-logo{
        width: 200px;
    }
    .logo{
        width: 150px;
    }
    #alr-logo-about .justify-content-around {
        justify-content: space-between !important;
    }
    .paynet_image{
        width:300px;
    }
    .mykasih_image{
        width:220px;
    }

    #page-about-wrapper h3{
        font-size: 28px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 991px) {
    .border-right {
        border-right: 0;
    }
    /* .tablet-center {
        text-align: center;
    } */
}

@media (min-width: 992px) and (max-width: 1399.98px){
    #paynet div.mx-lg-5{
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .mykasih-about div.mx-lg-5{
        margin-right: 0px !important;
        margin-left: 2.5rem !important;
    }
}