/*
* Balanced
* Roadmap and timeline CSS
* Version 2.2
* Last updated 11/11/25
*/

/* ==========================================================================
	Roadmap and timeline
========================================================================== */

.hero p {
	max-width: 480px;
}

#timeline .grid-cell:nth-of-type(2) {
	position: relative;
}
#timeline .grid-cell .hero-cover {
	position: absolute;
	right: 310px;
	top: -240px;
	width: 100%;
}
#timeline .grid-cell .hero-cover object {
	height: auto;
	width: 200%;
} 
#timeline h1 {
	letter-spacing: -0.02em;
	line-height: 1.1;
}
#timeline main ol,
#timeline main ul {
	color: rgba(255,255,255,0.75);
	padding-left: 25px;
}

#timeline main ul li {
	list-style-type: none;
	position: relative;
}
#timeline main ul li:before {
	background: url(../img/icon/arrow.svg) no-repeat 0 center;
	background-size: 15px;
	content: '';
	display: block;
	height: 20px;
	left: -25px;
	position: absolute;
	top: 5px;
	width: 20px;
}
#timeline main ol {
	padding-left: 18px;
}
#timeline main ol li,
#timeline main ul li,
#timeline main ul li a {
	line-height: 1.5;
}
#timeline main ol li + li,
#timeline main ul li + li {
	margin-top: 15px;
}
#timeline main ul li {
	font-size: 20px;
	margin-bottom: 5px;
}
#timeline main ul li span {
	display: inline-block;
}
#timeline .grid-cell .panel {
	border-top: 3px solid #0c4373;
}


/*----------------------------------

Roadmap

-----------------------------------*/

#roadmap h2 {
	margin-bottom: 50px;
}
#roadmap .roadmap-progress {
	background: url(../img/icon/roadmap-line-all.svg) no-repeat 0 0;
	background-size: cover;
	border-bottom: 4px solid #0B2E52;
	border-top: 4px solid #0B2E52;
	padding: 40px 25px;
	position: relative;
}
#roadmap .roadmap-progress .grid-cell {
	background: #0F3958;
	background: linear-gradient(90deg, #154F6C 0%, #081E41 100%);
	border-radius: 15px;
	display: flex;
	gap: 30px;
	margin-bottom: 20px;
	padding: 20px 20px;
	position: relative;
	width: 45%;
}
/*
#roadmap .roadmap-progress .grid-cell:nth-of-type(1):before {
	background: #2BA5B5;
	content: '';
	display: block;
	filter: blur(8px);
	height: 100%;
	left: 75px;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 10px;
	z-index: 1;
}
#roadmap .roadmap-progress .grid-cell:after {
	background: linear-gradient(45deg, #427791 0%, #164760 100%);
	border-radius: 16px;
	content: '';
	display: block;
	height: calc(100% + 2px);
	left: -1px;
	position: absolute;
	top: -1px;
	width: calc(100% + 2px);
	z-index: -1;
}*/
#roadmap .roadmap-progress .grid-cell:nth-of-type(2) {
	margin-left: 27.6%;
}
#roadmap .roadmap-progress .grid-cell:nth-of-type(3) {
	margin-left: 55%;
}
#roadmap .roadmap-progress .grid-cell:last-of-type {
	margin-bottom: 0;
}
#roadmap .roadmap-progress .grid-cell .roadmap-image {
	aspect-ratio: 1/1;
	background: linear-gradient(0deg, #081E41 0%, #0F3958 100%) ;
	border: 1px solid #0A2543;
	border-radius: 10px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	display: flex;
	padding: 10px;
	width: 33%;
}
#roadmap .roadmap-progress .grid-cell .roadmap-image object {
	height: auto;
	max-width: 100%;
	width: 100%;
}
#roadmap .roadmap-progress .grid-cell h3 {
	font-size: 1.7rem;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}
