@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Lora:ital,wght@0,400;0,500;0,600;1,400&display=swap');

html, body {
	height: 100%;
	margin: 0;
	font-family: 'Lora', serif;
	color: #4b4b3a;
	background-color: #F2EDE7;
}
#header {
	background-image: url('images/head.jpg'), url('images/bg1.jpg');
	background-repeat: no-repeat, repeat;
	background-position: center;
	height: 660px;
	width: 100%;
	margin-top: 0;
	position: relative;
}
#navigation {
	width: 56%;
	margin: -40px auto 0;
	padding: 50px 30px 60px;
	background: linear-gradient(180deg, #f8ecdd 0%, #f1e1cf 100%);
	clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
	text-align: center;
	font-family: 'Lora', serif;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 18px;
	position: relative;
}
#navigation a {
	position: relative;
	padding: 8px 26px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent;
	border: none;
	background-image: linear-gradient(135deg, #ff8fb7 0%, #7acb9b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s ease;
}
#navigation a:hover {
	letter-spacing: 4px;
	text-shadow: 0 0 8px rgba(255, 143, 183, 0.6);
	background-image: linear-gradient(135deg, #ff8fb7 0%, #ff8fb7 100%);
}
#content {
	margin: 40px auto;
	width: 63%;
}
content {
	margin: 40px auto;
	width: 63%;
}
.contentx {
	position: relative;
	background: #f7ebdc;
	padding: 70px 80px;
	font-family: 'Lora', Georgia, serif;
	font-size: 18px;
	line-height: 2.1;
	letter-spacing: 0.3px;
	text-align: justify;
	color: #4b4b3a;
	border: 2px solid #ffffff;
	outline: none;
	clip-path: polygon(20px 0, calc(100% - 20px) 0,100% 20px, 100% calc(100% - 20px),calc(100% - 20px) 100%, 20px 100%,0 calc(100% - 20px), 0 20px);
	box-shadow:0 0 30px rgba(0, 0, 0, 0.12),inset 0 0 20px rgba(255, 255, 255, 0.4);
}
.contentx a {
	display: inline-block;
	font-family: 'Cinzel', serif;
	font-size: 0.95em;
	font-weight: 600;
	letter-spacing: 0.8px;
	text-decoration: none;
	padding-bottom: 6px;
	background: linear-gradient(135deg, #ff8fb7 0%, #7acb9b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-bottom: 3px solid transparent;
	border-image: linear-gradient(90deg, #ff8fb7, #7acb9b) 1;
	transition: transform 0.3s ease;
}
.contentx a:hover {
	transform: translateY(-2px);
}
.contentx a:hover {
	background: linear-gradient(135deg, #ffb3cc 0%, #9ad7af 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.contentx a:hover::after {
	transform: translateY(2px);
	filter: drop-shadow(0 0 6px rgba(255, 143, 183, 0.7));
}
.contentx b,
.contentx strong {
    display: inline-block;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 0.92em;
    letter-spacing: 1px;
    padding: 0 3px 5px;
    background: linear-gradient(135deg, #ff8fb7 0%, #7acb9b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 3px solid;
    border-image: linear-gradient(90deg, #f3e7d5 0%, #ff8fb7 50%, #7acb9b 100%) 1;
}
.contentx i,
.contentx em {
    display: inline-block;
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 500;
    padding: 0 4px 4px;
    background: linear-gradient(135deg, #f9c7d8 0%, #9ad7af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, #9ad7af 0%, #ff8fb7 100%) 1;
}

h1 {
	font-family: 'Cinzel', serif;
	font-weight: 400;
	font-size: 32px;
	letter-spacing: 6px;
	color: #4b4b3a;
	text-transform: uppercase;
	text-align: center;
	margin: 40px 0;
	padding: 20px 0;
	background: transparent;
	border: none;
	position: relative;
	text-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
}
blockquote {
	position: relative;
	font-family: 'Lora', Georgia, serif;
	font-style: italic;
	font-size: 20px;
	line-height: 1.8;
	color: #5a5a45;
	max-width: 800px;
	margin: 45px auto;
	padding: 35px 45px 35px 65px;
	background: linear-gradient(180deg, #f6e8d7 0%, #f1ddc9 100%);
	border-left: 4px solid #ff8fb7;
	border-top: 1px solid #e0cfb7;
	border-right: 1px solid #e0cfb7;
	border-bottom: 1px solid #e0cfb7;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
textarea, input, select {
	width: 100%;
	max-width: 600px;
	padding: 32px 16px;
	margin: 15px 0;
	font-family: 'Lora', serif;
	font-size: 18px;
	color: #4b4b3a;
	background: #f9ecdc !important;
	border: 1px solid #d3c3ac;
	border-radius: 0;
	box-sizing: border-box;
	transition: all 0.2s ease;
}
textarea:focus, input:focus, select:focus {
	outline: none;
	background-color: #fff4e4;
	border-color: #ff8fb7;
	box-shadow: 0 0 8px rgba(255, 143, 183, 0.4);
}
#footer {
    font-family: 'Cinzel', serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;

    padding: 150px 30px 60px;
    margin-top: 80px;
    opacity: 0.95;

    background-color: #f3e7d5;
    color: #4b4b3a;

    clip-path: polygon(
        0% 25%,   10% 10%,  25% 3%,  50% 0%, 
        75% 3%,   90% 10%, 100% 25%,
        100% 100%, 0% 100%
    );
}

#footer h2,#footer .footer-title {
	font-family: 'Cinzel', serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 3px;
	margin: 0 0 20px;
	background: linear-gradient(135deg, #ff8fb7 0%, #7acb9b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#footer a {
	display: inline-block;
	padding: 4px 10px;
	margin: 0 10px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 12px;
	background: linear-gradient(135deg, #ff8fb7 0%, #7acb9b 100%);
	color: #ffffff;
	transition: background 0.3s ease, transform 0.3s ease;
}
#footer a:hover {
	background: linear-gradient(135deg, #ffb3cc 0%, #9ad7af 100%);
	transform: translateY(-2px);
}
#footer a:hover::after {
	transform: translateY(2px);
	filter: drop-shadow(0 0 4px rgba(255, 143, 183, 0.6));
}
button,input[type="submit"],input[type="button"],input[type="reset"],.form-btn {
	position: relative;
	display: inline-block;
	padding: 14px 32px;
	margin: 15px 0;
	font-family: 'Cinzel', serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	background: linear-gradient(135deg, #ff8fb7 0%, #7acb9b 50%, #4fa87c 100%);
	border: 1px solid #ff8fb7;
	outline: 1px solid #d3c3ac;
	outline-offset: -5px;
	border-radius: 0;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
button:hover,input[type="submit"]:hover,input[type="button"]:hover,input[type="reset"]:hover,.form-btn:hover {
	background: linear-gradient(135deg, #ffb3cc 0%, #9ad7af 50%, #5fb48a 100%);
	border-color: #ff8fb7;
	outline-color: #9ad7af;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 0 15px rgba(255, 143, 183, 0.4);
}
button:active,input[type="submit"]:active,input[type="button"]:active,input[type="reset"]:active,.form-btn:active {
	transform: translateY(0);
	background: linear-gradient(135deg, #e58aa8 0%, #4fa87c 100%);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
}
button:focus-visible,input[type="submit"]:focus-visible,input[type="button"]:focus-visible {
	outline: 2px solid #ff8fb7;
	outline-offset: 2px;
}
button.btn-secondary,input[type="reset"],.form-btn-secondary {
	background: linear-gradient(180deg, #f3e7d5 0%, #e8dbc7 100%);
	color: #4b4b3a;
	border: 1px solid #d3c3ac;
	outline: 1px solid #c5b59c;
}
button.btn-secondary:hover,input[type="reset"]:hover,.form-btn-secondary:hover {
	background: linear-gradient(180deg, #fff4e4 0%, #f3e7d5 100%);
	color: #4b4b3a;
	border-color: #ff8fb7;
}
