
@font-face {
  font-family: 'rotis_reg';
  src: url(/fonts/rotis_reg.eot);
  src: url(/fonts/rotis_reg.eot?#iefix) format('embedded-opentype'),
       url(/fonts/rotis_reg.otf) format('otf'),
       url(/fonts/rotis_reg.ttf) format('truetype'),
       url(/fonts/rotis_reg.svg#rotis_reg) format('svg');
  font-weight: 400;
  }

@font-face {
  font-family: 'rotis_reg';
  src: url(/fonts/rotis_bold.eot);
  src: url(/fonts/rotis_bold.eot?#iefix) format('embedded-opentype'),
       url(/fonts/rotis_bold.otf) format('otf'),
       url(/fonts/rotis_bold.ttf) format('truetype'),
       url(/fonts/rotis_bold.svg#rotis_bold) format('svg');
  font-weight: 700;
  }

@font-face {
  font-family: 'rotis_reg';
  src: url(/fonts/rotis_xbold.eot);
  src: url(/fonts/rotis_xbold.eot?#iefix) format('embedded-opentype'),
       url(/fonts/rotis_xbold.otf) format('otf'),
       url(/fonts/rotis_xbold.ttf) format('truetype'),
       url(/fonts/rotis_xbold.svg#rotis_xbold) format('svg');
  font-weight: 800;
  }



*{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input{
  outline: none;
  }

/* width */
::-webkit-scrollbar {
  width: 2px;
  border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 5px;
    font-weight: 400;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #242b3d;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
a{
  text-decoration: none;
}

.mob{display: none;}

html{
  margin: 0;
  padding: 0;
  margin: 0rem;
  height: 100%;
  width: 100%;
  user-drag: none; 
  overscroll-behavior-y: none;
  font-size: 0.106vh;
  overflow-x: hidden;
  }
body{
  margin: 0px;
  background-color: #eee;
  /*background: url(../img/preview.jpg);
  background-position: top center;
  background-size: 1920px auto;*/
  font-family: 'rotis_reg';
  font-weight: 700;
  color: #000;
  overflow-y: auto;
  overflow-x: hidden; 
  }
body.noscroll{
  overflow: hidden;
  }
.clear{
  clear: both;
  }

.header{
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0px;
  top: 0px;
  z-index: 5;
  transition: all 0.5s ease-in;
  }
.header.dark{
  background-color: #00000080;  
  }


.logo{
  height: 90px;
  margin-left: 50px;
  margin-top: 5px;
  }
.phone{
  float: right;
  color: #000;
  font-size: 18px;
  line-height: 40px;
  margin: 29px;
  transition: all 0.5s ease-in;
  }
.phone svg{
  margin-right: 11px;
  margin-bottom: -3px;
  display: inline-block;
  filter: invert(1);
  transition: all 0.5s ease-in;
  }
.phone a{
    color: #000;
    }

.order{
  float: right;
  font-size: 18px;
  color: #000;
  line-height: 40px;
  border: 1px solid #000;
  padding-left: 10px;
  padding-right: 10px;
  margin: 29px;  
  cursor: pointer;
  transition: all 0.5s ease-in;
  }
.order:hover{
  background-color: #000; 
  color: #fff;
  }


.close{
  float: right;
  margin: 35px;
  cursor: pointer;
  display: none;  
  }


.header.dark .phone{
  color: #fff;
  }
.header.dark .phone a{
    color: #fff;
    }
.header.dark .order{
  color: #fff;
  border: 1px solid #fff;
  }
.header.dark .order:hover{
  background-color: #000; 
  color: #fff;
  }
.header.dark .phone svg{
  filter: invert(0);
  }

#fullpage-nav {
    position: absolute;
    z-index: 5;
    display: flex;
    top: 0;
    right: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#fullpage-nav span.link {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}
#fullpage-nav span.link i {
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #000;
    border-radius: 50%;
}
#fullpage-nav span.link:before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    background: transparent;
    border-radius: 50%;
    top: 4px;
    right: 4px;
    transition: all 0.5s ease;
}
#fullpage-nav span.link.active:before {
    background: #000;
}
#fullpage-nav span.link span{
  display: none;
  }

#fullpage-nav.dark span.link i {
  border: 2px solid #fff;
  }
#fullpage-nav.dark span.link.active:before {
  background: #fff;
  }




.slide{
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background-color: #F1F2F5;
  }
.slide.active{
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in;
  }

.slide .col1{
  width: 50%;
  float: left;
  height: 100vh;
  }
.slide .col2{
  width: 50%;
  float: right;  
  height: 100vh;
  }


.slide1{
  background-image: url(/img/slide1.jpg);
  background-position: center;
  background-size: cover;
  filter: grayscale(100%);
  }

.slide1 .text1{
  position: absolute;
  bottom: 8vh;
  left: 50px;
  width: 50vw;
  color: #fff;
  font-size: 3.7vh;
  margin-top: 50px;
  font-weight: 400;
  padding: 2vh;
  background-color: #0000006e;
  box-shadow: 0 0 10px rgb(0 0 0);
  }
.slide1 .text2{
  position: absolute;
  bottom: 11vh;
  right: 50px;
  width: 30vw;
  color: #fff;
  font-size: 2.4vh;
  margin-top: 50px;
  font-weight: 400;
  padding: 2vh;
  background-color: #0000006e;
  box-shadow: 0 0 10px rgb(0 0 0);
  }


.slide11{
  filter: grayscale(100%);
  background-color: #000;
  }
.slide11 video{
  height: 126vh;
  position: absolute;
  margin-top: -43vh;
  width: auto;
  margin: auto;
  display: block;
  margin-top: -13vh;
  opacity: 1;
  }
.slide11 .pixel{
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%; 
  /*background-color: #0000008a;*/
  background-image: url(/img/pixel.png);
  }
.slide11 .text1{
  position: absolute;
  bottom: 2vh;
  left: 50px;
  width: 30vw;
  color: #fff;
  font-size: 2.4vh;
  margin-top: 50px;
  font-weight: 400;
  padding: 2vh;
  background-color: #000000;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  z-index: 4;
  }
.slide11 .text2{
  position: absolute;
  bottom: 11vh;
  right: 50px;
  width: 30vw;
  color: #fff;
  font-size: 2.4vh;
  margin-top: 50px;
  font-weight: 400;
  padding: 2vh;
  background-color: #000000;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  z-index: 4;
  }




.slide2 .col1{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;  
  }
.slide2 .col1 .text{
  font-size: 2.4vh;
  width: 80%;
  margin-top: 50px;
  font-weight: 400;
  } 
.slide2 .col1 .text b{
  font-size: 2.6vh;
  }
.slide2 .col2{
  background-image: url(/img/3.jpg);
  background-position: center;
  background-size: cover;
  filter: grayscale(100%);
  }


.slide3 .col2{
  background-image: url(/img/slide3.jpg);
  background-position: center;
  background-size: cover;
  }
.slide3 .col1{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;  
  }
.slide3 .col1 .text{
  font-size: 2.4vh;
  width: 80%;
  margin-top: 50px;
  font-weight: 400;
  } 
.slide3 .col1 .text b{
  font-size: 2.6vh;
  }




.slide4 .col2{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;  
  }
.slide4 .col2 .text{
  font-size: 2.4vh;
  width: 80%;
  margin-top: 50px;
  font-weight: 400;
  } 
.slide4 .col2 .text b{
  font-size: 2.6vh;
  }
.slide4 .col1{
  background-image: url(/img/slide4.jpg);
  background-position: center;
  background-size: cover;
  filter: grayscale(100%);
  }



.slide6 .col1{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;  
  }
.slide6 .col1 .text{
  font-size: 2.4vh;
  width: 80%;
  margin-top: 50px;
  font-weight: 400;
  } 
.slide6 .col1 .text b{
  font-size: 2.6vh;
  }
.slide6 .col2{
  background-image: url(/img/slide5.jpg);
  background-position: center;
  background-size: cover;
  filter: grayscale(100%);
  }




.slide5{
  background-image: url(/img/slide6.jpg);
  background-position: center;
  background-size: cover;
  filter: grayscale(100%);
  }

.slide5 .text1{
  position: absolute;
  bottom: 2vh;
  left: 50px;
  width: 60vw;
  color: #fff;
  font-size: 2.4vh;
  margin-top: 50px;
  font-weight: 400;
  padding: 2vh;
  background-color: #0000006e;
  box-shadow: 0 0 10px rgb(0 0 0);
  }





.slide7{
  background-image: url(/img/slide7.jpg);
  background-position: center;
  background-size: cover;
  /*filter: grayscale(100%);*/
  }
.slide7 .text1{
  position: absolute;
  top: 15vh;
  left: 30px;
  width: 100vw;
  color: #fff;
  font-size: 2.4vh;
  margin-top: 0px;
  font-weight: 400;
  background-color: #0009;
  }

.slide7 .text1 .link{
  text-decoration: none;
  font-size: 3vh;
  }

.slide7 .form{
  position: absolute;
  top: 55vh;
  left: 30px;
  width: 50vw;
  color: #fff;
  font-size: 2.4vh;
  margin-top: 0px;
  font-weight: 400;
  }

.slide7 .form input{
  background-color: #000;
  border: 2px solid #fff;
  padding: 8px;
  width: 100%;
  color: #fff;
  }
.slide7 .form input.error{
  border: 2px solid red;
  }

.slide7 .form button{
  background-color: #000;
  border: 2px solid #fff;
  padding: 8px;
  width: 150px;
  color: #fff;
  margin: auto;
  display: block;
  margin-top: 2vw;
  cursor: pointer;
  }

.slide7 .links{
  position: absolute;
  top: 48vh;
  left: 50vw;
  width: 47vw;
  color: #fff;
  font-size: 2.4vh;
  line-height: 3.5vh;
  margin-top: 0px;
  font-weight: 400;
  background-color: #0009;
  }
.slide7 a{
  color: #fff;
  text-decoration: underline;
  }


li{
  padding-left: 32px;
  text-indent: -32px;
  }






@media (max-width: 600px) {

.slide{
  height: 100%;
  }

.header {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0px;
    top: 0px;
    z-index: 5;
    transition: all 0.5s ease-in;
}

.logo {
    height: 50px;
    margin-left: 5px;
    margin-top: 0px;
}
.order {
    float: right;
    font-size: 4vw;
    color: #000;
    line-height: 40px;
    border: 1px solid #000;
    padding-left: 10px;
    padding-right: 10px;
    margin: 3px;
    cursor: pointer;
    transition: all 0.5s ease-in;
}
.phone {
    float: right;
    color: #000;
    font-size: 15px;
    line-height: 40px;
    margin: 6px;
    transition: all 0.5s ease-in;
}
.phone svg {
    margin-right: 3px;
    margin-bottom: -3px;
    display: inline-block;
    filter: invert(1);
    transition: all 0.5s ease-in;
}

#fullpage-nav {
    position: absolute;
    z-index: 5;
    display: flex;
    top: 0;
    right: 3px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#fullpage-nav span.link {
    display: inline-block;
    position: relative;
    margin-bottom: 6px;
    cursor: pointer;
}
#fullpage-nav span.link i {
    display: block;
    width: 6px;
    height: 6px;
    border: 2px solid #000;
    border-radius: 50%;
}
#fullpage-nav span.link:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    background: transparent;
    border-radius: 50%;
    top: 3px;
    right: 3px;
    transition: all 0.5s ease;
}



