/* CSS Document */

body{
	background:#000;
	font-size:1.1125rem;
	color:#fff;
	position: relative;
	font-family: "Orbitron", serif;
}

/*.container{
	max-width:1800px;
}*/

img{
	display: block;
	max-width:100%;
	height:auto;
}

a, #address, button{
	transition: all 0.3s ease-in;
}

a:hover{
	color:#fa5df6;
}

h1,h2,h3,h4,h5, strong{
	font-weight: 700;
}

a{
	color:#fff;
}

.alert-presale{
	background:rgba(249,81,146,1.00);
	
}

.navbar-nav{
	
	font-size:1.5rem;
}

.main-header{
	background:rgba(255,255,255,1.00);
}


.action-button, .btn-buy{
	background:#ff9c00;
	border:3px solid #fff;
	border-radius: 40px;
	color:#fff;
	
	font-size:1rem;
	padding:0.8rem 1.5rem;
}

.join-header{
	
}

.action-button.mobile-button{
	position: fixed;
	bottom:1.5rem;
	width:90%;
	transform: translateX(-50%);
	left:50%;
	background:rgba(255,156,0,0.9);
	padding:0.8rem 0.5rem;
}

.action-button.blue{
	background:#00a3d9;
}

.action-button:hover, .btn-buy:hover{
	background:#fece00;
	border:3px solid #fff;
}

.copy h2{
	
	font-size:4.5rem;
}

.roadmap .copy h3{
	
}

.copy ul{
	padding:0;
	margin-bottom:2rem;
}

.copy ul li{
	padding:0;
	display: block;
	word-break: break-word;
}

.yellow-box{
	/*/*background:#70191f;
	background-image: url("../images/ballz.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;*/
	padding-top: calc(100vw * 0.05);
  padding-bottom: calc(100vw * 0.05);
}

.red-box{
	background: #e30613;
}

.social{
	text-align: center;
}

.social li{
	display: inline-block;
}

.social li a{
	font-size: 3rem;
	color:#fff;
}

.social li a:hover{
	color:#fece00;
}

.social li a.blue-social:hover{
	color:#00a3d9;
}

.how-to-box{
	border-radius: 20px;
	background:#e73331;
	padding:1.5rem;
	height: 100%;
	box-shadow: 0 0 15px 2px #e73331;
}

.how-to-box p{
	margin:0;
}

.how-header, h2,.join-header{
	 text-shadow: 2px 2px #000;
	font-weight: 400;
}

.how-header span{
	font-size:3.5rem;
}



#address, .fa-clipboard{
	cursor: pointer;
}

#address:hover{
	color:#fece00;
}

footer{
	padding-bottom:60px!important;
}

.home{
	background:url("../images/cybermonk.jpg") no-repeat center center;
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	background-size:cover;
/*	padding-top: calc(100vw * 0.05);
  padding-bottom: calc(100vw * 0.05);*/
}

.spacert{
	padding-top: calc(100vw * 0.05);
	padding-bottom: calc(100vw * 0.05);
}



.timer{
	background:#ff9c00;
	border:3px solid #fff;
	border-radius: 10px;
	color:#fff;
	font-size:1.5rem;
	padding:0.8rem 1.5rem;
}

.timer div {
  display: inline-block;
  line-height: 1;
  padding: 10px;
  font-size: 40px;
}


.timer span {
  display: block;
  font-size: 10px;
  color: white;
}


.timer .days {
  font-size: 50px;
  color: #fff;
}

.timer .hours {
  font-size: 50px;
  color: #fff;
}

.timer .minutes {
  font-size: 50px;
  color: #fff;
}

.timer .seconds {
  font-size: 25px;
  color: #fff;
}

.ticker-wrap {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  height: 3.5rem;
  background-color: #000; 
}
.ticker {
  display: inline-block;
  margin-top: 5px;
  animation: marquee 50s linear infinite;
	animation-direction: reverse;
}
.item-collection-1 {
  position: relative;
  left: 0%;
  animation: swap 50s linear infinite;
	animation-direction: reverse;
}

.item {
  display: inline-block;
  padding: 0 1rem;
  font-size: 2rem;
  color: #2f4463;   
  font-weight: 700;
  font-family: sans-serif;
}

.how-to-image{
	max-width:20%;
}

.nomics-image{
	max-width:50%;
	margin:0 auto;
}

#clickToCopy{
	cursor: pointer;
}

.navbar-toggler{
	background:#e30613;
	color:#fff;
	border:5px solid #e30613;
	border-radius: 40px;
  	padding: 0.6rem 1rem;
}

.logo-holder{
	display: block;
	position: absolute;
	z-index: 10;
	bottom:160px;
	left: 50px;
	text-align: left;
}

.logo-holder h1{
	font-size: calc(2rem + .6vw);
}

.logo-holder p{
	font-size:60%;
}

