h1 {color:white;}

p{
    color: white;
}
p1 {
    display: inline;
    color: white;
    font-family: 'Courier New', Courier, monospace
}
p2{
    display: inline;
    color:rgb(199, 199, 199);
    font-family: 'Courier New', Courier, monospace;
}

body {
    background-color: black;
    background-image: url("data/image/background1.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    overflow: hidden;
}

.center{ 
    display: table;
    margin:auto;
    padding-top: 15%;
    left: 40%;
    position: absolute;
    width: 25%;
    height: 25%;
}

.center img{
    display: block;
    max-width: 100%;
    height: auto;
}
.center figcaption{
    display: table-caption;
    caption-side: bottom;
    text-align: center;
    padding-top: 10px;
}

.hide{
    display: none;
}
.show{
    display: inline;
}

.shop-button{
    display: inline;
    position: absolute;
    left: 90vw;
    width: 10vw;
    height: 10vh;
}

.upgrade-btn{
    display: block;
    position: absolute;
    width: 25vw;
    margin-left: 2.5vw;
    height: 10vh;
    font-size: 32px;
    margin-top: 55vh;
}
.upgrade-window{
    display: block;
    position: absolute;
    width: 30vw;
    height: 70vh;
    background-color: #43423f;
    margin-top: 5vh;
    margin-left: 1vw;
    border: 3px solid #888;
}
.upgrade-text-title{
    display: inline;
    position: absolute;
    font-size: 32px;
    text-align: center;
    margin-left: 10vw;
    margin-top: 2.5vh;
}
.upgrade-text-desc{
    display: inline;
    position: absolute;
    font-size: 24px;
    text-align: center;
    margin-left: 8vw;
    margin-top: 6vh;
}
.upgrade-text-title2{
    display: inline;
    position: absolute;
    font-size: 32px;
    text-align: center;
    margin-left: 10vw;
    margin-top: 2.5vh;
}
.upgrade-text-desc2{
    display: inline;
    position: absolute;
    font-size: 24px;
    text-align: center;
    margin-top: 5.5vh;
}
.sealdisplay{
    position: absolute;
    top: 15vh;
    left: 7vw;
    display: block;
    width: 400px;
    height: 400px;
    background-color: #5b5b5b;
    border: 3px solid #888;
}
.disabledbtn{
    opacity: 0.6;
}

.modal {
  display: none; 
  position: fixed; 
  z-index: 3; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow-x: scroll; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.modal2{
    display: block;
    position: absolute;
    z-index: 0.5;
    left: 38.25%;
    top: 25%;
    width: 50vh;
    height: 50vh;
    background-color: #1b1b1b;
    overflow: hidden;
    border: 5px solid #353535;
}

.modal-content{
    background-color: #282727;
    margin: auto;
    margin-top: 5%;
    padding: 20px;
    border: 3px solid #888;
    width: 80%;
    height: 80%;
}

.close{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ingot{
    display: inline;
    height: 32px;
    width: 32px;
}











#cookie-overlay {
            display: none; 
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background-color: rgba(0, 0, 0, 0.95);
            z-index: 9999;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            font-family: sans-serif;
            text-align: center;
        }
        
        .banner-content {
            background-color: #222;
            padding: 50px;
            border: 5px solid #555;
            border-radius: 15px;
            width: 80%;
            max-width: 800px;
        }

        .banner-content h2 {
            font-size: 3em;
            color: #ffaa00;
            margin-top: 0;
        }

        .banner-content p {
            font-size: 1.5em;
            color: white;
            margin-bottom: 40px;
        }

        .btn {
            color: white;
            border: none;
            padding: 25px 50px;
            font-size: 1.5em;
            font-weight: bold;
            margin: 15px;
            cursor: pointer;
            border-radius: 8px;
        }
        
        #cookie-options {
            display: none;
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #333;
            color: white;
            padding: 20px;
            border: 2px solid #555;
            border-radius: 10px;
            z-index: 9998;
            font-family: sans-serif;
            text-align: center;
        }

        #cookie-options .btn {
            padding: 10px 20px;
            font-size: 1em;
            margin: 10px 5px 0 5px;
        }

        .btn-accept { background-color: #4CAF50; }
        .btn-reject { background-color: #f44336; }
        .btn-close { background-color: #777; }
        
        .settings-btn {
            background-color: #555;
            color: white;
            border: none;
            padding: 8px 15px;
            cursor: pointer;
            border-radius: 3px;
            margin-top: 20px;
        }


/* The container holding the button and the hidden image */
.hover-wrapper {
    position: absolute;
    display: inline-block;
    margin-top: 70px; /* Space above for the image to slide into */
}

/* Your Cookie Options button (Stays in front) */
.settings-btn {
    position: absolute;
    z-index: 2; /* Keeps button in front of the image */
    background-color: #555;
    color: white;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 3px;

}

/* The image hiding behind the button */
.slide-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px; 
    height: 28px; 
    z-index: 1; /* Places image behind the button */
    transition: transform 0.4s ease-out;
}

/* The slide-up animation when hovering */
.hover-wrapper:hover .slide-image {
    transform: translateY(-100%);
}


#battler-jumpscare-img {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: fill; /* Stretches to fill the whole screen */
    z-index: 999999; /* Keeps it on top of everything */
    pointer-events: none;
}


.hanyuu-gif {
    position: absolute;
    height: auto;
    user-select: none; /* prevents the user from accidentely selecting it or dragging it */
    top: 0;
    left: 0;
    z-index: -1;
}

.seal-gif {
    position: fixed;
    top: 0%;
    left: 0%;
    display: block;
    width: 250px;
    height: 250px;
}

.beato-background {
    z-index: -1;
}
