.solarsun_video_area{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 110px 0px 105px 0px; */
	position:relative;
}
.solarsun_video_area::before{
	content:"";
	height: 100%;
    width: 100%;
    top: 0;
    background-color: var(--color-primary);
    opacity: .5;
    left: 0;
    position: absolute;
}
.solarsun_video_area .video-overlay {
    padding: 50px 0 27px;
}
.solarsun_video_area .video-item a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 28px;
    border-radius: 100%;
    background: var(--color-primary);
}
.solarsun_video_area .tx_svd_icon {
    line-height: 75px;
    text-align: center;
    -webkit-animation: witr-shadow 1s linear infinite;
    animation: witr-shadow 1s linear infinite;
    -webkit-transition: 0.5s;
}
.solarsun_video_area .video-item i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	color: #fff;
    font-size: 28px;
}
.solarsun_video_area .video-item h3 {
    font-size:30px;
    font-weight: 700;
    font-family: var(--title-font-family);
    margin-top: 35px;
    color: #fff;
}
.solarsun_video_area.metp_video_area {
    background-position: center center;
    background-size: cover;
    position: relative;
    /* padding: 112px 0; */
}
/* .solarsun_video_area.metp_video_area::before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: var(--color-primary);
    opacity: .5;
} */
@keyframes witr-shadow{0%{box-shadow:0 0 0 0 rgba(255,255,255,.3),0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3)}100%{box-shadow:0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,0)}}
/* ===== Video Area CSS ===== */
.witr_youtube_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -99;
}
.witr_youtube_video iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.video_page_area .witr_swiper_height {
    z-index: -1;
}
.bvideo_page_area{
	position:relative;
}


.solarsun-carousel-swiper .swiper-button-prev::after,.solarsun-carousel-swiper  .swiper-button-next::after {
    font-size: 14px;
    color: #888;
    
}


.solarsun-carousel-swiper .swiper-button-prev,.solarsun-carousel-swiper  .swiper-button-next {
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    z-index: 999;
}


.solarsun-carousel-swiper .swiper-wrapper .swiper-slide video {
    width: 100%;
    height: 100%;
}

.solarsun-carousel-swiper .swiper-wrapper .swiper-slide  {
    min-height: -webkit-fill-available;
    height: -webkit-fill-available;
    aspect-ratio: 1000/505;
    max-width: 80%;
}
.solarsun-carousel-swiper .swiper-wrapper .swiper-slide iframe{
    border: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000!important;
    width: 16px!important;
    border-radius: 99px;
}