/*!
 * Template Name : videos-2
 */

/**********************/
/* Videos 2
/* Main Carousel Style
/**********************/

/* 1 - Main Carousel Wrapper */
.videos-2.sz-slider {
  background: #f0f0f0;
  filter: none;
  -webkit-filter: none;
  mix-blend-mode: normal;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}

/*******************/
/* Videos 2
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.videos-2-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  overflow: hidden;
  position: absolute;
}
/* 2 - Container */
.videos-2-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  text-align: left;
  position: relative;
  border-radius: 7px;
  -webkit-border-radius: 7px;
}
/* 3 - Video Wrapper */
.videos-2-layer > div > div:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 1;
  width: 100%;
  height: 356px;
  display: block;
  overflow: hidden;
  text-align: left;
  position: relative;
}
/* 4 - Video */
.videos-2-layer > div > div:nth-child(1) > video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: relative;
}
/* 5 - media Button */
.videos-2-layer > div > div:nth-child(1) > .sz-media-btn {
  margin: auto 48px 9px auto;
}
/* 6 - Speaker Button */
.videos-2-layer > div > div:nth-child(1) > .sz-speaker-btn {
  margin: 15px 15px auto auto;
}
/* 7 - Footer */
.videos-2-layer > div > div:nth-child(2) {
  z-index: 2;
  width: 100%;
  height: 65px;
  margin: auto;
  font-size: 0;
  display: block;
  position: relative;
}
/* 8 - Title */
.videos-2-layer > div > div:nth-child(2) > span {
  top: -20px;
  left: 20px;
  width: 450px;
  height: 40px;
  color: #161823;
  display: block;
  font-size: 22px;
  font-weight: 500;
  background: #fff;
  line-height: 40px;
  position: relative;
  padding-left: 10px;
  letter-spacing: .2px;
  border-left: 8px solid #f0137a;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 9 - Button */
.videos-2-layer > div > div:nth-child(2) > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 150px;
  display: block;
  text-align: right;
  position: relative;
  margin: 0 0 0 auto;
  padding-right: 25px;
  text-decoration: none;
}
/* 10 - Button - Text */
.videos-2-layer > div > div:nth-child(2) > a > span {
  color: #161823;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .2px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 11 - Button - Icon */
.videos-2-layer > div > div:nth-child(2) > a > i {
  color: #f0137a;
  font-size: 18px;
  margin-left: 7px;
  display: inline-block;
}

/******************/
/* Responsiveness */
/******************/

/*----- When the screen size gets = 360px and < 640px -----*/
@media (min-width: 470px) and (max-width: 639.98px) {
  /* Background color of carousel */
  .videos-2.sz-slider {
    width: 99% !important;
  }
  /* Title */
  .videos-2-layer > div > div:nth-child(2) > span {
    top: 5px;
    left: 10px;
    margin-bottom: 10px;
  }
}

/*----- When the screen size gets = 275px and < 360px -----*/
@media (min-width: 275px) and (max-width: 469.98px) {
  /* Background color of carousel */
  .videos-2.sz-slider {
    width: 99% !important;
  }
  /* Title */
  .videos-2-layer > div > div:nth-child(2) > span {
    top: 5px;
    left: 10px;
    width: 96%;
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/*----- When the screen size gets <= 275px -----*/
@media (max-width: 274.98px) {
  /* Background color of carousel */
  .videos-2.sz-slider {
    width: 99% !important;
  }
  /* Title */
  .videos-2-layer > div > div:nth-child(2) > span {
    top: 5px;
    left: 5px;
    width: 96%;
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/*********************/
/* Videos 2
/* Indicators Buttons
/*********************/

/* 1 - ProgressBars - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .videos-2-indicators.carousel-indicators {
  padding: 0; 
  height: 10px;
  width: 450px;
  margin: auto auto 135px auto;
}
/*
2 - ProgressBars
To justify progress bars
change the width according to your requirements 
*/
.sz-slider[data-type=slider] .videos-2-indicators.carousel-indicators > li {
  width: 85px;
  margin: 2px;
  height: 5px;
  border: none;
  background: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
}
/* 3 - ProgressBars - Dark Theme */
.sz-slider[data-type=slider].videos-2-dark .videos-2-indicators.carousel-indicators > li {
  background: #aaa;
}
/* 4 - ProgressBar - Active */
.sz-slider[data-type=slider] .videos-2-indicators.carousel-indicators > li.active {
  background: #fff;
}
/* 5 - ProgressBar - Active - Dark Theme */
.sz-slider[data-type=slider].videos-2-dark .videos-2-indicators.carousel-indicators > li.active {
  background: #aaa;
}
/* 6 - ProgressBars - Animated Part */
.sz-slider[data-type=slider] .videos-2-indicators.carousel-indicators > li > span {
  height: 6px;
  background: #f0137a;
  margin: auto auto 0 auto;
  border-radius: 0;
  -webkit-border-radius: 0;
}

/******************/
/* Responsiveness */
/******************/

/*----- When the screen size gets <= 360px -----*/
@media (max-width: 469.98px) {
  /* ProgressBars - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=x] .videos-2-indicators.carousel-indicators {
    width: 97%;
  }
  /*
  ProgressBars
  To justify progress bars
  change the width according to your requirements 
  */
  .sz-slider[data-type=slider] .videos-2-indicators.carousel-indicators > li {
    width: 18.5%;
  }
}

/**************************/
/* Videos 2
/* Left And Right Buttons
/**************************/

/* 1 - Buttons */
.videos-2-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 0;
  display: block;
  text-decoration: none;
  background: transparent;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.videos-2-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: auto 83px 93px auto;
}
/* 3 - Next - Button */
.videos-2-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto 15px 93px auto;
}
/* 4 - Hover */
.videos-2-btn.sz-slider .carousel-control-btn:hover {
  color: #f0137a;
  background: transparent;
}
/* 5 - Icons */
.videos-2-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 20px;
  height: 22px;
  margin: auto;
  font-size: 22px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.videos-2-btn.sz-slider .carousel-control-btn:hover > i {
  color: #f0137a;
}

/**********************/
/* Videos 2
/* Fraction Pagination
/**********************/

/* 1 - pagination - Wrapper */
.carousel-item-number.videos-2-carousel-item-number {
  top: 0;
  padding: 0;
  width: 135px;
  height: 30px;
  font-size: 0;
  background: #000;
  line-height: 30px;
  margin: 15px auto auto 15px;
}
/* 2 - pagination - Text */
.carousel-item-number.videos-2-carousel-item-number span {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 3 - pagination - Text - ( top videos ) */
.carousel-item-number.videos-2-carousel-item-number > span {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000;
  width: 98px;
  height: 100%;
  background: #fff;
  position: absolute;
  margin: auto auto auto 0;
}
/* 4 - pagination - Numbers - Wrapper */
.carousel-item-number.videos-2-carousel-item-number > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000;
  width: 36px;
  height: 100%;
  font-size: 0;
  text-align: center;
  position: absolute;
  margin: auto 0 auto auto;
}