html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}


main {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#feeds-container {
    height: 95%;
    aspect-ratio: 16 / 9;
    margin: 0;
}

.modal {
    max-height: 100%;
    top: 1% !important;
    background-color: transparent;
    box-shadow: none;
    overflow: hidden;
}
.modal .modal-content {
    padding: 0;
}
/* .modal-content {
    padding: 0.625rem !important;
} */

.modal,
.modal-content {
    height: 100%;
    width: 100%;

}

iframe {
    width: 100%;
    height: 100%;
}

.close-btn {
    padding: 0.625rem 2.8125rem 3.125rem 0;
}

/* Style for the focus visible state of elements */
.focusable:focus {
    outline: none;
}

.card-background {
    background-size: cover;
    background-repeat: no-repeat;
}

.card-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.theme-card>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.white-text {
    color: #FFFF;
}

.thumbnail {
    width: 100%;
    box-shadow: 0 0 0 0.3125rem #fff;
    box-sizing: border-box;
    border-radius: 5%;
    object-fit: cover;
    height: auto;
}

.theme-card {
    height: 100%;
    margin: 0;
}

.theme-card .row,
.theme-card .row .col,
.theme-card .row .col .card-content,
.theme-card .row .col .card-content .card-title {
    height: 100%;
}

.list {
    max-height: 85%;
    overflow: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    width: 100%;
}

.list-item {
    scroll-snap-align: start;
    padding: 0.375rem;
}

.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.flex-column {
    flex-direction: column;
}

.video-description {
    font-size: 1.875rem;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); */
    text-shadow: 3px 3px #040404;
}


.swiper-button-next {
    background: linear-gradient(180deg, #0f1014 0.62%, rgba(15, 16, 20, 0) 99.33%);
    top: 0;
}

.swiper-button-prev {
    background: linear-gradient(0deg, #0f1014 0.62%, rgba(15, 16, 20, 0) 99.33%);
    bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 3;
    height: 10%;
    width: 100%;
}

.swiper-container {
    padding-right: 2.5rem !important;
}

.swiper-container>.row {
    position: relative;
}

.swiper-button-next:after {
    content: "\F0045";
}

.swiper-button-prev:after {
    content: "\F005D";
}

.swiper-button-prev:after,
.swiper-button-next:after {
    color: #fff;
    font-family: "Material Design Icons";
    font-weight: normal;
    font-style: normal;
    height: 2rem;
}


.swiper-button-disabled {
    visibility: hidden;
}

.title-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.list-item:not(focus) {
    opacity: 0.7;
}

.list-item:focus {
    opacity: 1;
}

.list-item:focus .thumbnail {
    box-shadow: 0 0 0 0.3125rem #e1fa04;
}
.list-item:not(:focus) .thumbnail {
    transform: scale(0.8); /* Adjust the scaling factor as needed */
    transition: transform 0.2s ease; /* Optional: Add a smooth transition effect */
}

.list>.list-item:first-child {
    padding-top: 3rem;
}

.title {
    opacity: 0.5;
    text-shadow: 0.125rem 0.3125rem 1.5rem rgba(0, 0, 0, 1);
}


@media only screen and (max-width : 992px) {
    .title {
        font-size: 6rem;
        padding-bottom: 5rem;
    }

    .thumbnail {
        max-height: 9.375rem;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 2rem;
    }
}

@media only screen and (min-width : 993px) and (max-width : 1200px) {
    .title {
        font-size: 6rem;
        padding-bottom: 5rem;
    }

    .thumbnail {
        max-height: 14rem;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 2.5rem;
    }
}

@media only screen and (min-width : 1201px) and (max-width:1600px) {
    .title {
        font-size: 7rem;
        padding-bottom: 5rem;
    }

    .thumbnail {
        max-height: 12rem;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 2.5rem;
    }
}

@media only screen and (min-width : 1601px) and (max-width:1800px) {
    .title {
        font-size: 9rem;
        padding-bottom: 5rem;
    }

    .thumbnail {
        max-height: 15rem;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 3rem;
    }
}

@media only screen and (min-width : 1801px) and (max-width:1920px) {
    .title {
        font-size: 9rem;
        padding-bottom: 5rem;
    }

    .thumbnail {
        max-height: 13rem;
    }
    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 3rem;
    }
}

@media only screen and (min-width : 1921px)and (max-width:2560px) {
    .title {
        font-size: 11rem;
        padding-bottom: 5rem;
    }

    .thumbnail {
        max-height: 20rem;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 4rem;
    }
}

@media only screen and (min-width :2561px) {
    .title {
        font-size: 17rem;
        padding-bottom: 5rem;
    }

    .thumbnail {
        max-height: 30rem;
    }
    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 5rem;
    }
}