

/* animations here ------------------------------------ */




/* tablet and above ------------------------------------ */
@media only screen and (min-width: 64em) {

  .fade-in{
  		-webkit-animation: -work 2s ; /* Safari, Chrome and Opera > 12.1 */
  			 -moz-animation: -work 2s ; /* Firefox < 16 */
  				-ms-animation: -work 2s ; /* Internet Explorer */
  				 -o-animation: -work 2s ; /* Opera < 12.1 */
  						animation: -work 2s ;
  }

  @keyframes -work {
      0% {opacity: 0; transform: translateY(20px) translateX(0px) rotateX(0deg);}
      40% {opacity: 0; transform: translateY(20px) translateX(0px) rotateX(0deg) rotate3d(1, 1, 1, 0deg);}
      80% { opacity: 1; transform: translateY(0px) translateX(0px) rotateX(0deg) rotate3d(1, 0deg);}
  }

    .fade-in-1{
      -webkit-animation: -work0 1s ; /* Safari, Chrome and Opera > 12.1 */
         -moz-animation: -work0 1s ; /* Firefox < 16 */
          -ms-animation: -work0 1s ; /* Internet Explorer */
           -o-animation: -work0 1s ; /* Opera < 12.1 */
              animation: -work0 1s ;
  }

  @keyframes -work0 {
      0% {opacity: 1; width: 28%; position: absolute; top: 440px; left: 36%;  z-index: 1005;}
      100% { opacity: 1; width: 28%; position: absolute; top: 400px; left: 36%;  z-index: 1005;}
  }



 .Left-anime-1{
      -webkit-animation: -work4 3s ; /* Safari, Chrome and Opera > 12.1 */
         -moz-animation: -work4 3s ; /* Firefox < 16 */
          -ms-animation: -work4 3s ; /* Internet Explorer */
           -o-animation: -work4 3s ; /* Opera < 12.1 */
              animation: -work4 3s ;
  }

  @keyframes -work4 {
      0% {opacity: 0;  left: 35%; transform: rotate(0deg); width: 25%; position: absolute; top: 480px; z-index: 1003;}
      30% {opacity: 0;  left: 35%; transform: rotate(0deg); width: 25%; position: absolute; top: 480px; z-index: 1003;}
      60% {opacity: 1;  left: 34%; transform: rotate(0deg); width: 25%; position: absolute; top: 480px; z-index: 1003;}
      100% {opacity: 1;  left: 30%; transform: rotate(-10deg); width: 25%; position: absolute; top: 460px; z-index: 1003;}
  }

  .Right-anime-1{
      -webkit-animation: -work5 3s ; /* Safari, Chrome and Opera > 12.1 */
         -moz-animation: -work5 3s ; /* Firefox < 16 */
          -ms-animation: -work5 3s ; /* Internet Explorer */
           -o-animation: -work5 3s ; /* Opera < 12.1 */
              animation: -work5 3s ;
  }

 @keyframes -work5 {
      0% {opacity: 0;  right: 35%; transform: rotate(0deg); width: 25%; position: absolute; top: 480px; z-index: 1003;}
      30% {opacity: 0;  right: 35%; transform: rotate(0deg); width: 25%; position: absolute; top: 480px; z-index: 1003;}
      60% {opacity: 1;  right: 34%; transform: rotate(0deg); width: 25%; position: absolute; top: 480px; z-index: 1003;}
      100% {opacity: 1;  right: 30%; transform: rotate(10deg); width: 25%; position: absolute; top: 460px; z-index: 1003;}
  }


  .Left-anime-2{
  		-webkit-animation: -work2 3s ; /* Safari, Chrome and Opera > 12.1 */
  			 -moz-animation: -work2 3s ; /* Firefox < 16 */
  				-ms-animation: -work2 3s ; /* Internet Explorer */
  				 -o-animation: -work2 3s ; /* Opera < 12.1 */
  						animation: -work2 3s ;
  }

  @keyframes -work2 {
      0% {opacity: 0;  left: 30%; transform: rotate(0deg); width: 22%; position: absolute; top: 520px; z-index: 1001;}
      30% {opacity: 0;  left: 30%; transform: rotate(0deg); width: 22%; position: absolute; top: 520px; z-index: 1001;}
      70% {opacity: 1;  left: 29%; transform: rotate(0deg); width: 22%; position: absolute; top: 520px; z-index: 1001;}
      100% {opacity: 1;  left: 25%; transform: rotate(-25deg); width: 22%; position: absolute; top: 520px; z-index: 1001;}
  }

  .Right-anime-2{
      -webkit-animation: -work3 3s ; /* Safari, Chrome and Opera > 12.1 */
         -moz-animation: -work3 3s ; /* Firefox < 16 */
          -ms-animation: -work3 3s ; /* Internet Explorer */
           -o-animation: -work3 3s ; /* Opera < 12.1 */
              animation: -work3 3s ;
  }

 @keyframes -work3 {
      0% {opacity: 0;  right: 30%; transform: rotate(0deg); width: 22%; position: absolute; top: 520px; z-index: 1002;}
      30% {opacity: 0;  right: 30%; transform: rotate(0deg); width: 22%; position: absolute; top: 520px; z-index: 1002;}
      70% {opacity: 1;  right: 29%; transform: rotate(0deg); width: 22%; position: absolute; top: 520px; z-index: 1002;}
      100% {opacity: 1;  right: 25%; transform: rotate(25deg); width: 22%; position: absolute; top: 520px; z-index: 1002;}
  }


}
/* animations and here ------------------------------------ */



