/*
* Home - New
*/

/*//Special navigation elements*/

.maxburst-billboard .content-wrapper {
    position: relative;
    min-height: auto;
    padding: 100px 0 50px;
    background-size: cover;
    color: #000;
    position: relative;
    font: normal normal 18px/27px "sofia-pro", sans-serif;
}
.maxburst-billboard .content-wrapper:before {
    content: "";
    position: absolute;
    background: rgba(241, 243, 247, .6);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.maxburst-billboard video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1
}

.maxburst-billboard .bullet-wrapper {
    font: 600 normal 45px/65px "sofia-pro", sans-serif;
}

.maxburst-billboard .slick-dots {
    text-align: center;
    max-width: 100%;
    position: relative;
}

.maxburst-billboard .slick-dots li {
    font: normal 400 16px;
    display: inline-block;
    margin: 0 10px;
    padding: 0 3px;
    cursor: pointer; 
    letter-spacing: normal;
    color: #d1d1d1;
    border-bottom: 1px solid transparent;
}
.maxburst-billboard .slick-dots li.slick-active {
    color: #7DC456;
    border-bottom: 1px solid #7DC456;
}
.maxburst-billboard .slick-arrow {
    top: -250px;
}
.maxburst-billboard .slick-arrow:before {
    color: #fff;
    font-size: 40px;
}
.maxburst-billboard .slick-arrow.slick-prev{
    left: 0;
}
.maxburst-billboard .slick-arrow.slick-next{
    right: 0;
}

/*//Billboard animation*/
.fade-text-1, .fade-text-2, .fade-text-3 {
	
}

.fade-text-1 {
  opacity: 0;
  animation: fadeInUp 1s ease-in-out 0s forwards;
}

@keyframes fadeInUp {
  from { 
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-text-1 .alternate-color {
  color: #000;
  animation: colorChange 4s ease-out 3s alternate infinite none running;
}
@keyframes colorChange {
   0%, 100% {
    color: #000;
  }

  50% {
    color:#7DC456;
  }
}

.fade-text-2 {
  opacity: 0;
  animation: fadeInUp 1s ease-in-out 1s forwards;

}
@keyframes fadeInUp {
  from { 
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fade-text-2 .alternate-color {
  color: #000;
  animation: colorChange 4s ease-out 4s alternate infinite none running;
}
@keyframes colorChange {
  0%, 100% {
    color: #000;
  }

  50% {
    color:#7DC456;
  }
}


.fade-text-3 {
  opacity: 0;
  animation: fadeInUp 1s ease-in-out 2s forwards;
}
@keyframes fadeInUp {
  from { 
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fade-text-3 .alternate-color {
  color: #000;
  animation: colorChange 4s ease-out 5s alternate infinite none running;
}
@keyframes colorChange {
  0%, 100% {
    color: #000;
  }

  50% {
    color:#7DC456;
  }
}

@media (min-width: 768px) {
      .maxburst-billboard .bullet-wrapper {
        font: 600 normal 65px/75px "sofia-pro", sans-serif;
    }
    .maxburst-billboard .content-wrapper {
        font: normal normal 28px/37px "sofia-pro", sans-serif;
        padding: 100px 0;
    }
}

@media (min-width: 992px) {
  .maxburst-billboard .content-area {
      display: flex;
      align-items: center;
      align-content: center;
      height: 450px;
  }
}

@media ( min-width: 1199px ) {
    .maxburst-billboard .bullet-wrapper {
      font: 600 normal 88px/95px "sofia-pro", sans-serif;
    }
    .maxburst-billboard .content-area {
        height: 465px;
    }

}


@media (min-width: 1650px) {
    .maxburst-billboard .content-area {
        height: 586px
    }

}

.home .how-we-do-it .section-title {
  font-size: 72px;
}

.home .how-we-do--row .title {
  font-size: 36px;
}

.home .how-we-do-it .section--heading p {
  font-size: 24px
}