/*!
 * 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
/*******************/
.text-wrap-slide {
  z-index: 10;
}
/* 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 */

/* 5 - Text - Left */
.videos-3-layer.videos-3-layer-left > div > div  {
  text-align: left;
  margin:auto;
}
/* 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: 6rem;
  margin-top: 8px;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 1px;
  text-transform: capitalize;

}
/* 8 - Description - ( Lorem ipsum dolor sit amet,... ) */
.videos-3-layer > div > div > span:nth-child(2) {
  color: #fff;
  display: block;
  font-size: 5.5rem;
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: .5px;

}
/* 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: var(--color-primary);
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  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: var(--color-primary) !important;
  background: #fff;
}

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


/*----- 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;

    text-align: center;
  }
  
 
}

/*----- 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;
    text-align: center;
  }
 
}

.slider-wrapper .overlay{
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  display: block; 
  z-index: 2;
}
.slider-wrapper .overlay-10{
  background: rgba(0,0,0,0.1);
}
.slider-wrapper .overlay-20{
  background: rgba(0,0,0,0.2);
}
.slider-wrapper .overlay-30{
  background: rgba(0,0,0,0.3);
}
/*********************/
/* 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: var(--color-primary);
}

/**************************/
/* 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: var(--color-primary);
}
/* 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;
  }
  .SliderLayout_1 > .carousel-inner > .carousel-item {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-origin: padding-box !important;
  }
  
  
}