* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: black!important;
    color: white!important;
}

h1 {
    font-size: 2.3rem!important;
}

h2 {
    font-size: 1.5rem!important;
}

h3 {
    font-size: 1.2rem!important;
}

h4 {
    font-size: 1rem!important;
}

section {
    margin: 0%;
    padding: 0%;
    position: relative;
}

.browse {
    width: 100%;
    min-height: 100vh!important;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%), url("../assets/browse/joker1.webp");
    background-size: cover;
    position: relative;
}

.top {
    padding-top: 2rem!important;
}

.navigation {
    padding: 0 2rem;
    color: #fff!important;
    border: none!important;
    background: none!important;
}

.navigation:active {
    background-color: red;
}

.neutral-anchor {
    color: #fff!important;
}

.card {
    border: none!important;
}

.logo {
    height: 40px;
}

.main-content {
    border: none!important;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: none!important;
    /* text-align: center; */
    color: white;
}

.play,
.play-button {
    background-color: red!important;
    border: none!important;
    /* border-radius: 0%!important; */
    color: white!important;
    /* line-height: 2!important; */
}

.footer {
    padding: 3rem 3rem;
    display: flex;
    flex-direction: column;
}

.footer-links-list {
    column-count: 4;
    list-style: none;
    padding-left: 0%!important;
}

#footer-heading-text {
    color: gray!important;
    margin-bottom: 2rem;
}

a {
    text-decoration: none!important;
    color: gray!important;
    line-height: 2rem;
    cursor: pointer;
}

.slider-container {
    position: relative;
    scroll-behavior: smooth;
}

.slider {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
    scroll-behavior: smooth;
    padding: 1rem 0;
}

.slider-header {
    padding: 1rem 1.5rem;
    color: white;
}

.slider::-webkit-scrollbar {
    display: none;
}

.scroll-left,
.scroll-right {
    position: absolute;
    font-size: larger;
    top: 50%;
    padding: 1rem;
    z-index: 10;
    transition: 1s
}

.scroll-left:hover,
.scroll-right:hover {
    color: #fff!important;
}

.scroll-left {
    left: 0;
}

.scroll-right {
    right: 0;
}

.slider-item {
    margin: 1rem 1.5rem 1rem 0.5rem;
    transition: transform 0.3s;
}

.slider-item img {
    width: 100%;
}

.slider-item:hover {
    transform: scale(1.1);
}

.slider-item:hover>img {
    border: 2px solid white;
}

.full-view {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin: 1rem 0;
    padding-bottom: 4rem;
}

.full-view img {
    width: 100%;
    z-index: -1;
}

.full-view .content {
    position: absolute;
    /* top: 20%; */
    padding: 0 1rem;
    max-width: 40rem;
    background: none!important;
}

.close-full-view {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
}

.close-full-view img {
    width: 24px;
    height: 24px;
}

.overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 20;
}

.video-player {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
}