
.gallery1 .gallery-container {
    padding: 0;
    width: 100%;
    color: #000;
    height: 100%;
    font-size: 14px;
    position: relative;
    aspect-ratio: 2.3264;
}

.gallery1 .swiper {
    width: 100%;
    height: 100%;
}

.gallery1 .swiper-slide {
    overflow: hidden;
    position : relative
}

.gallery1 .introduction {
    position: absolute;
    width: 400px;
    height: auto;
    display: flex;
    direction: rtl;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 2px solid transparent;
    box-shadow: 0px 0px 13px 5px #00000024;
    padding: 2rem;
}

.gallery1 .introduction-title {
    direction: rtl;
    color: #d2e0ed;
    font-size: 45px;
    font-weight: 700;
    line-height: 56px;
    word-spacing: -7px;
}

.gallery1 .introduction-divider {
    width: 100%;
    display: flex;
    margin: 1rem 0;
    align-items: start;
    border-top: 1px solid #000;
}

.gallery1 .introduction-description {
    margin: 8px 0;
    direction: rtl;
    color: #d2e0ed;
    font-size: 22px;
    text-align: start;
    line-height: 38px;
    white-space: pre-wrap;
    overflow: visible;
}

    .gallery1 .swiper-slide img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
        backdrop-filter: blur(11px);
    }

.image-text {
    position: absolute;
    transition-delay: 2s;
    transition: all 2s ease-in;
}

.gallery1 .swiper-button-next {
    right: 1rem;
    font-weight: bold;
    color: var(--formButton_bcolor1);
}

.gallery1 .swiper-button-prev {
    left: 1rem;
    font-weight: bold;
    color: var(--formButton_bcolor1);
}

/*.gallery1 .swiper-pagination-bullet-active {
    background: var(--formButton_bcolor1);
}*/

@media (max-width : 1080px) {
    .gallery1 .swiper-wrapper > div {
        background-image: none !important;
    }
    .gallery1 .introduction {
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        transform: translate(-50%, -50%);
    }

    .gallery1 .swiper-slide img {
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width : 540px) {
    .gallery1{
        height : auto !important
    }
        .gallery1 .introduction {
/*            top: 50% !important; 
            left: 50% !important; 
            right : auto !important;
            bottom : auto !important;
            transform: translate(-50%, -50%);
            max-width : 90% ;*/
            display : none ;
        }
    .gallery1 .gallery-container {
        height: 100%;
    }

    .gallery1 .swiper-button-next, .gallery1 .swiper-button-prev {
        display : none ;
    }
}
