/* banner starts */


.hero-section {
	background-image: url('../../front/img/opensea/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(138.836deg, #3683F6 0%, #3166D8 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;
		background: #09152a;
	}
	.sec3 .pd-0-tab{
		background: none !important;
		min-height: unset !important;
	}
	.sec5 .pd-0-tab{
		background: none !important;
		min-height: unset !important;
	}
	.sec5 .h2_size{
		color: #000 !important;
		text-align: center !important;
    margin-top: 50px;
    margin-bottom: 0px;
	}
	.sec3 .h2_size{
		color: #000 !important;
		text-align: center !important;
    margin-top: 50px;
    margin-bottom: 0px;
	}
	.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 {
	color: #000;
	text-align: center;

}
.sec2 .h2_size{
	color: #000;
}
/* 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%);
    background: rgba(255, 255, 255, 4%);
}
.sec3 .pd-0-tab{
	background: #09152a;
    min-height: 700px;
	align-items: center;
    justify-content: center;
    display: flex;
}
.sec3 .sec_title {
	align-items: center;
	gap: 20px;
	font-size: 20px;
	font-weight: bold;
}

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

.sec3 .overlay_serv {
	min-height: 300px;
	border-width: 4px;
	border-style: solid;
	padding: 20px;
	border: none;
	position: relative;
	background: #09152a;
	box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}
.sec3 .overlay_serv img{
	height: 60px;
    width: 60px;
    position: absolute;
    top: -32px;
}
.sec3 .h2_size{
    color: #fff;
	position: relative;
}
.sec3 .h2_size::before {
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    background: linear-gradient(to right, #1c5ab8 , #061e46);
    border-radius: 50px;
    opacity: 0.5;
    top: -18px;
    margin-left: -15px;
}
.sec3 .rittext{
    position: relative;
    background: transparent;
    padding: 0px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    max-height: 500px;
    overflow: auto;
    border: 1px solid #09152a;
    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: "";
    border-left: 5px solid;
    position: absolute;
    color: #09152a;
    height: 100%;
    left: 0px;
    top: 0%;
}
.sec3 .tab-content {
    height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
	padding: 20px;
}
/* sec 3 ends */

/* sec 4 starts */

.sec4 {
	color: #000;
}
.sec4 .h2_size{
	color: #000;
	text-align: center;
}
.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 .custom-card{
	border: 3px solid #09152a;
    padding: 15px;
    border-radius: 10px;
	min-height: 480px;
}

/* 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: rgba(255, 255, 255, 4%);
}
.sec5 .pd-0-tab{
background: #09152a;
    min-height: 700px;
    padding: 0px 60px;
    display: flex;
    align-items: center;
}
.sec5 .h2_size{
    color: #fff;
	position: relative;

}
.sec5 .h2_size::before{
	content: "";
    position: absolute;
    height: 100px;
    width: 100px;
    background: linear-gradient(to right, #1c5ab8 , #061e46);
    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: 10px;
    margin: 10px;
    background-color: #09152a;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
	font-weight: 700;
}

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

.sec5 .tick {
    background: linear-gradient(to right, #1a57b1 , #0a2f66);
    height: 50px;
    width: 50px;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec5 .tick::before {
    content: "\2713";
    position: absolute;
    font-size: 50px;
}



/* 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: "";
	color: #84E22A;
	background: linear-gradient(138.836deg, #3683F6 0%, #3166D8 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, #051D41 0%, #3166D8 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: 10px;
	background-color: #ddd;
}


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

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