.gallery-inner-section .gallery-inner-header h1 p {
    color: var(--primary-color) !important;
    font-size: 1.5rem;
    font-weight: 700;
}
.arbic-version .gallery-inner-section .gallery-inner-header h1 p  {
        font-size: 1.4rem;
}
.gallery-inner-section .gallery-inner-pics a {
    cursor: pointer;
}
.gallery-inner-header p {
    color: rgb(35 31 32 / 40%);
}

.single-image-gallery img{
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border: var(--main-border);
    object-fit: contain;
}

.dark-mode .gallery-inner-header h1 {
    color: #fff;
}