* {
    font-family: "Poppins";
    text-decoration: none;
    list-style: none;
}

.navbar {
    position: absolute;
    top: 2;
    left: 0;
    background-color: transparent;
    width: 100%;
    min-width: 1024px;
    height: 50px;
}

.logo {
    color: #fff;
    position: absolute;
    top: -10px;
    left: 80px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.logo-red {
    color: red;
}

.links {
    position: absolute;
    top: 12px;
    left: 400px;
}

.links a {
    color: #fff;
    margin: 30px;
    font-size: 15px;
}

.links a:hover {
    color: red;
}

.links .active {
    color: red;
}

.links .active:hover {
    color: #fff;
}

.btn {
    background-color: rgb(184, 0, 0);
    padding: 5px 10px;
    border-radius: 2px;
    left: 50px;
}

.btn:hover {
    background-color: #fff;
    color: red;
}

.bg-img img {
    height: 100%;
    width: 100%;
    min-width: 1030px;
    position: absolute;
    top: 0;
    left: 0;
}

.effect p {
    position: absolute;
    background-color: black;
    width: 100%;
    min-width: 1024px;
    height: 100%;
    top: -15px;
    left: 0;
    opacity: 93%;
}

.hero-title {
    color: #fff;
    position: absolute;
    font-size: 40px;
    font-weight: 600;
    top: 60px;
    left: 75px;
    cursor: pointer;
}

.hero-title:hover {
    color: red;
}

.hero-title a {
    color: red;
}

.hero-title a:hover {
    color: #fff;
}

.hero-sub {
    position: absolute;
    color: #fff;
    width: 450px;
    font-size: 20px;
    top: 160px;
    left: 75px;
}

.hero-streaming {
    position: absolute;
    color: rgb(199, 199, 199);
    font-size: 14px;
    top: 350px;
    left: 75px;
}

.hero-netflix {
    position: absolute;
    color: red;
    font-size: 20px;
    font-weight: 600;
    top: 359px;
    left: 190px;
}

.hero-netflix:hover {
    color: #fff;
}

.hero-btn {
    position: absolute;
    color: #fff;
    top: 430px;
    left: 100px;
    background-color: rgb(184, 0, 0);
    padding: 5px 10px;
    border-radius: 2px;
}

.hero-btn:hover {
    color: red;
    background-color: #fff;
}

.hero-addon {
    position: absolute;
    color: #fff;
    top: 400px;
    font-size: 80px;
    font-weight: 600;
    opacity: 70%;
}

.hero-addon a {
    color: red;
    cursor: inherit;
}

.hero img {
    position: absolute;
    left: 520px;
    top: 150px;
    width: 200px;
    height: 300px;
    opacity: 85%;
}

.hero iframe {
    position: absolute;
    left: 755px;
    top: 145px;
}

.latest-movies img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    min-width: 1024px;
    left: 0%;
}

.effect-2 {
    position: absolute;
    background-color: black;
    width: 100%;
    height: 102%;
    min-width: 1024px;
    left: 0;
    top: 97.5%;
    opacity: 96%;
}

.latest-title {
    position: absolute;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    top: 650px;
    left: 50px;
}

.latest-netflix {
    position: absolute;
    color: #e50914;
    font-size: 40px;
    font-weight: 600;
    top: 690px;
    left: 400px;
}

.latest-prime {
    position: absolute;
    color: #146eb4;
    font-size: 40px;
    font-weight: 600;
    top: 690px;
    left: 580px;
}

.latest-youtube {
    position: absolute;
    color: #e50914;
    font-size: 40px;
    font-weight: 600;
    top: 690px;
    left: 880px;
}

.latest-more {
    position: absolute;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    top: 690px;
    left: 1120px;
}

.movie-1 img {
    position: absolute;
    top: 790px;
    left: 50px;
    width: 150px;
    height: 220px;
    border-radius: 5px;
}

.movie-1 img:hover {
    opacity: 50%;
}

