html, body {
  overflow: hidden;
}
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}
body {
    padding-top: 80px;
}
.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 130vh;
  position: fixed;
  width: 100%;
  -webkit-transform: translateY(30vh);
          transform: translateY(30vh);
  -webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}
.section_video:before {
    content: "";
    content: "\f01d";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* height: 100%; */
    top: calc(50% - 80px);
    left: 75%;
    transform: translate(-50%,-50%);
    font-size: 150px;

    color: rgba(255, 255, 255, 0.46);
    /* bottom: 0; */
    /* background-color: rgba(0, 0, 0, 0.3); */
}
.background:first-child {
  background-image: url(img/Main-video-1_preview.png);
  -webkit-transform: translateY(-15vh);
          transform: translateY(-15vh);
}
.background:first-child .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}
.background:nth-child(2) {
  background-image: url(img/Jonathan.jpg);
}
.background:nth-child(3) {
  background-image: url(img/Tanniti.jpg);
}
.background:nth-child(4) {
  background-image: url(img/Mark.jpg);
}
.background:nth-child(5) {
  background-image: url(img/Usa.jpg);
}
.background:nth-child(6) {
  background-image: url(img/Jerret.jpg);
}
.background:nth-child(7) {
  background-image: url(img/Melina.jpg);
}
.background:nth-child(8) {
  background-image: url(img/Arti.jpg);
}
.background:nth-child(9) {
  background-image: url(img/Kiora.jpg);
}

/* Set stacking context of slides */
.background:nth-child(1) {
  z-index: 10;
}

.background:nth-child(2) {
  z-index: 9;
}

.background:nth-child(3) {
  z-index: 8;
}
.background:nth-child(4) {
  z-index: 7;
}
.background:nth-child(5) {
  z-index: 6;
}
.background:nth-child(6) {
  z-index: 5;
}
.background:nth-child(7) {
  z-index: 4;
}
.background:nth-child(8) {
  z-index: 3;
}

.background:nth-child(9) {
  z-index: 2;
}
.background:nth-child(10) {
  z-index: 1;
}
div#main-section.video {
    height: 100vh;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.content-wrapper {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  color: #fff;
  font-family: Montserrat;
  text-transform: uppercase;
  -webkit-transform: translateY(40vh);
          transform: translateY(40vh);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
}
.content-title {
  font-size: 12vh;
  line-height: 1.4;
}

.background.up-scroll {
  -webkit-transform: translate3d(0, -15vh, 0);
          transform: translate3d(0, -15vh, 0);
}
.background.up-scroll .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}
.background.up-scroll + .background {
  -webkit-transform: translate3d(0, 30vh, 0);
          transform: translate3d(0, 30vh, 0);
}
.background.up-scroll + .background .content-wrapper {
  -webkit-transform: translateY(30vh);
          transform: translateY(30vh);
}

.background.down-scroll {
  -webkit-transform: translate3d(0, -130vh, 0);
          transform: translate3d(0, -130vh, 0);
}
.background.down-scroll .content-wrapper {
  -webkit-transform: translateY(40vh);
          transform: translateY(40vh);
}
.background.down-scroll + .background:not(.down-scroll) {
  -webkit-transform: translate3d(0, -15vh, 0);
          transform: translate3d(0, -15vh, 0);
}
.background.down-scroll + .background:not(.down-scroll) .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}

section.background .section_text {
    top: 50%;
    position:  relative;
    transform: translateY(calc(-50% - 80px));
    width: 40%;
    padding:  20px;
    padding-left:  200px;
}


div.section_scroll {
    display: none;
    position: fixed;
    z-index: 999;
    top: 50%;
    justify-content: space-around;
    transform: translateY(-50%);
    align-items: center;
    height: 500px;
    list-style: none;
    background-color: black;
    transition:all 0.5s ease-in;
    /* width: 160px; */
    /* padding: 25px 30px; */
}
.section_scroll .section_text {
    display:  none;
}

.section_scroll ul {
    list-style:  none;
    padding: 0;
    float:  left;
    width: 160px; 
    top: 50%;
    position:  relative;
    transform:  translateY(-50%);
    padding: 25px 30px;
}

.section_scroll .text_scroll {
    float:  left;
    width: 400px;
    /* height: 100%; */
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.section_scroll.background_col_0 {
    color:  black!important;
    background-color: #ffffff52;
}

.section_scroll.background_col_1 {
    color: white!important;
    background-color: #0000006e;
}
@media screen and (max-width: 768px){
.section_video:before{display: none;}
div.section_scroll {
    left: 50%;
    top: calc(50% + 40px);
    transform: translate(-50%,-50%);
    height: auto;
    padding: 30px;
    width: 80%;
}
.section_scroll ul {
    position:  absolute;
    display: block!important;
    left: -30px;
    width:  20px;
    /* font-size:  0!important; */
    padding: 0;
}

.section_scroll ul li {
    font-size:  0;
    display: block;
    width:  15px;
    height:  15px;
    border-radius: 50%;
    border: 2px solid white;

    margin: 0 auto 15px;
}

.section_scroll ul li:active {
    font-size: 0;
}

.section_scroll li.active {
    font-size: 0;
    background-color:  white;
    width: 20px;
    height: 20px;
}
.section_scroll .text_scroll {
    float: left;
    width: auto;
    height: auto;
    top: 0;
    position: relative;
    transform:none;
}
section.section_fullheight {
    
   padding:0 15px;
}
}
@media screen and (max-width: 500px){
div.section_scroll {
    left: 50%;
    top: calc(50% + 40px);
    transform: translate(-50%,-50%);
    height: auto;
    padding: 15px 20px 15px 40px;
    width: 100%;
}
.section_scroll ul {
    position:  absolute;
    display: block!important;
    
    left: 5px;
    width: 20px;
    /* font-size:  0!important; */
}
}