body,
html {
overflow-x: hidden;
}

body {
  margin: 0;
  width: 100vw;
  font-family: "Oswald", sans-serif;
  font-size: 12pt;
  font-weight: 400;
 }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", cursive;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  transition: all 0.5s ease-in-out;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
   
  background-size: 400% 500%;
  animation: gradient 8s ease infinite;
  z-index: -500;
}

#particles-js2 {
  position: absolute;
  width: 100%;
  height: 100%;
   
  background-size: 400% 500%;
  animation: gradient 8s ease infinite;
  z-index: -500;
  
	color: #ffffff;
	background: linear-gradient(-45deg, #1b5881, #2173cf, #1d7fb8, #065daf);
	/*linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);*/

	 	background-size: 400% 400%;
	animation: gradientBG 45s ease infinite;
}

@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
 
 
   
 
 
@media only screen and (max-width: 800px){
	/* Do 800 */
	header{
		width: 95%;
    font-size: 13px;
	}

	h1 + p{
		padding: 0 3em 3em 3em;
	}

	#main-container{
		width: 95%;
	}

  textarea{
    padding: .64em;
    
    width: 91%;
    height: 15em;
    border: 1px solid #d6dce0;
    font-size: 1.125em;
    color: #817b94;
    resize: none;
  }
}

@media (max-width: 1200px) and (min-width: 800px){
	/* Od 800 do 1200 */
	header{
		width: 70%;
	}

	 
	h1 + p{
		padding: 0 4em 3em 4em;
	}

	#main-container{
		width: 70%;
	}
}

@media (min-width: 1200px){
	/* Od 1200 */
	h1 + p{
		padding: 0 7em 3em 7em;
	}

	header{
		width: 50%;
	}
 

	#main-container{
		width: 50%;
	}
}

   

body{
	font-size: 16px;
	   
	width: 100%;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.22) 0px -12px 30px, rgba(0, 0, 0, 0.22) 0px 4px 6px,
    rgba(0, 0, 0, 0.27) 0px 12px 13px, rgba(0, 0, 0, 0.19) 0px -3px 5px;
  margin-top: -17px;  
  background: linear-gradient(-45deg, #1b5881, #2173cf, #1d7fb8, #065daf);
	/*linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);*/

	 	background-size: 400% 400%;
	animation: gradientBG 45s ease infinite;
}


header{
	margin: 0 auto;
	 
  color: whitesmoke;
  background-color: #0c6b88;
   
  position: relative;
     -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 6;
  
  background:#098a49 url(../img/ETH2.gi);
   
	background-size: cover;
	text-align: center; margin-bottom: -20px;
}

h1{
	padding-top: 1.4em;
	padding-bottom: .3em;
	color: white;
	font-family: Yesteryear, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	font-weight: bold;
	text-shadow: 0 0.083em 0.083em rgba(62, 62, 107, 0.6);

}

 p{
	color: #0a0a0a;
	font-size: 1.1em; font-weight: 900;
	line-height: 140%;  
	 
}

#main-container{
	margin: 0 auto;
	background-color: #E9EAFB;
}

form{
	color: #141414;
	margin: 0 auto;
	padding: 0 5%; 
}

form div{
	padding-top: 2em;
  
}

label, input{
	display: block;
}

label{
	padding-bottom: .5em;
	color: #171618; font-weight: bold;
}

input[type="text"], [type="number"], [type="email"], select{
	width: 100%;
	height: 2.4em;
	border: 1px solid #d6dce0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	text-indent: 0.889em;
	color: #1c1c1d;
}

input[type="radio"], [type="checkbox"]{
	display: inline-block;
	margin: .5em;
}

select{
	background-color: white;
	font-size: 1em;
	color: #677278;
}

::placeholder{
	text-indent: 0.889em;
	/*font-size: 14px;*/
	font-size: 0.778em;
	color: #5e5a6b;
}

textarea{
	padding: .64em;
  
	width: 95%;
	height: 15em;
	border: 1px solid #d6dce0;
	font-size: 1.125em;
	color: #817b94;
	resize: none;
}

button{
	margin-top: 3em;
	margin-bottom: 1.4em;
	width: 100%;
	height: 3em;
	border-radius: .5em;
	border: none;
	background-color: #0e7259;
	color: white;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.5s;
}

button:hover {
	background: #176497;
}

  
   
    
@media only screen and (max-width: 480px){
	 

  textarea{
    padding: .64em;
    
    width: 91%;
  
  }

  .circles li{
     
    display: none;
}  
} 

.circles{
     
    top: 0;
    left: 0;
     
    margin: 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;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

  }