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

.hero-section {
	background-image: url('../../front/img/support/banner.webp');
	background-size: cover;
	color: white;
	padding: 100px 0;
	position: relative;
	min-height: calc(70vh - 100px);
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
}
.grad_txt{
	background: linear-gradient(90deg, #207598 0%, #3FB8DE 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
  }
.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;

}
@media (min-width:767px) {
	.sec2 .insatll_sec{
		display: flex;
		justify-content: space-evenly;
	
	}
}
.sec2 .insatll_sec{
	text-align: left;

}

.sec2 .bord_bott{
	border-bottom: 1px solid #43464F;
    padding-bottom: 20px;
}
.sec2 .bord_left{
	border-left: 1px solid #43464F;
}
.sec2 .head{
	font-size: 20px;
    font-weight: bold;
}

/* sec2 ends */

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

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


/* sec 4 starts */
.sec4 {
	color: #fff;
}

.sec4  {
	background: linear-gradient( 
		230deg
		 , #72cfd045 0%, #0d677117 100%);
	padding: 20px;
	margin-bottom: 20px;
}
.sec4  .content{
margin-bottom: 0px;
font-size: 20px;
text-align: center;
}