@charset "utf-8";
/* Development by InDeo 2023-01-12*/


/* Google Font
-------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');


/* ===================================
    Typography
    ====================================== */

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
    padding: 0;
    color: #212121;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 26px;
    overflow-x: hidden;
    margin: 0;
	padding: 0;
}
a:hover,
a {
	text-decoration: none;
}

.mobile {
  display: none !important;
}

.title {
    max-width: 700px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.title-parent {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 20px;
    max-width: 700px;
    display: block;
    margin: 0 auto;
}
.title-desc p {
    font-size: 17px;
    color: #666;
    max-width: 550px;
    display: block;
    margin: 0 auto;
}

/* ============================================ Footer =========================== */
#navbar-top-footer {
    cursor: pointer;
    display: none;
}

footer {
    position: relative;
}

.deskripsi-footer {
    margin-bottom: 40px;
}


footer .customise-form .customised-formgroup {
    border: none;
    background: #fff;
    text-align: left;
    padding: 6px 0;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

footer .customise-form .customised-formgroup span {
    left: 20px;
    top: 16px;
    font-size: 16px;
}

footer .customise-form .customised-formgroup span.icon-envelope {
    font-size: 18px;
    top: 14px;
}

footer .customise-form .customised-formgroup input::-webkit-input-placeholder {
    color: #777777;
}

footer .customise-form .customised-formgroup input:-moz-placeholder {
    color: #777777;
}

footer .customise-form .customised-formgroup input::-moz-placeholder {
    color: #777777;
}

footer .customise-form .customised-formgroup input:-ms-input-placeholder {
    color: #777777;
}

footer .customise-form .customised-formgroup textarea::-webkit-input-placeholder {
    color: #777777;
}

footer .customise-form .customised-formgroup textarea:-moz-placeholder {
    color: #777777;
}

footer .customise-form .customised-formgroup textarea::-moz-placeholder {
    color: #777777;
}

footer .customise-form .customised-formgroup textarea:-ms-input-placeholder {
    color: #777777;
}

footer .grey-dark-bg {
    color: #1a252b;
    padding: 53px 0 48px;
}

footer .grey-dark-bg h2 {
    margin: 0;
}

footer .grey-dark-bg form {
    padding: 50px 0 25px;
}

footer .btn.btn-fill.full-width {
    margin: 0;
}

footer .btn.btn-fill.full-width:hover {
    background: transparent;
}

footer .regular-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
}

footer .light-ash-bg {
    background: #212121;
    color: #777777;
    padding: 58px 0 49px;
}

footer .light-ash-bg ul {
    padding: 0;
    list-style: none;
}

footer .light-ash-bg ul li {
    font-weight: 300;
}

footer .light-ash-bg ul li.big-width {
    width: 25%;
}

footer .light-ash-bg ul ul li {
    width: 100%;
}

footer .light-ash-bg ul ul li:first-child {
    line-height: 15px;
}

footer .light-ash-bg ul a.text-color-light {
    color: #ffffff;
    line-height: 17px;
    margin-bottom: 17px;
    text-transform: capitalize;
}

footer .light-ash-bg ul ul li:first-child a:hover {
    text-decoration: none;
}

footer .light-ash-bg ul a {
    margin: 0;
    color: #ffffff;
    line-height: 30px;
}

footer .light-ash-bg ul a:hover {
    color: #f36523;
}

footer .light-ash-bg .logo {
    margin-bottom: 25px;
    margin-top: 2px;
}

footer .light-ash-bg ul.social-links,
ul.social-links {
    margin: 7px 0;
}

footer .light-ash-bg ul.social-links {
    margin-top: 8px;
}

footer .light-ash-bg ul.social-links li,
ul.social-links li {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    text-align: center;
}

.quick-link-app ul li {
    display: inline-block;
    margin-right: 10px;
}

.blog-post-share ul.social-links {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin-top: 20px;
}

.blog-post-share ul.social-links li a {
    width: 30px;
    height: 30px;
}

