* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
}

.logo {
    width: 250px;
    margin-left: 20px;
}
.navigasi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #324c8a;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.navigasi-list {
    display: flex;
    list-style: none;
    gap: 20px;
    margin-right: 20px;
}

.navigasi-list li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.content1 {
    position: relative;
    background-image: url("/asset/image/Accounting Service Website in Black and White Photographic Style.png");
    background-size: cover; /* Menyesuaikan ukuran gambar dengan div */
    background-repeat: no-repeat;
    height: 1100px;
    padding-top: 270px;
    padding-right: 9%;
}
.content1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 86, 236, 0.274); /* Warna biru muda transparan */
    z-index: 1; /* Pastikan lapisan ini berada di atas gambar */
}
.content1 .content {
    text-align: right;
    line-height: 1;
    position: relative;
    z-index: 4;
}

.text1 {
    color: #ffffff;
    font-size: 80px;
    font-weight: 900;
}
.text2 {
    color: #ffffff;
    font-size: 80px;
    font-weight: 900;
}
.text3 {
    color: #ffffff;
    font-size: 80px;
}
.kotak-tombol {
    margin-top: 20px;
}

.tombol1 {
    background-color: gray; /* Warna latar belakang abu-abu */
    color: white; /* Warna teks putih */
    border: none; /* Menghilangkan border default */
    padding: 15px 50px; /* Padding dalam tombol */
    text-align: center; /* Posisikan teks di tengah */
    text-decoration: none; /* Menghilangkan garis bawah pada teks */
    display: inline-block; /* Menampilkan sebagai elemen inline-block */
    font-size: 16px; /* Ukuran teks */
    margin: 4px 2px; /* Margin di sekitar tombol */
    cursor: pointer; /* Mengubah cursor menjadi pointer saat dihover */ /* Membuat sudut tombol melengkung */
    transition: background-color 0.3s;
}

.content2 {
    background-color: white;
    padding: 150px;
}

.isicontent2 {
    display: flex;
    gap: 200px;
}

.isicontent2-kiri {
    width: 40%;
}

.text4 {
    font-size: 60px;
    font-weight: 900;
}
.text5 {
    font-size: 60px;
    font-weight: 100;
}
.text6 {
    margin-top: 20px;
    font-size: 20px;
}

.content3 {
    background-color: white;
    padding: 150px;
}

.isicontent3 {
    display: flex;
    gap: 150px;
}

.text7 {
    font-size: 60px;
    font-weight: 900;
}
.text8 {
    font-size: 60px;
    font-weight: 100;
}

.text20 {
    font-weight: 100;
}
.text10 {
    margin-top: 10px;
}

.tombol1 > a {
    text-decoration: none;
    color: white;
}

.kotak-tombol3 {
    margin-top: 20px;
}

.gambar-content3 {
    display: flex;
    gap: 20px;
}

.kotak-gambar-3 {
    width: 300px;
}

.content4 {
    padding: 50px 150px;
    background-color: #324c8a;
}
.text11 {
    font-size: 60px;
    font-weight: 900;
    color: white;
}
.text12 {
    font-size: 60px;
    font-weight: 100;
    color: white;
}

.kotak-content4 {
    margin-top: 10px;
    display: flex;
    gap: 30px;
}

.text13 {
    font-size: 40px;
    font-weight: 900;
    color: white;
}

.text14 {
    font-size: 40px;
    font-weight: 100;
    color: white;
    margin-left: 10px;
}
.kotaktext-content4 {
    width: 50%;
    color: white;
}
.kotak-tombol4 {
    margin-top: 20px;
}

.content5 {
    padding: 150px;
    background-color: black;
}

.text15 {
    font-size: 60px;
    font-weight: 900;
    color: white;
}

.text16 {
    font-size: 60px;
    font-weight: 100;
    color: white;
    margin-left: 10px;
}

.text-content5 {
    display: flex;
    flex-direction: row;
   gap: 300px;
    color: white;
    margin-top: 200px;
}

.socialmediakotak {
    display: flex;
    gap: 20px;
}

.socialmedia {
    margin-top: 100px;
}

.sckt1 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    color: white;
    text-align: center;
}

