*{
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: Affect; 
    src: url('../fonts/Affect/Affect.ttf')
}
@font-face {
    font-family: Affect-Bold; 
    src: url('../fonts/Affect/Affect-Bold.ttf')
}
html {
    scroll-behavior: smooth;
  }
body{
    background-color: #F1F3F6;
    font-family: Affect; 
}
@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.pp-section {
    height:100%;
    position:absolute;
    width:100%;
    
    /* fixes flickering in firefox*/
    backface-visibility: hidden; 
}
.pp-easing {
    -webkit-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -moz-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -o-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    /* custom */
    -webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    /* custom */
}
#pp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#pp-nav.right {
    right: 17px;
}
#pp-nav.left {
    left: 17px;
}
.pp-section.pp-table{
    display: table;
}
.pp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.pp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.pp-slidesNav.bottom {
    bottom: 17px;
}
.pp-slidesNav.top {
    top: 17px;
}
#pp-nav ul,
.pp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#pp-nav li,
.pp-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.pp-slidesNav li {
    display: inline-block;
}
html, body {
  
    margin:0;
    padding:0;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#pp-nav li a,
.pp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#pp-nav li .active span,
.pp-slidesNav .active span {
    background: #333;
}
#pp-nav span,
.pp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.pp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
}
.pp-tooltip.right {
    right: 20px;
}
.popup__layer {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    opacity: .8;
    background-color: #2f2d2d;
}
.popup, .popup-success {
position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
  display: none;
    width: 80%;
    max-width: 755px;
    max-height: 95vh;
    padding: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #F1F3F6;
    box-shadow: 12px 12px 30px rgba(55, 84, 170, 0.2), -12px -12px 30px #FFFFFF;
    border-radius: 30px;
}

	  .popup__header {     font-weight: bold;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #798BA7;
	  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5); }
	  
