* {
    margin: 0;
}
html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #131313;
    color: white;
    font-family: 'Cairo', sans-serif;
}

.main-nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: rgba(19, 19, 19, 1); */
    height: 70px;
}

.appLogo {
    color: red;
    font-weight: 900;
    font-size: 25px;
    margin: 0px 30px;
    line-height: 23px;
}
.main-nav-bar .right {
    color: white;
    list-style: none;
    width: 550px;
    /* margin-right: 2px; */
    text-align: center;
    
}
.main-nav-bar .right li {
    display: inline-block;
    margin: 0 15px;
    font-weight: 800;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
}
.main-nav-bar .right li a {
    text-decoration: none;
    color: white;
}
.main-nav-bar .right li a:hover {
    color: red;
}

.main-nav-bar .right {
    display: block;
}

.menu-icon {
    margin-right: 30px;
    font-size: 25px;
    display: none;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    
}
.menu-close-icon {
    margin-right: 30px;
    font-size: 25px;
    display: none;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}



.leftside-nav-bar {
    width: 80%;
    height: calc(100vh - 70px );
    background-color: #131313;
    z-index: 1001;
    position: fixed;
    top: 70px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-100%);;
    transition: all 0.5s ease-in-out;
}
.leftside-nav-bar li {
    list-style: none;
    margin: 15px 0;
}
.leftside-nav-bar .firstItem {
    margin-top: 70px;
}
.leftside-nav-bar li a {
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 20px;
}
.leftside-nav-bar li a:hover {
    color: red;
}


/* Top movie section */

.top-movie-wrapper,.award-movie-wrapper {
    position: relative;
}

.topFadingStyle {
    position: absolute;
    z-index: 2000;
    width: 100%;
    height: 70px;
    background: linear-gradient(to top,rgba(19, 19, 19, 0),rgba(19, 19, 19, 1));
    top: 0;
}
.bottomFadingStyle {
    position: absolute;
    z-index: 2000;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom,rgba(19, 19, 19, 0),rgba(19, 19, 19, 1));
    bottom: 0px;
}

.top-movie-wrapper .navButtonStyle {
    position: absolute;
    color: rgba(255, 255, 255, 0.4);
    z-index: 100;
    font-size: 40px;
    top: 40%;
}
.top-movie-wrapper .navButtonStyle:hover {
    color: rgba(255,255,255,0.7);
}
.top-movie-wrapper .next {
    right: 20px;
}

.top-movie-wrapper .prev {
    left: 20px;
}
.top-movie-style {
    width: 100%;
    height: calc(100vh - 70px );
    position: relative;
    /* background: linear-gradient(to left,rgba(0,0,0,0.8),rgba(0,0,0,0)); */
}
.top-movie-style img,.award-movie-style img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
    opacity: 0.7;
    position: absolute;
}
.top-movie-style .contentWrapper, .award-movie-style .contentWrapper {
    position: absolute;
    width: 70%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.8); */
    background: linear-gradient(to right,rgba(0,0,0,1),rgba(0,0,0,0));
}
.top-movie-style .contentWrapper .content,
.award-movie-style .contentWrapper .content {
    position: absolute;
    color: white;
    top: 20%;
    left: 100px;
}
.top-movie-style .contentWrapper .content .title,
.award-movie-style .contentWrapper .content .title {
    font-size: 33px;
    font-weight: 700;
    transition: all 0.5s ease;
}

.top-movie-style .contentWrapper .content .duration,
.rating,
.award-movie-style .contentWrapper .content .duration,
.rating {
    color: white;
    font-size: 17px;
    font-weight: 700;
    transition: all 1s ease;
}

.top-movie-style .contentWrapper .content .description,
.award-movie-style .contentWrapper .content .description {
    margin: 20px 0;
    font-size: 14px;
    font-family: roboto;
    text-align: justify;
    width: 60%;
    line-height: 1.5em;
    transition: all 1.5s ease;
}

.top-movie-style .contentWrapper .content button,
.award-movie-style .contentWrapper .content button {
    border: none;
    height: 38px;
    width: 130px;
    font-weight: 600;
    font-size: 12px;
    color: white;
    background-color: red;
    border-radius: 10px;
    user-select: none;
    cursor: pointer;
    transition: all 2s ease;
}

