/* banner starts */
body {
	background: #18191D;
}

.hero-section {
	background-image: url('../../front/img/privacy/banner.webp');
	background-size: cover;
	color: white;
	padding: 100px 0;
	position: relative;
	min-height: calc(80vh - 100px);
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
}

.overlay {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 4%);
	padding: 60px;
}


.hero-section .container {
	position: relative;
	z-index: 1;
}

.h1_size {
	font-size: 50px;
	margin-bottom: 20px;
}

.h1_size span.grad_clr {
	font-size: 50px;
	background: linear-gradient(90deg, #207598 0%, #3FB8DE 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}

.h2_size {
	font-size: 40px;
	margin-bottom: 20px;
	color: #fff;

}

.h2_size span {
	font-weight: 400;
	color: #AFAFB0;
	font-size: 23px;
}

.btn-1 {
	background: linear-gradient(90deg, #207598 0%, #3FB8DE 100%);


	border: none;
	padding: 7px ​25px;
}

.btn-2 {
	background: transparent;
	border: 1px solid #fff;
	padding: 7px ​25px;

}

.bold {
	font-weight: bold;

}

.content {
	font-size: 14px;
}

.hero-section .btn {
	margin: 5px;
}

.tokenLi {
	list-style: none;
	margin: 0px;
	padding: 0px;
	gap: 20px;
	display: inline-flex;
}

.tokenLi li {
	display: inline-flex;
	gap: 10px;
}

@media (max-width: 767px) {
	.sec3 {
		padding: 20px !important;
	}

	.sec3 .background {
		display: none !important;
	}

	.sec5 .custom-card {
		text-align: center !important;
	}

	.hero-section {
		background-image: none;
		min-height: 20vh;
	}

	.h1_size {
		font-size: 30px;
		text-align: center;
	}

	.content {
		text-align: justify;
	}

	.overlay {
		padding: 20px;
	}
}

/* banner ends */

/* sec2 starts */
.splTxt {
	color: #0A95C2 !important;
	font-family: 'Space Grotesk';
	font-weight: 700;
	font-size: 40px !important;
}

.sec2 {
	color: #fff;
	text-align: center;
	background: #111215;

}

/* sec2 ends */

/* sec 3 starts */
.sec3 {
	color: #fff;
}

.sec3 .splTxt {
	color: #0A95C2 !important;
	font-size: 20px !important;
}