.shadow {
  -webkit-filter: drop-shadow( 0px 0px 10px rgba(0, 0, 0, .7));
  filter: drop-shadow( 0px 0px 10px rgba(0, 0, 0, .7));
  /* Similar syntax to box-shadow */
}

.mobile-logo{
	max-width:120px;
}

.home-image img{
  width: auto;  /* Maintain aspect ratio */
	margin: 0 auto;
}

.main-image{
/*	animation: fadeInAnimation ease 3s, float 4s ease-in-out infinite;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;*/
	
}

.logo-holder{
	opacity: 0;
	animation: fadeInAnimation ease 2s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 1s;
}

.quote{
	font-size:1.3rem;
}

.social-nav{
	position:absolute;
	right:2rem;
	top:2rem;
	display:block;
	opacity: 0;
	animation: fadeInAnimation ease 2s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 1s;
	padding:0;
}

.social-nav li{
	display:inline-block;
	padding:0 0.5rem;
}

.social-nav li a{
	font-size:2rem;
}

/* Modal styles */
#modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content{
	background:transparent;
}


.close-button{
	position: absolute;
	right: 0.5rem;
	color: #fff;
	background: transparent;
	border: none !important;
	top: 0.3rem;
}

.modal-body{
	border-radius: 20px;
	background: rgba(66,97,141,0.6);
	padding: 1rem;
	box-shadow: 0 0 15px 2px rgba(66,97,141,0.9);
}

#submit-question{
	background: rgba(255,255,255,0.2);
	color:#fff;
	padding:0.5rem 1rem;
	border-radius: 1rem;
	border:2px solid #fff;
	font-size:1.4rem;
	font-weight: 600;
}

#open-modal{
	background: rgba(255,255,255,0.2);
	color:#fff;
	padding:0.5rem 1rem;
	border-radius: 1rem;
	border:2px solid #fff;
	font-size:1.4rem;
	font-weight: 600;
	position: absolute;
	bottom:160px;
	left:50%;
	transform: translateX(-50%);
	opacity: 0;
	animation: fadeInAnimation ease 2s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 1s;
	transition: all 0.3s ease-in;
	width: 210px;
	text-align: center;
}

#open-modal:hover, #submit-question:hover{
	background: rgba(66,97,141,1);
}

/*#submit-question:hover{
	background: rgba(255,255,255,0.2);
}*/

.hide-button{
	opacity: 0!important;
	transition: all 0.3s ease-in;
}

#close {
	color: rgba(255,255,255, 1);
	float: right;
	font-size: 28px;
	font-weight: bold;
}

#close:hover,
#close:focus {
	color: rgba(255,255,255, 0.85);
	text-decoration: none;
	cursor: pointer;
}

.h3, h3 {
  font-size: calc(1rem + .6vw);
}

#question{
	width:100%;
	padding:1rem;
	margin-bottom:1rem;
	border-radius: 1rem;
	border:3px solid #fff;
	background:rgba(255,255,255,0.5);
	text-align: center;
}

#answer{
	margin-top: 20px; 
	color: #fff;
	display:none;
}

.how-to-box a:hover{
	color:rgba(255,255,255, 0.5);
}

/* Transition */
@keyframes marquee {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
}

@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}



@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes float{
	0% {
	  transform: translateY(0);
	}
	50% {
	  transform: translateY(-7px);
	}
	100% {
	  transform: translateY(0);
	}
}

.glitch {
  position: relative;
  color: #fff;
  font-size: 4em;
  animation: glitch-skew 4s infinite linear alternate-reverse;
}
.glitch::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -2px 0 #ff00c1;
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim 8s infinite linear alternate-reverse;
}
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -2px;
  text-shadow: -2px 0 #ff00c1, 2px 2px #ff00c1;
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim2 8s infinite linear alternate-reverse;
}

