/*--------------------------------------------------------------
 #  video Two Section
 --------------------------------------------------------------*/
.hactora-video .box {
  position: relative;
}
.hactora-video .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: rgba(0,0,0,.8); */
}
.hactora-video .text > .row {
  width: 80%;
}
.hactora-video .video-two-sec-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
  display: none;
}
.hactora-video .video-two-sec-btn:hover {
  border: 4px solid var(--color-primary);
  color: var(--color-primary);
}
.hactora-video .video-two-sec-content {
  margin-left: 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: 1500px) {
.hactora-video .video-two-sec-content h2 {
  font-size: 34px;
  
}
}


@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;
  }
}
