
.section-header {
  padding-top: 5.625em;
  text-align: center;
}
.section-header h3 {
  margin-bottom: 0.5em;
}
.section-header .line-red {
  margin: 2.5em auto 2.9375em auto;
}
.line-red {
  display: block;
  width: 4em;
  height: 0.1875em;
  margin: 0 auto;
  background: #f38181;
}
/* Main Header Styles */
.main-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  background: transparent;
}
.main-header .header-wrapper {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding-top: 1em;
}
.main-header .header-wrapper .main-logo {
  float: left;
  font-weight: 700;
  font-size: 1.875em;
}
.main-header .header-wrapper .main-menu {
  float: right;
  text-align: center;
}
.main-header .header-wrapper .main-menu li {
  display: inline-block;
  padding: 0.75em 1.875em;
}
.main-header .header-wrapper .main-menu li a {
  padding-bottom: 0.75em;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875em;
}
.main-header .header-wrapper .main-menu li a:hover {
  color: #fce38a;
  border-bottom: 0.1875em solid #fce38a;
  transition: 0.1s;
}
.main-header .header-wrapper .main-menu li a span {
  font-size: 1.2em;
}
.main-header .header-wrapper .main-menu li:last-child {
  padding: 0.75em 0;
}
.main-header .header-wrapper .main-menu li:nth-child(6) a:hover,
.main-header .header-wrapper .main-menu li:last-child a:hover {
  border: none;
}
/* Section-1 Styles */
#banner-main {
  height: 38em;
  color: #fff;
  background-color: #222;
    position: relative;
}
#banner-main .content-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
#banner-main .content-slider input {
  display: none;
}
#banner-main .content-slider .slider {
  position: relative;
  width: inherit;
  height: inherit;
  overflow: hidden;
}
#banner-main .content-slider .slider .banner {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  width: inherit;
  height: inherit;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.5s ease;
}
#banner-main .content-slider .slider .banner .banner-inner-wrapper {
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: -1px;
    text-align: center;
    margin: 0 auto;
    bottom: 150px;
    align-items: center;
}
#banner-main .content-slider .slider .banner .banner-inner-wrapper h2 {
  padding-bottom: 0.3em;
  font-family: 'Kaushan Script', cursive;
  font-weight: 400;
  font-size: 2.5em;
  text-transform: none;
}
#banner-main .content-slider .slider .banner .banner-inner-wrapper h1 {
  font-size: 3em;
  line-height: 95%;
    font-weight: 500;
}
#banner-main .content-slider .slider .banner .banner-inner-wrapper .line {
  display: block;
  width: 4em;
  height: 0.1875em;
  margin: 2.5em auto;
  background: #fff;
}
#banner-main .content-slider .slider .banner .banner-inner-wrapper .learn-more-button {

  z-index: 15 !important;
    margin-top: 5%;
    
}
#banner-main .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a {

  text-align: center;

  font-size: 0.875em;
  color: #fff;
display: flex;
    align-items: center;
 
}


.round-but{
      float: left;
    background-color: var(--blue-dark);
    padding: 9px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    margin-right: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        transform: rotate(-40deg);
}
 a .round-but:hover{
     transform: rotate(-0deg);
}

#banner-main .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a:hover {
  color: #e88382;
  border-color: #e88382;
  transition: 0.3s;
}
#banner-main .content-slider .slider #top-banner-1 {
 
  background-size: cover;
}
#banner-main .content-slider .slider #top-banner-2 {
 
  background-size: cover;
}
#banner-main .content-slider .slider #top-banner-3 {
 
  background-size: cover;
}
#banner-main .content-slider .slider #top-banner-4 {
 
  background-size: cover;
}
#banner-main .content-slider nav {
  position: absolute;
  bottom: 0.5em;
  width: 100%;
  z-index: 10;
  text-align: center;
}
#banner-main .content-slider nav .controls {
  display: block;
  width: 70%;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
}
#banner-main .content-slider nav .controls label {
  position: relative;
  display: inline-block;
  width: 20%;
  height: 3.1em;
  overflow: hidden;
  margin: 0 1em;
  padding-top: 1em;
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  color: #f6eac5;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
}
#banner-main .content-slider nav .controls label .progressbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #f6eac5;
  z-index: 100;
}
#banner-main .content-slider nav .controls label .progressbar .progressbar-fill {
  position: inherit;
  width: inherit;
  height: inherit;
  margin-left: -100%;
  background: #e88382;
}
#banner-main .content-slider nav .controls label span {
  font-size: 1.4em;
  font-weight: 700;
}
#banner-main .content-slider nav .controls label:hover {
  color: #e88382;
}
#banner-main .content-slider #banner1:checked ~ .slider #top-banner-1,
#banner-main .content-slider #banner2:checked ~ .slider #top-banner-2,
#banner-main .content-slider #banner3:checked ~ .slider #top-banner-3,
#banner-main .content-slider #banner4:checked ~ .slider #top-banner-4 {
  opacity: 1;
  z-index: 1;
}
#banner-main .content-slider #banner5:checked ~ .slider #top-banner-5 {
  opacity: 1;
  z-index: 1;
}