#roadmap .roadmap-progress .grid-cell ul {
	margin-bottom: 15px;
	margin-top: 0;
}
#roadmap .roadmap-progress .grid-cell ul + ul {
	margin-bottom: 0;
	margin-top: 20px;
}
#roadmap .roadmap-progress .grid-cell p,
#roadmap .roadmap-progress .grid-cell li,
#roadmap .roadmap-progress .grid-cell a {
	font-size: 18px;
	position: relative;
	z-index: 2;
}
#roadmap .roadmap-progress .grid-cell p {
	margin-bottom: 5px;
}
#roadmap .roadmap-progress .grid-cell li + li {
	margin-top: 0;
}
#roadmap .roadmap-progress .timeline-line {
	background: #2BA5B5;
	background: linear-gradient(0deg,#457A9F 0%, #6BC0D3 100%);
	border: 2px solid #8ACDDB;
	border-radius: 12px;
	box-shadow: 0 0px 0 10px rgba(0,0,0,0.3);
	display: block;
	height: calc(100% - 45px);
	left: 98px;
	margin-top: 80px;
	position: absolute;
	top: -60px;
	width: 13px;
}
#roadmap .roadmap-progress-current {
	background: #0B3960;
	border-radius: 15px;
	display: inline-block;
	font-family: 'tex-gyre-adventor-bold';
  	font-weight: normal;
	letter-spacing: 0.05em;
	margin-left: 60px;
	margin-bottom: 35px;
	padding: 5px 15px 8px 15px;
	position: relative;
}
#roadmap .roadmap-progress-current:before {
	background: #0B3960;
	clip-path: path("M14.414,13.327c-0.549,0.754 -1.425,1.201 -2.358,1.201c-0.933,0 -1.81,-0.446 -2.358,-1.201c-3.509,-4.823 -9.697,-13.327 -9.697,-13.327l24.111,0c-0,-0 -6.188,8.504 -9.697,13.327Z");
	content: '';
	display: block;
	height: 15px;
	left: calc(50% - 12px);
	position: absolute;
	top: 30px;
	width: 20px;
}
.roadmap-progress-current:after {
	background: #2BA5B5;
	background: linear-gradient(0deg,#457A9F 0%, #6BC0D3 60%, #6BC0D3 100%);
	border: 2px solid #8ACDDB;
	border-radius: 50%;
	content: '';
	display: block;
	height: 20px;
	position: absolute;
	left: 35px;
	top: 62px;
	width: 20px;
	z-index: 1;
}
.roadmap-progress-current span {
	animation: pulse 3s ease-in-out infinite;
	background: rgba(122, 208, 223, 0.7);
	border-radius: 50%;
	content: '';
	display: block;
	height: 30px;
	position: absolute;
	left: 30px;
	top: 57px;
	width: 30px;
	z-index: 1;
}
.roadmap-progress .timeline-line:before {
	background: #ffffff;
	border-radius: 50%;
	content: '';
	display: block;
	height: 4px;
	opacity: 0.8;
	position: absolute;
	right: 2px;
	top: -33px;
	width: 4px;
	z-index: 1;
}





/*----------------------------------

Change log

-----------------------------------*/

#changelog {
	margin-bottom: 50px;
}
#changelog .grid.timeline img {
	height: auto;
	max-width: 100%;
	width: 100%;
}
#changelog .grid.timeline {
	border-bottom: 2px solid #0B2E52;
	display: flex;
	gap: 75px;
	margin-top: 50px;
	padding-bottom: 50px;
}
#changelog .grid.timeline:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}
#changelog .grid.timeline .grid-date {
	display: flex;
	padding-top: 15px;
	width: 25%;
}
#changelog .grid.timeline .grid-date p {
	font-size: 15px;
	font-family: 'tex-gyre-adventor-bold';
	font-weight: normal;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	padding: 0 50px 0 0;
	position: relative;
	text-align: right;
	text-transform: uppercase;
	width: 100%;
}
#changelog .grid.timeline .grid-date p:before {
	background: #ffffff;
	border-radius: 50%;
	content: '';
	display: block;
	height: 4px;
	opacity: 0.8;
	position: absolute;
	right: -9px;
	top: 5px;
	width: 4px;
	z-index: 1;
}
#changelog .grid.timeline .grid-date p:after {
	background: linear-gradient(0deg,#457A9F 0%,#6BC0D3 60%, #6BC0D3 100%);
	border: 2px solid #8ACDDB;
	border-radius: 50%;
	box-shadow: 0 0 15px #1A6680;
	content: '';
	display: block;
	height: 20px;
	position: absolute;
	right: -17px;
	top: 2px;
	width: 20px;
}
#changelog .grid.timeline .grid-date p span {
	background: #287FA9;
	border-radius: 50%;
	content: '';
	display: block;
	height: 36px;
	opacity: 0.4;
	position: absolute;
	right: -25px;
	top: -6px;
	width: 36px;
}
#changelog .grid.timeline .grid-date .timeline-line {
	background: #165D7B;
	background: linear-gradient(0deg,#457A9F 0%, #6BC0D3 100%);
	border: 2px solid #91D5E1;
	border-radius: 12px;
	box-shadow: 0 0px 0 10px rgba(0,0,0,0.3);
	display: block;
	height: calc(100% - 50px);
	margin-top: 40px;
	width: 13px;
}
#changelog .grid.timeline .grid-content {
	padding-bottom: 50px;
	width: 75%;
}
#changelog .grid.timeline .grid-content h3 {
	font-size: 35px;
	line-height: 1.3;
	margin: 0px 0 30px 0;
	padding-top: 0;
}
#changelog .grid.timeline .grid-content .grid-gallery + p {
	margin-top: 30px;
}
#changelog .grid.timeline .grid-content p {
	width: 100%;
}
#changelog .grid.timeline .grid-content .external {
	background: url(../img/icon/external.svg) no-repeat right center;
	background-size: 18px;
	padding-right: 30px;
}
#changelog .grid.timeline .grid-content .grid-gallery {
	display: grid;
	gap: 30px;
  	grid-auto-columns: 1fr;
	grid-auto-flow: column;
}
#changelog .grid.timeline .grid-content .grid-gallery:nth-of-type(2) {
	margin-top: 30px;
}
#changelog .grid.timeline .grid-content .grid-gallery div {
	align-items: center;
	border: 2px solid #165D7B;
	border-radius: 15px;
	box-shadow: 0 5px 30px rgba(26,102,128,0.5);
	display: flex;
	flex: 0 1 auto;
}
#changelog .grid.timeline .grid-content .grid-gallery img {
	border-radius: 13px;
	transition: all 0.5s ease;
}
#changelog .grid.timeline .grid-content .grid-gallery:nth-of-type(2) div img {
	box-shadow: 0 5px 30px rgba(26,102,128,0), 0 0 0 0px #165D7B;
	border-radius: 13px;
	transition: all 0.2s ease-in-out;
	z-index: 1;
}
#changelog .grid.timeline .grid-content .grid-gallery:nth-of-type(2) div:hover img {
	box-shadow: 0 5px 30px rgba(26,102,128,0.5), 0 0 0 1px #165D7B;
	transform: scale(2.2);
	transition: transform 0.3s ease-out, border 0.4s ease-in-out, box-shadow 0.5s ease-in-out;
	transition-delay: 0.2s;
	z-index: 2;
}
#changelog .grid.timeline .limit-width {
	text-align: center;
	justify-content: center;
}
#changelog .grid.timeline .limit-width img {
	max-width: calc(50% - 15px);
}


