/* CSS Document */

body{
	background:#000;
	font-size:1.1125rem;
	color:#fff;
	position: relative;
	font-family: "Outfit", sans-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:#e73331;
}

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/logo-2.png") no-repeat center center;*/
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	background-size: 50%;
/*	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;
	top:30px;
	bottom:auto;
	width: 90%;
	left: 50%;
  	transform: translateX(-50%);
}

.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;
	bottom:110px;
	left: 50%;
  	transform: translateX(-50%);
	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);
	}
}

@media (min-width: 834px) {
	
	#modal-content {
		width: 50%;
		margin:15% auto;
	}
	
	#open-modal{

		bottom:1rem;

	}
	
	.modal-body{
		padding: 1.5rem;
	}
	
	.social-nav{
		position:absolute;
		bottom:20px;
		left: auto;
		right:2rem;
		top:2rem;
		transform: translateX(0);
		display:block;
	}
	
	.logo-holder{
		top:auto;
		bottom:130px;
		width: 40%;
	}
	
	.home-image img{
		height: 90vh; /* Set image height relative to viewport height */
	}
	
	.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%;
	}
}

