@import url("https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap");
:root {
	--base-clr: #01e5b2;
	--base-title: #0461a5;
	--menu-clr: #f4f4f4;
	--body-clr: #ffffff;
	--light-clr: #ded6ff;
	--title-clr: #18191b;
	--body-bg: #000710;
	--timing: #22252a;
	--wallet-border: #35373e;
	--section-bg: #13161b;
	--section-bg-two: #0d0f15;
	--box-bg-one: #000710;
	--section-light: #f3f9ff;
	--dark-clr: #00447a;
	--dark-rgb: 0, 68, 122;
	--white-clr: #ffffff;
	--pragraph-clr: #f4f4f4;
	--white-rgb: 255, 255, 255;
	--primary-clr: #0c67a3;
	--primary-rgb: 12, 103, 163;
	--border-clr: #e5e5e5;
	--border-light: #e5e5e5;
	--border-light-only: #e5e5e5;
	--border-dark: #302474;
	--border-dark-only: transparent;
	--header-bg: #1e1e1e;
	--base-shadow-sm: 0 0 1px var(--base-clr), 0 0 3px var(--base-clr);
	--base-shadow: 0 0 1px var(--base-clr), 0 0 2px var(--base-clr),
		0 0 3px var(--base-clr), 0 0 5px var(--base-clr), 0 0 7px var(--base-clr);
	--shadow: 0 0 5px rgba(var(--title-rgb), 0.2);
}

html {
	font-size: 14px;
	scroll-behavior: smooth;
}

body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: var(--body-clr);
	line-height: 26px;
	overflow-x: hidden;
	background: #0d0707;
	font-family: "Space Mono", monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	line-height: 1.3;
	color: var(--white-clr);
	font-weight: 700;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: var(--title-clr);
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: var(--base-clr);
}

h1 {
	font-size: 56px;
	line-height: 70px;
	font-weight: 600;
}

h2 {
	font-size: 48px;
	line-height: 60px;
	font-weight: 600;
}

h3 {
	font-size: 28px;
	line-height: 35px;
	font-weight: 600;
}

h4 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}

h5 {
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
}

h6 {
	font-size: 16px;
	line-height: 22;
}

@media (max-width: 1399px) {
	h1 {
		font-size: 48px;
		line-height: 60px;
		font-weight: 600;
	}
	h2 {
		font-size: 42px;
		line-height: 58px;
	}
}
@media (max-width: 1199px) {
	h1 {
		font-size: 42px;
		line-height: 55px;
		font-weight: 600;
	}
	h2 {
		font-size: 40px;
		line-height: 50px;
	}
	h3 {
		font-size: 24px;
		line-height: 31px;
	}
}
@media (max-width: 991px) {
	h2 {
		font-size: 34px;
		line-height: 40px;
	}
}
@media (max-width: 575px) {
	h1 {
		font-size: 32px;
		line-height: 44px;
	}
	h2 {
		font-size: 26px;
		line-height: 38px;
	}
}
p {
	font-size: 16px;
	color: var(--pragraph-clr);
}

a {
	display: inline-block;
	transition: all ease 0.3s;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}

label,
button,
select {
	cursor: pointer;
}

input,
textarea {
	width: 100%;
}

.base {
	color: var(--base-clr);
}

