/* banner starts */


.hero-section {
	background-image: url('../../front/img/p2p/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;
}

.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) {
	.hero-section {
		background-image: none;
		text-align: center;
		background: #3b969c;
	}
.sec5 .pd-0-tab{
	height: unset !important;
	background: none !important;
}
.sec5 .h2_size{
	color: #000 !important;
	margin-top: 50px;
}
	.sec7 .card-row{
		display: block !important;
	}
	.sec7 .card-row .sec_title.bord_bottom,.sec7 .card-row .sec_title{
		border: none  !important;
	}
	.h1_size {
		font-size: 30px;
		text-align: center;
	}

	.content {
		text-align: justify;
	}

	.overlay {
		padding: 20px;
	}
	.sec6 .overlay .sec_title{
		width: 30%  !important;
	}
	.sec6 .overlay .sec_content {
		width: 70% !important;
	}
	.sec6 .head{
		font-size: 50px !important;
	}
}

/* banner ends */

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

}

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

}
.sec2 .h2_size {
	color: #000;

}
/* sec2 ends */

.sec3 {
	color: #fff;
	background: linear-gradient(
138.836deg
, #72CFD0 0%, #0D6771 100%);
}

.sec3 .sec_title {
	align-items: center;
	gap: 20px;
	font-size: 20px;
	font-weight: bold;
	display: inline-flex;
}

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


.sec3 .custom-card{
	border: 2px solid #fff;
    padding: 10px;
    border-radius: 10px;
	min-height: 450px;
}

/* sec 3 ends */


/* sec 4 starts */

.sec4 {
	color: #fff;
}

.sec4 .sec_title {
	align-items: center;
	gap: 20px;
	font-size: 20px;
	font-weight: bold;
}

.sec4 .sec_title .head {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
}
.sec4 .h2_size{
	color: #000;
}
.sec4 .overlay_serv {
	min-height: 350px;
	border-width: 4px;
	border-style: solid;
	padding: 20px;
	border: none;
	position: relative;
	background: linear-gradient(
138.836deg
, #72CFD0 0%, #0D6771 100%);
}

.sec4 .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 4 ends */


/* sec 5 starts */

.sec5{
	box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    color: #000;
}
.sec5 .pd-0-tab{
	background: linear-gradient(
		138.836deg
		, #72CFD0 0%, #0D6771 100%);
		height: 700px;
		display: flex;
		align-items: center;
}
.sec5 .h2_size{
    color: #fff;
	position: relative;
}
.sec5 .h2_size::before {
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    background: linear-gradient(to right, #207598 , #3FB8DE);
    border-radius: 50px;
    opacity: 0.5;
    top: -18px;
    margin-left: -15px;
}
.sec5 .rittext{
    position: relative;
    background: transparent;
    padding: 5px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    max-height: 500px;
    overflow: auto;
    border: 1px solid #3e999f;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}
.sec5 .rittext .tab_title{
    font-weight: bold;
    font-size: 20px;
}
.sec5 .rittext::before{
    content: "";
    border-left: 5px solid;
    position: absolute;
    color: #3e999f;
    height: 100%;
    left: 0px;
    top: 0%;
}
.sec5 .tab-content {
    height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
	padding: 20px;
}
/* sec 5 ends */



/* section 5 starts */
.sec6 ,.sec6 .h2_size{
	color: #000;
	text-align: center;

}

.sec6 .overlay {
	background: transparent;
	padding: 0px;
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 20px;
}
.sec6  .custom-card{
	border: 2px solid #3e999f;
	border-radius: 10px;
	margin-bottom: 20px;
}
.sec6 .overlay .sec_title {
	width: 50%;
}
.sec6 .overlay .sec_content{
	width: 50%;

}
.sec6 .overlay .sec_content img{

	filter:hue-rotate( 
314deg
 )
}

.sec6 .head {
	font-size: 100px;
	font-weight: bold;
	color: #b4ebef96;
}

.sec6 .content_text {
	font-size: 18px;
	font-weight: 600;
}

.sec6 .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 6 ends */

/* sec 6 ends */


/* sec 6 ends */
.sec7,.sec7 .h2_size {
	text-align: center;
	color: #000;

}
.sec7{
	box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);

}
.sec7 img {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.sec7 .card-row {
	display: flex;
	width: 100%;
}

.sec7 .card-row .sec_title {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-basis: 0;
	flex-shrink: 0;
	border-right: 1px solid #096e6d;
	padding: 10px;
	height: 200px;
	justify-content: center;
}

.sec7 .card-row .sec_title.bord_bottom {
	border-bottom: 1px solid #096e6d;

}

.sec7 .card-row .sec_title.bord_rit_none {
	border-right: none;

}

/* sec 7 ends */

.sec8,.sec8 .h2_size {
	color: #000;
}
.sec8 .custom-card{
	border: 2px solid #096a7a;
    border-radius: 20px;
}
.sec8 .head{
	font-weight: bold;
}
.sec8 .card-row {
	display: flex;
	width: 100%;
}

.sec8 .card-row .sec_title {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-basis: 0;
	flex-shrink: 0;
	border-right: 1px solid #D9D9D9;
	padding: 10px;
	height: 150px;
	justify-content: center;
}

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

}

.sec8 .card-row .sec_title.bord_rit_none {
	border-right: none;

}
.sec8 .overlay_serv{
	padding: 20px;
	min-height: 300px;
}


/* sec 9 starts */

.sec9,.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 */


/* 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 */
section ::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #ddd;
}


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

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