@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.video-slider-wrapper {
  width: 100%;
  padding-top: 50px;
}
.video-slider-wrapper .title-section {
  border-top: 1px solid #D1D5DC;
  display: flex;
  align-items: center;
  padding: 33px 0 24px;
}
.video-slider-wrapper .title-section .sub-title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 8px;
}
.video-slider-wrapper .title-section .para-txt {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}
.video-slider-wrapper .control {
  margin-left: auto;
  display: flex;
  gap: 12px;
  margin-right: 20px;
}
.video-slider-wrapper .control button {
  width: 38px;
  height: 38px;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.video-slider-wrapper .control button:hover {
  background-color: #000;
}
.video-slider-wrapper .control button:hover img {
  filter: brightness(20.5);
}
.video-slider-wrapper .control button img {
  max-width: 100%;
  display: block;
  transform: rotate(180deg);
}
.video-slider-wrapper .control button.prev-arrow img {
  transform: rotate(-360deg);
}
.video-slider-wrapper .slider-sec {
  border-top: 1px solid #D1D5DC;
  padding-top: 17px;
}
.video-slider-wrapper .slider-sec .video-slider .slide {
  padding-right: 23px;
}
@media (max-width: 479px) {
  .video-slider-wrapper .slider-sec .video-slider .slide {
    padding-right: 0;
  }
}
.video-slider-wrapper .slide .main-columns {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #D1D5DC;
  margin-bottom: 30px;
}
.video-slider-wrapper .slide .main-columns .play-btn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5254901961);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  cursor: pointer;
  filter: blur(1px);
}
.video-slider-wrapper .slide .main-columns .play-btn .icon {
  width: 13px;
}
.video-slider-wrapper .slide .main-columns .play-btn .icon img {
  max-width: 100%;
  display: block;
  height: auto;
}
.video-slider-wrapper .slide .main-columns:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.video-slider-wrapper .slide .main-thumb {
  width: 100%;
  height: 173px;
  margin-bottom: 12px;
  border: 1px solid #D1D5DC;
  position: relative;
}
@media (max-width: 1199px) {
  .video-slider-wrapper .slide .main-thumb {
    height: 110px;
  }
}
.video-slider-wrapper .slide .main-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1679px) {
  .video-slider-wrapper .slide .main-thumb img {
    max-height: 500px;
  }
}
@media (max-width: 1481px) {
  .video-slider-wrapper .slide .main-thumb img {
    max-height: 450px;
  }
}
@media (max-width: 1199px) {
  .video-slider-wrapper .slide .main-thumb img {
    max-height: 400px;
  }
}
@media (max-width: 991px) {
  .video-slider-wrapper .slide .main-thumb img {
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .video-slider-wrapper .slide .main-thumb img {
    max-height: 300px;
  }
}
@media (max-width: 579px) {
  .video-slider-wrapper .slide .main-thumb img {
    max-height: 270px;
  }
}
.video-slider-wrapper .slide .main-title {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 26px;
}
.video-slider-wrapper .slide .author-info-bottom {
  display: flex;
  align-items: center;
  margin-top: 12px;
  font-size: 12px;
  color: #364153;
  padding-bottom: 30px;
}/*# sourceMappingURL=video-slider.css.map */