body {font-family: 'Poppins', sans-serif; margin: 0; padding: 0; background-clip: rgba(151, 151, 151, 0.03); width: 100%;}
* {box-sizing: border-box;}
ul{list-style: none;}
#yuzuru {width: 30px; cursor: pointer;}
a{text-decoration: none;}
nav {display: flex; justify-content: space-around; align-items: center; width: 100%; border: 1px solid rgba(0, 0, 0, 0.04); background-color: #fff; position: relative; left: 0; top: 0; z-index: 100;}
.logo img {height: 45px;}
nav .menu {display: flex; padding-left: 123px; margin-top: 10px;}
nav .menu li a { height: 40px; line-height: 43px; margin: 0px; padding: 0px 22px; display: flex;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    color: black;
    letter-spacing: 1px;
    text-decoration: none;
}

.sub-menu-1 {
    display: none;
    margin: 0;
    padding: 0;
}

nav .menu li:hover .sub-menu-1 {
    display: flex;
    position: absolute;
    margin: 10px;
    padding: -10px;
    background-color: whitesmoke;
    text-align: scroll;
}

nav .menu li:hover .sub-menu-1 ul {
    display: block;
    margin-left: -37px;
}

nav .menu li:hover .sub-menu-1 ul li {
    width: 110px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    text-align: center;
}

.search {
    width: 250px;
    height: 40px;
    background-color: rgba(245, 245, 245, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 0px 20px;
}

.search input {
    height: 30px;
    border: none;
    outline: none;
    background-color: transparent;
}

.search i {
    color: #3a3a3a;
}

nav .menu li a:hover {
    background-color: #242424;
    color: #fff;
    box-shadow: 5px 10px 30px rgba(53, 53, 53, 0.1);
    transition: all ease 0.2s;
}

.download-link {
    color: #1a1a1a;
    font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 600;
    font-size: 19px;
}

#main {
    padding-top: 10px;
    background-color: #fff;
}

.showcase-box {
    width: 430px;
    height: 250px;
    box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.3);
    margin: 0px 20px 10px 20px;
    border-radius: 10px;
    overflow: hidden;
}

.showcase-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.showcase-heading {
    padding-left: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #1a1a1a;
}

.text3 {
    margin: -5px -7px 10px;
    padding: 0;
}

.text3 li {
    margin-top: 22px;
    margin-right: 10px;
    padding-right: 40px;
    margin-bottom: -2px
}

.cs-hidden {
    overflow: visible !important;
}

#latest {
    border-top: 1px solid rgba(53, 53, 53, 0.1);
}

.latest-heading {
    margin: 24px 0px 1px 0px;
    font-weight: 500;
    font-size: 2.3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
}

.latest-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
    margin: 20px 10px;
    border-radius: 10px;
    overflow: hidden;
    width: 200px;
    background-color: #fff;
}

.latest-b-img {
    width: 100%;
    height: 270px;
}

.latest-b-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-b-text strong {
    color: #3a3a3a;
    margin: 0px;
}

.icon a {
    text-decoration: none;
}

.latest-b-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10px;
}

.latest-b-text p {
    color: #979797;
    margin: 0px;
}

.movies-heading h1 {
    /*
    font-weight: 400;
    margin: 0;
*/
    padding: 5px 20px;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 1.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%
}

.movies-heading {
    display: block;
    margin: 0px 2%;
}

.movies-box {
    width: 200px;
    height: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    box-shadow: 2px 2px 30px rgb(0 0 0 / 20%);
    margin: 15px;
    border-radius: 5px;
    overflow: hidden;
    border-top: 3px solid #292929;
}

.movies-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.movies-img img {
    width: 100%;
    height: 100%;
    /*    object-fit: cover;*/
}

.movies-box a {
    text-align: center;
    display: block;
    font-weight: 600;
    display: -webkit-box;
    max-width: 80%;
    -webkit-line-clamp: vertical;
    /*    overflow: hidden;*/
    text-overflow: ellipsis;
    color: #3a3a3a;
    margin: 9px;
    text-decoration: none;
}

