*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html{background-color: black;}
html,body{
	width: 100%!important;
	height: 100%!important;
	scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif!important;
}

nav.fixed-top{
    z-index: 900!important;
}
nav > .container{
    border-radius: 0.5rem;
}
nav .navbar-brand img{
    height: 45px;
}
.btn{
    border-radius: 0!important;
}

.gap-header{
    width: 100%;
    height:76px;
}
section#header-akm .row{
    /* height: 80vh; */
}
section#header-akm .header-title-padding{
    padding: 1.5rem 12px 1rem 72px;
}
section#header-akm .header-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

section#akm-header2 img{
    min-height: 120px;
}
section#akm-section3 .gallery-slide figure{
    position: relative;
}
section#akm-section3 .gallery-slide figure img{
    filter: grayscale(1)!important;
    transition: all 0.3s ease;
    width: 250px;
    height: 350px;
    object-fit: cover;
}
section#akm-section3 .gallery-slide figure:hover img{
    cursor: pointer;
    filter: grayscale(0)!important;
}
section#akm-section3 .gallery-slide figure figcaption{
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 0.75rem;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 20%, rgba(0,0,0,0) 50%);   
}
section#akm-section3 .gallery-slide figure:hover figcaption{
    opacity: 1;
}
section#main-section1 div.bg-white.position-relative{
    overflow: hidden;
}
section#main-section1 .row .col-11:nth-of-type(1) img{
    height: 75px;
    right: 0.75rem;
    bottom: 0.75rem;
}
section#main-section1 .row .col-11:nth-of-type(2) img{
    height: 100px;
    right: 0.75rem;
    bottom: 0.75rem;
}

section#main-section2 figure .img-parallax2{
    background-image: url("../img/bz-cover.jpeg");
    width: 100%;
    height: 550px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section#main-section2 figure figcaption{
    display:block;
    height: 102%;
    top:0;
    left: 0;
    background: linear-gradient(0deg, rgba(246,247,250,1) 35%,
    rgba(246,247,250,0.7) 60%,
    rgba(246,247,250,0) 80%);
}
section#main-section2 figure figcaption .card{
    border-radius: 0.5rem;
    overflow:hidden;
}
section#main-section2 figure figcaption .card .bg-success,
section#main-section2 figure figcaption .card .bg-warning{
    position: absolute; top: 0; left: 0;
    border-radius: 0.25rem;
    
}

section#main-section3 img.position-absolute{
    height: 160px;
    top: 0;
    right: -120%;
}
section#main-section3 figure img{
    width: 40px;
    height: 40px;
}

section#main-section4 figure{
    height: 300px;
}
section#main-section4 figure figcaption{
    top: 20%;
}
section#main-section4 figure figcaption p.ff-tango{
    text-shadow: 0px 2px 3px rgba(0,0,0,0.4),
    0px 5px 8px rgba(0,0,0,0.2),
    0px 7px 12px rgba(0,0,0,0.2);
}

section#galeri-section1 img.img-thumbnail{
    height: 300px;
    object-fit: cover;
}

.fs-smaller{
    font-size: 10px;
}
.fs-smaller1{
    font-size: 14px;
}
.fs-smaller{
    font-size: 10px;
}
.ff-tango{
    font-family: 'TangoSans'!important;
}
.ff-caveat{
    font-family: 'Caveat', cursive!important;
}
.accordion-item:first-of-type .accordion-button{
    /* border-top-left-radius: 0!important;
    border-top-right-radius: 0!important; */
    border-radius: 0.5rem!important;
}
.accordion-button.collapsed{
    background: #fff!important;
    border: 1px solid #ebebeb!important;
    border-radius: 0.5rem!important;
}
.accordion-button:not(.collapsed){
    border-radius: 0.5rem!important;
    box-shadow: none!important;
    background: #fbfbfb!important;
    color: #000!important;
}
.accordion-item 
/* .accordion-button:not(.collapsed)::after{
    filter: brightness(0) invert(1)!important;
} */

#akm-section5{
    background: rgb(254,206,4)!important;
    background: linear-gradient(142deg, rgba(254,206,4,1) 0%, rgba(224,158,29,1) 100%)!important;
}

