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

.hero-section {
	background-image: url('../../front/img/terms/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 */
.vertical-tabs{
	padding: 0px 60px 60px 60px;
}
.vertical-tabs .nav-tabs {
	flex-direction: column;
	border: none;
	background: linear-gradient(90deg, #207598 0%, #3FB8DE 100%);
}

.vertical-tabs .nav-tabs li a {
	border: none;
	color: #fff;
	width: 100%;
	padding: 20px;
	font-family: 'Space Grotesk';
}

.vertical-tabs .nav-tabs li a.active {
	background: transparent;
	border: none;
	color: #fff;
	width: 100%;
	font-weight: bold;
	padding: 20px;
	font-size: 20px;
}


.vertical-tabs .tab-content {
	padding: 15px;
	max-height: 900px;
	overflow-y: auto;
}

.vertical-tabs h2 {
	color: #fff;
	font-size: 30px;
}

.feat_overlay {
	border-radius: 10px;
}

.tab-content .tab_title {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0px;
	font-family: 'Space Grotesk';
}

.tab-content .tab_content {
	color: #989898;
	font-size: 16px;
	font-weight: 500;
	margin: 20px 0px;
	
}

.tab-content .tab_btn {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 15px 30px;
	background: #000;
	border-radius: 50px;
	font-weight: bold;
}

.tab-pane img {
	width: 100%;
	height: auto;
}

.tab-content .content {
	color: #A6A6A6;
}

.tab-content .splTxt {
	font-size: 20px !important;
}
