/* FONT DECLARE */
@font-face {
    font-family: 'thisisafontwowsounique';
    src: url('fonts/otf/regular.otf') format('opentype'),
         url('fonts/ttf/regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'thisisafontwowsounique';
    src: url('fonts/otf/bold.otf') format('opentype'),
         url('fonts/ttf/bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'thisisafontwowsounique';
    src: url('fonts/otf/black.otf') format('opentype'),
         url('fonts/ttf/black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* GENERAL STYLES */
h1, h2, h3 {
    font-family: 'thisisafontwowsounique', sans-serif;
    font-weight: 900;
}

h1 { font-size: 3em; }
h2 { font-size: 2em; }

a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
}

/* BODY CLASSES */
.indexbody, .notfoundbody, .aboutbody, .testbody, .placeholder, .fanartbody, .nsfwbody, .castbody {
    font-family: 'thisisafontwowsounique', sans-serif;
    font-weight: normal;
    background-image: url('Images/Backgrounds/TransparentBG.png');
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

.indexbody, .aboutbody { background-color: #6c6174; }
.notfoundbody { background-color: #292929; }
.testbody { background-color: #2b2b2b; }
.fanartbody { background-color: #6c6174;}
.nsfwbody{background-color: #b679b1;}
.castbody{background-color: #292929;}

/* SPECIFICS */

dialog::backdrop {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px); /* Esto hace el efecto de cristal esmerilado */
}

.dialog-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

#cancelBtn, #confirmBtn {
    font-family: 'thisisafontwowsounique', sans-serif;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 1em;
    transition: all 0.3s ease;
}

#cancelBtn {
    background-color: #333;
    color: #ccc;
}

#cancelBtn:hover {
    background-color: #4a4a4a;
    color: white;
}

#confirmBtn {
    background-color: #ff6347; /* Color Tomato */
    color: white;
    font-weight: bold;
}

#confirmBtn:hover {
    background-color: #e5533d;
    transform: scale(1.05); /* Un pequeño salto al pasar el mouse */
}

#confirmBtn:active {
    transform: scale(0.95);
}

a.misc {
    color: rgb(209, 233, 240);
    text-decoration: none;
    text-align: center;
}

a.misc:hover {
    color: rgb(175, 206, 216);
    text-decoration: none;
    text-align: center;
}

a.misc:active {
    color: rgb(175, 195, 201);
    text-decoration: none;
    text-align: center;
}


.main-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}

.herotext {
    background-color: #534662;
    text-align: center;
    padding: 5px;
    color: white;
}

.herotextalt {
    background-color: #624646;
    text-align: center;
    padding: 5px;
    color: white;
}

.heronobg{
    text-align: center;
    padding: 5px;
    color: white;
}

.warning{
    background-color: #624646;
    text-align: center;
    padding: 5px;
    color: white;
}

.randomquote{
    background-color: #534662;
    width: 75%;
    padding: 1em;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.randomquote2{
    background-color: #222222;
    width: 75%;
    padding: 1em;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.footer{
    background-color: #292929;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.block, .button-holder, .portfolio-holder, .button-holder-2, .fanart-holder, .blockalt{
    width: 75%;
    padding: 1em;
    margin: 0 auto;
    text-align: center;
    color: white;
}


.blockalt{
    background-color: #896268;
}

.fanart-holder {flex-direction: row;}

.button-holder, .block{
    background-color: #726289;
}

.button-holder-2 {
    background-color: #84719e;
}

.buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.button, .nsfwbutton {
    padding: 0.5em;
    margin: 5px;
    width: 15%;
    font-size: 1em;
    display: inline-block;
    transition: all 0.3s ease;
}

.blink{
    padding: 5px;
    transition: all 0.3s ease;
}

.button { background-color: #534662; }
.nsfwbutton { background-color: #634658; }

.button:hover, .nsfwbutton:hover, .blink:hover {
    transform: scale(1.05);
}

.button:active, .nsfwbutton:active, .blink:active {
    transform: scale(0.9);
}

.button:hover{
    background-color:#615172;
}

.button:active{
    background-color:#342c3d;
}

.nsfwbutton:hover{
    background-color: #77546a;
}

.nsfwbutton:active{
    background-color: #4b3442;
}

.portfolio-image {
    height: 33vh;
    width: auto;
    display: inline-block;
    transition: transform 0.15s ease; 
}

.portfolio-image:hover {
    transform: scale(1.8);
}

.footsecret{
    opacity: 0.01;
    transition: all 1s ease;
    height: auto; 
    width: 80%; 
    max-width: 400px; 
    align-self: center;
}

.footsecret:hover{
    transform: scale(0.2);
}

.footreveal{
    opacity: 1 !important;
    scale: 0.4;
    transition: all 1s ease;
    height: auto; 
    width: 80%; 
    max-width: 400px; 
    align-self: center;
}

/* 5. RESPONSIVE */
@media (max-width: 800px) {
    .button-holder, .portfolio-holder {
        width: 90%;
    }
    .buttons {
        flex-direction: column;
        align-items: center;
    }
    .button, .nsfwbutton {
        width: 80%;
    }
    .portfolio-image {
        height: auto;
        width: 80%;
        max-width: 200px;
    }
}

/* 6. DIALOGS */
dialog {
    border: none;
    background-color: #683c57;
    padding: 20px;
    color: white;
    font-family: 'thisisafontwowsounique', sans-serif;
}