/* Animations */

@keyframes pulse {
	0%, 100% {
		opacity: 0.3;
		transform: scale(1.1);
	}
	50% {
		opacity: 0.6;
		transform: scale(1.4);
	}
}
@keyframes scaleup {
	0% {
		transform: scale(1);
	}
	60% {
		transform: scale(2.7);
	}
	100% {
		transform: scale(2.5);
	}
}
@keyframes scaledown {
	0% {
		transform: scale(2.5);
	}
	60% {
		transform: scale(2.7);
	}
	100% {
		transform: scale(1);
	}
}




/* ==========================================================================
	Responsive styles: 1300px and below
========================================================================== */

@media (max-width: 1600px) {
	#timeline p {
		line-height: 1.7;
	}
}



/* ==========================================================================
	Responsive styles: 1300px and below
========================================================================== */


@media (max-width: 1300px) {
	.wrapper {
		max-width: 70%;
		width: 100%;
	}
	#timeline .grid-cell .hero-cover {
		right: 210px;
		top: -140px;
	}
	#roadmap .roadmap-progress .grid-cell {
		width: 50%;
	}
	#roadmap .roadmap-progress .grid-cell:nth-of-type(2) {
		margin-left: 25%;
	}
	#roadmap .roadmap-progress .grid-cell:nth-of-type(3) {
		margin-left: 50%;
	}
	#roadmap .roadmap-progress .grid-cell h3 {
		font-size: 1.5rem;
	}
}