.movies-box:hover {
    transform: translateY(-10px);
    transition: all ease 0.2s;
}

#movies-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.fa-facebook:before {
    content: "\f09a";
    color: blue;
}

.fa-instagram:before {
    content: "\f16d";
    display: inline-block;
    width: 20px;
    border-radius: 10px;
    color: #ffffff;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.fa-twitter:before {
    content: "\f099";
    color: #1DA1F2;
}

    .fa-discord:before {
    content: "\f392";
    color: #7289DA;
}


.latest-c-text strong {
    color: #3a3a3a;
    margin: 0px;
}

.latest-c-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10px;
}

.latest-c-text p {
    color: #979797;
    margin: 0px;
}

.btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btns a {
    width: 130px;
    height: 40px;
    border: none;
    outline: none;
    color: #fff;
    background-color: #3963f0;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    text-decoration: none;
}

.btns a:hover {
    background-color: #284fd1;
}

nav .menu-btn {
    display: none;
}

#page {
    margin-top: 10px;
    min-height: 100px;
    clear: both;
    float: left;
    width: 60%;
}

.page {
    margin-top: 10px;
    min-height: 100px;
    clear: both;
    float: left;
    width: 60%;
}

.text {
    margin-left: 10px;
    margin-right: 25%;
    padding: 0px 10px 10px;
    width: 100%;
}

.text li {
    margin-top: 0;
    margin-right: 10px;
    padding-right: 40px;
    margin-bottom: 10px;
    width: 100%;
}

.text li p {
    padding-right: 30px;
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.text li strong {
    color: crimson;
}

.text li h1 {
    font-size: 2rem;
    margin-bottom: 40px;
    margin-top: 30px;
    padding: 0;
}

.text2 {
    margin: 0;
}

.text2 li {
    margin-top: 14px;
    margin-right: 10px;
    padding-right: 40px;
    margin-bottom: 10px;
}
.text23 li {
    margin-top: 0px;
    margin-right: 10px;
    padding-right: 40px;
    margin-bottom: 10px;
}

.Anime-info li {
    width: 600px;
    height: 25px;
    font-size: 0.9rem;
}

.image img {
    margin-left: 10px;
    padding-left: 10px;
    height: 50%;
    width: 891px;
    align-items: center;
}

.summery {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 98.5%;
    margin: 5px;
}

.donwload-box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 59.1%;
    margin: 5px;
}

.Anime-info {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 60%;
    margin-bottom: 20px;
}

.text2 strong {
    font-size: 2em;
    margin: 0;
    padding: 0;
    border: none;
    width: 1%;
    height: 2px;
}

#lol .text2 {
    width: fit-content;
}

.summery h2 {
    color: crimson;
}

.Anime-info h2 {
    color: crimson;
}

#Tokisaki {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#Tokisaki a {
    display: block;
    color: black;
    margin-top: 10px;
    padding: 15px;
    width: 400px;
    font-size: 20px;
    align-items: center;
    text-decoration: none;
}

#flex {
    width: 50%;
    margin: 10px;
    width: 60%;
}

.tokha {
    margin: 15px;
    padding-left: 20px;
}

.itsuka a {
    display: block;
    background-color: lightgreen;
    color: white;
    margin: 10px 10px 10px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    width: 200px;
    border-radius: 5px;
    font-size: 1rem;
    text-decoration: none;
}

.itsuka .red {
    background: lightcoral;
}

.Kotori .EEE {
    display: block;
    background-color: crimson;
    color: white;
    margin: 10px 10px 10px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    width: 200px;
    border-radius: 5px;
    font-size: 1rem;
}

.ggg {
    margin: 10px 0;
    text-align: left;
    width: 60%;
}

.ggg .movies-box {
    width: 240px;
}

