@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	 font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(to right, #009EC5 0%, #2e7eed 20%, #10408b 73.3%, #02225B 100%);
  overflow: scroll;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: white;
  text-align: center;
  margin: 0!important;
}

h1 {
  font-size: 65px;
  font-weight: 900;
  padding-top: 40px;
}

h2 {
  font-size: 15px;
 font-weight: 900;
	padding-top: 15px;
}



p, li, blockquote, label {
  font-size: 14px;
  letter-spacing: 0;
  color: white;
  margin: 0;
  text-align: center;
  font-weight: 400;
}
a {
color: #ffffff;
text-decoration: none;
transition: 0.3s;
}
a:hover {
	font-size: 20px;
}
.logo {
	text-align: center;
	
	margin-top: 20px;
}

.logo img {
	text-align: center;
	width: 200px;
	height: auto;
}

#logo {
	display: block;
}
#logo_anim {
	display: none;
}


.right_f {
	position: fixed;
	right: 20px;
	bottom: 10px;
	
}
.right_f p {
	font-size: 11px;
}

.big_logo {
	z-index: 12;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}
.big_logo img {
	width: 55%;
	height: auto;
}

.shapes-container {
  position: absolute;
  overflow-x: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

}

/*.bg {

	opacity: 10%;
	background: url(../images/bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}*/



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

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

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

}



.links {
	margin-top: 0vh;
	opacity: 1;
    transition: all 0.3s ease-in-out;
}
.off {
	margin-top: 5vh;
	opacity: 0;
    transition: all 0.2s ease-in-out;
}
.shapes-container .shape {
  position: absolute;
  z-index: -1;
}

.shapes-container .shape::before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  position: absolute;
  border-radius: 50px;
}

.shapes-container .shape:nth-child(1) {
  top: 2%;
  left: 11%;
  width: 400px;
  height: 70px;
}

.shapes-container .shape:nth-child(2) {
  top: 14%;
  left: 18%;
  width: 200px;
  height: 15px;
}

.shapes-container .shape:nth-child(3) {
  top: 80%;
  left: 4%;
  width: 300px;
  height: 60px;
}

.shapes-container .shape:nth-child(4) {
  top: 85%;
  left: 15%;
  width: 100px;
  height: 10px;
}

.shapes-container .shape:nth-child(5) {
  top: 5%;
  left: 50%;
  width: 300px;
  height: 25px;
}

.shapes-container .shape:nth-child(6) {
  top: 4%;
  left: 52%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(7) {
  top: 80%;
  left: 70%;
  width: 200px;
  height: 5px;
}

/*.shapes-container .shape:nth-child(8) {
  top: 55%;
  left: 95%;
  width: 200px;
  height: 5px;
}*/
.shapes-container .shape:nth-child(8) {
  top: 40%;
  left: 10%;
  width: 300px;
  height: 50px;
}
.shapes-container .shape:nth-child(9) {
  top: 50%;
  left: 90%;
  width: 300px;
  height: 50px;
}

.shapes-container .shape:nth-child(10) {
  top: 30%;
  left: 60%;
  width: 500px;
  height: 55px;
}

.shapes-container .shape:nth-child(11) {
  top: 40%;
  left: 10%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(12) {
  top: 35%;
  left: 75%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(13) {
  top: 90%;
  left: 40%;
  width: 300px;
  height: 45px;
}

/*.shapes-container .shape:nth-child(14) {
  top: 54%;
  left: 75%;
  width: 200px;
  height: 5px;
}*/

.shapes-container .shape:nth-child(15) {
  top: 50%;
  left: 90%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(16) {
  top: 50%;
  left: 81%;
  width: 100px;
  height: 5px;
}


#toggle {
  display: none;
}

/**
  Hamburger
**/
.hamburger {
  position: absolute;
  top: 53px;
  left: 40px;
  margin-left: -2em;
  margin-top: -45px;
  width: 2em;
  height: 45px;
  z-index: 5;
}

.hamburger div {
  position: relative;
  width: 2em;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  margin-top: 5px;
  transition: all 0.3s ease-in-out;
}

/**
Nav Styles
**/
.nav {
  position: fixed;
  width: 100%;
  height: 100%;
  /*background-color: #02225B;*/
 
  top: -100%; left: 0; right: 0; bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
  z-index: 2;
  
}
.nav-wrapper {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}
.nav_bg {
	 background: linear-gradient(to right, #10408b 0%, #02225B 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.40;
}
/*nav {
  text-align: center;
 font-size: 15px;
  font-weight: 900;
 color: #ffffff;
}*/

/**
Animations
**/
#toggle:checked + .hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px;
}
#toggle:checked + .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}
#toggle:checked + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -3px;
}

#toggle:checked + .hamburger + .nav {
  top: 0;
  transform: scale(1);
}



@media (max-width: 480px) {
h1 {
  font-size: 40px;
  font-weight: 900;
  padding-top: 30px;
}

h2 {
  font-size: 13px;
 font-weight: 900;
	padding-top: 10px;
}



p, li, blockquote, label {
  font-size: 13px;
  letter-spacing: 0;
  color: white;
  margin: 0;
  text-align: center;
  font-weight: 400;
}
.logo {
	text-align: center;
	
	margin-top: 10px;
}
.logo img {
	text-align: center;
	width: 150px;
	height: auto;
}
.right_f {
	
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	background-color: #1c345b;
	padding-top: 10px;
	padding-bottom: 10px;
}
nav {
 font-size: 12px;
  font-weight: 900;
 color: #ffffff;
}
}

