/* General Variables */
/* General Styles */

section {
  display: block;
}

/* Section-1 Styles */
#section-1 {
	width: 100%;
  height: 40vw;
  color: #fff;
  background-color: #fff;
}
#section-1 a {
	text-decoration: none;
}
#section-1 a:hover {
	text-decoration: none;
}
#section-1 .content-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
#section-1 .content-slider input {
  display: none;
}
#section-1 .content-slider .slider {
  position: relative;
  width: inherit;
  height: inherit;
  overflow: hidden;
}
#section-1 .content-slider .slider .banner {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  width: inherit;
  height: inherit;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.5s ease;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper {
  height: 100%;
  padding: 0;
  /* background-image: linear-gradient(rgba(243, 129, 129, 0.9), rgba(252, 227, 138, 0.9)); */
  box-sizing: border-box;
  z-index: 5;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
  padding-bottom: 0.3vw;
  font-family: 'Kaushan Script', cursive;
  font-weight: 400;
  font-size: 1.5vw;
  text-transform: none;
  color: #7f40b2;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
  font-size: 2vw;
  line-height: 150%;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
  display: block;
  width: 4vw;
  height: 0.1875vw;
  margin: 2.5vw auto;
  background: #fff;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button {
	display: inline-block; position: absolute; bottom: 10vw; left: 5vw;
  z-index: 15 !important;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a {
  padding: 0.5vw 2vw;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  color: #fff;
  text-transform: uppercase;
  border: 0.2vw solid #888;
  font-weight: bold;
  background: #888;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a:hover {
  color: #fff;
  border-color: #e88382;
  background: #e88382;
  transition: 0.3s;
}

#section-1 .content-slider nav {
  position: absolute;
  bottom: 1vw;
  width: 100%;
  z-index: 20 !important;
  text-align: center;
}
#section-1 .content-slider nav .controls {
  display: block;
  width: 70%;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
}
#section-1 .content-slider nav .controls label {
  position: relative;
  display: inline-block;
  width: 4%;
  height: 1vw;
  overflow: hidden;
  margin: 0 0.5vw;
  padding: 0.5vw 0;
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  color: #f6eac5;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
}
#section-1 .content-slider nav .controls label .progressbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5vw;
  width: 100%;
  background: #f6eac5;
  z-index: 100 !important;
}
#section-1 .content-slider nav .controls label .progressbar .progressbar-fill {
  position: inherit;
  width: inherit;
  height: inherit;
  margin-left: -100%;
  background: #e88382;
}
#section-1 .content-slider nav .controls label span {
  font-size: 1.4vw;
  font-weight: 700;
}
#section-1 .content-slider nav .controls label:hover {
  color: #e88382;
}
#section-1 .content-slider #banner1:checked ~ .slider #top-banner-1,
#section-1 .content-slider #banner2:checked ~ .slider #top-banner-2,
#section-1 .content-slider #banner3:checked ~ .slider #top-banner-3,
#section-1 .content-slider #banner4:checked ~ .slider #top-banner-4,
#section-1 .content-slider #banner5:checked ~ .slider #top-banner-5,
#section-1 .content-slider #banner6:checked ~ .slider #top-banner-6,
#section-1 .content-slider #banner7:checked ~ .slider #top-banner-7,
#section-1 .content-slider #banner8:checked ~ .slider #top-banner-8,
#section-1 .content-slider #banner9:checked ~ .slider #top-banner-9,
#section-1 .content-slider #banner10:checked ~ .slider #top-banner-10,
#section-1 .content-slider #banner11:checked ~ .slider #top-banner-11,
#section-1 .content-slider #banner12:checked ~ .slider #top-banner-12,
#section-1 .content-slider #banner13:checked ~ .slider #top-banner-13,
#section-1 .content-slider #banner14:checked ~ .slider #top-banner-14,
#section-1 .content-slider #banner15:checked ~ .slider #top-banner-15,
#section-1 .content-slider #banner16:checked ~ .slider #top-banner-16,
#section-1 .content-slider #banner17:checked ~ .slider #top-banner-17,
#section-1 .content-slider #banner18:checked ~ .slider #top-banner-18,
#section-1 .content-slider #banner19:checked ~ .slider #top-banner-19,
#section-1 .content-slider #banner20:checked ~ .slider #top-banner-20 {
  opacity: 1;
  z-index: 1;
}
#section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1),
#section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2),
#section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3),
#section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4),
#section-1 .content-slider #banner5:checked ~ nav label:nth-of-type(5),
#section-1 .content-slider #banner6:checked ~ nav label:nth-of-type(6),
#section-1 .content-slider #banner7:checked ~ nav label:nth-of-type(7),
#section-1 .content-slider #banner8:checked ~ nav label:nth-of-type(8),
#section-1 .content-slider #banner9:checked ~ nav label:nth-of-type(9),
#section-1 .content-slider #banner10:checked ~ nav label:nth-of-type(10),
#section-1 .content-slider #banner11:checked ~ nav label:nth-of-type(11),
#section-1 .content-slider #banner12:checked ~ nav label:nth-of-type(12),
#section-1 .content-slider #banner13:checked ~ nav label:nth-of-type(13),
#section-1 .content-slider #banner14:checked ~ nav label:nth-of-type(14),
#section-1 .content-slider #banner15:checked ~ nav label:nth-of-type(15),
#section-1 .content-slider #banner16:checked ~ nav label:nth-of-type(16),
#section-1 .content-slider #banner17:checked ~ nav label:nth-of-type(17),
#section-1 .content-slider #banner18:checked ~ nav label:nth-of-type(18),
#section-1 .content-slider #banner19:checked ~ nav label:nth-of-type(19),
#section-1 .content-slider #banner20:checked ~ nav label:nth-of-type(20) {
  cursor: default;
  color: #fff;
  transition: all 0.5s;
}
#section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar,
#section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar,
#section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar,
#section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar,
#section-1 .content-slider #banner5:checked ~ nav label:nth-of-type(5) .progressbar,
#section-1 .content-slider #banner6:checked ~ nav label:nth-of-type(6) .progressbar,
#section-1 .content-slider #banner7:checked ~ nav label:nth-of-type(7) .progressbar,
#section-1 .content-slider #banner8:checked ~ nav label:nth-of-type(8) .progressbar,
#section-1 .content-slider #banner9:checked ~ nav label:nth-of-type(9) .progressbar,
#section-1 .content-slider #banner10:checked ~ nav label:nth-of-type(10) .progressbar,
#section-1 .content-slider #banner11:checked ~ nav label:nth-of-type(11) .progressbar,
#section-1 .content-slider #banner12:checked ~ nav label:nth-of-type(12) .progressbar,
#section-1 .content-slider #banner13:checked ~ nav label:nth-of-type(13) .progressbar,
#section-1 .content-slider #banner14:checked ~ nav label:nth-of-type(14) .progressbar,
#section-1 .content-slider #banner15:checked ~ nav label:nth-of-type(15) .progressbar,
#section-1 .content-slider #banner16:checked ~ nav label:nth-of-type(16) .progressbar,
#section-1 .content-slider #banner17:checked ~ nav label:nth-of-type(17) .progressbar,
#section-1 .content-slider #banner18:checked ~ nav label:nth-of-type(18) .progressbar,
#section-1 .content-slider #banner19:checked ~ nav label:nth-of-type(19) .progressbar,
#section-1 .content-slider #banner20:checked ~ nav label:nth-of-type(20) .progressbar {
  background: #fff;
}
#section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar-fill,
#section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar-fill,
#section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar-fill,
#section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar-fill,
#section-1 .content-slider #banner5:checked ~ nav label:nth-of-type(5) .progressbar-fill,
#section-1 .content-slider #banner6:checked ~ nav label:nth-of-type(6) .progressbar-fill,
#section-1 .content-slider #banner7:checked ~ nav label:nth-of-type(7) .progressbar-fill,
#section-1 .content-slider #banner8:checked ~ nav label:nth-of-type(8) .progressbar-fill,
#section-1 .content-slider #banner9:checked ~ nav label:nth-of-type(9) .progressbar-fill,
#section-1 .content-slider #banner10:checked ~ nav label:nth-of-type(10) .progressbar-fill,
#section-1 .content-slider #banner11:checked ~ nav label:nth-of-type(11) .progressbar-fill,
#section-1 .content-slider #banner12:checked ~ nav label:nth-of-type(12) .progressbar-fill,
#section-1 .content-slider #banner13:checked ~ nav label:nth-of-type(13) .progressbar-fill,
#section-1 .content-slider #banner14:checked ~ nav label:nth-of-type(14) .progressbar-fill,
#section-1 .content-slider #banner15:checked ~ nav label:nth-of-type(15) .progressbar-fill,
#section-1 .content-slider #banner16:checked ~ nav label:nth-of-type(16) .progressbar-fill,
#section-1 .content-slider #banner17:checked ~ nav label:nth-of-type(17) .progressbar-fill,
#section-1 .content-slider #banner18:checked ~ nav label:nth-of-type(18) .progressbar-fill,
#section-1 .content-slider #banner19:checked ~ nav label:nth-of-type(19) .progressbar-fill,
#section-1 .content-slider #banner20:checked ~ nav label:nth-of-type(20) .progressbar-fill {
  animation: progressBarFill 5s linear;
}
/* Animations */
@keyframes progressBarFill {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {

  #section-1 {
    height: 40vw;
  }
  #section-1 .content-slider nav {
    bottom: 0.5vw;
  }
  #section-1 .content-slider nav .controls label {
    width: 4%;
    font-size: 3vw;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
    font-size: 3.5vw;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 4vw;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
    margin: 1.7vw auto;
  }
}