@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;600;700&display=swap');

html, body {
    height: 100%;
    margin: 0;
}

body {
    background-color: #000000;
}



#navigation {
    position: relative;
    width: 92%;
    margin-top: 10px;
    padding: 30px 10px;
    background: linear-gradient(to bottom, #2D0708, #490103);
    clip-path: polygon(
        0 0, 
        10% 10%, 
        20% 0, 
        40% 8%, 
        60% 0, 
        80% 10%, 
        90% 0, 
        100% 5%, 
        95% 100%, 
        5% 100%, 
        0 5%
    );
    text-align: center;
    font-family: 'Cinzel Decorative', serif;
    opacity: 0.62;
    border-bottom: 6px solid #080D2B;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 3px dashed #6A0808;
}

#navigation a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Cinzel Decorative', serif;
    color: #ffffff;
    background: #2E0507;
    border: 2px solid #4F0E10;
    clip-path: polygon(0 0, 100% 10%, 95% 100%, 5% 90%);
    text-decoration: none !important;
    position: relative;
    transition: all 0.3s ease-in-out;
}

#navigation a:hover {
    background: #210405;
    color: #880D0D;
    transform: translateY(-4px);
}

#navigation a:active {
    transform: scale(0.96);
    background-color: #0F0203;
}

#navigation a::before {
    font-size: 18px;
    margin-right: 8px;
    transition: transform 0.3s ease;
    color: #ffffff;
}


a:link,
a:visited {
    color: #760909;
    font-size: 19px;
    text-decoration: none;
    font-family: 'Lora', 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 #1F1212;
}

a:hover {
    color: #816F8F;
    border-bottom: 2px solid #2E346F;
    background: #3F0303;
    transform: translateY(-1px);
}


a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

i, em {
    color: #51762E;
    font-style: italic;
    font-family: 'Lora', serif;
    letter-spacing: 0.5px;
    background: linear-gradient(to right, #1D0304, #140102);
    padding: 4px 7px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

i:hover, em:hover {
    background: linear-gradient(to right, #1D0304, #140102);
    color: #ffffff;
}

b, strong {
    color: #671414;
    font-weight: 800;
    font-family: 'Lora', serif;
    background-color: #140202;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

b:hover, strong:hover {
    background-color: #671414;
    color: #140202;
}

#content {
    margin: -10px auto;margin-bottom:40px;
    position: relative;
    width: 67%;
}

.contentx {
    margin: 0 0 50px 0;
    padding: 25px;
    font-size: 18px;
    font-family: 'Lora', serif;
    font-weight: 500 !important;
    text-align: justify;
    color: #D5CDDD;
    line-height: 25px;
    letter-spacing: 2px;
    border-radius: 30px;
    opacity: 0.8;
    backdrop-filter: blur(3px);
}

blockquote {
    font-family: 'Lora', serif;
    font-size: 22px;
    color: #AC9FBC;
    background: linear-gradient(145deg, #1D0304, #4A0205);
    padding: 40px 50px;
    margin: 40px auto;
    border-left: 10px double #4A0205;
    border-radius: 20px;
    max-width: 860px;
    position: relative;
    line-height: 1.9;
    letter-spacing: 0.6px;
}

blockquote::before,
blockquote::after {
    font-size: 60px;
    color: #937B8C;
    position: absolute;
    opacity: 0.4;
}

blockquote::before {
    top: 10px;
    left: 20px;
}

blockquote::after {
    bottom: 10px;
    right: 20px;
}

textarea,
input,
select {
    width: 40%;
    max-width: 600px;
    padding: 16px 20px;
    margin: 16px 0;
    font-family: 'Lora', serif;
    font-size: 18px;
    color: #8A4446;
    background: linear-gradient(145deg, #1D0304, #3A080A);
    border: 2px solid #618153;
    border-radius: 12px;
    transition: all 0.3s ease;
    caret-color: #3A080A;
}

textarea:focus,
input,
select {
    outline: none;
    border-color: #6D1519;
    background-color: #170303;
}

h1 {
    position: relative;
    display: block;
    padding: 30px 60px;
    background: transparent;
    font-size: 27px;
    font-family: 'Cinzel Decorative', serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: transparent;
    background-image: linear-gradient(135deg, #170303, #8B0000, #340305);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: none;
    z-index: 1;
    clip-path: polygon(8% 0, 92% 0, 100% 40%, 85% 100%, 15% 100%, 0 40%);
}

h1::after {
    content: '';
    position: absolute;
    left: 10%;
    bottom: -14px;
    width: 80%;
    height: 8px;
    background: linear-gradient(90deg, #550000, #220000);
    clip-path: polygon(0 100%, 10% 0%, 20% 100%, 30% 0%, 40% 100%, 50% 0%, 60% 100%, 70% 0%, 80% 100%, 90% 0%, 100% 100%);
}

#footer {
    font-family: 'Lora', serif;
    font-size: 16px;
    color: #D3CDDB;
    text-align: center;
    padding: 80px 20px 50px;
    margin-top: 10px;
    opacity: 0.95;
    letter-spacing: 0.7px;
    line-height: 1.6;
    clip-path: polygon(0 15%, 15% 0, 30% 10%, 45% 0, 60% 10%, 75% 0, 90% 15%, 100% 0, 100% 100%, 0 100%);
}
#footer a {
    color: #885F61;
    text-decoration: none;
    border-bottom: 1px dashed #5F0809;
    transition: all 0.3s ease;
}

#footer a:hover {
    color: #5F0809;
    border-bottom: 1px solid #8C8498;
}


#header {
    background-image: url('images/head.jpg'),url('images/bg1.jpg');
    background-repeat: no-repeat,repeat-x;
    background-position: center;
    height: 689px;
    width: 100%;
    margin-top: -1px;
}