.movie-1-title {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    position: absolute;
    top: 765px;
    left: 220px;
}

.movie-1-title a {
    color: #e50914;
}

.movie-1-sub {
    position: absolute;
    color: #fff;
    top: 820px;
    width: 450px;
    left: 220px;
}

.movie-1-btn {
    position: absolute;
    color: #fff;
    background-color: red;
    top: 950px;
    left: 235px;
    padding: 5px 10px;
    border-radius: 2px;
}

.movie-1-btn:hover {
    background-color: #fff;
    color: red;
}

.movie-1-netflix {
    position: absolute;
    color: #e50914;
    font-size: 20px;
    font-weight: 600;
    top: 950px;
    left: 380px;
}

.movie-2 img {
    position: absolute;
    height: 220px;
    width: 150px;
    top: 1040px;
    left: 50px;
    border-radius: 5px;
}

.movie-2 img:hover {
    opacity: 50%;
}

.movie-2-title {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    position: absolute;
    top: 1015px;
    left: 220px;
}

.movie-2-title a {
    color: #146eb4;
}

.movie-2-sub {
     position: absolute;
     color: #fff;
     top: 1070px;
     width: 450px;
     left: 220px;
}

.movie-2-btn {
    position: absolute;
    color: #fff;
    background-color: #146eb4;
    top: 1220px;
    left: 235px;
    padding: 5px 10px;
    border-radius: 2px;
}

.movie-2-btn:hover {
    color: #146eb4;
    background-color: #fff;
}

.movie-2-prime {
    color: #146eb4;
    position: absolute;
    top: 1220px;
    font-size: 20px;
    font-weight: 600;
    left: 380px;
}

.movie-3 img {
    position: absolute;
    width: 150px;
    height: 220px;
    top: 790px;
    left: 720px;
    border-radius: 5px;
}

.movie-3 img:hover {
    opacity: 50%;
}

.movie-3-title {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    position: absolute;
    top: 765px;
    left: 890px;
}

.movie-3-sub {
    position: absolute;
    color: #fff;
    top: 820px;
    width: 450px;
    left: 890px;
}

.movie-3-btn {
    position: absolute;
    color: #fff;
    background-color: red;
    top: 950px;
    left: 905px;    
    padding: 5px 10px;
    border-radius: 2px;
}

.movie-3-btn:hover {
    color: red;
    background-color: #fff;
}

.movie-3-youtube {
    position: absolute;
    color: #e50914;
    font-size: 20px;
    font-weight: 600;
    top: 950px;
    left: 1050px;
}

.movie-4 img {
    position: absolute;
    height: 220px;
    width: 150px;
    top: 1040px;
    left: 720px;
    border-radius: 5px;
}

.movie-4 img:hover {
    opacity: 50%;
}

.movie-4-title {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    position: absolute;
    top: 1015px;
    left: 890px;
}

.movie-4-title a {
    color: #e50914;
}

.movie-4-sub {
    position: absolute;
    color: #fff;
    top: 1070px;
    width: 450px;
    left: 890px;
}

.movie-4-btn {
    position: absolute;
    color: #fff;
    background-color: red;
    top: 1220px;
    left: 950px;
    padding: 5px 10px;
    border-radius: 2px;
}

.movie-4-btn:hover {
    color: red;
    background-color: #fff;
}

.movie-4-netflix {
    color: #e50914;
    position: absolute;
    top: 1220px;
    font-size: 20px;
    font-weight: 600;
    left: 1100px;
}

.live-movies img {
    position: absolute;
    top: 1285px;
    left: 0;
    width: 100%;
    min-width: 1024px;
    height: 70%;
}

.live-movies p {
    position: absolute;
    background-color: #fff;
    top: 1270px;
    left: 0;
    width: 100%;
    height: 70%;
    min-width: 1024px;
    opacity: 95%;
}

.bg-effect-2 {
    position: absolute;
    background-color: #e50914;
    left: 5px;
    top: 1295px;
    width: 500px;
    height: 400px;
    cursor: pointer;
    border-radius: 5px;
}

