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

/**********************/
/* Multiple Items 1
/* Main Carousel Style
/**********************/
 .multiple-items-1-wrapper { /*padding: 45px 75px;*/ z-index: 1; }
/* 1 - Background color of carousel */
.multiple-items-1.sz-slider {
  /*background: #fff;*/
  background: transparent;
  -webkit-font-smoothing: antialiased !important;
}

/********************/
/* Multiple Items 1
/* Layer Settings
/********************/

/* 1 - Text - wrapper */
.multiple-items-1-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  height: 100%;
  display: block;
  position: absolute;
}
/* 2 - Image */
.multiple-items-1-layer > img {
  width: 234px;
  margin: auto;
  display: block;
  position: relative;
  border-radius: 1rem;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.04);
  transform: scale(0.95) rotate(0deg); 
  transition: .3s ease;
  cursor: pointer;
}
.multiple-items-1-layer:hover > img {
  transform: scale(0.92) rotate(0deg); 
  border-radius: 1rem;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.13);
  transition:.3s ease
}

/* 3 - Container */
.multiple-items-1-layer > div {
  margin: auto;
  width: 234px;
  font-size: 0;
  line-height: 1;
  display: block;
  text-align: left;
  position: relative;
  padding: 10px 0 0 0;
}
/* 4 - Heading - Tag */
.multiple-items-1-layer > div > a {
  display: block;
  letter-spacing: .1px;
  text-decoration: none;
  font-family: 'Barlow', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 5 - Heading */
.multiple-items-1-layer > div > a:nth-child(1) {
  /*color: #333;*/
  color:  var(--quaternary-variant);
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
/* 6 - Tag */
.multiple-items-1-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-1-layer > div > a:hover {
  color: var(--tertiary);
}

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

/* 1 - Buttons */
.multiple-items-1-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 15;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 0;
  text-decoration: none;
  background: rgba(0,0,0,.5);
  border-radius: 0;
  -webkit-border-radius: 0;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.multiple-items-1-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: 120px auto auto 25px;
}
/* 3 - Next - Button */
.multiple-items-1-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: 120px 25px auto auto;
}
/* 4 - Hover */
.multiple-items-1-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #286ed1;
}
/* 5 - Icons */
.multiple-items-1-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 14px;
  margin: auto;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.multiple-items-1-btn.sz-slider .carousel-control-btn:hover > i {
  color: #fff;
}

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





/*----- When the screen size gets <= 389.98px -----*/
@media (max-width: 389.98px) {
  .multiple-items-1-btn.sz-slider .carousel-control-btn { display: none; }
  .multiple-items-1 { height: 334px !important; }
  .multiple-items-1-layer > img { width: 224px; }
  .multiple-items-1-layer > div { width: 224px; }
  .multiple-items-1-btn.sz-slider .carousel-control-btn.carousel-control-prev { margin: 120px auto auto 15px; }
  .multiple-items-1-btn.sz-slider .carousel-control-btn.carousel-control-next { margin: 120px 15px auto auto;}
}

/*----- When the screen size gets = 390px and < 576px -----*/
@media (min-width: 390px) and (max-width: 575.98px) {
  .multiple-items-1 { height: 334px !important; }
  .multiple-items-1-layer > img { width: 224px; }
  .multiple-items-1-layer > div { width: 224px; }
  .multiple-items-1-btn.sz-slider .carousel-control-btn.carousel-control-prev { margin: 120px auto auto 15px; }
  .multiple-items-1-btn.sz-slider .carousel-control-btn.carousel-control-next { margin: 120px 15px auto auto;}
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .multiple-items-1 { height: 334px !important; }
  .multiple-items-1-layer > img { width: 224px; }
  .multiple-items-1-layer > div { width: 224px; }
  .multiple-items-1-btn.sz-slider .carousel-control-btn.carousel-control-prev { margin: 120px auto auto 15px; }
  .multiple-items-1-btn.sz-slider .carousel-control-btn.carousel-control-next { margin: 120px 15px auto auto;}
}
@media (min-width: 768px) and (max-width: 991.98px) { 
  .multiple-items-1 { height: 334px !important; }
  .multiple-items-1-layer > img { width: 224px; }
  .multiple-items-1-layer > div { width: 224px; }
  .multiple-items-1-btn.sz-slider .carousel-control-btn.carousel-control-prev { margin: 120px auto auto 15px; }
  .multiple-items-1-btn.sz-slider .carousel-control-btn.carousel-control-next { margin: 120px 15px auto auto;}
}
@media (min-width: 992px) and (max-width: 1599.98px) { 
  .multiple-items-1 { height: 334px !important; }
  .multiple-items-1-layer > img { width: 224px; }
  .multiple-items-1-layer > div { width: 224px; }
  .multiple-items-1-btn.sz-slider .carousel-control-btn.carousel-control-prev { margin: 120px auto auto 15px; }
  .multiple-items-1-btn.sz-slider .carousel-control-btn.carousel-control-next { margin: 120px 15px auto auto;}
}
@media (min-width: 1600px) { 
  .multiple-items-1 { height: 334px !important; }
  .multiple-items-1-layer > img { width: 224px; }
  .multiple-items-1-layer > div { width: 224px; }
  .multiple-items-1-btn.sz-slider .carousel-control-btn.carousel-control-prev { margin: 120px auto auto 15px; }
  .multiple-items-1-btn.sz-slider .carousel-control-btn.carousel-control-next { margin: 120px 15px auto auto;}
}