#banner-main .content-slider #banner1:checked ~ nav label:nth-of-type(1),
#banner-main .content-slider #banner2:checked ~ nav label:nth-of-type(2),
#banner-main .content-slider #banner3:checked ~ nav label:nth-of-type(3),
#banner-main .content-slider #banner4:checked ~ nav label:nth-of-type(4) {
  cursor: default;
  color: #fff;
  transition: all 0.5s;
}
#banner-main .content-slider #banner5:checked ~ nav label:nth-of-type(5) {
  cursor: default;
  color: #fff;
  transition: all 0.5s;
}


#banner-main .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar,
#banner-main .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar,
#banner-main .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar,
#banner-main .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar {
  background: #fff;
}
#banner-main .content-slider #banner5:checked ~ nav label:nth-of-type(5) .progressbar {
  background: #fff;
}



#banner-main .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar-fill,
#banner-main .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar-fill,
#banner-main .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar-fill,
#banner-main .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar-fill {
  animation: progressBarFill 5s linear;
}
#banner-main .content-slider #banner5:checked ~ nav label:nth-of-type(5) .progressbar-fill {
  animation: progressBarFill 5s linear;
}



/* Animations */
@keyframes progressBarFill {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0;
  }
}
/* Media Queries */
@media only screen and (min-width: 1920px) {
  body {
    font-size: 22px;
  }
  .main-header .header-wrapper {
    width: 57%;
  }
  #banner-main {
    height: 100vh;
  }
  #banner-main .content-slider .slider .banner .banner-inner-wrapper {
    
  }
}
@media only screen and (max-width: 1919px) {
  body {
    font-size: 20px;
  }
  .main-header .header-wrapper {
    width: 60%;
  }
  #banner-main {
    height: 43em;
  }
  #banner-main .content-slider .slider .banner .banner-inner-wrapper {
 
  }
}
@media only screen and (max-width: 1680px) {
  body {
    font-size: 18px;
  }
  .main-header .header-wrapper {
    width: 65%;
  }
  #banner-main {
    height:100vh;
  }
  #banner-main .content-slider .slider .banner .banner-inner-wrapper {
  
  }
}
@media only screen and (max-width: 1366px) {
  body {
    font-size: 16px;
  }
  .main-header .header-wrapper {
    width: 70%;
  }
}
@media only screen and (max-width: 1120px) {
  .main-header .header-wrapper .main-menu li {
    padding: 0.75em 1.4em;
  }
  #banner-main {
    height: 100vh;
  }
  #banner-main .content-slider nav {
    bottom: -0.2em;
  }
  #banner-main .content-slider .slider .banner .banner-inner-wrapper {

  }
  #banner-main .content-slider .slider .banner .banner-inner-wrapper .line {
    margin: 2em auto;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  .main-header .header-wrapper .main-menu li {
    padding: 0.75em 1.3em;
  }
  #banner-main .content-slider nav {
    bottom: 0;
  }
  #banner-main .content-slider nav .controls {
    width: 80%;
  }
}
@media only screen and (max-width: 860px) {
  .main-header .header-wrapper .main-menu li {
    padding: 0.75em 0.9em;
  }
  #banner-main {
    height: 29em;
  }
  #banner-main .content-slider nav {
    bottom: -1em;
  }
  #banner-main .content-slider nav .controls {
    width: 90%;
  }
  #banner-main .content-slider .slider .banner .banner-inner-wrapper h2 {
    font-size: 2em;
  }
  #banner-main .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 4.5em;
  }
  #banner-main .content-slider .slider .banner .banner-inner-wrapper {
    padding-top: 5em;
  }
}
@media only screen and (max-width: 768px) {
  .main-header .header-wrapper .main-menu li {
    padding: 0.75em 0.5em;
  }
  #banner-main {
    height: 27em;
  }
  #banner-main .content-slider nav .controls {
    width: 100%;
  }
  #banner-main .content-slider nav .controls label {
    width: 19%;
    font-size: 0.8em;
  }
  #banner-main .content-slider .slider .banner .banner-inner-wrapper .line {
    margin: 1.7em auto;
  }
}
@media only screen and (max-width: 650px) {
  .main-header .header-wrapper {
    width: 95%;
  }
}
@media only screen and (max-width: 480px) {
  .main-header .header-wrapper {
    width: 97%;
  }
  .main-header .header-wrapper .main-logo {
    display: none;
  }
  .main-header .header-wrapper .main-menu li {
    padding: 0.2em 0.3em;
  }
  .main-header .header-wrapper .main-menu li:last-child,
  .main-header .header-wrapper .main-menu li:nth-child(6) {
    padding: 0.2em 0.7em;
  }
  #banner-main {
    height:92vh;
  }
  #banner-main .content-slider nav {
    bottom: -0.5em;
  }
  #banner-main .content-slider nav .controls label {
    width: 40%;
    font-size: 0.7em;
  }
  #banner-main .content-slider .slider .banner .banner-inner-wrapper h2 {
    font-size: 1.5em;
  }
  #banner-main .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 2em;
  }
  #banner-main .content-slider .slider .banner .banner-inner-wrapper .line {
    margin: 1.7em auto;
  }
}