/*web*/

/*general styling*/

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

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.font-style-1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.021em;
    color: rgba(67, 67, 67, 0.75);
}

.font-style-4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.017em;
    color: rgba(67, 67, 67, 0.75);
}

.font-style-5{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.017em;
    color: rgba(67, 67, 67, 0.62);

}

.font-style-6{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.017em;
    color: rgba(67, 67, 67, 0.62);
}

.font-style-7{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.017em;
    color: rgba(67, 67, 67, 0.75);
}

.title-style-2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.021em;
    color: rgba(67, 67, 67, 0.96);
}

.button-pelajari{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 4px;
    width: 174px;
    height: 48px;
    background-color: #0071BD;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: #FFFFFF;
    border: 0;
    transition: 0.5s;
}

.button-daftar-sekarang {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 6px;
    gap: 10px;
    width: 240px;
    height: 56px;
    background: #0071BD;
    border-radius: 6px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: #FFFFFF;
    border: 0;
    transition: 0.5s;
}

.button-pelajari:hover {
    transition: 0.5s;
    color: #FFFFFF;
    border: 0;
    box-shadow: 0px 0px 10px rgba(0, 40, 67, 0.8) ;
    background-image: linear-gradient(90deg, rgba(0,113,189,1) 0%, rgba(0,40,67,1) 100%);

}

.button-daftar-sekarang:hover {
    transition: 0.5s;
    color: #FFFFFF;
    border: 0;
    box-shadow: 0px 0px 10px rgba(0, 40, 67, 0.8) ;
    background-image: linear-gradient(90deg, rgba(0,113,189,1) 0%, rgba(0,40,67,1) 100%);
}

@media (max-width: 480px) {
    .font-style-1{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        color: rgba(67, 67, 67, 0.75);
    }

    .font-style-4{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.006em;
        color: rgba(67, 67, 67, 0.75);
    }

    .font-style-5{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.006em;
        color: rgba(67, 67, 67, 0.62);
    }

    .font-style-6{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.006em;
        color: rgba(67, 67, 67, 0.62);
    }


    .font-style-7{
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.006em;
        color: rgba(67, 67, 67, 0.75);
    }

    .title-style-2{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.017em;
        color: rgba(67, 67, 67, 0.96);
    }

    .footer-icon{
        width: 16px;
        height: 16px;
    }

}

@media (max-width: 1224px) and (min-width: 481px) {

    .font-style-1{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        letter-spacing: -0.021em;
        color: rgba(67, 67, 67, 0.75);
    }

    .font-style-4{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.017em;
        color: rgba(67, 67, 67, 0.75);
    }

    .font-style-5{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.017em;
        color: rgba(67, 67, 67, 0.62);

    }

    .font-style-6{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.017em;
        color: rgba(67, 67, 67, 0.62);

    }

    .font-style-7{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.017em;
        color: rgba(67, 67, 67, 0.75);
    }

    .title-style-2{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 38px;
        letter-spacing: -0.021em;
        color: rgba(67, 67, 67, 0.96);
    }

}

@media (max-width: 1480px) and (min-width: 1224px) {

    .font-style-1{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        letter-spacing: -0.021em;
        color: rgba(67, 67, 67, 0.75);
    }

    .font-style-4{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.017em;
        color: rgba(67, 67, 67, 0.75);
    }

    .font-style-5{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.017em;
        color: rgba(67, 67, 67, 0.62);

    }

    .font-style-6{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.017em;
        color: rgba(67, 67, 67, 0.62);

    }

    .font-style-7{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.017em;
        color: rgba(67, 67, 67, 0.75);
    }

    .title-style-2{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 38px;
        letter-spacing: -0.021em;
        color: rgba(67, 67, 67, 0.96);
    }

}
/*general styling*/

/*header*/


.navbar-logo{
    max-width: 120px;
    max-height: 40px;
    width: 100%;
    height: auto;
}


.nav-link, .dropdown-item > a{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: rgba(67, 67, 67, 0.62) !important;

}

/*navbar hover color*/
.nav-item>a:hover {
    color:#0071BD !important;
}

/*navbar active color*/
.navbar-nav > .active > a {
    color:#0071BD !important;
}

/*navbar active color*/
.dropdown1 > .active > a {
    color:#0071BD !important;
}


.dropdown-item > a{
    text-decoration: none;
}

/*dropdown hover color*/
.dropdown-item:hover > a{
    color: #0071BD !important;

}

