@font-face {
    font-family: Russo;
    src: url('fonts/RussoOne.ttf') format('truetype');
    font-display: swap;
    font-weight: 300;
}

html,
body {
    font-family: Russo, sans-serif, Arial;
    font-weight: 300;
    background: #000;
    color: #fff;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-track {
	background-color: #242424;
    border-radius: 5px;
}

::-webkit-scrollbar {
	width: 5px;
    height: 5px;
	background-color: #242424;
    pointer-events: none;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #910000;
    border-radius: 5px;
}

* {
    outline: none;
    box-shadow: none;
    font-family: Russo, sans-serif, Arial;
    font-weight: 300;
}

.bannerMain h1 {
    font-family: Russo;
}

.blockTitle {
    font-family: Russo;
    font-weight: 300;
}

.button text {
    font-weight: 300;
}

/* .bannerMain {
    background-position: top center !important;
} */

.storyWrap:before,
.storyWrap:after,
.bannerMain:before,
.seasonsList:before,
.episodesWrap:before,
.episodesWrap:after,
footer:before,
.storyWrap.storySecond:before {
    display: none;
}

.button,
.shareWrap,
.sdItem,
.seasonPreview span {
    border-radius: 50px;
}

.storyWrap {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    position: relative;
}

.storyWrap:before,
.storyWrap.storySecond:before,
.episodesWrap.episodesSingle:after {
    display: block;
    content: '';
    position: absolute;
    width: 1701px;
    height: 1701px;
    top: 350px;
    right: -1500px;
    background: -moz-radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0) 100%);
    background: -webkit-radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0) 100%);
    pointer-events: none;
}

.episodesWrap.episodesSingle:after {
    top: -100px;
}

.storyWrap > * {
    position: relative;
    z-index: 3;
}

.storyImages {
    width: calc(100% - 720px);
    display: block;
    position: relative;
}

.sdItem,
.sdItem text {
    font-weight: 300!important;
}

.storyImages img {
    position: absolute;
    bottom: 0;
    width: 390px;
    height: 390px;
    left: 0;
    display: block;
    z-index: 2;
    border-radius: 30px;
}

.storyImages img + img {
    width: 285px;
    height: 285px;
    z-index: 1;
    bottom: auto;
    left: auto;
    right: 0;
    top: 50px;
}

.seasonsList {
    background: #242424;
    border-radius: 20px;
    overflow: hidden;
}

.seasonPreview img {
    border-radius: 20px;
}

.actorItem img {
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top center;
    border-radius: 50%;
}

.seasonItem {
    margin-bottom: 0;
}

.buttonBordered {
    box-shadow: inset 0 0 0 1px #f00;
}

.buttonArrow:after {
    background: url(images/arrowRed.svg);
}

.buttonBordered:hover {
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 60%);
    background: #fff;
    color: #f00;
}

.episodeItem .button {
    box-shadow: inset 0 0 0 1px #fff;
    width: fit-content;
    margin: 10px auto 0;
}

.episodesList {
    padding: 20px;
    background: #1B1B1B;
    border-radius: 20px;
}

.episodeItem {
    padding: 0;
    background: none;
    width: 32%;
}

.episodeItem img {
    border-radius: 10px;
}

.episodeTitle {
    text-transform: none;
    border-radius: 50px;
}

.newsWrap:before {
    filter: grayscale(1);
}

.policyNotif {
    background: #000;
}

.mmClose {
    font-family: Oswald;
}

@media screen and (max-width: 1100px) {
    .storyWrap {
        padding: 50px 0 0 !important;
    }
    .storyWrap {
        flex-direction: column;
        gap: 45px 0;
    }
    .storyImages {
        width: 100%;
        height: 400px;
    }
}

@media screen and (max-width: 780px) {
    .episodesList .slick-arrow {
        transform: none;
        left: 10px;
        top: auto;
        bottom: 15px;
    }
    .episodesList .slick-next {
        left: auto;
        right: 10px;
    }
    .episodesList .slick-dots button {
        width: 24px;
        height: 24px;
        font-size: 15px;
    }
    .episodesList .slick-dots {
        margin: 0 45px;
    }
}

@media screen and (max-width: 580px) {
    .storyImages img {
        width: 260px;
        height: 260px;
        border-radius: 15px;
    }
    .storyImages img + img {
        width: 150px;
        height: 150px;
    }
    .storyImages {
        height: 300px;
    }
}
















