/* banner starts */
body {
	background: #18191D;
}

.sec2 {
	background-image: url('../../front/img/contact_us/bg.webp');
	background-size: cover;
	color: white;
	padding: 100px 0;
	position: relative;
	min-height: calc(80vh - 100px);
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
}
.footer_form .form-control{
	height: 70px;
	border: 2px solid #3cb1d7;
	border-radius: 10px;
}
.footer_form textarea {
    height: 150px !important;
}
.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: 50px;
	margin-bottom: 20px;
}

.h1_size span.grad_clr {
	font-size: 50px;
	background: linear-gradient(90deg, #207598 0%, #3FB8DE 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}

.h2_size {
	font-size: 40px;
	margin-bottom: 20px;
	color: #fff;

}

.h2_size span {
	font-weight: 400;
	color: #AFAFB0;
	font-size: 23px;
}

.btn-1 {
	background: linear-gradient(90deg, #207598 0%, #3FB8DE 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) {
	.sec3 {
		padding: 20px !important;
	}

	.sec3 .background {
		display: none !important;
	}

	.sec5 .custom-card {
		text-align: center !important;
	}

	.hero-section {
		background-image: none;
		min-height: 20vh;
	}

	.h1_size {
		font-size: 30px;
		text-align: center;
	}

	.content {
		text-align: justify;
	}

	.overlay {
		padding: 20px;
	}
}

/* banner ends */

/* sec2 starts */
.sec2 {
	color: #fff;
	text-align: center;
	padding: 100px 60px  !important;
}
.sec2 .contact_wrapper{
	background: linear-gradient(45deg, #001519, #033b4d);
    padding: 20px;
	border-radius: 20px;
}
.sec2 .contact_follow{
	display: inline-flex;
	gap: 50px;
}
.sec2 .contact_wrapper img{
	width: 40px;
	height: 40px;
}
.sec2 .head{
	font-size: 25px;
    font-weight: bold;
    font-family: 'Space Grotesk';
}
@media (max-width: 767px) {
.sec2 {
	padding: 10px !important;
	margin-top: 70px;
}
.footer_form .left_sec{
	padding: 0px;
}
.hero-section {
	display: none;
}
.sec2 .contact_wrapper{
	margin-bottom: 40px !important;
}
}
.footer_form{
	background: #ffffff75;
}
/* sec2 ends */

