/* CSS lainnya... */

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    z-index: 2; /* Membuat tombol close tetap di atas konten */
}
/* CSS lainnya... */

.image-container-header {
    text-align: center;
}

.image-container-header img {
    width: 20%; /* Mengatur lebar gambar menjadi 200 piksel */
    height: 20%; /* Mengatur tinggi gambar menjadi 200 piksel */
}

.image-container-header p {
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 62px;
    margin-left: 16%;
    margin-right:16%;
    color:white;
}

/* CSS lainnya... */
.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/Landing_Page/PMA/assets/img/im3/BACKGROUND.png');
    background-size: cover, cover; /* Setiap gambar menggunakan cover */
    background-position: center, center; /* Setiap gambar berada di tengah */
    background-repeat: no-repeat, no-repeat; /* Tidak ada pengulangan gambar */
    opacity: 0.5; /* Opasitas gambar latar belakang */
   
}
.arrow{
margin-left: -5px;
    font-size: 10px;
    vertical-align: super;
}
/* CSS untuk section */
.thumbnailss-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* CSS untuk thumbnail */
.thumbnailss {
    width: 40%; /* Dua kolom, dengan margin di antaranya */
    margin-bottom: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.thumbnailss img {
    max-width: 100%;
    height: auto;
    width:96%
}

.thumbnailss-info {
    margin-top: 10px;
}

/* CSS untuk popup (tanpa perubahan) */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    justify-content: center;
    align-items: center;
}

.popup-media {
    flex: 1;
    padding: 10px;
    max-height: 400px;
    overflow: hidden;
}

.popup-media h3{
   text-align-last: left;
   
}
.popup-media img {
    max-width: 100%;
    height: auto;
}

.popup-info {
    flex: 1;
    text-align: left;
    align-self:center;
}
.video {
position: absolute;
    top: 5%;
    left: 2%;
    width: 48%;
    height: 95%;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 6%;
    cursor: pointer;
    font-size: 56px;
}
.popup-info h3{
   
    text-align: left;
	color: #c6a159;
	font-size: 24px;
	font-weight:700;
}
.popup-info .p{
   
    text-align: left;
	color: #c6a159;
	font-size: 18px;
}
.im3-section p{
	text-align: left;
    font-size: 16px;
    margin-top: 10px;
    
}
