body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
      'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
  }
  
  div {
    box-sizing: border-box; 
  }
  
h1 {
    display: block;
    font-size: 30px;
    font-weight: 400;
    color:white
}

ul {
    margin: 0;
    padding: 0;
}

.app {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
  }

.first-screen {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    height: 640px;
    width: 100%;
    background-color: #27273c ;
  }

.first-screen-low-quality-pic {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    z-index: 0;
  }
  
.first-screen-medium-quality-pic {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    z-index: 1;
  }
  
.first-screen-high-quality-pic {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    z-index: 2;
  }


  .first-screen-low-quality-phone {
    height: 640px;
    width: 100%;    
    max-width: 750px;
    position: absolute;
    top: 0;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 3;
  }
.first-screen-medium-quality-phone {
    height: 640px;
    width: 100%;    
    max-width: 750px;
    position: absolute;
    top: 0;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 4;
  }
.first-screen-high-quality-phone {
    height: 640px;
    width: 100%;
    max-width: 750px;
    position: absolute;
    top: 0;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 5;
  }  

.first-screen-gradient-bottom {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100px;
    bottom: -1px;
    background-image: linear-gradient(to bottom, transparent, #27273c 80%);
    z-index: 6;
  } 

.first-screen-gradient-top {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100px;
    top: -1px;
    background-image: linear-gradient(to top, transparent, #27273c 80%);
    z-index: 6;
  }  
  
.first-screen-logo-box {
    position: absolute;
    width: 100%;
    max-width: 850px;
    max-height: 100px;
    z-index: 7;
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
} 

.first-screen-logo-box-logo {
    position: relative;
    height: 60px;
    width: 60px;
    margin: 12px 20px 20px 12px;
}

.first-screen-logo-box-logo-low-quality-logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #86377b;
    box-shadow: 2px 2px 4px rgb(0,0,0,.2);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 8;
}

.first-screen-logo-box-logo-high-quality-logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #86377b;
    box-shadow: 2px 2px 4px rgb(0,0,0,.2);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 9;
}


.first-screen-botton-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 850px;
    padding: 0 12px;
    z-index: 7;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.first-screen-botton-cta {
    background-color: orange;
    width: 100%;
    max-width: 450px;
    padding: 12px 4px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 2px 2px 4px rgb(0,0,0,.2);
    margin-bottom: 12px;

}

.first-screen-botton-recovery {
    font-size: 14px;
    padding: 6px 12px ;
    color: #00f;
    background-color: hsla(0,0%,100%,.5);
    margin-bottom: 12px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 2px 2px 4px rgb(0,0,0,.2);

}

.area{ 
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100vh;
    z-index: 3;
   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.offer-screen {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 100%;
    margin-top: -1px;
    background-image: linear-gradient(to bottom, transparent, #ffffff 60%);
    height: auto
}

.offer-screen-top-anime {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 160px;
    z-index: 0;
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background-image: linear-gradient(to top, #86377b 20%, #27273c 80%);
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

.offer-screen-flex {
    width: 100%;
    max-width: 1250px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;

}

.offer-screen-flex-uto-box {
    width: 100%;
    max-width: 500px;
    min-width: 300px;
    padding: 0 12px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: flex-start;
    z-index: 1;
}

.offer-screen-flex-image-box {
    position: relative;
    width: 100%;
    min-width: 300px;
    max-width: 650px;
    height: 680px;
    margin-top: 24px;
}

.offer-screen-flex-image-box-medium-quality-pic {
    width: 100%;
    height: 640px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.offer-screen-flex-image-box-high-quality-pic {
    width: 100%;
    height: 640px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.offer-screen-flex-uto-box-titles-box {    
    margin: 64px 24px 24px 0;
    padding: 12px;
    border-radius: 18px;
    border: 2px solid #86377b;
    background-color: rgb(255,255,255,.4);;
    box-shadow: 2px 2px 4px rgb(0,0,0,.2);
}

.offer-screen-flex-uto-box-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    color:black;
    margin-bottom: 48px;
}

.offer-screen-flex-uto-box-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color:black;
    margin-bottom: 12px;
}

.empty-screen {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 500px;
    background-image: linear-gradient(to bottom, #ffffff 20%, #27273c 70%);
    z-index: 0;
}

.exmples-screen {
    width: 100%;
    height: 100%;
    padding:0 0 24px;
    margin-top: -2px;
    overflow: hidden;
    position: relative;
    background-color: #27273c;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}

.exmples-screen-subtitle {
    color:#86377b ;
    font-size: 24px;
    font-weight: 400;
}

.exmples-screen-title {
    color:#ffffff ;
    font-size: 46px;
    font-weight: 400;
    margin: 0 0 48px ;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;
    overflow:hidden;
  }

  .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
  }

  .swiper-slide.swiper-slide-active:first-child {
    transform: translateX(0) !important;
    z-index: 2;
}

.swiper-slide.swiper-slide-next:nth-child(2) {
    transform: translateX(0) !important;
    z-index: 1;
}

  @media only screen  {
    .swiper-slide:first-child {
      transition: transform 100ms;
    }

    .swiper-slide:first-child img {
      transition: box-shadow 500ms;
    }

    .swiper-slide.swiper-slide-active:first-child {
      transform: translateX(50%);
      z-index: 2;
    }

    .swiper-slide.swiper-slide-active:first-child img {
      box-shadow: 0px 32px 80px rgba(0, 0, 0, 0.35);
    }

    .swiper-slide:nth-child(2) {
      transition: transform 100ms;
    }

    .swiper-slide.swiper-slide-next:nth-child(2) {
      transform: translateX(55%);
      z-index: 1;
    }

    .swiper[dir="rtl"] .swiper-slide.swiper-slide-active:first-child {
      transform: translateX(-50%);
    }

    .swiper[dir="rtl"] .swiper-slide.swiper-slide-next:nth-child(2) {
      transform: translateX(-55%);
    }
  }



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

