@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;700;800&display=swap');
.logo-login img {   max-width: 50%!important;}

/* font-family: 'Plus Jakarta Sans', sans-serif; */

.misi ul {
    padding-left : 0px;
}

.detaillokasi li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.textterms p {
    padding-bottom: 20px;
}

.imgblog {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 24px;
}

.imgblog img {
    width: 100%;
}

.input-group {
    border-radius: 100px;
    box-shadow: 0px 2px 9px 0px #0000001a;
}

.imgsearch {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

.terms {
    background-image: url('/img/termsbackground.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.privacy {
    background-image: url('/img/termsbackground.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.textterms {
    background-color: EFEFEF;
    padding-top: 5%;
    padding-bottom: 5%;
    height: 600px;
    overflow-y: scroll;
}

.outer {
    background-color: EFEFEF;
    padding: 8%;
    box-shadow: 0px 12px 17px -14px #000;
}

.accordion-collapse {
    border-color: rgba(255, 255, 255, 0.242)!important; 
}

.accordion-item:last-of-type .accordion-collapse {
    border-color: rgba(255, 255, 255, 0.233);
    border-bottom-width: 1px;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-button {
    color: white;
    border: 1px solid rgb(255 255 255 / 13%);

}

.accordion-body {
    color: white;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e7f1ff;
}


.font56 {
    font-size: 56px;
}

.img-blog {
    max-height: 450px;
    width: 100%;
    overflow: hidden;
    border-radius: 35px;
}

.logocircle {
    position: absolute;
    right: 5%;
    top: -18vh;
    width: 10%;
}

.visimisi {
    position: absolute;
    background-color: white;
    border-radius: 32px;
    bottom: -50%;
    margin: 5%;
    padding: 5%;
    left: 0%;
    z-index: 1;
    box-shadow: 0px 20px 52px 0px #00000020;
}

.bannervisimisi {
    background-image: url('/img/aboutusbanner.jpg');
    height: 600px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: cover;
}

#location{
    background-image: url('/img/background2.png');
    background-repeat: no-repeat;
    background-size: cover;
}


/* timeline */

.main-timeline{
    overflow: hidden;
    position: relative;
}
.main-timeline .timeline{
    position: relative;
    margin-top: -35px;
}
.main-timeline .timeline:first-child{ margin-top: 0; }
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.main-timeline .timeline-icon{
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 25px solid transparent;
    border-top-color: #008656;
    border-right-color: #008656;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: rotate(45deg);
}
.main-timeline .year{
    display: block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    color: #008656;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotate(-45deg);
}
.main-timeline .timeline-content{
    width: 35%;
    float: right;
    background: #008656;
    padding: 30px 20px;
    margin: 50px 0;
    z-index: 1;
    position: relative;
}
.main-timeline .timeline-content:before{
    content: "";
    width: 20%;
    height: 15px;
    background: #008656;
    position: absolute;
    top: 50%;
    left: -20%;
    z-index: -1;
    transform: translateY(-50%);
}
.main-timeline .title{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px 0;
}
.main-timeline .description{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin: 0;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon{ transform: rotate(-135deg); }
.main-timeline .timeline:nth-child(2n) .year{ transform: rotate(135deg); }
.main-timeline .timeline:nth-child(2n) .timeline-content{ float: left; }
.main-timeline .timeline:nth-child(2n) .timeline-content:before{
    left: auto;
    right: -20%;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon{
    border-top-color: #008656;
    border-right-color: #008656;
}
.main-timeline .timeline:nth-child(2n) .year{ color: #008656; }
.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .timeline-content:before{ background: #008656; }
.main-timeline .timeline:nth-child(3n) .timeline-icon{
    border-top-color: #008656;
    border-right-color: #008656;
}
.main-timeline .timeline:nth-child(3n) .year{ color: #008656; }
.main-timeline .timeline:nth-child(3n) .timeline-content,
.main-timeline .timeline:nth-child(3n) .timeline-content:before{ background: #008656; }
.main-timeline .timeline:nth-child(4n) .timeline-icon{
    border-top-color: #105572;
    border-right-color: #105572;
}
.main-timeline .timeline:nth-child(4n) .year{ color: #105572; }
.main-timeline .timeline:nth-child(4n) .timeline-content,
.main-timeline .timeline:nth-child(4n) .timeline-content:before{ background: #105572; }
@media only screen and (max-width: 1199px){
    .main-timeline .timeline{ margin-top: -103px; }
    .main-timeline .timeline-content:before{ left: -18%; }
    .main-timeline .timeline:nth-child(2n) .timeline-content:before{ right: -18%; }
}
@media only screen and (max-width: 990px){
    .main-timeline .timeline{ margin-top: -127px; }
    .main-timeline .timeline-content:before{ left: -2%; }
    .main-timeline .timeline:nth-child(2n) .timeline-content:before{ right: -2%; }
}
@media only screen and (max-width: 767px){
    .main-timeline .timeline{
        margin-top: 0;
        overflow: hidden;
    }
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(2n):before{
        box-shadow: none;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(2n) .timeline-icon{
        margin-top: -30px;
        margin-bottom: 20px;
        position: relative;
        transform: rotate(135deg);
    }
    .main-timeline .year,
    .main-timeline .timeline:nth-child(2n) .year{ transform: rotate(-135deg); }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        width: 100%;
        float: none;
        border-radius: 0 0 20px 20px;
        text-align: center;
        padding: 25px 20px;
        margin: 0 auto;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(2n) .timeline-content:before{
        width: 15px;
        height: 25px;
        position: absolute;
        top: -22px;
        left: 50%;
        z-index: -1;
        transform: translate(-50%,0);
    }
}






.preferred-method-menu {
    background-color: white;
    width: auto;
    height: auto;
    border-radius: 50px;
    display: flex;
    margin-top: 50px;
    padding: 15px;
    /* overflow-y: scroll; */
}

.preferred-method-menu span {
    margin-right: 25px;
}

.preferred-method-menu a p {
    padding: 20px;
    border-radius: 50px;
}

.preferred-method-menu a p:hover {
    background-color: #008656;
    border-radius: 50px;
    color: white;
    transition: 0.2s;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url(nav-icon.png) no-repeat scroll 0 0;
    left: -33px;
}

.owl-carousel .next-slide {
    background: url(nav-icon.png) no-repeat scroll -24px 0px;
    right: -33px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

.produk2footer {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

.green {
    color: #008656;
}

.f-64 {
    font-size: 64px !important;
}

.titlesection {
    font-size: 40px;
}

.achievement {
    padding: 10% 5% 15% 5%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.mainslider-img {
    box-shadow: 2px 1px 20px 0px #00000080;
    max-width: 100%;
    max-height: 95vh;
    margin: auto;
}

.overlay-black {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 10%);
    position: absolute;
    border-radius: 40px;
}

.listed p {
    color: white !important;
}

.easytext p {
    color: white !important;
}

/* .list p {
    margin-bottom: 0!important;
}

.a-list p {
    margin-bottom: 0!important;
} */

p {
    margin-bottom: 0px !important;
}


.trending {
    padding: 15px;
    border-radius: 20px;
    background-color: #fff;
    border-radius: 100px;
    color: black;
}

.listlokasii li {
    list-style-type: circle;
    color: rgba(2, 195, 154, 1);
    ;
}

.lokasi {
    padding: 3% 10% 3% 10%;
    border-radius: 20px;
    background-color: rgba(0, 134, 86, 1);
    border-radius: 100px;
    color: white;
    font-weight: 500;
}

.lokasi2 {
    padding: 3% 10% 3% 10%;
    border-radius: 20px;
    background-color: #EA5455;
    border-radius: 100px;
    color: white;
    font-weight: 500;
}

.itemmitra img {
    border-radius: 20px !important;
}

.bloglist {
    margin: auto;
}

.card-overlay {
    position: absolute;
    padding: 0% 5% 0% 5%;
    border-radius: calc(0.25rem - 1px);
}

.card-overlay {
    bottom: 5px !important;
    left: 10px !important;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.helpyou-menu {
    border-radius: 50px;
    padding: 10px;
    margin-top: 30px;
}

.before-footer-left {
    background-color: rgba(0, 134, 86, 1);
}

.before-footer-left-text {
    padding: 5% !important;
}

.before-footer-right {
    background-color: #F1FBFF;
}

.trust-img img {
    width: 100%;
}

.radius {
    border-radius: 100px !important;
}

#blog-search {
    padding-top: 15%;
    padding-bottom: 15%;
    /* background-image: url('/img/mandrove.png'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.easyimg {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.easytext {
    text-align: left;
    padding-top: 10% !important;
    padding-bottom: 15% !important;
    padding-left: 8% !important;
    padding-right: 8% !important;
    height: 230px !important;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}



#trust {

    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10%;
    padding-bottom: 10%;
}

#easy-charging {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
}

#mainsliderhome {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 8%;
    padding-bottom: 5%;
}

#joinus {
    padding-left: 9%;
    padding-right: 9%;
    padding-top: 9%;
}

#why-dayagreen {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 8%;
    padding-bottom: 5%;
    margin-top: 50px;
    margin-bottom: 30px;
}

.blog-search-input {
    border-radius: 48px !important;
    width: 80% !important;
    font-size: 21px !important;
    margin: auto !important;
    padding: 2.5rem !important;
}

.padding-section {
    padding-left: 9% !important;
    padding-right: 9% !important;
    padding-top: 5% !important;
    padding-bottom: 5% !important;
}

.padding-section-home {
    padding-left: 3% !important;
    padding-right: 3% !important;
    padding-top: 10% !important;
    padding-bottom: 10% !important;
}

.padding-section-support {
    padding-left: 10% !important;
    padding-right: 3% !important;
    padding-top: 10% !important;
    padding-bottom: 10% !important;

}
.padding-section-support-right {
    padding-left: 3% !important;
    padding-right: 10% !important;
    padding-top: 10% !important;
    padding-bottom: 10% !important;
}

.list-story {
    padding-bottom: 30px;
}

.btn-green {
    padding: 16px 24px;
    background-color: rgba(0, 134, 86, 1);
    border-radius: 30px;
    color: white;
    border: none;
}

.card {
    border: none !important;
}


.homepagehero {
    width: 100%;
}

.before-hero-title {
    margin: auto;
    width: 86%;
    text-align: left;
}

.before-hero-title2 {
    margin: auto;
    width: 71%;
}

.before-hero-title label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #02C39A;
}

.header-4-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.header-4-3 .modal-backdrop.show {
    background-color: #707092;
    opacity: 0.6;
}

.header-4-3 .modal-item.modal {
    top: 2rem;
}

.header-4-3 .navbar,
.header-4-3 .hero {
    padding: 3rem 2rem;
}

.header-4-3 .navbar-dark .navbar-nav .nav-link {
    font: 600 18px/1.5rem Plus Jakarta Sans, sans-serif;
    color: grey;
    transition: 0.3s;
}

.header-4-3 .navbar-dark .navbar-nav .nav-link:hover {
    font: 600 18px/1.5rem Plus Jakarta Sans, sans-serif;
    color: rgba(0, 134, 86, 1);
    transition: 0.3s;
}

.header-4-3 .navbar-dark .navbar-nav .active>.nav-link,
.header-4-3 .navbar-dark .navbar-nav .nav-link.active,
.header-4-3 .navbar-dark .navbar-nav .nav-link.show,
.header-4-3 .navbar-dark .navbar-nav .show>.nav-link {
    font-weight: 600;
    transition: 0.3s;
    color: rgba(0, 134, 86, 1);
}

.header-4-3 .navbar-dark .navbar-toggler-icon {
    background-image: url('/img/menu.png');
}

.header-4-3 .navbar-dark .navbar-toggler-icon2 {
    background-image: url('/img/menu2.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px;
}

h .header-4-3 .btn:focus,
.header-4-3 .btn:active {
    outline: none !important;
}

.header-4-3 .btn-fill {
    font: 600 18px / normal Plus Jakarta Sans, sans-serif;
    background-color: #524EEE;
    border-radius: 12px;
    padding: 12px 32px;
    transition: 0.3s;
}

.header-4-3 .btn-fill:hover {
    --tw-shadow: inset 0 0px 25px 0 rgba(20, 20, 50, 0.7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition: 0.3s;
}

.header-4-3 .btn-no-fill {
    font: 300 18px/1.75rem Plus Jakarta Sans, sans-serif;
    color: #E7E7E8;
    padding: 12px 32px;
    transition: 0.3s;
}

.header-4-3 .btn-no-fill:hover {
    color: #E7E7E8;
}


.header-4-3 .modal-item .modal-dialog .modal-content {
    border-radius: 8px;
    transition: 0.3s;
}

.header-4-3 .responsive li a {
    padding: 1rem;
    transition: 0.3s;
}

.header-4-3 .left-column {
    margin-bottom: 2.75rem;
    width: 100%;
}

.header-4-3 .text-caption {
    font: 600 0.875rem/1.625 Plus Jakarta Sans, sans-serif;
    margin-bottom: 2rem;
    color: #FB6262;
}

.header-4-3 .title-text-big {
    font: 600 2.25rem/2.5rem Plus Jakarta Sans, sans-serif;
    margin-bottom: 2rem;
    color: #CBCBD2;
}

.header-4-3 .btn-try {
    font: 600 1rem/1.5rem Plus Jakarta Sans, sans-serif;
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    background-color: #524EEE;
    transition: 0.3s;
}

.header-4-3 .btn-try:hover {
    --tw-shadow: inset 0 0px 25px 0 rgba(20, 20, 50, 0.7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition: 0.3s;
}

.header-4-3 .btn-outline {
    font: 400 1rem/1.5rem Plus Jakarta Sans, sans-serif;
    border: 1px solid #707092;
    color: #707092;
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    background-color: transparent;
    transition: 0.3s;
}

.header-4-3 .btn-outline:hover {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    transition: 0.3s;
}

.header-4-3 .btn-outline:hover div path {
    fill: #FFFFFF;
    transition: 0.3s;
}

.header-4-3 .right-column {
    width: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: rgba(0, 134, 86, 1) !important;
    background-color: transparent !important;
    border-radius: 0px !important;
}

.listkota .nav-item {
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 0px;
}

.listkota .nav-link {
    color: grey;
}

.listkota .nav-item:hover {
    border-bottom: rgba(0, 134, 86, 1) solid;
    transition: 0s;
}

.listkota .nav-item:hover .nav-link {
    color: rgba(0, 134, 86, 1) !important;
}


@media (min-width: 576px) {
    .header-4-3 .modal-item .modal-dialog {
        max-width: 95%;
        border-radius: 12px;
    }

    .header-4-3 .navbar {
        padding: 3rem 2rem;
    }

    .header-4-3 .hero {
        padding: 3rem 2rem 5rem;
    }

    .header-4-3 .title-text-big {
        font-size: 3rem;
        line-height: 1.2;
    }
}

.search {
    background-image: url('/img/searchhero.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;
}

.leftsearch {
    padding: 10% 10% 5% 10% !important;
}

.img1 {
    position: absolute;
    left: 50%;
    bottom: 0;
}

.img2 {
    position: absolute;
    left: 20%;
    bottom: 0;
}

.searchlocation {
    padding: 3.5% !important;
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
    border: transparent !important;
}

.btn-searchlocation {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    color: white !important;
    border: transparent !important;
    background-color: white !important;
}

.btn-searchlocation a,
.btn-searchlocation a:hover {
    background-color: rgba(0, 134, 86, 1);
    color: white;
    padding: 15px 15px 15px 15px;
    border-radius: 25px;
}

.kota th {
    border-bottom: grey solid;
    text-align: center;
}

.kota th:hover {
    border-bottom: rgba(2, 195, 154, 1) solid;
    color: rgba(2, 195, 154, 1) !important;
}

.kota th:hover a {
    color: rgba(2, 195, 154, 1) !important;
}

ul.listkota {
    /* display: flex;
    flex-direction: row; */
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}

.inputform {
    position: absolute;
    width: 80%;
    top: -5%;
    left: 10%;
    z-index: 1;
}

.inputform2 {
    position: relative;
    width: 80%;
    top: -5%;
    left: 10%;
    z-index: 1;
}

.search {
    position: relative;
}


@media (min-width: 768px) {
    .before-hero-subtitle {
        padding: 5% 20% 10 0%;
    }

    .trust-img img {
        width: 65%;
    }

    .header-4-3 .navbar {
        padding: 3rem 4rem;
    }

    .header-4-3 .hero {
        padding: 3rem 4rem 5rem;
    }

    .header-4-3 .left-column {
        margin-bottom: 3rem;
    }

}

@media (max-width:992px) {

    .displaynone992 {
        display: none !important;
    }

    .header-fixed {
        position: fixed;
        z-index: 2;
        width: 100%;
        background-color: white;
        box-shadow: 0px 0px 10px 1px #00000052;
    }

    .modal-backdrop {
        z-index: 1 !important;
    }

    .header-4-3 .navbar,
    .header-4-3 .hero {
        padding: 1rem 1rem !important;
    }

    .main {
        padding-top: 30%;
    }

    .header-4-3 {
        padding-top: 0rem;
    }


    .header-4-3 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

}

@media (min-width: 992px) {
    .header-4-3 .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }

    .inputform-responsive {
        display: none !important;
    }

    .header-4-3 .navbar {
        padding: 0rem 6rem;
    }

    .header-4-3 .hero {
        padding: 3rem 6rem 5rem;
    }

    .header-4-3 .left-column {
        width: 50%;
        margin-bottom: 0;
    }

    .header-4-3 .title-text-big {
        font-size: 3.75rem;
        line-height: 1.2;
    }

    .header-4-3 .right-column {
        width: 50%;
    }
}

/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;600;700;800;900&display=swap"); */



body ::-webkit-input-placeholder {
    color: #989DB1 !important;
}

body :-ms-input-placeholder {
    color: #989DB1 !important;
}

body ::-ms-input-placeholder {
    color: #989DB1 !important;
}

body ::placeholder {
    color: #989DB1 !important;
}

body .font-red-hat-display {
    font-family: 'Red Hat Display', sans-serif !important;
}

body .cl-light-blue {
    color: #34b3ff;
}

body .adventages {
    position: relative;
    z-index: 10 !important;
    background: #151515;
    padding-top: 90px;
    padding-bottom: 90px;
}

body .adventages .headline {
    font-family: 'Red Hat Display', sans-serif !important;
    font-weight: 700 !important;
    font-size: 60px;
    line-height: 140%;
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    body .adventages .headline {
        font-size: 44px;
        line-height: 60px !important;
    }

    
    .visimisi {
        bottom: -30%!important;
    }
}

body .adventages .card {
    background: transparent;
    width: 286px;
    border: none;
    margin-top: 125px;
}

@media screen and (max-width: 768px) {
    body .adventages .card {
        margin-top: 80px;
    }
}

body .adventages .card-desc {
    margin-top: 32px;
}

body .adventages .card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

body .adventages .card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #CED2DE;
}


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

body {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

body .right-circle img {
    z-index: 0;
    margin-top: -250px;
    position: absolute;
}

body .porto {
    background-color: #000909;
    padding: 50px 30px;
}

@media only screen and (min-width: 768px) {
    body .porto {
        padding-top: 140px;
        padding-bottom: 100px;
    }
}

body .porto .headline {
    font-size: 40px;
    font-weight: 600;
    color: #EEEEEE;
    z-index: 1;
}

body .porto .link {
    font-size: 24px;
    font-weight: 600;
    color: #EEEEEE;
    z-index: 1;
}

body .porto .sub-headline {
    padding-top: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    body .porto .sub-headline {
        font-size: 24px;
    }
}

body .porto .porto-img {
    margin-top: 45px;
}

body .porto .porto-img div {
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    body .porto .porto-img {
        margin-top: 96px;
    }
}

body .porto .porto-img-full {
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    body .porto .porto-img-full {
        width: 100px !important;
    }
}

body .porto .porto-img-half {
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    body .porto .porto-img-half {
        height: 70px !important;
    }
}

body .cl-light {
    color: #EEEEEE;
}

body .cl-light-grey-2 {
    color: #90BCB7;
}

body .font-lora {
    font-family: 'Lora', sans-serif !important;
}

body .ornament .ornament-left {
    z-index: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

body .font-red-hat-display {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

body .cl-light-blue {
    color: #34b3ff;
}

body .contact-us-light-lick {
    background: #FFFFFF;
    padding-top: 125px;
    padding-bottom: 90px;
}

body .contact-us-light-lick .headline {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 140%;
    text-align: center;
    color: #16171C;
}

@media screen and (max-width: 768px) {
    body .contact-us-light-lick .headline {
        font-size: 40px;
        line-height: 60px !important;
    }
}

body .contact-us-light-lick .button {
    margin-top: 72px;
}

body .contact-us-light-lick .btn-contact {
    padding: 16px 32px;
    background: #00B67A;
    border-radius: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    body .contact-us-light-lick .btn-contact {
        width: 100%;
    }

    .produk2footer {
        position: relative;
        left: 0%;
        transform: translate(0%, 0%)
    }

    .f-64 {
        font-size: 48;
    }

    .righttitleheader {
        display: none;
    }

    .overlay2 p {
        display: none;
    }

    .rightnews {
        display: none;
    }

    .padding-section {
        padding-left: 9% !important;
        padding-right: 9% !important;
        padding-top: 5% !important;
        padding-bottom: 5% !important;
    }
}

body .contact-us-light-lick .btn-demo {
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #16171C;
    border: 1px solid #8D8F98;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    body .contact-us-light-lick .btn-demo {
        width: 100%;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Plus Jakarta Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.content-3-4 .btn:focus,
.content-3-4 .btn:active {
    outline: none !important;
}

.content-3-4 {
    padding: 5rem 2rem;
}

.content-3-4 .img-hero {
    width: 100%;
    margin-bottom: 3rem;
}

.content-3-4 .right-column {
    width: 100%;
}

.content-3-4 .title-text {
    font: 600 1.875rem/2.25rem Plus Jakarta Sans, sans-serif;
    margin-bottom: 2.5rem;
    letter-spacing: -0.025em;
}

.content-3-4 .title-caption {
    font: 500 1.5rem/2rem Plus Jakarta Sans, sans-serif;
    margin-bottom: 1.25rem;
}

.content-3-4 .circle {
    font: 500 1.25rem/1.75rem Plus Jakarta Sans, sans-serif;
    height: 3rem;
    width: 3rem;
    margin-bottom: 1.25rem;
    border-radius: 9999px;
    background-image: linear-gradient(rgba(181, 225, 111, 1), rgba(168, 248, 150, 1));
    color: #000000;
}

.content-3-4 .text-caption {
    font: 400 1rem/1.75rem Plus Jakarta Sans, sans-serif;
    letter-spacing: 0.025em;
    color: #999999;
}

.content-3-4 .btn-learn {
    font: 600 1rem/1.5rem Plus Jakarta Sans, sans-serif;
    color: #000000;
    padding: 1rem 2.5rem 1rem 2.5rem;
    background-image: linear-gradient(rgba(181, 225, 111, 1), rgba(168, 248, 150, 1));
    transition: 0.3s;
    letter-spacing: 0.025em;
    border-radius: 0.75rem;
}

.content-3-4 .btn-learn:hover {
    color: #000000;
    background-image: linear-gradient(#B5E16F, #B5E16F);
    transition: 0.3s;
}

@media (min-width: 768px) {
    .content-3-4 .title-text {
        font: 600 2.25rem/2.5rem Plus Jakarta Sans, sans-serif;
    }
}

@media (min-width: 992px) {
    .content-3-4 .img-hero {
        width: 50%;
        margin-bottom: 0;
    }

    .content-3-4 .right-column {
        width: 50%;
    }

    .content-3-4 .circle {
        margin-right: 1.25rem;
        margin-bottom: 0;
    }
}

.pdf-title {
    padding-top: 20%;
}

.nav-item {
    padding-left: 15px;
    padding-right: 15px;
}

.hero {
    background-size: cover;
    background-position: center;
}

.hero-about {
    background-image: url('/img/3.png') !important;
    height: 70% !important;
    bottom: -120 !important;
}

.hero-contact {
    background-image: url('/img/6.png') !important;
    height: 70% !important;
    bottom: -120 !important;
}

.hero-title {
    position: relative;
    margin: auto;
    text-align: center;
    width: 45%;
}

.hero-title-about {
    position: relative;
    margin: auto;
    text-align: center;
    width: 45%;
    bottom: -15%;
}

.hero-title h1 {
    font-weight: bold;
    font-size: 48;
    padding-bottom: 40px;
}

.hero-title p {
    padding-bottom: 40px;
}

.red-button {
    padding: 10 50 10 50;
    background-color: #DA0037;
    color: white;
    border: none;
}

.footer-red-button {
    padding: 5 20 5 20;
    background-color: #DA0037;
    color: white;
    border: none;
}

#power {
    padding-top: 200px;
    padding-bottom: 200px;
    box-shadow: 10px 10px 40px 10px rgb(0 0 0 / 20%);
}

.power-title h1 {
    text-align: center;
    font-weight: bold;
}

.power-title {
    padding-bottom: 50px;
}

.center {
    text-align: center;
}

.black {
    color: #171717 !important;
}


.red {
    color: #DA0037;
}

.white {
    color: #EDEDED !important;
}


.bold {
    font-weight: bold;
}

.semibold {
    font-weight: 600;
}


#categories {
    background-color: #171717;
}

section {
    box-sizing: border-box;
}

.bio-description::after {
    width: 100px;
    height: 16px;
    background-color: #DA0037;
    content: "";
    position: absolute;
    border-radius: 10px 10px 10px 10px;
    margin-top: 30px;
}

.product-title::after {
    width: 100px;
    height: 16px;
    background-color: #DA0037;
    content: "";
    position: absolute;
    border-radius: 10px 10px 10px 10px;
}

.bio-description::after {
    width: 100px;
    height: 16px;
    background-color: #DA0037;
    content: "";
    position: absolute;
    border-radius: 10px 10px 10px 10px;
    margin-top: 30px;
}

.redafter::after {
    width: 100px;
    height: 15px;
    background-color: #DA0037;
    content: "";
    position: absolute;
    border-radius: 10px 10px 10px 10px;
    margin-top: 20px;
}


.title-categories::after {
    width: 100px;
    height: 10px;
    background-color: #DA0037;
    content: "";
    position: absolute;
    border-radius: 10px 10px 10px 10px;
}

.categories-image {
    color: #EDEDED;
    text-align: center;
    padding-top: 50px;
}

.padding-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.kategori-1 {
    max-width: 100%;
    border-radius: 10px 10px 10px 10px;
}

.kategori-2 {
    border-radius: 10px 10px 10px 10px;
    max-width: 100%;
}

.mid-kategori {
    overflow: hidden;
}

.modal-black {
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 10px;
    background-color: transparent;
    transition: 0.5s;
}

.modal-kategori {
    position: relative;
    overflow: hidden;
}

.setKategoriTitle {
    width: 100%;
    height: 0%;
    position: absolute;
    margin: 0 auto;
    font-weight: bold;
    font-size: 30px;
    bottom: 0;
    top: 40%;
    color: transparent;
    transition: 0.5s;
}

.kategori-header a:hover .setKategoriTitle {
    color: #EDEDED;
    transition: 0.5s;
}

.kategori-header a:hover .modal-black {
    background-color: rgba(0, 0, 0, 0.6);
    transition: 0.5s;
}

#best-seller {
    margin-bottom: 30px;
}

.best-seller-title h1 {
    font-weight: bold;
}

.best-seller-title::after {
    width: 100px;
    height: 10px;
    background-color: #DA0037;
    content: "";
    position: absolute;
    border-radius: 10px 10px 10px 10px;
}


.best-seller-caption {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 25%;
    color: #ededed;
    background-color: #171717db;
    padding: 10px 20px 10px 20px;
}

.caption p {
    font-size: 12px;
}

.caption-search {
    margin: auto;
    text-align: center;
    font-size: 40px;
}

.searchinput2 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    font-size: 14px !important;
}

.radius50 {
    border-radius: 50px !important;
}

.kota {
    padding-top: 20px;
}

#client {
    background-color: #d9d9d9;
    box-shadow: 0px 0px 15px 8px rgb(0 0 0 / 20%);
}


.client-title h1 {
    font-weight: bold;
    text-align: center;
}

.client-image>.row>.col-md-4>img {
    max-width: 100%;
}

.title-bitcorr {
    font-weight: bold;
    font-size: 50px;
}

.footer-icon {
    font-size: 35px;
}

.footer-icon a {
    padding-right: 10px;
    color: #171717;
}

.secondinputsearch {
    margin-top: 20px;
}

.footer-icon a:hover {
    padding-right: 10px;
    color: #DA0037;
}

ul {
    list-style-type: none;
}

.links {
    padding-top: 5px;
    padding-bottom: 5px;
    color: grey;
}

.links a {
    text-decoration: none;
    color: grey !important;
}

a:hover {
    text-decoration: none !important;
}

.text-copyright {
    text-align: center;
    padding: 20px;
}

.menu-search {
    padding: 10px !important;
    left: -200 !important;
}

input#search {
    border: none;
}

.bio-inner {
    margin: auto;
    width: 70%;
}


.bio-image1 {
    background-image: url('/img/4.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bio-image2 {
    background-image: url('/img/5.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.isi {
    height: 100%;
}

.bio {
    height: auto;
    margin: 0 !important;
}

.bio-title h1 {
    font-weight: bold;
    font-size: 64px;
}

#footer {
    padding-top: 5%;
    padding-bottom: 5%;
}

.visimisi {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-dark-transparent {
    background-color: rgba(23, 23, 23, 0.8);
}

.bg-white {
    background-color: white;
}

.list-contact {
    margin: auto;
    padding: 20px;
}


.list-contact-title h1 {
    font-size: 70;
}

#sync1 {
    background: #C9C9C9;
    margin: 50px 0px 50px 0px;
}


.detail-product-image {
    padding: 10%;
}

#sync1 .item {
    padding: 80px 0px;
    margin: auto;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    max-width: 50%;
}

#sync2 .item {
    background: #C9C9C9;
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync2 .item h1 {
    font-size: 18px;
}

.detail-product-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.grey {
    color: rgba(23, 23, 23, 0.5);
}

.navbar-dark .navbar-toggler {
    color: transparent !important;
}

.title {
    font-size: 48px;
    font-weight: 600;
}

.artikeltext {
    max-width: 70%;
    margin: auto;
    padding-top: 5%;
}

@media only screen and (max-width: 360px) {

    .bio-image1,
    .bio-image2 {
        display: none;
    }

}

.lefttitleheader {
    background-image: url('/img/Union.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size:contain;
}


.righttitleheader {
    background-image: url('/img/Union.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.titlepage {
    font-size: 40px;
}

.bg-light-green {
    background-color: rgba(0, 134, 86, 1);
}

.bg-green {
    background-color: rgba(0, 134, 86, 1) !important;
}

.light-green {
    color: rgba(0, 134, 86, 1);
}

.accordion-button {
    border-right: transparent !important;
    border-left: transparent !important;
}

.our-product {
    max-width: 100%;
    border-radius: 40px 40px!important;
}

#news {
    margin-top: 30px;
}

.img-news {
    border-radius: 25px !important;
}

.radius25 {
    border-radius: 25px !important;
}

.radius20 {
    border-radius: 20px !important;
}

.radius10 {
    border-radius: 10px !important;
}

.user .listuser {
    max-width: 3% !important;
    margin: 10px;
}

.user .userutama {
    max-width: 5% !important;
    margin: 10px;
}

.inline {
    display: inline-block !important;
}

.user img {
    display: inline-block !important;
}

.followus {
    border: green solid 1px;
    padding-left: 10px;
    border-radius: 10px;
}

.linkbeforefooter a:hover {
    color: white;
}


.subtitlelayanan {
    text-align: center;
}

.title3 {
    padding-bottom: 2%;
    padding-top: 2%;
    width: 55%;
    text-align: center;
}

.hero3 {
    padding-top: 5%;
}




@media only screen and (max-width: 480px) {

    .setKategoriTitle {
        font-size: 20px;
        top: 15px;
    }

}




@media only screen and (max-width: 768px) {

    .padding-section {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    
    .visimisi {
        position: relative;
    }

    .bannervisimisi {
        background-image: url('/img/aboutusbanner.jpg');
        height: auto;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: cover;
    }
    .preferred-method-menu {
        background-color: white;
        width: 100%;
        height: auto;
        border-radius: 50px;
        display:block;
        margin-top: 50px;
        padding: 15px;
        overflow-y: scroll;
    }

    h1 {
        font-size: 2rem!important;
    }
    
    .before-hero-subtitle {
        padding: 4px;
    }

    .before-hero-title label {
        font-size: 45px !important;
    }

    #dayagreen-bio {
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .dayagreen-bio-text label {
        font-size: 36px !important;
    }

    .dayagreen-bio-text2 label {
        font-size: 36px !important;
    }

    .helpyou-menu {
        display: none;
    }

    .helpyou-title label {
        font-size: 36px !important;
        width: 100% !important;
    }

    .content1 label {
        font-size: 36px !important;
    }

    .before-hero-title2 label {
        font-size: 36px !important;
    }

    .before-hero-title2,
    .before-hero-text,
    .before-hero-button {
        width: 100% !important;
    }

    .easy-charging-title p {
        width: 100% !important;
    }

    .ah {
        margin: 5px !important;
    }

    #whattheysay {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .joinusimg {
        padding-top: 30px;
    }

    #footer {
        padding-left: 0px !important;
    }

    .blog-search-recomendation {
        display: none;
    }


    .bordernone {
        border: none !important;
    }

    .displaynone {
        display: none !important;
    }

    .searchtitle label {
        font-size: 36px;
    }

    .searchtitle {
        width: 100%;
    }

    h1.card-title {
        font-size: 24px !important;
    }

    .title {
        font-size: 36px !important;
    }

    .artikeltext {
        max-width: 100% !important;
    }

    .detail3 {
        font-size: 10px !important;
    }

    .before-hero-title {
        text-align: left !important;
        width: 100% !important;
    }

    .subtitlelayanan {
        text-align: left !important;
        width: 100% !important;
        color: gray;
    }

    #trust {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 20%;
        padding-bottom: 20%;
    }


    .detail {
        max-width: 100% !important;
    }

    .padding-section-home {
        padding-left: 3% !important;
        padding-right: 3% !important;
        padding-top: 0% !important;
        padding-bottom: 5% !important;
    }


    .detailblogcardbody {
        padding: 10% 0% 0% 0% !important;
    }

    .listkota .nav-item {
        width: 100%;
        margin: auto !important;
    }

    .listkota .nav-item button {
        margin: auto !important;
    }
    .location-title {
        padding-top: 200px;
    }

}


@media only screen and (min-width: 768px) {
    .wa .col-md-3 {
        text-align: right;
    }

    .email .col-md-3 {
        text-align: right;
    }

    .alamat .col-md-3 {
        text-align: right;
    }

}