.top-movie-style .contentWrapper .content button:hover {
    background-color: transparent;
    /* color: red; */
    border-color: red;
    border-style: solid;
    border-width: 2px;
    /* font-size: 13px; */
}
.award-movie-style .contentWrapper .content button:hover {
    background-color: transparent;
    /* color: red; */
    border-color: red;
    border-style: solid;
    border-width: 2px;
    /* font-size: 13px; */
}


.active .title {
    transform: translateY(10px);
}
.active .duration , .active .rating {
    transform: translateY(15px);
}
.active .description {
    transform: translateY(20px);
}
.active button {
    transform: translateY(25px);
}

/* Top release movies style */

.splide__pagination__page {
    display: none;
}

.minorMovies .watchButtonWrapper i {
    color: white;
    cursor: pointer;
}
.minorMovies .imageWrapper {
    position: relative;
    border-radius: 10px;
    transition: transform 0.5s ease;
    overflow: hidden;
}
.minorMovies .imageWrapper .contentWrapper {
    width: 100%;
    height: 35%;
    position: absolute;
    bottom: 0px;
    background: linear-gradient(to left,rgba(0,0,0,0),rgba(0,0,0,1));
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 5px 0;
}
.minorMovies .imageWrapper .contentWrapper .title {
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}
.minorMovies .imageWrapper .contentWrapper .duration,.releaseYear {
    font-size: 14px;
    font-weight: 600;
}
.minorMovies .imageWrapper .contentWrapper > div {
    margin-left: 8px;
}

.minorMovies .imageWrapper .watchButtonWrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 10;
}
.minorMovies .imageWrapper:hover{
    transform: scale(1.05);
}
.minorMovies .imageWrapper:hover .watchButtonWrapper{
    visibility: visible;
    opacity: 1;
    
}
.minorMovies > .title {
    font-size: 25px;
    font-weight: 600;
    margin: 30px 0 10px 10px;
    padding-left: 10px;
    border-left:  5px solid red;
    
}

/* Award Movie Styles */

.award-movie-style {
    width: 100%;
    height: 500px;
    position: relative;
    /* background: linear-gradient(to left,rgba(0,0,0,0.8),rgba(0,0,0,0)); */
}
.award-movie-style .contentWrapper .content {
    top: 20%;
}


.awardWinningTitle {
    font-size: 30px;
    text-align: center;
    margin: 10px 0;
    font-family: 'Aladin', cursive;

}




/* Pricing section style */
#pricing {
    margin-bottom: 20px;
}
.pricingTitle {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    margin: 30px 0;
}
.pricingTitle span {
    color: red;
}
.priceBox {
    width: 370px;
    height: 400px;
    border: 1px solid #666666;
    border-radius: 5px;
    position: relative;
    margin: 10px auto;
    transition: transform 0.3s ease , background-color 0.3s ease;
}
.priceBox:hover {
    transform: translateY(-2%);
    background-color: #1C1C1C;
}
.priceBox .titleWrapper {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 700;
    padding: 0 10px;
    user-select: none;
}
.priceBox .titleWrapper .planName {
    color: red;
}
.priceBox .featureWrapper {
    position: absolute;
    top: 18%;
    left: 10%;
}
.priceBox .featureWrapper .feature {
    margin: 20px 0;
}
.priceBox .featureWrapper .unavialable {
    text-decoration: line-through;
}
.priceBox .featureWrapper .avialable {
    font-weight: 600;
}

.signupButtonWrapper {
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 30px;
    left: 0px;
}
.signupButtonWrapper button {
    display: inline-block;
    margin: 0 auto;
    width: 135px;
    height: 38px;
    border: none;
    border-radius: 5px;
    background-color: red;
    color: white;
    font-family: roboto;
    font-size: 14px;
    font-weight: 700;
}


/* Blacksky Flix Social Network Section Style */
#blackskyflexInfo {
    background-color: #222222;
    height: 300px;
    margin-top: 50px;
    position: relative;
    padding: 0px 50px;
}
#blackskyflexInfo .info {
    margin-top: 50px;
}
.infoWrapper .socialNetwork {
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}
.infoWrapper .socialNetwork .title {
    color: red;
    font-size: 25px;
    font-weight: 700;
}
.infoWrapper .socialNetwork .title span {
    color: white;
}
.infoWrapper .socialNetwork .socialWrapper {
    width: 100px;
    display: flex;
    justify-content: space-between;
}
.infoWrapper .socialNetwork .socialWrapper .social {
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    border-radius: 25px;
    background-color: white;
    font-size: 15px;
    color: red;
}