.ggg img {
    width: 100%;
    height: 100%;
    /*    object-fit: cover;*/
}

.fff {
    margin: 0;
    padding: 0px;
    width: 60%;
}

.fff .movies-box {
    width: 250px;
}

.box {
    margin: 20px 0;
}

footer p {
    color: #5e5e5e;
    text-align: center;
    margin: 10px 0px;
    font-size: 0.9rem;
}

footer {
    justify-content: space-between;
    padding: 0px 20px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

footer img {
    width: 30px;
    text-align: left;
    position: relative;
    transform: translateY(-30%);
}

.icon {
    margin-top: 20px;
    display: flex;
    padding-left: 0px;
    padding-bottom: 40px;
    color: black;
}

a:hover {
    cursor: pointer;
}

.details summary {
    font-family: 'Poppins', sans-serif;
    position: relative;
    height: 40px;
    line-height: 43px;
    margin: 0px;
    padding: 0px 22px;
    display: flex;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    color: black;
    letter-spacing: 1px;
}

.datetime {
    margin: 15px 20px 15px;
    color: black;
    background: #ffffff;
    display: flex;
    font-family: 'Segoe UI', sans-serif;
    width: 250px;
    height: 50px;
    padding: 15px 10px;
    border: 1px solid #000000;
    border-radius: 5px;
    -webkit-box-reflect: below 1px linear-gradient(transparent, rgba(255, 255, 255, 0.1));
    transition: 0.5;
    transition-property: background, box-shadow;
}

#time {
    font-size: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#time span:not(:last-child) {
    position: relative;
    margin: 0 6px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 6px;
}

#time span:last-child {
    background: #2e94e3;
    font-size: 30px;
    font-weight: 600;
    text-decoration: uppercase;
}

.icon i {
    opacity: 0.7;
    margin-left: 1.3em;
    font-size: 1.2em;
    transition: 0.2s;
    padding: 0.65em;
    border-radius: 50%;
    display: block;
    place-items: center;
    background: #d4dbe8;
    color: black;
    box-shadow: -11px -11px 25px rgba(255, 255, 255, 0.35), 11px 13px 25px rgba(165, 181, 208, 0.738227);
}

.icon i:hover {
    opacity: 1;
    border-radius: 50%;
    background: #d4dbe8;
    transform: scale(1.1);
    mix-blend-mode: normal;
    box-shadow: -11px -11px 22px rgba(255, 255, 255, 0.524448), 11px 13px 22px rgba(166, 181, 208, 0.9294960), inset -11px -11px 28px rgba(166, 181, 208, 0.856261);
}

.details summary:hover {
    background-color: #242424;
    color: #fff;
    box-shadow: 5px 10px 30px rgb(53 53 53 / 10%);
    transition: all ease 0.2s;
    cursor: pointer;
}

.fa-search:before {
    content: "\f002";
    position: absolute;
    top: 21px;
    right: 63px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }
}