footer .light-ash-bg ul.social-links li a,
ul.social-links li a {
    background: #c6cbd2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
}

footer .light-ash-bg ul.social-links li a {
    height: 32px;
    width: 32px;
    background: #4a565d;
}

footer .light-ash-bg ul.social-links li a:hover,
footer .light-ash-bg ul.social-links li a:active,
ul.social-links li a:hover,
ul.social-links li a:active {
    background: #f36523;
    color: #fff;
}

footer .light-ash-bg ul.social-links li:last-child,
ul.social-links li:last-child {
    margin-right: 0;
}

footer .top-btn {
    position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    top: -25px;
    color: #444444;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    transition: all .5s;
}

footer .top-btn span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    color: #444444;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

footer a.top-btn:hover,
footer a.top-btn:active {
    text-decoration: none;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

footer .customise-form p {
    font-size: 16px;
    margin-top: 21px;
    margin-bottom: 8px;
    color: #444444;
}

footer .light-ash-bg ul.social-links li {
    margin-bottom: 10px;
}

footer .light-ash-bg ul.social-links li,
ul.social-links li {
    margin-bottom: 10px;
}

footer .extra-small-text {
    line-height: 1;
}

.logo-footer {
    margin-top: -10px;
}
.quick-link {
    color: #ffffff;
    margin-left: -10px;
    font-weight: normal;
    font-size: 13px;
}
.quick-link1 {
    color: #ffffff;
    margin-left: -10px;
    font-weight: normal;
    font-size: 13px;
}
.quick-link1 .footer-detail-name {
    padding-top: 38px;
}
.quick-link1 ul li {
    display: inline-block; 
}
.quick-link1 ul li a {
    padding-right: 15px;
    font-size: 16px;
}

.quick-link1 .social-links3 {
    font-size: 26px;
    display: inline-flex;
    padding-bottom: 10px;
}

.footer-bottom {
    background: #181818;
    color: #ffffff;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.quick-link1 ul li a img {
    display: inline-block;
}
.quick-link .judul {
    margin-bottom: 20px;
}
.quick-link-sm {
    padding-top: 20px;
}
.quick-link-qris {
    padding-top: 20px;
    display: none;
}
.quick-link.quick-link-qris ul li {
    display: inline-block;
    padding-right: 10px;
}
.quick-marketplace img {
    max-height: 30px;
}


/* Footer-email */
.footer-email li:nth-child(1) {
    margin-bottom: -7px;
}

/* End Footer */

/* ============================================== Navbar ======================================= */
.nav-cta-link {
    padding: 10px 30px !important;
    color: #fff;
    background: #c60808;
    border-radius: 50px;
}
.nav-cta-link:hover {
    color: #fff;
}
.logo-nav {
    max-height: 50px;
}
/* ============================================= Header ========================================== */
.header-web {
    text-align: center;
    background: url(../img/bg-desktop.jpg) no-repeat center;
    background-size: cover;
    padding-top: 80px;
}
.header-web-title {
    display: block;
    margin: 0 auto;
    line-height: 1.2;
    font-size: 45px;
    font-weight: 600;
    max-width: 600px;
    padding-bottom: 20px;
}
.header-web-desc {
    display: block;
    margin: 0 auto;
    max-width: 820px;
    padding-bottom: 20px;
}
.header-web-cta {
    padding-bottom: 50px;
}
.header-web-cta a {
    display: inline-block;
    margin: 5px;
    font-size: 18px;
    font-weight: 600;
}
.header-web-cta a.header-web-cta-konsultasi {
    padding: 15px 40px;
    background: #fff;
    color: #c60808;
    border-radius: 50px;
}
.header-web-cta a.header-web-cta-gratis {
    padding: 15px 70px;
    background: #c60808;
    color: #fff;
    border-radius: 50px;
}

/* ============================================== About IMG Left ================================= */
.about-left {
    padding-top: 80px;
    padding-bottom: 200px;
    position: relative;
    max-width: 1700px;
    display: block;
    margin: 0 auto;
}
.about-left-teks {
    padding-top: 200px;
    max-width: 550px;
}
.about-left-teks-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 20px;
}
.about-left-teks-desc p {
    color: #666;
    font-size: 17px;
}
.about-left-img {
    position: absolute;
    left: 0;
    top: 0;
}
.about-left-img img {
    max-height: 858px;;
}

