html,body {
	height: 100%;
	margin: 0;
	scroll-behavior: smooth;
}
body {
	background:url('images/bg.jpg');
	background-repeat: repeat;
	color: rgba(245,245,240,0.88);
}
::-webkit-scrollbar {
	height: 18px;
	width: 18px;
}
::-webkit-scrollbar-corner {
	background-color: #000;
}
::-webkit-scrollbar-track-piece {
	background-color: #050505;
}
::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg,#b6a86b 0%,#6a7a4f 100%);
	border: 5px solid #000;
	border-radius: 30px;
}
#navigation {
	position: relative;
	opacity: 0.6;
	width: 60%;
	margin: -10px auto;
	padding: 58px 30px;
	text-align: center;
	background: rgba(8, 8, 7, 0.45);
	border: 1px solid rgba(194,178,128,0.10);
	border-radius: 999px;
}
#navigation::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 999px;
	background: radial-gradient(circle at center,rgba(194,178,128,0.08),transparent 60%);
	opacity: 0.6;
	pointer-events: none;
}
#navigation a:link,#navigation a:visited {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	padding: 18px 16px;
	color: rgba(167,179,111,0.9);
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.4s ease, transform 0.4s ease, letter-spacing 0.4s ease;
}
#navigation a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 8px;
	width: 0%;
	height: 1px;
	transform: translateX(-50%);
	background: linear-gradient(90deg,transparent,rgba(194,178,128,0.9),transparent);
	transition: width 0.45s ease;
}
#navigation a:hover {
	color: #ffffff;
	transform: translateY(-3px);
	letter-spacing: 4px;
}
#navigation a:hover::after {
	width: 85%;
}
#header {
	background-image:url('images/header.jpg'),url('images/bg1.jpg');
	background-repeat: no-repeat, repeat-x;
	background-position: center, center;
	height: 815px;
	width: 100%;
	margin-top: -5px;
}
a:link,a:visited,a:active {
	text-decoration: none;
	color: #a7b36f;
	font-size: 13px;
	font-family: 'Libre Baskerville', serif;
	font-weight: 600 !important;
	transition: color 0.3s ease, letter-spacing 0.3s ease;
}
a:hover {
	color: #c2b280;
	letter-spacing: 1px;
}
b,i {
	color: #b9a86a;
	font-size: 18px;
	font-weight: 400 !important;
	font-family: 'Yellowtail', cursive;
}
#container {
	width: 67%;
	max-width: 1200px;
	margin: 70px auto 60px auto;
	position: relative;
}
.contentx {
	position: relative;
	opacity: 0.6;
	padding: 65px;
	margin-bottom: 70px;
	color: rgba(245,245,240,0.88);
	background: linear-gradient(135deg,rgba(18, 18, 16, 0.92) 0%,rgba(25, 23, 18, 0.88) 35%,rgba(12, 14, 10, 0.92) 70%,rgba(8, 8, 8, 0.94) 100%);
	border: 1px solid rgba(194,178,128,0.14);
	border-radius: 34px;
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.3;
	letter-spacing: 1px;
	text-align: justify;
	overflow: hidden;
}
blockquote {
	position: relative;
	margin: 40px 0;
	padding: 30px 40px;
	background: linear-gradient(135deg, rgba(18,18,16,0.95), rgba(10,10,10,0.92));
	color: rgba(245,245,240,0.85);
	border-left: 4px solid #c2b280;
	border-right: 1px dashed rgba(194,178,128,0.25);
	border-radius: 18px;
	font-style: italic;
	line-height: 2;
	box-shadow: 0 0 25px rgba(0,0,0,0.35);
}
blockquote::before {
	content: "“";
	position: absolute;
	top: -20px;
	left: 18px;
	color: rgba(194,178,128,0.12);
	font-size: 90px;
	font-family: Georgia, serif;
}
h1 {
	position: relative;
	color: #c2b280;
	font-family: 'Yellowtail', cursive;
	font-size: 35px;
	font-weight: 400;
	letter-spacing: 2px;
	padding-bottom: 18px;
	margin-bottom: 40px;
	text-shadow: 0 0 18px rgba(194,178,128,0.10);
}
h1::after {
	content: "";
	position: absolute;
	left: 5px;
	bottom: 0;
	width: 140px;
	height: 2px;
	background: linear-gradient(90deg, #c2b280, transparent);
}
input,
textarea,
select {
	width: 80%;
	padding: 39px 40px;
	margin-top: 10px;
	margin-bottom: 24px;
	background-color: #000 !important;
	color: #ffffff;
	border: 1px solid rgba(194,178,128,0.18);
	border-radius: 18px;
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height:2.7;
	outline: none;
	box-sizing: border-box;
	transition:
		border-color 0.35s ease,
		background 0.35s ease,
		box-shadow 0.35s ease,
		transform 0.35s ease;
}
textarea {
	min-height: 160px;
	resize: vertical;
}
select {
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image:linear-gradient(45deg, transparent 50%, #c2b280 50%),linear-gradient(135deg, #c2b280 50%, transparent 50%);
	background-position:calc(100% - 20px) calc(50% - 3px),calc(100% - 14px) calc(50% - 3px);
	background-size: 6px 6px;
	background-repeat: no-repeat;
	padding-right: 45px;
}
input:hover,textarea:hover,select:hover {
	border-color: #c2b280;
	background: #111111;
	transform: translateY(-1px);
}
input:focus,textarea:focus,select:focus {
	border-color: #c2b280;
	box-shadow: 0 0 25px rgba(194,178,128,0.12);
}
input::placeholder,textarea::placeholder {
	color: rgba(255,255,255,0.35);
	font-style: italic;
}
#footer {
	opacity: 0.6;
	margin-top: 30px;
	padding: 70px 20px 40px 20px;
	position: relative;
	background: linear-gradient(to top, rgba(18, 20, 14, 0.88), rgba(32, 34, 26, 0.62));
	border-top: 1px solid rgba(194,178,128,0.18);
	text-align: center;
}
#footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 70%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(194,178,128,0.6), rgba(167,179,111,0.3), transparent);
}
#footer::after {
	content: "❦";
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(194,178,128,0.6);
	font-size: 18px;
	background: rgba(0,0,0,0.8);
	padding: 0 10px;
}
.footer-brand h2 {
	font-family: 'Yellowtail', cursive;
	font-size: 44px;
	color: #c2b280;
	margin-bottom: 10px;
	text-shadow: 0 0 18px rgba(194,178,128,0.12);
}
.footer-brand h2::after {
	content: "";
	display: block;
	width: 140px;
	height: 1px;
	margin: 12px auto;
	background: linear-gradient(90deg, #c2b280, transparent);
}
.footer-links a {
	position: relative;
	display: inline-block;
	margin: 0 12px;
	padding: 8px 10px;
	color: #a7b36f;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: all 0.35s ease;
}
.footer-links a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0%;
	height: 1px;
	transform: translateX(-50%);
	background: linear-gradient(90deg, transparent, #c2b280, transparent);
	transition: width 0.4s ease;
}
.footer-links a:hover {
	color: #ffffff;
	transform: translateY(-2px);
}
.footer-links a:hover::after {
	width: 100%;
}
.footer-bottom {
	margin-top: 30px;
	border-top: 1px solid rgba(255,255,255,0.06);
	padding-top: 18px;
}
.footer-bottom p {
	font-size: 12px;
	color: rgba(255,255,255,0.45);
	letter-spacing: 1px;
}
@media (max-width: 768px) {
	#container {
		width: 92%;
	}
	#navigation {
		width: 92%;
		padding: 30px 15px;
		border-radius: 40px;
	}
	#navigation a {
		display: block;
		margin: 6px 0;
		padding: 12px;
		font-size: 12px;
		letter-spacing: 2px;
	}
	#navigation a::after {
		display: none;
	}
	.contentx {
		padding: 30px;
		font-size: 12.5px;
		line-height: 2.1;
	}
	h1 {
		font-size: 34px;
		text-align: center;
	}
	blockquote {
		padding: 20px;
		font-size: 12.5px;
	}
	input,textarea,select {
		width: 100%;
	}
	#footer {
		padding: 50px 15px 30px 15px;
	}
	.footer-links a {
		display: block;
		margin: 6px 0;
	}
}
@media (max-width: 480px) {
	#navigation {
		padding: 22px 12px;
	}
	h1 {
		font-size: 28px;
		letter-spacing: 1px;
	}
	.contentx {
		padding: 22px;
	}
	blockquote {
		padding: 18px;
	}
}
