@font-face {
    font-family: 'Gilgan'; /*a name to be used later*/
    src: url('../fonts/GILGAN.OTF'); /*URL to font*/
}

@font-face {
    font-family: 'HammersmithOne'; /*a name to be used later*/
    src: url('../fonts/HAMMERSMITHONE-REGULAR.TTF'); /*URL to font*/
}

@font-face {
    font-family: 'FamiljenGroteskRegular'; /*a name to be used later*/
    src: url('../fonts/FAMILJENGROTESK-VARIABLEFONT_WGHT.TTF'); /*URL to font*/
}

@font-face {
    font-family: 'FamiljenGroteskMedium'; /*a name to be used later*/
    src: url('../fonts/FAMILJENGROTESK-VARIABLEFONT_WGHT-1.TTF'); /*URL to font*/
}

@font-face {
    font-family: 'FamiljenGroteskSemiBold'; /*a name to be used later*/
    src: url('../fonts/FAMILJENGROTESK-VARIABLEFONT_WGHT-1-1.TTF'); /*URL to font*/
}

@font-face {
    font-family: 'FamiljenGroteskBold'; /*a name to be used later*/
    src: url('../fonts/FAMILJENGROTESK-VARIABLEFONT_WGHT-1-1-1.TTF'); /*URL to font*/
}

@font-face {
    font-family: 'FrancoisOne'; /*a name to be used later*/
    src: url('../fonts/FRANCOISONE-REGULAR.TTF'); /*URL to font*/
}



* {
    color: white;
}

body {
    background-color: #161616;
}

main {
    background-color: #212121;
}

.width960Center{
    max-width: 960px;
    margin: 0 auto;
}

h1{
    font-family: Gilgan;
    font-size: 4rem;
}

h2{
    font-family: HammersmithOne;
    margin-bottom: 0px;
}

h3{
    font-size: 1.5rem;
    font-weight: bold;
}

h4{
    font-size:1.3rem
}

p{
    font-family: FamiljenGroteskRegular;
    letter-spacing: 0.05rem;
    font-size: 1.2rem;
    line-height: 2rem;
}

.navContainer{
    /* position: fixed;
    z-index: 999; */
    background-color: #5C6073;
    border-radius: 0 10px 10px 0;
}

.logoContainer{
    /* display: flex; */
    align-items: center;
    position: relative;
    padding: 0;
    height: 60px;
}

.logo{
    font-family: FrancoisOne;
    position: absolute;
    font-size: 2.5rem;
    margin-bottom: 0;
    padding: 6px 12px;
    border-radius: 10px;
    bottom: 5px;
    left: 0;
    transform: translate(-12px, 0);
    display: inline-block;
    transition: 0.3s;
    line-height: 1;
}

.logo:hover{
    background-color: #4d5060;
    /* transform: scale(1.1); */
}

.grid-container{
    padding-left: 0;
    padding-right: 0;
}

.header{
    position: absolute;
    z-index: 99;
	background-color: #5C6073;
}

.header_background {
	background-color: #5C6073;
}