.pp-tooltip.left {
    left: 20px;
}
.pp-scrollable{
    overflow-y: scroll;
    height: 100%;
}
.container-fluid{
    padding-left: 0;
    padding-right: 0;
}
header.parallax-window{
    height: 100vh;
    width: 100%;
    background: linear-gradient(180deg, #71BBC6 0%, #81D1DC 100%);
    position: relative;
    overflow: hidden;
}
.chevron {
  position: absolute;
width: 12px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.header-top{
    display: flex;
    justify-content: space-between;
    padding: 50px 20px 0 20px;
}
.header-top .logo a img{
    height: 52px;
}
.header-top a{
    font-family: Affect;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #31A3B4;
}
.header-desc{
    position: relative;
    max-width: 1920px;
    width: 100%;
    z-index: 1;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.desc-text{
    font-family: Affect-Bold;
    font-size: 400px;
    line-height: 480px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 120%;
    color: rgba(255, 255, 255, 0.26); 

}
.header-desc--text{
    
    font-family: Affect-Bold;
    font-size: 400px;
   height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10%;
    color: rgba(255, 255, 255, 0.26);
}
.word {
    position: absolute;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header-desc-img{
    position: relative;
	z-index:9;
}
.header-item{
    position: absolute;
}
.header-item.item-1{
    height: 250px;
    width: 240px;
    bottom: 80px;
    left: 20%;
}
.header-item.item-2{
  height: 200px;
    width: 253px;
    bottom: 300px;
    left: 25%;
}

.header-item.item-3{
    height: 240px;
   
    left: 62%;
}
.header-item.item-4{
    height: 205px;
    width: 253px;
       bottom: 55%;
    left: 70%;
}
.header-item.item-5{
    height: 195px;
    width: 200px;
    bottom: 70px;
    left: 67%;
}
.header-link{
    display: flex;
    justify-content: center;
}
.header-link a{
    font-family: Affect-Bold;
    font-size: 19px;
    line-height:23px;
    text-align: center;
    text-transform: lowercase;
    color: #FFFFFF;
  
    text-decoration: none;
    position: relative;
}
.header-link a:before{
    content: '';
    height: 1px;
    margin: 0 auto;
    background:#FFFFFF;
    position: absolute;
    bottom:-5px;
    -webkit-animation: line_r 3.5s infinite;
    animation: line_r 3.5s infinite;
}
@keyframes line_r {
    0%   {right: calc(2% + 260px); width: 0px;}
    35%   {right: calc(2% + 0px); width: 260px;}
    70%   {right: calc(2% + 0px); width: 0px;}
    100%   {right: calc(2% + 0px); width: 0px;}
}
.button-down{
     bottom: 55px;
    position: absolute;
    width: 24px;
    height: 24px;
}
.header-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90vh;
}
.header-block:before{
    content: '';
    background: rgba(255, 255, 255, 0.32);
    filter: blur(100px);
    height: 290px;
    width: 100%;
    position: absolute;
    bottom: 50%;
    top: 50%;
}
.logo-main .logo{
    margin: 50px 0;
    text-align: center;
}
.logo-main .logo a img{
    height: 50px;
}
.product-section{
    position: relative;
}
.test{
    position: absolute;
    bottom: -200px;
}
.produc{
    position: relative;
     padding: 70px 0;
}
.produc-web .product-item:before{
    content:'usability';
 font-family: Affect-Bold;
    font-weight: bold;
    font-size: 400px;
    line-height: 1;
    align-items: center;
    color: rgba(75, 126, 188, 0.06);
    position: absolute;
    left:0;
	top: -2.5rem;    z-index: -1;
}
.produc.produc-3d{

}
.produc-web-img{
    position: absolute;
    left: 0;
    bottom: 0;
}
.produc-desing-web{
      position: absolute;
    z-index: 999;
    left: 0;
    bottom: -1rem;
}
.produc-desing-img {
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: -5rem;
}
.produc-3d-img{
    position: absolute;
 bottom: -5rem;
    z-index: 999;
    left:  0;
}
.produc.produc-print{

}
.produc.produc-wall {overflow:hidden;}
.produc-print-img{
    position: absolute;
     bottom: -5rem;
    z-index: 999;
    right:  0;
}
.produc.produc-mat{

}
.produc-mat-img{
    position: absolute;
      bottom: -5rem;
    z-index: 999;
    left:  0;
}
.background {

    overflow: hidden;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100vh;
    width: 100%;
	position:fixed;
    -webkit-transform: translateY(00vh);
    transform: translateY(0vh);
    -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);
}
.background:nth-child(1) {
    z-index: 3;
}
.background.up-scroll {
    -webkit-transform: translate3d(0, 0vh, 0);
    transform: translate3d(0, 0vh, 0);
}
.background.down-scroll {
    -webkit-transform: translate3d(0, -130vh, 0);
    transform: translate3d(0, -100vh, 0);
}
.background:nth-child(2) {
    z-index: 2;
    position: relative;
    height: auto;
}
}

.produc.produc-desing{
   
}
.produc-wall-img {
    position: absolute;
    top: 0rem;
    z-index: 999;
    right: 0;
}
.form {position:relative;}
.produc.produc-web{
 
}
.produc-desing-web img{
    height: 250px;
}
.produc-desing .product-item{
    align-items: center;
}
.produc-desing .product-img img{

}

.produc-desing img.product-img-sub{
       height: 180px;
    width: 180px;
    left: 15rem;
    top: -4rem;
}
.product-img{
    position: relative;
    z-index: -1;    width: 50%;
}
img.product-img-sub{
    position: absolute;
    z-index: -1;
      left: 10%;
   
    height: 180px;
    width: 230px;
    animation: wheel 25s infinite linear;
    transform-origin: center;
    transform-box: fill-box;
}

.block1--circle{
     position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 230px;
    width: 230px;
    animation: wheel 25s infinite linear;
    transform-origin: center;
    transform-box: fill-box;
}


.produc-desing .product-img-sub{
    left: 0;
    top: 0;
}
.produc-3d .product-img-sub{
          top: -2rem;
    right: 6rem;
    left: auto;
    width: 180px;
}
.produc-print .product-img-sub{
    left: 50%;
    bottom: 9rem;
    width: 180px;
}
.produc-mat .product-img-sub{
     left: -30%;
    bottom: 60%;
}
.produc-wall .product-img-sub{
      left: 16rem;
    bottom: 9rem;
    width: 180px;
}

@keyframes wheel{
    from{
        transform: rotateZ(0deg);
    }
    to{
        transform: rotateZ(360deg);
    }
}
.produc-desing:before{
    content:'create';
     top: -2.5rem;
    font-family: Affect-Bold;
    font-weight: bold;
    font-size: 400px;
    line-height: 1;
    align-items: center;
    color: rgba(132, 209, 219, 0.06);
    position: absolute;    z-index: -1;
       left: 5rem!important;
}
.produc-desing .link-block a{
    color: #84D1DB;
}
.produc-desing .link-block a:before{
    background: #84D1DB;
}
.produc-3d .link-block a{
    color:#FF9B05;
}
.produc-3d .link-block a:before{
    background:#FF9B05;
}
.produc-print .link-block a{
    color:#137F25;
}
.produc-print .link-block a:before{
    background:#137F25;
}
.produc-mat .link-block a{
    color:#EA6D66;
}
.produc-mat .link-block a:before{
    background:#EA6D66;
}
.produc-wall .link-block a{
    color:#77399D;
}
.produc-wall .link-block a:before{
    background:#77399D;
}
.produc-wall .product-item{
    flex-direction: row-reverse;
}
.produc-3d .product-item:before{
    content:'expansion';
      top: -2.5rem;
    font-family: Affect-Bold;
    font-weight: bold;
    font-size: 400px;
    line-height: 1;    z-index: -1;
    align-items: center;
    color: rgba(234, 109, 102, 0.06);
    position: absolute;
   left:0;
}
 *[data-ix="fade-in-heading"] {
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
}
*[data-ix="nav-bar-load"] {
    opacity: 0;
    -webkit-transform: translate(0px, -80px);
    -ms-transform: translate(0px, -80px);
    transform: translate(0px, -80px);
}
.produc-print .product-sub-title,
.produc-print .product-title{
    color: #137F25;
}
.produc-print:before{
    content:'print';
    top: -2.5rem;
    font-family: Affect-Bold;
    font-weight: bold;
    font-size: 400px;
    line-height: 1;z-index: -1;
    align-items: center;
    color: rgba(33, 150, 83, 0.06);
    position: absolute;
      left: 5rem!important;
}
.produc-mat .product-item:before{
    content:'style';
    top: -2.5rem;    z-index: -1;
    font-family: Affect-Bold;
    font-weight: bold;
    font-size: 400px;
    line-height: 1;
    align-items: center;
    color: rgba(234, 109, 102, 0.06);
    position: absolute;
    left: 0%;
}
.produc-mat .product-sub-title,
.produc-mat .product-title{
    color: #EA6D66;
}
.produc-wall:before{
    content:'flexion';
top: -2.5rem;    z-index: -1;
    font-family: Affect-Bold;
    font-weight: bold;
    font-size: 400px;
    line-height: 1;
    align-items: center;
    color: rgba(71, 50, 124, 0.06);
    position: absolute;
       left: 5rem!important;
}
.produc-wall .product-sub-title,
.produc-wall .product-title{
    color: #77399D;
}
.product-item{
    position: relative;
    display: flex;
    justify-content: center;
       align-items: center;
    flex-direction: row;
    padding: 40px 0 20px;
}
.product-img img{
    width:100%;
}
.product-text{
      max-width: 50%;
    width: 100%;
}
.produc-web .product-title{
    color: #31679D;
}
.produc-desing .product-title{
    color: #84D1DB;
}
.produc-3d .product-title{
    color: #FF9B05;
}
.product-title{
    font-family: Affect-Bold;
    font-size: 60px;
      line-height: 1;
    text-transform: uppercase;
    position: relative;
}
 .product-title span {
	    display: inline-block;

position: relative;	
}
.l-title {
    fill: #798ba7;
    stroke: #798ba7;
    position: absolute;
    height: 20px;
    left: 15px;
    bottom: 0;
    display: inline-block;
    width: 113px;
	
}
.l-title2 {
    fill: #798ba7;
    stroke: #798ba7;
    position: absolute;
    height: 25px;
    left: 15px;
    bottom: 0;
    display: inline-block;
    width: 160px;
}
.produc-web .product-sub-title{
    color: #31679D;
}
.produc-desing .product-sub-title{
    color: #84D1DB;
}
.produc-3d .product-sub-title{
    color: #FF9B05;
}
.product-sub-title{
    font-family: Affect;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 30px 0;
}
.produc-print .product-item{
    flex-direction: row-reverse;
}
.product-desc p{
    font-family: Affect;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #798BA7;
}
.product-desc p:last-child{
    margin-bottom: 0px;
}
.link-block a{
    position: relative;
    font-family: Affect-Bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #31679D;
    text-decoration: none;
}
.link-block a:before{
    content:'';
    position: absolute;
    width: 60%;
    height: 2px;
    background:#31679D;
    bottom:-10px;
    transition: opacity 0.3s;
    margin: 0 20px 0 0;
    -webkit-animation: line_l_animation 3s infinite;;
    animation: line_l_animation 3s infinite;;
}

.product-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.social-link ul li{
    display: inline-block;
    margin: 0 20px 0 0;

}
.social-link ul li:before{
    content:'';
     background: #F1F3F6;
    box-shadow: 5px 6px 13px rgba(55, 84, 170, 0.35), -5px -5px 13px rgba(255, 255, 255, 0.15);
      filter: blur(2px);
    border-radius: 24px;
    height: 46px;
    width: 46px;
    position: absolute;
    z-index: 9;
}
.social-link ul li a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 46px;
    z-index: 99;
}
.produc-desing .product-item{
    flex-direction: row-reverse;    padding-top: 60px;
}
.form {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 185px;
}
.form form{
    max-width: 625px;
    width: 100%;
    margin:  0 auto;
}
.user-info{
    display: flex;
    justify-content: space-between;
}
.user-info input{
    background: #F1F3F6;
    box-shadow: 12px 12px 30px rgba(55, 84, 170, 0.2), -12px -12px 30px #FFFFFF;
    border-radius: 30px;
    width: 300px;
    height: 54px;
    border: none;
    outline: none;
    transition: all 0.5s;
    padding: 0 20px;
   
    color: #798BA7;
  font-family: Affect-Bold;
 
    font-size: 18px;
}
.user-info input:focus{
    box-shadow: 12px 12px 35px rgba(55, 84, 170, 0.2), -12px -12px 35px #FFFFFF, inset -5px -5px 7px #FFFFFF, inset 5px 5px 10px rgba(55, 84, 170, 0.15);
}
.user-text textarea{
    margin-top: 30px;
    margin-bottom: 30px;

    background: #F1F3F6;
    box-shadow: 12px 12px 30px rgba(55, 84, 170, 0.2), -12px -12px 30px #FFFFFF;
    border-radius: 30px;
    border: none;
    max-width: 625px;
    width: 100%;
    transition: all 0.5s;
    resize: none;
    padding: 20px;
    height: 120px;
    color: #798BA7;	  font-family: Affect-Bold;
    font-weight: bold;
    font-size: 18px;
}
.user-text textarea:focus{
    outline: none;
    box-shadow: 12px 12px 35px rgba(55, 84, 170, 0.2), -12px -12px 35px #FFFFFF, inset -5px -5px 7px #FFFFFF, inset 5px 5px 10px rgba(55, 84, 170, 0.15);
}
.user-btn{
    background: #F1F3F6;
    box-shadow: 12px 12px 30px rgba(55, 84, 170, 0.2), -12px -12px 30px #FFFFFF;
    border-radius: 30px;
    border: none;
    width: 349px;
	    text-transform: uppercase;
    height: 48px;
    text-align: center;
    margin: 0 auto;
    display: block;
    color:#798BA7;
    font-family: Affect-Bold;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 60px;
    outline: none;
    cursor: pointer;
    transition: all 0.5s;
}
.user-btn:hover{
    box-shadow: 12px 12px 35px rgba(55, 84, 170, 0.2), -12px -12px 35px #FFFFFF, inset -5px -5px 7px #FFFFFF, inset 5px 5px 10px rgba(55, 84, 170, 0.15);
}
.form h2{
    text-align: center;
    font-family: Affect-Bold;
    font-size: 30px;
    line-height:36px;
    margin: 0 auto;
    text-transform: uppercase;
    color: #798BA7;
    max-width: 668px;
    width: 100%;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
    margin-bottom: 55px;
}
.form-img{
    background-image: url(../image/form.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
}
footer{
    padding:22px 25px;
    background: #F1F3F6;    
    box-shadow: 12px 12px 30px rgba(55, 84, 170, 0.2), -12px -12px 30px #FFFFFF;
}
.footer-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-info{
    display: flex;
    align-items:center;
}
.footer-contact{
    display: flex;
    flex-direction: column;
    text-align: right;
    margin: 0 20px 0 0;
}
.footer-logo img{
    height: 80px;
}
.footer-contact a{
    font-size: 19px;
    text-decoration: none;
    line-height: 26px;
    color: #798BA7;
    text-shadow: 1px 1px 1px rgba(55, 84, 170, 0.23), -1px -1px 1px #FFFFFF;
}
.footer-btn{
    position: relative;

}
.footer-btn a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 94px;
    width: 94px;
    z-index: 99;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    color: #798BA7;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.footer-btn:before{
    content: '';
    background: #F1F3F6;
    box-shadow: 5px 6px 13px rgba(55, 84, 170, 0.35), -5px -5px 13px rgba(255, 255, 255, 0.7);
    filter: blur(4px);
    border-radius: 50%;
    height: 94px;
    width: 94px;
    position: absolute;
    z-index: 9;
}
.footer-btn:after{
    content:'';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #36F5FE;
    border: 1px solid rgba(255, 255, 255, 0.638658);
    box-sizing: border-box;
    box-shadow: inset -2px -1px 6px rgba(255, 255, 255, 0.5), inset 2px 2px 6px rgba(95, 157, 231, 0.48);
    top: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99;
    border-radius:50%;
}
#nav{
    display: none;
}
.nav-btn{
    display: none;
}
::placeholder {
    font-family: Affect; 
    opacity: 1; 
    font-size: 18px;
    line-height: 23px;
    color: #C3CCE3;
    font-weight: 400;
  }
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: Affect; 
    font-size: 18px;
    line-height: 23px;
    color: #C3CCE3;
    font-weight: 400;
  }
  ::-ms-input-placeholder { 
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    color: #C3CCE3;
    font-family: Affect; 
  }