.bg-effect-2:hover {
    background-color: #146eb4;
}

.live-movies-content img {
    position: absolute;
    top: 1355px;
    left: 50px;
    box-shadow: 5px 5px 40px #000;
    border-radius: 5px;
}

.live-movies-title {
    position: absolute;
    text-transform: uppercase;
    color: #000;
    font-size: 50px;
    font-weight: 600;
    top: 1280px;
    left: 650px;
    text-shadow: 5px 5px 40px rgb(65, 65, 65);
}

.live-movies-title a {
    color: #e50914;
}

.live-movies-netflix {
    position: absolute;
    color: #e50914;
    font-size: 30px;
    font-weight: 600;
    top: 1420px;
    left: 680px;
    text-shadow: 5px 5px 30px #000;
}

.live-movies-prime {
    color: #146eb4;
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    top: 1420px;
    left: 850px;
    text-shadow: 5px 5px 30px #000;
}

.live-movies-youtube {
    color: #e50914;
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    top: 1420px;
    left: 1105px;
    text-shadow: 5px 5px 30px #000;
}

.live-movies-sub {
    color: #000;
    text-transform: uppercase;
    position: absolute;
    top: 1455px;
    width: 420px;
    font-size: 30px;
    left: 650px;
    text-shadow: 5px 5px 30px #000;
}

.live-movies-sub a {
    color: #e50914;
    font-weight: 600;
}

.live-movies-btn {
    position: absolute;
    color: #fff;
    font-size: 20px;
    background-color: #e50914;
    top: 1600px;
    left: 700px;
    padding: 8px 12px;
    border-radius: 5px;
    box-shadow: 5px 5px 20px #000;
}

.live-movies-btn:hover {
    background-color: #fff;
    box-shadow: 5px 5px 20px #000;
    color: #e50914;
}

.extra-2 {
    position: absolute;
    color: #000;
    font-size: 100px;
    font-weight: 600;
    top: 1470px;
    left: 1000px;
    opacity: 90%;
    cursor: pointer;
}

.extra-2 a {
    color: #e50914;
}

.upcoming-movie img {
    position: absolute;
    top: 1735px;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1024px;
}

.effect-4 {
    background-color: #000;
    position: absolute;
    top: 1719px;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1024px;
    opacity: 95%;
}

.upcoming-movie-title {
    position: absolute;
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    top: 1760px;
    left: 450px;
}

.upcoming-movie-title a {
    color: #e50914;
    cursor: inherit;
}

.upcoming-movie-name {
    color: transparent;
    position: absolute;
    font-size: 100px;
    font-weight: 600;
    top: 1610px;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #fff;
}

.upcoming-movie-name a {
    color: transparent;
    -webkit-text-stroke-color: red;
}

.upcoming-movie-trailer {
    position: absolute;
    top: 1925px;
    left: 300px;
    width: 700px;
    height: 400px;
    border-radius: 5px;
}

.upcoming-movie-img {
    position: absolute;
    top: 1750px;
    width: 250px;
    height: 250px;
}

.effect-5 {
    position: absolute;
    color: transparent;
    font-size: 100px;
    font-weight: 600;
    width: 330px;
    top: 1800px;
    left: 1012px;
    line-height: 100px;
    -webkit-text-stroke: 1.5px;
    -webkit-text-stroke-color: #fff;
}

.footer-copyright {
    color: #fff;
    position: absolute;
    top: 2372px;
    left: 50px;
}

.footer-bg {
    color: #fff;
    background-color: rgb(2, 2, 2);
    position: absolute;
    width: 100%;
    top: 2360px;
    min-width: 1024px;
    height: 50px;
    left: 0;
}

.footer-copyright a {
    color: red;
}

@media only screen and (max-width:850px){
    .navbar {
        padding: 0;
    }
    .logo {
        position: absolute;
    }

    .links{
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        background-color: blue;
    }
}