/* desktop only here ------------------------------------ */
@media only screen and (min-width: 64em) {


} /* desktop only ends here ------------------------------------ */




/* tablet up here ------------------------------------ */
@media only screen and (min-width: 40em) {


  h1 {
      font-size: 45px;
      line-height: 45px;

    }


    .display-mob{
      display: none !important;
    }


    .title{
      color: #fff;
      text-align: center;
      font-size: 20vw;
      margin-top: 30vh;
    }
    .subtitle{
      color: #f05455;
      text-align: center;
      font-size: 5vw;
      margin-top: -100px;
      margin-bottom: 40vh;
    }


.main-image2 .c {
    width: 28%;
    position: absolute;
    top: 400px;
    left: 36%;
    z-index: 1005;
}
.main-image2 .r1 {
    width: 25%;
    position: absolute;
    top: 460px;
    right: 30%;
    z-index: 1004;
    transform: rotate(10deg);
}
.main-image2 .l1 {
    width: 25%;
    position: absolute;
    top: 460px;
    left: 30%;
    z-index: 1003;
    transform: rotate(-10deg);
}
.main-image2 .r2 {
    width: 22%;
    position: absolute;
    top: 520px;
    right: 25%;
    z-index: 1002;
    transform: rotate(25deg);
}
.main-image2 .l2 {
    width: 22%;
    position: absolute;
    top: 520px;
    left: 25%;
    z-index: 1001;
    transform: rotate(-25deg);
}


.main-image2{
height: 60vw;

}

} /* tablet up ends here ------------------------------------ */



/* mobile ONLY ------------------------------------ */

@media only screen
and (max-width: 640px){


  h1 {
      font-size: 35px;
      line-height: 35px; 
    }

.hide-mob{
  display: none !important;
}



  .title{
    color: #fff;
    text-align: center;
    font-size: 30vw;
    margin-top: 40vh;
  }
  .subtitle{
    color: #f05455;
    text-align: center;
    font-size: 10vw;
    margin-top: -50px;
    margin-bottom: 40vh;
  }

  .button{
    display: block;
  }

.main-image2 .c {
    width: 45%;
    position: absolute;
    top: 400px;
    left: 27.5%;
    z-index: 1005;
}
.main-image2 .r1 {
    width: 45%;
    position: absolute;
    top: 450px;
    right: 15%;
    z-index: 1004;
    transform: rotate(5deg);
}
.main-image2 .l1 {
    width: 45%;
    position: absolute;
    top: 450px;
    left: 15%;
    z-index: 1003;
    transform: rotate(-5deg);
}
.main-image2 .r2 {
    width: 40%;
    position: absolute;
    top: 470px;
    right: 10%;
    z-index: 1002;
    transform: rotate(10deg);
}
.main-image2 .l2 {
    width: 40%;
    position: absolute;
    top: 470px;
    left: 10%;
    z-index: 1001;
    transform: rotate(-10deg);
}

.main-image2{
height: 95vw;

}

} /* mobile ONLY ends here ------------------------------------ */





/* base itens here ------------------------------------ */
@media only screen and (min-width:0px) {


header {text-align: center; padding: 40px 0px;}
header img { margin:0px 0px 80px 0px }
header  div {max-width: 500px; margin:0 auto;}

.button{
  background:none;
  padding: 15px 20px;
  border-radius: 100px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  border: solid 2px #fff;
}

  h1 {
      color: #222;
      letter-spacing: ;
      text-align: center;
      margin-bottom: 16px;
      font-weight: 800;
  }

    h2 {
      font-size: 24px;
      color: #555;
      line-height: 32px;
      margin-top: 8px;
      margin-bottom: 10px;
      font-family: "Inter", sans-serif;
      text-align: center;
      font-weight: 400;
     }


  p {
      font-size: 14px;
      color: #002D24;
      line-height: 20px;
      margin-top: 10px;
    }


		a {
			opacity: 1;
			transition: all 0.3s;
      text-decoration: underline;
      color: #002D24;
      cursor: pointer;
		}
		a:hover {
			opacity: 0.8;
			transition: all 0.3s;
		}


    a.arrow::after {
      content: "→";
      transition: all 0.3s ease;
      margin-left: 3px;
    }

    a.arrow:hover::after{
    margin-left: 6px;
    transition: all 0.3s ease;
    margin-right: -3px;
    }


body {
  font-family: "Inter", sans-serif;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	background:#fff;
	color: #222;
}

	::selection {
	    color: rgba(255,255,255,0.85);
	    background: #222;
	}


.form {
  max-width: 900px;
  margin:40px auto;  
}

.form .button {
    color: white;
    background-color: black;
    border: 0px;
    padding: 8px 32px;
    border-radius: 20px;
    height: 42px;
    }

.bg-form {
  background: white;
    max-width: 380px;
    padding: 20px 30px;
    border-radius: 40px;
    border: solid 1px #ccc;
    height: 42px;
    margin-bottom: 10px;

}

.form-signup{
display: block;
padding: 24px;
width: 100%;
margin: 24px auto;
text-align: center;
background: #f1f1f1;
border-radius: 24px;
margin-bottom: 10px;
}


.container {
  margin: 40px;
}

.footer{
  border-top: solid 1px white;
  background: #f05455;
}

.footer h1 {
  color: #fff;
}




}
