
body {
    position: relative;
    font-family: monospace;
    background-image: url('/images/background.jpg');
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

input {
    background: #111;
    color: #0f0;
    border: 1px solid #0f0;
    padding: 0.5rem;
}





.movie-box {
    border: 1px solid #0f0;
    background-color: rgba(17, 17, 17, 0.8); 
    padding: 1rem;
    margin: 1rem;
    border-radius: 1rem;
    color: #0f0;
    font-family: monospace;
    overflow-wrap: break-word;
    word-break: break-word;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(129, 72, 86, 0.5);
    backdrop-filter: blur(4px); 
}

    .movie-box:hover {
        background-color: rgba(0, 100, 0, 0.5); 
        box-shadow: 0 0 20px #0f0;
        transform: translateY(-5px); 
        transition: box-shadow 0.3s ease, transform 0.3s ease;
    }



    .movie-box button {
        margin: 0.5rem;
        background: rgba(208, 180, 205, 0.5);
        border: none;
        border-radius: 3px;
        color: #FFFFFF; 
        padding: 0.5rem;
        transition: background-color 0.3s ease, transform 0.2s ease;
        cursor: pointer;
        font-weight: bold; 
    }

        .movie-box button:hover {
            background: #DFB5C0;
            transform: scale(1.1); 
            color: #0f0; 
        }

        .movie-box button:active {
            transform: scale(0.95); 
        }

    .movie-box img {
        display: block;
        margin: 0 auto; 
        max-width: 100%; 
        height: auto;
        border-radius: 1rem;
        border-radius: 3px;
    }

    .movie-box .TrustedTT {
        display: flex;
        border: solid;
        align-items: center;
        justify-content: center;
        height: 25px;
        border-color: lawngreen;
        border-width: 1px;
        border-radius: 1rem;
        background: rgba(75, 200, 105, 0.5);
        color: lawngreen;
        text-shadow: 0px 0px 5px;
        white-space: nowrap;
        width: fit-content;
        padding: 2px 12px;
    }

    .movie-box .UntrustedTT {
        display: flex;
        border: solid;
        align-items: center;
        justify-content: center;
        height: 25px;
        border-color: red;
        border-width: 1px;
        border-radius: 1rem;
        background: rgba(255, 0, 35, 0.5);
        color: red;
        text-shadow: 0 0 4px red, 0 0 10px red, 0 0 20px crimson;
        width: fit-content;
        padding: 2px 12px;
        white-space: nowrap;
    }

    .movie-box .UnknownTT {
        display: flex;
        border: solid;
        align-items: center;
        justify-content: center;
        height: 25px;
        border-color: yellow;
        border-width: 1px;
        border-radius: 1rem;
        background: rgba(230, 227, 2, 0.5);
        color: yellow;
        text-shadow: 0px 0px 5px;
        width: fit-content;
        padding: 2px 12px;
        white-space: nowrap;
    }

.navbar a {
    background-color: hotpink;
    margin: 1rem;
    padding: 0.5rem;
    border: thick;
    border-color: blue;
}

.home {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
    padding: 1rem;
    backdrop-filter: blur(0.5rem);
    border-radius: 2rem;
    border: solid;
    border-color: #D2AAB3;
    box-shadow: 0 0 4rem rgba(129, 72, 86, 1);
    border-width:0.4rem;
    margin-top: 15px;
}

    .home button {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90px;
        height: 40px;
        border: 3px solid #315cfd;
        border-radius: .9rem;
        transition: all 0.3s;
        cursor: pointer;
        background: rgba(208, 180, 205, 0.5);
        border-color: #C8989E;
        font-size: 1.1em;
        font-weight: 550;
        box-shadow: 0 0 4rem rgba(129, 72, 86, 1);
        color: #96575A;
        text-shadow: 0px 0px 5px #C49EB2;
        margin-left: 5px;
        border-width: 0.2rem;
    }


        .home button:hover {
            background: #DFB5C0;
            color: lightpink;
            font-size: 1.2em;
            text-shadow: 0px 0px 5px #C49EB2;
            
        }

        .home button:active {
            box-shadow: 0 0 1rem rgba(115, 82, 108, 1);
        }

    .home h1 {
        color: #EECBD3;
        text-shadow: 0px 0px 5px #966375;
        
    }

    .home input {
        background: rgba(208, 180, 205, 0.5);
        backdrop-filter: invert(10rem);
        border-radius: .9rem;
        color: #96575A;
        border-color: #C8989E;
        border-width: 0.2rem;
        box-shadow: 0 0 4rem rgba(129, 72, 86, 1);
        text-shadow: 0px 0px 5px #C49EB2;
        font-size: 1rem;
        height: 20px;
        width: 300px;
    }

    


.background {
    background-image: url('/images/background.jpg');
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(1.5px);
    z-index: -1;
}



.mp4Player {
    margin: 1rem;
    border: 1px solid #0f0;
    padding: 1rem;
    background-color: #111;
    border-radius: 5px;
    width: 800px;
}

    .mp4Player h1 {
        text-align: center;
        font-size: 1.2rem;
    }

.finds {
    display: flex;
    flex-wrap: wrap;
}

.resultcont {
    background-color: greenyellow;
}

.results {
    display: none;
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    gap: 1rem;
    margin-top: 1rem;
    backdrop-filter: blur(2rem);
    padding: 2rem;
    padding-top: 16px;
    color: rgba(205, 96, 121, 0.2);
    border-top: solid;
    border-top-width: 0.6rem;
}

.foreground {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
    z-index: 1;
}

.search {
    display: inline-flex;
    padding-top: 5rem;
}

.ssettings {
    display: flex; /* make it a flexbox */
    align-items: center; /* align children by vertical middle */
    border-radius: 2rem;
    border: solid;
    border-color: #D2AAB3;
    box-shadow: 0 0 4rem rgba(129, 72, 86, 1);
    border-width: 3px;
    width: stretch;
    background-color: rgb(187, 147, 156, 0.4);
    backdrop-filter: blur(0.5rem);
    box-shadow: 0 0 4rem rgba(129, 72, 86, 1);
}



    
.ssettings select {
    border: 2px solid #315cfd;
    border-radius: .9rem;
    background: rgba(208, 180, 205, 0.5);
    border-color: #C8989E;
    color: #96575A;
    text-shadow: 0px 0px 5px #C49EB2;
    height: 30px;
    padding-left: 5px;
    margin-left: 5px;
    padding-right: 5px;
    box-shadow: 0 0 4rem rgba(129, 72, 86, 1);

}

    .ssettings select option {
            
    }

.ssettings p {
    color: #EECBD3;
    font-size: 15px;
    text-shadow: 0px 0px 5px #966375;
}

.seperator {
    display:inline-flex;
    width:stretch;
    height: 40px;
}

.categoryS {
    margin-left:10px;
    display: flex;
    align-items: center;
    margin-right:35px;
}

.sortbyS {
    margin-left: 10px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.orderS {
    margin-left: 10px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}



.megatest {
    position: fixed; /* Sit on top of the page content */
    display: inline-flex; /* Hidden by default */
    width: fit-content; /* Full width (cover the whole page) */
    height: fit-content; /* Full height (cover the whole page) */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.pages {
    position: fixed;
    display: none;
    border-radius: 2rem;
    border: solid;
    border-color: #D2AAB3;
    border-width: 3px;
    background-color: rgb(187, 147, 156, 0.4);
    backdrop-filter: blur(0.5rem);
    align-items: center;
    text-align: center;
    justify-content: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    z-index: 4;
    top: 92vh;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

    .pages p {
        margin-left: 7.5px;
        margin-right: 7.5px;
        padding-left: 7.5px;
        padding-right: 7.5px;
        font-size: 40px;
        color: #EECBD3;
        text-shadow: 0px 0px 10px #966375;
        text-decoration: underline;
        cursor: pointer;
    }