@media(max-width:1100px) {
    nav {
        justify-content: space-between;
        height: 70px;
        padding: 0px 10px;
    }
    #page {
        margin-top: 10px;
        min-height: 100px;
        clear: both;
        float: left;
        width: 100%;
    }
    nav .menu {
        display: none;
        position: absolute;
        top: 65px;
        left: 0px;
        background: #fff;
        border-bottom: 4px solid #242424;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    .donwload-box {
        border: 1px solid rgba(0, 0, 0, 0.1);
        width: 97%;
        margin: 5px;
    }
    .details summary {
        width: 100%;
        height: 40px;
        align-items: center;
        margin: 0px;
        padding: 25px;
        border: 1px solid rgba(38, 38, 38, 0.03);
    }
    .text3 {
        width: 307px;
        /* padding: 1px; */
        margin: -10px;
        margin-top: -8px;
    }
    .menu li {
        width: 100%;
    }
    nav .menu li a {
        width: 267%;
        height: 40px;
        align-items: center;
        margin: 0px;
        padding: 25px;
        border: 1px solid rgba(38, 38, 38, 0.03);
    }
    nav .menu li:hover .sub-menu-1 {
        position: inherit;
    }
    nav .menu-icon {
        cursor: pointer;
        float: right;
        padding: 28px 20px;
        position: relative;
        user-select: none;
        display: block;
    }
    nav .menu-icon .nav-icon {
        background-color: #333333;
        display: block;
        height: 2px;
        position: relative;
        transition: background 0.2s ease-out;
        width: 18px;
    }
    nav .menu-icon .nav-icon:before,
    nav .menu-icon .nav-icon:after {
        background: #333333;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all ease-out;
        width: 100%
    }
    nav .menu-icon .nav-icon:before {
        top: 5px;
    }
    nav .menu-icon .nav-icon:after {
        top: -5px;
    }
    nav .menu-btn:checked~.menu-icon .nav-icon {
        background: transparent;
    }
    nav .menu-btn:checked~.menu-icon .nav-icon:before {
        transform: rotate(-45deg);
        top: 0px;
    }
    nav .menu-btn:checked~.menu-icon .nav-icon:after {
        transform: rotate(45deg);
        top: 0px;
    }
    nav .menu-btn {
        display: none;
    }
    nav .menu-btn:checked~.menu {
        display: block;
    }
    .text {
        padding-left: 0;
    }
    .text li h1 {
        width: 100rem;
        font-size: 1.2rem;
        margin-right: 2px;
        margin-top: 2px
    }
    .text li p {
        font-size: 1rem;
        margin-right: 0;
        padding-right: 0;
        width: 40rem
    }
    .text li {
        font-size: 1rem;
        margin-right: 0;
        padding-right: 0;
        width: 40rem;
    }
    .text2 {
        width: 350px;
        padding: 0;
        margin: 0;
    }
    .text2 li {
        font-size: 0.9rem;
        margin-right: 0;
        padding-right: 0;
        width: 40rem;
    }
    .Anime-info li {
        width: 40rem;
        font-size: 0.8rem;
        padding-right: 0;
        margin-right: 0;
        height: 40px;
        margin-bottom: 0;
    }
    .image img {
        margin-left: 0px;
        padding-left: 1px;
        height: 50%;
        width: 40rem;
        object-fit: cover;
    }
    #Tokisaki a {
        width: 300px;
        font-size: 0.9rem;
    }
    #Tokisaki {
        border: none;
        padding-left: 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .Anime-info {
        border: none;
        padding-left: 10px;
    }
    .summery {
        border: none;
        padding-left: 2px;
        width: 100%;
    }
}

footer {
    /*    display: flex;*/
    justify-content: space-between;
    align-items: center;
}

footer p {
    color: #5e5e5e;
    margin: 10px 0px;
    font-size: 0.9rem;
}

footer {
    justify-content: space-between;
    padding: 0px 20px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

footer img {
    width: 30px;
    text-align: center;
    position: absolute;
    transform: translateY(-30%);
}

.icon {
    margin-top: 0;
    display: flex;
    padding-left: 0px;
    padding-bottom: 40px;
    color: black;
    margin-left: 40rem;
}

a:hover {
    cursor: pointer;
}

.icon i {
    opacity: 0.7;
    margin-left: 1.3em;
    font-size: 1.2em;
    transition: 0.2s;
    padding: 0.65em;
    border-radius: 50%;
    display: block;
    place-items: center;
    background: #d4dbe8;
    color: black;
    box-shadow: -11px -11px 25px rgba(255, 255, 255, 0.35), 11px 13px 25px rgba(165, 181, 208, 0.738227);
}

.icon i:hover {
    opacity: 1;
    border-radius: 50%;
    background: #d4dbe8;
    transform: scale(1.1);
    mix-blend-mode: normal;
    box-shadow: -11px -11px 22px rgba(255, 255, 255, 0.524448), 11px 13px 22px rgba(166, 181, 208, 0.9294960), inset -11px -11px 28px rgba(166, 181, 208, 0.856261);
}

#flex {
    border: none;
    padding-left: 2px;
    width: 100%;
}

