@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

html, body{
	background: rgb(66,28,125);
	background: linear-gradient(180deg, rgba(66,28,125,1) 0%, rgba(45,18,84,1) 100%);
	/*font-family: "DM Sans", sans-serif;*/
	font-family: "Abel", sans-serif !important;
}
#section1{
	background: rgb(66,28,125);
	background-image: url("../images/background.png") bottom;
	height: 100vh;
}
.section-content{
/*border:1px solid #F00;*/
  width:80%;
  margin:0 auto;
  text-align:center;
}
.mainhead{
	font-family: "Orbitron", sans-serif;
	font-size:10vw;
	color: #fff;
	line-height: 80%;
	font-weight: 700;
	text-transform: uppercase;
}
.secondaryhead{
	font-family: "Orbitron", sans-serif;
	font-size:3vw;
	color: #fff;
	line-height: 80%;
	font-weight: 700;
	text-transform: uppercase;
}
.subhead{
	font-family: "Orbitron", sans-serif;
	font-size:0.8vw;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 100%;
}
.copyright{
	font-size: 11px;
	color: #fff;
	position: fixed !important;
	bottom: 15px;
	left: 15px;
	z-index: 999;
	letter-spacing: 1px;
	opacity: 0.4;
	text-transform: uppercase;
}
.loginbtn{
	border: 2px solid #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 15px;
	color: #fff;
	font-family: "Orbitron", sans-serif;
	z-index: 999;
	width: 100px;
	cursor: pointer;
}

.loginbtn:hover{
	color: #fff;
}
.discover{
	position: absolute;
	z-index: 999999;
	top: 35%;
	left: 0;
	right: 0;
}





#fullpage{
	position:relative;
}
.header{
	position: fixed;
	z-index: 999;
}
.logo{
	width: 180px;
}
.para{
	width: 50%;
	left: 15px;
	text-transform: uppercase;
	text-align: left;
}
.runningtxt{
	text-transform: uppercase;
}
p{
	color: #fff;
}
.particles-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0
}
#canvas-container{
	position: absolute;
	top: 0;
	right: -20%;
}
.webgl{
	position: absolute;
	z-index: 1;
}
.deposit{
	height: 300px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: -1 !important;
}
.modal-dialog{
	top: 25%;
}
.modal-body{
	padding: 50px 50px 100px 50px !important;
}
.modal-content{
	background: #8f1bc5 !important;
	color: #fff;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}













h1{
  margin:0;
  color:#333;
}
h1 i.fa{
font-size:3em;
color:#FFF;
transition:all 0.3s ease-in-out;
}
i.fa:hover{
color:#f00;
cursor:pointer;
transform:scale(1.2) rotate(10deg);
}  
#section2{
background: rgb(66,28,125);
background: linear-gradient(180deg, rgba(66,28,125,1) 0%, rgba(45,18,84,1) 100%);
text-transform: uppercase;
}
#section3{
	/*background: linear-gradient(180deg, rgba(66,28,125,1) 0%, rgba(45,18,84,1) 100%);*/
}
#section3 p{
	width: 50vw;
	text-align: center;
	margin: auto;
}
.slide{
background-size:cover;
  background-position:center;
}  
#slide1{
	overflow: hidden;
}  
#section4{
background: rgb(66,28,125);
background: linear-gradient(180deg, rgba(66,28,125,1) 0%, rgba(45,18,84,1) 100%);
}
#fp-nav ul li a span {
  background-color: #c952f1;
}

.fp-slidesNav ul li a span {
  background-color: #fff;
}
#canvas-wrapper {
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;   
	background: linear-gradient(180deg, rgba(66,28,125,1) 0%, rgba(45,18,84,1) 100%);
	height: 100%;
}

#canvas-grid-cells,
#canvas-grid-lines {
    display: block;
    position: absolute;
}

.text {
  background-color: transparent;
  color: #00CCCC;
  font-family: monospace;
  margin: .25rem;
}

.text:last-child {
	margin-top: 1rem;
}

.text.caret::after {
  animation: blink-caret 1s step-end infinite;
  color: inherit;
  content: '_';
  font-weight: 900;
}

#tsparticles{
	opacity: 0.5;
	height: 100vh;
}

@keyframes blink-caret {
    from, to {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}
.floatie {
  width: 400px;
  height: 400px;
  border-radius: 200px;
  background: radial-gradient(at center, #ba63d7, #64176c);
  position: absolute;
  filter: blur(30px);
  opacity: 0.5;
  mix-blend-mode: color-dodge;
   
}
.floatie:nth-of-type(1) {
  top: 10%;
  left: 5%;
  animation: 20s makeEmFloat1 infinite ease-in-out;
}
@keyframes makeEmFloat1 {
  25% {
    transform: translate(20%, -20%);
  }
  50% {
    transform: translate(-20%, 20%);
  }
  75% {
    transform: translate(-20%, -20%);
  }
}
.floatie:nth-of-type(2) {
  top: 20%;
  right: 5%;
  animation: 10s makeEmFloat2 infinite ease-in-out;
}
@keyframes makeEmFloat2 {
  25% {
    transform: translate(10%, -40%);
  }
  50% {
    transform: translate(-40%, 10%);
  }
  75% {
    transform: translate(-30%, 30%);
  }
}
.floatie:nth-of-type(3) {
  bottom: 20%;
  left: 25%;
  animation: 16s makeEmFloat3 infinite ease-in-out;
}
@keyframes makeEmFloat3 {
  25% {
    transform: translate(60%, 10%);
  }
  50% {
    transform: translate(-20%, -20%);
  }
  75% {
    transform: translate(20%, -33%);
  }
}
.floatie:nth-of-type(4) {
  bottom: 5%;
  right: 25%;
  animation: 15s makeEmFloat4 infinite ease-in-out;
}
@keyframes makeEmFloat4 {
  25% {
    transform: translate(60%, -60%);
  }
  50% {
    transform: translate(0%, 13%);
  }
  75% {
    transform: translate(-32%, -10%);
  }
}
.floatie:nth-of-type(5) {
  top: 25%;
  right: 33%;
  animation: 25s makeEmFloat5 infinite ease-in-out;
}
@keyframes makeEmFloat5 {
  25% {
    transform: translate(30%, -33%);
  }
  50% {
    transform: translate(-10%, 20%);
  }
  75% {
    transform: translate(-15%, -30%);
  }
}




@media only screen and (min-width:320px) and (max-width:932px) {
	
	#canvas-container{
		left:0 !important;
		right: 20% !important;
		width: 100%;
	}
	
	.discover{
		position: absolute;
		z-index: 0;
		top: 20%;
		bottom: 0;
}
	.para{
		width: 80%
	}
	.subhead{
	font-family: "Orbitron", sans-serif;
	font-size:3vw;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 120%;
}
.mainhead{
	font-family: "Orbitron", sans-serif;
	font-size:12vw;
	color: #fff;
	line-height: 80%;
	font-weight: 700;
	text-transform: uppercase;
}
.secondaryhead{
	font-family: "Orbitron", sans-serif;
	font-size:7vw;
	color: #fff;
	line-height: 90%;
	font-weight: 700;
	text-transform: uppercase;
}
#section3 p {
    width: 100%;
    text-align: center;
    margin: auto;
}
.runningtxt{
    padding:0px 20px;
}
}
}
