html, body {
        height: 100%;
        margin:0;
}

body {
        background-color:#090909;
}

#navigation {
    position: relative;
    width: 65%;
    margin-top: -60px;
    padding: 35px 20px;
    background: linear-gradient(to bottom, #0a0000, #550C0D);
    clip-path: polygon(0% 8%, 6% 0%, 94% 0%, 100% 8%, 100% 92%, 94% 100%, 6% 100%, 0% 92%);
    box-shadow: 0 0 60px rgba(120, 0, 0, 0.6), inset 0 0 20px rgba(60, 0, 0, 0.4);
    text-align: center;
    font-family: 'Cinzel Decorative', serif;
    opacity: 0.65;
    border-top: 10px double #811;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 25px;
    border-bottom: 4px dotted #311;
    backdrop-filter: blur(2px);
    transition: all 0.4s ease-in-out;
}

#navigation a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Cinzel Decorative', serif;
    color: #f9d8c4;
    background: linear-gradient(145deg, #3a0a0a, #4d1111);
    border: 2px solid #a11;
    clip-path: polygon(6% 0, 94% 0, 100% 100%, 0% 100%);
    text-decoration: none !important;
    position: relative;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 12px rgba(200, 30, 30, 0.4), inset 0 0 5px rgba(90, 0, 0, 0.3);
    filter: drop-shadow(0 0 4px rgba(255, 0, 0, 0.3));
}

#navigation a:hover {
    background: radial-gradient(circle at center, #700 0%, #300 100%);
    color: #ffece3;
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.9);
    transform: translateY(-6px) scale(1.02);
    filter: brightness(1.1) contrast(1.2);
}

#navigation a:active {
    transform: scale(0.95);
    background-color: #1a0000;
    box-shadow: inset 0 0 12px rgba(255, 0, 0, 0.5);
}

#navigation a::before {
    content: "🜏";
    font-size: 18px;
    margin-right: 10px;
    transition: transform 0.3s ease, color 0.4s ease;
    color: #c00;
}

#navigation a:hover::before {
    transform: rotate(360deg) scale(1.2);
    color: #ff3333;
}


#header {
        background-image: url('images/head.jpg'),url('images/bg1.jpg');
        background-repeat: no-repeat,repeat-x;
        background-position: center; 
        height:541px;
        width:100%;
        margin-top:-5px;
}

a:link,
a:visited {
    color: #cdbbb0;
    font-size: 24px;
    text-decoration: none;
    font-family: 'Alumni Sans Pinstripe', sans-serif;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    position: relative;
    letter-spacing: 0.8px;
    transition: all 0.3s ease;
    text-shadow: 1px 1px 2px #000;
}

a:hover {
    color: #f9e8dd;
    border-bottom: 2px solid #a5163a;
    text-shadow: 0 0 6px rgba(194, 40, 75, 0.5);
    background: linear-gradient(to right, rgba(165, 22, 58, 0.15), rgba(0, 0, 0, 0));
    background-size: 100% 2px;
    background-position: bottom;
    background-repeat: no-repeat;
    transform: translateY(-1px);
}

a:active {
    color: #f3d9c4;
    transform: scale(0.96);
    text-shadow: 0 0 8px rgba(255, 0, 0, 0.2);
}

a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, #6c0e23, #9e1f3f);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

