/*!
 * Template Name : simple-ver-23
 */

/**********************/
/* Simple Version 23
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.simple-ver-23.sz-slider {
  background: #1992ba;
  -webkit-font-smoothing: antialiased !important;
}
/* 2 - Background Images Position */
.simple-ver-23.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center;
}

/*******************/
/* Simple Version 23
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.simple-ver-23-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 450px;
  height: 278px;
  display: block;
  position: absolute;
  text-align: center;
}
/* 2 - Container */
.simple-ver-23-layer > div {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  display: block;
}
/* 3 - Heading - ( portfolio slide ideas ) */
.simple-ver-23-layer > div > span:nth-child(1) {
  color: #fff;
  margin: auto;
  display: block;
  font-size: 80px;
  font-weight: 800;
  line-height: .86;
  letter-spacing: -1px;
  padding: 14px 0 18px 0;
  text-transform: uppercase;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  font-family: 'Barlow', sans-serif;
}
/* 4 - Description - ( Means adding more slides your present it is absolutely worth it ) */
.simple-ver-23-layer > div > span:nth-child(2) {
  color: #fff;
  width: 365px;
  margin: auto;
  display: block;
  font-size: 22px;
  font-weight: 400;
  margin-top: 36px;
  line-height: 1.29;
  letter-spacing: -.2px;
  font-family: 'Barlow', sans-serif;
}

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

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Layer - wrapper */
  .simple-ver-23-layer {
    width: 400px;
    height: 270px;
  }
  /* Heading - ( portfolio slide ideas ) */
  .simple-ver-23-layer > div > span:nth-child(1) {
    font-size: 70px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Layer - wrapper */
  .simple-ver-23-layer {
    width: 365px;
    height: 242px;
  }
  /* Heading - ( portfolio slide ideas ) */
  .simple-ver-23-layer > div > span:nth-child(1) {
    font-size: 60px;
  }
  /* Description - ( Means adding more slides your present it is absolutely worth it ) */
  .simple-ver-23-layer > div > span:nth-child(2) {
    width: 340px;
    font-size: 20px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Layer - wrapper */
  .simple-ver-23-layer {
    width: 270px;
    height: 200px;
  }
  /* Heading - ( portfolio slide ideas ) */
  .simple-ver-23-layer > div > span:nth-child(1) {
    font-size: 40px;
    border-top: 8px solid #fff;
    border-bottom: 8px solid #fff;
  }
  /* Description - ( Means adding more slides your present it is absolutely worth it ) */
  .simple-ver-23-layer > div > span:nth-child(2) {
    width: 265px;
    font-size: 16px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Layer - wrapper */
  .simple-ver-23-layer {
    width: 95%;
    height: 160px;
  }
  /* Heading - ( portfolio slide ideas ) */
  .simple-ver-23-layer > div > span:nth-child(1) {
    font-size: 34px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
  }
  /* Description - ( Means adding more slides your present it is absolutely worth it ) */
  .simple-ver-23-layer > div > span:nth-child(2) {
    width: 90%;
    font-size: 14px;
	margin-top: 20px;
  }
}

/**************************/
/* Simple Version 23
/* Left And Right Buttons
/**************************/

/* 1 - Buttons */
.simple-ver-23-btn.sz-slider .carousel-control-btn {
  opacity: 1;
  width: 50px;
  color: #000;
  height: 50px;
  display: block;
  font-size: 18px;
  background: #fff;
  line-height: 50px;
  text-decoration: none;
  transition: background .1s ease, color .1s ease;
  -webkit-transition: background .1s ease, color .1s ease;
}
/* 2 - Prev - Button */
.simple-ver-23-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: 20px auto auto 20px;
}
/* 3 - Next - Button */
.simple-ver-23-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: 20px 20px auto auto;
}
/* 4 - Buttons - hover */
.simple-ver-23-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #000;
}

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

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

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

/*********************/
/* Simple Version 23
/* Indicators Buttons
/*********************/

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

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-23-indicators.carousel-indicators {
    margin: 0 10px 10px auto;
  }
}

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

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