.flixInfoWrapper {
    margin-top: 65px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.flixInfoWrapper .title {
    font-weight: bold;
}

.downloadAppStyle {
    width: 150px;
    height: 50px;
    border: 1px solid #888888;
    border-radius: 5px;
    font-family: roboto;
    display: flex;
    background-color: black;
    padding: 2px;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}
.downloadAppStyle:hover {
    border-color: white;
    border-width: 2px;
}
.downloadAppStyle .imageWrapper {
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.downloadAppStyle .imageWrapper img {
    width: 85%;
    height: 60%;
}
.downloadAppStyle .labelWrapper {
    width: 75%;
    height: 100%;
    line-height: 1.1em;
    padding-top: 2px;
}
.downloadAppStyle .firstLabel {
    font-size: 12px;
    opacity: 0.7;
}
.downloadAppStyle .secondLabel {
    font-size: 20px;
}

.copyright {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0px;
    font-size: 13px;
}


#movieDetails {
    position: relative;
    /* font-family: roboto; */
    display: none;
}
.posterWrapper {
    width: 100%;
    height: 80vh;
    position: relative;
}
.posterWrapper .imageWrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.posterWrapper .imageWrapper img {
    width: 100%;
    filter: brightness(45%);
    
    /* object-fit: cover; */
}
.posterWrapper .imageOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: white;
    z-index: 20;
}
.posterWrapper .imageOverlay i:hover {
    color: red;
}
.slightlyBlack {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,rgba(19,19,19,0),rgba(19,19,19,1));
    z-index: 10;
    bottom: 0px;
}

.detailWrapper {
    width: 100%;
    padding: 0 100px;
    display: flex;
    z-index: 20;

}
.detailWrapper .left {
    width:  250px;
    margin-right: 50px;
}
.detailWrapper .left .imageWrapper {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px auto;
}
.detailWrapper .left .imageWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.seperatorLine {
    width: 100%;
    height: 4px;
    margin: 10px 0;
    background-color: red;
    border-radius: 5px;
    display: none;
}

.likeButtonWrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: 20px 0; */
}
.likeButtonWrapper button {
    width: 150px;
    height: 40px;
    color: white;
    border: none;
    border-radius: 2px;
    background-color: #474747;
}
.likeButtonWrapper button:hover {
    border-color: white;
}
.likeButtonWrapper button i {
    margin-right: 5px;
}
.likeButtonWrapper .firstButton {
    background-color: white;
    color: black;
    margin-right: 10px;
}