.searchContainer{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.searchBar{
    background-color: #212121;
    width: 80%;
    height: 35px;
    border-radius: 20px;
}

.searchBar > img{
    object-fit: contain;
    width: auto;
    height: 100%;
    margin-left: 10px;
}

.gray1 {
    background-color: rgb(136, 136, 136);
}

.gray2 {
    background-color: rgb(100, 100, 100);
}

.gray3 {
    background-color: rgb(72, 72, 72);
}

.gray4 {
    background-color: rgb(48, 48, 48);
}

.gray5 {
    background-color: rgb(34, 34, 34);
}

.height240 {
    min-height: 240px;
}

.height180 {
    min-height: 180px;
}

.height160 {
    min-height: 160px;
}

.height120 {
    min-height: 120px;
}

.height100 {
    min-height: 100px;
}

.height80 {
    min-height: 80px;
}

.height60 {
    min-height: 60px;
}

.height40 {
    min-height: 40px;
}

.width-900{
    width: 900px;
}

.navigate {
    /* height: 5.0rem; */
    cursor: pointer;
}

.box2 {
    height: 40.0rem;
}

article{
    margin-bottom: 48px;
}

.hideAll {
    display: none;
}

hr{
    border-top: 3px solid #9AA0BD;
    margin-top: 0px;
    margin-bottom: 24px;
}

.showTagsContainer{
    display: flex;
    gap: 14px;
}

.showTags{
    background-color: #5C6073;
    padding: 6px 18px 9px 18px;
    border-radius: 20px;
}

.showTagsContainer > p{
    margin-bottom: 0;
}

.pageSection{
    margin: 0px auto;
    padding: 24px 0;
    max-width: 960px;
    height: fit-content;
}

.bannerContainer60{
    margin-top: 60px;
    margin-bottom: 24px;
}


.footerSocialContainer{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footerSocialContainer > ul{
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    gap: 10px;
}

.footerSocialContainer > ul > li {
    height: 40px;
    width: 40px;
}

.footerSocialContainer > ul > li > a{
    display: inline-flex;
    height: 40px;
    border-radius: 10px;
    transition: 0.3s;
}

.footerSocialContainer > ul > li > a:hover {
    background-color: #4d5060;
    
}

.footerSocialContainer > ul >li > a > img{
    object-fit: contain;
    width: auto;
}

.footerDisclaimer{
    color: rgba(0, 0, 0, 0.4);
    margin: 0 auto;
    text-align: center;
}

/****** SPLASH PAGE ************/
.heroBannerContainer{
    height: 487px;
    position: relative;
}

.heroBannerIMG{
    height: 100%;
    width: 100%;
    -webkit-mask-image: linear-gradient(#000, rgba(33,33,33,0));
    mask-image: linear-gradient(#000, rgba(33,33,33,0));
    background-image: url(../images/community.jpg);
    background-size: cover;
    background-position: 0 0px;
    position: absolute;
}

.heroBannerContainer > h1{
    text-shadow: 2px 2px 2px black;
    position: absolute;
    bottom: 60px;
    left: 120px;
    max-width: 960px;
    margin: 0 auto;
}



.seasonsThumbnailContainer{
    aspect-ratio: 3 / 2;
    transition: 0.3s;
    margin-bottom: 5px;
}

.seasonsThumbnailContainer > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.seasonContainer{
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}

.seasonContainer:hover .seasonsThumbnailContainer{
    padding: 5px 5px;
    border-radius: 10px;
    background-color: #ffffff;
    transform: scale(1.08);
}

.seasonContainerSN{
    font-weight: bold;
    font-size: 1.25rem;
    display: inline-block;
    transition: 0.3s;
    margin-bottom: 0;
}

.seasonContainerEN{
    font-size: 1rem;
    display: inline-block;
    transition: 0.3s;
    margin-bottom: 0;
    color: #9f9f9f;
    line-height: 1rem;
}


/************** SEASON PAGE ***********/
.seasonDVDContainer{
    aspect-ratio: 2 / 3;
    height: 530px;
    border-radius: 10px;
    background-color: #ffffff;
}

.seasonDVDContainer > img{
    width: auto;
    height: 100%;
    object-fit: contain;
    object-position: left;
    border-radius: 10px;
}

.seasonBannerContainer{
    margin-top: 60px;
    margin-bottom: 60px;
}

.seasonH1{
    margin-bottom: 0;
}

.addInfoMasterContainer{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}


.addInfoContainer{
    height: fit-content;
    display: flex;
    flex-direction: column;
}

.addInfoContainer > p{
    font-weight: bold;
    font-size: 1.15rem;
    margin-bottom: 0;
}

.addInfoContainer > .addInfo{
    font-weight:normal;
    font-size: 1rem;
    color: #9f9f9f;
}

.seasonIMGContainer{
    aspect-ratio: 3/2;
    width: 90%;
}

.seasonIMGContainer > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    /* transform-origin: left; */
    transition: 0.3s;
}

.seasonEpisodeContainer{
    margin-bottom: 40px;
}

.seasonEpisodeInfoContainer{
    margin-top: 0;
}

.seasonEpisodeInfo{
    color: #9f9f9f;
}

.seasonEpisodeContainer:hover .seasonIMGContainer >img{
    transform: scale(1.08);
    padding: 5px 5px;
    border-radius: 10px;
    background-color: #ffffff;

}


/************* EPISODES ********/
.episodeIMGContainer{
    aspect-ratio: 3/2;
    width: 90%;
}

.episodeIMGContainer > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.episodeBannerContainer{
    margin-top: 60px;
    margin-bottom: 60px;
}

.episodeH1{
    margin-bottom: 0;
}

.episodeNav{
    color: #9f9f9f;
}

.episodeNavHoverSeparator{
    font-size: 1.2rem;
    color: #9f9f9f;
}

.episodeNavHover{
    border-radius: 10px;
    transition: 0.3s;
    color: #9f9f9f;
}

.episodeNavHover:hover{
    text-decoration: underline;
    color: white;
}

.castContainer{
    border-radius: 10px;
}

.castContainer:hover .castIMGContainer >img{
    transform: scale(1.08);
    padding: 5px 5px;
    background-color: #ffffff;
}

.castIMGContainer{
    aspect-ratio: 2/3;
}

.castIMGContainer > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 10px;
    transition: 0.3s;
}

.castName{
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: bold;
}

.castCharacter{
    line-height: 1rem;
    font-size: 1rem;
    color: #9f9f9f;
}

.episodeGalleryIMGContainer{
    aspect-ratio: 3/2;
    transition: 0.3s;

}

.episodeGalleryIMGContainer > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.episodeGalleryIMGContainer:hover{
    transform: scale(1.1);
    padding: 5px 5px;
    background-color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
}


/****** PEOPLE ***********/

.peopleNameH1{
    margin: 0;
}

.peopleBannerP{
    width: 90%;
}

.peopleIMGContainerMaster{
    display: flex;
    justify-content: flex-end;
}

.peopleIMGContainer{
    aspect-ratio: 2/3;
    width: 90%;
}


.peopleIMGContainer > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 10px;
    transition: 0.3s;
}

.appearsInThumbnailContainer{
    aspect-ratio: 3 / 2;
    transition: 0.3s;
    margin-bottom: 5px;
    max-width: 100%;
}

.appearsInThumbnailContainer > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.appearsInContainer{
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}

.appearsInContainer:hover .appearsInThumbnailContainer{
    padding: 5px 5px;
    border-radius: 10px;
    background-color: #ffffff;
    transform: scale(1.08);
}

/*!!!!!!!!!!!!!!!!!!!!    MOBILE  ****************************************/
@media only screen and (max-width: 768px) {
    article{
        margin-bottom: 0;
    }

    h1{
        font-size: 3rem;
    }

    h2{
        font-size: 2rem;
    }

    h3{
        margin-bottom: 0;
    }

    .width960Center{
        margin: 0 5%;
    }

    .pageSection{
        margin: 0 5%;
    }

    .heroBannerContainer{
        height: 200px;
    }

    .heroBannerIMG{
        background-position: 50%;
    }
    
    .heroBannerContainer > h1{
        text-shadow: 2px 2px 2px black;
        text-align: center;
        position: absolute;
        bottom: 30px;
        left: 0px;
        right: 0px;
        max-width: 768px;
        margin: 0 auto;
    }

    .seasonsContainer{
        margin-bottom: 24px;
    }



    .footerSocialContainer > ul >li{
        width: 30px;
    }

    .footerDisclaimer{
        font-size: 1rem;
        line-height: 1.2rem;
        padding: 0 0 20px 0;
    }

    .seasonsContainer > div > div .seasonContainer{
        margin-bottom: 20px;
    }

    .seasonsThumbnailContainer{
        margin-bottom: 0;
    }

    /**********    SEASON      **********/


    .seasonDVDContainer{
        /* aspect-ratio: 2/3; */
        /* width: fit-content; */
        height: auto;
        margin: 24px 0;
    }

    .seasonDVDContainer >img{
        object-fit: contain;
    }

    .seasonIMGContainer{
        width: 100%;
    }

    .seasonEpisodeContainer{
        margin-bottom: 30px;
    }
    
    .seasonEpisodeInfoContainer{
        margin-top: 14px;
    }

    .seasonEpisodeInfo{
        color: #b9b9b9;
    }


    .addInfoMasterContainer{
        flex-direction: column;
        margin-top: 14px;
        gap: 10px;

    }

    
    .addInfoContainer > .addInfo{
        font-weight:normal;
        font-size: 1rem;
        color: #b9b9b9;
    }

    /******** EPISODE   ******/

    .episodeNavHoverSeparator{
        color: #b9b9b9;
    }

    .episodeNavHover{
        color: #b9b9b9;
    }

    .episodeNav{
        margin-bottom: 0.5rem;
    }

    .episodeIMGContainer{
        width: 100%;
        height: auto;
        margin: 24px 0;
    }

    .castContainer{
        margin-bottom: 12px;
    }


    .episodeGalleryIMGContainer{
        margin-bottom: 24px;
    }

    .castCharacter{
        color: #b9b9b9;
    }

    /****** CAST ****/
    .castBannerContainer{
        flex-direction: column-reverse;
    }
    

    .peopleIMGContainer{
        margin: 24px 0;
        width: 100%;
    }

    .appearsInContainer{
        margin-bottom: 24px;
    }

    .seasonContainerEN{
        color: #b9b9b9
    }
}