/* ==========================================================================
	Responsive styles: 1200px and below
========================================================================== */

@media (max-width: 1200px) {
	.wrapper {
		max-width: 90%;
	}
	#timeline .grid-cell .hero-cover {
		right: 350px;
		top: -200px;
		z-index:-1;
	}
}




/* ==========================================================================
	Responsive styles: 1000px and below
========================================================================== */

@media (max-width: 1000px) {
	#timeline h1 {
		line-height: 1.2;
	}
	#timeline h2 {
		font-size: 45px;
	}
	#timeline .grid-cell .hero-cover {
		right: 270px;
		top: -140px;
	}
	#roadmap .roadmap-progress .grid-cell {
		flex-direction: column;
		gap: 15px;
	}
	#roadmap .roadmap-progress .grid-cell .roadmap-image {
		aspect-ratio: 4/3;
		justify-content: center;
		width: 100%;
	}
	#roadmap .roadmap-progress .grid-cell .roadmap-image object {
		max-width: 75%;
	}
	#roadmap .roadmap-progress .grid-cell:nth-of-type(3) .roadmap-image object {
		max-width: 50%;
	}

	#changelog .grid.timeline {
		gap: 50px;
	}
	.grid-date {
		min-width: 195px;
	}
	#changelog .grid.timeline .grid-date p {
		font-size: 13px;
	}
	#changelog .grid-gallery div:not(:only-child):hover img {
		transform-origin: left center;
		transform: scale(2);
	}
	#changelog .grid-gallery div:not(:only-child):nth-of-type(2):hover img {
		transform-origin: center center;
		transform: scale(2);
	}
	#changelog .grid-gallery div:not(:only-child):last-child:hover img {
		transform-origin: right center;
	}
}




/* ==========================================================================
	Responsive styles: 800px and below
========================================================================== */

@media (max-width: 800px) {

	.wrapper {
		overflow-x: visible;
		padding-left: 0;
		padding-right: 0;
	}
	#timeline h2 {
		font-size: 40px;
	}
	/* Timeline styles */
	
	#timeline .hero .grid {
		flex-direction: column;
	}
	#timeline .grid-cell .hero-cover {
		position: relative;
		right: 0;
		top: 0;
	}
	#timeline .hero .grid-cell:nth-of-type(1) {
		order: 2;
		padding-top: 300px;
	}
	#timeline .hero .grid-cell:nth-of-type(2) {
		order: 1;
	}
	#timeline .grid-cell .hero-cover object {
		left: -150px;
		margin-bottom: -50px;
		margin-left: -280px;
		position: absolute;
		top: -150px;
		width: 900px;
	}
	.hero p {
		max-width: 100%;
	}
	#changelog .grid.timeline {
		display: grid;
		gap: 20px;
		grid-template-rows: repeat(1, 1fr)
	}
  #changelog .grid.timeline .grid-date {
		grid-column: 1 / 1;
		grid-row: 1 / 1;
		min-width: auto;
		position: relative;
		width: 100%;
	}
	#changelog .grid.timeline .grid-date p {
		padding-left: 40px;
		text-align: left;
		width: 100%;
	}
	#changelog .grid.timeline .grid-date p {
		padding-left: 40px;
		text-align: left;
		width: 100%;
	}
	#changelog .grid.timeline .grid-date p::after {
		left: 5px;
		right: auto;
	}
	#changelog .grid.timeline .grid-content {
		grid-column: 1 / 1;
		grid-row: 1 / 1;
		padding: 50px 0 25px 40px;
		position: relative;
		width: 100%;
	}
	#changelog .grid.timeline .grid-date .timeline-line {
		border-width: 2px;
		height: calc(100% - 50px);
		left: 10px;
		margin-top: 50px;
		position: absolute;
		width: 9px;
	}
	#changelog .grid.timeline .grid-date p::after {
		border-width: 2px;
	}
	#changelog .grid.timeline .grid-date p::before {
		left: 13px;
		right: auto;
  	}
	#changelog .grid.timeline .grid-date p span {
		height: 31px;
		left: 0px;
		overflow: visible;
		top: -4px;
		width: 31px;
	}
	#changelog .grid.timeline .grid-content h3 {
		font-size: 1.7rem;
	}
	#changelog .grid.timeline .grid-content p {
		font-size: 17px;
	}
}

