/*--------------------------------------------------------------
 #  video Two Section
 --------------------------------------------------------------*/
.video-two-section {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 190px 0;
}
.video-two-sec-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-two-sec-icon {
}
.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;
}
.video-two-sec-btn:hover {
  border: 4px solid var(--color-primary);
  color: var(--color-primary);
}
.video-two-sec-content {
  margin-left: 40px;
}
.video-two-sec-content h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.25;
}
.video-two-sec-content span {
  color: var(--color-primary);
}
.video-two-sec-content p {
  font-size: 20px;
  color: #ffffff;
  margin: 0;
  line-height: 30px;
}

.video-two-section .row{margin: 0;}

@media only screen and (max-width:1550px) {
.video-two-section{padding:170px 0;}  
}


@media only screen and (max-width: 1280px) {
.video-two-section{padding:120px 0;}  
.video-two-sec-content h2{font-size: 36px;}
}
 
@media only screen and (max-width: 767px) {
 
.video-two-section{padding:50px 0;}
  
  .video-two-sec-inner {
    flex-direction: column;
  }

  .video-two-sec-content {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
  }
}


@media screen and (max-width: 600px){
.video-two-sec-content h2 {
    font-size: 24px;
}
.video-two-section {
    padding: 30px 0;
}
.video-two-sec-content h2 {
    margin-bottom: 0;
}
.video-two-sec-btn {
    height: 70px;
    width: 70px;
}
}