/* анммация линии */
@keyframes line_r_animation {
    0%   {right: calc(2% + 50px); width: 0px;}
    35%   {right: calc(2% + 0px); width: 50px;}
    70%   {right: calc(2% + 0px); width: 0px;}
    100%   {right: calc(2% + 0px); width: 0px;}
}
  .keyboard {
    padding: 25px 25px 40px;
    border-radius: 12px;
    min-width: 640px;

  }
  .keyboard__keys {
    display: flex;
    justify-content: center;
  }
  
  .key {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 10px;
    min-width: 50px;
    height: 50px;
    border-radius: 15px;
       background: #F1F3F6;
    box-shadow: 5px 5px 15px #D9E3EC;
  }
  .key__letter {
       background: #798ba7;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .key__down {
    color: linear-gradient(45deg, #1E71F5, #3CDEE7);
    background: linear-gradient(145deg, #E9F2FB, #F2F7FB);
    box-shadow: inset 5px 5px 5px #D9E3EC;
  }
  .key__space {
    width: 60%;
  }
  .scroll-arrow {
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    animation: arrow-wave 1s infinite;
    animation-direction: alternate;
  }
  .scroll-arrow:nth-child(1) {
    animation-delay: 0.1s;
  }
  .scroll-arrow:nth-child(2) {
    animation-delay: 0.3s;
  }
  /* .scroll-arrow:nth-child(3) {
    animation-delay: 0.3s;
  } */
  
  @keyframes arrow-wave {
    0% {
      opacity: 0;
    }
    50% {
      opacity: .5;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes float {
			
			0% {
				transform: translateY(0px);
			} 100% {
				transform: translateY(20px);
			}
		}
		@keyframes line_r_animation {
    0%   {left: calc(2% + 50px); width: 0px;}
    35%   {left: calc(2% + 0px); width: 50px;}
    70%   {left: calc(2% + 0px); width: 0px;}
    100%   {left: calc(2% + 0px); width: 0px;}
}
		@keyframes line_l_animation {
	 0%		{left: calc(2% + 0px); width: 0px;}
	 35%   {left: calc(2% + 0px); width: 0px;}
	  70%   {left: calc(2% + 0px); width: 50px;}
	   100%   {left: calc(2% + 50px); width: 0px;}
   
}
@-webkit-keyframes line_l_animation {
	 0%		{left: calc(2% + 0px); width: 0px;}
	 35%   {left: calc(2% + 0px); width: 0px;}
	  70%   {left: calc(2% + 0px); width: 50px;}
	   100%   {left: calc(2% + 50px); width: 0px;}
}
@-webkit-keyframes line_r_animation {
    0%   {right: calc(2% + 50px); width: 0px;}
    35%   {right: calc(2% + 0px); width: 50px;}
    70%   {right: calc(2% + 0px); width: 0px;}
    100%   {right: calc(2% + 0px); width: 0px;}
}
  #line_r {
    -webkit-animation: line_r_animation 3s infinite;
    animation: line_r_animation 3s infinite;
}
@keyframes levitate {
	0% { transform: translate3d(0,0,0);} 
	50% { transform: translate3d(0,5px,0);}
}
@-webkit-keyframes levitate {
	0% { transform: translate3d(0,0,0);} 
	50% { transform: translate3d(0,5px,0);}
}
	.levitate {
	    -webkit-animation: levitate 3s infinite ease-in-out;
    -moz-animation: levitate 3s infinite ease-in-out;
    -o-animation: levitate 3s infinite ease-in-out;
    animation: levitate 3s infinite ease-in-out; }
	
	 .los {   -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s; }
	.bok {
	-webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}

	.sha {
-webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
	}
.dis { -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
animation-duration: 3s; }
.pad { -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
animation-duration: 3s; }
 .levitacio { -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
	       max-width: 256px;
	}
/*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#section1 {
    overflow: hidden;
    height: 100%;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}