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

/**********************/
/* Simple Version 33
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.simple-ver-33.sz-slider {
  background: rgba(26,30,127,.9);
  -webkit-font-smoothing: antialiased !important;
}
/* 2 - Background Images Position */
.simple-ver-33.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center;
}

/*******************/
/* Simple Version 33
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.simple-ver-33-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
}
/* 2 - Text - Container */
.simple-ver-33-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
  margin: auto;
  width: 480px;
  height: 200px;
  display: block;
  line-height: 1;
  text-align: center;
  position: absolute;
}
/* 3 - Children */
.simple-ver-33-layer > div > span {
  display: block;
}
/* 4 - 1st child - ( Welcome to Clean &#38; ) */
.simple-ver-33-layer > div > span:nth-child(1) {
  color: #fff;
  font-size: 56px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 5 - 2nd child - ( Simple Website ) */
.simple-ver-33-layer > div > span:nth-child(2) {
  color: #fff;
  font-size: 56px;
  font-weight: 100;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 6 - 3rd child - ( a odio tincdunt ilmauctor Class aptent... ) */
.simple-ver-33-layer > div > span:nth-child(3) {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  margin-top: 31px;
  line-height: 1.65;
  letter-spacing: -.1px;
  font-family: 'Arimo', sans-serif;
}

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

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Text - Container */
  .simple-ver-33-layer > div {
    width: 400px;
    height: 170px;
  }
  /* 1st child - ( Welcome to Clean &#38; ) */
  .simple-ver-33-layer > div > span:nth-child(1) {
    font-size: 46px;
  }
  /* 2nd child - ( Simple Website ) */
  .simple-ver-33-layer > div > span:nth-child(2) {
    font-size: 46px;
  }
  /* 3rd child - ( a odio tincdunt ilmauctor Class aptent... ) */
  .simple-ver-33-layer > div > span:nth-child(3) {
    font-size: 14px;
    margin-top: 28px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - Container */
  .simple-ver-33-layer > div {
    width: 370px;
    height: 155px;
  }
  /* 1st child - ( Welcome to Clean &#38; ) */
  .simple-ver-33-layer > div > span:nth-child(1) {
    font-size: 42px;
  }
  /* 2nd child - ( Simple Website ) */
  .simple-ver-33-layer > div > span:nth-child(2) {
    font-size: 42px;
  }
  /* 3rd child - ( a odio tincdunt ilmauctor Class aptent... ) */
  .simple-ver-33-layer > div > span:nth-child(3) {
    font-size: 13px;
    margin-top: 25px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - Container */
  .simple-ver-33-layer > div {
    width: 265px;
    height: 140px;
  }
  /* 1st child - ( Welcome to Clean &#38; ) */
  .simple-ver-33-layer > div > span:nth-child(1) {
    font-size: 32px;
  }
  /* 2nd child - ( Simple Website ) */
  .simple-ver-33-layer > div > span:nth-child(2) {
    font-size: 32px;
  }
  /* 3rd child - ( a odio tincdunt ilmauctor Class aptent... ) */
  .simple-ver-33-layer > div > span:nth-child(3) {
    font-size: 12px;
    margin-top: 15px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - Container */
  .simple-ver-33-layer > div {
    width: 190px;
    height: 105px;
  }
  /* 1st child - ( Welcome to Clean &#38; ) */
  .simple-ver-33-layer > div > span:nth-child(1) {
    font-size: 22px;
  }
  /* 2nd child - ( Simple Website ) */
  .simple-ver-33-layer > div > span:nth-child(2) {
    font-size: 22px;
  }
  /* 3rd child - ( a odio tincdunt ilmauctor Class aptent... ) */
  .simple-ver-33-layer > div > span:nth-child(3) {
    font-size: 11px;
    margin-top: 5px;
  }
}

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

/* 1 - Buttons */
.simple-ver-33-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  color: #fff;
  width: 60px;
  height: 60px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 1.5px;
  text-decoration: none;
  background: transparent;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-border-radius: 0;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 2 - Prev - Button */
.simple-ver-33-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: auto auto auto 25px;
}
/* 3 - Next - Button */
.simple-ver-33-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto 25px auto auto;
}
/* 4 - Buttons - hover */
.simple-ver-33-btn.sz-slider .carousel-control-btn:hover {
  background: transparent;
}
/* 5 - Buttons - line */
.simple-ver-33-btn.sz-slider .carousel-control-btn::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1.5px;
  background: #fff;
  position: absolute;
}
/* 6 - Prev - Button - line */
.simple-ver-33-btn.sz-slider .carousel-control-btn.carousel-control-prev::after {
  top: 25px;
  margin: auto auto auto 25px;
  transform: rotate(-55deg);
  -webkit-transform: rotate(-55deg);
}
/* 7 - Next - Button - line */
.simple-ver-33-btn.sz-slider .carousel-control-btn.carousel-control-next::after {
  top: 25px;
  margin: auto 25px auto auto;
  transform: rotate(55deg);
  -webkit-transform: rotate(55deg);
}

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

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

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

/*********************/
/* Simple Version 33
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-33-indicators.carousel-indicators {
  padding: 0;
  width: 102px;
  height: 18px;
  margin: auto auto 20px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-33-indicators.carousel-indicators > li {
  padding: 0;
  margin: 4px;
  width: 25px;
  height: 10px;
  border: none;
  background: #fff;
  line-height: 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  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] .simple-ver-33-indicators.carousel-indicators > li.active {
  border: none;
  background: transparent;
  box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=slider] .simple-ver-33-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(.5);
  -webkit-transform: scale(.5);
  border-radius: 0;
  -webkit-border-radius: 0;
}
/* 5 - Indicator - active - inside circle */
.sz-slider[data-type=slider] .simple-ver-33-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-33-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] .simple-ver-33-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-33-indicators.carousel-indicators {
    display: none;
  }
}