@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&display=swap');


#header {
	background: url('images/head.jpg'),url('images/bg1.jpg');
	background-position: center;
	background-repeat:no-repeat, repeat-x;
	height: 813px;
	width: 100%;
	position: relative;
	z-index: 0;
}
html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	font-family: 'Lora', serif;
	background: #141A3C;
	color: #ffffff;
}
#main-container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 25px;
	width: 67%;
	max-width: 1300px;
	margin: 0 auto;
}
#navigation {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 220px;
	padding: 22px;
	background: rgba(255,255,255,.015);
	border-radius: 12px;
	box-shadow:0 12px 30px rgba(0,0,0,.15);
}
#navigation::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 22px;
	width: 70px;
	height: 2px;
	background: linear-gradient(90deg,#4baeff,transparent);
}
#navigation::after {
	content: "";
	position: absolute;
	bottom: 20px;
	right: 22px;
	width: 70px;
	height: 2px;
	background: linear-gradient(270deg,#4baeff,transparent);
	opacity: .5;
}
#navigation a {
	position: relative;
	padding: 12px 16px;
	margin: 4px 0;
	color: #a8c6df;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 8px;
	transition: .3s ease;
}
#navigation a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 2px;
	height: 0;
	transform: translateY(-50%);
	transition: .3s ease;
	background: linear-gradient(180deg,#7fd4ff,#3d9eff);
}
#navigation a:hover {
	color: #ffffff!important;
	padding-left: 24px;
}
#navigation a:hover::before {
	height: 60%;
}
.contentx {
	position: relative;
	flex: 1;
	margin-top: -60px;
	padding: 40px 45px;
	line-height: 1.9;
	color: #d9e8f5;
	background: rgba(15, 23, 35, .18);
	backdrop-filter: blur(4px);
	border-radius: 18px;
	box-shadow:0 15px 40px rgba(0,0,0,.18);
}
.contentx::before {
	content: "";
	position: absolute;
	left: 35px;
	right: 35px;
	top: 0;
	height: 1px;
	background: linear-gradient(90deg,transparent,rgba(95,185,255,.7),transparent);
}
.contentx {
	position: relative;
	flex: 1;
	margin-top: -60px;
	padding: 45px 50px;
	line-height: 1.9;
	background: rgba(255,255,255,.015);
	border-radius: 12px;
	box-shadow:0 12px 30px rgba(0,0,0,.15);
}
.contentx::before{
	content:"";
	position:absolute;
	top:24px;
	left:40px;
	width:80px;
	height:2px;
	background:linear-gradient(90deg,#4baeff,transparent);
}
.contentx::after{
	content:"";
	position:absolute;
	right:40px;
	bottom:24px;
	width:80px;
	height:2px;
	background:linear-gradient(270deg,#4baeff,transparent);
	opacity:.5;
}
footer {
	position: relative;
	width: 100%;
	margin: 80px 0 30px;
	padding: 25px 0;
	text-align: center;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(185, 210, 235, .6);
}
footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: min(600px, 80%);
	height: 1px;
	transform: translateX(-50%);
	background: linear-gradient(90deg,transparent,rgba(95, 185, 255, .15),rgba(125, 220, 255, .85),rgba(95, 185, 255, .15),transparent);
	box-shadow: 0 0 8px rgba(70, 170, 255, .2);
}
footer a {
	color: rgba(135, 195, 245, .8);
	text-decoration: none;
	transition: .3s ease;
}
footer a:hover {
	color: #dff5ff;
	text-shadow: 0 0 8px rgba(90, 190, 255, .45);
}
h1 {
	position: relative;
	margin: 0 0 30px;
	padding-bottom: 18px;
	text-align: center;
	text-transform: uppercase;
	font-size: 34px;
	font-weight: 300;
	letter-spacing: 6px;
	line-height: 1.2;
	background: linear-gradient(180deg,#ffffff 0%,#dff4ff 45%,#8fcfff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-shadow:0 0 8px rgba(90,180,255,.18),0 0 18px rgba(40,120,255,.15);
}
h1::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 6px;
	width: 140px;
	height: 1px;
	transform: translateX(-50%);
	background: linear-gradient(90deg,transparent,rgba(150,220,255,.25),rgba(150,220,255,.9),rgba(150,220,255,.25),transparent);
}
h1::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 70px;
	height: 3px;
	transform: translateX(-50%);
	border-radius: 999px;
	background: linear-gradient(90deg,#2d74b6,#49b4ff,#a4e5ff,#49b4ff,#2d74b6);
	box-shadow:0 0 8px rgba(70,170,255,.55),0 0 18px rgba(70,170,255,.25);
}
a {
	color: #78c8ff;
	text-decoration: none;
	font-weight: 500;
	background: linear-gradient(90deg, #66bfff, #b8ecff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	position: relative;
	transition: .35s ease;
}
a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg,transparent,#45a8ff,#79d7ff,transparent);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .35s ease;
	box-shadow: 0 0 8px rgba(70,170,255,.4);
}
a:hover {
	background: linear-gradient(90deg, #b8ecff, #ffffff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-shadow: 0 0 12px rgba(110,200,255,.5);
}
a:hover::after {
	transform: scaleX(1);
}
b,strong {
	font-weight: 700;
	background: linear-gradient(180deg,#ffffff,#b5dfff 85%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-shadow:0 0 6px rgba(70,170,255,.18);
}
i,em {
	font-style: italic;
	background: linear-gradient(90deg,#6ebeff,#9fe6ff,#d6f7ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	position: relative;
}
i::after,em::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg,transparent,rgba(110,200,255,.85),transparent);
}
blockquote {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 22px;
	margin: 35px 0;
	padding: 28px 34px 28px 70px;
	background: rgba(255,255,255,.02);
	border-radius: 14px;
	color: #d9e8f5;
	font-size: 17px;
	line-height: 1.9;
	box-shadow:0 12px 30px rgba(0,0,0,.12);
}
blockquote::before {
	content: "";
	position: absolute;
	left: 24px;
	top: 26px;
	bottom: 26px;
	width: 2px;
	background: linear-gradient(180deg,transparent,#58b8ff,#8fdfff,transparent);
	border-radius: 999px;
}
blockquote::after {
	content: "";
	position: absolute;
	top: 20px;
	right: 28px;
	width: 70px;
	height: 1px;
	background: linear-gradient(90deg,#58b8ff,transparent);
	opacity: .6;
}
@media (max-width:768px) {
	blockquote {
		padding: 30px 20px 30px 60px;
		flex-direction: column;
	}
	.divider {
		position: relative;
		width: 100%;
		height: 2px;
		margin: 15px 0;
	}
	.divider::before {
		width: 100%;
		height: 2px;
		left: 0;
		transform: none;
	}
	.runes {
		transform: rotate(0);
	}
}
input,select,textarea {
	width:70%;
	padding: 12px 16px;
	margin: 12px 0;
	font-family: 'Lora', serif;
	font-size: 16px;
	color: #dce8f5;
	background: linear-gradient(145deg, #121d2b, #0b131d)!important;
	border: 1px solid rgba(70,150,230,.35);
	border-radius: 10px;
	box-shadow:inset 0 0 10px rgba(50,120,255,.04);
}
input:focus,select:focus,textarea:focus {
	outline: none;
	border-color: #46a7ff;
	box-shadow:0 0 12px rgba(70,170,255,.4);
}
@media (max-width: 1024px) {
	#main-container {
		flex-direction: column;
		align-items: center;
	}
	#navigation {
		width: 90%;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}
	#navigation a {
		margin-bottom: 12px;
		margin-right: 10px;
	}
}
@media (max-width: 768px) {
	.contentx {
		padding: 30px 20px;
	}
}
@media (max-width: 480px) {
	h1 {
		font-size: 28px;
	}
}
