.gallery-thumb{cursor: pointer;}
.gallery-thumb figure{position: relative;}
.gallery-thumb figure img{width: 100%;}
.gallery-thumb figure figcaption{ position: absolute; right: 1rem; bottom: 1rem; font-size: .8rem; padding: .3rem .7rem; background:#FEB901; color: #fff; border-radius:.5rem ; -webkit-border-radius:.5rem ; -moz-border-radius:.5rem ; -ms-border-radius:.5rem ; -o-border-radius:.5rem ; font-weight: 300;}
.gallery-thumb figure figcaption span{font-weight: 600;}
/* .gallery-thumb .collection-title{font-size: 1.8rem; font-weight: 400; color: var(--primary-color); padding: 2.3rem 6rem; padding-bottom: .5rem;} */

.gallery-swiper{margin-bottom: 6rem;}
.gallery-container .gallery-swiper .swiper-btns.relative{position: relative; width: 100%; margin-top: 0; z-index: 10;}
.gallery-container .gallery-swiper .swiper-btns :is(.swiper-button-next, .swiper-button-prev){ position: absolute; bottom: -.3rem; top: auto; margin-top: 0 ; background: var(--body-color)}
.gallery-container .gallery-swiper .swiper-btns .swiper-button-next{right: 0; left: auto}

/* .gallery-listing .gallery-thumb .collection-title{padding-inline: 0;font-size: 1.2rem;padding-top: 1rem;color: #666;} */
.gallery-listing .gallery-thumb P{padding-inline: 0;font-size: 16px;padding-top: 20px;padding-bottom: 40px;color: #000;font-weight: bold;}
.gallery-listing .gallery-thumb figure img{aspect-ratio: 4/3;}



.rbox{padding: 0;}
.rbox-caption{padding: 1.3rem 2.5rem; font-size: 1.4rem; font-weight: 400; background-color: #2D77B4; color: #fff;}
:is(.rbox-next, .rbox-prev){ filter: brightness(0) invert(1) ; -webkit-filter: brightness(0) invert(1) ; }
:is(.rbox-next, .rbox-prev) img{ height: 1.3rem; object-fit: contain;}
.rbox-content img{height: auto; max-width: 100%; width: 100%; min-width: 50vw;}
.gallery-listing {
    padding-bottom: 50px;
    position: relative;
    padding-bottom: 30px;
}

.gallery-container{
    position: relative;
    padding-bottom: 70px;
}
.gallery-container::before{
    content: "";
    position: absolute;
    background-color: #EBF2F5;
    width: 100%;
    top: 130px;
    left: 0;
    right: 0;
    height: 720px;
}
.project-block{position: relative; margin-bottom: 40px;}
.project-block::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0.3;
   background-color: #000;
    bottom: 0;
    height: 100%;
    border-radius: 10px;
}
.youtube-icon {
    content: "";
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    border: 0;
    z-index: 9;
}
.project-block figure img{border-radius: 10px;}
/*.video-container .col-lg-6{display: none;}*/

.project-name h2{display: none;}
/*.gallery-container .col-lg-6{display: none;}*/


@media (min-width: 575px){
    .gallery-listing .row{--bs-gutter-x: 3rem}
}