.text__base {
	background: linear-gradient(
		96.24deg,
		#276ea3 0.15%,
		#0fb3c5 49.29%,
		#0cc77d 98.43%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.gratext {
	background: linear-gradient(90deg, #8092f1 0%, #ff00e6 77.78%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pt-120 {
	padding-top: 120px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

@media (max-width: 991px) {
	.pt-120 {
		padding-top: 80px;
	}
	.pb-120 {
		padding-bottom: 80px;
	}
}
.section__title h2 {
	text-align: center;
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 65px;
}
@media (max-width: 991px) {
	.mb-45 {
		margin-bottom: 35px;
	}
}
@media (max-width: 575px) {
	.mb-45 {
		margin-bottom: 25px;
	}
}

.pt-25 {
	padding-top: 25px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.py-25 {
	padding: 25px 0;
}

.footer__section {
	padding: 105px 0 72px;
}
@media (max-width: 991px) {
	.footer__section {
		padding: 80px 0;
	}
}
@media (min-width: 1200px) {
	.footer__section .container {
		max-width: 1290px;
		margin: 0 auto;
	}
}

.footer__wrapper {
	justify-content: space-between;
}
@media (max-width: 991px) {
	.footer__wrapper {
		gap: 20px;
	}
}
@media (max-width: 767px) {
	.footer__wrapper {
		flex-wrap: wrap;
	}
}

.footer__items {
	max-width: 331px;
}
.footer__items .fspan1 {
	background: var(
		--new-gradient-color,
		linear-gradient(
			226deg,
			#24b0cf 0%,
			#8092f1 33.33%,
			#fc01e3 66.67%,
			rgba(201, 1, 121, 0.95) 100%
		)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	display: block;
	margin-bottom: 5px;
}
.footer__items .ptext1 {
	color: var(--text-color, #fff);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
@media (max-width: 991px) {
	.footer__items p {
		font-size: 14px !important;
	}
}

.footer__itemstwo {
	width: 221px;
}
.footer__itemstwo .fspan1 {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	background: var(
		--new-gradient-color,
		linear-gradient(
			226deg,
			#24b0cf 0%,
			#8092f1 33.33%,
			#fc01e3 66.67%,
			rgba(201, 1, 121, 0.95) 100%
		)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
	margin-bottom: 5px;
}
.footer__itemstwo .ptext1 {
	color: var(--text-color, #fff);
	font-family: Space Mono;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.footer__itemsthree {
	max-width: 405px;
}
.footer__itemsthree .fspan1 {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	background: var(
		--linear,
		linear-gradient(90deg, #8092f1 0%, #ff00e6 77.78%)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	margin-bottom: 5px;
}
@media (max-width: 1199px) {
	.footer__itemsthree {
		max-width: 240px;
	}
	.footer__itemsthree p {
		font-size: 16px !important;
	}
}
@media (max-width: 991px) {
	.footer__itemsthree {
		max-width: 250px;
	}
	.footer__itemsthree p {
		font-size: 14px !important;
	}
}

.mode--toggle {
	width: 42px;
	height: 20px;
	border-radius: 10px;
	background: rgba(141, 153, 174, 0.5);
	border-radius: 50px;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.mode--toggle img {
	transition: all ease 0.3s;
	position: absolute;
	left: 2px;
	top: 1px;
	height: 18px;
	border-radius: 50%;
}

.navbar-bottom-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 38px 0px 0;
	transition: all ease 0.3s;
	position: relative;
}
.navbar-bottom-wrapper .logo {
	width: 191px;
}
.navbar-bottom-wrapper .logo img {
	width: 100%;
}
@media (max-width: 575px) {
	.navbar-bottom-wrapper .logo {
		width: 120px;
	}
}
.navbar-bottom-wrapper .menu {
	display: flex;
	align-items: center;
	transition: all ease 0.3s;
	transform-origin: top;
}
.navbar-bottom-wrapper .menu li a {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
}
.navbar-bottom-wrapper .menu li a span {
	position: relative;
}
.navbar-bottom-wrapper .menu li a:hover span::before,
.navbar-bottom-wrapper .menu li a:hover span::before,
.navbar-bottom-wrapper .menu li a.active span::before,
.navbar-bottom-wrapper .menu li a.active span::before {
	width: 100%;
}
.navbar-bottom-wrapper .menu li:not(:last-child) {
	margin-right: 40px;
}
@media (max-width: 991.9px) {
	.navbar-bottom-wrapper .menu {
		position: absolute;
		top: 100%;
		flex-direction: column;
		width: 100%;
		padding: 30px 20px;
		background: var(--header-bg);
		left: 0;
	}
	.navbar-bottom-wrapper .menu li {
		padding: 0;
	}
	.navbar-bottom-wrapper .menu li:not(:last-child) {
		margin-right: 0;
	}
	.navbar-bottom-wrapper .menu li a {
		padding: 5px;
		display: block;
	}
	.navbar-bottom-wrapper .menu:not(.active) {
		transform: scaleY(0);
	}
}
@media (max-width: 991px) {
	.navbar-bottom-wrapper {
		padding: 20px 0 20px;
	}
}

.navbar-bottom {
	z-index: 999;
}
.navbar-bottom.active {
	animation: fadeInDown 0.7s;
	-webkit-animation: fadeInDown 0.7s;
	-moz-animation: fadeInDown 0.7s;
	position: sticky;
	background: #0d0707;
	top: 0;
}
.navbar-bottom.active .navbar-bottom-wrapper {
	padding: 21px 0 21px;
	position: relative;
}

.bar__adjust {
	gap: 30px;
}
@media (max-width: 575px) {
	.bar__adjust {
		gap: 14px;
	}
}

@media screen and (min-width: 1200px) {
	.navbar-bottom .container {
		max-width: 1323px;
		margin: 0 auto;
	}
	.banner__section .container {
		max-width: 1330px;
		margin: 0 auto;
	}
	.roadmap__section .container {
		max-width: 1187px;
		margin: 0 auto;
	}
}
/*Dark CSS For Header*/
@media (prefers-color-scheme: dark) {
	.mode--toggle img {
		transform: translateX(21px);
	}
}
.nav-toggle {
	position: relative;
	cursor: pointer;
	width: 25px;
	height: 20px;
}
.nav-toggle span {
	position: absolute;
	display: inline-block;
	height: 2px;
	width: 100%;
	transition: all ease 0.3s;
	background: var(--title-clr);
	left: 0;
}
.nav-toggle span:first-child {
	top: 0;
	background: var(--white-clr);
}
.nav-toggle span:nth-child(2) {
	top: 52%;
	transform: translateY(-65%);
	background: var(--white-clr);
}
.nav-toggle span:last-child {
	bottom: 0;
	background: var(--white-clr);
}
.nav-toggle.active span:first-child {
	transform: rotate(45deg) translate(3px, 10px);
}
.nav-toggle.active span:nth-child(2) {
	opacity: 0;
}
.nav-toggle.active span:last-child {
	transform: rotate(-45deg) translate(3px, -10px);
}

.banner__wrapper {
	display: flex;
	gap: 47px;
	padding: 131px 0 90px;
}
@media (max-width: 1199px) {
	.banner__wrapper {
		padding: 100px 0 90px;
	}
}
@media (max-width: 991px) {
	.banner__wrapper {
		padding: 80px 0 80px;
	}
}
@media (max-width: 767px) {
	.banner__wrapper {
		padding: 60px 0 80px;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.tcapi {
	text-transform: capitalize !important;
}

.banner__content h1 {
	color: #fefefe;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.banner__content h1 .flex-text {
	justify-content: space-between;
}
.banner__content p {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.banner__content p .extra {
	color: #ff00e6;
}
@media (max-width: 1399px) {
	.banner__content h1 {
		font-size: 52px;
	}
	.banner__content h1 .flex-text {
		justify-content: flex-start;
		gap: 32px;
	}
}
@media (max-width: 1199px) {
	.banner__content h1 {
		font-size: 42px;
	}
	.banner__content h1 .flex-text {
		justify-content: flex-start;
		gap: 32px;
	}
}
@media (max-width: 991px) {
	.banner__content h1 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.banner__content h1 .flex-text {
		justify-content: flex-start;
		gap: 14px;
	}
	.banner__content p {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.banner__content {
		padding: 0 10px;
	}
}
@media (max-width: 480px) {
	.banner__content h1 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.banner__content h1 .flex-text {
		justify-content: flex-start;
		gap: 14px;
	}
	.banner__content p {
		font-size: 14px;
	}
}

@media (max-width: 1199px) {
	.banner__thumb {
		max-width: 450px;
	}
	.banner__thumb img {
		width: 100%;
	}
}
@media (max-width: 575px) {
	.banner__thumb {
		padding: 0 20px;
	}
}

.sponsor__section {
	margin-bottom: 184px;
	position: relative;
}
@media (max-width: 1199px) {
	.sponsor__section {
		margin-bottom: 80px;
	}
}

.sopnsor__wrapper {
	padding: 100px 50px;
	border-radius: 20px;
	background: linear-gradient(
		90deg,
		rgba(128, 146, 241, 0.5) 0%,
		rgba(255, 0, 230, 0.5) 77.78%
	);
	justify-content: space-between;
	max-width: 1145px;
	margin: 0 auto;
}
@media (max-width: 1199px) {
	.sopnsor__wrapper {
		padding: 100px 20px;
	}
}
@media (max-width: 991px) {
	.sopnsor__wrapper {
		padding: 60px 20px;
		flex-wrap: wrap;
		justify-content: center;
		gap: 24px;
	}
}
@media (max-width: 575px) {
	.sopnsor__wrapper {
		display: flex;
	}
	.sopnsor__wrapper .sponsor__item {
		width: var(100%/2);
		max-width: 100px;
	}
	.sopnsor__wrapper .sponsor__item img {
		width: 100%;
	}
}

.token__section {
	overflow: hidden;
}
.token__section .shape__bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	opacity: 0.5;
}
.token__section .shape__bottom img {
	width: 100%;
}
.token__section::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: "";
	border-radius: 50px;
	background: linear-gradient(90deg, #8092f1 0%, #ff00e6 77.78%);
	box-shadow: 4px 4px 250px 30px #d136ea;
	height: 1px;
	z-index: 9;
}

.token__head {
	text-shadow: 2px 4px 20px #ee14e7;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	background: var(
		--linear,
		linear-gradient(90deg, #8092f1 0%, #ff00e6 77.78%)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	margin: 0 auto -30px;
	display: block;
}
@media (max-width: 991px) {
	.token__head {
		font-size: 48px;
		margin: 0 auto -1px;
	}
}
@media (max-width: 767px) {
	.token__head {
		font-size: 38px;
		margin: 0 auto -1px;
	}
}
@media (max-width: 575px) {
	.token__head {
		font-size: 34px;
	}
}
@media (max-width: 480px) {
	.token__head {
		font-size: 29px;
		margin: 0 auto 15px;
	}
}

.token__thumb {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 1110px;
}
.token__thumb img {
	width: 100%;
}

.feature__section {
	padding-top: 112px;
	overflow: hidden;
}

.feature__head {
	text-align: center;
	display: inline-block;
	margin: 0 auto 70px;
	font-family: Space Mono;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: var(
		--linear,
		linear-gradient(90deg, #8092f1 0%, #ff00e6 77.78%)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 1199px) {
	.feature__head {
		margin: 0 auto 40px;
	}
}
@media (max-width: 991px) {
	.feature__head {
		margin: 0 auto 40px;
		font-size: 48px;
	}
}
@media (max-width: 767px) {
	.feature__head {
		margin: 0 auto 40px;
		font-size: 36px;
	}
}
@media (max-width: 575px) {
	.feature__head {
		margin: 0 auto 40px;
		font-size: 30px;
	}
}

.shape__dowon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.shape__dowon img {
	width: 100%;
}

.feature__wrapper {
	max-width: 1046px;
	margin: 0 auto;
}

.feature__boxes {
	justify-content: space-between;
}
@media (max-width: 1199px) {
	.feature__boxes {
		padding: 0 20px;
		gap: 20px;
		justify-content: flex-start;
		justify-content: center;
	}
}
@media (max-width: 767px) {
	.feature__boxes {
		gap: 10px;
	}
}
@media (max-width: 575px) {
	.feature__boxes {
		gap: 40px 10px;
		flex-wrap: wrap;
	}
}

.feature__items {
	background: rgb(128, 146, 241);
	background: linear-gradient(
		90deg,
		rgb(128, 146, 241) 0%,
		rgb(255, 0, 230) 100%
	);
	border-radius: 20px;
	padding: 2px;
	width: 473px;
	height: 376px;
}
.feature__items img {
	margin-top: -60px;
}
.feature__items .cont {
	max-width: 413px;
	margin: -60px auto 0;
	padding: 0 10px 17px;
}
.feature__items .box {
	background: #0d0707;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.feature__items .ftexts {
	margin-bottom: 17px;
	color: #fafafa;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.feature__items p {
	color: rgba(255, 255, 255, 0.83);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.feature__items p {
		font-size: 14px;
		line-height: 1.5;
	}
}
@media (max-width: 991px) {
	.feature__items {
		max-width: 360px;
		height: auto;
	}
}
@media (max-width: 767px) {
	.feature__items {
		width: 270px;
		height: auto;
	}
	.feature__items img {
		width: 300px;
	}
}
@media (max-width: 767px) {
	.feature__items {
		width: 295px;
	}
	.feature__items img {
		width: 100%;
	}
}

.mb__149 {
	margin-bottom: 149px;
}
@media (max-width: 1199px) {
	.mb__149 {
		margin-bottom: 20px;
	}
}
@media (max-width: 1199px) {
	.mb__149 {
		margin-bottom: 40px;
	}
}

.roadmap__title {
	background: var(
		--linear,
		linear-gradient(90deg, #8092f1 0%, #ff00e6 77.78%)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 64px; /* 100% */
	text-align: center;
	margin: 0 auto 74px;
	display: block;
}
@media (max-width: 991px) {
	.roadmap__title {
		font-size: 48px;
	}
}
@media (max-width: 767px) {
	.roadmap__title {
		font-size: 38px;
	}
}
@media (max-width: 575px) {
	.roadmap__title {
		font-size: 30px;
	}
}
@media (max-width: 480px) {
	.roadmap__title {
		font-size: 24px;
		font-weight: 700;
	}
}

.roadmap__section {
	margin-top: 166px;
	position: relative;
	padding-bottom: 400px;
}
@media screen and (max-width: 1600px) {
	.roadmap__section {
		padding-bottom: 200px;
	}
}
@media (max-width: 1199px) {
	.roadmap__section {
		padding-bottom: 150px;
	}
}
@media (max-width: 991px) {
	.roadmap__section {
		padding-bottom: 100px;
	}
}
@media (max-width: 767px) {
	.roadmap__section {
		padding-bottom: 80px;
	}
}
.roadmap__section .shape__bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	opacity: 0.5;
}
.roadmap__section .shape__bottom img {
	width: 100%;
}
.roadmap__section::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: "";
	border-radius: 50px;
	background: linear-gradient(90deg, #8092f1 0%, #ff00e6 77.78%);
	box-shadow: 4px 4px 250px 30px #d136ea;
	height: 1px;
	z-index: 9;
}
@media (max-width: 1199px) {
	.roadmap__section {
		margin-top: 100px;
	}
}
@media (max-width: 991px) {
	.roadmap__section {
		margin-top: 80px;
	}
}
@media (max-width: 767px) {
	.roadmap__section {
		margin-top: 70px;
	}
}

.roadmap__wrapper .thumb {
	max-width: 981px;
	margin-left: 30px;
}
.roadmap__wrapper .thumb img {
	width: 100%;
}
@media (max-width: 1199px) {
	.roadmap__wrapper .thumb {
		max-width: 750px;
	}
}
@media (max-width: 991px) {
	.roadmap__wrapper .thumb {
		max-width: 500px;
	}
}
@media (max-width: 767px) {
	.roadmap__wrapper .thumb {
		max-width: 380px;
	}
}
@media (max-width: 575px) {
	.roadmap__wrapper .thumb {
		display: none;
	}
}
.roadmap__wrapper .roadmap__contentone {
	max-width: 922px;
	justify-content: space-between;
}
.roadmap__wrapper .roadmap__contentone .items {
	width: 334px;
}
.roadmap__wrapper .roadmap__contentone .items .roadtext {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 12px;
	display: block;
}
.roadmap__wrapper .roadmap__contentone .items p {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
@media (max-width: 767px) {
	.roadmap__wrapper .roadmap__contentone .items {
		width: 240px;
	}
}
.roadmap__wrapper .roadmap__contentone .items3 {
	width: 347px;
}
@media (max-width: 767px) {
	.roadmap__wrapper .roadmap__contentone .items3 {
		width: 240px;
	}
}
@media (max-width: 575px) {
	.roadmap__wrapper .roadmap__contentone {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
}
.roadmap__wrapper .roadmap__contenttwo {
	max-width: 965px;
	justify-content: space-between;
	margin: 0 0 0 auto;
}
.roadmap__wrapper .roadmap__contenttwo .items2 {
	width: 347px;
}
.roadmap__wrapper .roadmap__contenttwo .items2 .roadtext {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 12px;
	display: block;
}
.roadmap__wrapper .roadmap__contenttwo .items2 p {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
@media (max-width: 767px) {
	.roadmap__wrapper .roadmap__contenttwo .items2 {
		width: 240px;
	}
}
.roadmap__wrapper .roadmap__contenttwo .items4 {
	width: 347px;
}
.roadmap__wrapper .roadmap__contenttwo .items4 .roadtext {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 12px;
	display: block;
}
.roadmap__wrapper .roadmap__contenttwo .items4 p {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
@media (max-width: 767px) {
	.roadmap__wrapper .roadmap__contenttwo .items4 {
		width: 240px;
	}
}
@media (max-width: 575px) {
	.roadmap__wrapper .roadmap__contenttwo {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
}
@media (max-width: 1199px) {
	.roadmap__wrapper p {
		font-size: 14px !important;
	}
	.roadmap__wrapper .roadtext {
		font-size: 20px !important;
	}
}
@media (max-width: 575px) {
	.roadmap__wrapper {
		padding: 0 14px;
	}
	.roadmap__wrapper .items,
	.roadmap__wrapper .items2,
	.roadmap__wrapper .items3,
	.roadmap__wrapper .items4 {
		width: 280px !important;
		margin-bottom: 14px !important;
	}
}

@media (min-width: 992px) {
	.team__section .team__slierwrap {
		max-width: 1428px;
		margin: 0 auto;
	}
}
.team__section .team__slierwrap .owl-nav {
	display: flex;
	align-items: center;
	gap: 32px;
	justify-content: center;
	margin-top: 100px;
}
@media (max-width: 991px) {
	.team__section .team__slierwrap .owl-nav {
		margin-top: 50px;
	}
}
.team__section .team__slierwrap .owl-nav .owl-prev,
.team__section .team__slierwrap .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(153, 153, 153, 0.5);
	background: #fefcfb;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999999;
	font-size: 16px;
}
.team__section .team__slierwrap .owl-nav .owl-next {
	color: #fff;
	background: var(
		--linear,
		linear-gradient(90deg, #8092f1 0%, #ff00e6 77.78%)
	);
}

.teamtext {
	display: inline-block;
	text-align: center;
	margin: 74px auto 78px;
	background: var(
		--linear,
		linear-gradient(90deg, #8092f1 0%, #ff00e6 77.78%)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	.teamtext {
		font-size: 48px;
		margin: 74px auto 48px;
	}
}
@media (max-width: 767px) {
	.teamtext {
		font-size: 38px;
		margin: 74px auto 48px;
	}
}
@media (max-width: 575px) {
	.teamtext {
		font-size: 29px;
	}
}

.slide__team {
	padding-left: 6px;
}
@media (max-width: 1399px) {
	.slide__team {
		padding-left: 20px;
	}
}
@media (max-width: 991px) {
	.slide__team {
		padding-left: 0px;
	}
}

.team__item {
	position: relative;
	text-align: center;
	width: 300px;
	position: relative;
	padding-top: 26px;
	padding-left: 24px;
}
@media (max-width: 1399px) {
	.team__item {
		padding-top: 18px;
		padding-left: 14px;
		width: 280px;
		margin: 0 auto;
	}
}
@media (max-width: 1199px) {
	.team__item {
		padding-top: 18px;
		padding-left: 14px;
		width: 240px;
	}
}
@media (max-width: 991px) {
	.team__item {
		padding-top: 9px;
		padding-left: 6px;
		width: 98%;
	}
	.team__item::before {
		display: none;
	}
}
.team__item::before {
	position: absolute;
	top: 0;
	left: -50px;
	width: 220px;
	height: 80%;
	content: "";
	background: url(../../assets/img/ecosystem/aros.png) no-repeat center center;
	background-size: contain;
}
.team__item .border__box {
	background: rgb(128, 146, 241);
	background: linear-gradient(
		90deg,
		rgb(128, 146, 241) 0%,
		rgb(255, 0, 230) 100%
	);
	border-radius: 5px;
	padding: 2px;
}
.team__item .border__box .small__box {
	background: #0d0707;
	padding: 40px 10px;
	border-radius: 5px;
}
.team__item .thumb img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto 25px;
}
.team__item .team__head {
	display: block;
	color: #fefefe;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 2px;
}
.team__item .desig {
	color: rgba(254, 254, 254, 0.65);
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	display: block;
	margin-bottom: 2px;
}
.team__item p {
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	width: 269px;
	margin: 0 auto;
}
@media (max-width: 1399px) {
	.team__item p {
		width: initial;
	}
}
.team__item .social {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
	margin-top: 18px;
}

.drop__section {
	padding-top: 100px;
}
@media (min-width: 992px) {
	.drop__section .container {
		max-width: 1428px;
		margin: 0 auto;
	}
}
@media (max-width: 991px) {
	.drop__section {
		padding-top: 80px;
	}
}

.drop__wrapper {
	background: rgb(128, 146, 241);
	background: linear-gradient(
		90deg,
		rgb(128, 146, 241) 0%,
		rgb(255, 0, 230) 100%
	);
	border-radius: 20px;
	padding: 2px;
}
.drop__wrapper .drop__box {
	border-radius: 20px;
	padding: 20px 50px;
	background: #0d0707;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.drop__wrapper .drop__box .drop__content {
	max-width: 667px;
}
.drop__wrapper .drop__box .drop__content .drop__title {
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 64px;
	background: var(
		--linear,
		linear-gradient(90deg, #8092f1 0%, #ff00e6 77.78%)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
	margin-bottom: 22px;
}
.drop__wrapper .drop__box .drop__content p {
	color: var(--text-color, #fff);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 22px;
	max-width: 441px;
}
.drop__wrapper .drop__box .drop__content form {
	max-width: 441px;
	background: var(
		--linear,
		linear-gradient(90deg, #8092f1 0%, #ff00e6 77.78%)
	);
	padding: 1px;
}
.drop__wrapper .drop__box .drop__content form input {
	color: var(--text-syle, #fefefe);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.014px;
	padding: 10px 10px 14px;
	background: #0d0707;
	border: unset;
	height: 44px;
	outline: none;
}
.drop__wrapper .drop__box .drop__content form ::-moz-placeholder {
	color: var(--text-syle, #fefefe);
	font-size: 14px;
}
.drop__wrapper .drop__box .drop__content form ::placeholder {
	color: var(--text-syle, #fefefe);
	font-size: 14px;
}
.drop__wrapper .drop__box .drop__content form button {
	min-width: 190px;
	background: #fe2cea;
	border: unset;
	height: 44px;
	padding: 8px 10px 14px;
	color: #d9d9d9;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
@media (max-width: 1399px) {
	.drop__wrapper .drop__box .drop__content .drop__title {
		font-size: 48px;
	}
}
@media (max-width: 767px) {
	.drop__wrapper .drop__box .drop__content .drop__title {
		font-size: 38px;
		margin-bottom: 10px;
	}
}
@media (max-width: 575px) {
	.drop__wrapper .drop__box .drop__content .drop__title {
		font-size: 28px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.drop__wrapper .drop__box .drop__content p {
		font-size: 14px;
	}
	.drop__wrapper .drop__box .drop__content form button {
		min-width: 108px !important;
		padding: 10px 2px 10px;
		font-size: 12px;
	}
}
.drop__wrapper .drop__box .drop__thumb {
	max-width: 490px;
}
@media (max-width: 1199px) {
	.drop__wrapper .drop__box .drop__thumb {
		max-width: 320px;
	}
	.drop__wrapper .drop__box .drop__thumb img {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.drop__wrapper .drop__box {
		flex-wrap: wrap;
	}
	.drop__wrapper .drop__box .drop__thumb {
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.drop__wrapper .drop__box {
		padding: 20px 20px;
	}
}

.faq-section {
	padding-block: 100px 0;
}

.faq-section-title {
	margin-bottom: 24px;
	text-align: center;
}
.faq-section-title span {
	background: var(
		--linear,
		linear-gradient(90deg, #8092f1 0%, #ff00e6 77.78%)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
@media (min-width: 768px) {
	.faq-section-title {
		font-size: 64px;
		font-style: normal;
		font-weight: 400;
		line-height: 64px;
	}
}

.accordion-wraper {
	max-width: 968px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.accordion-item {
	color: #d0c7c7;
}
.accordion-item .accordion-title {
	color: #fefefe;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	background: transparent;
	border: none;
	width: 100%;
	outline: none;
	box-shadow: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
	text-align: left;
	margin-bottom: 20px;
}
.accordion-item .accordion-title .subtitle {
	width: 0;
	flex-grow: 1;
}
.accordion-item .accordion-title .icon {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
	background: var(
		--linear,
		linear-gradient(-90deg, #8092f1 0%, #ff00e6 77.78%)
	);
	border-radius: 8px;
}
.accordion-item .accordion-title .icon::before,
.accordion-item .accordion-title .icon::after {
	content: "";
	position: absolute;
	background: #ffffff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.accordion-item .accordion-title .icon::after {
	height: 26px;
	width: 4px;
	transition: all ease 0.3s;
}
.accordion-item .accordion-title .icon::before {
	height: 4px;
	width: 26px;
}
@media (max-width: 575px) {
	.accordion-item .accordion-title {
		font-size: 18px;
		line-height: 1.5;
	}
}
.accordion-item.open .accordion-title .icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-item .accordion-content {
	display: none;
}
.accordion-item.active {
	display: block;
}
.accordion-item.active .accordion-content {
	display: block;
}

.cmn__btnmenu {
	position: relative;
	background: linear-gradient(to right, #04e3b1, #ef3995);
	padding: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
	color: var(--white);
	border-radius: 20px;
	border: unset;
}
.cmn__btnmenu span {
	padding: 12px 25px 20px;
	background: var(--box-bg-one);
	border-radius: 20px;
}

.cmn__menu {
	border-radius: 15px;
	border: 5px solid #535353;
	background: var(
		--linear,
		linear-gradient(90deg, #8092f1 0%, #ff00e6 77.78%)
	);
	box-shadow: 4px 4px 20px 0px #ee14e7;
	padding: 15px 35px;
	color: #fff;
	font-family: Space Mono;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
}
@media (max-width: 1199px) {
	.cmn__menu {
		padding: 10px 24px;
		border: 2px solid #535353;
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.cmn__menu {
		padding: 8px 20px;
		border: 2px solid #535353;
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.cmn__menu {
		padding: 2px 14px;
		border: 2px solid #535353;
		font-size: 12px;
		box-shadow: 2px 2px 10px 0px #ee14e7;
	}
}

.bg--body {
	background-color: var(--body-bg) !important;
}

.bg--section {
	background-color: var(--section-bg) !important;
}

.btn--base,
.badge--base,
.bg--base {
	background-color: var(--base-clr) !important;
	border-color: var(--base-clr) !important;
}

.btn--title,
.badge--title,
.bg--title {
	background-color: var(--title-clr) !important;
	border-color: var(--title-clr) !important;
}

.text--primary {
	color: #0c67a3 !important;
}

.text--secondary {
	color: #668799 !important;
}

.text--success {
	color: #0ead69 !important;
}

.text--danger {
	color: #d90429 !important;
}

.text--warning {
	color: #ee9b00 !important;
}

.text--info {
	color: #00b4d8 !important;
}

.text--dark {
	color: #192a56 !important;
}

.text--white {
	color: #fff !important;
}
.text--white p,
.text--white ul li,
.text--white ul li a,
.text--white span {
	color: #daddff;
}

.text--black {
	color: #000 !important;
}

.text--body {
	color: var(--body-clr) !important;
}

.text--base {
	color: var(--base-clr) !important;
}

.text--btn {
	color: var(--btn-clr) !important;
}

.text--title {
	color: var(--title-clr) !important;
} /*# sourceMappingURL=main.css.map */
