*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.main{
    width: 100%;
    display: flex;
    position: relative;
    background-color: rgb(21, 21, 21);
}
.nav{
    width: 6%;
    height: 100vh;
    background-color: rgb(21, 21, 21);
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    row-gap: 200px;
    position: fixed;
    z-index: 1000;
    transition: width 0.3s ease, z-index 0.3s ease; 
}
.logo{
    width: 80%;
    display: flex;
    justify-content: center;
    transition: all 0.5s ease;
}
.logo img{
    width: 90px;
    height: 60px;
    margin-top: 10px;
    margin-left: 20px;
}
.navbar{
    width: 100%;
    position: absolute;
    top: 20px;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    transition: width 0.2s linear;
    /* box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1); */
    background: linear-gradient(to right, black, rgb(12, 12, 12), transparent);
    left: 0;
}
.mens a{
    position: relative;
    color: rgb(166, 164, 164);
    font-size: 15px;
    text-decoration: none;
    display: table;
    width: 300px;
    padding: 10px;
}
.mens .fa{
    position: relative;
    width: 50px;
    height: 40px;
    color: rgb(166, 164, 164);
    top: 10px;
    font-size: 20px;
    text-align: center;
}
.menu{
    margin-top: 40px;
    margin-left: 25px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style-type: none;
    font-size: 20px;
    cursor: pointer;
} 
.menu-text{
    position: relative;
    top: 12px;
    margin-left: 10px;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: capitalize;
    transition: transform 0.5s ease;
}
.mens a:hover{
    background: transparent;
    color: white;
    transform: scale(1.15);
}
.mens .fa:hover{
    background: transparent;
    color: white;
    transform: scale(1.15);
}
.navbar:hover{
    width: 280px;
    transition: all 0.5s ease;
}


/* banner */
.main1{
    width: 94%;
    display: flex;
    flex-direction: column;
    margin-left: 6%;
    transition: margin-left 0.3s ease;
    background-color: rgb(21, 21, 21);
}
.ban{
    width: 100%;
    height: 93vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: red;
}
.ban-vid{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
video{
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip;
} 
/* movie */
.body{
    width: 100%;
    margin-top: 20px;
}
.movie-head{
    width: 95%;
    max-width: 1100px;
    background-color: rgb(21, 21, 21);
    color: white;
}
.heading{
    width: 32%;
    margin-left: 2%;
    margin-top: 5%;
}
.image-head{
    width: 55%;
    height: 35%;
}
.movie-detail h1{
    color: blue;
    margin-top: 10px;
    margin-left: 2%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    align-items: center;
    column-gap: 15px;
}
.movie-detail p{
    margin-top: 18px;
    line-height: 30px;
    margin-left: 2%;
    width: 100%;
    display: flex;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}
.movie-detail span{
    margin-top: 18px;
    font-size: 16px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(205, 189, 189);
    line-height: 30px;
    margin-left: 2%;
    width: 100%;
    display: flex;
    align-items: center;
}
.movie-detail .category{
    margin-top: 20px;
    margin-left: 2%;
    font-size: 18px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
    font-weight: 400;
}

/* middle */
.mid{
    width: 100%;
    height: 80vh;
    padding: 20px 0;
    background-color: rgb(21, 21, 21);
}

/* first row */
.midrap{
    width: 90%;
    margin: auto;
    margin-left: 2%;
}
.midrap h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    color: white;
}
.content{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    opacity: 0;
    transition: 0.6s;
}
.content:hover{
    opacity: 1;
}
.content h1{
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
}
.content .fa{
    position: relative;
    width: 50px;
    height: 40px;
    color: white;
    top: 10px;
    font-size: 50px;
    text-align: center;
}
.content > *{
    transform: translateY(25px);
    transition: transform 0.6s;
}
.content:hover > *{
    transform: translateY(0px);
}
.content a{
    text-decoration: none;
}
.more{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-column-gap: 10px;
    margin-left: 2%;
}
.box1{
    border-radius: 15px;
    padding: 0px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}
.box1 img{
    width: 182px;
    height: 50vh;
    clip-path: inset(42px 0 42px 0);
}
.box1:hover{
    transform: scale(1.10);
}

/* footer */
.footer{
    width: 100%;
    height: 30vh;
    background-color: rgb(21, 21, 21);
}
/* first row */
.footrap{
    width: 90%;
    margin: auto;
    margin-left: 5%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 50px;
}
.cover h1{
    color:white;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    cursor: pointer;
}
.cover span{
    width: 100%;
    font-size: 18px;
    border-radius: 30px;
    line-height: 3ch;
    color: gray;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    cursor: pointer;
}
.cover span a{
    color: gray;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
}
.cover span a:hover{
    color: white;
}
.cover2 h1{
    color: white;
    font-size: 20px;
    margin-left: 25%;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.cover2 span{
    width: 100%;
}
.cover2 span a{
    color: white;
    margin-left: 25%;
    font-size: 25px;
    text-decoration: none;
}
.cover2 img{
    width: 40%;
    height: 7vh;
}
