/*!
 * Template Name : cover-flow-5
 */

/**********************/
/* Cover Flow 5
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.cover-flow-5.sz-slider {
  background: #fff;
  -webkit-font-smoothing: antialiased !important;
}

/********************/
/* Cover Flow 5
/* Layer Settings
/********************/

/* 1 - Layer - wrapper */
.cover-flow-5-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  line-height: 1;
  position: absolute;
}
/* 2 - Background Image */
.cover-flow-5-layer > div:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 98%;
  height: 80%;
  margin: auto;
  display: block;
  position: absolute;
}
/* 3 - Container */
.cover-flow-5-layer > div:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  width: 555px;
  height: 280px;
  display: block;
  text-align: center;
  position: absolute;
  padding: 60px 85px;
  background: rgba(0,0,0,.7);
}
/* 4 - Heading - ( 23.05.2021 ) */
.cover-flow-5-layer > div:nth-child(2) > span:nth-child(1) {
  color: #ffb12b;
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.3px;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 5 - Heading - ( Random Name Generator is a Simple Fiction Writing Tool to Create ) */
.cover-flow-5-layer > div:nth-child(2) > span:nth-child(2) {
  color: #fff;
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  letter-spacing: .2px;
  margin: 5px auto 40px auto;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 6 - Line */
.cover-flow-5-layer > div:nth-child(2) > span:nth-child(2)::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70px;
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  background: #6d6d6d;
  margin: auto auto -20px auto;
}
/* 7 - Views - wrapper */
.cover-flow-5-layer > div:nth-child(2) > a {
  display: inline-block;
  text-decoration: none;
}
/* 8 - Views - wrapper */
.cover-flow-5-layer > div:nth-child(2) > a:nth-child(4) {
  margin-left: 100px;
}
/* 9 - Views - icon */
.cover-flow-5-layer > div:nth-child(2) > a > i {
  color: #ffb12b;
  font-size: 16px;
}
/* 10 - Views - text */
.cover-flow-5-layer > div:nth-child(2) > a > span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  position: relative;
  font-family: 'Barlow Condensed', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 11 - Views - text - hover */
.cover-flow-5-layer > div:nth-child(2) > a:hover > span {
  color: #fff;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {

}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Container */
  .cover-flow-5-layer > div:nth-child(2) {
    width: 450px;
    padding: 60px 30px;
  }

}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Container */
  .cover-flow-5-layer > div:nth-child(2) {
    width: 222px;
    height: 173px;
    padding: 10px 10px;
  }
  /* Heading - ( 23.05.2021 ) */
  .cover-flow-5-layer > div:nth-child(2) > span:nth-child(1) {
    font-size: 20px;
  }
  /* Heading - ( Random Name Generator is a Simple Fiction Writing Tool to Create ) */
  .cover-flow-5-layer > div:nth-child(2) > span:nth-child(2) {
    font-size: 20px;
    margin: 5px auto 40px auto;
  }
  /* Line */
  .cover-flow-5-layer > div:nth-child(2) > span:nth-child(2)::after {
    margin: auto auto -20px auto;
  }
  /* Views - wrapper */
  .cover-flow-5-layer > div:nth-child(2) > a:nth-child(4) {
    margin-left: 13px;
  }
  /* Views - icon */
  .cover-flow-5-layer > div:nth-child(2) > a > i {
    font-size: 12px;
  }
  /* Views - text */
  .cover-flow-5-layer > div:nth-child(2) > a > span {
    font-size: 12px;
    margin-left: 7px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Container */
  .cover-flow-5-layer > div:nth-child(2) {
    width: 163px;
    height: 190px;
    padding: 5px 5px;
  }
  /* Heading - ( 23.05.2021 ) */
  .cover-flow-5-layer > div:nth-child(2) > span:nth-child(1) {
    font-size: 16px;
  }
  /* Heading - ( Random Name Generator is a Simple Fiction Writing Tool to Create ) */
  .cover-flow-5-layer > div:nth-child(2) > span:nth-child(2) {
    font-size: 16px;
    margin: 5px auto 30px auto;
  }
  /* Line */
  .cover-flow-5-layer > div:nth-child(2) > span:nth-child(2)::after {
    margin: auto auto -15px auto;
  }
  /* Views - wrapper */
  .cover-flow-5-layer > div:nth-child(2) > a:nth-child(4) {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  /* Views - icon */
  .cover-flow-5-layer > div:nth-child(2) > a > i {
    display: block;
    font-size: 12px;
  }
  /* Views - text */
  .cover-flow-5-layer > div:nth-child(2) > a > span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    font-size: 12px;
  }
}

/*********************/
/* Cover Flow 5
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .cover-flow-5-indicators.carousel-indicators {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 125px;
  height: 20px;
  margin: auto auto 20px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .cover-flow-5-indicators.carousel-indicators > li {
  padding: 0;
  margin: 4px;
  width: 12px;
  height: 12px;
  border: none;
  background: #333;
  line-height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 0 2px #333;
  -webkit-box-shadow: 0 0 0 2px #333;
  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=slider] .cover-flow-5-indicators.carousel-indicators > li.active {
  border: none;
  background: transparent;
  box-shadow: 0 0 0 2px #ffb12b;
  -webkit-box-shadow: 0 0 0 2px #ffb12b;
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=slider] .cover-flow-5-indicators.carousel-indicators > li::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  background: #333;
  position: absolute;
  transform: scale(.7);
  -webkit-transform: scale(.7);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* 5 - Indicator - active - inside circle */
.sz-slider[data-type=slider] .cover-flow-5-indicators.carousel-indicators > li.active::after {
  background: #ffb12b;
}

/******************/
/* 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] .cover-flow-5-indicators.carousel-indicators {
    margin: auto auto 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] .cover-flow-5-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] .cover-flow-5-indicators.carousel-indicators {
    display: none;
  }
}

/**************************/
/* Cover Flow 5
/* Left And Right Buttons
/**************************/

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

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Prev - Button */
  .cover-flow-5-btn.sz-slider .carousel-control-btn.carousel-control-prev {
    margin: auto auto auto 15px;
  }
  /* Next - Button */
  .cover-flow-5-btn.sz-slider .carousel-control-btn.carousel-control-next {
    margin: auto 15px auto auto;
  }
}

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

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