.tokha {
    margin: 15px;
    padding-left: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }
}

@media(max-width:440px) {
    .latest-heading {
        font-size: 1.8rem;
    }
    .movies-box a,
    .movies-box {
        width: 100%;
    }
    .accordion-item {
        width: 100%;
    }
    .text3 li {
        font-size: 0.7rem;
        margin-right: 0;
        padding-right: 0;
        width: 300px;
        margin: 20px 3px;
    }
    .accordion-button {
        width: 100px;
    }
    .datetime {
        margin: 15px 10px 15px;
        color: black;
        background: #fff;
        display: flex;
        font-family: 'Segoe UI', sans-serif;
        width: 250px;
        height: 50px;
        padding: 15px 10px;
        border: 1px solid black;
        border-radius: 5px;
        -webkit-box-reflect: below 1px linear-gradient(transparent, rgba(255, 255, 255, 0.1));
        transition: 0.5;
        transition-property: background, box-shadow;
    }
    #time {
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .movies-box {
        flex-direction: column;
        height: fit-content;
    }
    .logo img {
        height: 20px;
    }
    .text li h1 {
        width: 300px;
        font-size: 1.2rem;
        margin-right: 2px;
        margin-top: 2px
    }
    .text li p {
        font-size: 0.8rem;
        margin-right: 0;
        padding-right: 0;
        width: 300px
    }
    .text li {
        font-size: 0.7rem;
        margin-right: 0;
        padding-right: 0;
        width: 300px;
        margin-left: 3px;
    }
    .text2 li {
        font-size: 0.7rem;
        margin-right: 0;
        padding-right: 0;
        width: 300px;
        margin-left: 4px;
    }
    .image img {
        margin-left: 0px;
        padding-left: 1px;
        height: 50%;
        width: 100%;
        object-fit: cover;
    }
    .search {
        width: 93%;
        height: 40px;
    }
    footer p {
        color: #fff;
        margin: 10px 0px;
        font-size: 0.9rem;
    }
    footer {
        justify-content: space-between;
        padding: 0px 20px;
        text-align: center;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        background: black;
    }
    footer img {
        width: 30px;
        text-align: center;
        position: absolute;
        transform: translateY(-30%);
    }
    .btn-group-sm>.btn,
    .btn-sm {
        margin: 5px;
    }
    .logo img {
        height: 20px;
    }
    .icon {
        margin-top: 0;
        display: flex;
        padding-left: 0px;
        padding-bottom: 40px;
        color: black;
        margin-left: 30px
    }
    .summery {
        border: none;
        padding-left: 2px;
        width: 97%;
    }
    .download-link {
        color: #1a1a1a;
        font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
        font-weight: 600;
        font-size: 13px;
    }
    a:hover {
        cursor: pointer;
    }
    .icon i {
        opacity: 0.7;
        margin-left: 1.3em;
        font-size: 1.2em;
        transition: 0.2s;
        padding: 0.65em;
        border-radius: 50%;
        display: block;
        place-items: center;
        background: #ffffff;
        color: black;
        box-shadow: -11px -11px 25px rgba(255, 255, 255, 0.35), 11px 13px 25px rgba(165, 181, 208, 0.738227);
    }
    .icon i:hover {
        opacity: 1;
        border-radius: 50%;
        background: #d4dbe8;
        transform: scale(1.1);
        mix-blend-mode: normal;
        box-shadow: -11px -11px 22px rgba(255, 255, 255, 0.524448), 11px 13px 22px rgba(166, 181, 208, 0.9294960), inset -11px -11px 28px rgba(166, 181, 208, 0.856261);
    }
    .fa-search:before {
        content: "\f002";
        right: 27px;
        position: absolute;
        top: 27px;
    }
}