html, body {
        height: 100%;
        margin:0;
}

body {
        background-color:#070707;
cursor: url('https://cur.cursors-4u.net/horror/hor-1/hor38.cur'), auto;
}


#content {
	margin: -10px;
	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:#ffffff;
        line-height:25px;letter-spacing:2px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px; opacity:0.6;
}

#navigation {
    position: relative;
    width: 60%;
    margin-top: -70px;
    padding: 30px 20px;
    background: linear-gradient(135deg, rgba(20, 20, 20, 0.75), rgba(40, 40, 40, 0.85)); /* Darker background */
    backdrop-filter: blur(10px);
    border-radius: 40px 40px 20px 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
    text-align: center;
    font-family: 'Tahoma', sans-serif;
    opacity: 0.65;
    border-top: 10px solid #9B1B30;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 18px;
    animation: fadeIn 1.2s ease forwards;
    opacity: 0;
}

@keyframes fadeIn {
    to { opacity: 0.65; }
}

#navigation a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none!important;
    color: #f1f1f1;
    background: linear-gradient(145deg, #a03b3c, #630f14);
    border-radius: 50px;
    padding: 14px 28px;
    font-family: 'Alumni Sans Pinstripe', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    box-shadow: 3px 5px 12px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

#navigation a::before {
    content: "⛧";
    font-size: 22px;
    color: #d95353;
    margin-right: 8px;
    transition: transform 0.4s ease, color 0.4s ease;
}

#navigation a::after {
    content: ⛧;
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,0,0,0.1) 10%, transparent 70%); 
    transform: rotate(25deg);
    transition: opacity 0.6s ease;
    opacity: 0;
    pointer-events: none;
}

#navigation a:hover::after {
    opacity: 0.7;
}

#navigation a:hover {
    background: linear-gradient(135deg, #7e1c24, #4c0d0f);
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

#navigation a:hover::before {
    color: #ffffff;
    transform: rotate(180deg) scale(1.2);
}

#navigation a:active {
    transform: scale(0.95);
    background: linear-gradient(to right, #3a0b0e, #1d0c0d); 
    color: #d0d6dd;
}

a {
    color: #f1f1f1;  
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #9b0000, #3c0000);  
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    border-radius: 2px;
}

a:hover::after {
    transform: scaleX(1);
}

a:hover {
    color: #f9e2b6;  /* Faded yellow-red on hover */
    text-shadow: 0 0 8px rgba(173, 216, 255, 0.2);  
    background: linear-gradient(to right, #9b0000, #3c0000);  
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.3), 0 4px 12px rgba(0, 0, 0, 0.5); 
    transform: scale(1.05);
}

b a, strong a {
    color: #e5e5e5; 
}

b a:hover, strong a:hover {
    color: #f0f0f0;
    text-shadow: 0 0 8px rgba(173, 216, 255, 0.2);
}

i a, em a {
    color: #d4b0b0;  /* Light red */
}

i a:hover, em a:hover {
    color: #e3c6c6;  
    background-color: rgba(30, 30, 30, 0.75);  
    border-left-color: #b80000;
}

#header {
    background-image: url('images/head.jpg'),url('images/bg1.jpg');
    background-repeat: no-repeat,repeat-x;
    background-position: center; 
    height: 480px;
    width: 100%;
    margin-top: -5px;
}

b, strong {
    color: #e5e5e5;
    font-weight: 700;
    background: linear-gradient(to right, #2e2e2e, #1a1a1a);  
    padding: 3px 6px;
    font-family: 'Roboto Slab', serif;
    border-radius: 6px;
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.1);
    transition: background 0.3s ease;
}

b:hover, strong:hover {
    background: linear-gradient(145deg, #5f2121, #6f3c3c); 
    color: #f0f0f0;
}

i, em {
    color: #d4b0b0; 
    font-style: italic;
    background-color: rgba(30, 30, 30, 0.6); 
    border-left: 3px solid #b80000; 
    padding: 2px 10px;
    margin: 0 2px;
    border-radius: 4px;
    font-family: 'Georgia', serif;
    transition: all 0.3s ease;
}

i:hover, em:hover {
    color: #e3c6c6;
    background-color: rgba(30, 30, 30, 0.75);
    border-left-color: #b80000;
}

blockquote {
    position: relative;
    background: linear-gradient(145deg, rgba(25, 25, 25, 0.85), rgba(45, 45, 45, 0.85));  /* Darkened background */
    border-left: 6px solid #b80000; 
    padding: 20px 30px;
    margin: 30px 0;
    border-radius: 12px;
    color: #d8e1ed;
    font-style: italic;
    font-size: 1.1em;
    line-height: 1.6;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: 'Georgia', serif;
    overflow: hidden;
}

blockquote::before {
    content: '♚';
    font-size: 4rem;
    color: #a2bddc;
    position: absolute;
    top: -25px;
    left: 20px;
    opacity: 0.2;
    font-family: 'Georgia', serif;
}

blockquote::after {
    content: '♚';
    font-size: 4rem;
    color: #a2bddc;
    position: absolute;
    bottom: -25px;
    right: 20px;
    opacity: 0.2;
    font-family: 'Georgia', serif;
}

blockquote:hover {
    transform: scale(1.015);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

input,
select,
textarea { opacity:0.5;
    width: 100%;
    padding: 14px 18px;
    margin: 10px 0;
    font-size: 1rem;
    font-family: 'Segoe UI', sans-serif;
    color: #ffdddd;
    background: rgba(10, 10, 10, 0.9);
    border: 2px solid #550000;
    border-radius: 12px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 10px rgba(255, 0, 0, 0.1), 0 4px 14px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

input:focus,
select:focus,
textarea:focus,
input:hover,
select:hover,
textarea:hover {
    border-color: #ff0000;
    background: rgba(20, 0, 0, 0.95);
    color: #fff0f0;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.4), 0 6px 20px rgba(0, 0, 0, 0.6);
}

::placeholder {
    color: #cc9999;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0.4;
}
select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23ff0000' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px;
    padding-right: 3rem;
    cursor: pointer;
}


button {
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: bold;
    color: #ffdddd;
    background: linear-gradient(to right, #330000, #8e0000);
    border: 2px solid #550000;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6), inset 0 0 8px rgba(255, 0, 0, 0.1);
    font-family: 'Segoe UI', sans-serif;
}

button:hover {
    background: linear-gradient(to right, #550000, #ff0000);
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(255, 0, 0, 0.4), 0 8px 24px rgba(0, 0, 0, 0.7);
    transform: translateY(-2px);
}

button:active {
    transform: scale(0.96);
    background: #220000;
    box-shadow: inset 0 0 10px rgba(255, 0, 0, 0.3);
}  opacity: 0.4;
}

h1 {
    position: relative;
    background: linear-gradient(145deg, #000000, #540D0D);
    color: #f0f0f0;
    opacity: 0.9;
    padding: 20px 30px;
    border-left: 6px solid #b80000;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
    font-size: 2.2rem;
    font-family: 'Segoe UI', sans-serif;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 30px;
    z-index: 1;
    overflow: hidden;
}

h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #ff1c1c;
    border-radius: 50%;
    animation: drip 1.8s infinite ease-in-out;
    transform: translateX(-50%) scaleY(1);
    opacity: 0.7;
}

@keyframes drip {
    0%, 100% {
        transform: translateX(-50%) scaleY(0.1);
        opacity: 0;
    }
    50% {
        transform: translateX(-50%) scaleY(1.6);
        opacity: 1;
    }
}