html,
body {
	padding: 0;
	margin: 0;
	background: #1A1F26;
	font-family: Fuzzy Bubbles, sans-serif;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	transition: 0.3s;
}

.header {
	width: 100%;
	height: 70vh;
	position: relative;
	background: url(/img/header.png);
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: start;
}

.gray {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(26, 31, 38);
	background: linear-gradient(0deg, rgba(26, 31, 38, 1) 0%, rgba(26, 31, 38, 0) 100%);
}

.headline {
	width: 100%;
	max-width: 1440px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 40px 0px;
}


.headline a {
	display: flex;
	justify-content: center;
	position: relative;
	align-items: center;
}

.headline a img {
	position: absolute;
	z-index: 1;
}

.headline a span {
	font-size: 20px;
	position: relative;
	z-index: 2;
	font-weight: 600;
	color: black;
}

.tokenomics {
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 40px 0px;
}

.title {
	font-size: 120px;
	color: #FEBF05;
	text-shadow: 2px 2px 1px #000;
	text-align: center;
}

.x {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.info {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 5px;
}

.info p {
	text-align: center;
	color: white;
	font-size: 28px;
	font-weight: 600;
}


.info a {
	margin-top: 40px;
}


.info a {
	display: flex;
	justify-content: center;
	position: relative;
	align-items: center;
}

.info a img {
	position: absolute;
	z-index: 1;
}

.info a span {
	font-size: 20px;
	position: relative;
	z-index: 2;
	font-weight: 600;
	color: black;
}

.aboutus {
	padding: 60px 0px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	margin: 0 auto;
	max-width: 1440px;
}

.aboutus div {
	background: white;
	border-radius: 6px;
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 20px;
	flex-direction: column;
	gap: 10px;
}

.aboutus div img {
	max-width: 250px;
}

.aboutus div p {
	font-size: 22px;
	font-weight: 600;
	color: #12183A;
}

.aboutus div span {
	text-align: center;
	color: #000;
	font-size: 15px;
	font-weight: 600;
}

.goals {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 50px 0px;
}

.goals p {
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
}

.goals div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.goals ul {
	margin: 0 auto;
}

.goals ul li {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}

.goals span {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}

.assemble {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
	padding: 60px 0px;
}

.assemble span {
	font-size: 40px;
	color: #fff;
	text-align: center;
	font-weight: 600;
}

.assemble div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

.assemble div p {
	font-size: 21px;
	color: #fff;
	line-height: 48px;
	font-weight: 600;
}

.coming {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 50px 0px;
	max-width: 1440px;
}

.coming .title {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-shadow: none;
}

.hero {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	position: relative;
}

.hero a {
	position: absolute;
	right: 0;
	bottom: 0;
}

.hero a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero a img {
	position: absolute;
	z-index: 1;
}

.hero a span {
	font-size: 20px;
	position: relative;
	z-index: 2;
	font-weight: 600;
	color: black;
}

.hero p {
	font-size: 21px;
	font-weight: 600;
	color: #fff;
	line-height: 48px;
}

.background {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(26, 41, 38, 0.5);
	z-index: 99;
}

.modal {
	width: 550px;
	height: 750px;
	background: url(/img/modal.png);
	background-size: cover;
	border-radius: 16px;
	position: relative;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	gap: 30px;
}

.exit {
	position: absolute;
	top: 20px;
	right: 20px;
}

.head {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.head img {
	width: 100%;
}

.head p {
	background: rgba(230, 241, 255, 0.25);
	width: 100%;
	padding: 15px 0px;
	color: #fff;
	letter-spacing: 2px;
	border-radius: 16px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.tiles {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.tiles a {
	font-size: 20px;
	background: #E6F1FF;
	border-radius: 16px;
	height: 60px;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#select {
	justify-content: space-between;
}

.head a {
	width: 100%;
	background: #E6F1FF;
	border-radius: 15px;
	border: 2px solid #E6F1FF;
	padding: 15px 0px;
	box-shadow: 3px 3px 0px #000;
}

.head a img {
	height: 50px;
}

textarea {
	border: 2px solid var(--yellow);
	width: 100%;
	margin-bottom: 15px;
	height: 200px;
	border-radius: 16px;
	padding: 10px;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #E6F1FF;
	color: #555555;
	font-family: Fuzzy Bubbles, sans-serif;
	font-size: 18px;
	color: var(--black);
	line-height: 1.4em;
	outline: none;
	transition: background-color 0.2s ease 0s;
}

#insert {
	justify-content: space-between;
}

.head span {
	background: #E6F1FF;
	color: #000;
	width: 100%;
	border-radius: 16px;
	padding: 15px;
	font-size: 21px;
}

.error {
	border: 1px solid red;
}


@media screen and (max-width: 1600px) {
	.headline {
		max-width: 1200px;
	}

	.tokenomics {
		max-width: 1200px;
	}

	.aboutus {
		max-width: 1200px;
	}

	.goals {
		max-width: 1200px;
	}

	.assemble {
		max-width: 1200px;
	}

	.coming {
		max-width: 1200px;
	}
}

@media screen and (max-width: 1250px) {
	.headline {
		max-width: 1000px;
	}

	.tokenomics {
		max-width: 1000px;
	}

	.aboutus {
		max-width: 1000px;
	}

	.goals {
		max-width: 1000px;
	}

	.assemble {
		max-width: 1000px;
	}

	.coming {
		max-width: 1000px;
	}

	.x img {
		width: 100%;
	}

	.goals div img {
		width: 100%;
	}

	.assemble div img {
		width: 100%;
	}

	.hero img {
		width: 100%;
	}

	.title {
		font-size: 96px;
	}

	.hero p {
		font-size: 16px;
	}

	.assemble div p {
		font-size: 16px;
	}

	.hero {
		padding: 40px 0px;
	}

	.hero a img {
		width: auto;
	}
}

@media screen and (max-width: 1000px) {
	.header {
		background-position: center;
	}

	.headline {
		justify-content: center;
	}

	.title {
		font-size: 64px;
	}

	.x {
		flex-direction: column;
		width: 90%;
		margin: 0 auto;
	}

	.info p {
		font-size: 22px;
	}

	.aboutus {
		grid-template-columns: 1fr;
		width: 90%;
	}

	.goals div {
		flex-direction: column;
		width: 90%;
		margin: 0 auto;
	}

	.goals ul {
		width: 90%;
	}

	.assemble div {
		width: 90%;
		margin: 0 auto;
		flex-direction: column-reverse;
	}

	.hero {
		flex-direction: column;
		width: 90%;
		margin: 0 auto;
	}

	.hero a {
		position: relative;
		right: unset;
		bottom: unset;
	}

	.modal {
		border-radius: 0;
		width: 100%;
		justify-content: center;
		height: 100%;
	}
}