/** video-section **/

.video-section {
  position: relative;
  padding: 0;
  /* padding: 87px 0px 139px 0px; */
  overflow: hidden;
  border-radius: 10px;
  width: 600px;
  height: 300px;
  float: right;
  z-index: 9999;
}

.video-section .bg-layer:before {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.2;
}

.video-section .inner-box {
  position: relative;
  display: block;
}

.video-section .inner-box .big-text {
  position: relative;
  display: block;
  text-align: center;
  font-size: 200px;
  line-height: 150px;
  font-family: var(--secondary-font);
  color: #fff;
  margin-bottom: 125px;
}

.video-section .video-btn a {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;

  /* z-index: 9999; */
}

.cus-pc {
  display: block;
}

.cus-mobile {
  display: none;
}

.parallax-bg {
  top: 0px !important;
  width: 600px !important;
  height: 300px !important;
}

.auto-container {
  height: 100% !important;
}

.sidebar-page-container .blog-details-content .news-block-one .inner-box {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}



/** rtl-css **/



/** responsive-css **/

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
  .video-section .inner-box .big-text {
    font-size: 100px;
    line-height: 100px;
  }
}

@media only screen and (max-width: 599px) {
  .video-section .inner-box .big-text {
    font-size: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 499px) {
  .video-section {
    width: 100%;
    height: 200px;
    margin-top: 10px;
  }

  .cus-pc {
    display: none;
  }

  .cus-mobile {
    display: block;
  }

  .sidebar-page-container .blog-details-content .news-block-one .inner-box {
    margin: 0 0;
  }

  .parallax-bg {
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
  }
}