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

@font-face {
    font-family: netflix_regular;
    src: url(./NetflixSans-Regular.otf);
}

@font-face {
    font-family: netflix_medium;
    src: url(./NetflixSans-Medium.otf);
}

@font-face {
    font-family: netflix_light;
    src: url(./NetflixSans-Light.otf);
}

@font-face {
    font-family: netflix_bold;
    src: url(./NetflixSans-Bold.otf);
}

.mid2 {
    height: 10vh;
    width: 100%;
    background-color: #000;
}

.nav_logo2 {
    height: 60px;
    width: 100px;
    padding-left: 15px;
    /* border: 1px solid white; */
}

.nav_logo2 img {
    height: 60px;
    width: 60px;
    /* border: 1px solid white; */
    margin-top: -5px;
}

.navi3 {
    flex: 1 !important;
}

.ul_navi {
    /* border: 1px solid white; */
    display: flex !important;
    gap: 1rem !important;
    list-style: none !important;
    /* width: 85rem; */
}

.li_navi {
    list-style: none !important;
    display: inline-block !important;
    position: relative !important;

}

.a_navi {
    text-decoration: none;
    color: red !important;
    /* border-bottom: 1px solid black; */
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'netflix_light';
    padding-left: 15px !important;
    letter-spacing: 0.1rem !important;
}

.a_navi:hover {
    transition: all ease 1s;
    border-bottom: 1px solid #fff !important;
}

/*.a_navi::before{
    content: "" !important;
    position: absolute !important;
    transform: scaleX(0) !important;
    height: 1px !important;
    color: red !important;
    width: 100% !important;
    bottom: 0 !important;
    left: 0 !important;
}*/

.li_fala {
    /* border: 1px solid white; */
    width: 550px;
    padding-left: 350px;
}

.anchor1 {
    font-size: 30px;
    /* word-spacing: 1rem; */
    color: red;
    padding-left: 10px;
    height: 40px;

}

.anchor1 i {
    width: 30px;
    padding-left: 5px;
}

.anchor1:hover {
    /* border: 1px solid red; */
    border-radius: 10px !important;
    background-color: rgba(5, 113, 254, 0.493);
    list-style: none !important;
    color: #fff;
    text-decoration: none !important;
}

.anchor2 {
    font-size: 30px;
    /* word-spacing: 1rem; */
    color: red;
    padding-left: 10px;
    height: 40px;
}

.anchor2 i {
    width: 30px;
    padding-left: 1.5px;
}

.anchor2:hover {
    /* border: 1px solid red; */
    border-radius: 10px;
    background-color: rgba(254, 5, 150, 0.493);
    list-style: none !important;
    color: #fff;
    text-decoration: none !important;
}

.anchor3 {
    font-size: 30px;
    /* word-spacing: 1rem; */
    color: red;
    padding-left: 10px;
    height: 40px;
}

.anchor3 i {
    width: 30px;
    padding-left: 2px;
}

.anchor3:hover {
    /* border: 1px solid red; */
    border-radius: 10px;
    background-color: rgba(5, 192, 254, 0.493);
    list-style: none !important;
    color: #fff;
    text-decoration: none !important;
}

.anchor4 {
    font-size: 25px;
    /* word-spacing: 1rem; */
    color: red;
    padding-left: 5px;
    height: 40px;
    /* width: 100px !important; */
    /* border: 1px solid white; */
}

.anchor4 i {
    width: 30px;
    /* padding: 10px; */
    /* padding-left: 2px !important; */
}

.anchor4:hover {
    /* border: 1px solid red; */
    border-radius: 10px;
    background-color: rgba(254, 5, 5, 0.493);
    list-style: none !important;
    color: #fff;
    text-decoration: none !important;
}



.li_button {
    /* border: 1px solid white; */
    padding-left: 40px !important;
    padding-top: 5px;
}

.btn_edit {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #999;
}

.btn_edit:hover {
    background-color: rgba(252, 5, 5, 0.478);
    border-color: red;
}


.li_subscribe {
    /* border: 1px solid white; */
    /* padding-left: 0px !important; */
    padding-top: 3px;
}

.btn_subs {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000;
    width: 150px;
    height: 6vh;
    color: rgb(250, 2, 2);
}

.btn_subs:hover {
    background-color: rgb(252, 5, 5);
    border-color: red;
}

/*middle1*/

