.video-box{
    position: relative;
    display: block;
    border-radius: 2px;
    overflow: hidden;
 
}
.border-padding{border: 1px solid #c5c5c5;
    padding: 5px;
    border-radius: 2px;}
.video-box .play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.video-box::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
}
.g-content-box{
    background: rgba(37, 37, 37, 0.80);
    padding: 12px;
    position: relative;
    z-index: 1;


}
.g-content-box .title{
    color: #FFF;
    font-family: 'LeagueSpartan';
font-size: 19px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 28.5px */
letter-spacing: 3.99px;
text-transform: uppercase;
margin-bottom: 0px;
}
.g-content-box .sub-title{
    font-family: 'LeagueSpartan';
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 141%; /* 28.2px */
letter-spacing: 1px;
text-transform: uppercase;
background: linear-gradient(91deg, #D0D0D0 3.88%, #FFF 109.83%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.g-content-box .about-text{
    color: #FFF;
    font-family: 'LeagueSpartan';
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 141%; /* 23.97px */
}
.img-box{
    position: relative;
    display: block;
    height: 100%;
}
.img-box::after{
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
     position: absolute;
    

}
.img-box-type1::after{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 26.74%, rgba(0, 0, 0, 0.60) 100%);
}
.img-box-type2::after{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 26.74%, rgba(0, 0, 0, 0.60) 100%);
}
.gallery-part-images img{
    height: 100%;object-fit: cover;
}

.gallery-part-images .px-2 {
   
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    
}
.gallery-part-images  .pt-1 {
   
        padding-top: 0.188rem !important;
    
}
.gallery-part-images  .pb-1 {
   
    padding-bottom: 0.188rem !important;

}
.banner-content-section{
    padding-top: 52px;
    padding-bottom: 72px;
}
.img-box{
    overflow: hidden;
}
.img-box:hover {
    
    overflow: hidden;
}
 .img-box:hover img {
    transform: scale(1.05);
    transition: 0.5s ease;
}
.img-box img {
    transform: scale(1);
    transition: 0.5s ease;
}
.fancybox-button--play,.fancybox-button--thumbs,.fancybox-button--zoom,.fancybox-infobar{
    display: none !important;
}
.banner-section{
    position: relative;
}
.banner-section .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000006e;
    top: 0px;
    left: 0px;
}
@media (min-width:1333px){
.desk-h-550{    height: 550px;width:100%;
    object-fit: cover;}
}
@media (min-width:1800px){
.desk-h-550{    height: 800px;
    object-fit: cover;}
}
@media (min-width:768px){
    .banner-section{
      
        background-image: url('../images/gallery/gallery-banner.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.newgallery-part .img-box{

}
.gallery-banner{
    background:#060e22;
}
.gallery-banner h3{
    font-family: 'LeagueSpartan';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(91deg, #EEF2FF 3.88%, #A5F6FF 126.9%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
