/* banner starts */

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

	.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;
	background: #002020;
}

.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: 300px;
	border-width: 4px;
	border-style: solid;
	padding: 20px;
	border: none;
	position: relative;
	background: linear-gradient(90deg, rgba(30, 53, 54, 45%) 0%, rgba(77, 107, 114, 45%) 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: #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 img{
	
	height: 35px;
	width: 35px;
	
}

/* sec 4 ends */


/* section 5 starts */
.sec5 {
	color: #fff;
	text-align: center;
	background: #111215;

}

.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 {
	text-align: center;
	color: #fff;
	background: #002020;

}

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

}

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

.sec7{
    color: #000;
}
.sec7 .tick{
    background: linear-gradient(to right, #d40f8c , #d40f8ca3);
    height: 50px;
    width:50px;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec7 .tick::before{
    content: "\2713";
    position: absolute;
    font-size: 50px;
}
.sec7 .h2_size{
    color: #000;
	position: relative;

}
.sec7 .h2_size::before{
	content: "";
    position: absolute;
    height: 100px;
    width: 100px;
    background:linear-gradient(to right, #169bb7 , #2196f3ad);
    border-radius: 50px;
    opacity: 0.5;
    top: -29px;
    left: -14px;
}
.sec7 .main-text {
	text-align: center;
	margin-bottom: 30px;
}

.sec7 .custom-card {

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

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

.sec7 .card-row {
	justify-content: 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: "";
	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 */