.watchNowButtonWrapper button {
    background-color: red;
    color: white;
    border: none;
    border-radius: 20px;
    width: 150px;
    height: 40px;
    display: none;
}
.trailerButtonWrapper {
    width: 270px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trailerButtonWrapper button {
    border: none;
    border-radius: 3px;
}
.trailerButtonWrapper .trailerButton button {
    width: 110px;
    height: 35px;
    background-color: red;
    color: white;
    word-spacing: 5px;
    transition: all 0.4s ease;
}
.trailerButtonWrapper .trailerButton button:hover {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}
.trailerButtonWrapper .hdButton button {
    width: 50px;
    height: 35px;
    background-color: transparent;
    border: 2px solid white;
    color: white;
    font-weight: 600;
    transition: all 0.4s ease;
}
.trailerButtonWrapper .hdButton button:hover {
    background-color: white;
    color: black;
}
.trailerButtonWrapper .rating {
    color: #FF7E31;
    font-weight: 600;
    font-size: 15px;
}

.detailWrapper .right .movieTitle {
    font-size: 35px;
    font-weight: 300;
    margin: 10px 0;
}

.detailWrapper .right .movieDescription {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.1em;
    margin: 20px 0;
    text-align: justify;
}

.detailWrapper .right .movieInfoWrapper {
    display: flex;
    margin: 20px 0;
    
}
.detailWrapper .right .movieInfoWrapper .style {
    width: 60%;
    font-size: 15px;
}
.detailWrapper .right .movieInfoWrapper .style div {
    margin: 10px 0;
    color: gainsboro;
}
.detailWrapper .right .movieInfoWrapper .style div span {
    color: white;
    font-weight: 600;
    font-size: 16px;
}

.detailWrapper .right .resolutionWrapper {
    width: 100%;
    display: flex;
}
.detailWrapper .right .resolutionWrapper button {
    width: 120px;
    height: 40px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    line-height: 1em;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: none;
    border-radius: 5px;
    transition: all 0.5s ease;
}
.detailWrapper .right .resolutionWrapper button div {
    display: inline-block;
    font-size: 15px;
    font-weight: 750;
}
.detailWrapper .right .resolutionWrapper button .first {
    font-size: 11px;
    font-weight: 600;
}

.detailWrapper .right .resolutionWrapper button:hover {
    color: white;
    background-color: black;
    border: 2px solid white;
}

.seasonWrapper {
    width: 80%;
    margin: 20px auto;
}
.seasonWrapper .seasonNumber {
    font-size: 25px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 10px;
}
.seasonWrapper .episodeWrapper {
    height: 80px;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #373737;
    border-width: 1px 0 0 0;
    user-select: none;
    /* transition: background-color 0.3s ease; */
}
.seasonWrapper .episodeWrapper:hover {
    background-color: #2B2B2B;
}

.verticalSeperatorLine {
    width: 2px;
    height: 80%;
    background-color: #434343;
    margin: 0 20px;
}
.seasonWrapper .episodeWrapper .left {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.seasonWrapper .episodeWrapper .left .imageWrapper {
    width: 200px;
    height: 95%;
    
}
.seasonWrapper .episodeWrapper .left .imageWrapper img {
    width: 100%;
    height: 100%;
}
.seasonWrapper .episodeWrapper .left .episodeDetailWrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
.seasonWrapper .episodeWrapper .left .episodeDetailWrapper .ratingAndDate {
    font-size: 13px;
    font-weight: 300;
}
.seasonWrapper .episodeWrapper .left .episodeDetailWrapper .releaseDate {
    /* display: inline-block; */
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    opacity: 0.8;
}
.seasonWrapper .episodeWrapper .left .episodeDetailWrapper .ratingAndDate .fillStar {
    color: #FF9A00;
}
.seasonWrapper .episodeWrapper .left .episodeDetailWrapper .ratingAndDate .unFillStar {
    cursor: pointer;
}

.seasonWrapper .episodeWrapper .right {
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.seasonWrapper .episodeWrapper .right i {
    font-size: 15px;
    transition: transform 0.2s ease;
    padding: 0 15px 0 0 ;
}
/* .seasonWrapper .episodeWrapper .right .watchButton:hover {
    color: red;
    transform: scale(1.2);
} */
.seasonWrapper .episodeWrapper .right .watchButtonWrapper button {
    border: none;
    color: white;
    border-radius: 2px;
    background-color: red;
    width: 75px;
    height: 32px;
    margin-right: 10px;
    transition: transform 0.2s ease;
}
.seasonWrapper .episodeWrapper .right .watchButtonWrapper button:hover {
    transform: scale(1.1);
}

.findMoreMovieStyle {
    position: absolute;
    z-index: 101;
    bottom: 0px;
    right: 20px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: underline;
    color: red;
    cursor: pointer;
    display: none;
}

.sliderEfect {
    transition: all 0.7s ease;
}

.moviePlayerAreaWrapper {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
}
.moviePlayerArea {
    width: 800px;
    height: 450px;
    border: 3px solid white;
    transition: all 1s ease;
    
}
.moviePlayerArea iframe {
    width: 100%;
    height: 100%;
    /* display: none; */
}
.moviePlayerAreaWrapper .closeButton {
    position: absolute;
    bottom: 70px;
    font-size: 40px;
}
.moviePlayerAreaWrapper .closeButton:hover {
    color: red;
}

/* .plyr {
    width: 100%;
    height: 100%;
    --plyr-color-main: red;
    --plyr-font-size-time: 12px;
    --plyr-control-icon-size: 14px;
    --plyr-range-track-height: 4px;
    --plyr-font-family: roboto;
    margin: 100px auto;
}
*/
/* .html5VideoPlayer {
    width: 100%;
    height: 100%;
} */


@media only screen and ( max-width: 1366px ) {
    .posterWrapper {
        height: 70vh;
    }
}

@media only screen and ( max-width: 1250px ) {
    .posterWrapper {
        height: 70vh;
    }
}

@media  screen and ( max-width: 1024px ) {
    @media screen and ( min-height: 1100px ) {
        .posterWrapper {
            height: 35vh;
        }
    } 
}
@media  screen and ( max-width: 1024px ) {
    @media screen and ( max-height: 680px ) {
        .posterWrapper {
            height: 60vh;
        }
    } 
}
/* @media ( max-width: 1024px ) and ( min-height: 680px ) {
    .posterWrapper {
        height: 65vh;
    }
} */

@media only screen and ( max-width: 900px ) {
    .posterWrapper {
        height: 55vh;
    }
}

@media only screen and ( max-width: 770px ) {

    .minorMovies .imageWrapper .contentWrapper .title {
        font-size: 14px;
        font-weight: 700;
        white-space: nowrap;
    }
    .minorMovies .imageWrapper .contentWrapper .duration,.releaseYear {
        font-size: 13px;
        font-weight: 600;
    }

    .top-movie-style .contentWrapper .content .description,
    .award-movie-style .contentWrapper .content .description {
        width: 80%;
    }
    
    /* Movie Detail Section Styles */

    .posterWrapper {
        height: 55vh;
    }
    .posterWrapper .imageOverlay i {
        font-size: 40px;
    }
    .detailWrapper {
        padding: 0 30px;
    }
    .detailWrapper .left {
        width: 200px;
        margin-right: 35px;
    }
    .detailWrapper .left .imageWrapper {
        height: 250px;
    }
    .likeButtonWrapper button {
        width: 120px;
        height: 32px;
        font-size: 13px;
    }
    .watchNowButtonWrapper button {
        width: 120px;
        height: 35px;
        border-radius: 17px;
        font-size: 14px;
    }
    .watchNowButtonWrapper button i {
        font-size: 13px;
        margin-right: 5px;
    }
    .trailerButtonWrapper {
        width: 220px;
        height: 37px;
    }
    .trailerButtonWrapper .trailerButton button {
        width: 95px;
        height: 32px;
        word-spacing: 2px;
    }
    .trailerButtonWrapper .hdButton button {
        width: 38px;
        height: 32px;
    }
    .trailerButtonWrapper .rating {
        font-size: 14px;
    }
    .detailWrapper .right .movieTitle {
        font-size: 30px;
        font-weight: 400;
        margin: 7px 0;
    }
    .detailWrapper .right .movieDescription {
        display: none;
    }
    .detailWrapper .right .movieInfoWrapper .style {
        font-size: 13px;
    }
    .detailWrapper .right .movieInfoWrapper .style div {
        margin: 5px 0;
    }
    .detailWrapper .right .movieInfoWrapper .style div span {
        font-size: 15px;
        font-weight: 500;
    }
    .seasonWrapper {
        width: 90%
    }
    .seasonWrapper .episodeWrapper {
        height: 70px;
    }
    .seasonWrapper .episodeWrapper .left {
        width: 50%;
    }
    .seasonWrapper .episodeWrapper .left .episodeDetailWrapper .ratingAndDate {
        font-size: 12px;
    }
    .seasonWrapper .episodeWrapper .right {
        width: 25%;
    }
    .seasonWrapper .episodeWrapper .right .watchButtonWrapper button {
        width: 68px;
        height: 29px;
        font-size: 14px;
    }

    .moviePlayerArea {
        width: 580px;
        height: 340px;
    }

    .detailWrapper .right .resolutionWrapper button {
        width: 100px;
        height: 35px;
        margin-right: 8px;
        border-radius: 3px;
        line-height: 0.8em;
        background-color: white;
    }
    .detailWrapper .right .resolutionWrapper button div {
        font-size: 13px;
        font-weight: 500;
    }


}

@media only screen and ( max-width: 768px ) {
    .posterWrapper {
        height: 38vh;
    }
}

@media only screen and ( min-height: 1366px ) {
    .top-movie-style .contentWrapper .content {
        top: 35%;
    }
}

@media only screen and (max-width: 671px ) {
    .main-nav-bar .right {
        display: none;
    }
    .main-nav-bar .menu-icon {
        display: block;
    }
    .posterWrapper {
        height: 40vh;
    }
}

@media only screen and ( max-width: 600px ) {

    .minorMovies .watchButtonWrapper i {
        font-size: 20px;
    }
    .awardWinningTitle {
        font-size: 20px;
    }
    .minorMovies > .title {
        font-size: 20px;
    }
    .minorMovies .imageWrapper .contentWrapper .title {
        font-size: 14px;
        font-weight: 700;
        white-space: nowrap;
    }
    .minorMovies .imageWrapper .contentWrapper .duration,.releaseYear {
        font-size: 12px;
        font-weight: 600;
    }

    .top-movie-style {
        height: 70vh;
    }

    .top-movie-style .contentWrapper {
        height: 100%;
        width: 80%;
    }

    .top-movie-style .contentWrapper .content {
        top: 20%;
        left: 8%;
    }
    .top-movie-style .contentWrapper .content .title {
        width: 100%;
        font-size: 25px;
    }
    .top-movie-style .contentWrapper .content .duration , .rating {
        font-size: 17px;
        margin: 5px 0;
    }
    .top-movie-style .contentWrapper .content .description {
        width: 80%;
        line-height: 1.2em;
    }

    .award-movie-style {
        height: 350px;
    }
    .award-movie-style .contentWrapper .content {
        top: 12%;
        left: 10%;
    }
    .award-movie-style .contentWrapper .content .title {
        font-size: 22px;
        line-height: 1em;
    }
    .award-movie-style .contentWrapper .content .duration , .rating {
        font-size: 14px;
        margin: 5px 0;
    }
    .award-movie-style .contentWrapper .content .description {
        width: 80%;
        line-height: 1.3em;
        font-size: 13px;
        margin: 10px 0;
    }
    .award-movie-style .contentWrapper .content button {
        width: 120px;
        height: 35px
    }


    .top-release-movie-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 230px;
        margin: 0;
    }
    .top-release-movie-wrapper .imageContainer {
        width: 150px;
        height: 200px;
    }

    .new-movies-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0;
        height: 200px;
    }
    .new-movies-wrapper .imageContainer {
        width: 270px;
        height: 180px;
    }

    .posterWrapper {
        height: 45vh;
    }
}

@media only screen and ( max-width: 500px ) {

    .minorMovies .watchButtonWrapper i {
        font-size: 18px;
    }
    .awardWinningTitle {
        font-size: 17px;
    }
    .minorMovies > .title {
        font-size: 17px;
    }
    .minorMovies .imageWrapper .contentWrapper {
        /* line-height: 1em; */
        height: 40%;
        z-index: 0;
        justify-content: space-around;
    }
    .minorMovies .imageWrapper .contentWrapper .title {
        font-size: 11px;
        font-weight: 600;
        white-space: nowrap;
        /* line-height: 1.7em; */
    }
    .minorMovies .imageWrapper .contentWrapper .duration,.releaseYear {
        font-size: 9px;
        font-weight: 400;
        /* line-height: 1em; */
    }



    .top-movie-style {
        height: 45vh;
    }

    .top-movie-style .contentWrapper {
        width: 80%;
    }

    .top-movie-style .contentWrapper .content {
        top: 20%;
        left: 8%;
    }
    .top-movie-style .contentWrapper .content .title {
        width: 100%;
        font-size: 15px;
    }
    .top-movie-style .contentWrapper .content .duration , .rating {
        font-size: 12px;
        margin: 1px 0;
    }
    .top-movie-style .contentWrapper .content .description {
        /* width: 80%;
        line-height: 1em;
        margin: 5px 0; */
        display: none;
    }
    .top-movie-style .contentWrapper .content button {
        width: 110px;
        height: 35px;
    }

    .award-movie-style {
        height: 250px;
    }
    .award-movie-style .contentWrapper .content {
        top: 25%;
        left: 10%;
    }
    .award-movie-style .contentWrapper .content .title {
        width: 100%;
        font-size: 15px;
        line-height: 1em;
    }
    .award-movie-style .contentWrapper .content .duration , .rating {
        font-size: 12px;
        margin: 0px;
    }
    .award-movie-style .contentWrapper .content .description {
        /* width: 80%;
        line-height: 1.3em;
        font-size: 13px;
        margin: 10px 0; */
        display: none;
    }
    .award-movie-style .contentWrapper .content button {
        width: 120px;
        height: 35px
    }


    .top-release-movie-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 160px;
        margin: 0;
    }
    .top-release-movie-wrapper .imageContainer {
        width: 110px;
        height: 150px;
    }
    .top-release-movie-wrapper .imageContainer .contentWrapper {
        height: 70px;
    }
    .top-release-movie-wrapper .imageContainer .contentWrapper .title {
        font-size: 12px;
        margin: 0px;
    }
    .top-release-movie-wrapper .imageContainer .contentWrapper .duration , .releaseYear {
        font-size: 10px;
        margin: 0px;
    }

    .new-movies-wrapper .imageContainer .contentWrapper {
        height: 50px;
    }
    .new-movies-wrapper .imageContainer .contentWrapper .title {
        font-size: 12px;
        margin: 1px 0px 0px 2px;
    }
    .new-movies-wrapper .imageContainer .contentWrapper .duration , .releaseYear {
        font-size: 10px;
        margin: 1px 0px 0px 2px;
    }

    .new-movies-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0;
        height: 120px;
    }
    .new-movies-wrapper .imageContainer {
        width: 200px;
        height: 110px;
    }

    .minorMovies .title {
        font-size: medium;        
    }
    .awardWinningTitle {
        font-size: medium;
    }

    .hide {
        display: none;
    }
    #blackskyflexInfo {
        height: 220px;
    }
    .infoWrapper {
        width: 100%;
    }
    .flixInfoWrapper {
        margin-top: 20px;
        height: 110px;
        align-items: center;
        justify-content: space-around;
    }
    .flixInfoWrapper .buttonInfo {
        font-size: 11px;
    }
    #blackskyflexInfo .infoWrapper .socialNetwork {
        margin-top: 30px;
    }
    .infoWrapper .socialNetwork {
        height: 20px;
        align-items: center;
        justify-content: space-around;
    }
    .infoWrapper .socialNetwork .title {
        font-size: 18px;
    }
    .infoWrapper .socialNetwork .socialWrapper {
        margin-top: 10px;
    }
    .infoWrapper .socialNetwork .socialWrapper .social {
        width: 23px;
        height: 23px;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .socialNetwork .content {
        display: none;
        height: 0px;
    }

    .flixInfoWrapper .downloadAppStyle {
        width: 115px;
        height: 42px;
    }
    .downloadAppStyle .labelWrapper {
        line-height: 1em;
        margin-left: 5px;
    }
    .flixInfoWrapper .downloadAppStyle .labelWrapper .firstLabel {
        font-size: 10px;
    }
    .flixInfoWrapper .downloadAppStyle .labelWrapper .secondLabel {
        font-size: 12px;
    }

    .copyright {
        font-size: 10px;
    }


    /* Movie Details Style */

    .posterWrapper {
        height: 35vh;
    }
    .posterWrapper .imageOverlay i {
        font-size: 30px;
    }
    .detailWrapper {
        padding: 0 15px;
    }
    .detailWrapper .left {
        width: 120px;
        margin-right: 25px;
    }
    .detailWrapper .left .imageWrapper {
        height: 160px;
    }
    .likeButtonWrapper button {
        width: 90px;
        height: 25px;
        font-size: 11px;
    }
    .likeButtonWrapper button i {
        margin-right: 1px;
        display: none;
    }
    .watchNowButtonWrapper button {
        width: 100px;
        height: 30px;
        border-radius: 17px;
        font-size: 12px;
    }
    .watchNowButtonWrapper button i {
        font-size: 9px;
        margin-right: 4px;
    }
    .trailerButtonWrapper {
        width: 170px;
        height: 35px;
    }
    .trailerButtonWrapper .trailerButton button {
        width: 70px;
        height: 28px;
        font-size: 12px;
        word-spacing: 2px;
    }
    .trailerButtonWrapper .hdButton button {
        width: 36px;
        height: 28px;
        font-size: 12px;
    }
    .trailerButtonWrapper .rating {
        font-size: 11px;
    }
    .detailWrapper .right .movieTitle {
        font-size: 20px;
        font-weight: 400;
        margin: 7px 0;
    }
    .detailWrapper .right .movieDescription {
        display: none;
    }
    .detailWrapper .right .movieInfoWrapper {
        margin: 5px 0;
    }
    .detailWrapper .right .movieInfoWrapper .left {
        width: 100%;
        margin-right: 0px;
    }
    .detailWrapper .right .movieInfoWrapper .right {
        display: none;
    }
    .detailWrapper .right .movieInfoWrapper .style {
        font-size: 12px;
    }
    .detailWrapper .right .movieInfoWrapper .style div {
        margin: 3px 0;
    }
    .detailWrapper .right .movieInfoWrapper .style div span {
        font-size: 13px;
        font-weight: 500;
    }
    .seasonWrapper {
        width: 93%
    }
    .seasonWrapper .episodeWrapper {
        height: 60px;
    }
    .seasonWrapper .episodeWrapper .left {
        width: 60%;
    }
    .seasonWrapper .episodeWrapper .left .episodeDetailWrapper .ratingAndDate {
        font-size: 11px;
    }
    .seasonWrapper .episodeWrapper .left .episodeDetailWrapper .episodeNumber {
        font-size: 14px;
    }
    .seasonWrapper .episodeWrapper .right {
        width: 30%;
    }
    .seasonWrapper .episodeWrapper .right i {
        font-size: 11px;
        padding-right: 10px;
    }
    .seasonWrapper .episodeWrapper .right .watchButtonWrapper button {
        width: 65px;
        height: 25px;
        font-size: 12px;
    }

    .moviePlayerArea {
        width: 350px;
        height: 200px;
    }
    .moviePlayerAreaWrapper .closeButton {
        bottom: 125px;
    }

    .priceBox {
        width: 320px;
        height: 400px;
        border-radius: 7px;
    }

    /* Resolution Button Style */
    .detailWrapper .right .resolutionWrapper button {
        width: 80px;
        height: 29px;
        margin-right: 5px;
        border-radius: 3px;
        line-height: 0.7em;
    }
    .detailWrapper .right .resolutionWrapper button div {
        font-size: 12px;
        font-weight: 400;
    }
    .detailWrapper .right .resolutionWrapper button .first {
        font-size: 8px;
        text-transform: lowercase;
    }

    .plyr {
        --plyr-font-size-time: 10px;
        --plyr-control-icon-size: 10px;
        --plyr-range-track-height: 2px;
        --plyr-range-thumb-height: 10px;
        --plyr-font-family: roboto;
        /*margin: 100px auto;*/
    }
    .moviePlayerAreaWrapper .closeButton {
        font-size: 30px;
    }
    .leftside-nav-bar li a {
        font-size: 13px;
    }
    
}