.slide1 .text1 {
    position: absolute;
    bottom: 15vw;
    left: 0px;
    width: 100%;
    color: #fff;
    font-size: 5vw;
    margin-top: 0px;
    font-weight: 400;
    padding: 3vw;
    background-color: #0000006e;
    box-shadow: 0 0 10px rgb(0 0 0);
    box-sizing: border-box;
}



.slide11 .text1 {
    position: absolute;
    bottom: 14vw;
    left: 0px;
    width: 100vw;
    color: #fff;
    font-size: 4vw;
    margin-top: 50px;
    font-weight: 400;
    padding: 2vh;
    background-color: #000000;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    z-index: 4;
    box-sizing: border-box;
}


.slide11 .text2 {
    position: absolute;
    top: 16vw;
    bottom: unset;
    right: 0px;
    width: 100vw;
    color: #fff;
    font-size: 4vw;
    margin-top: 50px;
    font-weight: 400;
    padding: 2vh;
    background-color: #000000;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    z-index: 4;
    box-sizing: border-box;
}


.slide2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}
.slide2 .col1 {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: auto;
    top: 0vw;
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
    width: 100%;
    float: none;
    height: 70vh;
}
.slide2 .col2 {
    background-image: url(/img/3.jpg);
    background-position: center;
    background-size: cover;
    filter: grayscale(100%);
    display: block;
    -webkit-box-ordinal-group: 1;
        width: 100vw;
    float: none;
    height: 30vh;
}

