
/*blueimp-gallery*/
.blueimp-gallery {
    z-index: 9999 !important;
}
.blueimp-gallery__bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    filter: blur(15px);
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: .64;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}
.blueimp-gallery-display .close {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: absolute;
    top: 20px;
    right: 20px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
    background-size: 20px;
    background-image: url('../img/cross-wt.svg');
}

.blueimp-gallery .slides {
    margin-bottom: 20px;
}

.blueimp-gallery .indicator>li {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    border: 1px solid transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 15px 30px;
    border-radius: 4px;
    opacity: .5;
    transition: opacity .3s ease-in-out;
}

.blueimp-gallery .indicator>li:after {
    display: none;
}

.blueimp-gallery .indicator>li.active {
    opacity: 1;
    border-color: #fff;
}


.blueimp-gallery__title {
    position: absolute;
    bottom: 0;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    flex: 0 0 100%;
    color: #999;
    color: #fff;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
            0px 8px 13px rgba(0,0,0,0.1),
            0px 18px 23px rgba(0,0,0,0.1);
    display: none;
}
.blueimp-gallery-controls .blueimp-gallery__title {
    display: block;
}

.blueimp-gallery .indicator {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 20px;
    list-style: none;
    max-width: 60%;
    overflow-x: auto;
}

.blueimp-gallery-display .next,
.blueimp-gallery-display .prev {
    width: 25px;
    height: 90px;
    padding: 0 7px;
    margin-top: -43px;
    justify-content: center;
    align-items: center;
    background: rgb(153 153 153 / 20%);
    cursor: pointer;
    transition: all 0.3s ease;
    display: none;
    border: 0;
    outline: none !important;
    opacity: .8;
}
.blueimp-gallery-display .prev {
    left: 20px;
    right: auto;
    border-radius: 6px 0 0 6px;
}
.blueimp-gallery-display .next {
    right: 20px;
    left: auto;
    border-radius: 0 6px 6px 0;
}

.blueimp-gallery-display .next svg,
.blueimp-gallery-display .prev svg {
    width: 21px;
    height: 21px;
}

.blueimp-gallery-controls .close,
.blueimp-gallery-controls .prev,
.blueimp-gallery-controls .next {
    display: flex;
}


.blueimp-control-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}

.indicator.scrollbar-main::-webkit-scrollbar{
    height: 4px;
}
.scrollbar-main::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.25);
}


.blueimp-gallery .slides{
    padding-top: 15px;
}

.blueimp-pagination {
    position: absolute;
    top: 32px;
    left: 30px;
    display: none;
    font-size: 21px;
    color: #fff;
    text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}

.blueimp-gallery-controls .blueimp-pagination {
    display: block;
}

@media (min-width: 1200px) {
    .blueimp-gallery-display .next:hover,
    .blueimp-gallery-display .prev:hover {
        opacity: 1;
    }
}
@media (min-width: 768px) {
    .blueimp-gallery {
        width: calc(100% - 116px);
        margin-left: auto;
    }

    .blueimp-pagination {
        display: none !important;
    }

    .blueimp-control-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    
    .blueimp-gallery .slides {
        padding-bottom: 10px;
    }
   

    .blueimp-gallery .slides {
        order: 2;
    }
    
    .blueimp-gallery .indicator,
    .blueimp-control-wrapper {
        flex-direction: column;
    }
    .blueimp-control-wrapper {
        background-color: #000;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        flex-wrap: nowrap;
        justify-content: start;
        margin-top: 0;
    }
    .blueimp-gallery__title {
        position: fixed;
        left: 0;
        bottom: 20px;
        right: 0;
        padding-left: 130px;
    }


    .blueimp-gallery .indicator {
        justify-content: start;
        margin: 0;
        padding-right: 10px;
        padding-left: 10px;
        max-width: unset;
        overflow: auto;
    }
    .blueimp-gallery .indicator>li {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 5px;
    }
   
    .blueimp-gallery>.slides>.slide>.slide-content {
        padding-left: 25px;
        padding-right: 15px;
    }
    
}

@media (max-width: 767.98px) {
    .blueimp-gallery-display {
        display: flex !important;
        flex-direction: column;
    }
    .blueimp-gallery__bg {
        background-image: none !important;
    }
    .blueimp-gallery .indicator {
        display: none;
        max-width: 100%;
    }
    .blueimp-gallery .indicator>li {
        width: 40px;
        height: 40px;
        margin: 0 5px 10px;
    }

    .blueimp-gallery-display .close {
        width: 50px;
        height: 50px;
        background-size: 20px;
    }

    .blueimp-gallery-display .prev,
    .blueimp-gallery-display .next {
        height: 30px;
        width: 25px;
        margin-top: -16px;
        background: none;
    }
    .blueimp-gallery-display .prev {
        left: 0;
    }
    .blueimp-gallery-display .next{
        right: 0;
    }
    .blueimp-gallery-display .next svg,
    .blueimp-gallery-display .prev svg {
        width: 25px;
        height: 25px;
    }

 
}
