/* Global */
@font-face {
    font-family: 'Poppins';
    src: url('https://fonts.googleapis.com/css?family=Poppins');
}

@font-face {
    font-family: 'Steel City Comic';
    src: url('../fonts/scb.ttf');
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    width: 100vw;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

iframe {
    width: 100%;
    overflow: hidden;
}

.responsive {
    width: 100%;
    height: auto;
}

.text {
    color: #DE4A8C;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
}

.text-light {
    color: #DE4A8C;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
}

.text-bold {
    color: #DE4A8C;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
}

.text-success {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
}

.justify {
    text-align: justify !important;
}

.section-header {
    color: #DE4A8C;
    text-align: center;
    font-family: "Steel City Comic";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-1 {
    width: 200px;
    background-color: #DE4A8C;
    border-color: #DE4A8C;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-1:hover {
    background-color: white;
    color: #DE4A8C;
    border-color: #DE4A8C;
}

.btn-1:active {
    background-color: white !important;
    color: #DE4A8C !important;
    border-color: #DE4A8C !important;
}

.btn-2 {
    width: 200px;
    background-color: white;
    border-color: #DE4A8C;
    color: #DE4A8C;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-2:hover {
    background-color: #DE4A8C;
    border-color: #DE4A8C;
}

.btn-2:active {
    background-color: #DE4A8C !important;
    border-color: #DE4A8C !important;
}

.btn-3 {
    width: 200px;
    background-color: red;
    border-color: red;
    color: white;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-3:hover {
    color: red;
    background-color: white;
    border-color: red;
}

.btn-3:active {
    color: red;
    background-color: white;
    border-color: red;
}


.wrap-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Navbar */
.navbar-logo {
    max-height: 70px;
    min-height: 50px;
    width: auto;
    height: 10vw;
    margin-left: 8px;
    margin-right: 8px;
}

.navbar-button {
    color: white !important;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}

.navbar-button:hover {
    text-decoration: underline;
}

.navbar-button-2 {
    color: #c9266d;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 4;
    white-space: nowrap;
}

.offcanvas-slim {
    max-width: 55vw;
}

/*Footer*/
.footer-body {
    background-image: url("../img/footer_bg.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    size: 100vw;
}

.footer-span {
    display: inline-block;
    width: 100vw;
    margin-top: 5em;
}

.footer-icon {
    color: #EE4993;
    font-size: 24px;
    transition: 0.3s;
}

.footer-icon:hover {
    color: #ffffff;
    font-size: 24px;
}

.footer-logo {
    max-width: 64px;
    filter: invert(44%) sepia(35%) saturate(4280%) hue-rotate(307deg) brightness(98%) contrast(91%);
    transition: 0.3s;
}

.footer-logo:hover {
    max-width: 64px;
    filter: invert(99%) sepia(0%) saturate(7500%) hue-rotate(256deg) brightness(105%) contrast(103%);
}

.footer-text-share {
    color: #EE4993;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-text-copyright {
    color: #EE4993;
    text-align: center;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* HOME */
.home-banner {
    /* min-height: 200px; */
    width: 100vw;
    height: 45vw;
    background-image: url("../img/home_bg.png");
    background-position: top;
    background-size: 160% auto;
    background-repeat: no-repeat;
    margin-top: -2px;
    overflow: hidden;
}

.home-lala {
    width: auto;
    height: 100vw;
    z-index: 1;
}

.home-logo {
    max-width: 600px;
    width: 50vw;
    height: auto;
    z-index: 2;
}

.home-bg {
    width: 100vw;
    height: auto;
}

.home-nav {
    background: #C9266D;
    width: 100vw;
    overflow-x: hidden;
}

.home-carousel {
    min-height: 200px;
    max-height: 720px;
    height: 40vw;
    overflow: hidden;
}

.home-vid {
    max-width: 640px;
    max-height: 360px;
    width: 64vw;
    height: 36vw;
}

.car-item {
    height: 100%;
}

.video-overlay {
    z-index: 0;
    overflow: hidden;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.home-n-ig {
    max-height: 40vw;

}

.popup {
    width: 100%;
    height: 318vh;
    position: absolute;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.9);

    display: none;
}

.popup-close{
    position: fixed;
    top: 26%;
    left: 75%;
    transform: translate(-50%, -50%);

    z-index: 4;

    background: none;
    border: none;
    color: white;

    transition: 0.3s;
}

.popup-close:hover{
    scale: 1.1;
}

.popup-vid{
    max-width: 640px;
    max-height: 360pxpx;
    width: 64vw;
    height: 36vw;

    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*News*/
.news-ul {
    max-width: 85vw;
}

.news-list {
    border-top: 1px solid #f7589f;
}

.news-link {
    text-decoration: none;
    vertical-align: middle;
    transition: 0.3s;
}

.news-link:hover {
    filter: saturate(1.5);
}

.news-date {
    color: #DE4A8C;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.news-title {
    color: #FFF;
    text-align: left;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background-color: #DE4A8C;
}

.news-img {
    max-width: 720px;
    width: 80vw;
    height: auto;
}

.news-text {
    color: #DE4A8C;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: justify;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/*Introduction*/
.intro-text {
    color: #DE4A8C;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

/*Character*/
.chara-div {
    /*Same as img*/
    max-width: 200px;
    max-height: 200px;
    width: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #f7589f;
    border-color: #DE4A8C;
    border-radius: 5%;
    overflow: hidden;
}

.chara-img {
    /*Same as div*/
    max-width: 200px;
    max-height: 200px;
    width: 30vw;
    transition: 0.3s;
}

.chara-img:hover {
    transform: scale(1.2);
}

/* Character Bio Desktop */
.bio-div {
    width: auto;
    height: 720px;
    padding-top: 90px;
    padding-bottom: 90px;
}

.bio-div-md {
    width: auto;
    height: auto;
    margin-top: 190px;
    padding-bottom: 90px;
    background-color: #DE4A8C;
    background-clip: content-box;
}

.bio-col {
    margin-top: -100px;
}

.bio-img {
    width: auto;
    height: 800px;
    margin-left: 120px;
}

.bio-img-md {
    margin-top: -200px;
    width: auto;
    height: 75vh;
}

.bio-desc {
    border-top: 2px solid white;
}

.bio-prev {
    transition: 0.3s;
}

.bio-prev:hover {
    translate: -30px;
    transition: 0.3s;
}

.bio-next {
    transition: 0.3s;
}

.bio-next:hover {
    translate: 30px;
    transition: 0.3s;
}

.bio-arrow {
    color: #DE4A8C;
    opacity: 1.0 !important;

}

.bio-carousel {
    border-radius: 50%;
    border: 1px solid #DE4A8C;
    overflow: hidden;
    transition: 0.3s;
}

.bio-carousel-img {
    width: 60px;
    height: auto;
    transition: 0.3s;
}

.bio-carousel-img:hover {
    scale: 1.2;
    /* same as above */
}

/*Story*/
.story-div {
    max-width: 250px;
    max-height: 140.625px;
    width: 40vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5%;
    overflow: hidden;
}

.story-thumbnail {
    max-width: 250px;
    max-height: 140.625px;
    width: 40vw;
    transition: 0.3s;
}

.story-thumbnail:hover {
    transform: scale(1.2);
}

.story-text {
    max-width: 250px;
    width: 40vw;
    color: #DE4A8C;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    word-break: break-all;
}

.webnovel-cover {
    max-width: 220px;
    height: auto;
}

.chapter {
    border-top: 1px solid #f7589f;
}

/*Story Anime each pages*/
.anime-title {
    color: #FFF;
    text-align: left;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background-color: #DE4A8C;
}

.anime-img {
    max-width: 720px;
    width: 80vw;
    height: auto;
}

.anime-text {
    color: #DE4A8C;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: justify;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/*Music*/
.music-div {
    /*Same as img*/
    max-width: 200px;
    max-height: 200px;
    width: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5%;
    overflow: hidden;
}

.music-img {
    /*Same as div*/
    max-width: 200px;
    max-height: 200px;
    width: 30vw;
    transition: 0.3s;
}

.music-img:hover {
    transform: scale(1.2);
}

.music-text {
    /*Same as div*/
    max-width: 200px;
    width: 30vw;
    color: #DE4A8C;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

/*Books*/
.book-div {
    /*Same as img*/
    max-width: 200px;
    max-height: 400px;
    width: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5%;
    overflow: hidden;
}

.book-img {
    /*Same as div*/
    max-width: 200px;
    max-height: 400px;
    width: 30vw;
    transition: 0.3s;
}

.book-img:hover {
    transform: scale(1.15);
}

.book-text {
    max-width: 200px;
    width: 30vw;
    color: #DE4A8C;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    word-break: break-all;
}

/*Goods*/
.goods-div {
    /*Same as img*/
    max-width: 200px;
    max-height: 200px;
    width: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5%;
    overflow: hidden;
}

.goods-img {
    /*Same as div*/
    max-width: 200px;
    max-height: 200px;
    width: 30vw;
    transition: 0.3s;
}

.goods-img:hover {
    transform: scale(1.15);
}

/*Special*/
.special-div {
    max-width: 250px;
    max-height: 140.625px;
    width: 40vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5%;
    overflow: hidden;
}

.special-thumbnail {
    max-width: 250px;
    max-height: 140.625px;
    width: 40vw;
    transition: 0.3s;
}

.special-thumbnail:hover {
    transform: scale(1.2);
}

.news-img {
    max-width: 720px;
    width: 80vw;
    height: auto;
}

/* Pagination */
.text-page,
.text-page-n {
    color: #DE4A8C;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
}

.text-page-n:hover {
    color: #DE4A8C !important;
}

/*JS Animation*/
.slide {
    transition: 0.3s;
    /*NOT WORKING*/
}

.hidden-js {
    height: 0;
    overflow: hidden;
    transition: 0.3s;
}

/* ADMIN */
.form-signin {
    max-width: 330px;
    padding: 1rem;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-admin {
    aspect-ratio: 1.5 / 1;
    width: 250px;
    color: white;
    background-color: #DE4A8C;
    border-color: #DE4A8C;
    transition: 0.3s;
}

.card-admin:hover {
    background-color: white;
    color: #DE4A8C;
    border-color: #DE4A8C;
}

.card-admin-icon {
    font-size: 60px;
}

.text-dashboard {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
}

/*Admin CRUD*/
.table-striped {
    --bs-table-striped-bg: #FFD5E7;
    /* --bs-table-border: 1px solid #DE4A8C; */
}

.tr-admin {
    background-color: #DE4A8C !important;
    color: white !important;
    font-weight: 600;
}

.text-table {
    color: #DE4A8C;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    vertical-align: middle;
    margin: 0;
}

trix-toolbar [data-trix-button-group="file-tools"] {
    display: none !important;
}