/* galary modal css */


/* .btn-video-stop{
    margin-right: 30px;
    margin-top: 15px;
}

.btn-video-stop-span{
    font-size:32px; 
    color:#fec303;
}

.bd-example-modal-lg{
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content{
    background-color: #fff;
} */


/* ----------------------------------------- */


/* start gallery modal css */

.image-row>.image-gallery-bottom-column {
    padding: 0 8px;
}

.image-row:after {
    content: "";
    display: table;
    clear: both;
}

.image-gallery-bottom-column {
    display: flex;
    width: 100%;
    overflow-y: hidden;
    background-color: #2d2d2d;
}

.image-gallery-modal {
    display: none;
    position: fixed;
    z-index: 5;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    /* width: 45% !important; */
    max-width: 1200px;
}

.close {
    color: #fec303;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    padding-right: 30px;
}

.close:hover,
.close:focus {
    color: yellow;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
    /* height: 490px; */
    width: 100%;
    background-color: #2d2d2d;
}

.mySlides .gallery-main-image {
    width: 100%;
    height: 100%;
}

.gallery-main-video {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100%; */
}

.gallery-main-video iframe {
    width: 100%;
    max-width: 800px;
    height: auto;
}

.cursor {
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    background-color: grey;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    background-color: grey;
}

.prev:hover,
.next:hover {
    background-color: rgba(254, 195, 3, 0.8);
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.modal-content .close.cursor {
    display: none;
}

@media (max-width: 767px) {
    .modal-content {
        width: 95% !important;
    }
    .mySlides .gallery-main-image {
        max-width: 100%;
        max-height: 100%;
    }
    .mySlides {
        height: auto;
    }
    .close.cursor {
        display: none;
    }
    .modal-content .close.cursor {
        top: -50px;
        right: -30px;
        display: block;
    }
}


/* end gallery modal css */


/* start gallery images slider */

.gallery-image-row-container {
    /* max-width: 1200px; */
    width: 99%;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .slide-button {
    position: absolute;
    top: 50%;
    outline: none;
    border: none;
    /* height: 50px; */
    /* width: 50px; */
    z-index: 5;
    color: #000;
    /* display: flex; */
    cursor: pointer;
    font-size: 2.2rem;
    background: #fec303;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(-50%);
    font-size: 30px;
}


/* .slider-wrapper .slide-button:hover {
    background: #404040;
  } */

.slider-wrapper .slide-button#prev-slide {
    left: 5px;
    display: none;
}

.slider-wrapper .slide-button#next-slide {
    right: 5px;
}

.slider-wrapper .image-list {
    display: flex;
    grid-template-columns: repeat(10, 1fr);
    /* gap: 18px; */
    font-size: 0;
    list-style: none;
    /* margin-bottom: 30px; */
    overflow-x: auto;
    scrollbar-width: none;
}

.slider-wrapper .image-list::-webkit-scrollbar {
    display: none;
}

.slider-wrapper .image-list .image-item {
    width: 150px;
    height: 100px;
    object-fit: cover;
}


/* Styles for mobile and tablets */

@media only screen and (max-width: 1023px) {
    .slider-wrapper .image-list {
        gap: 10px;
        margin-bottom: 15px;
        scroll-snap-type: x mandatory;
    }
    .slider-wrapper .image-list .image-item {
        width: 280px;
        height: 380px;
    }
}

.radian-gallery-top-padding {
    padding-top: 70px;
    background-color: #2d2d2d;
}


/* end gallery images slider */