@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Orbitron:wght@600;700;900&display=swap');
html,body {
    overflow-x: hidden;
}
body {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 22px;
    background: #fff;
    color: #000;
}
img {
    max-width: 100%;
}
section {
    padding: 100px 0;
}
section .section-heading {
    font-size: 32px;
    margin-bottom: 25px;
    font-family: 'Orbitron', sans-serif;
}
section .section-heading ins {
    font-weight: 900;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Orbitron', sans-serif;    
    line-height: 1.5;
}
#roadmap .wrap-content,
.container {
    position: relative;
    z-index: 1;
}
.letter-spacing {
    letter-spacing: 3px;
}
.flip-img {
    transform: scaleX(-1);
}
.bg-white {
    background-color: #F8F8F8;
}
.text-yellow {
    color: #f7ff00;
}
header {
    position: relative;
    padding: 60px 0;
    color: #fff;
}
header:before,
header:after,
header video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
header video {    
    object-fit: cover;
}
header:before {
    content: "";
    background: rgb(0 0 0 / 20%);
    z-index: 1;
}
header:after {
    content: "";
    top: auto;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
header .logo-text {
    font-size: 18px;
    color: #02ff95;
}
header section {
    padding: 50px 0 0;
}
header .section-heading {
    color: #02ff95;
}
header .tokenomic {
    background: #a90000;
    padding: 12px;
    border-radius: 6px;
    margin-top: 24px;
}
header .tokenomic .label {
    color: #ffff00;
    font-weight: 900;
}
#target-audience {
    background: #fff;
}
#target-audience .target-img {
    height: 350px;
    background: url(../img/target.gif) no-repeat center center;
}
#preven-scam {
    position: relative;
    background: #F8F8F8 url(../img/bg-1.png) no-repeat center center / cover;
}
#preven-scam .row > * {
    margin-bottom: 20px;
}
#preven-scam .item {
    padding: 35px;
    height: 100%;
    background: #fff;
}
#roadmap {
    position: relative;
	background: #000 url(../img/bg-roadmap.jpg) no-repeat left top / cover;
}
#roadmap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(4 7 29 / 94%);
}
#roadmap .inner {
	position: relative;
}
#roadmap .timeline {
	height: 4px;
	background: #00e4ff;
	position: relative;
	box-shadow: 0 0 6px 1px #00e4ff;
	margin: 400px 0;
}
#roadmap .timeline .item {
	position: relative;
	width: 350px;
	left: 5%;
}
#roadmap .timeline .item:before {
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	left: -8px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #00e4ff;
	border: 4px solid #000;
	box-shadow: 0 0 6px 2px #00e4ff;
	z-index: 1;
}
#roadmap .timeline .item .date {
	position: absolute;
	width: 120px;
	text-align: center;
	left: -60px;
	white-space: nowrap;
}
#roadmap .timeline .item ul {
	width: 100%;
	position: absolute;
	margin: 0;
	font-size: 16px;
	height: 330px;
	border-left: 1px solid #13C2C2;
}
#roadmap .timeline .item:nth-child(odd) ul {
	bottom: 0;
}
#roadmap .timeline .item:nth-child(even) ul {
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
#roadmap .timeline .item ul li {
	position: relative;
	padding-left: 10px;
}
#roadmap .timeline .item ul li:not(:last-child) {
	margin-bottom: 12px;
}
#roadmap .timeline .item ul li:before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #13C2C2;
	position: absolute;
	left: -4px;
	top: 6px;
}
#roadmap .timeline .item:nth-child(odd) .date {
	top: 20px;
}
#roadmap .timeline .item:nth-child(even) .date {
	bottom: 20px;
}
#roadmap .timeline .item:nth-child(n+2) {
	left: 25%;
}
#roadmap .timeline .item:nth-child(n+3) {
	left: 44%;
}
#roadmap .timeline .item:nth-child(n+4) {
	left: 60%;
}
#roadmap .timeline .item:nth-child(n+5) {
	left: 76%;
}
#roadmap .timeline .item:nth-child(n+6) {
	left: 56%;
}
#roadmap .timeline .item:nth-child(n+7) {
	left: 66%;
}
#roadmap .timeline .item:nth-child(n+8) {
	left: 76%;
}
#roadmap .stage {
	height: 8px;
	background: #36CFC9;
	position: relative;
	top: 100px;
	margin-bottom: 120px;
	color: #fff;
	font-weight: 500;
	font-size: 25px;
	text-align: center;
}
#roadmap .stage .item {
	position: relative;
	padding: 20px 20px 0 0;
}
#roadmap .stage .item:nth-child(n+1) {
	width: 30%;
}
#roadmap .stage .item:nth-child(n+2) {
	width: 13%;
}
#roadmap .stage .item:nth-child(n+3) {
	width: 20%;
}
#roadmap .stage .item:nth-child(n+4) {
	width: 10%;
}
#roadmap .stage .item:nth-child(n+5) {
	width: 20%;
}
#roadmap .stage .item:not(:last-child):before {
	content: "";
	width: 20px;
	height: 20px;
	background: #36CFC9;
	display: block;
	position: absolute;
	right: 0;
	top: -6px;
	border-radius: 50%;
}
#roadmap .number {
    color: #02ff95;
    font-size: 36px;
    font-weight: 900;
}
#roadmap .number span {
    font-size: 16px;
}
footer {
    background: #04071d;
    padding: 50px 0;
}
@media (max-width: 1024px) {
	#roadmap .timeline .item {
		width: 180px;
	}
	#roadmap .stage {
		font-size: 20px;
	}
}
@media (max-width: 992px) {	
    body {
        font-size: 18px;
    }
    section {
        padding: 50px 0;
    }
    section .section-heading {
        font-size: 28px;
    }
	#roadmap .stage {
		position: absolute;
		width: 6px;
		height: 100%;
		left: 50px;
		top: 0;
	}
	#roadmap .stage .item:not(:last-child):before {
		right: 8px;
		top: auto;
		bottom: 0;
		width: 18px;
		height: 18px;
	}
	#roadmap .stage .item:nth-child(n+1) {
		height: 320px;
	}
	#roadmap .stage .item:nth-child(n+2) {
		height: 220px;
	}
	#roadmap .stage .item:nth-child(n+3) {
		height: 300px;
	}
	#roadmap .stage .item:nth-child(n+4) {
		height: 200px;
	}
	#roadmap .stage span {
		display: block;
		white-space: nowrap;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(90deg);
		left: 0;
	}
	#roadmap .timeline {
		width: 4px;
        height: 100%;
        left: 200px;
        margin: 0 0 50px;
	}
	#roadmap .timeline .item {
	    width: 450px;
	}
	#roadmap .timeline .item ul {
		position: relative;
		height: auto;
		margin-bottom: 30px;
	}
	#roadmap .timeline .item:nth-child(odd) ul,
	#roadmap .timeline .item:nth-child(even) ul {
		left: 35px;
		top: -5px;
		border-left: none;
	}
	#roadmap .timeline .item:nth-child(odd) .date,
	#roadmap .timeline .item:nth-child(even) .date {
		top: -12px;
        text-align: right;
        left: -220px;
        font-size: 20px;
        width: 200px;
	}
    #roadmap .number {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
	
}
@media (max-width: 576px) {	
    body {
        font-size: 16px;
    }
    section {
        padding: 30px 0;
    }
    section .section-heading {
        font-size: 20px;
        margin-bottom: 15px;
    }
    header {
        padding: 30px 0;
    }
    header section {
        padding-top: 20px;
    }
    #preven-scam .title {
        font-size: 18px;
    }
    #preven-scam .item {
        padding: 25px;
    }
    #roadmap .timeline {
        left: 20px;
    }
	#roadmap .timeline .item {
		width: 270px;
	}
	#roadmap .timeline .item:nth-child(odd) ul, 
	#roadmap .timeline .item:nth-child(even) ul {
		top: 0;
		padding-top: 20px;
	}
	#roadmap .timeline .item:nth-child(odd) .date, 
	#roadmap .timeline .item:nth-child(even) .date {
		left: 20px;
		text-align: left;
		width: auto;
	}
	#roadmap .stage {
		left: 8px;
	}
	#roadmap .stage span {
		left: -12px;
		font-size: 16px;
	}
	#roadmap .stage .item:nth-child(n+1) {
		height: 360px;
	}
	#roadmap .stage .item:nth-child(n+2) {
		height: 340px;
	}
	#roadmap .stage .item:nth-child(n+3) {
		height: 350px;
	}
	#roadmap .stage .item:nth-child(n+4) {
		height: 180px;
	}
	#roadmap .stage .item:nth-child(n+5) {
		height: 220px;
	}
    #roadmap .finance > * {
        margin-top: 20px;
    }
}