

@font-face {
    font-family: 'Dana';
    src: url(../font/Dana-Regular.eot);
    src: url(../font/Dana-Regular.eot?#iefix) format('embedded-opentype'),
         url(../font/Dana-Regular.woff) format('woff'),
         url(../font/Dana-Regular.woff2) format('woff2'),
         url(../font/Dana-Regular.otf) format('otf'),
         url(../font/Dana-Regular.ttf) format('truetype');
}


.dv-contaiiner-nd {
    max-width: 90%;
    margin: 0 auto;
    padding: 200px 0;
}
/*:root {
    --color-icon-low-emphasis: #a1a3a8;
    --color-icon-warning: #f9bc01;
    --color-hint-text-success: #00bfd6;
    --color-secondary-100: #e6f9fb;
}*/
.lightbox-ce-nd {
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 48px;
}

.main-gallery {
    display: flex;
    gap: 10px;
    padding: 20px;
    flex-wrap: wrap;
    direction: rtl;
}

.main-gallery img {
    width: 55px;
    height: 57px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.lightbox-overlay {
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 10000;
    display: none;
    flex-direction: column;
}

.lightbox-overlay.active {
    display: flex;
}

.close-btn {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
    z-index: 10001;
}

.titr-bx-lightbox-nd {
    display: flex;
    direction: rtl;
    column-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 16px;
}

.sp-cmnt-light-nd {
    width: 47px;
    height: 22px;
    border-radius: 25px;
    color: #000;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.tx-cmnt-lightbx-nd {
    direction: rtl;
    text-align: justify;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
}

.swiper {
    width: 100%;
    height: 80vh;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: auto !important;
}

.slide-content {
    gap: 20px;
    display: block;
    padding: 0 66px;
}

.image-part {
    width: 50%;
    height: 66vh;
    float: right;
    align-items: center;
    justify-content: center;
    position: relative;
}

.image-part img {
    width: 55%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.thumbs-container {
    padding: 10px 0;
    display: flex;
    justify-content: center;
}

.mySwiperThumbs .swiper-slide {
    cursor: pointer;
    transition: 0.3s;
}

.mySwiperThumbs .swiper-slide-thumb-active img {
    opacity: 1;
    border: 2px solid #fff;
    border-radius: 8px;
}

.mySwiperThumbs img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.56);
    border-radius: 8px;
    margin: 0 4px;
}

.thumbs-container .swiper-slide {
    width: 70px !important;
    height: 70px !important;
}

.mySwiperThumbs {
    width: auto !important;
}

.mySwiperMain .swiper-slide {
    width: 100% !important;
}

.comment-box {
    padding: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
}

.pn-tx-dt-li {
    padding: 24px;
}

.toggle-btn {
    display: none;
}

.info-part {
    width: 50%;
    float: right;
}

.btn-footer-lightbox-nd {
    display: flex;
    color: #fff;
    justify-content: space-between;
    direction: rtl;
    margin: 24px 0;
    align-items: center;
}

.d-flx-nd-bx {
    display: flex;
    align-items: center;
    column-gap: 4px;
    direction: ltr;
    opacity: 0.8;
    font-size: 11px;
    margin-right: 16px;
}

.svg-li-12 {
    opacity: 0.5;
}

@media (max-width: 990px) {

    .slide-content {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    .image-part {
        width: 100%;
        height: 100vh;
        float: none;
    }

    .swiper {
        height: 100vh;
    }

    .image-part img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .info-part {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 140px;
        background-color: rgba(0, 0, 0, 0.63);
        padding-bottom: 32px;
    }

    .thumbs-container {
        position: absolute;
        bottom: -4px;
        width: 100%;
        left: 0;
        z-index: 999;
        background: #000;
    }

    .thumbs-container .swiper {
        height: auto !important;
    }

    .lightbox-ce-nd .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .close-btn {
        top: -1px;
    }

    .mySwiperThumbs {
        width: 100% !important;
    }

    .text-content {
 display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: all 0.3s ease;
        font-size: 13px;
        line-height: 20px;
    }

    .text-content.expanded {
        -webkit-line-clamp: unset;
    }
    .pn-tx-dt-li {
    padding:16px;
}
    .toggle-btn {
   border: none;
        background: none;
        color: #fff;
        cursor: pointer;
        padding: 0;
        font: inherit;
        margin: 0px 0 0 0;
        display: block;
        font-size: 11px;
        color: #afa9a9;
    }
    .btn-footer-lightbox-nd{
        margin:8px 0;
        font-size:13px;
    }
    .titr-bx-lightbox-nd{
        font-size:13px;
    }
}
