/* banner starts */
body {
	background: #fff;
}

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

}
.sec3 .h2_size{
	color: #000;
}
.btn-1 {
	background: linear-gradient(
		138.836deg
		, #392EB1 0%, #16096D 100%);
	border: none;
	padding: 7px ​25px;
	border-radius: 6px;
}

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


}

.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 !important;
		background: linear-gradient(   90deg   , #070f45, #1f1d39);

	}
	.vertical-tabs .pd-0-tab{
		padding: 50px !important;
		min-height: unset !important;
	}
	.sec8 .pd-0-tab{
		background: #ebe8f0 !important;
	}
	.sec7{
		padding: 50px 0px !important;
	}
	.sec8 .h2_size{
		color: #000 !important;
	}
	.sec8 .pd-0-tab{
		padding: 50px !important;
	}
	.h1_size {
		font-size: 30px;
		text-align: center !important;
	}

	.content {
		text-align: justify !important;
	}

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

.sec7 {
	color: #fff;
}
.sec7 .rit_div{
	max-height: 700px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.sec7 .main-text{
	padding: 0px 50px;
}
.sec7 .sec_title {
	align-items: center;
	gap: 20px;
	font-size: 20px;
	font-weight: bold;
}

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

.sec7 .overlay_serv {
	min-height: 300px;
	border-width: 4px;
	border-style: solid;
	padding: 20px;
	border: 1px solid #d2cce0;
	position: relative;
	background: #201E25;
	border-radius: 20px;

}
.sec7 .overlay_serv img {

position: absolute;
    top: -37px;
    width: 60px;
    height: 60px;
}

.sec3 {
	color: #000;

}

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

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

.sec3 .overlay_serv {
	min-height: 315px;
	border-width: 4px;
	border-style: solid;
	padding: 20px 10px;
	border: 2px solid #1f1d39;
	position: relative;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);

}
.sec3 .overlay_serv img {

position: absolute;
    top: -37px;
    width: 60px;
    height: 60px;
}

/* sec 3 ends */

/* sec 4 starts */

.sec4 {
	color: #000;
}
.sec4 .h2_size{
	color: #000;
}
.sec4 .sec_title {
	align-items: center;
	gap: 20px;
	font-size: 20px;
	font-weight: bold;
	display: inline-flex;
}

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

.sec4 ul li {
	list-style: none;
	position: relative;
	line-height: 4;
}

.sec4 ul li::before {
	content: "✓";
	position: absolute;
	left: -38px;
	background: linear-gradient(
		138.836deg
		, #392EB1 0%, #16096D 100%);
	height: 25px;
	width: 25px;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 20px;
	font-size: 25px;
	color: #fff;
}

/* sec 4 ends */


/* section 5 starts */ 
.sec5 {
	color: #000;
	text-align: center;
	background: #fff;
	font-weight: bold;
}
.sec5 .h2_size{
	color: #000;
}
.sec5 .overlay {
	background: transparent;
	padding: 0px;
}

.sec5 .head {
	font-size: 50px;
	font-weight: bold;
	color: #d3d3d347;
}

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

.sec5 .sec_title span {
	color: #C92A75;
	font-weight: bold;
}

/* sec 6 ends */
.sec6 {
	color: #000;
}
.sec6 .h2_size{
	color: #000;
}
.sec6 .head{
	font-weight: bold;
	margin-top: 20px;
}
.sec6 .card-row {
	display: flex;
	width: 100%;
}

.sec6 .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;
}

.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;
	min-height: 370px;
	border: 2px solid #070f45;
	border-radius: 20px;
}

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

.sec7 {
    color: #fff;
	background: linear-gradient( 
90deg
 , #070f45, #03042a);
}
.sec7 .sec_title{
    align-items: center;
    gap: 20px;
    font-size: 20px;
    font-weight: bold;
}
.sec7 .sec_title::before{
	content: "";
    position: absolute;
    border: 4px solid #392EB1;
    top: 18px;
    left: -4px;
    height: 15%;
}
.sec7 .sec_title .head{
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
}
.sec7 .overlay_serv{
    min-height: 320px;
    border-radius: 10px;
    background: transparent;
}
.sec7 .overlay{
    padding: 10px 20px;
}


/* 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(
		0deg
		, #392EB1 0%, #16096D 100%);
	height: 20px;
	width: 20px;
	border-radius: 20px;

}


/* sec 9ends */

.vertical-tabs{
    border: none;
	box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
	background: #ebeaed70;
}

.vertical-tabs .pd-0-tab{
	background: linear-gradient(   90deg   , #070f45, #1f1d39);
	box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
	min-height: 500px;
}
.vertical-tabs p{
    color: #fff;
}
.vertical-tabs .nav-tabs {
    border: none;
    border-radius: 50px;
	width: 300px;
    padding: 8px;
	display: block;
}
.vertical-tabs .nav-tabs li{
	margin-bottom: 20px;
}

.vertical-tabs .nav-tabs li a {
    color: #000;
    width: 100%;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    width: 100% !important;
    gap: 30px;
	font-size: 18px;
	background: #fff;
}
.vertical-tabs .nav-tabs li a p{
    margin-bottom: 0px;
	color: #000;
}
.vertical-tabs .nav-tabs li a .content{
    font-weight: 300;
}
.vertical-tabs .nav-tabs li a img{
    width: 50px;
    height: 50px;
}

.vertical-tabs .nav-tabs li a.active {
    background: #170a70;
    border: 2px solid;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    width: 100% !important;
    gap: 30px;
	font-size: 18px;
}
.vertical-tabs .nav-tabs li a.active p{
	color: #fff;
}
.vertical-tabs .verti_sec{
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
.vertical-tabs h2 {
    margin-bottom: 40px;
}
.tab-content .tab_title {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0px;
    font-family: 'Space Grotesk';
}

.tab-content .tab_content {
    color: #000;
    font-size: 14px;
    margin: 0px 0px;
}

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


.tab-pane {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.pd-0-tab{
    padding: 50px;
}
.tab-pane .rittext {
	z-index: 1;
	min-height: 80px;
	text-align: center;
}
#myTabContent{
	max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}


/* 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: #F5F5F5;
}

section ::-webkit-scrollbar
{
	width: 0px;
	background-color: #F5F5F5;
}

section ::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px #fff;
	background-color: transparent;
}
.sec8 .pd-0-tab{
    padding: 200px 20px;
	background: linear-gradient(
		0deg
		, #392EB1 0%, #16096D 100%);
}
.sec8 .rit_txt_div{
	box-shadow: 0 3px 6px rgb(220 177 177 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    background: #d1cade70;
}
.sec8 .rittext{
    position: relative;
}
.sec8 .rittext::before{
    content: "";
    border-left: 4px solid;
    position: absolute;
    color: #16096D;
    height: 30%;
    left: 0px;
    top: 15%;
}
.sec8 .tab-pane .rittext {
    background: transparent;
    padding: 5px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    max-height: 500px;
    overflow: auto;
    border: 2px solid #16096D;
}
/* FAQ ends */
section ::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #ebeaed70;
}


section ::-webkit-scrollbar
{
	width: 10px;
	background-color: #ebeaed70;
}

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

.sec7 ::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #070f45;
}


.sec7 ::-webkit-scrollbar
{
	width: 10px;
	background-color: #070f45;
}

.sec7 ::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: transparent;
}