body {
    font-family: 'Nunito', sans-serif !important;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

/* Header */
.homepage {
    background-image: url(../img/header-bg.png);
    background-size: cover;
}
.btn {
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1) !important;
}

.btn-primary {
    background-color: #1790FF !important;
    border-color: #1790FF !important;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #1778D1 !important;
    border-color: #1778D1 !important;
}

/* Color */
.cl-primary {
    color: #1790FF;
}

.navbar .navbar-brand img {
    height: 5rem;
    margin-left: -1.3rem;
}
.navbar .collapse .navbar-nav .nav-item {
    margin-left: 1rem;
}

.masthead {
    padding-top: 20rem;
    padding-bottom: 14rem;
}
.masthead-text {
    color: #FFF;
    margin-bottom: 3rem;
}
.masthead .masthead-button .btn {
    padding: 1.2rem 1.8rem;
    margin-right: 20px;
    font-weight: bold;
    display: inline-flex;
}
.masthead .masthead-button .btn .btn-text {
    width: 15rem;
}
@media (max-width: 575.98px) {
    .container {
        width: 96% !important;
    }
    .masthead {
        padding-top: 10rem;
        padding-bottom: 6rem;
    }
    .masthead-text {
        font-size: 0.9rem;
    }
}

.breadcrumb-link {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    background-color: #F5F6FA;
    border-top: 1px solid #E1E3E7;
    border-bottom: 1px solid #E1E3E7;
}

