@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

@font-face {
    font-family: "warkop";
    src: url("../assets/Warung\ Kopi\ Regular.otf") format("opentype");
}

body {
    font-family: 'Poppins';
    background-color: rgba(0, 0, 0, .9);
    overflow-x: hidden;
}

#bgTransparanRubik1 {
    position: absolute;
    width: 90%;
    left: -20%;
    z-index: -1;
}

#bgTransparanRubik2 {
    position: absolute;
    width: 70%;
    right: 0;
    z-index: -1;
}

.navbar {
    background-color: #000 !important;
}

.navbar .nav-link {
    color: white !important;
}

.navbar-glass {
    background-color: rgba(0, 0, 0, 0.75) !important;
    backdrop-filter: blur(10px);
    transition: background-color 0.3s ease;
}

header {
    background-image: url('../assets/hero.png');
    background-size: cover;
    height: 90vh;
    background-repeat: no-repeat;
}

#heroName {
    width: 700px;
    margin-left: 40px;
    margin-top: 280px;
}

#heroTagline {
    width: 200px;
    height: 80px;
    margin-top: 380px;
}

#videoOrder {
    margin-top: 90px;
}

#videoOrder #caption {
    color: white;
    font-size: 30px;
    text-align: justify;
}

#videoOrder #taglineRubik {
    color: #DCB969;
    font-size: 40px;
    font-family: 'warkop';
}

#videoOrder .video-frame {
    position: relative;
    max-width: 560px;
    /* Sesuaikan dengan lebar video */
    margin: 0 auto;
}

#videoOrder .video-frame img {
    display: block;
    width: 100%;
    height: auto;
}

#videoOrder .video-container {
    position: absolute;
    top: 50%;
    left: 52.5%;
    transform: translate(-60%, -60%);
}

#videoOrder .video-container iframe {
    display: block;
    width: 400px;
    height: 250px;
}

#benefit {
    border: 3px solid rgb(146, 146, 146);
    border-radius: 20px;
    padding: 30px 0px;
    margin-top: 70px;
    margin-bottom: 70px;
}

#antibiasa {
    margin-top: 120px;
    margin-bottom: 100px;
    color: white;
    font-size: 25px;
    text-align: justify;
    min-height: 250px;
}

#ornamentAntiBiasa {
    width: 400px;
}

#hasBeenDone {
    margin-top: 140px;
    margin-bottom: 100px;
}

#hasBeenDone h4 {
    color: #DCB969;
}

#hasBeenDone #clientLogos {
    width: 100%;
    height: 130px;
    margin-top: 20px;
    background: linear-gradient(to right, #6262622d 0%, #626262 50%, #6262622d 100%);
    color: white;
}

#theOpinions {
    margin-top: 100px;
    margin-bottom: 100px;
}

#theOpinions h4 {
    color: #DCB969;
}

#theOpinions .cardItem {
    background-color: rgba(255, 255, 255, 0.123);
    backdrop-filter: blur(8px);
    padding: 15px;
    min-height: 190px;
    margin-top: 23px;
    color: white;
    font-weight: 300;
}

/* #theOpinions .cardItem img {
    height: auto;
    border-radius: 18px;
} */

.circle {
    width: 70px;
    height: 70px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.logo {
    max-width: 100%;
    max-height: 100%;
}

#aboutUs {
    margin-top: 100px;
    margin-bottom: 100px;
}

#aboutUs h4 {
    color: #DCB969;
}

#aboutUs p {
    color: white;
    font-size: 20px;
}

footer {
    background-color: #000;
    padding-top: 50px;
    padding-bottom: 20px;
    color: white;
    font-weight: 200;
}

footer #copyrightDesktop {
    font-weight: 200;
}

footer #copyrightMobile {
    font-weight: 200;
    display: none;
}

footer #noHp {
    font-size: 40px;
    margin-top: -10px;
}

footer #linkSosmed {
    font-weight: 400;
}

footer #linkSosmed a {
    text-decoration: none !important;
}

footer #linkSosmed i {
    color: white;
    font-size: 20px;
}

.containerSlider .logos img {
    width: 120px !important;
}

.containerSlider {
    width: 100vw;
    overflow: hidden;

    .slider {
        animation: slidein 15s linear infinite;
        white-space: nowrap;
        /* margin-left: 0px !important; */

        .logos {
            width: 100%;
            display: inline-block;
            margin: 0px 0;

            img {
                width: calc(100% / 2);
                animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
            }
        }

    }
}

@keyframes slidein {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-140%, 0, 0);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#maps {
    width: 100%;
    height: 300px;
    border-radius: 25px;
    border: 4px solid rgb(49, 49, 49) !important;
}

@media(max-width: 425px) {

    .containerSlider {
        .slider {
            animation: slidein 12s linear infinite;
        }
    }

    @keyframes slidein {
        from {
            transform: translate3d(0, 0, 0);
        }

        to {
            transform: translate3d(-920%, 0, 0);
        }
    }

    body {
        overflow-x: hidden;
    }

    header {
        height: 300px;
        background-position-x: -300px;
    }

    #bgTransparanRubik2 {
        width: 110%;
    }

    #heroName {
        width: 290px;
        margin-left: 0;
        margin-top: 100px;
    }

    #heroTagline {
        width: 80px;
        height: 27px;
        margin-top: 10px;
    }

    #videoOrder {
        margin-top: 0px;
    }

    #videoOrder #caption {
        color: white;
        font-size: 14px;
        text-align: justify;
    }

    #videoOrder #taglineRubik {
        font-size: 20px;
        text-align: center;
    }

    footer #noHp {
        font-size: 30px;
        margin-top: -10px;
    }

    #videoOrder .video-container iframe {
        display: block;
        width: 255px;
        height: 130px;
    }

    #hasBeenDone {
        margin-top: -20px;
    }

    #ornamentAntiBiasa {
        width: 250px;
    }

    #antibiasa {
        margin-top: -50px;
        font-size: 15px;
        min-height: 320px;
    }

    #antibiasa #carouselExampleInterval {
        margin-top: 30px;
    }

    #sectionBenefit {
        padding: 50px;
        margin-top: -60px;
    }

    #benefit img {
        width: 180px;
    }

    footer #copyrightDesktop {
        display: none;
    }

    footer #copyrightMobile {
        display: block;
        margin-top: 20px;
        font-size: 10px;
    }

}