body{
    background-color: #000000f2;
}
/*  */
.display-movies .item,.display-existing-movies .item{
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, .12);
    position: relative;
    overflow: hidden;
}
.display-movies .item:hover .overlay{
    transform: translateY(0);
    opacity: 1;
}
.display-existing-movies .item:hover .overlay{
    transform: translateY(0);
    opacity: 1;
}
.display-movies .item .overlay,.display-existing-movies .item .overlay{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgba(255, 255, 255, .7);
transform: translateY(100%);
opacity: 0;
transition: .5s;
overflow: auto;
}
/*  */
.search .api-search,.contact input{
    border: none;
    background: transparent;
    border-bottom: 2px solid rgba(255,255,255,.7);
    outline-width: 0;
    padding: 2px 8px;
    color: #fff;
}
/*  */
.nav{
    width:300px;
    background-color: royalblue;
    position: fixed;
    left: -250px;
    top: 0;
    bottom: 0;
    z-index: 10;
    transition: 1s;
}
.nav .nav-content{
    background-color: #000000;
    width: 250px;
}
.nav .nav-content p{
    cursor: pointer;
    color: white;
    transform: translateY(300px);
    transition-duration: .6s;
    opacity: 0;
}
.nav .nav-open{
    background-color: #F8F6F6;
    width: 50px;
}
.open{
    left:0px;
}
.nav .nav-open .high{
    height: 20%;
}
.nav .nav-open .mid{
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav .nav-open .mid i{
    cursor: pointer;
}

.nav .nav-open .bottom a{
    color: #212529;
}
.nav-content .links{
    height: 80%;
}
.social a{
    color: white;
    text-decoration: none;
}
.social a:hover{
    color: white;
}
#six a{ 
    color: white;
    text-decoration: none;
}
#six a:hover{
    color: white;
}
/*  */