*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none; 
    list-style: none;
   

}
    body{
        background-color: rgb(2, 18, 49);
        color: white;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    }

    .container {
        max-width: 1200px;
        margin: 0 auto;
    }


   
    .header{
        
        background-image: url(img/bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 70vh;
        display: flex;
        align-items: center;

    }

    .menu{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;

    }
    .logo{
        font-size: 35px;
        color: white;
    }
    .menu .navbar ul li{
        position: relative;
        float: left;
    }
.menu .navbar ul li a{
    font-size: 30px;
    padding: 40px;
    color: white;
    display: block;
}
.menu .navbar ul li a:hover{
    color: greenyellow;

}
#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}
.menu label {
    cursor: pointer;
    display: none;

}
.header-content{
    display: flex;
    width: 100%;
}
.header-1   {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-self: flex-end;
    
}
.header-1 img{
    width: 300px;

}
.header-2 {
    width: 50%;
    margin-top: 80px;
    text-align: end;
}

.header-2 h1 {
    color: #ffffff72;
    font-size: 80px;
    line-height: 80px;

}
.header-2 img{
    width: 70px;
}
.btn-1 {
    display: inline-block;
    padding: 7px 20px;
    background-color: rgb(2, 34, 97);
    color: white;
    font-size: 30px;
}
.btn-2{
    width: 170px;
    
    display: inline-block;
    padding: 7px 20px;
    background-color: rgb(2, 34, 97);
    font-size: 30px;
    margin-top: 30px;
    color: white;
}

.movies {
    padding: 50px 0 0 0;
    display: flex;
    flex-direction: column;
}

h2{
    font-size: 50px;
    margin: bottom 20px ;
}

hr{
    border: 1px solid red;
    width: 45%;
    margin-bottom: 40px;
}

.box-container-1 ,
.box-container-2 {
    
    display: grid;
   
    grid-template-columns: repeat(auto-fit, minmax( 250px,  1fr));
    gap: 40px;
}

.box-1 ,
.box-2 {
    border-radius: 5px;
   z-index: 1000;
    display: none;
}

.box-1:nth-child(1) ,
.box-1:nth-child(2) ,
.box-1:nth-child(3) ,
.box-1:nth-child(4) {
    display: inline-block;

}

.box-2:nth-child(1) ,
.box-2:nth-child(2) ,
.box-2:nth-child(3) ,
.box-2:nth-child(4) {
    display: inline-block;

}
.load-more{
    margin-top: 40px;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 15px;
    border: 5px solid greenyellow;
    color: greenyellow;
    font-size: 25px;
    cursor: pointer;
    align-self: center;
}

.load-more:hover{
    background-color: rgb(142, 203, 50);
    color: white;
    font-size: 30px;
}

.content img{
    width: 100%;
    margin-bottom: 15px;
    
}

.content h3{
font-size: 25px;
margin-bottom: 10px;
}
.content{color: #cfcfcf;
font-size: 20px;
}



.footer{
    justify-content: center;
    width: 1200px;
    display: flex;
   
    padding: 100px ;
    margin: auto;
    margin-top: 100px;
    border-top: 5px solid rgba(255, 0, 0, 0.564);

}

.footer img{
    
   margin-top: 90px; 
   width: 100px;
   margin-right: 20px;
   cursor: pointer;
    
}

.footer h3{
    font-size: 40px;
    text-align: center;
    
}
.fin    {
    margin-top: 10px;
    width: 100%;
    background-color: black;
    padding: 50px ;
    text-align: center;
}

.header-content{
    flex-direction: column;
    padding: 180px 30px 30px 30px;

}
.header-1 {
    width: 100%;
    align-items: center;
}

.header-2{
    width: 100%;
    text-align: center;
}
