body {
	margin: 0;
	font-family: Arial, sans-serif;
	background: #000;
	color: #fff;
}

.brand-logo .logo-text {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: #FFFFFF;
}

.logo-img {
	width: 66.992px;
	height: 27.271px;
	object-fit: contain;
	margin-right: 11px;
}

.navbar {
	background: #0000001A !important;
	padding: 1rem 2rem;
	transition: background-color 0.5s ease, backdrop-filter 0.5s ease;
}

.navbar.scrolled {
	background-color: #0f0f0f !important;
}

.navbar-brand {
	font-weight: 600;
	font-size: 22px;
	color: #FFFFFF !important;
	font-family: 'Inter', sans-serif;
}

.navbar-nav .nav-link {
	color: #999999 !important;
	margin-left: 1rem;
	transition: color 0.3s ease;
	font-family: 'Inter', sans-serif;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.navbar-nav .nav-link.active {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: #E5E5E5 !important;
	transition: color 0.3s ease;
}

.hero {
	background: url("../imgs/bg01.png") center/cover no-repeat;
	text-align: center;
	padding: 180px 20px;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hero h1 {
	font-family: 'Alexandria', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 64px;
	line-height: 1.1;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
}

.hero p {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #FFFFFF;
	margin: 15px auto;
	max-width: 700px;
	text-align: center;
	opacity: 0.9;
}

.badge-decentralised {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: transparent;
	color: #00ff80;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Alexandria', sans-serif;
	border: 1px solid rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
	margin-bottom: 20px;
	position: relative;
	box-shadow: 0 4px 15px rgba(0, 255, 128, 0.2);
}

section {
	padding: 100px 20px;
}

section h2 {
	font-size: 32px;
	margin-bottom: 30px;
	color: #00ff80;
}

.section-content {
	padding: 0 120px;
	margin: 0 auto;
	text-align: left;
}

.section-content p {
	font-size: 18px;
	line-height: 1.6;
}

.antlab-logo {
	font-size: 100px;
	color: #00ff80;
	margin-bottom: 20px;
}

html {
	scroll-behavior: smooth;
}

@media (max-width: 768px) {
	.hero h1 {
		font-family: 'Alexandria', sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 40px;
		line-height: 110%;
		letter-spacing: 0;
		text-align: center;
		vertical-align: middle;
	}

	.hero p {
		font-size: 16px;
	}

	section {
		padding: 60px 20px;
	}

	.navbar {
		padding: 20px 0 20px 20px;
	}

	.navbar-nav .nav-link {
		margin-left: 0;
	}

	.navbar-collapse {
		background-color: #0f0f0f;
	}
}

.antlab-section {
	background: #0F0F0F url('../imgs/bg02.png') center top/cover no-repeat;
	background-size: auto 150%;
	padding: 120px 0;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.antlab-section.no-min-h {
	min-height: auto !important;
}

.antlab-logo {
	text-align: center;
	padding: 40px;
}

.antlab-title {
	color: #E5E5E5;
	font-family: 'Alexandria', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 48px;
	line-height: 100%;
	letter-spacing: 0;
	vertical-align: middle;
	text-transform: capitalize;
	margin-bottom: 72px !important;
}

.antlab-logo svg {
	filter: drop-shadow(0 0 20px rgba(0, 255, 128, 0.3));
	animation: float 6s ease-in-out infinite;
}

.antlab-logo h2 {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 72px;
	text-shadow: 0 0 10px rgba(0, 255, 128, 0.5);
}

.text-box {
	position: relative;
	border-radius: 20px;
	padding: 32px 20px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.text-box p {
	font-family: 'Alexandria', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-style: normal;
	color: #999999;
	margin-bottom: 20px;
}

.text-box p.lead {
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 0px !important;
}

.text-box strong {
	color: #00ff80;
	font-weight: 600;
}

.svg-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.svg-container svg {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

@media (max-width: 768px) {
	.svg-container {
		padding: 0 70px;
		margin-bottom: 32px;
	}

	.svg-container {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.svg-container svg {
		width: 70%;
		height: auto;
		max-width: 700px;
		display: block;
		margin: 0 auto;
	}

	.antlab-section {
		padding: 54px 0;
		text-align: center;
	}

	.antlab-title {
		font-size: 28px;
		margin-bottom: 48px !important;
		text-align: center;
	}

	.section-content {
		padding: 0 20px;
		text-align: left;
	}

	.antlab-logo h2 {
		font-size: 28px;
		font-weight: 400;
	}

	.text-box {
		padding: 30px 20px;
	}

	.antlab-logo {
		padding: 20px;
		margin-bottom: 48px;
	}

	.antlab-logo svg {
		width: 150px;
		height: 150px;
	}
}

.focus-section {
	background: #000000 url('../imgs/bg03.png') center/cover no-repeat;
	padding: 80px 0;
	display: flex;
	align-items: center;
}

.focus-header {
	text-align: center;
	margin-bottom: 80px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.focus-header h2 {
	color: #E5E5E5;
	font-family: 'Alexandria', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 48px;
	line-height: 100%;
	margin-bottom: 30px;
	text-shadow: 0 0 10px rgba(0, 255, 128, 0.3);
}

.focus-header .lead {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	color: #999999;
	margin-bottom: 0;
}

.focus-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	width: 100%;
}

.focus-card {
	flex: 1 1 calc(33.333% - 40px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 20px;
	padding: 48px 36px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	overflow: hidden;
}

.focus-card:hover::before {
	opacity: 1;
}

.card-icon {
	margin-bottom: 36px;
}

.card-icon svg {
	filter: drop-shadow(0 0 10px rgba(0, 255, 128, 0.5));
	transition: transform 0.3s ease;
}

.focus-card:hover .card-icon svg {
	transform: scale(1.1);
}

.focus-card h3 {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #E5E5E5;
	margin-bottom: 16px;
}

.focus-card p {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #999999;
	text-align: center;
}

@media (max-width: 768px) {
	.focus-grid {
		gap: 16px;
	}

	.focus-section {
		padding: 40px 0;
	}

	.focus-header {
		margin-bottom: 32px;
	}

	.focus-header h2 {
		font-size: 28px;
	}

	.focus-header .lead {
		font-size: 16px;
		padding: 0 20px;
	}

	.focus-card {
		flex: 1 1 calc(50% - 40px);
	}
}

@media (max-width: 480px) {
	.focus-header h2 {
		font-size: 28px;
	}

	.focus-card {
		flex: 1 1 100%;
	}

	.focus-card h3 {
		font-size: 20px;
	}

	.focus-card p {
		font-size: 14px;
	}
}

.ambassador-section {
	padding: 80px 0 0 0;
	background: #0F0F0F url('../imgs/bg03.png') center/cover no-repeat;
}

.section-title {
	font-weight: 400;
	font-size: 48px;
	text-align: center;
	margin-bottom: 80px;
	color: #E5E5E5;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 48px;
}

.ambassador-row {
	background: #0F0F0F;
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 30px;
	margin-bottom: 30px;
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	transition: all 0.3s ease;
}

.ambassador-image {
	flex-shrink: 0;
	margin-right: 30px;
}

.profile-img {
	width: 198px;
	height: 198px;
	object-fit: cover;
}

.cartoon-avatar {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.avatar-content {
	text-align: center;
	z-index: 2;
}

.avatar-content h3 {
	font-size: 16px;
	margin: 0;
	font-weight: 600;
	color: white;
}

.avatar-content p {
	font-size: 11px;
	margin: 5px 0 0;
	opacity: 0.8;
	color: white;
}

.ambassador-content {
	flex: 1;
}

.ambassador-name {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0;
	vertical-align: middle;
	color: #ffffff;
}

.ambassador-bio {
	font-size: 16px;
	opacity: 0.9;
}

.ambassador-bio p {
	font-family: 'Alexandria', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0;
	vertical-align: middle;
	color: #999999;
	margin-bottom: 0;
}

.status-container {
	margin-top: 40px;
	text-align: center;
}

.status-bar {
	display: inline-block;
	background: #1a56db;
	color: white;
	padding: 8px 15px;
	border-radius: 5px;
	font-size: 14px;
}

.red-indicator {
	height: 5px;
	background: #e53e3e;
	border-radius: 0 0 5px 5px;
	margin-top: 10px;
	width: 100%;
}

@media (max-width: 768px) {
	.ambassador-row:last-child {
		margin-bottom: 0px;
	}

	.ambassador-section {
		background: #0F0F0F;
		padding: 40px 0;
	}

	.ambassador-row {
		flex-direction: column;
		text-align: center;
		padding: 20px;
	}

	.ambassador-image {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.profile-img,
	.cartoon-avatar {
		height: auto;
		aspect-ratio: 1;
		width: 100%;
	}

	.section-title {
		font-size: 28px;
	}

	.ambassador-name {
		font-size: 20px;
	}

	.ambassador-bio {
		font-size: 14px;
	}
}

#events-container {
	margin-right: 0px;
	margin-left: 0px;
}

.events-section {
	padding: 80px 0;
	min-height: 100vh;
	background-color: #000000;
}

.section-events-title {
	font-family: 'Alexandria', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 48px;
	margin-bottom: 72px;
	text-align: left;
	color: #E5E5E5;
}

.event-card {
	overflow: hidden;
	margin-bottom: 80px;
	padding-bottom: 37px;
	border-bottom: 1px solid #4E4E4E;
}

.last-event-card {
	border-bottom: none !important;
	padding-bottom: 0px !important;
}

.event-number {
	font-size: 5rem;
	font-weight: 800;
	color: rgba(255, 255, 255, 0.05);
	position: absolute;
	top: -20px;
	right: 20px;
	line-height: 1;
}

.event-content {
	padding: 0px;
	margin-bottom: 40px;
	margin-right: 100px;
}

.event-content p {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	color: #F5F5F5;
}

.event-title {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 1.22;
	color: #F5F5F5;
	margin-bottom: 20px;
}

.event-date {
	display: inline-block;
	background: rgba(45, 66, 248, 0.1);
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 0.9rem;
	margin-bottom: 15px;
	border: 1px solid rgba(45, 66, 248, 0.3);
}

.event-image-wrapper {
	padding: 0 0 45px 0;
}

.event-image {
	height: auto;
	aspect-ratio: 640/365;
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
}

.event-video {
	height: auto;
	aspect-ratio: 640/352;
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
}

.event-image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(15, 15, 15, 0.7), transparent);
}

.events-section .info-line {
	display: flex;
	align-items: center;
	margin-bottom: 17px;
	position: relative;
}

.events-section .info-line:last-child {
	margin-bottom: 0;
}

.events-section .icon {
	width: 24px;
	height: 24px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	flex-shrink: 0;
}

.events-section .icon::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 1px;
}

.events-section .date .icon::before {
	width: 10px;
	height: 2px;
	border-radius: 0;
}

.events-section .location .icon::before {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 6px solid #fff;
	background-color: transparent;
	border-radius: 0;
}

.events-section .text {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.22;
	color: #F5F5F5;
	margin-left: 2px;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.event-title {
		margin-bottom: 40px;
	}

	.events-section {
		padding: 40px 0;
	}

	.section-events-title {
		text-align: center;
		font-size: 28px;
		margin-bottom: 32px;
	}

	.event-card {
		padding: 0 0 40px 0;
	}

	.event-image-wrapper {
		padding: 0;
	}

	.event-card {
		margin-bottom: 40px;
	}

	.event-number {
		font-size: 4rem;
		top: -15px;
	}

	.event-description {
		margin-bottom: 40px;
	}

	.event-content {
		margin-bottom: 0px;
		margin-right: 0px;
	}

	.events-section .info-line:last-child {
		margin-bottom: 40px;
	}
}

.partnership-section {
	background: #0F0F0F url('../imgs/bg03.png') center top/cover no-repeat;
	;
	color: #fff;
	padding: 100px 120px;
	overflow: hidden;
}

.partnership-section .partners-container {
	display: flex;
	flex-direction: column;
	gap: 66px;
}

.partnership-section .partners-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 73px;
	white-space: nowrap;
	font-size: 1.2rem;
}

.partnership-section .partner-item {
	display: flex;
	align-items: center;
	gap: 0px;
}

.partnership-section .partners-row:nth-child(2) .partner-item {
	transform: translateX(25px);
}

@media (max-width: 768px) {
	.partnership-section .partners-container {
		gap: 0;
	}

	.partnership-section .partners-row .partner-item {
		transform: none !important;
	}

	.partnership-section .partners-row {
		gap: 0;
	}

	.partnership-section .partner-item {
		margin-right: 0px;
	}
}

.partnership-section .partner-item img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	filter: grayscale(100%);
}

.partnership-section .partner-item i {
	font-size: 24px;
}

.seamless-carousel-box {
	margin: 0 auto;
	overflow: hidden;
	display: flex;

	>* {
		flex: 0 0 100%;
	}

	&:hover .carousel-box {
		animation-play-state: paused;
	}
}

.carousel-box {
	display: flex;
	gap: 73px;
	padding-right: 53px;
	will-change: transform;
}

@keyframes scrolling {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

@keyframes scrolling-reverse {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}

@media (max-width: 768px) {
	.carousel-box {
		gap: 53px;
	}

	.partnership-section {
		padding: 40px 0 0 0;
	}

	.partnership-section .partners-row {
		width: 600px;
		will-change: transform;
		margin-bottom: 66px;
	}

	.carousel-box {
		animation: scrolling 10s linear infinite;
	}

	.seamless-carousel-reverse-box .carousel-box {
		animation: scrolling-reverse 10s linear infinite;
	}
}

#partnership-section .logo-container {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}

#partnership-section .logo-triangle {
	width: 40px;
	height: 40px;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	margin-right: 15px;
}

#partnership-section .logo-text {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 1px;
}

#partnership-section .content-section {
	padding: 3rem 0;
}

#partnership-section .intro-text {
	font-size: 1.1rem;
	line-height: 1.7;
	margin-bottom: 2rem;
	opacity: 0.9;
}

