.hero__items {
    position: relative;
    height: 500px;
    overflow: visible;
    bottom: 0;
    padding: 0;
}

.hero__items .row {
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin-inline: auto;
    /* justify-content: center; */
    /* top: 350px; */
    width: 100%;
    /* z-index: 100; */
}

.hero__text {
    width: 100%;
}

.seasonal-lineups-container .card-details {
    display: flex;
    grid-template-columns: repeat(4, 1fr);

}

.card-c {
    min-width: 250px;
}

.card-c .img-c-c {
    height: 250px;
    overflow: hidden;
    width: 100%;
}

.card-c img {
    transition: all 0.5s;
    width: 100%;
}

.card-c:hover img {
    transform: scale(1.03);
}

.card-c:hover .card-d-c {
    color: rgb(3, 158, 122);
}

.p-10 {
    padding: 10px;
}

.card-details .card-b {
    position: relative;
    min-width: 220px;
    height: 300px;
}

.card-details .card-b h3 {
    transition: all 0.5s;
}

.card-details .card-b:hover h3 {
    color: rgb(31, 216, 173);
}

.card-details .card-b .img-c-b {
    overflow: hidden;
    height: 100%;
}

.card-details .card-b .img-c-b img {
    width: 100%;
}

.card-details .card-b .img-c-b img.margin-top--100 {
    margin-top: -100px;
}

.main-container {
    display: flex;
    gap: 10px;
    position: relative;
}

.l-m-c {
    width: calc(100% - 260px);
}

.r-m-c {
    width: 250px;
}


.r-m-c .r-m-c-data {
    position: sticky;
    top: 10px;
}

.card-header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-block: 10px;
}

.card-container {
    overflow-x: scroll;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.card-details {
    display: flex;
    gap: 5px;
}

.card-container::-webkit-scrollbar {
    display: none;
}

.card-details .card-a {
    position: relative;
    display: flex;
    transition: all 0.5s;
    flex-direction: row-reverse;
}

@keyframes fadeToRight {
    0% {
        /* transform: translateX(-100px); */
        z-index: -100px;
    }
}

.anime-des {
    display: none;
    animation: fadeToRight 0.5s;
}

.genre-items {
    list-style: none;
    display: flex;
    gap: 10px;
}

.card-a-l,
.anime-des {
    width: 170px;
    min-width: 170px;
}

.anime-des {
    padding: 10px;
    color: rgba(255, 255, 255, 0.9);
    background-color: rgb(3, 158, 122);
}

.anime-des .des {
    color: rgba(255, 255, 255, 0.8);
}

.card-details .card-data,
.card-details .card-b .card-d-b {
    position: absolute;
    bottom: 0;
    color: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    width: calc(100% - 20px);
    max-width: 150px;
    transition: all 0.5s;
}

.card-details .card-a:hover .card-data {
    color: rgba(0, 255, 197);
}

.card-details .card-a img {
    min-height: 200px;
    object-fit: cover;
    transition: all 0.5s;
}

.card-a:hover .anime-des {
    display: block;
}

.card-details .card-a:hover img {
    transform: scale(1.1);
}

.card-details .img-container {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.card-details .card-b .img-c-b::after,
.card-details .img-container::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}

.card-details h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.r-card {
    background-color: transparent !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}

.r-card .r-card-a {
    padding-inline: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.r-card .r-card-a .r-card-img {
    width: 70px;
}

.r-card .r-card-a .r-card-img img {
    object-fit: cover;
}

.n-card .card-details-n {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.card-e {
    position: relative;
}

.card-e .img-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card-e .img-container img {
    width: 100%;
}

.card-e .img-container::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);

}

.card-e .card-data {
    position: absolute;
    bottom: 0;
    left: 0;
    color: rgba(255, 255, 255, 0.9);
    padding: 10px;
}

.card-e .card-data .genre-ee {
    color: rgba(255, 255, 255, 0.7);
}

.genre-ee ul {
    list-style: none;
    display: flex;
    gap: 10px;
}

.input-container {
    display: flex;
}

.search-btn {
    width: 60px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.9);
    background-color: transparent;
    cursor: pointer;
}

#input-box {
    padding: 20px;
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.9);
    width: calc(100% - 60px);
}

.container-c-a-a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.c-section {
    width: 100%;
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.c-section .img-c-a {
    position: relative;
    height: 250px;
    width: 100%;
}

.c-section .img-c-a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* backdrop-filter: blur(1px); */
}

.c-section .img-c-a img {
    height: 100%;
    width: 100%;
}

.c-section .info-c {
    position: absolute;
    bottom: 0;
    color: rgba(255, 255, 255, 0.9);
    padding: 20px;
}


@media only screen and (max-width:1000px) {
    .main-container {
        flex-direction: column;
    }

    .r-m-c,
    .l-m-c {
        width: 98%;
    }

}

@media only screen and (max-width:800px) {
    .n-card .card-details-n {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width:700px) {

    .seasonal-lineups-container .card-details {
        display: flex;
        /* flex-wrap: wrap; */
    }

    .seasonal-lineups-container .card-details .card-c {
        min-width: 40%;
    }

    .card-c .img-c-c {
        display: flex;
        justify-content: center;
        height: 200px;
    }

    .card-d-c {
        text-align: center;
    }

    .card-details .card-b {
        min-width: 180px;
        height: 250px;
    }

    .card-a-l,
    .anime-des {
        width: 150px;
        min-width: 150px;
    }
}

@media only screen and (max-width:600px) {
    .n-card .card-details-n {
        grid-template-columns: repeat(2, 1fr);
    }

    .container-c-a-a {
        grid-template-columns: 1fr;
    }

    .c-section .img-c-a {
        height: auto;
    }
}