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

/**********************/
/* videos 1
/* Main Carousel Style
/**********************/

/* 1 - Main Carousel Wrapper */
.videos-1.sz-slider {
  background: #fff;
  padding: 30px 0 0 0;
  filter: none;
  -webkit-filter: none;
  mix-blend-mode: normal;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}
/* 2 - Dark Background Color */
.videos-1.videos-1-dark.sz-slider {
  background: #181818;
}

/*******************/
/* videos 1
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.videos-1-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  overflow: hidden;
  position: absolute;
}
/* 2 - Container */
.videos-1-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-1-layer > div > div:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 348px;
  height: 520px;
  display: block;
  overflow: hidden;
  text-align: left;
  position: relative;
  margin: auto auto 10px auto;
  border-radius: 7px;
  -webkit-border-radius: 7px;
}
/* 4 - Video */
.videos-1-layer > div > div:nth-child(1) > video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: relative;
  border-radius: 7px;
  -webkit-border-radius: 7px;
}
/* 5 - Follow Button */
.videos-1-layer > div > div:nth-child(1) > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 60px;
  height: 25px;
  color: #1da1f2;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  line-height: 23px;
  visibility: hidden;
  position: absolute;
  text-align: center;
  letter-spacing: .5px;
  text-decoration: none;
  text-transform: capitalize;
  margin: 10px 10px auto auto;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  transition: background .2s ease, color .2s ease, opacity .2s ease, visibility .2s ease;
  -webkit-transition: background .2s ease, color .2s ease, opacity .2s ease, visibility .2s ease;
}
/* 6 - Follow Button - Visible on hover */
.videos-1-layer > div > div:nth-child(1):hover >  a {
  opacity: 1;
  visibility: visible;
}
/* 7 - Follow Button - hover */
.videos-1-layer > div > div:nth-child(1) > a:hover {
  color: #fff;
  background: #1da1f2;
}
/* 8 - Media Button - Hide before hover */
.videos-1-layer > div > div:nth-child(1) > .sz-media-btn {
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
  -webkit-transition: opacity .2s ease, visibility .2s ease;
}
/* 9 - Media Button - Visible on hover */
.videos-1-layer > div > div:nth-child(1):hover > .sz-media-btn {
  opacity: 1;
  visibility: visible;
}
/* 10 - Footer */
.videos-1-layer > div > div:nth-child(2) {
  width: 348px;
  margin: auto;
  font-size: 0;
  display: block;
  position: relative;
}
/* 11 - Image - Link */
.videos-1-layer > div > div:nth-child(2) > a {
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 8px;
  display: inline-block;
  text-decoration: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* 12 - Image */
.videos-1-layer > div > div:nth-child(2) > a > img {
  width: 100%;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* 13 - Title - Tags */
.videos-1-layer > div > div:nth-child(2) > div:nth-child(2) {
  width: 300px;
  display: inline-block;
}
/* 14 - Title */
.videos-1-layer > div > div:nth-child(2) > div:nth-child(2) > a {
  color: #161823;
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  letter-spacing: .2px;
  text-decoration: none;
  text-transform: capitalize;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 15 - Title - Dark Theme */
.videos-1-dark .videos-1-layer > div > div:nth-child(2) > div:nth-child(2) > a {
  color: #fff;
}
/* 16 - Tags */
.videos-1-layer > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
  font-size: 0;
  display: block;
}
/* 17 - Tags - Children */
.videos-1-layer > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a {
  margin: auto;
  margin: 0 3px;
  color: #161823;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  letter-spacing: .2px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 18 - Tags - Children - Dark Theme */
.videos-1-dark .videos-1-layer > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a {
  color: #aaa;
}
/* 19 - Like - Comments - Share */
.videos-1-layer > div > div:nth-child(2) > div:nth-child(3) {
  width: 100%;
  height: 35px;
  display: block;
  margin-top: 15px;
  text-align: center;
  position: relative;
}
/* 20 - Like - Comments - Share - Children */
.videos-1-layer > div > div:nth-child(2) > div:nth-child(3) > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 33%;
  height: 100%;
  font-size: 0;
  margin: auto;
  color: #161823;
  position: absolute;
  text-align: center;
  text-decoration: none;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 21 - Like - Comments - Share - Children - Dark Theme */
.videos-1-dark .videos-1-layer > div > div:nth-child(2) > div:nth-child(3) > a {
  color: #aaa;
}
/* 22 - Like */
.videos-1-layer > div > div:nth-child(2) > div:nth-child(3) > a:nth-child(1) {
  margin-left: 0;
  text-align: left;
}
/* 23 - Share */
.videos-1-layer > div > div:nth-child(2) > div:nth-child(3) > a:nth-child(3) {
  margin-right: 0;
  text-align: center;
}
/* 24 - Like - Comments - Share - Icons */
.videos-1-layer > div > div:nth-child(2) > div:nth-child(3) > a > i {
  font-size: 22px;
  margin-right: 7px;
  display: inline-block;
}
/* 25 - Like - Comments - Share - Numbers */
.videos-1-layer > div > div:nth-child(2) > div:nth-child(3) > a > span {
  font-size: 22px;
  display: inline-block;
}

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

/*----- When the screen size gets = 360px and < 576px -----*/
@media (min-width: 360px) and (max-width: 575.98px) {
  /* Background color of carousel */
  .videos-1.sz-slider {
    width: 100% !important;
  }
}

/*----- When the screen size gets = 275px and < 360px -----*/
@media (min-width: 275px) and (max-width: 359.98px) {
  /* Background color of carousel */
  .videos-1.sz-slider {
    width: 100% !important;
  }
  /* Video Wrapper */
  .videos-1-layer > div > div:nth-child(1) {
    width: 97%;
  }
  /* Footer */
  .videos-1-layer > div > div:nth-child(2) {
    width: 97%;
  }
  /* Title - Tags */
  .videos-1-layer > div > div:nth-child(2) > div:nth-child(2) {
    width: 80%;
  }
  /* Title */
  .videos-1-layer > div > div:nth-child(2) > div:nth-child(2) > a {
    font-size: 19px;
  }
  /* Tags - Children */
  .videos-1-layer > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a {
    margin: 0 2px;
    font-size: 13px;
  }
}

/*----- When the screen size gets <= 275px -----*/
@media (max-width: 274.98px) {
  /* Background color of carousel */
  .videos-1.sz-slider {
    width: 100% !important;
  }
  /* Video Wrapper */
  .videos-1-layer > div > div:nth-child(1) {
    width: 97%;
  }
  /* Footer */
  .videos-1-layer > div > div:nth-child(2) {
    width: 97%;
  }
  /* Image - Link */
  .videos-1-layer > div > div:nth-child(2) > a {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
  /* Title - Tags */
  .videos-1-layer > div > div:nth-child(2) > div:nth-child(2) {
    width: 80%;
  }
  /* Title */
  .videos-1-layer > div > div:nth-child(2) > div:nth-child(2) > a {
    font-size: 16px;
  }
  /* Tags - Children */
  .videos-1-layer > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a {
    margin: 0 2px;
    font-size: 12px;
  }
  /* Like - Comments - Share - Icons */
  .videos-1-layer > div > div:nth-child(2) > div:nth-child(3) > a > i {
    font-size: 16px;
  }
  /* Like - Comments - Share - Numbers */
  .videos-1-layer > div > div:nth-child(2) > div:nth-child(3) > a > span {
    font-size: 16px;
  }
}

/*********************/
/* videos 1
/* Indicators Buttons
/*********************/

/* 1 - ProgressBars - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .videos-1-indicators.carousel-indicators {
  padding: 0; 
  width: 330px;
  height: 12px;
  margin: 10px auto auto auto;
}
/*
2 - ProgressBars
To justify progress bars
change the width according to your requirements 
*/
.sz-slider[data-type=slider] .videos-1-indicators.carousel-indicators > li {
  width: 60px;
  margin: 2px;
  height: 6px;
  border: none;
  background: rgba(0,0,0,.1);
  border-radius: 33px;
  -webkit-border-radius: 33px;
}
/* 3 - ProgressBars - Dark Theme */
.sz-slider[data-type=slider].videos-1-dark .videos-1-indicators.carousel-indicators > li {
  background: #aaa;
}
/* 4 - ProgressBar - Active */
.sz-slider[data-type=slider] .videos-1-indicators.carousel-indicators > li.active {
  background: rgba(0,0,0,.1);
}
/* 5 - ProgressBar - Active - Dark Theme */
.sz-slider[data-type=slider].videos-1-dark .videos-1-indicators.carousel-indicators > li.active {
  background: #aaa;
}
/* 6 - ProgressBars - Animated Part */
.sz-slider[data-type=slider] .videos-1-indicators.carousel-indicators > li > span {
  height: 6px;
  background: #1da1f2;
  margin: auto auto 0 auto;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

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

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

/* 1 - Buttons */
.videos-1-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 0;
  display: block;
  background: #aaa;
  text-decoration: none;
  border-radius: 50%;
   -webkit-border-radius: 50%;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.videos-1-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: auto auto auto 15px;
}
/* 3 - Next - Button */
.videos-1-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto 15px auto auto;
}
/* 4 - Hover */
.videos-1-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #1da1f2;
}
/* 5 - Icons */
.videos-1-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 12px;
  height: 18px;
  margin: auto;
  font-size: 18px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.videos-1-btn.sz-slider .carousel-control-btn:hover > i {
  color: #fff;
}

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

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 575.98px) {
  /* Buttons */
  .videos-1-btn.sz-slider .carousel-control-btn {
    display: none;
  }
}