/*--------------------------------------------------------------
 #  video Two Section
 --------------------------------------------------------------*/

.hactora-video{position:relative;padding-bottom:40px;}
.hactora-video .list{position:relative;}
.hactora-video .swiper-slide{width:1200px;position:relative;}
.hactora-video .swiper-slide::after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,0.4);opacity:1;}
.hactora-video .swiper-slide img{display:block;width: 100%;}

.hactora-video .swiper-slide.swiper-slide-active::after{opacity:0;}


.hactora-video .swiper-button-prev,.hactora-video .swiper-button-next{width:50px;height:50px;top:50%;margin-top:-25px;text-align:center;background:rgba(255,255,255,0.3);border-radius:50%;}
.hactora-video .swiper-button-prev,.hactora-video .swiper-container-rtl .swiper-button-next{left:-70px;right:auto;background: var(--color-primary);}
.hactora-video .swiper-button-next,.hactora-video .swiper-container-rtl .swiper-button-prev{right:-70px;left:auto;background: var(--color-primary);}
.hactora-video .swiper-button-next::after,.hactora-video .swiper-button-prev::after{display:none;}

.hactora-video .swiper-button-prev i,.hactora-video .swiper-button-next i{color:#fff;font-size:28px;line-height:50px;}
.hactora-video .swiper-button-prev:hover,.hactora-video .swiper-button-next:hover{background:var(--active-color);border: 1px solid var(--color-primary);}
.hactora-video .swiper-button-prev:hover i,.hactora-video .swiper-button-next:hover i{color:var(--color-primary);}


.hactora-video .video-inner{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;align-items:center;padding:0 80px;z-index:10;}
.hactora-video .video-inner .ico{}

.hactora-video .video-inner .ico .video-two-sec-btn {
  height: 90px;
  width: 90px;
  color: #ffffff;
  border: 4px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: all 500ms ease;
}
.hactora-video .video-inner .ico .video-two-sec-btn i{font-size:30px;}
.hactora-video .video-inner .ico .video-two-sec-btn:hover{border-color:var(--color-primary);color:var(--color-primary);}

.video-two-sec-icon{
  position: relative;
  z-index: 999;
}


.hactora-video .txt{flex:1;margin-left:65px;overflow:hidden;}
.hactora-video .txt h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 800;
  line-height:1.2;
  margin-bottom: 30px;
}
.hactora-video .txt span {
  color: var(--color-primary);
}
.hactora-video .txt p {
  font-size: 20px;
  color: #ffffff;
  margin: 0;
  line-height:1.5;
}


@media screen and (max-width:1680px){
.hactora-video .swiper-slide{width:1100px;}
.hactora-video .txt h2{font-size:38px;}
}

@media screen and (max-width:1550px){
.hactora-video .swiper-slide{width:1000px;}
.hactora-video .txt h2{font-size:36px;}
}

@media screen and (max-width:1441px){
.hactora-video .swiper-slide{width:950px;}
.hactora-video .txt h2{font-size:34px;}
.hactora-video .txt p{font-size:19px;}
.hactora-video .swiper-button-prev,.hactora-video .swiper-button-next{width:40px;height:40px;margin-top:-20px;}
.hactora-video .swiper-button-prev,.hactora-video .swiper-container-rtl .swiper-button-next{left:-55px;}
.hactora-video .swiper-button-next,.hactora-video .swiper-container-rtl .swiper-button-prev{right:-55px;}
.hactora-video .swiper-button-prev i,.hactora-video .swiper-button-next i{font-size:24px;line-height:40px;}
}

@media screen and (max-width:1367px){
.hactora-video .swiper-slide{width:900px;}
.hactora-video .txt h2{font-size:32px;}
}

@media screen and (max-width:1281px){
.hactora-video .swiper-slide{width:850px;}
.hactora-video .video-inner{padding:0 60px;}
.hactora-video .txt{margin-left:40px;}
.hactora-video .txt h2{font-size:30px;margin-bottom:25px;}
.hactora-video .txt p{font-size:18px;}
}

@media screen and (max-width:1171px){
.hactora-video .page{margin-top:30px;display:flex;justify-content:center;}
.hactora-video .swiper-button-prev,.hactora-video .swiper-button-next{position:static;margin-top:0;}
.hactora-video .swiper-button-next{margin-left:15px;}
}

@media only screen and (max-width: 992px) {
.hactora-video .txt h2{font-size:28px;}
.hactora-video .txt p{font-size:17px;}
.hactora-video .video-inner .ico .video-two-sec-btn{height:60px;width:60px;border-width:2px;}
.hactora-video .video-inner .ico .video-two-sec-btn i{font-size:22px;}

}


@media screen and (max-width:768px){
.hactora-video .video-inner{padding:0 30px;}
.hactora-video .txt{margin-left:30px;}
.hactora-video .txt h2{font-size:26px;margin-bottom:20px;font-weight:700;}
.hactora-video .txt p{font-size:16px;}
}

@media screen and (max-width:640px){
.hactora-video .video-inner{padding:0 20px;}
.hactora-video .txt h2{font-size:24px;margin-bottom:15px;}
.hactora-video .txt p{font-size:15px;}
}


@media screen and (max-width:480px){
.hactora-video .video-inner{padding:0 15px;}
.hactora-video .video-inner .ico .video-two-sec-btn{height:50px;width:50px;}
.hactora-video .video-inner .ico .video-two-sec-btn i{font-size:19px;}
.hactora-video .txt{margin-left:20px;}
.hactora-video .txt h2{font-size:22px;}
.hactora-video .txt p{font-size:14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}

.hactora-video .page{margin-top:20px;}
.hactora-video .swiper-button-prev,.hactora-video .swiper-button-next{width:34px;height:34px;}
.hactora-video .swiper-button-prev i,.hactora-video .swiper-button-next i{font-size:22px;line-height:34px;}

}


@media screen and (max-width:420px){
.hactora-video .txt h2{font-size:20px;}
}





