.AllMovies h1{
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
.AllMovies h1 span{
    border-bottom: 2px solid #b40f49;
}
.info .text .moviedesc{
    color: #cccccc;
}
.playvideo2{
    position: absolute;
    display: block;
    background: url('/static/images/playicon.png');
    height: 100%;
    width: 100%;
    top: 35%;
    left: 43%;
    background-size: 150px 150px;
    background-repeat: no-repeat;
}
.AllMovies .MovieItem{
    padding: 10px;
    background-color: transparent;
    float: left;
    border: 0;
    box-sizing: border-box;
}
.AllMovies .MovieItem img{
    border-radius: 12px;
}
.AllMovies .MovieItem h3{
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 3px;
}
.AllMovies .MovieItem p{
    font-size: 14px;
    color: #555555;
    font-weight: 500;
}
/*
.movieDetails .bgMovie{
    background: url('/moviepics/full/1643971558-1643971558-1643971558.jpeg') no-repeat center center;
    background-size: cover;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    margin: 100px 75px;
    box-sizing: border-box;
}
*/
.movie_description {
    border-radius: 0 16px 16px 0;
}
.movie_description, .movie_description a {
    color: #fff;
}
.movie_description h1 {
    font-size: 20px;
    font-weight: 600;
}
.movie_description p {
    font-size: 14px;
    color: #999999;
}
/*.movie_title {
    background-color: #363636;
    color: #fff;
    display: inline-block;
}
.movie_title h1 {
    font-size: 18px;
    font-weight: 600;
}*/


/* Individual video container */
.movieDetails .video-wrap {
    position: relative;
    width: 100%;
}
.movieDetails .video-wrap .play-btn {
    position: absolute;
    max-width: 100px;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1; /* needed if using Bootstrap */
    text-align: center;
    color: #eaeaea;
    background-color: #d30c61;
    border-radius: 50px;
    transition: color, background-color .2s ease;
    z-index: 2;
}
.movieDetails .video-wrap .play-btn:hover,
.movieDetails .video-wrap .play-btn:focus {
    color: #000;
    background-color: rgba(255,255,255,.8);
    cursor: pointer;
}
.movieDetails .play-btn::after {
    display: inline-block;
    content: url("/static/images/play.svg");
    padding-top: 8px;
    padding-left: 10px;
}
.movieDetails .imageDiv{
    background-color: #000;
    margin: 0;
    padding: 0;
    border-radius: 16px 0 0 16px;
}
.movieDetails img{
    width: 100%;
    height: auto;
    border-radius: 16px 0 0 16px;
    object-fit: contain;
}

.OpacityDiv{
    width: 100%;;
    height: 100%;
    background-color: #111111;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.45;
}
.movies_related {
    background-color: #fff;
    padding: 15px 0;
    border-radius: 16px;
}
.movies_related h3 {
    color: #111111;
    font-size: 22px;
    padding: 0 10px 10px 10px;
}
.movies_related p {
    color: #333333;
    font-weight: 600;
    padding: 8px 0;
    font-size: 14px;
}
.movies_related span {
    color: #fff;
}
