


.gallery h3{
    text-align: center;

    color: #0469a1;
    width: 100%;
}
#galeri-foto{
    border:4px solid #0469a1;
    
}

#galeri-foto:hover{
    box-shadow: 0px 0px 20px 0px black;
    cursor: pointer;
}
.gallery {
    display: flex;
    border-radius: 15px;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 50px 15px; 
    
}

.gallery-item {
    position: relative;
    padding:0px;
    cursor: pointer;
    width: 300px;
    height: 200px;
    overflow: hidden;
    border-radius: 15px;
    margin: 15px;
    border:3px solid #0469a1;
}

.gallery-item img{
margin: auto;
text-align: center;
 
}
.gallery-item img:hover{
    box-shadow: 0px 0px 20px 0px black;
    
}
.gallery-item img, .gallery-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#galeri-foto:hover{
    box-shadow: 0px 0px 20px 0px black;
    
}

#fullscreen{
    width: 100%;
}
.fullscreen {
    display: none;
    position:fixed;
    right: 0px;
    top: 50px;
    margin: auto;
    width: 350%;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;

    z-index: 1000;
}

.fullscreen img, .fullscreen video {
    max-width: 90%;
    max-height: 90%;
}

.fullscreen.active {
    display: flex;
}

.close-btn, .prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: white;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border: none;
}

.close-btn {
    top: 20px;
    right: 20px;
    transform: none;
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

.foto1{
    text-align: center;
    justify-content: center;
 
}
.video1{
    justify-content: center;
}

.videoh3{
    text-align: center;
    margin: auto;
    color: white;
}