﻿.rotate-icon {
    rotate : 180deg;
}
.swiper-slide {
    display: flex;
    justify-content: center;
}
.container-a {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
    }
@media (min-width: 576px) {
    .container-a {
        max-width: 540px;
    }
    .swiper-slide img {
        height: 300px;
    }
}
@media (min-width: 768px) {
    .container-a {
        max-width: 720px;
    }
    .swiper-slide img {
        height: 400px;
    }
}
@media (min-width: 992px) {
    .container-a {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-a {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container-a {
        max-width: 1450px;
    }
}
.swiper-slide-active {
        transform: scale(1.1) !important; /* Phóng to slide active */
        opacity: 1 !important; /* Hiển thị slide active với độ trong suốt đầy đủ */
        z-index: 1; /* Đặt slide active lên trên các slide khác */
        transition: transform 0.3s ease, opacity 0.3s ease; /* Áp dụng hiệu ứng chuyển động mượt mà */
    }
.swiper-slide-active img {
    transition: transform 0.3s ease, opacity 0.3s ease;
    box-shadow: -20px -20px 0px -1px rgba(234, 234, 234), -20px -20px 0px 0px rgba(0, 0, 0);
    }

.swiper-slide {
        opacity: 0.7; /* Giảm độ trong suốt của các slide không active */
    }
.swiper-slide {
    flex: 0 0 auto; /* Đảm bảo kích thước của các slide không thay đổi */
}
.swiper-slide img {
    width: 100%; /* Chiều rộng của hình ảnh là 100% của slide */
    object-fit: cover; /* Hiển thị hình ảnh mà không bị vặn hoặc căng ra ngoài */
    aspect-ratio: 1/1; /* Tạo ra tỷ lệ khung hình vuông */
}

.swiper-wrapper {
    align-items: center;
    padding: 50px 0px;
}

.hoz-text {
    position: absolute;
    top: 24%;
    left: -8%;
    rotate: -90deg;
    transform: translate(50%, -50%);
}

.cursor-pointer {
    cursor: pointer;
}

.width-max-content {
    width: max-content;
}

.link-name {
    text-decoration: none;
    font-size: 18px
}

.link-chapter {
    text-decoration: none;
}

.link-view-all {
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 16px;
}

.lastest-albums {
    background-color: #eaeaea;
    padding: 80px 90px;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
    max-height: 600px;
}

.my-caption {
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    text-align: start !important;
    width: 80%;
    bottom: auto !important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 8% !important;
}

.gradient-button {
    position: relative;
    z-index: 1;
    background: linear-gradient(to right, #ff7e5f, #feb47b);
    color: #fff !important;
    border: none !important;
    padding: 10px 40px !important;
    border-radius: 16px !important;
}

    .gradient-button::before {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 16px !important;
        z-index: -1;
        transition: opacity 0.3s linear;
        opacity: 0;
        background: linear-gradient(to right, #4dffaf, #7272ff); /* Gradient khi hover */
    }

    .gradient-button:hover::before {
        opacity: 1;
    }

.custom-img-detai {
    border-radius: 6px;
    box-shadow: 20px -20px 0px -10px rgba(255, 255, 255), 20px -20px 0px 0px rgba(194, 194, 194, 0.5);
}

.line-connect {
    position: relative;
}

    .line-connect::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 60px;
        background-color: black;
        bottom: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.btn-1 {
    background-color: #FFFD91;
    margin: 0px 10px;
    padding: 10px 20px;
    border-radius: 40px;
    border: none;
}

.btn-2 {
    background-color: #DAD4FF;
    margin: 0px 10px;
    padding: 10px 20px;
    border-radius: 40px;
}

.btn-3 {
    background-color: #D7EDFF;
    margin: 0px 10px;
    padding: 10px 20px;
    border-radius: 40px;
}

.icon-button {
    width: 20px;
    height: 20px;
}

.button-noboder {
    border: none !important;
    background-color: transparent;
}

.interact {
    background-color: black;
    color: white;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 12px;
}
/* comic */
.background-manga {
    background-color: #F0F2F5;
    padding: 10px 0px;
}

.item-comic {
    background-color: #fff;
    border-radius: 4px;
    width: 16rem;
}

.status-comic {
    background-color: #437C5F;
    color: white;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.link-name {
    color: black;
}

    .link-name:hover {
        color: #288ad6;
    }

.link-chapter {
    color: #eaeaea;
    padding-left: 5px;
}

    .link-chapter:hover {
        color: #288ad6;
    }

.img-manga {
    height: 300px;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.img-center-mg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.manga-caption {
    padding-bottom: 10px;
}

@media (max-width: 576px) {
    .item-comic {
        width: 14rem;
    }

    .img-album {
        width: 100px;
        height: 100px;
    }

    .img-album-mid {
        width: 200px;
        height: 200px;
    }
    .swiper-slide img {
        height: 200px;
    }
    .carousel-item {
        height: 276px;
    }
    .contact {
        display:block;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .item-comic {
        width: 15rem;
    }

    .img-album {
        width: 100px;
        height: 100px;
    }

    .img-album-mid {
        width: 200px;
        height: 200px;
    }
    .lastest-albums {
    padding: 0px 0px;
    }
}
/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .item-comic {
        width: 13rem;
    }

    .custom-img-detai {
        width: 80%;
    }

    .gradient-button {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .item-mg {
        flex: 0 0 auto;
        width: 20%;
    }
}
@media (max-width: 992px) {
    .item-mg {
        flex: 0 0 auto;
        width: 50%;
    }
    .img-manga {
        height: 250px;
    }
    
}
@media (max-width: 576px) {
    .img-manga {
        height: 200px;
    }
    .custom-footer-twitter ul li{
    padding-left: 0px;
    }
}
.item-mg {
    float: left;
    display: flex;
    justify-content: center;
}

.clearfix::after {
    content: '';
    display: table;
    clear: both;
}

.logo-wing {
    height: 32px;
}

.dropdown-my-custom {
    background-color: white !important;
}

    .dropdown-my-custom .dropdown-item {
        color: black !important;
    }

        .dropdown-my-custom .dropdown-item:hover {
            color: #FB5E00 !important;
            background: none;
        }

.nav-item {
    margin-right: 15px;
}

.nav-link {
    font-weight: 600 !important;
}

.router-link-active {
    color: #FB5E00 !important;
}

.link-icon {
    cursor : pointer ;
    color: black;
    text-decoration: none;
}

    .link-icon:hover {
        color: #FB5E00;
    }

.top-head {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
    width: 100%;
}

.head-detail {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

    .head-detail > * {
        margin-right: 10px;
    }

.language-select {
    width: 25px;
}

.my-search {
    border-radius: 16px;
}

.my-search-input {
    border-radius: 0px !important;
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
}

.my-search-icon {
    border-radius: 0px !important;
    background-color: #d13515 !important;
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}

.no-caret::after {
    content: none;
}
.tilte-text {
    color: white;
}
.custom-footer ul{
    list-style-type : none;
    padding: 0px;
}
.custom-footer li a{
    text-decoration: none;
    color: #707070 !important;
}
.custom-footer a:hover{
    color: #fb5e00 !important;
}
.custom-footer li{
    margin-bottom: 1rem;
}
.custom-footer-twitter ul {
    padding : 0px;
    color: #707070;
}
.custom-footer-twitter ul li{
    padding-left: 10px;
    color: #707070;
    margin-left: 18px;
}
@media (max-width: 576px) {
    .custom-footer-twitter ul li{
    padding-left: 0px;
    }
}
.custom-footer-twitter li::marker {
    content: '\f099'; /* Mã Unicode của biểu tượng Twitter */
    font-family: 'Font Awesome 5 Brands'; /* Sử dụng font chữ chứa biểu tượng */
    margin-right: 5px; /* Khoảng cách giữa biểu tượng và nội dung */
}
.custom-footer-twitter ul li a{
    color: #e4e4e4;
    text-decoration:none;
}
.custom-footer-twitter ul li a:hover{
    color: #fb5e00 !important;
}

.btn-floating {
    position: relative;
    display: inline-flex;
    background: linear-gradient(#ff9a4c, #ff7856) !important;
    border-radius: 50% !important;
    z-index: 1;
    width: 39px;
    height: 39px;
    justify-content: center;
    align-items: center;
    border: none !important;
}

    .btn-floating i {
        font-size: 16px;
    }

    .btn-floating::before {
        position: absolute;
        content: "";
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        transition: opacity 0.3s linear;
        opacity: 0;
        background: linear-gradient(#4dffaf, #7272ff);
    }

    .btn-floating:hover::before {
        opacity: 1;
    }

.link a {
    color: white !important;
    text-decoration: none;
}

    .link a:hover {
        color: #fb5e00 !important;
    }
 