@charset "utf-8";
a:visited, a:link, a:active{ color: black; text-decoration: none;} 
#language_switcher{
        width: 50px;
        height: 30px;
        background: #3D6A99;
        position: absolute;
        right: 17px;
        top: 17px;
        border-radius: 50px;
        text-align: center;
        line-height: 30px;
        color: white;
        font-family: "MaxSans-Regular";
        cursor: pointer;
    }
#second_container{
    display: none;
}
.film_text_after{
	display: none; 
}
@media screen and (max-width: 4500px) and (min-width: 1501px) {

    html,
    body {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
    }

    body {
        background:black;
    }
    
    #main_container {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .logo_hbo{
        width: 116px;
        height: 84px;
        background: url('../images/logo_hbo.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 auto;
    }
    #top_text{
        width: auto;
        max-width: 960px;
        font-family: "MaxSans-Demi";
        font-size: 30px;
        color: white;
        text-align: center;
        margin: 0 auto;
        margin-top: 35px;
    }
    #top_text_before{
        width: auto;
        max-width: 960px;
        font-family: "MaxSans-Demi";
        font-size: 30px;
        color: white;
        text-align: center;
        margin: 0 auto;
        margin-top: 35px;
    }	
    .film_box_outer{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    #film_container{
        max-width: 1560px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
        margin-top: 50px;
        row-gap: 50px;
    }
    .film_box{
        width: 372px;
        height: auto;
        flex: 25%;
    }
    .film_img{
        width: 372px;
        margin: 0 auto;
    }
    .film_img > img{
        max-width: 372px;
    }
    .film_button{
        width: 172px;
        height: 45px;
        background: white;
        border-radius: 10px;
        font-size: 16px;
        color: black;
        text-align: center;
        line-height: 45px;
        display: block;
        font-family: "MaxSans-Bold";
        margin: 0 auto;
        margin-top: 20px;
        cursor: pointer;
    }
    #second_container {
        width: 100%;
        height: auto;
        background: url('../images/main_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        margin: 0 auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .film_container_after{
        width: 100%;
        margin: 0 auto;
        margin-top:50px;
    }
    .film_img_after{
        width: 294px;
        height: auto;
        margin: 0 auto;
        
    }
    .film_img_after > img{
        max-width: 294px;
    }
    .film_text_after{
        width: auto;
        max-width: 960px;
        font-family: "MaxSans-Bold";
        font-size: 32px;
        line-height: 43px;
        color: white;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
    }
    .film_text_after2{
        width: auto;
        max-width: 595px;
        font-family: "MaxSans-Regular";
        font-size: 18px;
        line-height: 28px;
        color: white;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
    }
}
@media screen and (max-width: 1500px) and (min-width: 1101px) {

    html,
    body {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
    }

    body {
        background:black;
    }
    #main_container {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-bottom: 50px;
        padding-top: 40px;
    }
    .logo_hbo{
        width: 116px;
        height: 84px;
        background: url('../images/logo_hbo.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 auto;
    }
    #top_text{
        width: auto;
        max-width: 760px;
        font-family: "MaxSans-Demi";
        font-size: 24px;
        color: white;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
    }
    #top_text_before{
        width: auto;
        max-width: 760px;
        font-family: "MaxSans-Demi";
        font-size: 24px;
        color: white;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
    }	
    .film_box_outer{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    #film_container{
        max-width: 1100px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
        margin-top: 35px;
        row-gap: 50px;
    }
    .film_box{
        width: 272px;
        height: auto;
        flex: 25%;
    }
    .film_img{
        width: 272px;
        margin: 0 auto;
    }
    .film_img > img{
        max-width: 272px;
    }
    .film_button{
        width: 172px;
        height: 45px;
        background: white;
        border-radius: 10px;
        font-size: 16px;
        color: black;
        text-align: center;
        line-height: 45px;
        display: block;
        font-family: "MaxSans-Bold";
        margin: 0 auto;
        margin-top: 20px;
        cursor: pointer;
    }
    #second_container {
        width: 100%;
        height: auto;
        background: url('../images/main_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .film_container_after{
        width: 100%;
        margin: 0 auto;
        margin-top:30px;
    }
    .film_img_after{
        width: 264px;
        height: auto;
        margin: 0 auto;
        
    }
    .film_img_after > img{
        max-width: 264px;
    }
    .film_text_after{
        width: auto;
        max-width: 960px;
        font-family: "MaxSans-Bold";
        font-size: 26px;
        line-height: 34px;
        color: white;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }
    .film_text_after2{
        width: auto;
        max-width: 525px;
        font-family: "MaxSans-Regular";
        font-size: 16px;
        line-height: 25px;
        color: white;
        text-align: center;
        margin: 0 auto;
        margin-top: 25px;
    }
}
@media screen and (max-width: 1100px) and (min-width: 601px) {
    html,
    body {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
    }

    body {
        background:black;
    }
    #main_container {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-bottom: 50px;
        padding-top: 40px;
    }
    .logo_hbo{
        width: 116px;
        height: 84px;
        background: url('../images/logo_hbo.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 auto;
    }
    #top_text{
        width: auto;
        max-width: 580px;
        font-family: "MaxSans-Demi";
        font-size: 18px;
        color: white;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
    }
	#top_text_before{
        width: auto;
        max-width: 580px;
        font-family: "MaxSans-Demi";
        font-size: 18px;
        color: white;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
    }
    .film_box_outer{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    #film_container{
        max-width: 800px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
        margin-top: 35px;
        row-gap: 50px;
    }
    .film_box{
        width: 250px;
        height: auto;
        flex: 50%;
    }
    .film_img{
        width: 250px;
        margin: 0 auto;
    }
    .film_img > img{
        max-width: 250px;
    }
    .film_button{
        width: 117px;
        height: 31px;
        background: white;
        border-radius: 10px;
        font-size: 12px;
        color: black;
        text-align: center;
        line-height: 31px;
        display: block;
        font-family: "MaxSans-Bold";
        margin: 0 auto;
        margin-top: 20px;
        cursor: pointer;
    }
    #second_container {
        width: 100%;
        height: 100vh;
        background: url('../images/main_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .film_container_after{
        width: 100%;
        margin: 0 auto;
        margin-top:30px;
    }
    .film_img_after{
        width: 294px;
        height: auto;
        margin: 0 auto;
        
    }
    .film_img_after > img{
        max-width: 294px;
    }
    .film_text_after{
        width: auto;
        max-width: 960px;
        font-family: "MaxSans-Bold";
        font-size: 20px;
        line-height: 26px;
        color: white;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }
    .film_text_after2{
        width: auto;
        max-width: 460px;
        font-family: "MaxSans-Regular";
        font-size: 14px;
        line-height: 22px;
        color: white;
        text-align: center;
        margin: 0 auto;
        margin-top: 25px;
    }
}
@media screen and (max-width: 600px) {
    html,
    body {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
    }

    body {
        background:black;
    }
    #main_container {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-bottom: 50px;
        padding-top: 30px;
    }
    .logo_hbo{
        width: 116px;
        height: 84px;
        background: url('../images/logo_hbo.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 auto;
    }
    #top_text{
        width: auto;
        max-width: 270px;
        font-family: "MaxSans-Demi";
        font-size: 18px;
        color: white;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
    }
	#top_text_before{	
        width: auto;
        max-width: 270px;
        font-family: "MaxSans-Demi";
        font-size: 18px;
        color: white;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
    }	
    .film_box_outer{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    #film_container{
        max-width: 800px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
        margin-top: 35px;
        row-gap: 30px;
    }
    .film_box{
        width: 180px;
        height: auto;
        flex: 50%;
    }
    .film_img{
        width: 180px;
        margin: 0 auto;
    }
    .film_img > img{
        max-width: 180px;
    }
    .film_button{
        width: 117px;
        height: 31px;
        background: white;
        border-radius: 10px;
        font-size: 12px;
        color: black;
        text-align: center;
        line-height: 31px;
        display: block;
        font-family: "MaxSans-Bold";
        margin: 0 auto;
        margin-top: 20px;
        cursor: pointer;
    }
    #second_container {
        width: 100%;
        height: 100vh;
        background: url('../images/main_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .film_container_after{
        width: 100%;
        margin: 0 auto;
        margin-top:30px;
    }
    .film_img_after{
        width: auto;
        max-width: 294px;
        height: auto;
        margin: 0 auto;
        
    }
    .film_img_after > img{
        width: auto;
        max-width: 294px;
    }
    .film_text_after{
        width: auto;
        max-width: 960px;
        font-family: "MaxSans-Bold";
        font-size: 18px;
        line-height: 25px;
        color: white;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }
    .film_text_after2{
        width: auto;
        max-width: 300px;
        font-family: "MaxSans-Regular";
        font-size: 12px;
        line-height: 20px;
        color: white;
        text-align: center;
        margin: 0 auto;
        margin-top: 25px;
    }
}

