@import url("hover-min.css");
@import url("font.css");
* {
    box-sizing: border-box;
    margin: 0;
    cursor: default;
}

::selection {
    color: unset;
}

a {
    text-decoration: none;
}

textarea,
input,
button {
    font-family: Poppins;
}


/*Embed Map*/


/*----*/

html {
    scroll-behavior: smooth;
}

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

body {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #575757;
}

body,
.body-container {
    /*background: linear-gradient(107deg, #9bc63a 0%, #10aad3 120%);*/
    background: linear-gradient(180deg, #10aad3 20%, #9bc63a 75%);
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.mtop-10 {
    margin-top: 10px;
}

.mtop-20 {
    margin-top: 20px;
}

.mbot-10 {
    margin-bottom: 10px;
}

.mbot-20 {
    margin-bottom: 20px;
}


/* Nav */

.nav-container {
    height: 120px;
    margin: 50px auto;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav .logo a img {
    cursor: pointer;
}

.nav-list li {
    list-style: none;
}

.nav-list li a {
    margin-right: 15px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    display: inline-flex;
    cursor: pointer;
}

.nav-list li a:hover {
    text-shadow: 0 1px 0 rgb(255, 255, 255);
}


/* Header */

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 430px;
    text-align: center;
    /*removeifuseSET1*/
}

.header-container {
    height: 430px;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .header-container {
        height: 430px;
    }
    video {
        width: 100%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .header-container {
        height: 430px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .header-container {
        height: 720px;
    }
}

header .header-content {
    /*width: 467px;removecommentifuseSET1*/
    margin: 0 auto;
    /*removeifuseSET1*/
}

header h1 {
    font-size: 470%;
    /*47px*/
    line-height: 110.5%;
    text-transform: capitalize;
    color: #FFFFFF;
    /*width: 600px;removecommentifuseSET1*/
}

.type h1 {
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    white-space: nowrap;
    /* Keeps the content on a single line */
    margin: 35px auto;
    /* Gives that scrolling effect as the typing happens */
    animation: typing 3.5s steps(30, end), blink-caret .5s step-end infinite;
}


/* The typing effect */

@keyframes typing {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}


/* The typewriter cursor effect */

@keyframes blink-caret {
    from,
    to {
        border-color: transparent
    }
    50% {
        border-color: #fff
    }
}

header p {
    font-size: 150%;
    /*15px*/
    line-height: 110.5%;
    text-transform: capitalize;
    color: #FFFFFF;
    /*width: 440px;*/
    /*390px*/
    margin: 0 auto;
    /*removeifuseSET1*/
}

header .download-btn img {
    cursor: pointer;
}

header .download-btn:hover {
    box-shadow: unset !important;
}


/* Header Image */

header .header-img {
    position: relative;
}

header .img-content {
    background: url(../img/hero.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 500px;
    height: 440px;
}


/* Body */
.body-1{
    width: 80%;
}

.sec-1,
.sec-3 {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec-2,
.sec-4,
.sec-6 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.sec-6 {
    padding-bottom: 100px;
}

.sec-1 h1 {
    font-size: 32px;
    line-height: 132.5%;
    text-align: center;
    color: #575757;
}

.sec-2 h1 {
    font-size: 32px;
    line-height: 132.5%;
    color: #575757;
}

.sec-1 p {
    font-size: 21px;
    line-height: 132.5%;
    text-align: center;
    color: #575757;
}

.sec-2 p {
    font-size: 21px;
    line-height: 132.5%;
    color: #575757;
}

.sec1-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 90%;
}

.sec1-body-left,
.sec1-body-right {
    width: 555px;
}

.sec1-body-center .world-svg svg {
    width: 200px;
    height: 200px;
}

.sec1-logo-left {
    padding: 25px;
}

.sec1-1,
.sec1-2,
.sec1-3,
.sec1-4 {
    display: flex;
    align-items: center;
    height: 220px;
    justify-content: space-between;
}

.sec1-1 .sec1-desc ul li, 
.sec1-2 .sec1-desc ul li, 
.sec1-3 .sec1-desc ul li, 
.sec1-4 .sec1-desc ul li{
    list-style: none;
    font-size: 15px;
}

.sec1-1 .sec1-desc{width: 400px;}
.sec1-2 .sec1-desc{width: 400px;}
.sec1-3 .sec1-desc{width: 400px;}
.sec1-4 .sec1-desc{width: 400px;}

.sec1-1 .sec1-desc h2,
.sec1-2 .sec1-desc h2{
    text-align: right;
}

.sec1-1 .sec1-desc ul,
.sec1-2 .sec1-desc ul{
    text-align: right;
}

.sec1-3 .sec1-desc h2, 
.sec1-4 .sec1-desc h2 {
    text-align: left;
}

.sec1-3 .sec1-desc ul,
.sec1-4 .sec1-desc ul{
    text-align: left;
}

.sec1-1 .sec1-desc .sec1-ls,
.sec1-2 .sec1-desc .sec1-ls,
.sec1-3 .sec1-desc .sec1-ls,
.sec1-4 .sec1-desc .sec1-ls {
    font-size: 14px;
    padding-inline-start: 0;
}

.sec-2 .tentang-pq {
    text-align: justify;
}

.sec-2 .tentang-pq h1,
.sec-2 .tentang-pq p,
.sec-2 .misivisi-pq h1,
.sec-2 .misivisi-pq p {
    color: #fff;
}

.sec-2 .misivisi-pq {
    margin-top: 65px;
}

.sec3-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 40px;
}

.sec3-desc1 h1 {
    font-weight: 400;
    font-size: 48px;
}

.sec3-desc1 p {
    font-size: 21px;
    width: 575px;
}

.sec3-desc2 h1 {
    font-weight: 400;
    font-size: 48px;
    text-align: right;
}

.sec3-desc2 p {
    font-size: 21px;
    width: 575px;
    text-align: right;
}

.sec-4,
.sec-5,
.sec-6,
footer {
    color: #fff;
}

.sec4-head {
    padding-bottom: 40px;
}

.sec4-head h1,
.sec5-head h1,
.sec6-head h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 132.5%;
    text-align: center;
}

.sec4-head p,
.sec5-head p,
.sec6-head p {
    font-size: 24px;
    line-height: 132.5%;
    text-align: center;
}

.sec4-bd-top,
.sec4-bd-bottom {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 50px;
}

.col3 {
    width: 300px;
}

.sec4-bd-top .col3,
.sec4-bd-bottom .col3 {
    text-align: center;
}

.col3 .col3-img {
    padding: 10px;
}

.col3 .col3-img svg {
    width: 75px;
    height: 75px;
}

.col3-desc h2 {
    font-weight: 400;
    font-size: 26px;
}

.col3-desc p {
    font-size: 17px;
    line-height: 132.5%;
}

.col3-merchant {
    width: 400px;
}

.sec5-head {
    padding-bottom: 40px;
}

.sec5-head p {
    width: 950px;
    margin: 0 auto;
}

.sec5-body {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 50px;
}

.sec5-body .sec5-desc {
    width: 250px;
    float: left;
}

.sec5-body .sec5-desc #sec5-h1-1,
.sec5-body .sec5-desc #sec5-h1-2,
.sec5-body .sec5-desc #sec5-h1-3 {
    font-size: 20px;
}

.sec5-body .sec5-desc #sec5-p1-1,
.sec5-body .sec5-desc #sec5-p1-2,
.sec5-body .sec5-desc #sec5-p1-3 {
    font-size: 16px;
}

.sec5-body .sec5-img {
    float: left;
    padding: 20px;
}

.sec6-head {
    padding-bottom: 40px;
}

.sec6-body-top,
.sec6-body-bottom {
    display: flex;
}

.sec6-body-top .set1,
.sec6-body-top .set2,
.sec6-body-bottom .set3,
.sec6-body-bottom .set4 {
    background-color: #A2C2A9;
    display: flex;
    margin: 40px;
    align-items: center;
    border-radius: 30px;
    width: 43%;
    height: 280px;
    padding: 15px;
}

.sec6-body-top .set1 .set1-desc h1,
.sec6-body-top .set2 .set2-desc h1,
.sec6-body-bottom .set3 .set3-desc h1,
.sec6-body-bottom .set4 .set4-desc h1 {
    font-weight: 400;
    font-size: 30px;
}

.sec6-body-top .set1 .set1-desc p,
.sec6-body-top .set2 .set2-desc p,
.sec6-body-bottom .set3 .set3-desc p,
.sec6-body-bottom .set4 .set4-desc p {
    font-size: 20px;
}

.sec6-body-top .set1 .set1-img,
.sec6-body-top .set2 .set2-img,
.sec6-body-bottom .set3 .set3-img,
.sec6-body-bottom .set4 .set4-img {
    padding: 0 20px;
}


/* footer */

footer .left-foot {
    width: 50%;
}

footer .right-foot {
    width: 50%;
    text-align: right;
}

footer a {
    margin-left: 15px;
    font-weight: 200;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    display: inline-flex;
    cursor: pointer;
}

footer a:hover {
    text-shadow: 0 1px 0 rgb(255, 255, 255);
}

.footer {
    display: flex;
    align-items: flex-end;
    margin: 50px auto;
}

.logo-footer img {
    cursor: pointer;
}

.desc-footer {
    
}

.desc-footer .ditjenkonsumen {
    font-size: 15px;
    font-weight: 500;
    padding-right: 10px;
}

.desc-footer .kontakpqpq {
    font-size: 15px;
    font-weight: 500;
    padding-left: 10px;
}

.menu-foot li {
    list-style: none;
}

.footer-1 .appui {
    background: #59b882;
    padding: 5px;
    border-radius: 15px;
}

.footer-1 .appui .appui-font {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.footer-credit {
    display: flex;
    justify-content: space-between;
    width: 63%;
    margin: 0px auto;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}

.footer-credit .social-credit {
    display: flex;
    align-items: center;
}

.social-credit a {
    color: #fff;
    cursor: pointer;
    padding: 5px;
    margin-left: 10px;
}

.social-credit a svg,
.social-credit a svg path {
    cursor: pointer;
}

.facebook, .linkedin, .twitter, .instagram{
    fill:#ffffff;
}

.facebook:hover {
    fill: #3b5998;
}

.linkedin:hover {
    fill: #0e76a8;
}

.twitter:hover {
    fill: #00acee
}

.instagram:hover {
    fill: #8a3ab9
}


/** HALAMAN BANTUAN **/

.sec-1-bantuan {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

header p.bantuan {
    width: 600px;
}

.sec-1-bantuan .sec1-head-bantuan p {
    text-align: center;
    font-size: 21px;
    font-weight: 200;
}

.sec1-head-bantuan {
    background-color: #fcfcfe;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 13%);
    margin: 0 auto;
    width: 980px;
    top: 15px;
}

.sec1-head-bantuan-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sec1-head-bantuan .sec1-head-bantuan-submenu li {
    display: inline-block;
    padding: 10px 0;
    margin: 20px 0;
    width: 240px;
}

.sec1-head-bantuan .sec1-head-bantuan-submenu li a {
    color: #000;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    font-family: Truenoff;
    line-height: 22px;
}


/****/


/**FAQ**/

.sec-faq {
    padding: 12px;
    text-align: justify;
    font-size: 16px;
    font-family: Truenoff;
    line-height: 22px;
}

.sec-hal-faq {
    padding: 22px;
    text-align: justify;
    margin: auto 110px;
    font-size: 17px;
    font-family: Truenoff;
    line-height: 22px;
}

.sec-hal-faq ol li a {
    cursor: pointer;
    color: unset;
}

.olfaq-1 {
    line-height: 24px;
}

.lifaq-1 {
    margin-bottom: 14px;
}

.lifaq-1 p:first-child {
    font-weight: 700;
}

.olfaq-2 {
    counter-reset: item;
    list-style-type: none;
}

.olfaq-2 .lifaq-2 {
    display: flex;
}

.olfaq-2 .lifaq-2::before {
    content: counter(item) ".";
    counter-increment: item;
    text-indent: -25px;
}

ol .tjp-1 {
    list-style: none;
    counter-reset: list-number;
}

ol .tjp-1 li {
    counter-increment: list-number;
}

ol .tjp-1 li::before {
    content: counter(list-number, lower-latin);
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


/**HUBUNGKI KAMI**/

.sec-hubkami {
    padding: 12px;
}

.hubkamu2 {
    display: flex;
    justify-content: space-between;
}

.hubkamu2 .alamat {
    padding: 50px 20px;
}

.hubkamu2 .alamat p {
    font-size: 13px;
    word-spacing: 5px;
}


/*FORM HUB KAMI*/

input::-webkit-inner-spin-button {
    display: none;
}

.screen-body {
    display: flex;
}

.screen-body-item {
    flex: 1;
    padding: 50px;
}

.app-contact {
    margin-top: auto;
    font-size: 8px;
    color: #888;
}

.app-form-group {
    margin-bottom: 15px;
}

.app-form-group.message {
    margin-top: 40px;
}

.app-form-group.buttons {
    margin-bottom: 0;
    text-align: right;
}

.app-form-control {
    width: 100%;
    padding: 10px;
    background: none;
    border: none;
    border-bottom: 1px solid #666;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
    transition: border-color .2s;
    height: 50px;
}

.app-form-control::placeholder {
    color: #666;
}

.app-form-control:focus {
    border-bottom-color: #ddd;
}

.app-form-button {
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    padding: 10px;
    background: #9bc63a;
    border-radius: 5px;
    font-weight: 500;
}

.app-form-button:hover {
    text-shadow: 0 1px 0 rgb(255 255 255);
}


/*FLAG*/

.flag-icon-background,
.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.3333333333em;
    line-height: 1em;
}

.flag-icon:before {
    content: " ";
}

.flag-icon.flag-icon-squared {
    width: 1em;
}

.flag-icon-idn.flag-icon-squared::before {
    background-image: url(../idn.svg);
}

.flag-icon-usa.flag-icon-squared {
    background-image: url(../usa.svg);
}


/******************/


/*to top*/

.topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 1;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    background: unset;
    font-size: 45px;
}

.topBtn:hover {
    opacity: 0.999;
}


/******************/


/*SELECTOR LANGUAGE*/

select::-ms-expand {
    display: none;
}

select {
    /* Reset Select */
    appearance: none;
    outline: 0;
    border: 0;
    /* Personalize */
    padding: 0 1em;
    cursor: pointer;
    border-radius: .25em;
    overflow: hidden;
}

.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    background-color: #34495e;
    transition: .25s all ease;
    pointer-events: none;
}


/*--*/

.inputCaptcha {
    height: 60px;
    width: 150px;
    border: unset;
    border-bottom: 1px solid #666;
    padding: 0 20px;
    padding: 0 15px;
    font-size: 25px;
}

.inputCaptcha:focus-visible {
    outline-offset: 0px;
    outline: 0;
}

.inputCaptcha:focus {
    border-bottom-color: #ddd;
}