/* ==========================================================================
	Responsive styles: 600px and below
========================================================================== */

@media (max-width: 600px) {

	.wrapper {
		max-width: 95%;
	}
	#roadmap .roadmap-progress {
		background-size: 180%;
		background-repeat: repeat-y;
		padding-left: 0;
		padding-right: 0;
	}
	#roadmap .roadmap-progress .grid-cell,
	#roadmap .roadmap-progress .grid-cell:after {
		border-radius: 10px;
		padding: 10px 15px;
	}
	#roadmap .roadmap-progress .grid-cell h3 {
		font-size: 1.4rem;
	}
	#roadmap .roadmap-progress .grid-cell p,
	#roadmap .roadmap-progress .grid-cell a,
	#roadmap .roadmap-progress .grid-cell li {
		font-size: 1rem;
		line-height: 1.5;
	}
	#roadmap .roadmap-progress .timeline-line,
	#roadmap .roadmap-progress .grid-cell:nth-of-type(1)::before {
		left: 38px;
	}
	#roadmap .roadmap-progress-current {
		margin-left: 0px;
	}

}

/* ==========================================================================
	Responsive styles: 500px and below
========================================================================== */

@media (max-width: 500px) {

	#timeline .hero .grid-cell:nth-of-type(1) {
		padding-top: 250px;
	}
	#roadmap .roadmap-progress .grid-cell {
		width: 70%;
	}
	#roadmap .roadmap-progress .grid-cell:nth-of-type(1) {
		margin-left: 2px;
	}
	#roadmap .roadmap-progress .grid-cell:nth-of-type(2) {
		margin-left: 15%;
	}
	#roadmap .roadmap-progress .grid-cell:nth-of-type(3) {
		margin-left: 30%;
	}
	#roadmap .roadmap-progress .grid-cell {
		display: block;
	}
	#roadmap .roadmap-progress .grid-cell .roadmap-image {
		margin-bottom: 10px;
		margin-top: 5px;
	}
	#timeline section {
		margin-bottom: 80px;
	}
	#changelog .grid.timeline {
		display: grid;
		gap: 20px;
		grid-template-rows: repeat(1, 1fr)
	}
	#changelog .grid.timeline .grid-date {
		grid-column: 1 / 1;
		grid-row: 1 / 1;
		min-width: auto;
		position: relative;
		width: 100%;
	}
	#changelog .grid.timeline .grid-date p {
		padding-left: 40px;
		text-align: left;
		width: 100%;
	}
	#changelog .grid.timeline .grid-date p::after {
		left: 5px;
		right: auto;
	}
	#changelog .grid.timeline .grid-content {
		grid-column: 1 / 1;
		grid-row: 1 / 1;
		padding: 50px 0 25px 40px;
		position: relative;
		width: 100%;
	}
	#changelog .grid.timeline .grid-date .timeline-line {
		border-width: 2px;
		height: calc(100% - 50px);
		left: 10px;
		margin-top: 50px;
		position: absolute;
		width: 9px;
	}
	#changelog .grid.timeline .grid-date p::after {
		border-width: 2px;
	}
	#changelog .grid.timeline .grid-date p::before {
		left: 13px;
		right: auto;
  	}
	#changelog .grid.timeline .grid-date p span {
		height: 31px;
		left: 0px;
		overflow: visible;
		top: -4px;
		width: 31px;
	}
	#changelog .grid.timeline .grid-content h3 {
		font-size: 1.7rem;
	}
	#changelog .grid.timeline .grid-content p {
		font-size: 17px;
	}

}

/* ==========================================================================
	Responsive styles: 450px and below
========================================================================== */

@media (max-width: 450px) {
	#timeline .grid-cell .hero-cover {
		left: -30px;
	}
}

/* ==========================================================================
	Responsive styles: 400px and below
========================================================================== */

@media (max-width: 400px) {

	
}