
/* ================ Videos Wrap START ==============*/
.video_wrap{
    /* height: 100%; */
    width: 100%;
    border-radius: 15px;
    /* min-height: 400px; */
}
.video_wrap.thumbnail_in{
    cursor: pointer;
    position: relative;
}
.video_wrap .video_thumbnail{
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: 2;
}
.video_played .video_thumbnail{
    visibility: hidden;
}
.video_wrap .video_thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.video_wrap .play_pause_wrap,
.img_wrap .play_pause_wrap{
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white);
    padding: 10px;
    opacity: 0.8;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    transform: scale(0.8);
    opacity: 0.6;
    transition: 0.3s ease-in-out;
}
.video_wrap:hover .play_pause_wrap,
.img_wrap:hover .play_pause_wrap
{
    transform: scale(0.9);
}
.video_wrap .play_pause_wrap img,
.img_wrap .play_pause_wrap img
{
    position: absolute;
    width: 20px;
    height: 20px;
    transition: 0.2s ease;
}
.video_wrap .play_pause_wrap img.pause,
.img_wrap .play_pause_wrap img.pause{
    opacity: 0;
}
.video_played .play_pause_wrap{
    background-color: transparent;
}
.video_played:hover .play_pause_wrap img.pause{
    opacity: 1;
}
.video_played.yt_vids:hover .play_pause_wrap img.pause{
    opacity: 0;
}
.video_played .play_pause_wrap img.play{
    opacity: 0;
}

.loader{
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 30px;
    height: 30px;
    /* margin: auto; */
    margin-left: auto;
    top: 20px;
    right: 20px;
    display: none;
    opacity: 0.9;
}
.loader .icon{
    border: 5px solid #f3f3f3;
    border-top: 5px solid var(--color-bg);
    border-radius: 50%;
    width: 100%; 
    height: 100%; 
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); } 
    100% { transform: rotate(360deg); } 
}
/* YouTube Short  */
.video_wrap.yt_vids iframe{
    border-radius: inherit;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
}
.video_wrap.video_wrap.yt_short{
    max-height: 670px;
}
.video_wrap.yt_short{
    aspect-ratio: 9/16;
}
/* YouTube Video  */
.video_wrap.yt_video{
    aspect-ratio: 16/9;
}
.video_wrap.yt_video iframe{
    height: 100%;
}

/* CDN Video  */
.video_wrap.play_function{
 cursor: pointer;   
}
.video_wrap.cdn_video video{
    border-radius: inherit;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.grid_img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.grid_img img{
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.img_vid_common_wrap{
    overflow: hidden;
    cursor: pointer;
}
.img_vid_common_wrap .video_thumbnail img,
.img_vid_common_wrap .iframe,
.img_vid_common_wrap .video,
.img_vid_common_wrap.grid_img img{
    transition: 2s linear;
    transition-delay: 0;
}
.img_vid_common_wrap:hover .video_thumbnail img,
.img_vid_common_wrap:hover .iframe,
.img_vid_common_wrap:hover .video,
.img_vid_common_wrap.grid_img:hover img{
    transform: scale(1.05);
}

.img_wrap{
    display: block;
}
.img_wrap.yt_short{
    /* height: 670px; */
    aspect-ratio: 9/16;
}
.img_wrap.yt_short img{
    object-fit: cover;
}

/* lightgallery START  */
.lg-backdrop{
     background-color: #000000fa; 
    /*background-color: #484848c7;*/
}
.lg-icon{
    border-radius: 10px;
}
.lg-item iframe,
.lg-item .lg-video-poster,
.lg-outer .lg-video-cont,
.lg-object,
.lg-outer video{
    border-radius: 15px;
}
.lg-object.lg-video-poster{
    object-fit: cover;
}
/* lightgallery END  */
.lg-slide-progress{
    opacity: 0;
}

  .lg-sub-html {
        transition: opacity 0.5s ease;
        opacity: 1;
    }

    .lg-sub-html.fade-out {
        opacity: 0;
        display: none;
        pointer-events: none;
    }

    .lg-sub-html.fade-in {
        opacity: 1;
        display: none;
    }
    .lg-sub-html{
        display: block !important;
        min-height: 40px;
    }

    .lg-sub-html{
        font-family: var(--body-font);
        font-size: 20px;
    }



/* ================ Videos Wrap END ================ */



/* ==================== Single Page banner START ====================  */
.page_banner{
    /* height: 100lvh; */
    margin-top: 110px;
    /* margin-bottom: 30vh; */
}
.page_banner .inner_wrap{
    background-color: #0a0b0c;
    padding-block: 10rem;
    border-radius: 80px;
    min-height: 600px;
    display: grid;
    align-items: center;
}
.page_banner .title{
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 55px;
    color: var(--color-white);
    text-align: center;
    max-width: 1100px;
    margin-inline: auto;
    line-height: 1.3;
}
.page_banner .subline{
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 20px;
    color: var(--color-white);
    text-align: center;
    line-height: 1.3;    
}
/* ==================== Single Page banner END ====================  */


/* slider Long arrow START   */

.long_arrow{

    .splide__arrow {
            background: none;
            /* remove default styles */
            border: none;
            width: 65px;
            height: 20px;
            top: unset;
            bottom: -60px;
            
        }
        .splide__arrow svg{
            display: none;
        }
    
        .splide__arrow--prev {
            background: url('../images/slider-long-arr-left.svg') no-repeat center center / contain;
        }
    
        .splide__arrow--next {
            background: url('../images/slider-long-arr-right.svg') no-repeat center center / contain;
        }

}

/* slider Long arrow END  */