#button-cta{
    position: relative;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease;
}
#button-cta:hover{
    bottom: 0.45rem;
    left: 0.45rem;
    box-shadow: -7.2px 7.2px 0px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: -7.2px 7.2px 0px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: -7.2px 7.2px 0px 1px rgba(0,0,0,0.15);
}
header{
    background: rgb(255,255,255);
    /* background: linear-gradient(180deg, rgb(255, 255, 255) 10%, rgba(230, 240, 255,0.5) 100%); */
}
main{
    /* position: relative;
    top: -6rem;
    z-index: 9; */
}
#header-hero{
    overflow: hidden;
}
#header-hero img{
    width: 80%;
}
.navbar .navbar-brand img{
    height: 50px;
}
#section-client.slide-company img{
    /* filter:grayscale(1) opacity(0.3); */
    height: 50px;
}
#section-client.slide-company2 img{
    /* filter:grayscale(1) opacity(0.3); */
    height: 70px;
}

#harga-subsec1 .card-harga{
    background-color: #fff;
    transition: all 0.3s ease;
    position: relative;
    bottom: 0;
    box-shadow: 0px 24px 54px 0px rgba(0, 0, 0, 0.02);
}
#harga-subsec1 .card-harga:hover{
    background-color: #0d6efd!important;
    bottom: 0.75rem;
    box-shadow: 0px 24px 44px 0px rgba(9, 89, 208, 0.35)!important;
}
#harga-subsec1 .card-harga:hover .text-primary,
#harga-subsec1 .card-harga:hover .text-dark{
    color: #fff!important;
}
#harga-subsec1 .card-harga:hover .text-secondary.fs-6{
    color: #fff!important;
    opacity: 0.7;
}
#harga-subsec1 .card-harga:hover a.btn{
    background-color: #85FFFF!important;
    color: #0d6efd!important;
}
footer{
    position: relative;
    /* top: -6rem; */
    z-index: 9;
}
#foot-cta {
    position: relative;
}
#foot-cta img:nth-of-type(1){
    position: absolute;
    right: -3vw;
    bottom: -3vh;
    width: 30%;
    z-index: 0;
}
#foot-cta img:nth-of-type(2){
    position: absolute;
    /* right: -Ã·vw; */
    left: 7.7vw;
    bottom: -15vh;
    width: 15%;
    z-index: 0;
}
#foot-cta p{
    position: relative;
    z-index: 1;
}

.bg-blues {
    background: rgb(0, 80, 201);
    background: linear-gradient(180deg, rgba(0, 80, 201, 1) 0%, rgba(12, 142, 254, 1) 100%);
}
.bg-img-overlay {
    position: relative !important;
}

.bg-img-overlay>.container {
    position: relative !important;
    z-index: 2;
}

.bg-img-overlay::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    filter: grayscale(1);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.item1-img::after {
    background-image: url("img/bg-grad.jpg");
}

.animate-mob > div> *{
    position: absolute;
}

