.preloader{
	background-color: black;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	background-image: url('../img/preloader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 100;
}

.bg-color{
	background: linear-gradient(to bottom right, #408ec6, #1e2761, #7a2048);
}

.bg-image{
	background-image: url('../img/hero-img-home-2.png');
	background-position: right;
	background-repeat: no-repeat;
	background-size: 50%;
	background-color: rgb(17 24 39);
}

.custom-fs{
	font-size: 58px;
}

.custom-fs-2{
	font-size: 48px;
}

.c-radius{
	border-radius: 25px;
}

.issue h5{
	text-transform: uppercase;
}

.box-design{
	background-color: rgba(0, 0, 0, 0.3);
}

.box-design:hover{
	transition: 0.5s transform;
	transform: scale(1.08);
	border: 1px solid white;
}

.custom-link{
	background-color: white;
	color: black;
	border-radius: 30px;
	padding: 2% 3%;
	text-decoration: none;
}

.custom-link:hover{
	color: black;
}

.footer-bg{
	background-color: #1e2761;
}

.coins-container{
	height:62px; 
	background-color: #1D2330; 
	overflow:hidden; 
	box-sizing: border-box; 
	border: 1px solid #282E3B; 
	border-radius: 4px; 
	text-align: right; 
	line-height:14px; 
	block-size:62px; 
	font-size: 12px; 
	font-feature-settings: normal; 
	text-size-adjust: 100%; 
	box-shadow: inset 0 -20px 0 0 #262B38;
	padding:1px;
	padding: 0px; 
	margin: 0px; 
	width: 100%;
}

.scroll-box{
	height:40px; 
	padding:0px; 
	margin:0px; 
	width: 100%;
}

.box-content{
	color: #626B7F; 
	line-height: 14px; 
	font-weight: 400; 
	font-size: 11px; 
	box-sizing: border-box; 
	padding: 2px 6px; 
	width: 100%; 
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

.box-link{
	font-weight: 500; 
	color: #626B7F; 
	text-decoration:none; 
	font-size:11px
}
