/* banner starts */

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

.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(90deg, #FF1478 0%, #F8922E 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: linear-gradient(90deg, #092b71 0%, #0d48be 100%);
	}
	.sec3 .pd-0-tab{
		min-height: 100px !important;
		background: none !important;
	}
	.sec3 .h2_size{
		color: #000 !important;
	}
	.h1_size {
		font-size: 30px;
		text-align: center;
	}
	.h2_size{
		text-align: center !important;

	}

	.content {
		text-align: justify;
	}

	.overlay {
		padding: 20px;
	}
	.sec6 .card-row{
		display: block !important;
	}
	.sec6 .card-row .sec_title{
		border: none !important;
	}
}

/* banner ends */

/* sec2 starts */
.splTxt {
	color: #0A95C2;
	font-family: 'Space Grotesk';
	font-weight: 700;

}

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

}
.sec2 .h2_size {
	color: #000;

}
/* sec2 ends */

.sec3{
	box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    color: #000;
    background: rgba(255, 255, 255, 4%);
}

.sec3 .h2_size{
    color: #fff;
	position: relative;

}
.sec3 .h2_size::before{
	content: "";
    position: absolute;
    height: 100px;
    width: 100px;
    background: linear-gradient(90deg, #FF1478 0%, #F8922E 100%);
    border-radius: 50px;
    opacity: 0.5;
    top: -29px;
    left: -14px;
}
.sec3 .rittext{
	position: relative;
    background: transparent;
    padding: 5px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    
    border: 1px solid #ddd;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}
.sec3 .rittext .tab_title{
    font-weight: bold;
    font-size: 20px;
}
.sec3 .rittext::before{
    content: "";
    position: absolute;
    color: #207598;
    height: 100%;
    left: 0px;
    top: 0%;
}
.sec3 .left_sec{
	max-height: 700px;
	overflow-y: auto;
	
}
.sec3 .pd-0-tab{
	background: linear-gradient(90deg, #092b71 0%, #0d48be 100%);
	min-height: 700px;
	align-items: center;
    justify-content: center;
    display: flex;
	
}

/* 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 .overlay_serv {
	min-height: 370px;
	border-style: solid;
	border: 2px solid #092b71;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}

/* sec 4 ends */


/* section 5 starts */
.sec5{
	box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    color: #fff;
    background: linear-gradient(90deg, #092b71 0%, #0d48be 100%);
}

.sec5 .h2_size{
    color: #fff;
	position: relative;

}
.sec5 .h2_size::before{
	content: "";
    position: absolute;
    height: 100px;
    width: 100px;
    background: linear-gradient(90deg, #FF1478 0%, #F8922E 100%);
    border-radius: 50px;
    opacity: 0.5;
    top: -29px;
    left: -14px;
}
.sec5 .main-text {
	text-align: center;
	margin-bottom: 30px;
}

.sec5 .custom-card {

	border-radius: 50px;
    border: 2px solid #ddd;
    text-align: center;
    padding: 5px 10px;
    margin: 10px;
    background-color: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.sec5 .card-row {
	justify-content: center;
}

/* sec 6 ends */
.sec6 {
	text-align: center;
	color: #000;
}
.sec6 .h2_size{
	color: #000;
}
.sec6 img{
	width: 100px;
	height: 100px;
	margin: 0px auto;
	margin-bottom: 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 #0b358b;
	padding: 10px;
	height: 200px;
	justify-content: center;
}

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

}

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

}

/* sec 6 ends */


/* sec 7 starts */

.sec7 {
	background: linear-gradient(90deg, rgba(42, 62, 132, 11%) 0%, rgba(21, 191, 253, 11%) 100%);
}

.sec7 .indusdiv {
	background: linear-gradient(-180deg, #5712A1 0%, #2F1067 60%);
	padding: 20px;
	border-radius: 20px;
	text-align: center;
}

.sec7 .indusdiv .content {
	color: #fff;
	font-weight: bold;
	text-align: center;
}

/* 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: "";
	color: #84E22A;
	background: linear-gradient(90deg, #FF1478 0%, #F8922E 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(98.015deg, #FF1478 0%, #F8922E 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: 10px;
	background-color: #ddd;
}

section ::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: transparent;
}