/*dropdown active*/
.dropdown-menu > .active , .dropdown-menu > .active > a {
    color:#0071BD !important;
    background-color: #FFFFFF;
}


.dropdown-menu:focus{
    color:#0071BD !important;
    background-color: #FFFFFF !important;
}

.dropdown-menu .dropdown-item:hover{
    color:#0071BD !important;
    background-color: #FFFFFF !important;
}

@media (max-width: 480px) {
    .navbar-brand{
        max-width: 84px;
        max-height: 36px;
    }
}

.login-button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 6px;
    gap: 10px;
    height: 40px;
    border: 1px solid #0071BD;
    border-radius: 6px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em;
    background-color: transparent;
    color: #0071BD;
    transition: 0.3s;
    max-width: 240px;
    width: 100%;
}

.daftar-button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 6px;
    gap: 10px;
    height: 40px;
    background: #0071BD;
    border-radius: 6px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: #FFFFFF;
    border: 0;
    transition: 0.5s;
    max-width: 240px;
    width: 100%;
}

.login-button:hover {
    transition: 0.3s;
    background: transparent;
    border: 3px solid #0071BD;
    color: #0071BD;

}

.daftar-button:hover {
    transition: 0.5s;
    color: #FFFFFF;
    border: 0;
    box-shadow: 0px 0px 10px rgba(0, 40, 67, 0.8) ;
    background-image: linear-gradient(90deg, rgba(0,113,189,1) 0%, rgba(0,40,67,1) 100%);

}

/*header*/

/*footer*/

.footer-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.021em;
    color: #434343;
}

.footer-font-style-1{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: rgba(67, 67, 67, 0.96);

}

.footer-font-style-2{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: rgba(67, 67, 67, 0.96);
}

.footer-coba-gratis{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 6px;
    gap: 10px;
    height: 48px;
    background: #0071BD;
    border-radius: 6px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: #FFFFFF;
    border: 0;
    transition: 0.5s;
    max-width: 240px;
    width: 100%;
}

.footer-coba-gratis:hover {
    transition: 0.5s;
    color: #FFFFFF;
    border: 0;
    box-shadow: 0px 0px 10px rgba(0, 40, 67, 0.8) ;
    background-image: linear-gradient(90deg, rgba(0,113,189,1) 0%, rgba(0,40,67,1) 100%);

}

.footer-ikut-demo{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 6px;
    gap: 10px;
    height: 48px;
    border: 1px solid #0071BD;
    border-radius: 6px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em;
    background-color: transparent;
    color: #0071BD;
    transition: 0.3s;
    max-width: 240px;
    width: 100%;
}

.footer-ikut-demo:hover {
    transition: 0.3s;
    background: transparent;
    border: 3px solid #0071BD;

}

.footer-pusat-bantuan{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 6px;
    gap: 10px;
    width: 240px;
    height: 48px;
    border: 1px solid #434343;
    border-radius: 6px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em;
    background-color: transparent;
    color: #434343;
    transition: 0.3s;
}

.footer-pusat-bantuan:hover {
    transition: 0.3s;
    background: transparent;
    border: 3px solid #434343;

}


@media (max-width: 480px) {

    .footer-title{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        letter-spacing: -0.017em;
        color: #434343;

    }


    .footer-font-style-1 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.006em;
        color: rgba(67, 67, 67, 0.96);
    }

    .footer-font-style-2 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: -0.006em;
        color: rgba(67, 67, 67, 0.96);
    }

}


@media (max-width: 1224px) and (min-width: 481px) {

    .footer-title{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 46px;
        text-align: center;
        letter-spacing: -0.021em;
        color: #434343;
    }


}

@media (max-width: 1480px) and (min-width: 1224px) {

    .footer-title{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 42px;
        line-height: 52px;
        text-align: center;
        letter-spacing: -0.021em;
        color: #434343;
    }


}
/*footer*/

/*banner*/
#home-banner{

    width: 1660px;
    height: 660px;
    object-fit: cover;
}

.banner-2-web{
   max-width: 1660px;
    width: 100%;

    /*width: 100vw;*/
    /*height: auto;*/

}

.banner-2-mob{
    display: none !important;
}

@media (max-width: 480px) {
    .banner-2-web{
        display: none !important;
    }

    .banner-2-mob{
        width: 1660px;
       height: auto;
        display: block !important;
    }
}

@media  (max-width:1224px ) and (min-width: 768px){
    #home-banner{

        width: 1660px;
        height: 465px;
        object-fit: cover;
    }
}

/*banner*/
