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

/**********************/
/* Simple Version 37
/* Main Carousel Style
/**********************/

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

/*******************/
/* Simple Version 37
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.simple-ver-37-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
}
/* 2 - Text - Container - center */
.simple-ver-37-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
  margin: auto;
  width: 540px;
  height: 280px;
  display: block;
  line-height: 1;
  text-align: center;
  position: absolute;
}
/* 3 - Text - Container - left */
.simple-ver-37-layer.simple-ver-37-layer-left > div {
  text-align: left;
  margin: auto auto auto 15%;
}
/* 4 - Text - Container - right */
.simple-ver-37-layer.simple-ver-37-layer-right > div {
  text-align: right;
  margin: auto 15% auto auto;
}
/* 5 - Children */
.simple-ver-37-layer > div > span {
  display: block;
}
/* 6 - 1st child - ( unique interior design ideas ) */
.simple-ver-37-layer > div > span:nth-child(1) {
  color: #d66919;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -.6px;
  font-family: 'Poppins', sans-serif;
}
/* 7 - 2nd child - ( Explore the Future of Business ) */
.simple-ver-37-layer > div > span:nth-child(2) {
  color: #333;
  font-size: 55px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: .5px;
  margin: 20px 0 56px 0;
  font-family: 'Poppins', sans-serif;
}
/* 8 - Button - center - ( Explore Projects ) */
.simple-ver-37-layer > div > a {
  color: #333;
  width: 246px;
  height: 55px;
  margin: auto;
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 53px;
  text-align: center;
  letter-spacing: .5px;
  text-decoration: none;
  background: transparent;
  text-transform: uppercase;
  border: 2px solid #686868;
  font-family: 'Poppins', sans-serif;
  transition: color .1s ease, background .1s ease;
  -webkit-transition: color .1s ease, background .1s ease;
}
/* 9 - Button - left - ( Explore Projects ) */
.simple-ver-37-layer.simple-ver-37-layer-left > div > a {
  margin: auto auto auto 0;
}
/* 10 - Button - right - ( Explore Projects ) */
.simple-ver-37-layer.simple-ver-37-layer-right > div > a {
  margin: auto 0 auto auto;
}
/* 11 - Button - hover - ( purchase now ) */
.simple-ver-37-layer > div > a:hover {
  color: #fff;
  background: #333;
}
/* 12 - Button - Text - ( Explore Projects ) */
.simple-ver-37-layer > div > a > span {
  float: left;
  width: 200px;
  height: 100%;
}
/* 13 - Button - Icon - ( >> ) */
.simple-ver-37-layer > div > a > i {
  width: 42px;
  height: 100%;
  line-height: 53px;
  border-left: 2px solid #686868;
}

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

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Text - Container - center */
  .simple-ver-37-layer > div {
    width: 440px;
    height: 255px;
  }
  /* 1st child - ( unique interior design ideas ) */
  .simple-ver-37-layer > div > span:nth-child(1) {
    font-size: 20px;
  }
  /* 2nd child - ( Explore the Future of Business ) */
  .simple-ver-37-layer > div > span:nth-child(2) {
    font-size: 45px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - Container - center */
  .simple-ver-37-layer > div {
    width: 345px;
    height: 225px;
  }
  /* 1st child - ( unique interior design ideas ) */
  .simple-ver-37-layer > div > span:nth-child(1) {
    font-size: 18px;
  }
  /* 2nd child - ( Explore the Future of Business ) */
 .simple-ver-37-layer > div > span:nth-child(2) {
    font-size: 35px;
  }
  /* Button - center - ( Explore Projects ) */
  .simple-ver-37-layer > div > a {
    width: 225px;
    height: 50px;
    line-height: 47px;
  }
  /* Button - Text - ( Explore Projects ) */
  .simple-ver-37-layer > div > a > span {
    width: 179px;
  }
  /* Button - Icon - ( >> ) */
  .simple-ver-37-layer > div > a > i {
    line-height: 47px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - Container - center */
  .simple-ver-37-layer > div {
    width: 270px;
    height: 186px;
  }
  /* Text - Container - left & right */
  .simple-ver-37-layer.simple-ver-37-layer-left > div,
  .simple-ver-37-layer.simple-ver-37-layer-right > div {
    margin: auto;
    text-align: center;
  }
  /* 1st child - ( unique interior design ideas ) */
  .simple-ver-37-layer > div > span:nth-child(1) {
    font-size: 14px;
  }
  /* 2nd child - ( Explore the Future of Business ) */
 .simple-ver-37-layer > div > span:nth-child(2) {
    font-size: 28px;
    margin: 10px 0 20px 0;
  }
  /* Button - center - ( Explore Projects ) */
  .simple-ver-37-layer > div > a {
    width: 200px;
    height: 45px;
    font-size: 11px;
    line-height: 42px;
  }
  /* Button - left & right - ( Explore Projects ) */
  .simple-ver-37-layer.simple-ver-37-layer-left > div > a,
  .simple-ver-37-layer.simple-ver-37-layer-right > div > a {
    margin: auto;
  }
  /* Button - Text - ( Explore Projects ) */
  .simple-ver-37-layer > div > a > span {
    width: 153px;
  }
  /* Button - Icon - ( >> ) */
  .simple-ver-37-layer > div > a > i {
    line-height: 42px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - Container - center */
  .simple-ver-37-layer > div {
    width: 190px;
    height: 158px;
  }
  /* Text - Container - left & right */
  .simple-ver-37-layer.simple-ver-37-layer-left > div,
  .simple-ver-37-layer.simple-ver-37-layer-right > div {
    margin: auto;
    text-align: center;
  }
  /* 1st child - ( unique interior design ideas ) */
  .simple-ver-37-layer > div > span:nth-child(1) {
    font-size: 12px;
  }
  /* 2nd child - ( Explore the Future of Business ) */
 .simple-ver-37-layer > div > span:nth-child(2) {
    font-size: 22px;
    margin: 10px 0 20px 0;
  }
  /* Button - center - ( Explore Projects ) */
  .simple-ver-37-layer > div > a {
    width: 100%;
    height: 40px;
    font-size: 10px;
    line-height: 37px;
  }
  /* Button - left & right - ( Explore Projects ) */
  .simple-ver-37-layer.simple-ver-37-layer-left > div > a,
  .simple-ver-37-layer.simple-ver-37-layer-right > div > a {
    margin: auto;
  }
  /* Button - Text - ( Explore Projects ) */
  .simple-ver-37-layer > div > a > span {
    width: 144px;
  }
  /* Button - Icon - ( >> ) */
  .simple-ver-37-layer > div > a > i {
    line-height: 37px;
  }
}

/***********************/
/* Simple Version 37
/* Fraction Pagination
/***********************/

/* 1 - Fraction - wrapper */
.simple-ver-37-fraction.carousel-item-number {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  width: 123px;
  height: 94px;
  overflow: hidden;
  margin: 10px 20px auto auto;
}
/* 2 - Fraction - active slide number */
.simple-ver-37-fraction.carousel-item-number > .carousel-item-single {
  top: -20px;
  left: -9px;
  width: 71px;
  height: 63px;
  color: #d66919;
  font-size: 57px;
  font-weight: 800;
  position: relative;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
}
/* 3 - Fraction - add "0" before numbers */
.simple-ver-37-fraction.carousel-item-number > .carousel-item-single::before,
.simple-ver-37-fraction.carousel-item-number > .carousel-item-length::before {
  content: "0";
  position: relative;
}
/* 4 - Fraction - separator - ( | ) */
.simple-ver-37-fraction.carousel-item-number > span:nth-child(2) {
  top: 24px;
  width: 1px;
  height: 65px;
  position: relative;
  background: #9a9a9a;
  display: inline-block;
}
/* 5 - Fraction - total slides number */
.simple-ver-37-fraction.carousel-item-number > .carousel-item-length {
  top: 23px;
  left: 9px;
  color: #333;
  width: 31px;
  height: 31px;
  font-size: 24px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
}

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

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Fraction - wrapper */
  .simple-ver-37-fraction.carousel-item-number {
    width: 104px;
    height: 67px;
    margin: 0 0 auto auto;
  }
  /* Fraction - active slide number */
  .simple-ver-37-fraction.carousel-item-number > .carousel-item-single {
    top: -14px;
    left: -5px;
    width: 60px;
    height: 53px;
    font-size: 47px;
  }
  /* Fraction - separator - ( | ) */
  .simple-ver-37-fraction.carousel-item-number > span:nth-child(2) {
    top: 10px;
    height: 40px;
  }
  /* Fraction - total slides number */
  .simple-ver-37-fraction.carousel-item-number > .carousel-item-length {
    top: 9px;
    left: 3px;
    width: 31px;
    height: 31px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Fraction - wrapper */
  .simple-ver-37-fraction.carousel-item-number {
    width: 84px;
    height: 53px;
    margin: 0 0 auto auto;
  }
  /* Fraction - active slide number */
  .simple-ver-37-fraction.carousel-item-number > .carousel-item-single {
    top: -9px;
    left: -2px;
    width: 48px;
    height: 42px;
    font-size: 37px;
  }
  /* Fraction - separator - ( | ) */
  .simple-ver-37-fraction.carousel-item-number > span:nth-child(2) {
    top: 10px;
    height: 35px;
  }
  /* Fraction - total slides number */
  .simple-ver-37-fraction.carousel-item-number > .carousel-item-length {
    top: 9px;
    left: 3px;
    width: 27px;
    height: 25px;
    font-size: 20px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Fraction - wrapper */
  .simple-ver-37-fraction.carousel-item-number {
    display: none;
  }
}
/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Fraction - wrapper */
  .simple-ver-37-fraction.carousel-item-number {
    display: none;
  }
}