@media only screen and ( max-width: 430px ) {
    .seasonWrapper .episodeWrapper .left {
        width: 70%;
    }
    .posterWrapper {
        height: 30vh;
    }
}

@media only screen and ( max-width: 400px ) {

    .detailWrapper .right .resolutionWrapper button {
        width: 65px;
        height: 26px;
        margin-right: 4px;
        border-radius: 3px;
        line-height: 0.6em;
    }

    .detailWrapper .right .resolutionWrapper button div {
        font-size: 11px;
        font-weight: 500;
    }
    .detailWrapper .right .resolutionWrapper button .first {
        font-weight: 400;
        font-size: 8px;
        text-transform: lowercase;
    }
}

@media only screen and ( max-width: 370px ) {
    .posterWrapper {
        height: 20vh;
    }
}

@media only screen and ( max-width: 368px ) {
    .seasonWrapper {
        width: 93%
    }
    .seasonWrapper .episodeWrapper {
        height: 60px;
    }
    .seasonWrapper .episodeWrapper .left {
        width: 70%;
    }
    .seasonWrapper .episodeWrapper .left .imageWrapper {
        width: 150px;
        height: 85%;
    }
    .seasonWrapper .episodeWrapper .left .episodeDetailWrapper .ratingAndDate {
        display: none;
    }
    .posterWrapper {
        height: 30vh;
    }
}
@media only screen and ( max-width: 342px ) {
    .seasonWrapper {
        width: 93%
    }
    .seasonWrapper .episodeWrapper {
        height: 60px;
    }
    .seasonWrapper .episodeWrapper .left {
        width: 70%;
    }
    .seasonWrapper .episodeWrapper .left .imageWrapper {
        width: 150px;
        height: 85%;
    }
    .verticalSeperatorLine {
        margin: 0 10px;
    }
    .seasonWrapper .episodeWrapper .left .episodeDetailWrapper {
        justify-content: center;
        align-items: flex-start;
    }
    .seasonWrapper .episodeWrapper .left .episodeDetailWrapper .episodeNumber {
        font-size: 12px;
    }
    .seasonWrapper .episodeWrapper .left .episodeDetailWrapper .ratingAndDate {
        display: none;
    }

}
