
.child-list {
    display: flex;
    /* Mengaktifkan display flex untuk elemen .child-list */
    justify-content: center;
    /* Rata tengahkan elemen dalam baris horizontal */
    align-items: center;
    /* Rata tengahkan elemen secara vertikal di tengah baris */
    flex-wrap: wrap;
    /* Jika lebar elemen melebihi layar, pindah ke baris berikutnya */
}

.child-item {
    text-align: center;
    /* Mengatur teks rata tengah */
    margin: 10px;
    /* Jarak antara elemen child-item */
}

.modal-backdrop {
    height: 100%;
}






@media (max-width: 768px) {
    .container1 {
        display: grid;
        grid-template-columns: 50% 50% !important;
        padding: 0px !important;
    }

    .videobg h1 {
        margin-top: 50px;
    }

    .container2 {
        grid-template-columns: 33% 33% 33%;
        width: 100%;
        gap: 10px;
    }

    .container2 img {
        width: 65px;
        height: 65px;
    }
}

@media (min-width: 768px) {
    .container1 {
        display: grid;
        grid-template-columns: 25% 25% 25% 25% !important;
        padding: 0px !important;
    }


    .container2 {
        grid-template-columns: 120px 120px 120px 120px 120px;
        gap: 10px;
    }

    .container2 img {
        width: 80px;
        height: 75px;
    }




    .fullscreen {
        height: 100vh;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

}

.search-container {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 50px;
    margin: 0 auto;
    max-width: 650px;
    border: 1px solid;
    border-color: #d9d9d9b2;
    /* Atur lebar maksimum formulir */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.search-input {
    width: 80%;
    /* Atur lebar input */
    padding: 8px;
    /* border: 1px solid #ccc; */
    border-radius: 3px;

}


/* Tambahkan animasi berkedip-kedip */
@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.arrow-icon {
    margin-top: 20px;
    animation: blink 1.5s infinite;
    font-size: 3.5em;
}

.fullscreen {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;


}

.container2 {
    display: grid;
    justify-content: center;
    max-width: none;
    margin: 0 auto;

}


.bottom-based-tools-wrp {
    width: 100%;
    position: fixed;
    z-index: 99;
    bottom: 25px !important;
    align-items: center;
    padding: 10px;
    text-align: center;
}

img {
    -webkit-transition: unset !important;
}

@media all and (min-width:600px) {
    .tools-wrp-bottom-container {
        grid-template-columns: 120px 120px 120px 120px 120px;
        border-radius: 15px;
    }

    .bottom-based-tools-wrp .tools-wrp-bottom-container {
        grid-template-columns: 100px 100px 100px 100px 100px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .bottom-based-tools-wrp .tool-bottom-text {
        font-size: 0.7rem;
    }

    .bottom-based-tools-wrp .tool-bottom-icon {
        width: 50px;
        height: 50px;
    }

    .bottom-based-tools-wrp .tool-bottom-wrp-icon {
        width: 50px;
        height: 50px;
    }

    .tool-bottom-text {
        text-align: center;
        font-size: 0.7rem;
        margin-top: 0.3rem;
        color: #2b2b2b;
    }
}

@media all and (max-width:600px) {
    .tools-wrp-bottom-container {
        grid-template-columns: 33% 33% 33%;
        width: 100%;
        
    }

    .bottom-based-tools-wrp .tools-wrp-bottom-container {
        grid-template-columns: 20% 20% 20% 20% 20%;
        width: 100%;
    }

    .bottom-based-tools-wrp .tool-bottom-wrp-icon,
    .bottom-based-tools-wrp .tool-bottom-icon {
        width: 40px;
        height: 40px;
    }

    .bottom-based-tools-wrp .tool-bottom-text {
        line-height: normal;
        font-size: 0.6rem;
        margin-top:5px;
    }

    .tool-bottom-text {
        line-height: normal;
        font-size: 0.75rem;
    }

    .tools-wrp-bottom {
        margin-bottom: 30px;
    }

    .bottom-based-tools-wrp .tools-wrp-bottom {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    .bottom-based-tools-wrp {
        bottom: 0px !important;
        padding: 0px;
    }
}

.tools-wrp-bottom-container {
    margin: auto;
    align-self: center;
    width: max-content;
    display: grid;
    grid-column-gap: auto;
    grid-template-columns: 70px 70px 70px 70px 70px;
    background: #fffbfbe5;
   
    padding: 10px;
    overflow-x: hidden;
    transition: ease-in-out all 1s, ease-in all 1s !important;
}

.tool-bottom-wrp-icon {
    margin: auto;
    align-self: center;
    align-items: center;
    border-radius: 15px;
    width: 75px;
    height: 75px;
    background: transparent;
}



        @media (min-width: 768px) {
            #backtop {
            position: fixed;
            bottom: 50px;
            right: 40px;
            z-index: 999;
            visibility: none;
            opacity: 0;
            cursor: pointer;
            transition: opacity 0.3s;
        }
        #backtop.show {
            visibility: visible;
            opacity: 1;
        }
        }

        @media (max-width: 768px) {
            #backtop {
            position: fixed;
            bottom: 100px;
            right: 20px;
            z-index: 999;
            visibility: none;
            opacity: 0;
            cursor: pointer;
            transition: opacity 0.3s;
        }
        #backtop.show {
            visibility: visible;
            opacity: 1;
        }
        }

         
   