i, em {
    color: #ccbdd6;
    font-style: italic;
    font-family: 'Georgia', serif;
    letter-spacing: 0.5px;
    background: linear-gradient(to right, #322730, #3c313b);
    padding: 4px 7px;
    border-radius: 4px;
    box-shadow: inset 0 0 4px rgba(120, 0, 50, 0.2);
    transition: all 0.3s ease;
}

i:hover, em:hover {
    background: linear-gradient(to right, #3c313b, #4a3a46);
    color: #f0e2d8;
    text-shadow: 0 0 6px #81213b;
}

b, strong {
    color: #f5e9de;
    font-weight: 800;
    font-family: 'Cinzel', serif;
    background-color: #3b2c35;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 6px rgba(200, 20, 60, 0.2),
                inset 0 0 6px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

b:hover, strong:hover {
    background-color: #5a3a48;
    color: #fff0ea;
    text-shadow: 0 0 5px #b0253e;
}



#content {
	margin: -80px;
	position: relative;
	float: center;
	width: 70%;
}

.contentx {
        margin-left:0px;
        margin-right:0px;
        margin-bottom: 50px;padding:25px;
	font-size: 16px;
font-family: 'Libre Baskerville', serif;
        font-weight: 500!important;
        text-align:justify; color:#BFA8C6;
        line-height:25px;letter-spacing:2px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px; opacity:0.6;
}

blockquote {
    font-family: 'Georgia', serif;
    font-size: 18px;
    color: #f3ebe6;
    padding: 30px 35px;
    margin: 50px auto;
    max-width: 720px;
    position: relative;
    line-height: 1.8;
    letter-spacing: 0.4px;
    backdrop-filter: blur(2px);
    border: 2px solid #7A0A0A;
    border-radius: 30px;
    background: 
        repeating-linear-gradient(
            45deg,
            rgba(50, 50, 50, 0.15),
            rgba(50, 50, 50, 0.15) 10px,
            transparent 10px,
            transparent 20px
        ),
        linear-gradient(to bottom, #000000, #111111);
    box-shadow:
        0 0 12px rgba(90, 0, 30, 0.2),
        inset 0 0 6px rgba(120, 10, 40, 0.2);
    transition: transform 0.25s ease, box-shadow 0.3s ease;
}

blockquote::before,
blockquote::after {
    font-size: 36px;
    font-weight: normal;
    color: #944155;
    font-family: 'Cinzel Decorative', serif;
    position: absolute;
    opacity: 0.4;
    text-shadow: 0 0 3px rgba(200, 0, 60, 0.2);
    transition: transform 0.3s ease, text-shadow 0.4s ease;
}

blockquote::before {
    content: "❝";
    top: -6px;
    left: 18px;
}

blockquote::after {
    content: "❞";
    bottom: -6px;
    right: 18px;
}

blockquote:hover {
    transform: scale(1.01);
    box-shadow:
        0 0 16px rgba(160, 20, 50, 0.3),
        inset 0 0 10px rgba(100, 0, 20, 0.2);
}

blockquote:hover::before,
blockquote:hover::after {
    transform: scale(1.08);
    text-shadow: 0 0 6px rgba(255, 60, 100, 0.3);
}




textarea,
input,
select {
    width: 40%;
    max-width: 600px;
    padding: 16px 20px;
    margin: 16px 0;
    font-family: 'Tahoma', sans-serif;
    font-size: 18px;
    color: #f5e8de;
    background: linear-gradient(145deg, #322c37, #262027);
    border: 2px solid #6f5a78;
    border-radius: 12px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease;
    caret-color: #c73657;
    letter-spacing: 0.4px;opacity:0.7;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
    border-color: #a05274;
    background-color: #3d3642;
    box-shadow: 0 0 14px rgba(179, 64, 97, 0.6), inset 0 0 6px rgba(255, 255, 255, 0.08);
}


h1 {
    font-family: 'Cinzel Decorative', serif;
    font-size: 26px;
    color: #f4e5de;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow:
        2px 2px 6px rgba(0, 0, 0, 0.6),
        0 0 6px rgba(120, 0, 30, 0.4);
    margin-bottom: 30px;
    padding: 12px 28px;
    position: relative;
    display: inline-block;
    border-radius: 8px 30% 8px 30%;
    backdrop-filter: blur(0.5px);
    transition: transform 0.25s ease, text-shadow 0.3s ease;
}

h1:hover {
    transform: scale(1.01);
    text-shadow:
        0 0 10px rgba(220, 50, 100, 0.5),
        0 0 18px rgba(90, 0, 30, 0.3);
}

h1::after {
    content: "";
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    opacity: 0.6;
}

#footer {
    font-family: 'Tahoma', sans-serif;
    font-size: 16px;
    color: #bcaebc;
    text-align: center;
    padding: 70px 30px 40px;
    margin-top: 100px;
    letter-spacing: 0.8px;
    line-height: 1.6;
    background: linear-gradient(to top, #1a0606, #300c0c);
    opacity: 0.9;
    position: relative;
    clip-path: polygon(0 12%, 100% 0%, 100% 100%, 0% 100%);
    box-shadow:
        0 -6px 20px rgba(0, 0, 0, 0.6),
        inset 0 10px 20px rgba(80, 0, 0, 0.4);
    border-top: 4px double #5a1b2a;
    border-bottom: 2px solid #100406;
    transition: background 0.4s ease;
}

#footer a {
    color: #e2d1da;
    text-decoration: none;
    border-bottom: 1px dotted #a5739c;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 2px;
}

#footer a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 100%;
    background: radial-gradient(circle, #ffc0cb 0%, transparent 80%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

#footer a:hover {
    color: #f6ede3;
    border-bottom: 1px solid #f6ede3;
    text-shadow: 0 0 10px rgba(255, 235, 240, 0.4);
}

#footer a:hover::after {
    opacity: 1;
}

#footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: radial-gradient(circle at center, #390a0a 10%, transparent 70%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    opacity: 0.25;
    pointer-events: none;
}