#partnership-section .feature-icons {
	display: flex;
	gap: 15px;
	margin-top: 3rem;
}

#partnership-section .icon-circle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.2rem;
}

@media (max-width: 768px) {
	#partnership-section .logo-text {
		font-size: 2rem;
	}

	#partnership-section .content-section {
		padding: 2rem 0;
		text-align: center;
	}

	#partnership-section .logo-container {
		justify-content: center;
	}

	#partnership-section .feature-icons {
		justify-content: center;
	}
}

#antpay {
	background: #000000 url('../imgs/bg03.png') center top/cover no-repeat;
	display: flex;
	align-items: center;
	padding: 80px 120px;
	box-sizing: border-box;
}

#antpay .container {
	width: 100%;
}

#antpay .page-title {
	text-align: center;
	font-family: "Alexandria", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 48px;
	line-height: 100%;
	letter-spacing: 0;
	vertical-align: middle;
	text-transform: capitalize;
	margin-bottom: 65px;
}

#antpay .content-wrapper {
	display: flex;
	gap: 60px;
	align-items: flex-start;
}

#antpay .logo-section {
	flex: 0 0 50%;
	display: flex;
	justify-content: center;
}

#antpay .logo-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#antpay .logo-container {
	margin: 0 auto;
}

#antpay .logo-container svg {
	width: 70%;
	height: auto;
}