.content {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
@media (max-width: 575.98px) {
    .content {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.content .content-header {
    margin-bottom: 3rem;
}
.content .category {
    color: #A2D3FF;
}
.content .content-header .title {
    color: #1790FF;
    font-size: 2.8rem;
    font-family: 'Montserrat', sans-serif;
}
.content .content-header .description {
    font-size: 0.9rem;
    line-height: 2rem;
}
.content .content-body .list-dampak {
    background-color: #FFF;
    border-radius: 1rem;
    padding: 4rem;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.6rem;
}
.content .content-body .list-dampak .number {
    color: #1790FF;
    font-family: 'Montserrat', sans-serif;
    font-size: 6rem;
    line-height: 6rem;
    margin-bottom: 1rem;
}
.content .content-body .list-dampak .description {
    font-size: 1rem;
}

@media (max-width: 575.98px) {
    .content .content-header {
        text-align: center;
    }
    .content .category {
        font-size: 0.9rem;
    }
    .content .content-header .title {
        color: #1790FF;
        font-size: 1.8rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
    }
    .content .content-header .description {
        font-size: 0.9rem;
        line-height: 1.4rem;
        margin-left: auto;
        margin-right: auto;
    }
    .content .content-body .list-dampak {
        margin-bottom: 1.6rem;
        padding: 3rem 2rem 2rem 2rem;
    }
    .content .content-body .list-dampak .number {
        color: #1790FF;
        font-family: 'Montserrat', sans-serif;
        font-size: 4rem;
        line-height: 2.4rem;
        margin-bottom: 1rem;
    }
    .content .content-body .list-dampak .description {
        font-size: 0.9rem;
    }
}

.content .content-body .list-produk {
    padding: 3rem 4rem 4rem 4rem;
    background-color: #F5F6FA;
    border-radius: 1rem;
    margin-bottom: 1.6rem;
}
.content .content-body .list-produk .icon{
    margin-left: -20px;
}
.content .content-body .list-produk .title {
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
}
.content .content-body .list-produk .description {
    font-size: 0.9rem;
}
.content .content-body .list-produk .more {
    margin-top: 3rem;
}
.content .content-body .list-produk .more a {
    text-decoration: none;
}
.content .content-body .list-produk .more a.kalkula {
    color: #EB3B5A;
}
.content .content-body .list-produk .more a.kalkula:hover,
.content .content-body .list-produk .more a.kalkula:focus {
    color: #BC2F48;
}
.content .content-body .list-produk .more a.endgraf {
    color: #1790FF;
}
.content .content-body .list-produk .more a.endgraf:hover,
.content .content-body .list-produk .more a.endgraf:focus {
    color: #1860A3;
}
.content .content-body .list-produk .more a.dasbor {
    color: #26DE81;
}
.content .content-body .list-produk .more a.dasbor:hover,
.content .content-body .list-produk .more a.dasbor:focus {
    color: #1EB267;
}
.content .content-body .list-produk .more a.laporan {
    color: #FD9644;
}
.content .content-body .list-produk .more a.laporan:hover,
.content .content-body .list-produk .more a.laporan:focus {
    color: #D7803A;
}
.content .content-body .list-produk .more a.transfer {
    color: #A55EEA;
}
.content .content-body .list-produk .more a.transfer:hover,
.content .content-body .list-produk .more a.transfer:focus {
    color: #844BBB;
}
@media (max-width: 575.98px) {
    .content .content-body .list-produk {
        padding: 2.6rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 1.6rem;
    }
    .content .content-body .list-produk .more a {
        padding: 1.4rem 1.8rem;
        color: #FFF !important;
        border-radius: 0.6rem;
        box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1) !important;
    }
    .content .content-body .list-produk .more a.kalkula {
        background-color: #EB3B5A;
    }
    .content .content-body .list-produk .more a.kalkula:hover,
    .content .content-body .list-produk .more a.kalkula:focus {
        background-color: #BC2F48;
    }
    .content .content-body .list-produk .more a.endgraf {
        background-color: #1790FF;
    }
    .content .content-body .list-produk .more a.endgraf:hover,
    .content .content-body .list-produk .more a.endgraf:focus {
        background-color: #1860A3;
    }
    .content .content-body .list-produk .more a.dasbor {
        background-color: #26DE81;
    }
    .content .content-body .list-produk .more a.dasbor:hover,
    .content .content-body .list-produk .more a.dasbor:focus {
        background-color: #1EB267;
    }
    .content .content-body .list-produk .more a.laporan {
        background-color: #FD9644;
    }
    .content .content-body .list-produk .more a.laporan:hover,
    .content .content-body .list-produk .more a.laporan:focus {
        background-color: #D7803A;
    }
    .content .content-body .list-produk .more a.transfer {
        background-color: #A55EEA;
    }
    .content .content-body .list-produk .more a.transfer:hover,
    .content .content-body .list-produk .more a.transfer:focus {
        background-color: #844BBB;
    }
}
.product-content {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.product-masthead .product-background img{
    border-radius: 2rem;
}
.product-masthead .product-masthead-header {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.product-masthead .product-masthead-header .title {
    color: #1790FF;
    font-size: 2.8rem;
    font-family: 'Montserrat', sans-serif;
}
.product-content .product-description-title,
.product-content .product-description-text {
    width: 30rem;
}
.product-content .product-description-title {
    color: #1790FF;
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1rem;
}
.product-content .product-description-text {
    margin-bottom: 3rem;
}
.product-content .product-description-more .btn {
    padding: 1.2rem 1.8rem;
    margin-right: 20px;
    font-weight: bold;
    display: inline-flex;
}
.product-content .product-description-more .btn .btn-text {
    width: 15rem;
}
@media (max-width: 575.98px) {
    .product-content {
        text-align: center;
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .product-masthead .product-masthead-header .title {
        font-size: 1.8rem;
    }    
    .product-content .product-description-title,
    .product-content .product-description-text {
        width: 100%;
    }
    .product-content .product-description-title {
        font-size: 1.4rem;
    }
    .product-illustration img{
        width: 86%;
        margin-bottom: 2rem;
    }
}
@media (max-width: 1199.98px) {
    .product-content {
        text-align: center;
    }
    .product-illustration img{
        margin-bottom: 2rem;
    }
    .reverse-content {
        flex-direction: column-reverse;
        justify-content: center;
    }
}

.product-subscription {
    padding-top: 10rem;
    padding-bottom: 5rem;
}
.product-subscription .title {
    color: #1790FF;
    font-size: 2.8rem;
    font-family: 'Montserrat', sans-serif;
}
.subscription {
    margin-bottom: 12rem;
}
.subscription .subs-list{
    background-color: #F5F6FA;
    padding: 3rem 3rem 3rem 3rem;
    border-radius: 15px;
}
.subscription .subs-list .description {
    font-size: 0.8rem;
}
.subscription .subs-list .price {
    color: #1790FF;
    font-size: 2.8rem;
    font-family: 'Montserrat', sans-serif;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}
.subscription .subs-list .price small{
    color: #1790FF;
    font-size: 0.8rem;
    font-family: 'Montserrat', sans-serif;
}
.subscription .subs-list .feature-list {
    list-style: none;
    margin-left: -1.6rem;
}.subscription .subs-list .feature-list .feature-item {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.subscription .subs-list .feature-list .feature-item span {
    margin-right: 0.2rem;
    color: #1790FF;
}
.subscription .subs-list .choose-subs {
    margin-top: 3rem;
}
@media (max-width: 575.98px) {
    .product-subscription .title {
        font-size: 1.8rem;
    }
    .product-subscription .sub-title {
        font-size: 0.9rem;
    }
    .subscription .subs-list{
        margin-bottom: 1.6rem;
    }
}

/* Devider */
.devider hr {
    margin-top: -2.2rem;
    opacity: 100%;
    border-top: 1px solid #E1E3E7;
}

.dampak,
.klien {
    background-color: #F5F6FA;
}
@media (max-width: 575.98px) {
    .dampak, .penghargaan {
        border-radius: 3rem;

    }
}

.share-problem {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.share-problem .share-problem-title {
    color: #1790FF;
    font-size: 2.8rem;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1rem;
}
.share-problem .share-problem-sub-title {
    margin-bottom: 3rem;
}
.share-problem .share-problem-button .btn {
    padding: 1.2rem 1.8rem;
    margin-right: 20px;
    font-weight: bold;
    display: inline-flex;
}
.share-problem .share-problem-button .btn .btn-text {
    width: 15rem;
}
@media (max-width: 575.98px) {
    .share-problem .share-problem-title {
        font-size: 1.8rem;
    }    
    .share-problem .share-problem-sub-title {
        width: 90%;
        font-size: 0.9rem;
        margin-left: auto;
        margin-right: auto;
    }
    .share-problem .share-problem-button .btn {
        margin-bottom: 1.6rem;
    }
}

.demo-dashboard {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.demo-dashboard-header {
    margin-bottom: 3rem;
}
.demo-dashboard .demo-dashboard-header .category {
    color: #A2D3FF;
}
.demo-dashboard .demo-dashboard-header .title {
    color: #1790FF;
    font-size: 2.8rem;
    font-family: 'Montserrat', sans-serif;
}
.demo-dashboard .demo-dashboard-header .description {
    font-size: 0.9rem;
    line-height: 2rem;
}
.demo-dashboard .dashboard-list {
    padding: 3rem 3rem;
    background-color: #F5F6FA;
    border-radius: 1rem;
    text-align: center;
}
.demo-dashboard .dashboard-list .title {
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
}
@media (max-width: 575.98px) {
    .demo-dashboard .demo-dashboard-header {
        text-align: center;
    }
    .demo-dashboard .demo-dashboard-header .category {
        font-size: 0.9rem;
    }
    .demo-dashboard .demo-dashboard-header .title {
        color: #1790FF;
        font-size: 1.8rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
    }
    .demo-dashboard .demo-dashboard-header .description {
        font-size: 0.9rem;
        line-height: 1.4rem;
        margin-left: auto;
        margin-right: auto;
    }
}


.contact-us {
    padding-bottom: 10rem;
}
.contact-us .form-control {
    background-color: #F5F6FA;
    border-color: #F5F6FA;
    padding: 1rem;
}
.contact-us .form-control:focus {
    background-color: #F5F6FA;
    border-color: #F5F6FA;
    padding: 1rem;
}
.comtact-us .form-control::placeholder {
    color: #C1C3C6;
}
.contact-us .btn {
    padding: 1rem 1.4rem;
    font-weight: bold;
    display: inline-flex;
}
.contact-us .btn .btn-text {
    width: 8rem;
}

footer {
    color: #FFF;
    background-color: #1790FF;
    padding-top: 8rem;
    padding-bottom: 4rem;
}
footer .footer-logo {
    margin-top: -1.6rem;
}
footer .title {
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1rem;
}
footer .menu {
    list-style: none;
    margin-left: -2rem;
}
footer .menu .menu-item {
   padding-top: 0.5rem; 
   padding-bottom: 0.5rem;
}
footer .menu .menu-item a {
    color: #FFF;
    text-decoration: none;
}
footer .menu .menu-item a:hover,
footer .menu .menu-item a:focus {
    opacity: 0.6;
}
footer .menu .menu-item a > img {
    margin-top: -0.3rem;
    margin-right: 0.2rem;
}
footer .copyright {
    margin-top: 8rem;
}
@media (max-width: 575.98px) {
    footer {
        padding-top: 6rem;
        padding-bottom: 2rem;
        text-align: center;
    }
    footer .footer-logo {
        margin-bottom: 2rem;
    }    
    footer .menu .menu-item {
        padding-top: 0.8rem; 
        padding-bottom: 0.8rem;
    }
    footer .copyright {
        margin-top: 2rem;
    }
}
@media (min-width: 576px) and (max-width:767.98px) {
    footer {
        padding-top: 6rem;
        padding-bottom: 2rem;
        text-align: center;
    }
    footer .footer-logo {
        margin-bottom: 2rem;
    }    
    footer .menu .menu-item {
        padding-top: 0.8rem; 
        padding-bottom: 0.8rem;
    }
    footer .copyright {
        margin-top: 1rem;
    }
}