@keyframes glitch-anim {
  0% {
    clip: rect(23px, 9999px, 9px, 0);
    transform: skew(0.6deg);
  }
  5% {
    clip: rect(23px, 9999px, 37px, 0);
    transform: skew(0.12deg);
  }
  10% {
    clip: rect(44px, 9999px, 12px, 0);
    transform: skew(0.04deg);
  }
  15% {
    clip: rect(21px, 9999px, 72px, 0);
    transform: skew(0.7deg);
  }
  20% {
    clip: rect(35px, 9999px, 10px, 0);
    transform: skew(0.05deg);
  }
  25% {
    clip: rect(84px, 9999px, 97px, 0);
    transform: skew(0.55deg);
  }
  30% {
    clip: rect(48px, 9999px, 27px, 0);
    transform: skew(0.24deg);
  }
  35% {
    clip: rect(91px, 9999px, 77px, 0);
    transform: skew(0.54deg);
  }
  40% {
    clip: rect(54px, 9999px, 55px, 0);
    transform: skew(0.24deg);
  }
  45% {
    clip: rect(52px, 9999px, 74px, 0);
    transform: skew(0.7deg);
  }
  50% {
    clip: rect(98px, 9999px, 90px, 0);
    transform: skew(0.93deg);
  }
  55% {
    clip: rect(56px, 9999px, 35px, 0);
    transform: skew(0.55deg);
  }
  60% {
    clip: rect(6px, 9999px, 99px, 0);
    transform: skew(0.31deg);
  }
  65% {
    clip: rect(63px, 9999px, 15px, 0);
    transform: skew(0.2deg);
  }
  70% {
    clip: rect(15px, 9999px, 8px, 0);
    transform: skew(0.08deg);
  }
  75% {
    clip: rect(31px, 9999px, 39px, 0);
    transform: skew(0.25deg);
  }
  80% {
    clip: rect(93px, 9999px, 91px, 0);
    transform: skew(0.16deg);
  }
  85% {
    clip: rect(83px, 9999px, 9px, 0);
    transform: skew(0.94deg);
  }
  90% {
    clip: rect(97px, 9999px, 45px, 0);
    transform: skew(0.8deg);
  }
  95% {
    clip: rect(92px, 9999px, 53px, 0);
    transform: skew(0.7deg);
  }
}
@keyframes glitch-anim2 {
  0% {
    clip: rect(66px, 9999px, 60px, 0);
    transform: skew(0.81deg);
  }
  5% {
    clip: rect(55px, 9999px, 94px, 0);
    transform: skew(0.79deg);
  }
  10% {
    clip: rect(96px, 9999px, 62px, 0);
    transform: skew(0.09deg);
  }
  15% {
    clip: rect(47px, 9999px, 84px, 0);
    transform: skew(0.14deg);
  }
  20% {
    clip: rect(18px, 9999px, 33px, 0);
    transform: skew(0.08deg);
  }
  25% {
    clip: rect(89px, 9999px, 41px, 0);
    transform: skew(0.57deg);
  }
  30% {
    clip: rect(98px, 9999px, 9px, 0);
    transform: skew(0.13deg);
  }
  35% {
    clip: rect(99px, 9999px, 23px, 0);
    transform: skew(0.3deg);
  }
  40% {
    clip: rect(53px, 9999px, 85px, 0);
    transform: skew(0.89deg);
  }
  45% {
    clip: rect(4px, 9999px, 37px, 0);
    transform: skew(0.63deg);
  }
  50% {
    clip: rect(19px, 9999px, 59px, 0);
    transform: skew(0.26deg);
  }
  55% {
    clip: rect(86px, 9999px, 92px, 0);
    transform: skew(0.38deg);
  }
  60% {
    clip: rect(12px, 9999px, 61px, 0);
    transform: skew(0.94deg);
  }
  65% {
    clip: rect(92px, 9999px, 8px, 0);
    transform: skew(0.1deg);
  }
  70% {
    clip: rect(35px, 9999px, 46px, 0);
    transform: skew(0.45deg);
  }
  75% {
    clip: rect(9px, 9999px, 57px, 0);
    transform: skew(0.27deg);
  }
  80% {
    clip: rect(71px, 9999px, 89px, 0);
    transform: skew(0.77deg);
  }
  85% {
    clip: rect(25px, 9999px, 15px, 0);
    transform: skew(0.61deg);
  }
  90% {
    clip: rect(46px, 9999px, 22px, 0);
    transform: skew(0.41deg);
  }
  95% {
    clip: rect(87px, 9999px, 10px, 0);
    transform: skew(0.82deg);
  }
}
@keyframes glitch-skew {
  0% {
    transform: skew(-4deg);
  }
  10% {
    transform: skew(1deg);
  }
  20% {
    transform: skew(-1deg);
  }
  30% {
    transform: skew(0deg);
  }
  40% {
    transform: skew(5deg);
  }
  50% {
    transform: skew(0deg);
  }
  60% {
    transform: skew(1deg);
  }
  70% {
    transform: skew(-1deg);
  }
  80% {
    transform: skew(-4deg);
  }
  90% {
    transform: skew(-4deg);
  }
}

@media (min-width: 834px) {
	
	.logo-holder{
		bottom:100px;
		left: 100px;
	}

	.logo-holder h1{
		font-size: calc(3rem + .6vw);
	}

	.logo-holder p{
		font-size:70%;
	}

	
	#modal-content {
		width: 50%;
		margin:15% auto;
	}
	
	#open-modal{

		bottom:1rem;

	}
	
	.modal-body{
		padding: 1.5rem;
	}
	
	
	
	.desk-button{
		display: inline-block;
	}
	
	.mobile-button{
		display: none;
	}
	
	.timer div {
	  padding: 10px;
	}
	
	.action-button, .btn-buy{
		font-size:1.5rem;
		padding:0.8rem 1.5rem;
	}
	
	.how-to-image, .nomics-image{
		max-width:100%;
	}
}