/* CARAOUSEL */
.carousel-container {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item {
    min-width: 100%;
    box-sizing: border-box;
}

.carousel-item img {
    width: 100%;
    height: auto;
    display: block;
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
    font-size: 24px;
    color: white; /* Warna panah */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Efek bayangan */
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}



/* public/css/app.css */



@media only screen and (max-width: 768px) {
    /* Gaya CSS untuk perangkat mobile */
    
    .body{
        width:100%;
    }

    .logo {
        width: 200px;
        margin-left: 0;
        margin-bottom: 10px;
    }
   .navigasi {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
        padding: 10px 0;
    }

      .navigasi-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-right: 0;
        width: 100%;
        padding: 0 10px;
    }
    
    .navigasi-list li {
        width: calc(33.33% - 10px); /* 3 items per row with gap */
        text-align: center;
    }

    .navigasi-list li a {
        display: block;
        font-size: 14px;
        padding: 8px 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .content1 {
        height: 395px;
        width: 395px;
        padding-top: 110px;
        background-image: url("/asset/image/1.png");
        padding-right: 30px;
    }
    .text1 {
        color: #ffffff;
        font-size: 40px;
        font-weight: 900;
    }
    .text2 {
        color: #ffffff;
        font-size: 40px;
        font-weight: 900;
    }
    .text3 {
        color: #ffffff;
        font-size: 40px;
    }
    .tombol1 {
        padding: 10px 30px;
    }

    .content2 {
        background-color: white;
        padding: 30px 30px;
    }

    .isicontent2 {
        flex-direction: column;
        gap: 30px;
    }

    .isicontent2-kiri {
        width: 100%;
    }

    .text4 {
        font-size: 40px;
        font-weight: 900;
    }
    .text5 {
        font-size: 40px;
        font-weight: 100;
    }
    .text6{
        font-size:15px ;
    }
    .isicontent2-kanan > img {
        width: 300px;
        margin-left: 20px;
    }
    .content3 {
        background-color: white;
        padding: 30px;
    }

    .gambarc3{
        width: 300px;
    }

    .isicontent3 {
        display: flex;
        gap: 30px;
        flex-direction: column;
    }

    .text7 {
        font-size: 30px;
        font-weight: 900;
    }
    .text8 {
        font-size: 30px;
        font-weight: 100;
    }

    .text9 {
        margin-top: 10px;
    }
    .text10 {
        margin-top: 10px;
    }

    .tombol1 > a {
        text-decoration: none;
        color: white;
    }

    .kotak-tombol3 {
        margin-top: 20px;
    }

    .gambar-content3 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .hook {
        padding-left: 11px;
    }

    .kotak-gambar-3 {
        width: 300px;
    }

    .content4 {
        padding: 30px;
        background-color: #324c8a;
    }
    .text11 {
        font-size: 30px;
        font-weight: 900;
        color: white;
    }
    .text12 {
        font-size: 30px;
        font-weight: 100;
        color: white;
    }

    .kotak-content4 {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .text13 {
        font-size: 20px;
        font-weight: 900;
        color: white;
    }

    .text14 {
        font-size: 40px;
        font-weight: 100;
        color: white;
        margin-left: 10px;
        display: none;
    }
    .kotaktext-content4 {
        width: 100%;
        color: white;
    }
    .kotak-tombol4 {
        margin-top: 20px;
    }

    .kotak-tombol4>.tombol1{
        display: none;
    }

    .gambar-content4 {
        width: 400px;
    }
    .content5 {
        padding: 30px;
        background-color: black;
    }

    .text15 {
        font-size: 30px;
        font-weight: 900;
        color: white;
    }

    .text16 {
        font-size: 30px;
        font-weight: 100;
        color: white;
        margin-left: 10px;
    }

    .text-content5 {
        display: flex;
        flex-direction: column;
        align-items: space-between;
        color: white;
        gap: 30px;
        margin-top: 10px;
    }

    .text-content5 > .footerisi {
        margin-top: 20px;
    }

    .socialmediakotak {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .socialmedia {
        margin-top: 50px;
    }

    .sckt1 {
        display: flex;
        color: white;
        text-align: left;
        gap: 5px;
    }

    
}
