
@font-face {
    font-family: moaz;
    src: url(media/Montserrat-VariableFont_wght.ttf);
}
*{
    padding: 0;
    margin: 0;
    font-family: moaz;
    transition: all .5s;
}
html{
    overflow-x: hidden;
}
body{
    background-color: black;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.container{
    width: 100%;
    height: 630px;
    background:  
    url(media/The-Imitation-Game-movie-actor.jpg)
    ;
    background-size: cover;
    color: aliceblue;
   /* margin-left: 20px;*/
    background-position: center;
    overflow-x: hidden;
}
.oscar{
    margin-left: 20px;
}

.content{
    background-color: transparent;
    width: 95%;
    margin-top: 80px;
    padding: 30px;
}
.content img{
    margin-bottom: 20px;
    width: 30%;
}
.content pre{
    font-weight: 700;
}
.content h1{
    font-weight: 800;
    font-size: 50px;
}
.content span{
    margin-left: 10px;
    font-weight: 700 ;
}
.t13{
    border-radius: 5px;
    background-color:rgb(79, 33, 33);
    padding: 5px;
    color: rgb(244, 159, 38);
}
.frist , .secound, .third{
    color: white;
}
.name{
    width: 20%;
}
.watch{
    margin-left: 10px;
    background-color: rgb(79, 33, 33);
    color: rgb(244, 159, 38);
    text-decoration: none;
    border-radius: 5px;
    padding: 5px;
    font-weight: 600;
}
 .film{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100000000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(20px);
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.close{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    filter: invert(1);
    max-width: 30px;
} 
.film.open{
    visibility: visible;
    opacity: 1;
}
.trailer{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100000000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(20px);
    visibility: hidden;
    opacity: 0;
    transition: 0.5s; 
}
.tr{
    margin-left: 10px;
    background-color: rgb(79, 33, 33);
    color: rgb(244, 159, 38);
    text-decoration: none;
    border-radius: 5px;
    padding: 5px;
    font-weight: 600;
}
 .trailer.open2{
    visibility: visible;
    opacity: 1;
 }
 .close2{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    filter: invert(1);
    max-width: 30px;
 }
 .tr:hover{
    background-color: rgb(244, 159, 38) ;
    color: #fff;
 }
 .watch:hover{
    background-color: rgb(244, 159, 38);
    color: #fff;
 }
header{
    
    width: 95%;
    height: 10%;
    background:transparent ;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    background-position: center;
}

header nav{
    width: 100%;
    height: 5%;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 50px;
}
header nav .logo_home{
    margin-left: -6%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header nav .logo_home img {
    width: 250px;
    padding-right: 30px;
}
header nav .logo_home img:hover{
    opacity: .9;
    width: 300px;
}
header nav .logo_home ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
header nav .logo_home ul li{
    padding: 3px 15px;
    padding-right: 20px;
    padding-top: 10px;
}
header nav .logo_home ul li a{
    text-decoration: none;
    color: white;
    font-size: 250%;
    font-weight: bold;
    transition: .3s linear;
}

header nav .logo_home  ul li a:hover{
    color: rgb(244, 159, 38)	;
    transition: .3s linear;
}
header nav .search_user{
    margin-right: 2%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
header nav .search_user input{
    width: 200%;
    height: 150%;
    border-radius: 25px;
    padding: 3px 15px;
    border: none;
    outline: none;
    background: rgb(255, 255, 255,.3);
    color: white;
    margin: 10px;
}
header nav .search_user input::placeholder{
    color: white;
}
header nav .search_user ul{
    position: relative;
    margin-right: -25%;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
header nav .search_user ul li{
    padding: 3px 10px;
}
header nav .search_user ul li a{
    /* position:absolute; */
    text-decoration: none;
    color: white;
    font-size: 150%;
    font-weight: bold;
    transition: .3s linear;
}
header nav .search_user ul li .login:hover{
    color: 	rgb(244, 159, 38);
    transition: .3s linear;
}
header nav .search_user ul li .login:hover,.icon:hover{
    color: 	rgb(244, 159, 38);
    transition: .3s linear;
}
header nav .search_user .search{
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
    width: 500px;
    height: 500px;
    /* border: 1px solid white; */
    right: 0;
    top: 80px;
    z-index: 5;
}
header nav .search_user .search::-webkit-scrollbar{
    width: 5px;
    background: rgb(255, 255, 255,.2);
    visibility: hidden;

}
header nav .search_user .search::-webkit-scrollbar-thumb{
    width: 5px;
    background: rgb(255, 255, 255,.5);
    visibility: hidden;
    
}
header nav .search_user .search:hover::-webkit-scrollbar{
    visibility: visible;
}
header nav .search_user .search:hover::-webkit-scrollbar-thumb{
    visibility: visible;
}
header nav .search_user .search .card{
    position: relative;
    width: 500px;
    height: 155px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding: 3px 0px;
    text-decoration: none;
    display: none;
}
header nav .search_user .search .card:hover{
    opacity: .9;
}
header nav .search_user .search .card::before{
    content: '';
    position: absolute;
    width: 500px;
    height: 155px;
    background: rgba(68, 1, 68, 0.431);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    z-index: -1;
}
header nav .search_user .search .card img{
    padding-top: 0%;
    width: 70px;
    /* height: 0px; */
    border-radius: 0;
    margin-left: 8px;
}
header nav .search_user .search .card .cont{
    margin-left: 10px;
    color: white;
}
header nav .search_user .search .card .cont h3{
    font-size: 190%;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
}
header nav .search_user .search .card .cont p{
    font-size: 140%;
    color: rgb(255, 255, 255,.8);
}