#antpay .logo-triangle-red {
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	position: absolute;
	top: 0;
	left: 0;
}

#antpay .logo-triangle-orange {
	width: 70%;
	height: 70%;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	position: absolute;
	top: 0;
	left: 0;
}

#antpay .logo-triangle-blue {
	width: 40%;
	height: 40%;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	position: absolute;
	top: 0;
	left: 0;
}

#antpay .text-section {
	flex: 1;
}

#antpay .intro-text p {
	font-family: "Alexandria", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #999999;
}

#antpay .feature-icons {
	display: flex;
	gap: 0px;
}

#antpay .icon-circle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 20px;
}

@media (max-width: 768px) {
	#antpay {
		padding: 40px 0 0 0;

		.feature-icons {
			justify-content: center;
		}

	}

	#antpay .logo-section {
		width: 100%;
	}

	#antpay .page-title {
		font-size: 36px;
		margin-bottom: 40px;
	}

	#antpay .content-wrapper {
		flex-direction: column;
		gap: 40px;
	}

	#antpay .logo-container {
		svg {
			width: 70%;
			height: auto;
			aspect-ratio: 356 / 89;
		}

		text-align: center;
	}

	#antpay .intro-text {
		font-size: 16px;
		text-align: center;
	}
}

#contact {
	background-color: #000;
	padding-bottom: 0px !important;

	.title {
		text-align: left;
		font-family: Alexandria;
		font-weight: 400;
		font-style: normal;
		font-size: 48px;
		line-height: 100%;
		letter-spacing: 0%;
		text-transform: capitalize;
		color: #E5E5E5;
		margin-bottom: 40px !important;
	}

	.subtitle {
		font-family: 'Inter', sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 20px;
		line-height: 140%;
		letter-spacing: 0;
		text-align: center;
		vertical-align: middle;
		color: #999999;
		margin-bottom: 20px !important;
	}
}

#contact .content-box {
	font-family: 'Alexandria', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
	color: #9DFF3A;
}

#contact .contact-icon {
	width: 80px;
	height: auto;
}

#contact .content-box {
	margin-top: 20px !important;
}

@media (max-width: 768px) {
	#contact .contact-icon {
		width: 60px;
	}

	#contact h2 {
		font-size: 1.8rem;
	}

	#contact h5 {
		font-size: 1rem;
	}

	#contact .title {
		text-align: center;
		font-size: 28px;
	}
}

.copy-rights {
	font-family: 'Alexandria', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0;
	color: #999999;
	padding: 80px 0;
	margin-top: 40px;
}
