li.img-container img {
    height: 132px;
    width: auto;
    max-width: none;
    border-radius: 12px;
}

li.img-container {
    list-style: none;
    cursor: pointer;

}

#galleryModal,#videosModal {
    z-index: 10000;
    background: rgba(79, 79, 79, 0.98);
}

#galleryModal .modal-content {
    border-radius: 0 !important;
    background: transparent !important;
    border: none;
}

.gallery-img-container {
    width: 64%;
    height: calc(100vh - 140px);
    padding: 0 3px;
}
.gallery-img-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
    display: block;
}
.gallery-img-container iframe{
    width: 100%;
    height: 100%;
    display: block;
}
/* .slideContainer img,  .slideContainer iframe{
    max-width: 64%;
    display: block;
    max-height: 490px;
} */
/* .slideContainer iframe{
    width: 64%;
} */

.slideContainer .galleryDescription {
    max-width: 36%;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.galleryDescription h1 {
    color: var(--Gray-white, #FFF);
    text-align: right;
    /* Dubai/Headline/H5 */
    font-family: Dubai;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.galleryDescription span {
    color: var(--Gray-400, #F2F2F2);
    text-align: right;
    font-family: Dubai;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 114.286% */
}

.galleryDescription p {
    color: var(--Gray-white, #FFF);
    text-align: right;
    /* Dubai/Paragraph/Regular */
    font-family: Dubai;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.slideContainer {
    gap: 12px;
}

#galleryModal .modal-dialog,#videosModal .modal-dialog {
    width: 83.431%;
    margin: 28px auto;
    padding: 0;
    max-width: none;
}

.img-container {
    /* padding: 0 6px; */
    margin: 0 6px
}

li.img-container:first-child {
    margin: 0
}

.slickGallery img {
    height: 132px;
    /* padding: 0 6px; */
    border-radius: 12px;
    border: 1px solid var(--Gray-400, #F2F2F2);
}

.slickGallery .slick-slide:first-child .img-container {
    padding-right: 0;
}

.slickGallery .slick-slide:last-child .img-container {
    padding-left: 0;
}

.slick-disabled path {
    fill: #D4D4D5;
}

.modal {
    
    /* padding: 68px 24px; */
}
.galleryOuterContainer{
    position: relative;
}

#galleryModal .nav-btn, #videosModal .nav-btn {
    position: absolute;
    top: calc(50% - 22px);
    border: none !important;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
}

#galleryModal .nav-btn path,#videosModal .nav-btn path {
    fill: #fff
}

#innerSlidePrevGallery,#videosPrevButton {
    right: calc(0% - 100px);
}

#innerSlideNextGallery,#videosNextButton {
    left: calc(0% - 100px);
}

.galleryInfo {
    margin-bottom: 28px
}

.galleryInfo .btn {
    border: 0 !important;
    background: transparent;
}

.galleryInfo div {
    display: flex;
    color: #C1C1C1;
    line-height: 1;
    letter-spacing: 2px;

}

.galleryInfo div span {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 16px;

}

.galleryInfo div span#totalSlides,.galleryInfo div span#videosTotalSlides {
    color: #C1C1C1;
}

#galleryModal .slick-arrow.disable path,#videosModal .slick-arrow.disable path {
    fill: #C1C1C1;
}

#galleryModal .slick-arrow.disable , #videosModal .slick-arrow.disable {
    cursor: auto;
    /* pointer-events: none; */
}

[lang="en"] #galleryModal .nav-btn, 
[lang="en"] #videosModal .nav-btn {
transform: rotate(360deg) translateY(-50%);
}

[lang="en"] .galleryDescription, [lang="en"] .galleryDescription h1,[lang="en"] .galleryDescription span{
text-align: left
}


@media screen and (max-width:768px) {
    #galleryModal,#videosModal {

        padding: 0 30px !important;
    }

    .slideContainer img,  .slideContainer iframe {
        max-width: 100%
    }
    .slideContainer iframe{
        width: 100%;
    }

    .slideContainer .galleryDescription {
        max-width: 100%
    }

    .gallery-img-container {
        width: 100%;
        height: 360px;
        margin-bottom: 70px;
    }

    #galleryModal .modal-dialog,#videosModal .modal-dialog {
        width: 100%;
    }
    .galleryInfo {
        margin-bottom: 25px;
    }

    #galleryModal .nav-btn, #videosModal .nav-btn {
        transform: none;
        top: 372px;
        z-index: 999;
        width: 45px;
        height: 45px;

    }
    #galleryModal .nav-btn svg, #videosModal .nav-btn svg{
        width: 45px;
        height: 45px;
    }
    #innerSlidePrevGallery, #videosPrevButton {
        right: 0;
    }
    #innerSlideNextGallery, #videosNextButton {
        left: 0;
    }
    [lang="en"] #galleryModal .nav-btn, [lang="en"] #videosModal .nav-btn {
        transform: rotate(360deg);
    }
}
