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

/**********************/
/* Videos 3
/* Main Carousel Style
/**********************/

/* 1 - Main Carousel Wrapper */
.videos-3.sz-slider {
  background: rgba(0,0,0,.5);
  filter: none;
  -webkit-filter: none;
  mix-blend-mode: normal;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}

/*******************/
/* Videos 3
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.videos-3-layer,
.videos-3-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  overflow: hidden;
  position: absolute;
}
/* 2 - Color Overlay */
.videos-3-layer > div::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  background: rgba(0,0,0,.5);
}
/* 3 - Video */
.videos-3-layer > div > video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/* 4 - Text - Center */
.videos-3-layer > div > div  {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 405px;
  height: 290px;
  display: block;
  text-align: center;
  position: absolute;
}
/* 5 - Text - Left */
.videos-3-layer.videos-3-layer-left > div > div  {
  text-align: left;
  margin: auto auto auto 20%;
}
/* 6 - Text - Right */
.videos-3-layer.videos-3-layer-right > div > div  {
  text-align: right;
  margin: auto 20% auto auto;
}
/* 7 - Heading - ( HTML5 video for background ) */
.videos-3-layer > div > div > span:nth-child(1) {
  color: #fff;
  display: block;
  font-size: 47px;
  margin-top: 8px;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
/* 8 - Description - ( Lorem ipsum dolor sit amet,... ) */
.videos-3-layer > div > div > span:nth-child(2) {
  color: #fff;
  display: block;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: .5px;
  font-family: 'Arimo', sans-serif;
}
/* 9 - Button - ( read more ) */
.videos-3-layer > div > div  > a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-top: 50px;
  position: relative;
  padding: 10px 40px;
  background: #9e2663;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 10 - Button - ( read more ) - Hover */
.videos-3-layer > div > div  > a:hover {
  color: #9e2663;
  background: #fff;
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - Center */
  .videos-3-layer > div > div  {
    width: 325px;
    height: 265px;
  }
  /* Heading - ( HTML5 video for background ) */
  .videos-3-layer > div > div > span:nth-child(1) {
    font-size: 37px;
  }
  /* Description - ( Lorem ipsum dolor sit amet,... ) */
  .videos-3-layer > div > div > span:nth-child(2) {
    font-size: 15px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - Center - Left - Right */
  .videos-3-layer > div > div,
  .videos-3-layer.videos-3-layer-left > div > div,
  .videos-3-layer.videos-3-layer-right > div > div  {
    margin: auto;
    width: 270px;
    height: 265px;
    text-align: center;
  }
  /* Heading - ( HTML5 video for background ) */
  .videos-3-layer > div > div > span:nth-child(1) {
    font-size: 32px;
  }
  /* Description - ( Lorem ipsum dolor sit amet,... ) */
  .videos-3-layer > div > div > span:nth-child(2) {
    font-size: 14px;
  }
  /*  Button - ( read more ) */
  .videos-3-layer > div > div  > a {
    margin-top: 30px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - Center - Left - Right */
  .videos-3-layer > div > div,
  .videos-3-layer.videos-3-layer-left > div > div,
  .videos-3-layer.videos-3-layer-right > div > div  {
    margin: auto;
    width: 200px;
    height: 185px;
    text-align: center;
  }
  /* Heading - ( HTML5 video for background ) */
  .videos-3-layer > div > div > span:nth-child(1) {
    font-size: 22px;
  }
  /* Description - ( Lorem ipsum dolor sit amet,... ) */
  .videos-3-layer > div > div > span:nth-child(2) {
    font-size: 12px;
  }
  /*  Button - ( read more ) */
  .videos-3-layer > div > div  > a {
    font-size: 14px;
    margin-top: 20px;
    padding: 7px 30px;
  }
}

/*********************/
/* Videos 3
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .videos-3-indicators.carousel-indicators {
  padding: 0; 
  width: 65px;
  height: 20px;
  margin: auto auto 25px 25px;
}
/* 2 - Indicators - Children */
.sz-slider[data-type=slider] .videos-3-indicators.carousel-indicators > li {
  width: 15px;
  margin: 2px;
  height: 15px;
  border: none;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* 3 - Indicators - Active */
.sz-slider[data-type=slider] .videos-3-indicators.carousel-indicators > li.active {
  background: #9e2663;
}

/**************************/
/* Videos 3
/* Left And Right Buttons
/**************************/

/* 1 - Buttons */
.videos-3-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  color: #fff;
  width: 45px;
  height: 45px;
  font-size: 0;
  display: block;
  text-decoration: none;
  background: rgba(0,0,0,.5);
  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-3-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: auto auto auto 25px;
}
/* 3 - Next - Button */
.videos-3-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto 25px auto auto;
}
/* 4 - Hover */
.videos-3-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #9e2663;
}
/* 5 - Icons */
.videos-3-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 20px;
  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-3-btn.sz-slider .carousel-control-btn:hover > i {
  color: #fff;
}

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

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