.fs-7 {
    font-size: 0.9rem;
}

.fs-8 {
    font-size: 0.8rem;
}

.fs-9 {
    font-size: 0.7rem;
}

.bg-informasi-umum {
    background-color: #d8dfeb;
}

.ukuran-div-beasiswa {
    width: 500px;
    border-radius: 10px;
    backdrop-filter: blur(10px); /* Adjust the blur value as needed */
    background-color: rgba(
        255,
        255,
        255,
        0.2
    ); /* Adjust the background color and opacity as needed */
    display: flex;
    flex-direction: column;
}

.text-oyen {
    color: #820d0d;
}

.tombol-kita {
    padding: 7px 10px;
    border-radius: 8px;
    border-style: none;
}

.text-oyen:hover {
    color: #820d0d;
    background-color: #c2c2c2;
}

.section-footer {
    width: 300px;
}

.logo-footer-1 {
    width: 80px;
}

.logo-footer-2 {
    width: 70px;
}

.logo-footer-1-kecil {
    width: 60px;
}

.logo-footer-2-kecil {
    width: 50px;
}

.border-logo {
    border-style: solid;
    border-radius: 50%;
}

.margin-hero-title {
    margin-bottom: 180px;
}

.vertical-line {
    width: 1px;
    background-color: black;
}

#underline-line-informasi-umum {
    width: 50px;
    height: 1px;
    transition: all 0.3s ease-in-out;
}

#underline-line-mitra {
    width: 50px;
    height: 1px;
    transition: all 0.3s ease-in-out;
}

#mitra-kampus:hover {
    #underline-line-mitra {
        width: 320px;
    }
}

#informasi-umum:hover {
    #underline-line-informasi-umum {
        width: 380px;
    }
}

.bg-image-container {
    /*width: 200px; !* Set the desired width *!*/
    height: 75px; /* Set the desired height */
    overflow: hidden;
    /*border: 1px solid #ccc; !* Optional: Add a border for visual clarity *!*/
}

.image-container {
    width: 100px; /* Set the desired width */
    height: 100px; /* Set the desired height */
    overflow: hidden;
    border-radius: 50%;
    margin-top: -60px;
}

.cropped-image {
    width: 100%; /* Make the image fill the container */
    height: auto; /* Maintain the aspect ratio of the image */
    display: block;
}

.pill {
    border-style: solid;
    border-width: 1px;
    padding: 3px 7px;
    border-radius: 10px;
    font-size: 12px;
}

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

/* Style untuk wadah gambar */
.gambar-hero {
    position: relative;
    width: 100%; /* Sesuaikan lebar wadah sesuai kebutuhan Anda */
    overflow: hidden;
}

.gambar-hero img {
    width: 100%; /* Agar gambar mengisi lebar wadah */
    height: 500px;
    object-fit: cover; /* Atur objek gambar untuk menutupi area yang ditetapkan */
    object-position: center; /* Atur posisi objek gambar ke tengah */
    filter: blur(2px);
    display: block; /* Menghilangkan spasi ekstra di bawah gambar */
}

@media (max-width: 768px) {
    .gambar-hero img {
        width: 100%; /* Agar gambar mengisi lebar wadah */
        height: auto; /* Agar gambar menyesuaikan tinggi secara proporsional */
        filter: blur(0px);
        display: block; /* Menghilangkan spasi ekstra di bawah gambar */
    }
}

/* Style tambahan untuk konten di dalam wadah (opsional) */
.content-inside {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-40%, -50%);
    color: white;
}
