@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    font-family: "Montserrat", sans-serif;
    margin: 0px;
    padding: 0px;
}
html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}
header{
    width: 100%;
    min-height: 100vh;
    background: url("../multimedia/fondo5.jpeg");
    background-size: cover;
    padding-top: 50px;
}
header nav{
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
header nav img{
    margin-right: 60px;
    margin-top: 15px;
    align-items: center;
    width: 250px;
}
header nav a{
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    padding: 0 10px;
    z-index: 1;
}
nav span{
    position: absolute; 
    top: 0;
    left: 0px;
    width: 60px;
    height: 40px;
    background: linear-gradient(390deg,#f83838,#fd0000f5);
    border-radius: 10px;
    transition: .7s;
    margin-top: 55px;
    align-items: center;
}
nav ul input{
    border-radius: 30px;
    border: 2px solid white;
    width: 250px;
    height: 30px;
    background-color:transparent;
    margin-right: 40px;
    margin-left: 120px;
    color: rgb(255, 255, 255);
    font-weight: 450;
    text-align: center;
    font-size: 15px;
}
::placeholder{
 color:white;
}
nav a:nth-child(1):hover~span
{
    left: 417px;
    width: 80px;
}
nav a:nth-child(2):hover~span
{
    left: 497px;
    width: 80px;
}
nav a:nth-child(3):hover~span
{
    left: 577px;
    width: 114px;
}
nav a:nth-child(4):hover~span
{
    left: 691px;
    width: 85px;
}
nav a:nth-child(5):hover~span
{
    left: 776px;
    width: 70px;
}
#hero{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 220px;
}
#hero img{
    width: 490px;
    height: 160px;
    margin-bottom: 50px;
    margin-top: -50px;
}
#hero h2{
    margin-top: -60px;
    color: aqua;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}
#hero h1{
    color: #fffffffb;
    font-size: 24px;
    font-weight: 400;
    margin-top: -20px;
}

.btn{
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 4000;
    background-color: transparent;
    color: white;
    border: 3px solid aqua;
    border-radius: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 190px;
    height: 50px;
    margin-top: 50px;
}
.btn:hover{
    transform: scale(1.2);
}
main{
    width: 100%;
    position: relative;
}
#planes{
    width: 100%;
    position: relative;
    padding: 120px 0%;
    margin: 0 auto;
    text-align: center;
    
    background: url("../multimedia/aver.jpg");
}
#planes h2{
    font-size: 50px;
    margin-top: -100px;
    color: aqua;
}
#planes h3{
    font-size: 30px;
    color:white;
}
.wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
}
.container {
    height: 500px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
}
.card {
    width: 80px;
    border-radius: .75rem;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2rem;
    margin: 0 10px;
    display: flex;
    align-items: flex-end;
    transition: .6s cubic-bezier(.28,-0.03,0,.99);
    box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.8);
}
.card > .row {
    color: white;
    display: flex;
    flex-wrap: nowrap;
}
.card > .row > .icon {
    background: rgba(255, 0, 0, 0.699);
    color: white;
    border-radius: 50%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
}
.card > .row > .description {
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    height: 80px;
    width: 520px;
    opacity: 0;
    transform: translateY(30px);
    transition-delay: .3s;
    transition: all .3s ease;
}
.description h4 {
    text-transform: uppercase;
    color: #14e7f7;
    font-size: 20px;
}
.description h5{
    color: rgb(255, 8, 8);
    font-size: 18px;
    align-items: center;
    justify-content: center;
    font-weight: 3000;
}
.wrapper input {
    display: none;
}
input:checked + label {
    width: 750px;
}
input:checked + label .description {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.card[for="c1"] {
    background-image: url('../multimedia/venom.jpeg');
}
.card[for="c2"] {
    background-image: url('../multimedia/terrifier3.jpg');
}
.card[for="c3"] {
    background-image: url('../multimedia/robotsavaje.jpg');
}
.card[for="c4"] {
    background-image: url('../multimedia/capitanamaerica.jpg');
}
.card[for="c5"] {
    background-image: url('../multimedia/deadpool.png');
}
#destinos{
    width: 100%;
    text-align: center;
    position: relative;
    background: url("../multimedia/fondogris.jpg");
    background-size: cover;
}
#destinos h2{
    color: aqua;
    font-size: 60px;
    margin-bottom: 40px;
    text-align: center;
}
#destinos .fila{
    display: flex;
    justify-content: center;
}
/* Suaviza el efecto */
.fila article img {
    transition: 0.3s ease; 
    border: 3px solid rgb(255, 255, 255);
}
.fila article img:hover {
    transform: scale(1.1); 
}
#destinos article{
    margin: 20px 40px;
}
#destinos h3{
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
}
/*seccion de series*/
.series {
    width: 97%;
    height: 100vh;
    text-align: center;
    position: relative;
    background: url("../multimedia/2323.jpg");
    background-size: cover;
    background-position: center;
    padding: 20px;
    margin: 0 auto;
}
.series h2 {
    text-align: center;
    font-size: 70px;
    color: aqua;
}
.series-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}
.series-card {
    margin-top: 20px;
    height: 450px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s;
}
.series-card:hover {
    transform: scale(1.09);
}
.series-image img {
    width: 100%;
    height: auto;
}
.series-info {
    padding: 15px;
}
.series-title {
    font-size: 20px;
    margin: 0 0 10px;
}
.series-year, .series-genre {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
}
.series-description {
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
}
/*trailers*/
.trailers-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
}

h2 {
    text-align: center;
    color: #333;
    font-size: 2em;
    margin-bottom: 20px;
}
/* Grid de tráilers */
#filtro {
    width: 100%;
    background: #111;
    padding: 80px 0;
    text-align: center;
}
#filtro h2 {
    font-size: 48px;
    margin-bottom: 25px;
    color: #00FFFF;
}
#filtro p {
    font-size: 30px;
    color: #ffffff;
}

#filtro form {
    width: 700px;
    margin: 40px auto;
}
form .fila {
    display: flex;
    justify-content: space-between;
}
#filtro select {
    width: 45%;
    padding: 10px 15px;
    margin: 10px ;
    margin-left: 195px;
    font-size: 16px;
    color: #333;
    border-radius: 5px;
    border: 3px solid #f70000;
}
#filtro button {
    margin-top: 30px;
    background: #00ccff;
    color: #fff;
    font-size: 20px;
    padding: 12px 60px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}
#filtro button:hover {
    background: #ff0000;
}
footer{
    width: 100%;
    position: relative;
    padding: 60px 0px;
    background: url("../multimedia/foo.jpg");
    background-size: cover;
    color: #fff;
    text-align: center;
}


