@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
	font-family: 'Outfit', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #A4B4C3;
	font-style: normal;
	background-color: #050114;
	;
	line-height: 1.75;
}


img,
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

.fix {
	overflow: hidden
}

a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-decoration: none;
}


a,
button {
	color: #00C4F4;
	outline: medium none;
	text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	font-style: normal;
	font-weight: 600;
	text-transform: capitalize;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none
}

p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.75;
	color: #ffffff;
	margin-bottom: 15px;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	--bs-gutter-x: 30px;
}

.btn {
	user-select: none;
	-moz-user-select: none;
	background: #040E18;
	border-radius: 70px;
	border: 2px solid transparent;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 1;
	margin-bottom: 0;
	padding: 25px 50px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.4s 0s;
	vertical-align: middle;
	white-space: nowrap;
	box-shadow: -1px 0px 33px rgba(35, 117, 239, 0.95);
	background-clip: padding-box;
	position: relative;
	left: 3%;
}

.btn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: -2px;
	background: linear-gradient(90deg, rgb(0, 146, 244) 0%, rgba(4, 12, 21, 1) 49%, rgb(0, 146, 244) 100%);
	border-radius: 70px;
	transition: all 0.4s ease 0s;
	z-index: -1;
}

.custom-container-two {
	max-width: 1700px;
}


.about-content {
	margin-left: 70px;
}

.section-title .sub-title {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	letter-spacing: 0.09em;
	display: inline-block;
	padding: 58px 15px;
	margin-bottom: -41px;
	left: 3%;
}

.section-title .sub-title::after,
.section-title .sub-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: #4885c5;
	border-radius: 50%;
}

.section-title .sub-title::after {
	left: auto;
	right: 0;
}


.about-content p {
	margin-bottom: 40px;
	width: 73%;
	color: #A4B4C3;
}

.roadmap-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.roadmap-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(360deg, #0b1d3300 0%, rgba(11, 29, 51, 0) 97.51%);
	transform: matrix(1, 0, 0, -1, 0, 0);
	opacity: .8;
}

.roadmap-title {
	display: inline-block;
	color: #308bd9;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 22px;
	letter-spacing: 0.1em;
}

.roadmap-content .dot {
	content: "";
	position: absolute;
	left: -8px;
	top: 0;
	width: 16px;
	height: 16px;
	background: #308bd9;
	border-radius: 50%;
}

.roadmap-content .dot::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32px;
	height: 32px;
	background: #308bd9;
	opacity: 0.1;
	border-radius: 50%;
}

.roadmap-content {
	position: relative;
	margin-left: 57px;
	padding-left: 17px;
	padding-top: 110px;
}

.roadmap-content::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #308bd9;
}

.roadmap-content .title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}


.bt-roadmap-item:nth-child(2) .roadmap-content::before,
.bt-roadmap-item:nth-child(2) .dot,
.bt-roadmap-item:nth-child(2) .dot::before {
	background: #308bd9;
}

.bt-roadmap-item:nth-child(3) .roadmap-content::before,
.bt-roadmap-item:nth-child(3) .dot,
.bt-roadmap-item:nth-child(3) .dot::before {
	background: #308bd9;
}

.bt-roadmap-item:nth-child(4) .roadmap-content::before,
.bt-roadmap-item:nth-child(4) .dot,
.bt-roadmap-item:nth-child(4) .dot::before {
	background: #308bd9;
}

.bt-roadmap-item:nth-child(5) .roadmap-content::before,
.bt-roadmap-item:nth-child(5) .dot,
.bt-roadmap-item:nth-child(5) .dot::before {
	background: #308bd9;
}

.bt-roadmap-item:nth-child(6) .roadmap-content::before,
.bt-roadmap-item:nth-child(6) .dot,
.bt-roadmap-item:nth-child(6) .dot::before {
	background: #308bd9;
}

.bt-roadmap-item:nth-child(7) .roadmap-content::before,
.bt-roadmap-item:nth-child(7) .dot,
.bt-roadmap-item:nth-child(7) .dot::before {
	background: #308bd9;
}

.bt-roadmap-item:nth-child(2) .roadmap-title {
	color: #308bd9;
}

.bt-roadmap-item:nth-child(3) .roadmap-title {
	color: #308bd9;
}

.bt-roadmap-item:nth-child(4) .roadmap-title {
	color: #308bd9;
}

.bt-roadmap-item:nth-child(5) .roadmap-title {
	color: #308bd9;
}

.bt-roadmap-item:nth-child(6) .roadmap-title {
	color: #308bd9;
}

.bt-roadmap-item:nth-child(7) .roadmap-title {
	color: #308bd9;
}


.area-bg {
	background-image: url(../img/bg/area_bg.png);
	background-size: cover;
	background-position: center;

}

.bt-roadmap-wrap {
	display: flex;
	padding: 0;
	min-height: 490px;
	margin: 10px 0 0;
	justify-content: flex-end;
}

.bt-roadmap_x {
	position: relative;
}

.bt-roadmap_x::before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 0px);
	transform: translateY(-50%);
	width: 1670px;
	height: 8px;
	background: linear-gradient(294.72deg, #FF4581 9.05%, #4388DD 79.28%);
	opacity: 0.1;
}

.bt-roadmap-item {
	display: flex;
	width: 370px;
	flex: 0 0 auto;
	height: 305px;
	align-self: flex-end;
	flex-direction: column;
	justify-content: flex-start;
}

.bt-roadmap-item:nth-child(even) {
	align-self: flex-start;
	flex-direction: column-reverse;
	margin-top: -10px;
}

.bt-roadmap-item:nth-child(even) .roadmap-title {
	margin: 22px 0 0;
}

.roadmap-content span {
	display: block;
	color: #A4B4C3;
}

.bt-roadmap-item:nth-child(even) .roadmap-content {
	padding: 0 0 110px 17px;
}

.bt-roadmap-item:nth-child(even) .roadmap-content .dot {
	top: auto;
	bottom: 0;
}

.bt-roadmap-item:not(:first-child) {
	margin-left: -155px;
}

.bt-roadmap-item:last-child {
	width: 280px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	display: none;
}


.bt-roadmap_x.mCustomScrollbar {
	padding: 0 0 30px;
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
}

.bt-roadmap_x:not(.mCS_no_scrollbar):before {
	top: calc(50% - 15px);
}