.img-parallax{
    /* The image used */
    background-image: url("../img/bz-cover3.jpg");

    /* Set a specific height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.toggle {
    margin: 0 0 1.5rem;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    border-radius: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
  }
  .toggle input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
  }
  .toggle input + label {
    margin: 0;
    padding: 0.75rem 1rem;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border-bottom: solid 1px #ddd;
    background-color: #fff;
    font-size: 1rem;
    line-height: 140%;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
    /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
    /* ----- */
  }
  .toggle input + label{
    /* border-radius: 6px; */
    /* margin-bottom: 0.75rem; */
    border: 1px solid #fff;
  }
  .toggle input:hover + label {
    /* border: 4px solid #0d6efd; */
    border: 1px solid #0d6efd;
    /* border-color: #213140; */
  }
  .toggle input:checked + label{
    background-color: #0d6efd;
    box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
    border: 4px solid #0d6efd;
    /* border-color: ; */
    z-index: 1;
  }
  .toggle input:checked + label p{
    color: #fff!important;
  }
  .toggle input:checked + label img{
    filter: brightness(0) invert(1);
  }
  /* .toggle input:focus + label {
    outline: dotted 1px #ccc;
    outline-offset: 0.45rem;
  } */
  @media (max-width: 800px) {
    .toggle input + label {
      padding: 0.75rem 0.25rem;
      flex: 0 0 50%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    #foot-cta img:nth-of-type(1){
        position: absolute;
        right: -10vw;
        bottom: -2vh;
        width: 35%;
        z-index: 0;
    }
    #foot-cta img:nth-of-type(2){
        position: absolute;
        /* right: -Ã·vw; */
        left: 3.7vw;
        bottom: -10vh;
        width: 15%;
        z-index: 0;
    }

}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .benefit-wrap .col-lg-6{
        margin-bottom: 1rem!important;
    }

    section#main-section3 img.position-absolute{
        height: 140px;
        top: 0;
        right: -90%;
    }
    section#header-bz figure figcaption p.text-white{
        text-shadow: 0px 2px 3px rgba(0,0,0,0.4),
                 0px 5px 8px rgba(0,0,0,0.2),
                 0px 7px 12px rgba(0,0,0,0.2);
    }
    #section-client.slide-company img{
        height: 40px;
    }
    main,footer{
        /* top: -4.5rem; */
    }
    #header-hero .display-5{
        font-size: calc(1.8rem + 2.1vw);
    }
    .navbar-nav{
        width: auto!important;
    }
    #foot-cta .container p.h6{
        width: 40%;
    }
    #foot-cta img:nth-of-type(1){
        position: absolute;
        right: -20vw;
        bottom: -3vh;
        width: 45%;
        z-index: 0;
    }
    #foot-cta img:nth-of-type(2){
        position: absolute;
        /* right: -Ã·vw; */
        left: -1.7vw;
        bottom: -8vh;
        width: 18%;
        z-index: 0;
    }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    footer figure{
        text-align:center;
    }
    footer .wrapfoot-nav{
        margin-top: 2rem;
    }
    footer .wrapfoot-nav .justify-content-end{
        justify-content: center!important;
    }

    section#akm-section1 .fs-5.text-warning{
        margin-bottom: 0.5rem!important;
    }
    section#akm-section1 .fs-6{
        text-align: justify;
    }

    section#header-akm .header-title-padding{
        padding: 1rem 1rem 1rem 2.5rem !important;
    }

    section#main-section3 img.position-absolute{
        height: 120px;
        top: 0;
        right: -62%;
    }
    section#main-section2 figure figcaption .ff-tango{
        color: white;
        text-shadow: 0px 2px 3px rgba(0,0,0,0.4),
                 0px 5px 8px rgba(0,0,0,0.2),
                 0px 7px 12px rgba(0,0,0,0.2);
    }
    section#main-section1 .row .bg-white .w-75{
        width: 100%!important;
    }
    section#main-section1 .row .col-11:nth-of-type(1) img{
        z-index: 1;        
        /* height: 65px; */
        right: -2.75rem;
        bottom: 1.25rem;
    }
    section#main-section1 .row .col-11:nth-of-type(2) img{
        z-index: 1;        
        /* height: 85px; */
        right: -0.75rem;
        bottom: 0.5rem;
    }

    section#header-bz figure img{
        height: 110%;
        object-fit: cover;
        object-position: left;
    }
    section#header-bz figure figcaption p.text-white{
        text-shadow: 0px 2px 3px rgba(0,0,0,0.4),
                 0px 5px 8px rgba(0,0,0,0.2),
                 0px 7px 12px rgba(0,0,0,0.2);
    }
    section#header-bz figure figcaption p.fs-5{
        line-height: 2rem!important;
    }

    .lh-lg{
        line-height: 1.75!important;
    }
    .head-sub{
        width: 100%!important;
    }
    #section-client.slide-company img{
        height: 40px;
    }

    main,footer{
        /* top: -4rem; */
    }
    .navbar-nav{
        width: 100%;
    }
    
    #foot-cta .container p:nth-of-type(2){
        width: 100%;
    }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    footer .wrapfoot-nav{
        margin-top: 2rem;
    }
    footer .wrapfoot-nav .justify-content-end{
        justify-content: center!important;
    }
    
    section#akm-section1 .fs-5.text-warning{
        margin-bottom: 0.5rem!important;
    }
    section#akm-section1 .fs-6{
        text-align: justify;
    }
    .benefit-wrap .col-6{
        margin-bottom: 1rem!important;
    }

    section#header-akm .header-title-padding{
        padding: 1rem 1.5rem !important;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    section#header-akm .d-flex{
        justify-content: center;
    }
    section#header-akm .d-flex a{
        margin-top: 0.5rem!important;
    }

    
    footer .w-75{
        width: 100%!important;
    }
    section#main-section5 .download-app {
        justify-content: center;
    }
    section#main-section5 .download-app a{
        margin-right:0!important;
        width: inherit!important;
        height: inherit!important;
        padding: 0 0.5rem;
    }
    section#main-section5 .download-app a img{
        height: 50px!important;
    }
    section#main-section5 .fs-6.ff-tango{
        text-align: center;
    }
    section#main-section5 .purchase-app{
        flex-wrap: wrap;
        width: 100%;
        justify-content: center!important;
    }

    section#main-section3 img.position-absolute{
        height: 80px;
        top: 0;
        right: -40%;
    }
    section#main-section2 figure figcaption .ff-tango{
        color: white;
        text-shadow: 0px 2px 3px rgba(0,0,0,0.4),
                 0px 5px 8px rgba(0,0,0,0.2),
                 0px 7px 12px rgba(0,0,0,0.2);
    }
    section#main-section2 figure .img-parallax2{
        width: 100%;
        height: 700px; 
    }
    section#main-section2 figure figcaption{
        background: linear-gradient(0deg, rgba(246,247,250,1) 15%,
        rgba(246,247,250,0.7) 40%,
        rgba(246,247,250,0) 80%);
    }

    section#main-section1 .row .bg-white .w-75{
        width: 75%!important;
    }
    section#main-section1 .row .col-11{
        margin-bottom: 1rem;
    }

    section#header-bz figure img{
        height: 120%;
        object-fit: cover;
        object-position: left;
    }
    section#header-bz figure figcaption p.text-white{
        text-shadow: 0px 2px 3px rgba(0,0,0,0.4),
                 0px 5px 8px rgba(0,0,0,0.2),
                 0px 7px 12px rgba(0,0,0,0.2);
    }
    section#header-bz figure figcaption p.fs-5{
        width: 100%!important;
        line-height: 2rem!important;
    }

    .animate-mob > div{
        height: 300px!important;
    }
    .animate-mob > div> *{
        height: 600px!important;
        top: -10.8rem!important;
    }
    main,footer{
        top: 0;
    }
    #header-hero figcaption .h5.text-secondary{
        font-size: 1.15rem;
    }

    #section-client.slide-company img{
        height: 40px;
    }
    #section-client.slide-company2 img{
        height: 60px;
    }
    
    
}

