/*!
 * Template Name : multiple-items-2
 */

/**********************/
/* Multiple Items 2
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.multiple-items-2.sz-slider {
  background: #32323200;
  -webkit-font-smoothing: antialiased !important;
}

/********************/
/* Multiple Items 2
/* Layer Settings
/********************/

/* 1 - Text - wrapper */
.multiple-items-2-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  height: 100%;
  display: block;
  padding: 0 10px;
  position: absolute;
}
/* 2 - Image */
.multiple-items-2-layer > img {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}
/* 3 - Container */
.multiple-items-2-layer > div {
  width: 100%;
  margin: auto;
  font-size: 0;
  line-height: 1;
  display: block;
  text-align: left;
  position: relative;
  padding: 10px 0 0 0;
}
/* 4 - Heading - Tag */
.multiple-items-2-layer > div > a {
  display: block;
  letter-spacing: .1px;
  text-decoration: none;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 5 - Heading */
.multiple-items-2-layer > div > a:nth-child(1) {
  color: #333;
  font-size: 21px;
  font-weight: 800;
  text-transform: capitalize;
}
/* 6 - Tag */
.multiple-items-2-layer > div > a:nth-child(2) {
  color: #777;
  font-size: 13px;
  margin-top: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
/* 7 - Heading - Tags - hover */
.multiple-items-2-layer > div > a:hover {
  color: #286ed1;
}

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

/*----- When the screen size gets = 769px and < 992px -----*/
@media (min-width: 769px) and (max-width: 992.98px) {
  /* Image */
  .multiple-items-2-layer > img {
    width: 95%;
  }
  /* Container */
  .multiple-items-2-layer > div {
    width: 95%;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 768.98px) {
  /* Image */
  .multiple-items-2-layer > img {
    width: 80%;
  }
  /* Container */
  .multiple-items-2-layer > div {
    width: 80%;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Image */
  .multiple-items-2-layer > img {
    width: 54%;
  }
  /* Container */
  .multiple-items-2-layer > div {
    width: 54%;
  }
}

/**************************/
/* Multiple Items 2
/* Left And Right Buttons
/**************************/

/* 1 - Buttons */
.multiple-items-2-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 15;
  color: #333;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: #e5e5e5;
  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 */
.multiple-items-2-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: auto auto auto 15px;
}
/* 3 - Next - Button */
.multiple-items-2-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto 15px auto auto;
}
/* 4 - Hover */
.multiple-items-2-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #4922e6;
}
/* 5 - Icons */
.multiple-items-2-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #333;
  width: 16px;
  height: 14px;
  margin: auto;
  font-size: 14px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.multiple-items-2-btn.sz-slider .carousel-control-btn:hover > i {
  color: #fff;
}

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

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

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

/*********************/
/* Multiple Items 2
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=carousel][data-ind-direction=x] .multiple-items-2-indicators.carousel-indicators {
  padding: 0;
  width: 185px;
  height: 19px;
  margin: auto auto 0 auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=carousel] .multiple-items-2-indicators.carousel-indicators > li {
  padding: 0;
  margin: 4px;
  width: 10px;
  height: 10px;
  border: none;
  line-height: 10px;
  background: #e5e5e5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 0 2px #e5e5e5;
  -webkit-box-shadow: 0 0 0 2px #e5e5e5;
  transition: background .2s ease, border .2s ease, box-shadow .2s ease;
  -webkit-transition: background .2s ease, border .2s ease, -webkit-box-shadow .2s ease;
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=carousel] .multiple-items-2-indicators.carousel-indicators > li.active {
  border: none;
  background: transparent;
  box-shadow: 0 0 0 2px #4922e6;
  -webkit-box-shadow: 0 0 0 2px #4922e6;
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=carousel] .multiple-items-2-indicators.carousel-indicators > li::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  background: #e5e5e5;
  transform: scale(.7);
  -webkit-transform: scale(.7);
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
/* 5 - Indicator - active - inside circle */
.sz-slider[data-type=carousel] .multiple-items-2-indicators.carousel-indicators > li.active::after {
  background: #4922e6;
}

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

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=carousel][data-ind-direction=x] .multiple-items-2-indicators.carousel-indicators {
    display: none;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=carousel][data-ind-direction=x] .multiple-items-2-indicators.carousel-indicators {
    display: none;
  }
}