/*--------------------------------------------------------------
 #  video Two Section
 --------------------------------------------------------------*/
 .hactora-video.video-two-section {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  padding: 190px 0 192px;
}
 .hactora-video.video-two-section::before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #393939;
    opacity: .5;
}
.hactora-video .video-two-sec-inner {
  /*! display: flex; */
  align-items: center;
  justify-content: center;
  display: grid;
}
.hactora-video .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;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--color-primary);
  margin: auto;
}
.hactora-video .video-two-sec-btn {
    line-height: 75px;
    text-align: center;
    -webkit-animation: witr-shadow 1s linear infinite;
    animation: witr-shadow 1s linear infinite;
    -webkit-transition: 0.5s;
}
@keyframes witr-shadow{0%{box-shadow:0 0 0 0 rgb(255 255 255 / 30%),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 ===== */
.hactora-video .video-two-sec-btn:hover {
  border: 4px solid var(--color-primary);
  color: #fff;
}
.hactora-video .video-two-sec-content {
  margin-top: 40px;
}
.hactora-video .video-two-sec-content h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 30px;
}
.hactora-video .video-two-sec-content span {
  color: var(--color-primary);
}
.hactora-video .video-two-sec-content p {
  font-size: 20px;
  color: #ffffff;
  margin: 0;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .hactora-video .video-two-sec-inner {
    flex-direction: column;
  }

  .hactora-video .video-two-sec-content {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
  }
}


@media screen and (max-width:480px){
  .hactora-video.video-two-section{
    padding: 20px 0;
    /*! background-size: contain; */
  }
  .hactora-video .video-two-sec-btn {
    height: 60px;
    width: 60px;
  }
  
  .hactora-video .video-two-sec-content h2{
    font-size: 15px;
  }
  .video-two-sec-icon{
    /*! margin: auto; */
    margin-top: 50px;
  }
}