/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    footer .wrapfoot-nav{
        margin-top: 2rem;
    }
    footer .wrapfoot-nav .justify-content-end{
        justify-content: center!important;
    }

    section#akm-section1 .fs-5.text-warning{
        margin-bottom: 0.5rem!important;
    }
    section#akm-section1 .fs-6{
        text-align: justify;
        font-size: 0.9rem!important;
    }
    .benefit-wrap .col-6{
        margin-bottom: 1rem!important;
    }

    .gap-header{
        width: 100%;
        height: 61.4px!important;
    }
    section#header-akm .header-title-padding{
        padding: 1rem 1.5rem !important;
        text-align: center;
    }
    section#header-akm .w-75{
        width: 100%!important;
    }
    .fs-5{
        font-size: 1rem!important;
    }
    .display-6{
        font-size: 1.5rem!important;
    }
    footer .w-75{
        width: 100%!important;
    }

    section#main-section5 .fs-2.ff-tango{
        margin-top: 1rem!important;
    }
    section#main-section5 .howto-app figure img{
        height: 40px!important;
        margin-right: 0.75rem;
    }
    section#main-section5 .howto-app figure figcaption{
        text-align: left!important;
    }
    section#main-section5 .howto-app figure figcaption p:nth-of-type(1){
        font-size: 1rem!important;
    }
    section#main-section5 .howto-app figure figcaption p:nth-of-type(2){
        font-size: 0.85rem!important;
    }
    section#main-section5 .download-app {
        justify-content: space-around;
    }
    section#main-section5 .download-app a{
        margin-right:0!important;
        width: inherit!important;
        height: inherit!important;
    }
    section#main-section5 .download-app a img{
        height: 40px!important;
    }
    section#main-section5 .fs-6.ff-tango{
        text-align: center;
    }
    section#main-section5 .purchase-app{
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-around!important;
    }

    section#main-section4 figure figcaption .d-flex{
        flex-direction: column;
        margin-top: 1.5rem;
    }
    section#main-section4 figure figcaption .d-flex a{
        margin: 0!important;
    }

    section#main-section3 p.ff-tango{
        position: relative;
        top: 1rem;
    }
    section#main-section3 img.position-absolute{
        height: 50px;
        top: -50%;
        left: 40%;
    }
    section#main-section2 figure figcaption .ff-tango{
        color: white;
        text-shadow: 0px 2px 3px rgba(0,0,0,0.4),
                 0px 5px 8px rgba(0,0,0,0.2),
                 0px 7px 12px rgba(0,0,0,0.2);
    }
    section#main-section2 figure .img-parallax2{
        width: 100%;
        height: 950px; 
    }
    section#main-section2 figure figcaption{
        background: linear-gradient(0deg, rgba(246,247,250,1) 15%,
        rgba(246,247,250,0.7) 40%,
        rgba(246,247,250,0) 80%);
    }

    section#main-section1 .row .col-11{
        margin-bottom: 1rem;
    }
    section#main-section1 .row .col-11:nth-of-type(1) img{
        z-index: 1;        
        height: 65px;
        right: -2.75rem;
        bottom: 1.5rem;
    }
    section#main-section1 .row .col-11:nth-of-type(2) img{
        z-index: 1;        
        height: 85px;
        right: -0.75rem;
        bottom: 1.25rem;
    }

    section#header-bz figure img{
        height: 100%;
        object-fit: cover;
        object-position: left;
    }
    section#header-bz figure figcaption{
        top:120px;
        left: 0;
    }
    section#header-bz figure figcaption p.text-white{
        text-shadow: 0px 2px 3px rgba(0,0,0,0.4),
                 0px 5px 8px rgba(0,0,0,0.2),
                 0px 7px 12px rgba(0,0,0,0.2);
        text-align: center;
    }
    section#header-bz figure figcaption p.fs-5{
        width: 100%!important;
        line-height: 2rem!important;
        font-size: 1rem!important;
    }
    section#header-bz figure figcaption .d-flex{
        flex-direction: column;
        margin-top: 6rem;
    }
    section#header-bz figure figcaption .d-flex a{
        margin: 0!important;
    }
    section#header-bz figure figcaption .d-flex a:last-of-type{
        margin-top: 1rem!important;
    }

    nav > .container{
        margin: 0 0.75rem!important;
    }
    nav .navbar-brand img{
        height: 35px!important;
    }

    .animate-mob > div{
        height: 200px!important;
    }
    .animate-mob > div> *{
        height: 440px!important;
        top: -9rem!important;
    }
    #header-hero img{
        min-width: 100%;
        width: 110%;
        display: block;
    }
    .navbar .navbar-brand img{
        height: 45px;
    }
    #section-client.slide-company img{
        height: 30px;
    }
    #section-client.slide-company2 img{
        height: 50px;
    }
}

.card-product{
    border-radius: 0.5rem!important;
    overflow: hidden;
    transition: all 0.3S ease;
}
.card-product:hover{
    box-shadow: 0px 10px 30px rgba(0,0,0,0.05);
}
.card-product figure{
    overflow: hidden;
    transition: all 0.3S ease;
}
.card-product img{
    position: relative;
    transform: scale(0.9);
    bottom: -1.55rem;
    transition: all 0.3S ease;
}
.card-product:hover figure{
    background-color: #0d6efd!important;
}
.card-product:hover img{
    transform: scale(1.1);
    bottom: -1rem;
    /* transform: rotate(-3deg); */
}