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

.hero-section::before {
	background: blue;
	display: block;
	content: '';
	position: absolute;
	height: inherit;
	width: inherit;
}

.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: 40px;
	margin-bottom: 20px;
}

.h1_size span.grad_clr {
	font-size: 30px;
	background: linear-gradient(90deg, #FF1478 50%, #F8922E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

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

.btn-1 {
	background: linear-gradient(138.836deg, #72CFD0 0%, #0D6771 100%);
	border: none;
	padding: 7px ​25px;
	border-radius: 5px;
}

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

.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) {
	.hero-section {
		background-image: none;
		background: linear-gradient(138.836deg, #001e1f 0%, #010a09 100%);
	}
	.sec8 .h2_size{
		color: #000 ;
	}
	.sec8{
		padding: 0px !important;
	}
	.sec8 table{
		display: block;
		overflow-y:auto;
		width: 100%;
	}
	.sec3 .pd-t-0{
		min-height: 100% !important;
		background:#fff !important;
	}
	.sec3 .h2_size{
		color: #000 !important;
	}
	.sec4 .overlay{
		gap:30px;
	}
	.sec7 .left_sec_bg{
		padding: 20px 0px !important;
	}
	.h1_size {
		font-size: 30px;
		text-align: center;
	}

	.content {
		text-align: justify;
	}

	.overlay {
		padding: 20px;
	}
}

/* banner ends */

/* sec2 starts */
.splTxt {
	color: #fff;
	font-family: 'Space Grotesk';
	font-weight: 400;
	font-size: 20px;

}
.sec2 .h2_size{
	color: #000;
}
.sec2 {
	color: #000;
	text-align: center;

}

/* sec2 ends */

/* sec 3 starts */

.sec3 {
	color: #fff;
	box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
} 
.sec3 .h2_size{
	color: #fff;
}
.sec3 .sec_title {
	align-items: center;
	gap: 20px;
	font-size: 20px;
	font-weight: bold;
}
.sec3 .pd-t-0{
	min-height: 700px;
    align-items: center;
    justify-content: center;
    display: flex;;
    background: linear-gradient(138.836deg, #001e1f 0%, #010a09 100%);
}
.scroll_ht{
	max-height: 700px;
	overflow-y: auto;
	overflow-x: hidden;

}
.sec3 .sec_title .head {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
}

.sec3 .overlay_serv {
	min-height: 300px;
	border-width: 4px;
	border-style: solid;
	padding: 20px;
	border: none;
	position: relative;
	background: linear-gradient(138.836deg, #001e1f 0%, #010a09 100%);
}

.sec3 .overlay_serv .head::after {
	background: linear-gradient(138.836deg, #72CFD0 0%, #0D6771 100%);
	content: "";
	height: 35px;
	left: 0px;
	position: absolute;
	top: 25px;
	width: 4px;
}

/* sec 3 ends */

/* sec 4 starts */

.sec4 {
	color: #fff;
	background: linear-gradient(138.836deg, #001e1f 0%, #010a09 100%);
}
.sec4 .h2_size{

text-align: center;
}
.sec4 .overlay {
	background: transparent;
	padding: 0px;
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 5px;
}
.sec4  .custom-card{
	border: 2px solid #3e999f;
	border-radius: 90px;
	margin-bottom: 20px;
}
.sec4 .overlay .sec_title {
	width:30%;
}
.sec4 .overlay .sec_content{
	width: 70%;

}


.sec4 .head {
	font-size: 80px;
	font-weight: bold;
	color: #b4ebef96;
}

.sec4 .content_text {
	font-size: 18px;
	font-weight: 600;
	margin: 0px;
}

.sec4 .sec_title span {
	background: linear-gradient(
138.836deg
, #72CFD0 0%, #0D6771 100%);
	font-weight: bold;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/* sec 4 ends */


/* section 5 starts */
.sec5 {
	color: #fff;
	text-align: center;
	background: linear-gradient(138.836deg, #001e1f 0%, #010a09 100%);

}


.sec5 .content a{
	overflow-wrap: anywhere;
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
	cursor: pointer;
}

/* sec 6 ends */
.sec6 {
	color: #fff;
}
.sec6 .h2_size{
	color: #000;
	text-align: center;
}
.sec6 .card-row {
	display: flex;
	width: 100%;
}

.sec6 .sec_title {
	padding: 10px;
	justify-content: center;
	margin-top: 25px;
	font-weight: bold;
}

.sec6 .card-row .sec_title.bord_bottom {
	border-bottom: 1px solid #D9D9D9;
}

.sec6 .card-row .sec_title.bord_rit_none {
	border-right: none;
}
.sec6 .overlay{
	padding: 20px;
	position: relative;
	min-height: 290px;
	background: linear-gradient(90deg, #1F2022 0%, #2C2926 100%);
	border-radius: 20px
}
.sec6 .overlay img{
	position: absolute;
	margin-top: -65px;
}

/* sec 6 ends */
/* section7 starts */

.sec7 .main-text {
	text-align: center;
	margin-bottom: 30px;
}
.sec7 .left_sec_bg{
    padding: 200px 0px;
}

.sec7 .custom-card {
	background: linear-gradient(90deg, #0d6771 0%, #1b262a 100%) padding-box,
	linear-gradient(138.836deg, rgb(114, 207, 208) 0%, rgb(13, 103, 113) 100%) border-box;
	border-radius: 50px;

	border: 2px solid transparent;

	text-align: center;
	padding: 5px 20px;
	margin: 10px;
	background-color: #2B2B2B;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
}

.sec7 .custom-card img {
	max-width: 50px;
}

.sec7 {
	background: linear-gradient(to right, #0d6771 33%, #227c7d 30%);
}


/* sec 7 ends */


/* sec 9 starts */

.sec9 {
	color: #000;
}
.sec9 .h2_size{
	color: #000;
}
.sec9 .sec_title .head {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;

}

.sec9 ul li .head {
	font-weight: bold;
	font-size: 18px;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	gap: 20px;
	height: 0px;
}

.sec9 ul li {
	list-style: none;
}

.sec9 ul li .head::before {
	content: "";
	background: linear-gradient(138.836deg, rgb(114, 207, 208) 0%, rgb(13, 103, 113) 100%);
	height: 20px;
	width: 20px;
	border-radius: 20px;

}


/* sec 9ends */

/* sec8 starts */
.sec8 table thead{
	background: linear-gradient( 
138.836deg
 , #72CFD0 0%, #0D6771 100%);
    color: #000;
    text-align: center;
	padding: 10px;

}
.sec8 .content_below_cent{
	background: linear-gradient(to right, #0d6771 50%, #227c7d 50%);
	padding-bottom: 20px !important;
	padding-top: 20px !important;
}
.compr_tit{
	background: #ffffffad;
    border-radius: 6px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.compr_rit,.compr_left{
    color: #fff;
    padding: 0px 30px !important;
}
.compr_left{
	text-align: right;
}
.sec8 .h2_size{
	margin-top: 10px;
}
.sec8 table thead th{
	padding: 10px;
	border: 1px solid #ddd;
}
.sec8 table tbody tr{
	background: #1C2021;
}
.sec8 table tbody td{
	padding: 10px;
    color: #fff;
    font-size: 16px;
	border: 1px solid #ddd;
	text-align: center;
}
.sec8 .cent_sec{
	background: #fff;
    max-width: 50px !important;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-weight: bold;
	justify-content: center;
}
.sec8 .decent_sec{
	background: #227c7d;
}

/* sec8 ends */




/* FAQ starts   */
.sec10 {
	color: #fff;
}

.faqTit {
	color: #fff;
	padding: 20px 15px;
	border-radius: 0px;
	font-family: 'Space Grotesk';
	font-size: 22px;
	background: linear-gradient(138.836deg, rgb(114, 207, 208) 0%, rgb(13, 103, 113) 100%);


}

.collapsed .faqTit {
	background: linear-gradient(90deg, #2C3034 0%, #262A2E 100%);
}

.faqTit:before {
	font-weight: 300;
	content: "-";
	font-size: 65px;
	line-height: 0.1;
	color: #fff;
	float: right;
	margin-top: 10px;
}

.panel-group {
	margin-bottom: 20px;
}

.panel-heading a {
	text-decoration: none;
}

.panel-body {
	padding: 15px 25px;
	color: #fff;
}

.panel-body p {
	color: #fff;
	font-family: 'Space Grotesk';
	font-size: 20px;
}

.collapsed .faqTit:before {
	content: "+";

}

/* FAQ ends */
.sec11 .main-text{
	background: linear-gradient(138.836deg, #001e1f 0%, #010a09 100%);
    padding: 20px;
    color: #fff;
	border-radius: 20px;
}
.sec11 .main-text .content{
	font-size: 21px;
    margin-bottom: 0px;
    font-weight: bold;
}

.sec11 .main-text .btn-1{
	background: linear-gradient(
138.836deg
, #227c7d 0%, #0D6771 100%);
font-weight: bold;
}
section ::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #ddd;
}


section ::-webkit-scrollbar
{
	width: 8px;
	background-color: #ddd;
}

section ::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #001e1f;
}