.section5{
	margin-top: 5%;
	width: 100%;
	height: 100%;
background: 
        linear-gradient(rgba(23, 24, 22, 0.7), rgba(23, 24, 22, 0.7)),
        url('../images/tradingGif.gif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.section5-card{
	/* From https://css.glass */
background: rgba(0, 0, 0, 0.3);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.05);
width: 80%;
height: auto;
margin-left: 10%;
}

.section5 h1{
	font-size: 45px;
	text-align: center;
	color: white;
	margin-top: 5%;
	width: 60%;
	margin-left: 20%;
}

.section5 p{
	text-align: center;
	color: white;
	padding-top: 1%;
	padding-bottom: 2%;
	margin: auto;
	width: 90%;
	font-size: 18px;
	line-height: 40px;
}
	
.section5-upper-blank{
	width: 100%;
	height: 100px;
}

.section5-btn{
width: 20%;
height: 50px;
background-color: #2386c9;
border-radius: 20px;
margin-left: 40%;
}

.section5-btn a{
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: white;
font-weight: 600;
font-size: 20px;
}

.section5-btn-blank{
	width: 100%;
	height: 60px;
}

.section5-end-blank{
	width: 100%;
	height: 80px;
}


.counter-cont{
	display: grid;
  	grid-template-columns: repeat(4, 1fr);
  	width: 80%;
  	margin-top: 1%;
  	margin-left: 10%;
  	gap:20px;
}

.counter-card{
	width: 100%;
	height: 100%;
	
}

.counter-card h4{
	text-align: center;
	font-size: 40px;
	margin-top: 8%;
	font-weight: 900;
	color: #2386c9;
	font-family: sans-serif;
}


.counter-card h5{
	text-align: center;
	font-size: 20px;
	margin-top: 1%;
}

#border-section{
	border-right: 2px solid #626262;
}