body {
	background-color: #fff;
	color: #151515;
	font-size: 16px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight: 400;
	text-align: center;
}

.container {
	width: 95%;
	margin: 0 auto;
	height: 100%;
	padding: 30px 0;
}

@media (min-width: 1023px) {
	.container {
		padding: 30px;
	}
}

.logo {
	width: 76px;
	height: 76px;
	margin: 0 auto 26px 0;
	text-align: center;
}

h1 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 60px;
	line-height: 68px;
	letter-spacing: -0.5px;
	font-weight: 400;
	max-width: 767px;
	margin: 0 auto;
	text-align: center;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: -0.1px;
	opacity: 0.3;
	max-width: 500px;
	margin: 30px auto 0 auto;
	text-align: center;
}


a {
	transition: 0.3s ease-in-out;
}

a:visited {
	color: inherit;
}

.colorful-text {
	background-image: linear-gradient(
    45deg,
	#3b82f6,
    #c084fc,
    #ffb3ba,
    #53E963,
    #3b82f6
   );
	background-size: 300% auto;
	-webkit-background-clip: text;
 	 background-clip: text;
  	-webkit-text-fill-color: transparent;
  	text-fill-color: transparent;
	animation: diagonalSweep 40s linear infinite;
}

@keyframes diagonalSweep {
	to {
		background-position: 300% 0; 
	  }
}

main {
	margin-top: 18%;
}

footer {
	width: 100%;
	text-align: center;
    margin-top: 80px;
}

@media (min-width: 767px) {
    footer {
        position: absolute;
        bottom: 20px;
        margin-top: 0;
    }
}

footer p {
	font-size: 14px;
	opacity: 0.3;
	font-weight: 300;
	text-align: center;
}

footer nav ul {
	list-style: none;
}
footer nav ul li {
	display: inline-flex;
	margin-right: 16px;
}

footer nav ul li a {
	font-size: 14px;
	opacity: 0.3;
	text-decoration: none;
	color: #151515;
	font-weight: 300;
}
footer nav ul li a:hover {
	opacity: 1;
}


/* Grid */
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; 
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 90%;
 }
}

@media (min-width: 767px) {
	.container {
	  width: 95%;
   }
  }

/* For devices larger than 550px */
@media (min-width: 550px) {
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


.area{
    width: 100%;
    height:100vh;
}

ul {
    margin: 0 !important;
    padding: 0;
}

.circles{
    position: fixed;
    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(240, 240, 240, 0.5);
    animation: animate 25s linear infinite;
    top: -150px;
	border-radius: 30%;
    
}

.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;
}



@keyframes animate {

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

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

}