@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.inherit{
    color: inherit;
}

.bricolage-grotesque-extralight{
    font-family: 'Bricolage Grotesque', sans-serif !important;
    font-weight: 200 !important;
    font-style: normal !important;
}

.bricolage-grotesque-light{
    font-family: 'Bricolage Grotesque', sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
}

.bricolage-grotesque-regular{
    font-family: 'Bricolage Grotesque', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.bricolage-grotesque-medium{
    font-family: 'Bricolage Grotesque', sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
}

.bricolage-grotesque-bold{
    font-family: 'Bricolage Grotesque', sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
}

.bricolage-grotesque-extrabold{
    font-family: 'Bricolage Grotesque', sans-serif !important;
    font-weight: 800 !important;
    font-style: normal !important;
}

.futura-reguler{
    font-family: 'Futura', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;  
}

.futura-medium{
    font-family: 'Futura', sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;  
}


.wrapper{
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

.container-fluid{
    max-width: 1920px !important;
    padding: 0px !important;
}

.bg-primary{
    background-color: #162448 !important;
}

.bg-darkblue{
    background-color: #080F20 !important;
}

.text-kuning{
    color: #E9CF7E !important;
}

.text-yellow{
    color: #FFE600 !important;
}

.faq-answer {
    display: none; 
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    transition: max-height 0.5s ease, padding 0.5s ease;
}

.faq-answer.open {
    display: block;
    max-height: 2000px;
    padding: 15px;
}
.drop-faq{
    cursor: pointer;
}

.section-1{
    background-image: url('../images/bg-1.png');
    background-size: cover;
}

.model-1{
    width: 900px;
}

.custom-line-spacing {
    line-height: 1;
  }

.img-absolute{
    bottom: -68px;
}

.glow{
    bottom: -100px;
}
  

/* .in, .en {
    display: none;
} */


/* FONTN SIZE */
.fs-xxl-12{
    font-size: 12px !important;
}
.fs-xxl-16{
    font-size: 16px !important;
}

.fs-xxl-17{
    font-size: 17px !important;
}

.fs-xxl-20{
    font: size 20px !important;
}

.fs-xxl-24{
    font-size: 24px !important;
}

.fs-xxl-26{
    font-size: 26px !important;
}

.fs-xxl-28{
    font-size: 28px !important;
}

.fs-xxl-30{
    font-size: 30px !important;
}

.fs-xxl-34{
    font-size: 34px !important;
}

.fs-xxl-39{
    font-size: 39px !important;
}

.fs-xxl-40{
    font-size: 40px !important;
}

.fs-xxl-45{
    font-size: 45px !important; 
}

.fs-xxl-57{
    font-size: 57px !important;
}

.fs-xxl-62{
    font-size: 62px !important;
}

.fs-xxl-81{
    font-size: 81px !important;
}

/* Setion 1 */
.btn-sec-1{
    border: none !important;
    border-radius: 42px;
    color: #000000;
}

.btn-sec-1:hover{
    background-color: #052679 !important;
    color: #ffffff ;
    border: 2px solid #ffffff !important;
}

/* Section 2 */
.text-biru{
    color: #0D2A58;
}

.text-justify{
    text-align: justify;
}

/* Section 3 */
.section-3{
    background-color: #10305d;
}

/* Menambahkan margin dan styling untuk carousel dan dot pagination */
.slick-dots {
    text-align: center;
    top: 20px !important;
    position: relative !important;
    z-index: 10 !important;
}

.slick-dots li button::before {
    background-color: #e9ce7e !important;
    color: transparent !important;
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
}
.slick-dots li button::after {
    /* background-color: #e9ce7e !important; */
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    /* background-color: #E9CF7E; */
    border-radius: 50%;
}

.slick-active button::before{
    /* color: #E9CF7E !important; */
}

.slick-active button::after{
    /* color: #E9CF7E !important; */
}

.carousel img {
    width: 100%;
    height: auto;
}

/* .img-testi{
    width: 600px !important;
} */

/* Section 4 */
.section-4{
    background-image: url('../images/backgroun4.png');
    background-size: cover;
    background-position: bottom right;
}

/* .img-laporan{
    width: 700px ;
} */

.image-slider {
    position: relative;
    width: 75%;
    height: auto;
    overflow: hidden;
}

.slider-container {
    display: flex;
    transition: transform 0.5s ease; /* Smooth sliding effect */
}

.img-laporan {
    width: 100%;
    object-fit: cover;
    flex-shrink: 0; /* Prevent images from shrinking */
}

.dot-pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.dot-pagination span {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #bbb;
    cursor: pointer;
}

.dot-pagination span.active {
    background-color: #717171;
}

/* Section 5 */
.section-5{
    background-image: url('../images/background5.jpg');
    background-size: cover;
}

.sec-5-mobile{
    background-image: url('../images/sec-5-mobile.png');
    background-size: cover;
}

.face-5{
    padding-right: 10px;
}

/* .face-mobile{
    width: 100px;
} */


/* Section 6 */
/* .section-6{
    background-image: url('../images/section6.png');
    background-size: cover;
} */

/* Section 7 */
.section-7{
    background-image: url('../images/background7.png');
    background-size: cover;
    
}

/* Section 8 */
.section-8{
    background-image: url('../images/product2.png');
    background-size: cover;
}

.section-custom{
    background-image: url('../images/product2\ -\ Copy.png');
    background-size: cover;
}

/* Section 9 */
.section-9{
    background-image: url('../images/background9.png');
    background-size: cover;
}

/* Section 10 */
.text-dark-blue{
    color: #102f5c;
}

.bg-biru{
    background-color: #102f5c !important;
}

.logo-lumi{
    bottom: 40px;
}

/* Responsive XXL */
@media screen and (max-width: 1450px) {
    .model-1{
        width: 900px;
        height: auto;
    }

    .glow{
        bottom: -100px;
    }

    .logo-lumi{
        width: 500px;
    }

    .fs-min-15-xxl{
        font-size: 15px !important;
    }
    .fs-min-19-xxl{
        font-size: 15px !important;
    }
    .fs-min-20-xxl{
        font-size: 20px !important;
    }

    .fs-min-22-xxl{
        font-size: 22px !important;
    }

    .fs-min-30-xxl{
        font-size: 30px !important;
    }

    .fs-min-32-xxl{
        font-size: 32px !important;
    }

    .fs-min-35-xxl{
        font-size: 35px !important;
    }

    .fs-min-40-xxl{
        font-size: 40px !important;
    }

    .fs-min-50-xxl{
        font-size: 50px !important;
    }
}


/* Responsive XL */
@media screen and (max-width: 1200px) {
    .model-1{
        max-width: 100% !important;
        height: auto;
    }

    .logo-lumi{
        width: 300px;
        bottom: 0px;
    }

    .sosmed-img{
        width: 20px;
    }

    .section-9{
        background-image: url('../images/sec-9-mob.png');
    }

    .carousel img {
        width: 100%;
        height: auto;
    }

    .fs-xl-12{
        font-size: 12px !important;
    }

    .fs-xl-16{
        font-size: 16px !important;
    }
    .fs-xl-17{
        font-size: 17px !important;
    }

    .fs-xl-20{
        font-size: 20px !important;
    }

    .fs-xl-24{
        font-size: 24px !important;
    }

    .fs-xl-26{
        font-size: 26px !important;
    }

    .fs-xl-28{
        font-size: 28px !important;
    }

    .fs-xl-30{
        font-size: 30px !important;
    }

    .fs-xl-34{
        font-size: 34px !important;
    }    

    .fs-xl-39{
        font-size: 39px !important;
    }

    .fs-xl-40{
        font-size: 40px !important;
    }

    .fs-xl-45{
        font-size: 45px !important; 
    }
}


/* Responsive LG */
@media screen and (max-width: 992px) {
    .fs-lg-20{
        font-size: 20px !important;
    }

    .glow{
        bottom: 0px;
    }

    .fs-lg-30{
        font-size: 30px !important;
    }

    .section-4{
        background-image: none;
        background-color: #E1F4FF !important;
    }
    .image-slider {
        margin: 30px;
        width: 75%;
        height: auto;
        overflow: hidden;
    }

    .dot-pagination span {
        height: 5px;
        width: 5px;
        margin: 0 5px;
        border-radius: 50%;
        background-color: #bbb;
        cursor: pointer;
    }
}

/* Responsive MD */
@media screen and (max-width: 768px) {
    .section-6{
        height: 600px !important;
    }

    .section-8{
        padding: 0px 5px !important;
    }
    .glow{
        bottom: 0px;
    }

    .slick-dots{
        top: -3px !important;
    }

    .section-8{
        background-position: right, top, bottom;
        background-size:cover;
    }

    .section-custom{
        background-image: url('../images/bg-cust-mob.png');
        background-size: cover;
    }

    .drop-faq{
        width: 90% !important;
        padding: 0px 15px !important;
    }

    .arrow-down{
        width: 35px !important;
    }

    .sosmed-img{
        width: 10px;
    }

    .checklist{
        width: 40px !important;
    }

    .glow{
        bottom: 0px;
    }

    .prod-9{
        margin-bottom: 100px;
    }

    .fs-md-9{
        font-size: 9px !important;
    }
    .fs-md-10{
        font-size: 10px !important;
    }
    .fs-md-12{
        font-size: 12px !important;
    }
    .fs-md-13{
        font-size: 13px !important;
    }
    .fs-md-14{
        font-size: 14px !important;
    }
    .fs-md-16{
        font-size: 16px !important;
    }
    .fs-md-18{
        font-size: 18px !important;
    }
    .fs-md-20{
        font-size: 20px !important;
    }
    .fs-md-22{
        font-size: 22px !important;
    }
    .fs-md-25{
        font-size: 25px !important;
    }
    .fs-md-36{
        font-size: 36px !important;
    }
    .fs-md-40{
        font-size: 40px !important;
    }
    

    /* Responsif SM */
    @media screen and (max-width: 576px) {
        .arrow-down{
            min-width: 25px !important;
            max-width: 25px !important;
            height: auto !important;
        }

        .drop-faq{
            padding: 0px 35px !important;
        }
    }
}