@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    background-color: #0D0C11;
}

header{
    background-color: #0D0C11;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 0.5px solid rgba(216, 216, 216, 0.45);
    position: relative;
}

header nav a.header_logo_container {
    display: block;
    max-width: 100%;
    width: fit-content;
    height: auto;
}
header nav a.header_logo_container img{
    min-width: 190px;
    width: 190px;
}
header .search_form_lg {
    max-width: 100%;
}
header .search_form_lg #ajaxsearchlite1 .probox, div.asl_w .probox {
    border: 2px solid #E50914;
}

header .search_form_lg div.asl_w .probox .promagnifier .innericon svg{
    fill: #E50914;
}

#nav_menu ul{
    list-style: none;
    padding-left: 0;
}

#nav_menu ul li{
    position: relative;
    transition: .5s;
    margin-right: 5px;
}

#nav_menu ul li::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #E50914;
    transition: .5s;
}

#nav_menu ul li.active::after{
    width: 100%;
}

#nav_menu ul li:hover::after{
    width: 100%;
    transition: .5s;
}

#nav_menu ul li a{
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* slider_container */
.slider_container{
    position: relative;
}
.slider_container::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0D0C11;
    opacity: 0.4;
}
.slider_container .container{
    z-index: 99;
}
.sliders_section{
    position: relative;
}
.prev_slick{
    position: absolute;
    left: 15px;
    top: 50%;
    background-color: transparent;
    border: none;
    width: 0%;
    height: 0%;
    z-index: 100;
}
.next_slick{
    position: absolute;
    right: 15px;
    top: 50%;
    background-color: transparent;
    border: none;
    width: 0%;
    height: 0%;
    z-index: 100;
}
.prev_slick svg path{
    fill: #E50914;
}
.next_slick svg path{
    fill: #E50914;
}
.sliders_section .slider_container {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: calc( 100vh - 100px ) ;
    padding-top: 35px;
    padding-bottom: 35px;
}

.sliders_section .slider_container .genres{
    display: flex;
    max-width: 100%;
    height: auto;
}

.sliders_section .slider_container .genres .genre{
    margin-right: 5px;
    padding: 6px 12px;
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 100px;
    background: #E50914;
}

