/* 5.3 wpo-video-section*/
.wpo-video-section,
.wpo-video-section-s2,
.wpo-video-section-s3 {
  position: relative;
  z-index: 1;
}

.wpo-video-section .container-fluid,
.wpo-video-section-s2 .container-fluid,
.wpo-video-section-s3 .container-fluid {
  padding: 0;
}

.wpo-video-section .video-wrap,
.wpo-video-section-s2 .video-wrap,
.wpo-video-section-s3 .video-wrap {
  position: relative;
  z-index: 1;
}

.wpo-video-section .video-wrap::before,
.wpo-video-section-s2 .video-wrap::before,
.wpo-video-section-s3 .video-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(1, 0, 60, 0.25);
  z-index: 1;
}

@media (max-width: 575px) {
  .wpo-video-section .video-wrap img,
  .wpo-video-section-s2 .video-wrap img,
  .wpo-video-section-s3 .video-wrap img {
    min-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.wpo-video-section::before,
.wpo-video-section-s2::before,
.wpo-video-section-s3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(1, 0, 60, 0.25);
  z-index: -1;
}

@media (min-width: 1600px) {
  .wpo-video-section .container,
  .wpo-video-section-s2 .container,
  .wpo-video-section-s3 .container {
    max-width: 1400px;
  }
}

.wpo-video-section .custom-video-btn,
.wpo-video-section-s2 .custom-video-btn,
.wpo-video-section-s3 .custom-video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 150px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpo-video-section-s2 .custom-video-btn .svg-container {
  width: 45px;
  height: 45px;
  background-image: url("./images/video-svgrepo-com.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
}

@media (max-width: 575px) {
  .wpo-video-section-s2 .custom-video-btn .svg-container {
    width: 30px;
    height: 30px;
  }
}


@media (max-width: 991px) {
  .wpo-video-section .custom-video-btn,
  .wpo-video-section-s2 .custom-video-btn,
  .wpo-video-section-s3 .custom-video-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

@media (max-width: 767px) {
  .wpo-video-section .custom-video-btn,
  .wpo-video-section-s2 .custom-video-btn,
  .wpo-video-section-s3 .custom-video-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.wpo-video-section .custom-video-btn .fi,
.wpo-video-section-s2 .custom-video-btn .fi,
.wpo-video-section-s3 .custom-video-btn .fi {
  position: relative;
  right: -3px;
}

@media (max-width: 575px) {
  .wpo-video-section .custom-video-btn .fi,
  .wpo-video-section-s2 .custom-video-btn .fi,
  .wpo-video-section-s3 .custom-video-btn .fi {
    right: 0;
  }
}

.wpo-video-section .custom-video-btn .fi:before,
.wpo-video-section-s2 .custom-video-btn .fi:before,
.wpo-video-section-s3 .custom-video-btn .fi:before {
  font-size: 40px;
  color: #fff;
}

@media (max-width: 991px) {
  .wpo-video-section .custom-video-btn .fi:before,
  .wpo-video-section-s2 .custom-video-btn .fi:before,
  .wpo-video-section-s3 .custom-video-btn .fi:before {
    font-size: 30px;
  }
}

/* 6.3 wpo-video-section-s2 */
.wpo-video-section-s2 {
  background: none;
  height: auto;
  padding-top: 70px;
}
@media (max-width: 575px) {
  .wpo-video-section-s2 {
    padding-top: 0px;
  }
}

.wpo-video-section-s2 .video-wrap {
  padding: 40px;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 5, 50, 0.15);
  box-shadow: 0px 4px 12px rgba(0, 5, 50, 0.15);
  position: relative;
}

@media (max-width: 991px) {
  .wpo-video-section-s2 .video-wrap {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .wpo-video-section-s2 .video-wrap {
    padding: 15px;
  }
}

.wpo-video-section-s2 .video-wrap:before {
  display: none;
}

.wpo-video-section-s2:before {
  display: none;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}
.fancybox-wrap {
  z-index: 99999 !important;
}
