*{
    margin: 0;
    padding: 0;
}

html{
    background-color: #1ad963;
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

button{
    background-color: #FFF;
    width: 150px;
    height: 50px;
    border-color: transparent;
    border-radius: 12px ;
    position: fixed;
    top: 10px;
    right: 10px;
    transform: translate(-50%, 0);
    font-size: 15px;
    font-family: Lalezar;
    font-style: normal; 
      
}
h1{
    color: #FFF;
    font-size: 60px;
    font-family: Lalezar;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

h2{
    color: #FFF;
    font-size: 40px;
    font-family: Lalezar;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: fixed;
    bottom: 280px;
    left: 40px;
    display: flex;
    width: 150px;
    height: auto;
    border-radius: 12px;
    white-space: nowrap;
}
.logo{
      margin-top: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
}

.apple{
    position: fixed;
    bottom: 250px;
    left: 40px;
    display: flex;
    width: 150px;
    height: auto;
    border-radius: 12px;
}
.google{
    position: fixed;
    bottom: 200px;
    left: 40px;
    display: flex;
    width: 150px;
    height: auto;
    border-radius: 12px;
}
.qr{
    position: fixed;
    bottom: 40px;
    left: 40px;
    display: flex;
    width: 150px;
    height: 150px;
    border-radius: 12px;
}

.floating-svg {
    position: fixed;
    width: 350px;
    height: 350px;
}

.top-left {
    top:-10px;
    left:-10px;
     z-index: -1;
}

.top-right {
    top: -10px;
    right: -10px;
    z-index: -1;
}

.bottom-left {
    bottom: -10px;
    left: -10px;
    z-index: -1;
}

.aquilo {
    
    width: 700px;
    height: 500px;
    bottom: 20px;
    top: 200px;
    right: 90px;
}



@keyframes floating {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-5px);
    }
    100% {
      transform: translateY(0);
    }
  }

  .floating-svg {
    animation: floating 3s ease-in-out infinite;
  }

 

  
  @media (min-width: 1800px) {
    h1 {
      font-size: 100px;
    }
  
    h2 {
      font-size: 60px;
      bottom:370px;
      left: 50px;
    }
  
    .apple{
      width: 10%;
      height: auto;
      bottom:330px;
    }
    .google{
      width: 10%;
      bottom:250px;
      height: auto;
    }    
      .qr {
      width: 10%;
      height: auto;
    }
  
    .floating-svg {
      width: 40%;
    }
  
    .aquilo {
      width: 50%;
      height: 50%;
      top: 40%;
      right: 0%;
    }
  }
  @media (max-width: 768px) {
    h1 {
      font-size: 40px;
    }
  
    h2 {
      font-size: 30px;
      left: 100px;
    }
  
    .apple,
    .google,
    .qr {
      width: 15%;
      height: auto;
    }
  
    .floating-svg {
      width: 50%;
    }
  
    .aquilo {
      width: 60%;
      height: 60%;
      top: 40%;
      right: 0%;
    }
  }

  @media (max-width: 480px) {
    h1 {
      font-size: 40px;
    }
  
    h2 {
      font-size: 30px;
      left: 45px;
      bottom:235px;
    }
  
    .apple,
    .google,
    .qr {
      
      width: 30%;
      height: auto;
    }
  
    .apple{
      
        bottom: 170px;
        left: 35px;
       
    }
    .google{
        bottom: 210px;
        left: 35px;
    }
    .floating-svg {
      width: 50%;
    }
  
    .aquilo {
      width: 70%;
      height: auto;
      top: 60%;
      right: 0%;
    }
  }
  @media (max-width: 375px) {
    h1 {
      font-size: 35px;
    }
  
    h2 {
      font-size: 20px;
      bottom:20px; 
      left: 120px;
    }
  
    .apple,
    .google
     {
      
      width: 20%;
      height: auto;
    }
  
    .apple{
      
        bottom: 100px;
        left: 35px;
       
    }
    .google{
        bottom: 130px;
        left: 35px;
    }

    .qr {
        bottom: 10px;
        left: 40px;
        width: 20%;
        height: auto;
      }
    .floating-svg {
      width: 50%;
    }
  
    .aquilo {
      width: 70%;
      height: auto;
      top: 60%;
      right: 0%;
    }
  }
  @media (max-width: 360px) {
    h1 {
      font-size: 35px;
    }
  
    h2 {
      font-size: 20px;
      left: 170px;
    }
  
    .apple,
    .google,
    .qr {
      
      width: 20%;
      height: auto;
    }
  
    .apple{
      
        bottom: 130px;
        left: 35px;
       
    }
    .google{
        bottom: 160px;
        left: 35px;
    }
    .floating-svg {
      width: 50%;
    }
  
    .aquilo {
      width: 70%;
      height: auto;
      top: 60%;
      right: 0%;
    }
  }
  @import url('https://fonts.googleapis.com/css?family=Exo:400,700');


body{
    font-family: 'Exo', sans-serif;
}


.context {
    width: 100%;
    position: absolute;
    top:50vh;
    
}

.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}


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

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

.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: 24s;
}

.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: 36s;
}

.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: 6s;
}

.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: 60s;
}

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

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



@keyframes animate {

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

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

}