.slide2 .col1 .text {
    width: 100%;
    margin-top: 0px;
    font-weight: 400;
    padding: 20px;
    box-sizing: border-box;
    font-size: 4vw;
}
.slide2 .col1 .text b {
    font-size: 5vw;
}

.slide3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}
.slide3 .col1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: auto;
    top: 0vw;
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
    width: 100%;
    float: none;
    height: 70vh;
}
.slide3 .col2 {
    display: block;
    -webkit-box-ordinal-group: 1;
        width: 100vw;
    float: none;
    height: 30vh;
}

.slide3 .col1 .text {
    width: 100%;
    margin-top: 0px;
    font-weight: 400;
    padding: 20px;
    box-sizing: border-box;
    font-size: 4vw;
}
.slide3 .col1 .text b {
    font-size: 5vw;
}


.slide4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}
.slide4 .col2 {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: auto;
    top: 0vw;
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
    width: 100%;
    float: none;
    height: 70vh;
}
.slide4 .col1 {
    display: block;
    -webkit-box-ordinal-group: 1;
        width: 100vw;
    float: none;
    height: 30vh;
}

.slide4 .col2 .text {
    width: 100%;
    margin-top: 0px;
    font-weight: 400;
    padding: 20px;
    box-sizing: border-box;
    font-size: 4vw;
}
.slide4 .col2 .text b {
    font-size: 5vw;
}


