*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: titulo;
    font-size: 20px;
    
}

@font-face {
    font-family: titulo;
    src: url(../Netflix/font/Gotham-font-family/Gotham/Gotham-Bold.otf);
}


body{
    background-color: #111;
   
}


#perfil img{
    width: 40px;
    height: 40px;
    margin-left: 500px;
    margin-top: 10px;
}

header{
    background-image: url(../imagens/capa3.png);
    background-size: cover;
    background-position: center center;
    height: 510px;
}

nav{
    background-image: linear-gradient(to bottom, #111, transparent);
    width: 100%;
    height: 80px;
    display: flex;
    position: absolute;
    z-index: 3;
    position: fixed;
    margin-left: 25px;
}

#navg{
    width: 650px;
    margin-top: 30px;
}

#navg a{
    text-decoration: none;
    color: white;
    margin-right: 15px;
}


#logo{
    width: 120px;
    height: 80px;
    display: inline;
}

#titulo{
    background-image: linear-gradient(to right, #111, transparent);
    height: 600px;
    display: flex;
    flex-direction: column;
    padding-top: 120px;
    padding-left: 80px;
    color: white;
}

#titulo h4{
    margin-top: 15px;
}

#titulo p{
    margin-top: 15px;
}

#serie{
    display: flex;
}

#serie p{
    font-size: 30px;
}

#serie img{
    width: 40px;
    height: 40px;
    margin-top: 10px;
}

#btn{
    margin-top: 15px;
    width: 350px;
    display: flex;
    justify-content: space-between;
}

.btn1{
    width: 150px;
    height: 30px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
}


#gradient{
    background-image: linear-gradient(to top, #111 30%, transparent);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 250px;
    top: 285px;
}

#linha{
    position: absolute;
    z-index: 2;
    top: 420px;
    left: 45px;
    color: white;
}

#linha p{
    padding-bottom: 8px;
}


.linha1{
    width: 300px;
    height: 150px;
    border-radius: 5px;
    transition: 1s;
}

.linha1:hover{
    transition: 1s;
    transform: scale(1.1);
}


#linha2{
    margin-top: 150px;
    margin-left: 45px;
    color: white; 
}

#linha2 p{
    padding-bottom: 8px;
}


#numero{
    margin-top: 20px;
}

#numero p{
    margin-left: 48px;
    color: white;
}

.numero1{
    width: 350px;
    height: 320px;
    margin-left: 20px;
    padding-bottom: 20px;
}


#sobrepor{
    position: absolute;
    z-index: 2;
    top: 900px;
    left: 235px;
}

.banner{
    width: 180px;
    height: 235px;
    margin-top: 12px;
}

.banner1{
    width: 180px;
    height: 235px;
    margin-left: 190px;
    margin-top: 12px;
}

.banner2{
    width: 180px;
    height: 235px;
    margin-left: 205px;
    margin-top: 12px;
}

#linha3{
    margin-left: 45px;
    color: white;
}

#linha3 p{
    padding-bottom: 8px;
}

#linha4{
    margin-left: 45px;
    margin-top: 20px;
    color: white;
}

#linha4 p{
    padding-bottom: 8px;
}

#numero1 p{
    color: white;
    margin-left: 45px;
    margin-top: 10px;
}

#sobrepor1 {
    position: absolute;
    z-index: 2;
    left: 237px;
    top: 82.2rem;
}

.sessão{
    display: flex;
    transition: 1s;
    
}

.sessao:hover{
    transition: 1s;
    transform: scale(1.1);
}

#flut{
    margin-left: 45px;
}

#flut img{
    width: 200px;
    height: 250px;
    
}




#flut1{
    margin-left: 45px;
    margin-top: 40px;
}

#flut1 img{
    width: 200px;
    height: 250px;
}

#flut2{
    margin-left: 45px;
    margin-top: 40px;
}

#flut2 img{
    width: 200px;
    height: 250px;
}

@media only screen and (min-width: 674px){
    @media only screen and (max-width: 1050px)
   {

    #navg{
        display: flex;
    }

    #navg a{
        width: 100px;
        font-size: 15px;
    }

    #perfil{
        margin-right: 30px;
    }

    .numero1{
        width: 180px;
        height: 180px;
    }

    #linha p{
        font-size: 15px;
    }

    #linha2{
        margin-top: 280px;
    }

    #linha2 p{
        font-size: 15px;
    }

    #sobrepor{
        margin-top: 267px;
    }

    .banner{
        width: 100px;
        height: 120px;
        margin-left: -105px;
    }

    .banner1{
        width: 100px;
        height: 120px;
        margin-left: 100px;
    }

    .banner2{
        width: 100px;
        height: 120px;
        margin-left: 105px;
    }

    #sobrepor1{
        margin-top: 422px;
    }

    #numero1 p{
        font-size: 15px;
    }

    #numero p{
        font-size: 15px;
    }

    #linha3 p{
        font-size: 15px;
    }

    #linha4 p{
        font-size: 15px;
    }



   }
}




