@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Libre+Baskerville:wght@400;700&family=Orbitron:wght@400;600&family=Rajdhani:wght@400;600&display=swap');

body {
	background:#141313;
	margin: 0;
	padding: 0;
	font-family: 'Libre Baskerville', serif;
	color: #d4c8bc;
	overflow-x: hidden;
}
#header {
	background-image: url('images/head.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 508px;
	width: 100%;
	position: relative;
	z-index: 0;
	background-color:#000000;
	border-bottom: 2px solid #8f3e24;
}
#navigation {
	width: 100%;
	padding: 60px 0;
	background:linear-gradient(180deg,#120b09 0%,#1b100d 35%,#22120d 65%,#140c0a 100%);
	border-top: 1px solid #8f3e24;
	border-bottom: 1px solid #8f3e24;
	box-shadow:0 0 22px rgba(143, 62, 36, 0.35),inset 0 0 18px rgba(70, 25, 12, 0.45);
	display: flex;
	justify-content: center;
	gap: 42px;
	position: relative;
	overflow: hidden;
}
#navigation::before {
	content: "◯ ◯ ◯ ◯ ◯ ◯ ◯ ◯ ◯";
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(90,170,255,0.15);
	letter-spacing: 20px;
	font-size: 20px;
	pointer-events: none;
}
#navigation a {
	font-family: 'Orbitron', sans-serif;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #d97a4d;
	text-decoration: none;
	position: relative;
	padding: 10px 18px;
	transition: all 0.35s ease;
}
#navigation a::before,#navigation a::after {
	content: "⟡";
	color: rgba(0,180,255,0.4);
	margin: 0 6px;
	transition: all 0.3s ease;
}
#navigation a:hover {
	color: #7fd7ff;
	text-shadow:0 0 8px rgba(127,215,255,0.8),0 0 18px rgba(127,215,255,0.5);
}
#navigation a:hover::before,#navigation a:hover::after {
	color: #7fd7ff;
	transform: scale(1.2);
}
#navigation a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 2px;
	background:linear-gradient(90deg,transparent,#8f3e24,#57c7ff,transparent);
	transform: scaleX(0);
	transition: transform 0.35s ease;
}
#navigation a:hover::after {
	transform: scaleX(1);
}
#content {
	margin-top: 35px;
	padding-bottom: 40px;
	position: relative;
	width: 67%;
	margin-left: auto;
	margin-right: auto;
}
.contentx {
	text-align: justify;
	padding: 35px 42px;
	margin-bottom: 60px;
	font-size: 19px;
	line-height: 1.9;
	letter-spacing: 0.6px;
	color: #d7c6ba;
	position: relative;
}
#content::before,#content::after {
	font-family: 'Orbitron', sans-serif;
	color: rgba(0,170,255,0.12);
	font-size: 16px;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	line-height: 2em;
}
#content::before {
	left: -12px;
	top: 20px;
	bottom: 20px;
	content:"◯\A◯\A◯\A◯\A◯\A◯\A◯\A◯\A◯\A◯";
	white-space: pre-line;
}
#content::after {
	right: -12px;
	top: 20px;
	bottom: 20px;
	content:"◯\A◯\A◯\A◯\A◯\A◯\A◯\A◯\A◯\A◯";
	white-space: pre-line;
}
h1 {
	display: inline-block;
	font-family: 'Orbitron', sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: #d97a4d;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 18px;
	text-shadow:0 0 12px rgba(217,122,77,0.35),0 0 30px rgba(0,180,255,0.08);
	position: relative;
}
h1::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 8px;
	background:linear-gradient(90deg,transparent,#8f3e24,#57c7ff,transparent);
}
a {
	color: #d97a4d;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease;
}
a:hover {
	color: #7fd7ff;
	text-shadow:0 0 10px rgba(127,215,255,0.6);
}
a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 1px;
	background:linear-gradient(90deg,transparent,#57c7ff,transparent);
	transform: scaleX(0);
	transition: transform 0.3s ease;
}
a:hover::after {
	transform: scaleX(1);
}
b,strong {
	font-family: 'Orbitron', sans-serif;
	font-weight: 600;
	color: #ff8d5e;
	letter-spacing: 1px;
	text-shadow:0 0 10px rgba(255,120,80,0.3);
}
i,em {
	color: #7fd7ff;
	font-style: italic;
	text-shadow:0 0 8px rgba(127,215,255,0.3);
}
blockquote {
	font-family: 'Rajdhani', sans-serif;
	font-size: 24px;
	line-height: 1.8;
	letter-spacing: 1px;
	color: #c9d9e8;
	background:linear-gradient(145deg,rgba(10,18,32,0.92),rgba(7,10,18,0.96));
	border-left: 4px solid #57c7ff;
	padding: 40px 50px;
	margin: 60px auto;
	max-width: 900px;
	box-shadow:0 0 25px rgba(0,170,255,0.12),inset 0 0 20px rgba(255,255,255,0.03);
	position: relative;
}
blockquote::before {
	content: "❝";
	position: absolute;
	top: 10px;
	left: 18px;
	font-size: 60px;
	color: rgba(87,199,255,0.18);
}
textarea,input,select {
	width: 70%;
	max-width: 800px;
	padding: 14px 18px;
	margin: 16px 0;
	font-family: 'Rajdhani', sans-serif;
	font-size: 17px;
	color: #d8d2cb;
	background:rgba(10,14,22,0.92) !important;
	border: 1px solid rgba(143,62,36,0.6);
	border-radius: 8px;
	box-shadow:inset 0 0 12px rgba(0,0,0,0.45);
	transition: all 0.3s ease;
	caret-color: #57c7ff;
}
textarea:focus,input:focus,select:focus {
	outline: none;
	border-color: #57c7ff;
	box-shadow:0 0 12px rgba(87,199,255,0.35),inset 0 0 10px rgba(0,0,0,0.5);
}
#footer {
	position: relative;
	font-family: 'Rajdhani', sans-serif;
	font-size: 15px;
	color: #8e9aac;
	text-align: center;
	padding: 70px 25px 40px;
	margin-top: 10px;
	background:linear-gradient(180deg,transparent,rgba(5,7,14,0.95));
}
#footer::before {
	content: "◯ ⟡ ◯ ⟡ ◯ ⟡ ◯";
	display: block;
	margin-bottom: 20px;
	letter-spacing: 14px;
	font-size: 18px;
	color: rgba(87,199,255,0.28);
}
#footer a {
	color: #d97a4d;
	margin: 0 8px;
	transition: all 0.3s ease;
}
#footer a:hover {
	color: #7fd7ff;
	text-shadow:0 0 8px rgba(127,215,255,0.6);
}
#footer::after {
	content: "◯ ⟡ ◯ ⟡ ◯ ⟡ ◯";
	display: block;
	margin-top: 24px;
	font-family: 'Orbitron', sans-serif;
	font-size: 11px;
	letter-spacing: 6px;
	color: rgba(217,122,77,0.4);
}