/* ============================================= About IMG Right ================================= */
.about-right {
    padding-top: 80px;
    padding-bottom: 200px;
    position: relative;
    max-width: 1700px;
    display: block;
    margin: 0 auto;
}
.about-right-teks {
    padding-top: 200px;
    max-width: 500px;
}
.about-right-teks-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 20px;
}
.about-right-teks-desc p {
    color: #666;
    font-size: 17px;
}
.about-right-img {
    position: absolute;
    right: 0;
    top: 0;
}
.about-right-img img {
    max-height: 858px;;
}
/* ============================================= Fitur ================================= */
.fitur-apps {
    padding-top: 40px;
    padding-bottom: 80px;
}
.fitur-apps-parent {
    padding-top: 40px;
}
.fitur-box {
    background: #f9f9f9;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 20px;
}
.fitur-box-img {
    padding-bottom: 30px;
}
.fitur-box-img img {
    width: 100%;
}
.fitur-box-title {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    padding-bottom: 10px;
    display: flex;
}
.fitur-box-title span:first-child::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #d9d9d9;
    border-radius: 50%;
    margin-left: 8px;
    margin-bottom: 12px;
    margin-right: 8px;
    vertical-align: middle;
}
.fitur-box-desc p {
    font-size: 15px;
    color: #666;
}

/* ================================================== Video Demo ================================== */
.video-demo {
    padding-top: 40px;
    padding-bottom: 80px;
}
.video-demo iframe {
    border-radius: 20px;
}

/* ================================================== Faq Apps ==================================== */
.faq-apps {
    padding-top: 40px;
    padding-bottom: 80px;
}
.faq-apps-left {
    padding-top: 40px;
}
.faq-apps-left-title {
    padding-bottom: 30px;
}
.faq-apps-left-title-parent {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 20px;
}
.faq-apps-left-title-desc {
    max-width: 300px;
}
.faq-apps-left-title-desc p {
    font-size: 17px;
    color: #666;
}
.faq-apps-left-img {
    padding-right: 30px;
}
.faq-apps-left-img img {
    width: 100%;
}

.accordion-faq .accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.accordion-faq .accordion-button {
    position: relative;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 20px 15px 20px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: #222;
}

/* Hilangkan icon bawaan Bootstrap */
.accordion-faq .accordion-button::after {
    display: none;
}

/* Chevron */
.accordion-faq .accordion-button::before {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 2px solid #222;
    border-bottom: 2px solid #222;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.25s ease;
}

/* Saat terbuka → panah ke atas */
.accordion-faq .accordion-button:not(.collapsed)::before {
    transform: translateY(-35%) rotate(225deg);
}

/* Isi FAQ */
.accordion-faq .accordion-body {
    padding: 0 55px 38px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    color: #888;
}

/* Responsive */
@media (max-width: 767px) {

    .accordion-faq .accordion-button {
        padding: 25px 45px 25px 0;
        font-size: 17px;
    }

    .accordion-faq .accordion-body {
        padding: 0 45px 25px 0;
        font-size: 15px;
    }

    .accordion-faq .accordion-button::before {
        width: 14px;
        height: 14px;
        right: 5px;
    }
}

/* ================================================== CTA ==================================== */
.cta-web {
    padding-top: 40px;
    padding-bottom: 80px;
}
.cta-web-parent {
    text-align: center;
    background: url(../img/bg-cta.jpg) no-repeat center;
    background-size: cover;
    border-radius: 20px;
    padding: 90px 40px;
    color: #fff;
}
.cta-web-title {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 20px;
}
.cta-web-desc {
    display: block;
    margin: 0 auto;
    max-width: 650px;
    padding-bottom: 40px;
}
.cta-web-aksi a {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 50px;
    background: #fff;
    color: #c60808;
}

