@import url('https://fonts.googleapis.com/css2?family=Jacquard+12&family=MedievalSharp&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #000;
    background-image: url('./gif/hihi.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%; 
    margin: 0;
    padding: 0 10px; 
}

.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0; 
}

.main-header {
    background: transparent; 
    box-shadow: none;        
    border: none;
    padding: 10px 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.header-gif {
    width: 35px;            
    height: auto;
    display: block;
}

.main-header h1 {
    font-family: 'Jacquard 12', 'MedievalSharp', cursive;
    color: #ffd6d6;
    text-shadow: 0 0 4px #a31c1c, 0 0 8px #6e0000;
    font-size: 3rem;
    letter-spacing: 2px;
    font-weight: normal;
}

.content-grid {
    display: flex;
    gap: 15px; 
    align-items: stretch;
}

.card {
    background: rgba(12, 12, 12, 0.88);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.8);
}

.sidebar-left, 
.sidebar-right {
    flex: 0 0 180px; 
    padding: 20px;
    border: none;
}

.main-content {
    flex: 1; 
    padding: 0 !important;
    background: rgba(8, 8, 8, 0.92);
    border: 1px solid #222222;
}

.post-text {
    padding: 22px 22px 15px 22px;
}

.post-image {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 10px;
    border-top: 1px solid #1a1a1a;
}

h2 {
    font-family: 'Jacquard 12', 'MedievalSharp', cursive;
    color: #ffd6d6; 
    text-shadow: 0 0 4px #b81d1d, 0 0 6px #500000; 
    font-size: 1.8rem;
    margin-bottom: 12px;
    font-weight: normal;
}

.main-content h2 {
    font-family: 'Jacquard 12', 'MedievalSharp', cursive;
    font-weight: normal;
    color: #ffe6e6; 
    text-shadow: 0 0 3px #c92424, 0 0 7px #730000; 
    font-size: 2.2rem;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.main-content .date {
    display: block;
    font-size: 0.75rem;
    color: #777777;
    margin-bottom: 16px;
}

.main-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #e6d8d8; 
    text-shadow: 0 0 2px rgba(180, 40, 40, 0.4);
    text-align: justify;
}

.sidebar-left ul,
.sidebar-right ul {
    list-style: none;
}

.sidebar-left li,
.sidebar-right li {
    margin-bottom: 10px;
}

.sidebar-left a,
.sidebar-right a {
    font-family: 'Jacquard 12', 'MedievalSharp', cursive;
    color: #ebdada; 
    text-shadow: 0 0 3px #8c1111;
    text-decoration: none;
    font-size: 1.3rem;
    text-transform: lowercase;
    display: block;
    transition: all 0.2s;
}

.sidebar-left a:hover,
.sidebar-right a:hover {
    color: #ffffff;
    text-shadow: 0 0 6px #ff2a2a, 0 0 10px #aa0000; 
}

.second-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    border-top: 1px solid rgba(255, 0, 0, 0.2);
}

.second-content {
    width: 100%;
    padding: 30px;
    text-align: center;
    background: rgba(12, 12, 12, 0.92);
    border: 1px solid #222222;
}


.third-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    border-top: 1px solid rgba(255, 0, 0, 0.3);
}
 .third-container {

    display: flex;

    justify-content: center;

    align-items: center;

} 


.form-trigger-link {
    display: inline-block;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.center-gif {
    max-width: 250px; 
    height: auto;
    display: block;
    cursor: pointer;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.8));
}

.form-trigger-link:hover {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px #ff2a2a);
}

body.form-page-body {
    background-color: #000000 !important;
    background-image: none !important; 
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.form-card {
    background-color: #0a0a0a !important;
    border: 2px solid #ff2a2a !important; 
    box-shadow: 0 0 20px rgba(255, 42, 42, 0.4), inset 0 0 10px rgba(0, 0, 0, 0.9);
    width: 100%;
    max-width: 480px; 
    padding: 35px 30px;
    border-radius: 0px !important; 
    box-sizing: border-box;
    margin: 20px;
}

.form-card h1 {
    font-family: 'Jacquard 12', 'MedievalSharp', cursive;
    color: #ffe6e6;
    text-shadow: 0 0 4px #c92424, 0 0 8px #730000;
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 25px;
    font-weight: normal;
}

.form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-family: 'Jacquard 12', 'MedievalSharp', cursive;
    color: #ffd6d6;
    font-size: 1.3rem;
    margin-bottom: 8px;
    text-shadow: 0 0 3px #8c1111;
}

.form-control {
    background-color: #000000;
    border: 1px solid #a31c1c; 
    border-radius: 0px;
    color: #e6d8d8;
    padding: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-control:focus {
    border-color: #ff2a2a;
    box-shadow: 0 0 8px rgba(255, 42, 42, 0.7);
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.btn-submit {
    width: 100%;
    background-color: #120202;
    border: 1px solid #ff2a2a;
    border-radius: 0px;
    color: #ffd6d6;
    font-family: 'Jacquard 12', 'MedievalSharp', cursive;
    font-size: 1.5rem;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.fourth-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    border-top: 1px solid rgba(255, 0, 0, 0.3);
}

.gallery-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px; 
    width: 100%;
}

.gallery-item {
    flex: 1;
    background-color: #0a0a0a;
    border: 1px solid #222222;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.9);
}

.gallery-image {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #1a1a1a;
}


.gallery-caption {
    font-family: 'Jacquard 12', 'MedievalSharp', cursive;
    color: #ffd6d6;
    text-shadow: 0 0 4px #b81d1d, 0 0 6px #500000;
    font-size: 1.3rem;
    margin-top: 12px;
    text-align: center;
    line-height: 1.3;
}

.fifth-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-top: 1px solid rgba(255, 0, 0, 0.3);
}

.full-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

.comments-list {
    margin-top: 30px;
    border-top: 1px solid #a31c1c;
    padding-top: 20px;
    max-height: 300px;
    overflow-y: auto;
}

.comment-item {
    background-color: #000;
    border: 1px solid #222;
    padding: 12px;
    margin-bottom: 12px;
}

.comment-author {
    font-family: 'Jacquard 12', 'MedievalSharp', cursive;
    color: #ffd6d6;
    font-size: 1.2rem;
    text-shadow: 0 0 3px #8c1111;
    display: block;
    margin-bottom: 4px;
}

.comentario-item {
    background-color: #0d0d0d;
    border: 1px solid #333;
    padding: 12px;
    margin-top: 10px;
    border-radius: 4px;
}

.comentario-item strong {
    color: #ff4d4d !important;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 4px;
}

.comentario-item p {
    color: #cccccc;
    margin: 0;
}

.comment-text {
    font-size: 0.9rem;
    color: #cccccc;
    word-break: break-word;
}


@media (max-width: 900px) {
    .gallery-grid {
        flex-direction: column;
    }
}

.btn-submit:hover {
    background-color: #8c1111;
    color: #ffffff;
    box-shadow: 0 0 12px #ff2a2a;
}

@media (max-width: 900px) {
    .content-grid {
        flex-direction: column;
        gap: 15px;
    }

    .sidebar-left, 
    .sidebar-right {
        flex: 1 1 auto;
    }
}