.slide6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}
.slide6 .col1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: auto;
    top: 0vw;
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
    width: 100%;
    float: none;
    height: 70vh;
}
.slide6 .col2 {
    display: block;
    -webkit-box-ordinal-group: 1;
        width: 100vw;
    float: none;
    height: 30vh;
}

.slide6 .col1 .text {
    width: 100%;
    margin-top: 0px;
    font-weight: 400;
    padding: 20px;
    box-sizing: border-box;
}
.slide6 .col1 .text b {
    font-size: 5vw;
}





.slide5 .text1 {
    position: absolute;
    bottom: 6vw;
    left: 0vw;
    width: 100%;
    color: #fff;
    font-size: 5vw;
    margin-top: 50px;
    font-weight: 400;
    padding: 2vh;
    background-color: #0000006e;
    box-shadow: 0 0 10px rgb(0 0 0);
    box-sizing: border-box;
}


.close {
    float: right;
    margin: 10px;
    margin-left: 28px;
    width: 25px;
    cursor: pointer;
    display: none;
}

.slide7 {
    overflow: auto;
}


.slide7 .text1 {
    position: relative;
    top: 15vw;
    left: 0px;
    width: 100%;
    color: #fff;
    font-size: 5vw;
    margin-top: 0px;
    font-weight: 400;
    box-sizing: border-box;
    padding: 20px;
}

.slide7 .text1 .link{
  text-decoration: none;
  font-size: 6.5vw;
  }

.slide7 .form {
    position: relative;
    top: auto;
    left: 0px;
    width: 100%;
    color: #fff;
    font-size: 5vw;
    margin-top: 14vw;
    font-weight: 400;
    box-sizing: border-box;
    padding: 20px;
}

.slide7 table{
  width: 98%;
    box-sizing: border-box;
  }

.slide7 table td:first-child{
    width: 40%!important; 
}

.slide7 .form button {
    background-color: #000;
    border: 2px solid #fff;
    padding: 3vw;
    width: 50vw;
    color: #fff;
    margin: auto;
    display: block;
    margin-top: 5vw;
    cursor: pointer;
}


.slide7 .links {
    position: relative;
    top: auto;
    left: 0px;
    width: 100%;
    color: #fff;
    font-size: 5vw;
    line-height: 3.5vh;
    margin-top: -1vw;
    font-weight: 400;
    background-color: #0009;
    box-sizing: border-box;
    padding: 20px;
}


.header{
  background-color: #00000080;  
  }
.header .phone{
  color: #fff;
  }
.header .order{
  color: #fff;
  border: 1px solid #fff;
  }
.header .order:hover{
  background-color: #000; 
  color: #fff;
  }
.header .phone svg{
  filter: invert(0);
  }




#fullpage-nav.dark span.link i {
  border: 2px solid #000;
  }
#fullpage-nav.dark span.link.active:before {
  background: #000;
  }



#fullpage-nav.mobdark span.link i {
  border: 2px solid #fff;
  }
#fullpage-nav.mobdark span.link.active:before {
  background: #fff;
  }


li {
    padding-left: 32px;
    text-indent: -26px;
}

}