.mid1{
    height: 37rem;
    width: 100%;
    background: url(./berlin_land_back_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.mid1rap{
    height: 37rem;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    padding-top: 120px;
    padding-left: 80px;
    /* border: 1px solid white; */
}
.back_logo {
    /* padding-top: 50px; */
    /* border: 1px solid white; */
    height: 15vh;
    width: 30%;
}

.back_logo p {
    text-transform: capitalize;
    font-size: 50px;
    font-family: 'netflix_bold';
    color: #fff;
}

.detail_write3 {
    /* border: 1px solid white; */
    height: 6vh;
    width: 30%;
}

.detail_write3 p {
    color: rgba(255, 255, 255, 0.729);
    font-family: 'netflix_light';
    word-spacing: 23px;
    font-size: 16px;
    padding-left: 3px;
}

.data_write3 {
    /* border: 1px solid white; */
    height: 11rem;
    width: 36%;
}

.data_write3 p {
    color: rgba(255, 255, 255, 0.729);
    font-size: 16px;
    padding-top: 5px;
    padding-left: 5px;
}

.trailer_data{
    /* border: 1px solid green; */
    height: 4.5rem;
    width: 35rem;
    padding-left: 5px;
    padding-top: 15px;
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.mid1rap .trailer_data a{
    position: relative;
    height: 2.9rem;
    width: 10rem;
    text-transform: uppercase;
    background: #fff;
    color: #111;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
    display: inline-block;
    padding: 13px 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
}

.trailer_data a:hover{
    background-color: red;
}

/*for pop-up*/

.trailer{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10000;
    background: rgba(0, 0, 0, 0.11);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}
.trailer.active{
    visibility: visible;
    opacity: 1;
}
.trailer video{
    position: relative;
    height: 50rem;
    max-width: 900px;
    outline: none;
}
.close{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor:pointer;
    filter: invert(1);
    max-width: 60px;
    font-size: 50px;
    color: #fff;
    
}
@media (max-width: 991px)
{
    .trailer video
    {
        max-width: 90%;
    }
}
/*middle 2*/
.big_div1 {
    height: 20.5rem;
    /* border: 1px solid red; */
    background-color: #000;
    width: 100%;
}

.write_detail_1 {
    height: 3rem;
    width: 100%;
    /* border: 1px solid white; */
}

.write_detail_1 p {
    color: white;
    font-family: 'netflix_bold';
    text-transform: uppercase;
    font-size: 23px;
    padding-top: 10px;
    padding-left: 20px;
}

.movie_details_1 {
    /* border: 1px solid white; */
    height: 16rem;
    width: 100%;
}

.crcl_top10 {
    height: 16rem;
    /* border: 1px solid white; */
}


.movie_details_1_grid_1 {
    display: flex;
    width: 100%;
    /* gap: 20px; */
    padding-top: 0.3rem;
}

.movie_details_1_grid_1 a {
    list-style: none;
    /* border: 1px solid white; */
    height: 15.5rem;
    margin: auto;
    width: 11.55rem;
    overflow: hidden;
    position: relative;
}

.movie_details_1_grid_1 img {
    width: 11.55rem;
    height: 15.5rem;
    transition: all ease 0.5s;
    opacity: 1;
    display: block;
    /* width: 100%; */
    /* height: auto; */
    backface-visibility: hidden;
}

.button_view_top10 {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.movie_details_1_grid_1 a:hover .image_detail_top10 {
    opacity: 0.3;
}

.movie_details_1_grid_1 a:hover .button_view_top10 {
    opacity: 1;
}

.play_button_top10 {
    height: 2rem !important;
    width: 2rem !important;
}

.right_crcl {
    border: 1px solid white;
    width: 30px;
    height: 50px;
    justify-content: center;
    margin-top: 120px;
}

.left_crcl {
    border: 1px solid white;
    width: 30px;
    height: 50px;
    justify-content: center;
    margin-top: 120px;
}

/*footer*/
.foot{
    height: 14rem;
    width: 100%;
    /* border: 1px solid white; */
    background-color: #000;
}

.footrap{
    height: 12rem;
    width: 100%;
    display: flex;
    gap: 15px;
}
.div_pic{
    height: 14rem;
    width: 30rem;
    /* border: 1px solid white; */
    text-align: center;
    /* padding-top: 2rem; */

}
.div_pic img{
    height: 8rem;
    /* border: 1px solid white; */
}
.div_pic ul li a{
    list-style: none;
    text-decoration: none;
    margin: auto;
    /* border: 1px solid white; */
    
}
.social_media{
    padding-top: 5px;
    font-size: 30px;
    color: white;
    padding-left: 25px;
    letter-spacing: 20px;
    
}
.div_write{
    height: 10rem;
    width: 58rem;
    /* border: 1px solid white; */
    display: grid;
    grid-template-columns: auto auto auto;
}
.explore{
    /* border: 1px solid white; */
    width: 300px;
}
.explore h1{
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
}
.explore p{
    text-transform:capitalize;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
}
.explore p a{
    text-decoration: none;
    color:#B2B2B4;
    font-family: 'netflix_light';
}
.company{
    /* border: 1px solid white; */
    width: 300px;
}
.company h1{
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
}
.company p{
    text-transform:capitalize;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
}
.company p a{
    text-decoration: none;
    color:#B2B2B4;
    font-family: 'netflix_light';
}
/* .connect{
    border: 1px solid white;
    width: 350px;
} */
.connect h1{
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
}
.connect p{
    /* text-transform:capitalize; */
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
}
.connect p a{
    text-decoration: none;
    color:#B2B2B4;
    font-family: 'netflix_light';
}
.copyright{
    height: 2rem;
    width: 100%;
    /* border: 1px solid white; */
}
.copyright p{
    font-size: 15px;
    text-align: center;
    color: rgba(255, 255, 255, 0.675);
    font-family: 'netflix_medium';
}