body{
    font-family: "Poppins", sans-serif;
}

.judul_logo {
    font-weight: 500;
    font-style: normal;
    color: #2AA5EC;
}

.gambar_logo {
    height: 50px;
}

/* ---------------- BATAS LOGO ------------------ */

.bg-menu {
    background-color: #fff;
    font-weight: 500;
    font-style: normal;
    color: #7C7C7C;
}

li.menu-aktif a {
    color: #2AA5EC !important;
}

li a:hover {
    color: #2AA5EC !important;
}

/* --------------- BATAS WARNA NAVBAR --------------- */

.gambar-slider {
    margin-top: 7%;
    width: 100%;
}

.text-slider {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

.judul_slider{
    font-size: 18px;
}

.deskrisi_slider{
    font-size: 32px;
    font-weight: 200;
}

.bullets {
    text-align: center;
    margin-top: 10px;
}

.bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: gray;
    border-radius: 50%;
    cursor: pointer;
}

.bullet.active {
    background-color: #2AA5EC;
}

/* --------------------------- BATAS SLIDER --------------- */

.judul-utama{
    font-weight: 500;
    font-style: normal;
    color: #7C7C7C;
    font-size: 24px;
}

.deskripsi-utama{
    font-weight: 300;
    font-style: normal;
    color: #7C7C7C;
    font-size: 16px;
}

.judul-kedua{
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size: 24px;
}

/* ------------------------------------------------------------ */

.bg-gradasi{
    width: 100%;
    height: auto;
    background: linear-gradient(to bottom, #2AA5EC, #CFEDFF);
}

.position-relative {
    position: relative;
}

.overlay-image {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.produk-image {
    width: 100%;
    height: auto;
}

.judul-produk{
    font-weight: 500;
    font-style: normal;
    color: #7C7C7C;
    font-size: 16px;
}

.card-produk {
    transition: transform 0.3s ease;
}

.card-produk:hover {
    transform: scale(1.05);
}

/* ----------------------------------------- */

.klien-image{
    width: auto;
    height: 80%; 
    left: 50%;
    padding: 20px 20px 20px 20px;  
    transition: transform 0.3s ease;             
}

.klien-image:hover {
    transform: scale(1.05);
}

.bayangan{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80%;
    text-align: center;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.tombol{
    border: 2px solid white;
}

/* ---------------------------------------------- */

.footer{
    height: 100px;
    background: #282425;
    color: #fff;
    font-weight: 200;
    font-style: normal;
    font-size: 16px;         
    line-height: 100px;       
}



/* =================== START TAMPILAN MOBILE ===================== */

@media (max-width: 576px) {

    .judul_logo {
        font-weight: 500;
        font-style: normal;
        color: #2AA5EC;
        font-size: 14px;
    }

    .gambar_logo {
        height: 35px;
        margin-bottom: 15px;
    }

    /* ---------------- BATAS LOGO ------------------ */

    .gambar-slider {                    
        width: 100%;
        height: 60vh;
        object-fit: cover;
        object-position: center center;
    }

    .text-slider {
        top: 55%;
        padding: 0 0px;
        width: 80%;
    }
    
    .judul_slider {
        font-size: 12px;
    }

    .deskrisi_slider {
        font-size: 18px;
    }

    .bullet {
        width: 8px;
        height: 8px;
        margin: 0 2px;
    }                

    .bullets {
        margin-top: 5px;
    }

    /* ------------------------------------ */

    .klien-image{
        width: 100%;
        height: 100%; 
        left: 50%;
        padding: 20px 20px 20px 20px;  
        transition: transform 0.3s ease;             
    }

    .bayangan{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        background-color: #f8f9fa;
        border: 1px solid #ddd;
        font-size: 14px;
        font-weight: bold;
        color: #333;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    }

    
}