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

/**********************/
/* Simple Version 3
/* Main Carousel Style
/**********************/

/* Background color of carousel */
.simple-ver-3.sz-slider {
  background: rgba(0,0,0,.5);
}
/* Background Images Position */
.simple-ver-3.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center;
}

/*******************/
/* Simple Version 3
/* Layer Settings
/*******************/

/* 1 - Wrapper */
.simple-ver-3-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  background: rgba(0,0,0,.5);
}
/* 2 - Background Word - ( charity ) */
.simple-ver-3-layer > span {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 98%;
  margin: auto;
  height: 145px;
  font-size: 205px;
  line-height: 0.6;
  font-weight: 900;
  text-align: center;
  position: absolute;
  display: inline-block;
  text-transform: uppercase;
  color: rgba(255,255,255,0.07);
  font-family: 'Montserrat', sans-serif;
}
/* 3 - Text - left - wrapper */
.simple-ver-3-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 38%;
  display: block;
  text-align: left;
  line-height: 0.9;
  min-width: 650px;
  min-height: 240px;
  position: absolute;
  margin: auto auto auto 15%;
}
/* 4 - Text - right - wrapper */
.simple-ver-3-layer.simple-ver-3-layer-right > div {
  text-align: right;
  margin: auto 15% auto auto;
}
/* 5 - Text - center - wrapper */
.simple-ver-3-layer.simple-ver-3-layer-center > div {
  margin: auto;
  text-align: center;
}
/* 6 - Text - children */
.simple-ver-3-layer > div > span {
  display: block;
}
/* 7 - 1st child - left - ( ever wonder which non profit organizations ) */
.simple-ver-3-layer > div > span:nth-child(1) {
  color: #fff;
  width: 368px;
  height: 41px;
  font-size: 12px;
  font-weight: 400;
  line-height: 41px;
  text-align: center;
  position: relative;
  background: #c40020;
  letter-spacing: 1.1px;
  margin: auto auto auto 0;
  font-family: 'Poppins', sans-serif;
}
/* 8 - 1st child - right - ( ever wonder which non profit organizations ) */
.simple-ver-3-layer.simple-ver-3-layer-right > div > span:nth-child(1) {
  margin: auto 0 auto auto;
}
/* 9 - 1st child - center - ( ever wonder which non profit organizations ) */
.simple-ver-3-layer.simple-ver-3-layer-center > div > span:nth-child(1) {
  margin: auto;
}
/* 10 - 2nd child - ( Help to Those in Need, as a Humanitarian Act ) */
.simple-ver-3-layer > div > span:nth-child(2) {
  color: #fff;
  line-height: 1;
  font-size: 52px;
  margin-top: 15px;
  font-weight: 800;
  word-spacing: -4px;
  margin-bottom: 35px;
  font-family: 'Poppins', sans-serif;
}
/* 11 - Buttons - ( donate now & join campaign ) */
.simple-ver-3-layer > div > a {
  color: #fff;
  width: 145px;
  height: 43px;
  font-size: 10px;
  font-weight: 700;
  margin: auto 5px;
  line-height: 41px;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #fff;
  background: transparent;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: background .2s ease, border .2s ease;
  -webkit-transition: background .2s ease, border .2s ease;
}
/* 12 - Buttons - hover - ( donate now ) */
.simple-ver-3-layer > div > a:hover {
  background: #363636;
  border: 2px solid #363636;
}
/* 13 - Button - ( join campaign ) */
.simple-ver-3-layer > div > a:nth-child(4) {
  background: #c40020;
  border: 2px solid #c40020;
}
/* 14 - Buttons - hover - ( join campaign ) */
.simple-ver-3-layer > div > a:nth-child(4):hover {
  background: #363636;
  border: 2px solid #363636;
}
/******************/
/* Responsiveness */
/******************/

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Background Word - ( charity ) */
  .simple-ver-3-layer > span {
    height: 114px;
    font-size: 160px;
  }
  /* Text - wrapper */
  .simple-ver-3-layer > div {
    width: 75%;
    height: 20%;
    min-width: 568px;
    min-height: 228px;
  }
  /* 2nd child - ( Help to Those in Need, as a Humanitarian Act ) */
  .simple-ver-3-layer > div > span:nth-child(2) {
    font-size: 46px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Background Word - ( charity ) */
  .simple-ver-3-layer > span {
    height: 85px;
    font-size: 119px;
  }
  /* Text - wrapper */
  .simple-ver-3-layer > div {
    width: 20%;
    height: 20%;
    min-width: 460px;
    min-height: 208px;
	margin: auto auto auto 10%;
  }
  /* Text - right - wrapper */
  .simple-ver-3-layer.simple-ver-3-layer-right > div {
    margin: auto 10% auto auto;
  }
  /* 2nd child - ( Help to Those in Need, as a Humanitarian Act ) */
  .simple-ver-3-layer > div > span:nth-child(2) {
    font-size: 36px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Background Word - ( charity ) */
  .simple-ver-3-layer > span {
    height: 40px;
    font-size: 56px;
  }
  /* Text - wrapper */
  .simple-ver-3-layer > div {
    width: 20%;
    height: 20%;
	margin: auto;
    min-width: 270px;
    min-height: 208px;
    text-align: center;
  }
  /* Text - right - wrapper */
  .simple-ver-3-layer.simple-ver-3-layer-right > div {
    margin: auto;
    text-align: center;
  }
  /* 1st child - ( ever wonder which non profit organizations ) */
  .simple-ver-3-layer > div > span:nth-child(1) {
    width: 270px;
    height: 35px;
    font-size: 11px;
    line-height: 35px;
    letter-spacing: 0;
  }
  /* 2nd child - ( Help to Those in Need, as a Humanitarian Act ) */
  .simple-ver-3-layer > div > span:nth-child(2) {
    font-size: 22px;
	margin-bottom: 15px;
  }
  /* Button - ( join campaign ) */
  .simple-ver-3-layer > div > a:nth-child(4) {
    margin-top: 5px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Background Word - ( charity ) */
  .simple-ver-3-layer > span {
    height: 28px;
    font-size: 40px;
  }
  /* Text - wrapper */
  .simple-ver-3-layer > div {
    width: 99%;
    height: 10%;
	margin: auto;
    min-width: 99%;
    min-height: 191px;
    text-align: center;
  }
  /* Text - right - wrapper */
  .simple-ver-3-layer.simple-ver-3-layer-right > div {
    margin: auto;
    text-align: center;
  }
  /* 1st child - ( ever wonder which non profit organizations ) */
  .simple-ver-3-layer > div > span:nth-child(1) {
    width: 99%;
    height: 25px;
    font-size: 9px;
    line-height: 25px;
    letter-spacing: 0;
  }
  /* 2nd child - ( Help to Those in Need, as a Humanitarian Act ) */
  .simple-ver-3-layer > div > span:nth-child(2) {
    font-size: 18px;
	margin-top: 10px;
    word-spacing: 1px;
	margin-bottom: 10px;
  }
  /* Button - ( join campaign ) */
  .simple-ver-3-layer > div > a:nth-child(4) {
    margin-top: 5px;
  }
}

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

/* 1 - Buttons */
.simple-ver-3-btn.sz-slider .carousel-control-btn {
  opacity: 1;
  color: #000;
  width: 162px;
  height: 46px;
  font-size: 14px;
  background: #fff;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: auto auto auto -53px;
  font-family: 'Poppins', sans-serif;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transition: background .2s ease, color .2s ease;
  -webkit-transition: background .2s ease, color .2s ease;
}
/* 2 - Next - Button */
.simple-ver-3-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto -53px auto auto;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
/* 3 - Buttons - hover */
.simple-ver-3-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #363636;
}

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

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Prev - Button */
  .simple-ver-3-btn.sz-slider .carousel-control-btn {
    width: 110px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: auto auto 45px -35px;
  }
  /* Next - Button */
  .simple-ver-3-btn.sz-slider .carousel-control-btn.carousel-control-next {
    margin: auto -35px 45px auto;
  }
}

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

/*********************/
/* Simple Version 3
/* Scroll Down Button
/*********************/

/* 1 - Button */
.simple-ver-3-scroll-down.carousel-scroll-down {
  font-weight: 700;
  margin: auto auto 20px auto;
  font-family: 'Poppins', sans-serif;
}
/* 2 - Icon */
.simple-ver-3-scroll-down.carousel-scroll-down > i {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

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

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Button */
  .simple-ver-3-scroll-down.carousel-scroll-down {
    display: none;
  }
}