.contact-whatsapp {
    width: 200px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 1;
}

@media ( max-width: 767px ) {
    .nav-cta-link {
        display: inline-block;
    }
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    .header-web-title {
        font-size: 39px;
    }
    .header-web-cta a.header-web-cta-konsultasi {
        display: block !important;
        margin-top: 10px;
    }
    .about-left {
        text-align: center;
        padding-bottom: 0px;
    }
    .about-left-teks {
        padding-top: 0px;
    }
    .about-left-teks-title {
        font-size: 30px;
        text-align: center;
    }
    .about-left-img {
        position: relative;
    }

    .about-right {
        text-align: center;
        padding-bottom: 0px;
    }
    .about-right-teks {
        padding-top: 0px;
    }
    .about-right-teks-title {
        font-size: 30px;
        text-align: center;
    }
    .about-right-img {
        position: relative;
    }

    .title-parent {
        font-size: 30px;
    }
    .fitur-box-title {
        font-size: 18px;
    }
    .video-demo {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .video-demo-box iframe {
        height: 250px !important;
    }
    .faq-apps-left-title {
        text-align: center;
    }
    .faq-apps-left-title-parent {
        font-size: 30px;
    }
    .cta-web-parent {
        padding: 40px 20px;
    }
    .cta-web-title {
        font-size: 25px;
    }
    .cta-web-aksi a {
        display: block;
    }
    .deskripsi-footer {
        padding-left: 10px;
    }
}

@media ( min-width: 768px ) and ( max-width: 1023px ) {
    .nav-cta-link {
        display: inline-block;
    }
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    .header-web-img img {
        margin: 0 auto;
    }
    .header-web-cta a.header-web-cta-konsultasi {
        display: block !important;
        margin-top: 10px;
    }
    .about-left-teks,
    .about-right-teks {
        max-width: 100%;
    }
    .about-left {
        text-align: center;
        padding-bottom: 0px;
    }
    .about-left-teks {
        padding-top: 0px;
    }
    .about-left-teks-title {
        font-size: 30px;
        text-align: center;
    }
    .about-left-teks-desc {
        display: block;
        margin: 0 auto;
        max-width: 500px;
    }
    .about-left-img {
        position: relative;
    }

    .about-right {
        text-align: center;
        padding-bottom: 0px;
    }
    .about-right-teks {
        padding-top: 0px;
    }
    .about-right-teks-title {
        font-size: 30px;
        text-align: center;
    }
    .about-right-teks-desc {
        display: block;
        margin: 0 auto;
        max-width: 500px;
    }
    .about-right-img {
        position: relative;
    }
    .title-parent {
        font-size: 30px;
    }
    .fitur-box-title {
        font-size: 18px;
    }
    .video-demo {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .video-demo-box iframe {
        height: 250px !important;
    }
    .faq-apps-left-title-desc {
        max-width: 100%;
    }
    .faq-apps-left-title {
        text-align: center;
    }
    .faq-apps-left-title-parent {
        font-size: 30px;
    }
    .cta-web-parent {
        padding: 40px 20px;
    }
    .cta-web-title {
        font-size: 25px;
    }
    .cta-web-aksi a {
        display: block;
    }
    .deskripsi-footer {
        padding-left: 10px;
    }
}

@media ( min-width: 1024px ) and ( max-width: 1200px ) {
    .about-left-img img,
    .about-right-img img {
        max-height: 550px;
    }
    .about-left-teks {
        padding-top: 100px;
    }
    .about-left-teks-title {
        font-size: 40px;
    }
    .about-right-teks {
        padding-top: 100px;
    }
    .about-right-teks-title {
        font-size: 40px;
    }
    .video-demo-box iframe {
        height: 500px;
    }
}

@media (min-width: 1700px) {

}