@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --theme: #fa74fc;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
    background-color: #ffc0ea;
    color: white;
}

#canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.mara {
    width: 700px;
    position: absolute;
    right: 0;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.bg {
    width: 100%;
    height: 100%;
    background-image: url('../wp5082215.jpg');
    background-size: cover;
    position: fixed;
    z-index: -2;
}

footer {
    background-color: var(--theme);
}

footer p {
    margin-top: 100px;
    padding: 20px;
    font-size: 16px;
    color: white;
    text-align: center;
}

img {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.banner_wrap {
    height: 400px;

}

.banner {
    display: flex;
    flex-direction: row;
    color: white;
    margin: 0px auto;
    gap: 20px;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 400px;
    overflow: hidden;
}

.img_main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;


}

@keyframes hoverAnimation {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, -5px);
    }
}

.img_wrap {
    position: relative;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    transition: transform 0.2s ease-in-out;
    animation: hoverAnimation .5s infinite alternate;
}

.img_bg {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    background: #283c86;
    background: -webkit-linear-gradient(to right, #45a247, #283c86);
    background: linear-gradient(to right, #45a247, #283c86);
    animation: rotate 4s linear infinite;
    border: 1px solid black;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.main {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    border-radius: 50%;
    padding: 10px;
    /*border: 5px solid #509448;*/

}

.wh1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.reading {
    width: 900px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.read {
    margin-top: 20px;
    display: flex;

    align-items: center;
}

.flag {
    margin-right: 10px;
    width: 5px;
    height: 48px;
    border-radius: 10px;
    background-color: #ff8dae;

}

.button {
    height: 64px;
    background: #800080;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #ff98b6, #ff639a);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #ff98b6, #ff639a);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-weight: 800;
    color: white;
    text-align: center;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: 0.3s;
}

.sitelist {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.button:hover {
    background: rgb(254, 94, 174);
    transform: scale(1.1);

}

.button a {
    text-decoration: none;
    color: white;
    font-weight: 900;
}

.reading h1 {
    font-size: 2rem;
}

.wh1 p {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
}

.wh1 h1 {
    font-size: 4em;
}

.content_wrap {
    display: flex;
    flex-direction: row;
}

.menu {
    width: 300px;

    background-color: #45a247;
}

.tv {
    --color: white;
    /*
    background-image: url('../img/glitch-tv-static-hixli6jku4r36prq.gif');
    background-size: cover;
    background-position: center -35%;
    */
    border-bottom: 1px solid var(--color);
    /*
    border-left: 7px solid var(--color);
    border-right: 7px solid var(--color);
    border-top-right-radius: 15%;
    border-top-left-radius: 15%;
    border-top: 4px solid var(--color);
    */

}

.item_container:hover img {
    transform: scale(1.05);
}

.item_container {
    height: 450px;
    width: 300px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    box-shadow: 0px 10px 15px -3px rgba(165, 165, 165, 0.1);
    border: 2px solid #2c2c2c00;

}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ctrls {
    display: inline-flex;
}

.ctrls button {
    background-color: #509448;
    display: block;
    color: white;
    padding: 20px 20px;
    border: none;
    float: left;
}

.ctrls button:hover {
    background-color: #294429;
}

.ctrls button i {
    font-size: 20px;
}

.control {
    background-color: var(--theme);
}

.item_container:hover {
    border: 2px solid #ff86bf;
}

.item_container:hover .cover {
    bottom: 0;
}

.h3a {
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 10px !important;
    color: rgb(255, 255, 255);

}

.h3a:hover {
    color: rgb(255, 134, 255);
}

.item_container img {
    height: 100%;
    width: 100%;
    object-fit: cover;

    transition: all .2s ease-in-out;
}

.cover {
    padding: 10px 0px 15px 5px;
    border-top-left-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top-right-radius: 10px;
    background-color: rgba(0, 0, 0, 0.889);
    width: 100%;
    position: absolute;
    bottom: 0px;
    color: white;
    transition: all ease-in-out .1s;

}

.list_bg {
    position: absolute;
    background-color: rgb(177, 213, 253);
    height: 100%;
    width: 100%;
    filter: blur(5px);
    opacity: 0.8;

}

.normal_wrapper {
    height: fit-content;
    position: relative;
}

.list_wrapper {
    padding-top: 4rem;
    position: absolute;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 100px;
    margin: 0px auto;
    background-color: #00000040;
}

.list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 1000px;
    margin: 0 auto;
    justify-content: center;

}

.msg {
    font-size: 14px !important;
    height: 24px;
}

.status {
    position: absolute;
    left: 0;
    top: 0;
    margin: 5px;
    background-color: rgba(0, 0, 0, 0.549);
    border-radius: 20px;
    padding: 5px;
}

.cover h3 {
    text-align: center;
    margin-bottom: 10px;
    height: 24px;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-box {
    padding: 10px;
    text-align: left;
    background-color: #f0a8cf;
    color: black;
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    width: 100%;
    height: 100%;
    font-weight: 600;
    z-index: 99;
    border-radius: 10px;
    transition: all .5s ease-in-out;
    font-size: 1.12rem;
    visibility: hidden;
    opacity: 0;
}
.h3o {
    font-size: 1.12rem;
    text-decoration: none;
    color: rgb(32, 32, 33);
}
.title:hover {
    height: 64px;
}
.title:hover .cover h3 {
    height: 64px;
}
.title {
    transition: height .2s ease-in-out;
}
.title-box p {
    font-weight: 900;
}
/*
.title:hover .title-box {
    visibility: visible;
    opacity: 1;
}
*/
.cover_watch {
    display: flex;
    justify-content: center;
    align-items: center;
}

.col {
    display: flex;
    flex-direction: column;
    text-align: center;

}

.status_flex {
    display: flex;
}

.mark_caught {
    background-color: transparent;
    color: white;
}

.season_wrap p {
    padding-bottom: 3px;
    border-bottom: 1px solid rgb(86, 86, 86);
    color: rgb(166, 162, 162);
}

.episode_wrap p {
    padding-bottom: 3px;
    border-bottom: 1px solid rgb(86, 86, 86);
    color: rgb(166, 162, 162);
}

.status_wrap p {
    padding-bottom: 3px;
    text-align: left;
    border-bottom: 1px solid rgb(86, 86, 86);
    color: rgb(166, 162, 162);
}

.up {
    color: grey;
}

.down {
    color: grey;
}

.up:hover {
    color: var(--updown)
}

.down:hover {
    color: var(--updown);
}

.season_wrap {
    padding-left: 5px;
}

.episode_wrap {
    padding-right: 5px;
}

.season_wrap span {
    font-size: 24px;
    color: #e9b80b;
}

.episode_wrap span {
    font-size: 24px;
    color: #ff65cc;
}

.link a {
    font-weight: 700;
    text-decoration: none;
    color: #ff65cc;
}

.link a:hover {
    color: turquoise;
}

.separator {
    font-size: 2em;
    padding: 10px;
    color: rgb(166, 162, 162);
}

.selector {
    padding: 5px;
    user-select: none;
}


.active {
    color: #255125 !important;
}

.dark {
    background-color: #00000096;
}

.dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.buttonStyle {
    width: 64px;
}

.dialog {
    color: black;
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 500px;
    opacity: 0;
    transform: translateY(50px);
}

button {
    border: none;
}

.section-title p {
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}

.linking {
    font-weight: 700;
}

.sites {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 50px;
    background: #000000a0;
    padding: 10px;
    border-radius: 10px;
    align-items: center
}

input {
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
    margin-bottom: 20px;
}

.form-actions {
    margin-top: 10px;
}

.btn {
    padding: 8px 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: background 0.2s ease;
}