.sliders_section .slider_container h2.film_titre{
    color: #FFF;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.sliders_section .slider_container .film_description{
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.sliders_section .slider_container .watch_btn{
    display: flex;
    align-items: center;
    padding: 12px 26px;
    color: #FFF;
    background-color: #E50914;
    transition: .5s;
    width: max-content;
    text-decoration: none;
    border-radius: 100px;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.sliders_section .slider_container .watch_btn:hover{
    transition: .5s;
    background-color: #FFF;
    color: #E50914;
}

.sliders_section .slider_container .watch_btn:hover svg path{
    transition: .5s;
    fill: #E50914;
}

/* slider_container */


/* new_movies */
.new_movies,.category_page,.series_category{
    margin-top: 50px;
    margin-bottom: 50px;
}
.category_page select,.series_category select{
    width: max-content;
    max-width: 100%;
    height: auto;
    color: #0D0C11;
    padding: 10px 20px;
    padding-right: 30px;
    border-radius: 25px;
    background-color: #fafafa;
    margin: auto;
    position: relative;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 55%;
}


.popular_movies,.new_series,.popular_series{
    margin-bottom: 50px;
}
.new_movies h4,.popular_movies h4,.films_similaire h4,.films_similaire h4,.category_page h4,.series_category h4,.new_series h4,.popular_series h4{
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.new_movies .see_more,.popular_movies .see_more,.films_similaire .see_more,.category_page .see_more,.series_category .see_more,.new_series .see_more,.popular_series .see_more{
    display: flex;
    text-decoration: none;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    transition: .5s;
    align-items: center;
    justify-content: end;
}
.new_movies .see_more svg path,.popular_movies .see_more svg path,.films_similaire .see_more svg path,.category_page .see_more svg path,.series_category .see_more svg path,.new_series .see_more svg path,.popular_series .see_more svg path{
    transition: .5s;
}

.new_movies .see_more:hover,.popular_movies .see_more:hover,.films_similaire .see_more:hover,.category_page .see_more:hover,.series_category .see_more:hover,.new_series .see_more:hover,.popular_series .see_more:hover{
    transition: .5s;
    color: #E50914;
}
.new_movies .see_more:hover svg path,.popular_movies .see_more:hover svg path,.films_similaire .see_more:hover svg path,.category_page .see_more:hover svg path,.series_category .see_more:hover svg path,.new_series .see_more:hover svg path,.popular_series .see_more:hover svg path{
    fill: #E50914;
    transition: .5s;
}

.container_feature{
    padding: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
    width: auto;
    max-width: 100%;
    position: relative;
    transition: .5s;
}
.container_feature:hover{
    transition: .5s;
    transform: scale(1.1);
}
.container_feature::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0D0C11;
    opacity: 0.4;
}
.feature_elements{
    z-index: 99;
}

.container_feature h6{
    color:#FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; 
}

.container_feature .production_date{
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; 
}

/* new_movies */



/* Movie single page */
.movie_single{
    margin-top: 50px;
    margin-bottom: 50px;
}

.movie_single .movie_picture{
    max-width: 100%;
    height: auto;
    width: auto;
}
.movie_single .movie_title{
    color: #FFF;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.movie_single .movie_attribute{
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 10px;
}

.movie_single .movie_data{
    color: #E50914;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.movie_single .watch_btn{
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: #FFF;
    background-color: #E50914;
    transition: .5s;
    width: max-content;
    text-decoration: none;
    border-radius: 100px;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.movie_single .watch_btn:hover{
    transition: .5s;
    background-color: #FFF;
    color: #E50914;
}

.movie_single .watch_btn:hover svg path{
    transition: .5s;
    fill: #E50914;
}


.movie_single h4.movie_description_title{
    color: #FFF;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.movie_single .mobie_description{
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: 0.28px;
}
.movie_single #movie_player{
    max-width: 100%;
    height: auto;
    width: auto;
    
}

/* Movie single page */


/* Footer */
footer{
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 0.5px solid rgba(216, 216, 216, 0.45);
}

footer .website_description{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    max-width: 100%;
    height: auto;
}

footer h6{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
footer ul.menu_footer{
    margin-bottom: 0;
    padding-left: 1.5rem;
    color: white;
}

footer ul.menu_footer li a{
    text-decoration: none;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    transition: .5s;
}

footer ul.menu_footer li a:hover{
    transition: .5s;
    color: #E50914;
}

/* Footer */

/* @media(max-width:424.98px){
    .container_feature{
        width: 75%;
    }
} */


/* Contact Page */

.contact_page{
    margin-top: 50px;
    margin-bottom: 50px;    
}

.contact_page h4{
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.contact_page p{
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 0.24px;
}

.contact_page input,.contact_page textarea{
    padding: 14px 8px 14px 16px;
    border-radius: 6px;
    border: 1px solid var(--Gray-5, #E0E0E0);
    background: #111;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-width: 100%;
    max-width: 100%;
}

.contact_page input[type=submit]{
    padding: 14px;
    background-color: #E50914;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1px solid #E50914;
    transition: .5s;
    max-width: 100%;
}

.contact_page input[type=submit]:hover{
    transition: .5s;
    background-color: #FFF;
    color: #E50914;
}

/* Contact Page */

.search_form_mobile_icon,.search_form_mobile{
    display: none;
}


.footer_logo img {
    min-width: 190px;
    width: 190px;
}
@media(max-width:991.98px){
    .navbar-toggler{
        display: block;
        margin: auto;
    }
    #nav_menu{
        position: absolute;
        top: 74px;
        left: 0;
        z-index: 99;
        background-color: #E50914;
        width: 100%;
    }
}

@media(max-width: 767.98px){
    .footer_logo img {
        min-width: auto;
        width: auto;
    }
    header nav a.header_logo_container img{
        min-width: auto;
        width: auto;
    }
    .prev_slick,.next_slick{
        display: none!important;
    }
    .search_form_lg{
        display: none;
    }
    .search_form_mobile_icon{
        display: block;
        font-size: 25px;
        color: #E50914;
    }
    .search_form_mobile{
        display: none;
        position: absolute;
        bottom: -75px;
        left: 0;
        width: 100%;
    }

    header .search_form_mobile  #ajaxsearchlite1 .probox, div.asl_w .probox {
        border: 2px solid #E50914;
    }
    
    header .search_form_mobile div.asl_w .probox .promagnifier .innericon svg{
        fill: #E50914;
    }

    footer{
        padding-top: 25px;
        padding-bottom: 25px;
    }
}