.section-title-wrapper {
	margin: 1vw 0;
	font-size: 1vw;
}

.section-title-wrapper h1 {
	color: #ffe645;
	text-transform: uppercase;
}

.section-title-wrapper .text-p20 {
	color: #767676;
	text-transform: capitalize;
}

.text-center {
	text-align: center;
}

.text-center .text-p20 {
	text-align: center;
}

.section-title-wrapper img {
	height: 4px;
	display: inline-block;
	margin: 0.5vw 0;
}

/* Banner Section */
.banner-section {
	width: 100%;
	position: relative;
	z-index: 9;
	overflow: hidden;
}

.banner-image-wrapper {
	width: 100%;
	overflow: hidden;
	font-size: 0;
}

.banner-image-wrapper img {
	width: 100%;
}

.banner-section .main-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.banner-section .main-content .banner-title-large {
	font-size: 5vw;
	background-image: linear-gradient(to left, #b09100, #fdd001);
	-webkit-background-clip: text;
	color: transparent;
}

.banner-section .main-content .banner-text-tag {
	color: #fff;
	margin: 1rem 0;
}

.banner-section .main-content .banner-text-tag.banner-tag-blue {
	display: inline-block;
	padding: 1vw 2rem;
	background: url(../images/ba1_03.png) center center no-repeat;
	background-size: 100% 100%;
	color: #000;
}

.banner-section .main-content .banner-text-tag.banner-tag-yellow {
	display: inline-block;
	padding: 1vw 2rem;
	background: url(../images/ba2_03.png) center center no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

.banner-section .main-content .text-h68 {
	color: #fdd001;
	margin: 1rem 0;
	text-align: center;
}

.banner-section .main-content .text-h38 {
	color: #fff;
	padding: 4vw 0 3vw;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	background: url(../images/p8_03.png) center center no-repeat;
	background-size: auto 100%;
}

.banner-section .swiper-pagination-bullet-active {
	background: #fdd001;
}

/* About Section */
.about-section {
	background: url(../images/p2_02.jpg) top center no-repeat;
	background-size: cover;
}

.about-section .main-content {
	margin-bottom: 1.5rem;
	text-align: center;
}

.about-section .main-content img {
	width: 50%;
	margin: 1rem auto;
	display: block;
}

/* Security Grid */
.security-grid ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 4vw 0;
}

.security-grid ul li {
	width: 23%;
	margin: 1%;
	padding: 1rem;
	border-radius: 1rem;
	background: #201f1f;
	text-align: center;
	border: 1px solid #ffe544;
}

.security-grid ul li img {
	width: 40%;
	display: block;
	margin: 1rem auto;
}

.security-grid ul li .text-p30 {
	color: #ffe544;
	text-align: center;
	padding: 0.4rem 0;
}

.security-grid ul li .wallet-address {
	font-size: 1vw;
	color: #ffe544;
	text-align: center;
    word-break: break-all;
    margin: 0.5rem 0;
}

@media screen and (max-width: 991px) {
    .security-grid ul li .wallet-address {
        font-size: 3vw;
    }
}

/* Highlights Section */
.highlights-section {
	background: url(../images/p4_02.jpg) center center no-repeat;
	background-size: cover;
}

.highlights-section .main-content {
	margin: 2vw 0;
}

.highlights-section .main-content p {
	padding: 0.4rem 0;
}

.highlights-section .main-content p b {
	color: #ffe544;
}

/* Token Section */
.token-section .main-content {
	margin: 2vw 0;
}

.token-section .token-top-row {
	display: flex;
	align-items: center;
}

.token-section .token-icon {
	width: 20%;
}

.token-section .token-icon img {
	width: 100%;
}

.token-section .token-issuance-info {
	width: 60%;
	text-align: center;
}

.token-section .token-issuance-info .text-h68 {
	color: #ffe544;
}

.token-section .token-issuance-info .text-h68 span {
	color: #ffe544;
}

.token-section .token-issuance-info .text-h48 {
	color: #1d1d1d;
}

.token-section .token-bottom-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 2rem 0;
}

.token-section .token-mechanism-card {
	width: 60%;
	padding: 1rem;
	border-radius: 1rem;
	background: #201f1f;
	border: 1px solid #ffe544;
}

.token-section .token-mechanism-card span {
	color: #ffe544;
}

.token-section .token-mechanism-card p {
	color: #fff;
}

.token-section .token-chart-image {
	width: 30%;
}

.token-section .token-chart-image img {
	width: 100%;
}

/* Ecosystem Section */
.ecosystem-section {
	background: url(../images/p7_02.png) center center no-repeat;
	background-size: cover;
}

.ecosystem-section .main-content .text-p24 {
	width: 50%;
}

.ecosystem-section .main-content b {
	color: #ffe544;
}

.ecosystem-section .main-content .text-h38 {
	color: #fff;
	margin-top: 10vh;
}

/* Footer */
.main-footer {
	background: #000;
}

.main-footer .site-logo img {
	width: auto;
	height: 4rem;
}

.main-footer .text-p24 {
	padding: 2rem 0;
	color: #fff;
}

.main-footer .flex-container {
	align-items: center;
}

.main-footer .flex-container ul {
	display: flex;
	align-items: center;
}

.main-footer .flex-container ul img {
	width: 6rem;
	margin: 1rem;
}

.main-footer .flex-container ul img:hover {
	opacity: 0.6;
}

/* Responsive adjustments */
@media screen and (max-width: 991px) {
	.banner-section .banner-image-wrapper img {
		width: 250%;
		margin-left: -50%;
	}

	.banner-section .main-content .text-h38 {
		background: none;
	}

	.banner-section .main-content .banner-title-large {
		font-size: 10vw;
	}

	.security-grid ul li {
		width: 100%;
	}

	.token-section .token-mechanism-card {
		width: 100%;
	}

	.token-section .token-chart-image {
		width: 100%;
		margin: 2rem auto;
	}

	.ecosystem-section .main-content .text-p24 {
		width: 100%;
	}

	.main-footer .site-logo img {
		width: auto;
		margin: 0 auto;
		display: block;
		height: 4rem;
	}

	.main-footer .text-p22 {
		text-align: center;
	}

	.main-footer .flex-container ul {
		justify-content: center;
	}

	.main-footer .flex-container ul img {
		width: 3rem;
	}
}
