/*
* Home - New
*/

html {
  scroll-behavior: smooth;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* Special navigation elements */
.maxburst-header {
  position: absolute;
}

.maxburst-billboard {
  overflow: hidden;
}

.billboard__text {
  max-width: 350px;
  margin: 0 auto;
}

.maxburst-billboard .content-wrapper {
  font-size: 18px;
  line-height: 27px;
  min-height: 100vh;
  padding: 100px 0 50px;
  background-size: cover;
  color: #000;
  position: relative;
}
.maxburst-billboard .content-wrapper:before {
  content: "";
  position: absolute;
  background: rgba(241, 243, 247, 0.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-weight: 600;
  font-size: 40px;
  line-height: 58px;
  margin-bottom: 20px;
}

.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;
  }
}

.maxburst-billboard .content-area {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  min-height: calc(100vh - 150px);
  text-align: center;
  color: #0A2B0A;
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
  font-style: normal;
  font-weight: 300;
}

@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) {
  #header {
    margin-left: 65px;
    margin-right: 15px;
  }
  #billboard {
    min-height: 100vh;
  }
  .maxburst-billboard .content-area {
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    text-align: left;
    height: 450px;
  }
  .billboard__text {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.4em;
  }
  .maxburst-billboard .bullet-wrapper {
    text-align: left;
  }
  .scroll-section-col {
    position: absolute;
    bottom: 150px;
    left: calc(50% - 27px);
    z-index: 9;
  }
  /*.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
  }*/

  #billboard .container {
    width: 90%;
    max-width: 1780px;
  }
  .maxburst-billboard .bullet-wrapper {
    font: 600 normal 4em/128px "sofia-pro", sans-serif;
  }
  .maxburst-billboard .content-wrapper {
    font: normal normal 2em/47px "sofia-pro", sans-serif;
    padding: 100px 0;
  }
}

#main {
  background-color: #fff;
}
