/* ===========formatação=========== */
@font-face {
    font-family: 'amazonlight';
    src: url(./img/AmazonEmber_Lt.woff);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'amazonlight', 'sans-serif';

}
html{
    font-size: 62.5%;
    
}

body{
    list-style: none;
}

/* ==============header============== */

.header{
    display: flex;
    height: 5.6rem;
    width: 100%;
    background-color: #00050d;
    color: white;
    display: flex;
    justify-content: center ; 
    font-size: 1.6rem;
}

.header nav{
    display: flex   ;
    align-items:center;
    min-width: 60%;
    justify-content: center;

}

.header .setinha, a:hover{
    cursor: pointer;
}

.setinha{
    display: flex;
    margin: 0rem 1.5rem;
    padding-right: 0.2rem;
}

.setinha svg{
    transition: .5s;
}

.setinha svg:hover{
    transform: rotate(180deg)

    
}

.setinha a{
    padding-right: 0rem;
}


.header a{
    text-decoration: none;
    color: #a9aaaa;
    font-size: 1.7rem;
    font-weight: 500;
    padding: 1rem;
    font-family: sans-serif;
    justify-self: center;
    align-items:center
}

.header img{
    width: 12.8rem;
    height: 2.4rem;
}

.header a img{
    width: 3.5rem;
    height: 3.5rem;
}

/* ===========================Main=========================== */
/* ======================Filmes e séries====================== */


#banner1{
    background-image: url(./img/banner1.jpg);
    background-size: cover;
    width: 100%;
    display: flex;

}

.banner1-texto{
    width: 50%;
    height: 67.5rem;
    background-image: linear-gradient(to right, #000000 85%, #ffffff00 );
    color: white;
    display: flex;
    flex-direction: column;
    padding: 5rem 8.4rem;
    justify-content: center;
    gap: 4.8rem;
}

.banner1-texto p{
    font-size: 2rem;
    
}

.banner1-texto a{
    display: flex;
    background-color: #086cb4;
    color: white;
    text-decoration: none;
    padding: 1.6rem;
    cursor: pointer;
    width: 28rem;
    height: 5.1rem;
    font-size: 1.6rem;
    align-items: center;
    justify-content: center;
}

h1{
    font-size: 4.6rem;
}

#banner1-botão{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28rem;
    padding: 1rem 0;    
}

#banner1-botão p{
    margin: 0rem 1rem;
}

#banner1-botão hr{
    display: inline-block;
    height: 1px;
    width: 28rem;
}

.guia p{
    font-size: 1.2rem;
}
/* =========================canais========================= */

.channel{
    display: flex;
    padding: 1.6rem 0rem;
}

.channel-textos{
    max-width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 5.6rem;

}

.channel-textos h1{
    margin-bottom: 4.6rem;
    font-size: 4.6rem;
    font-weight: 500;
}

.channel-textos p{
    font-size: 2.4rem;
}

.channel-list{
    display: flex;
    max-width: 50%;
    flex-wrap: wrap;
    gap: .8rem;
}

.channel-list img{
    width: 25.5rem;
    height: 18rem;
    transition: .15s;
}

.channel-list img:hover{
    box-shadow: 0rem 0rem 1rem .1rem black;
    cursor: pointer;
}
/* ========================loja prime======================== */


.banner2{
    background-image: url(./img/banner2.jpg);
    background-size: cover;
    width: 100%;
    display: flex;
    height: 64rem;
    flex-direction: row-reverse;


}

.banner2-texto{
    width: 50%;
    background-image: linear-gradient(to left, #000000 85%, #ffffff00 );
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 6.4rem;
    padding-left: 12.8rem;
    gap: 4.8rem;
}

.banner2-texto a{
    width: 50%;
    display: flex;
    background-color: #086cb4;
    color: white;
    text-decoration: none;
    padding: 1.6rem;
    cursor: pointer;
    width: 28rem;
    height: 5.1rem;
    font-size: 1.6rem;
    align-items: center;
    justify-content: center;
}

.banner2-texto h2{
    font-size: 4.6rem;
}

.banner2-texto p{
    font-size: 2rem;
}

/* =======================dispositivos======================= */
.guia{
    width: 100%;
    display: flex;
    gap: 3.2rem;
    padding: 60px 5% 30px 5%;
    justify-content: space-around;
}

.guia article{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.6rem;
    width: 54.4rem;
    text-align: center;

}

.guia h2{
    font-size: 3.6rem;
}

.guia p{
    font-size: 1.6rem;
}

/* =======================footer======================= */

.footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #222222;
    align-items: center;
    color: #a9aaaa;
    gap: .8rem;
    height: 15.6rem;
    width: 100%;
    font-size: 1.6rem;
}

.footer a{
   color:#0f79af;
   gap: 1.6rem;
   margin-right: 1rem;

}