.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
}
.header img {
    height: 50px;
    margin-right: 10px;
}
.header .title {
    display: flex;
    align-items: center;
}
.header h1 {
    font-size: 24px;
    margin: 0;
}
.header .nav {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
}
.header .nav a {
    margin-left: 20px;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
}
.header .nav a.active {
    border-bottom: 2px solid #007bff;
}
.header .nav .menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
}
.header .nav .menu {
    display: flex;
}
.banner {
    /* background-color: #e3f2fd; */
    padding: 20px;
    text-align: center;
}
.banner h2 {
    font-size: 32px;
    color: #007bff;
    margin: 10px 0;
}
.banner .logos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.banner .logos img {
    height: 50px;
    margin: 0 10px;
}
.content {
    background-image: url('https://placehold.co/1200x400');
    background-size: cover;
    background-position: center;
    padding: 60px 20px;
    text-align: center;
    color: white;
    position: relative;
}
.content h3 {
    font-size: 28px;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #007bff;
    border-bottom: 1px solid #007bff;
}
/* .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50%;
} */
.quote {
    font-size: 2em;
    text-align: center;
    position: relative;
    padding: 0 70px;
    color: white;
    font-style: italic;
    font-family: roboto;
}
.quote::before, .quote::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 100px;
    height: 1px;
    background-color: #00FFFF;
}
.quote::before {
    left: -120px;
}
.quote::after {
    right: -120px;
}


.containers {
    display: flex;
  
    background-image: url("../img/gedung_br4.png");
    justify-content: space-between;
    align-items: center;
    height: 55%;
    padding: 0 60px;
    /* display: block; */
}


.buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.button {
    background-color: white;
    color: #00BFFF;
    padding: 10px 20px;
    border-radius: 12px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, color 0.3s;
    font-family: roboto;
    
}
.button:hover {
    background-color: #00BFFF;
    color: white;
}
@media (max-width: 768px) {
    .containers {
        flex-direction: column;
        text-align: center;
    }
    .buttons {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .button {
        margin: 10px;
    }
}
@media (max-width: 768px) {
    .header .nav .menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 20px;
        background-color: #f8f9fa;
        border: 1px solid #e9ecef;
        border-radius: 5px;
        width: 150px;
    }
    .header .nav .menu a {
        margin: 10px 0;
        padding: 10px;
        text-align: center;
    }
    .header .nav .menu-icon {
        display: block;
    }
 
}
/* Berita */
body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
}
.container {
    width: 80%;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
    font-size: 24px;
    margin-bottom: 20px;
}
.news-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-item {
    display: flex;
    width: 48%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.news-item:last-child {
    border-bottom: none;
}
.news-image {
    width: 30%;
    margin-right: 20px;
}
.news-image img {
    width: 100%;
    height: auto;
}
.news-content {
    width: 70%;
}
.news-title {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px 0;
    /* text-align: justify; */
    /* text-justify: inter-word; */
}
.news-description {
    font-size: 14px;
    color: #555;
    margin: 0 0 10px 0;
}
.news-meta {
    font-size: 12px;
    color: #999;
}
@media (max-width: 768px) {
    .news-item {
        width: 100%;
        flex-direction: column;
    }
    .news-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .news-content {
        width: 100%;
    }
}
.responsive {
width: 100%;
height: auto;
}
.image {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7); /* Bayangan hitam */
    transition: box-shadow 0.3s ease; /* Animasi transisi */

}
.left, .right-top, .right-bottom {
    position: relative;
    color: white;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.left {
    flex: 2;
    background: url('../img/content7.jpeg') no-repeat center center;
    background-size: cover;
    height: 400px;
}
.right {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.right-top {
    background: url('../img/content2.jpeg') no-repeat center center;
    background-size: cover;
    height: 200px;
}
.right-bottom {
    background: url('../img/content10.png') no-repeat center center;
    background-size: cover;
    height: 200px;
}
.overlay {
    position: absolute;
    bottom: 10px;
    left: 25px;
 

}
.overlay a {
    color: white;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    
}
.overlay a:hover {
    text-decoration: underline;
}
.left:hover, .right-top:hover, .right-bottom:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .image {
        flex-direction: column;
    }
    .left, .right-top, .right-bottom {
        flex: 1;
        height: 150px;
    }
    .left {
        background: url('../img/content7.jpeg') no-repeat center center;
        background-size: cover;
    }
    .right-top {
        background: url('../img/content2.jpeg') no-repeat center center;
        background-size: cover;
    }
    .right-bottom {
        background: url('../img/content10.png') no-repeat center center;
        background-size: cover;
    }
    .overlay {
        position: static;
        padding: 10px;
        background: rgba(0, 0, 0, 0.5);
    }
}
.image-container {
overflow: hidden;
}

.image-container img {
width: 100%;
transition: transform 0.3s ease;
}

.image-container:hover img {
transform: scale(1.1);
}

