* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: "Playfair Display", serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.canvas {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.gold-gradient-text {
    color: rgb(218,165,32); 
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(218,165,32,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(212,175,55,1) 61%, rgba(213,173,109,1) 100%);
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgb(224 152 33) 0%, rgb(197 120 19) 26%, rgb(212 140 32) 35%, rgb(230 164 43) 45%, rgba(212, 175, 55, 1) 61%, rgb(194 108 11) 100%);
    background: linear-gradient(to bottom, #fcc549 0%, #cb750c 50%, #e7bf2f 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    text-shadow: 0px 0px 20px rgba(212,175,55,.5);
    font-weight: 800;
}

h1, h2, h3 {
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.header {
	position: absolute;
	z-index: 101;
	width: 100%;
}

.header .left {
	display: flex;
}

.content {
	max-width: 1500px;
	padding: 0px 20px;
	margin: 0px auto;
	position: relative;
}

.header .content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	gap: 30px;
}

.divider {
	width: auto;
	background: #742b00;
	height: 3px;
	position: relative;
	flex: 1;
}

.buy-link {
	position: relative;
	width: 180px;
	transition: 0.3s;
}

.buy-link:hover {
	transform: scale(1.1);
	transition: 0.3s;
}

.buy-link img {
	display: block;
	width: 100%;
}

.mobile-link {
	position: relative;
	width: 160px;
	transition: 0.3s;
	display: none;
	opacity: 0;
	visibility: hidden;
}

.mobile-link:hover {
	transform: scale(1.1);
	transition: 0.3s;
}

.mobile-link img {
	display: block;
	width: 100%;
}

.logo {
	position: relative;
	width: 140px;
}

.logo img {
	width: 100%;
	display: block;
}

.nav {
	position: relative;
}

.nav ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 30px;
}

.nav ul li a {
	color: #742b00;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 1px;
	font-family: "Cinzel", serif;
	font-weight: 800;
}

.section__hero {
	position: relative;
	width: 100%;
	height: 100vh;
	background: url('img/hero-bg.jpg') no-repeat center bottom;
	background-size: cover;
	min-height: 700px;
	overflow: hidden;
}

.big-logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 140px;
	display: block;
	max-width: 650px;
	width: 60%;
}

.socials {
	position: absolute;
	bottom: 50px;
	left: 50%;
	//left: 0px;
	transform: translateX(-50%);
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 30px;
}

.socials a {
	position: relative;
	transition: 0.2s ease-in-out;
}

.socials a:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 1px;
	//box-shadow: 0px 0px 40px 25px black;
}

#twitter:before {
	box-shadow: 0px 0px 40px 25px #a71b89;
}

#dextools:before {
	box-shadow: 0px 0px 40px 25px #23efff;
}

#dexscreener:before {
	box-shadow: 0px 0px 40px 25px #fe9800;
}

.socials a img {
	width: 60px;
	position: relative;
	z-index: 50;
}

.socials a:hover {
	transform: scale(1.1);
	transition: 0.2s ease-in-out;
}

.socials a span {
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translate(-50%, 30px);
	padding: 4px 8px;
	border-radius: 5px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease-in-out;
	color: black;
}

.socials a:hover span {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0px);
	transition: 0.3s ease-in-out;
}

#twitter span {
	background: #a71b89;
}

#dextools span {
	background: #23efff;
}

#dexscreener span {
	background: #fe9800;
}

.section__about {
	position: relative;
	padding: 100px 0px;
	background: url('img/about-bg.jpg') no-repeat center ;
	background-size: cover;
	overflow: hidden;
}

.section__about:before,
.section__tokenomics:before,
.section__tokenomics:after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 50px;
	background: url('img/border.png') no-repeat center;
	background-size: cover;
}

.section__tokenomics:after {
	top: auto;
	bottom: 0px;
	transform: rotate(180deg);
}

.stone-content {
	position: relative;
	margin: 0px auto;
	width: 100%;
	max-width: 800px;
}

.about-stone {
	width: 100%;
	max-width: 800px;
	display: block;
}

.about-text {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 22% 15%;
	color: #fff2ba;
	font-size: 1.75rem;
	text-shadow: 0px 0px 20px #000000;
}

.about-dragon {
	position: absolute;
	width: 450px;
	bottom: -100px;
	right: 150px;
}

.section__tokenomics {
	background: url('img/tokenomics-bg.jpg') no-repeat bottom;
	background-size: cover;
	position: relative;
	padding: 100px 0px;
}

.stone-content2 {
	position: relative;
	margin: 0px auto;
	width: 100%;
	max-width: 1000px;
}

.tokenomics-stone {
	width: 100%;
	max-width: 1000px;
	display: block;
}

.ca-button {
	position: absolute;
	width: 12%;
	height: 12%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 11%;
	background: transparent;
	border: none;
	cursor: pointer;
}

.ca-button img {
	width: 100%;
	border-radius: 50%;
	transition-duration: 0.3s;
}

.ca-button img:hover {
	box-shadow: 0px 0px 30px #ff862f;
	transition-duration: 0.3s;
}

.tokenomics-text {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 11% 18%;
	color: #fff2ba;
	font-size: 2.2rem;
	text-shadow: 0px 0px 20px #000000;
}

.tokenomics-text .tokenomics-gold {
	font-size: 3rem;
}

.ca-box {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 8rem;
}

.ca-title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.ca-title h1 {
	font-size: 1.5rem;
}

.divider2 {
	width: auto;
    background: #fff2ba;
    height: 2px;
    position: relative;
    flex: 1;
}

.ca-text {
	position: relative;
	font-size: 1.2rem;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ca-copied {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.3s;
	font-size: 2rem;
	color: #fff2ba;
}

.ca-copied.show {
	opacity: 1;
	visibility: visible;
	transition-duration: 0.3s;
	bottom: 0px;
}


@media (max-width: 1024px) {
	.big-logo {
		width: 60vh;
	}

	.about-dragon {
		width: 400px;
		right: -40px;
	}

	.tokenomics-text {
		font-size: 1.5rem;
	}

	.tokenomics-text .tokenomics-gold {
		font-size: 2rem;
	}

	.ca-box {
		margin-top: 5rem;
	}

	.ca-text {
		font-size: 1rem;
	}
}

@media (max-width: 768px) {
	.stone-content {
		max-width: 600px;
	}

	.about-text {
		font-size: 1.35rem;
	}

	.about-dragon {
		width: 350px;
		right: -60px;
	}

	.tokenomics-text {
		font-size: 1.5rem;
	}

	.tokenomics-text .tokenomics-gold {
		font-size: 2rem;
	}

	.ca-box {
		margin-top: 4.5rem;
	}

	.ca-text {
		font-size: 1rem;
	}
}

@media (max-width: 540px) {
	.header .content {
		flex-direction: column;
		gap: 5px;
	}

	.header .left {
		gap: 10px;
	}

	.logo {
		width: 120px;
	}

	.buy-link {
		display: none;
		opacity: 0;
		visibility: hidden;
	}

	.mobile-link {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	.big-logo {
		width: 100%;
		bottom: 20vh;
	}

	.about-text {
		font-size: 0.8rem;
	}

	.about-dragon {
		width: 200px;
		right: -50px;
	}

	.tokenomics-text {
		font-size: 0.7rem;
	}

	.tokenomics-text .tokenomics-gold {
		font-size: 1rem;
	}

	.ca-box {
		margin-top: 2.5rem;
	}

	.ca-title h1 {
		font-size: 0.8rem;
	}

	.ca-text {
		font-size: 0.5rem;
	}

	.ca-copied {
		font-size: 1rem;
	}
}