body{
    background-color:  rgb(12, 11, 12);
    margin: 0;
}

.header{
    width: 100%;
    height: 80px;
    background-color: rgb(53, 45, 46);
    position: static;
    margin-top: 0;
    box-shadow: 1px 0.5px 1px 1px rgb(226, 64, 91) ;
    display: flex;
    justify-content: space-around; 
   

}
.logo{
     margin-top: 20px; 
     /* position: fixed;  */
    /* margin-right: 400px; */
     
    
}

.search{
    background-color: transparent;
    height: 30px;
    width: 300px;
    border: 1px solid   rgb(226, 64, 91);
    border-radius: 10px;
    margin-top: 20px;
    /* gap: 50px; */
}
.icon-style{
    color: rgb(226, 64, 91);
    font-size: 30px;
    margin-top: 20px;
    /* position: fixed; */
    /* right: 20%; */
}
.search-icon{
    color: rgb(226, 64, 91);
    font-size: 30px;
    margin-top: 20px; 
    /* position: fixed; */
    /* left: 850px; */
}
#search{
    /* position: fixed;
    left: 40%; */
}
.icon-style:hover{
    color: rgb(172, 93, 106);
}
.info{
    display: flex;
   gap: 5px;
}
.signin-icon{
    /* margin-right: 10px; */
    /* position: relative; */
    /* display: flex; */
    /* gap: 15px; */
}
/* .bg-img{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -6;
    filter: blur(5px);
    opacity: 0.2;
    border-bottom: 2px solid rgb(226, 64, 91) ;
} */
.first-img{
    width: 100%;
    height: 600px;

    opacity: 1;
    position: static;
    /* overscroll-behavior: none; */
    

  
}
.first-img img{
    
    /* position: relative; */
}
.home-set1 p{
    position: relative;
    bottom: 530px;
    left: -28%;
    color:white;
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
}
#plus, 
.btn-2{
    background-color: white;
    border: none;
    height: 30px;
    width: 140px;
    color: black;

}
#watch, 
.btn-1{
    background-color: yellow;
    border: none;
    height: 30px;
    width: 150px;
}
.btn-3, 
.btn-4{
    background-color: rgb(226, 102, 123);
    border: none;
    height: 30px;
    width: 150px;
    color: white;
}
#watch a, 
.btn-1 a{
    text-decoration: none;
    color: black;
}
.info-buttons{
    display: flex;
    gap: 20px;
    position: absolute;
    top: 75%;
    left: 6%;
    font-size: 20px;
    color: white;
}

.detail-buttons {
    display: inline-block;
    margin-left: 80px;
}
    

small {
    display: flex;
    flex-direction: row;
    gap: 20px;
    color: white;
    font-size: 20px;
    position: absolute;
    top: 38%;
    left: 80px;
    
}
.black_info{
    /* border: 1px solid red; */
    height: 200px;
    width: 600px;
    position: absolute;
    top: 45%;
    left: 70px;
}
.black_info p{
    color: rgb(255, 255, 255);
    font-size: 17px;
    line-height: 1.7rem;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

.trend{
    color: white;
    margin-left: 20px;
}
.trend-one{
    border: 1px solid rgb(226, 102, 123);
    height: 400px;
    width: 300px;
    border-radius: 10px;
    margin: 20px;
}
.trend-one  img{
border-radius: 10px;
opacity: 0.6;
}
.trend-one  :hover{
    opacity: 1;
    transform: scale(1.01);
}
.trend-two{
    /* border: 1px solid rgb(226, 102, 123); */
    height: 400px;
    width: 1000px;
   display: flex;
    margin: 10px;
    flex-wrap: wrap;
}
.trend-movies{
    display: flex;
}
.trend-two-movie{
    border: 1px solid rgb(226, 102, 123);
    height: 190px;
    width: 300px;
    border-radius: 10px;
    margin: 10px;
    opacity: 0.8;
    
    /* display: flex; */
}
.trend-two-movie img{
    border-radius: 10px;
    height: 100%;
    width: 100%;
}
.trend-two-movie:hover{
    opacity: 1;
    transform: scale(1.01);
}
.latest-one img, .latest-two img{
    height: 400px;
    width: 600px;
    margin: 20px;
}
.latest-one {
    display: flex;
}
.latest-two{
    display: flex;
    flex-direction: row-reverse;
}
   
.info-t{
    color: white;
    display: flex;
    flex-direction: column;
    margin: 20px;
    
}
.info-t p{
    color: white;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#hd{
    font-size: 20px;
}
span{
    color: rgb(226, 102, 123);
    font-size: 80px;
}
.info-t-text{
    line-height: 1.4rem;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 100;
}
.our-partners{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
    flex-wrap: wrap;
}
.our-partners img{
    height: 100px;
    width: 250px;
    
}
.our{
    color: rgb(75, 75, 73);
    font-size: 60px;
   text-align: center;
}
.picks img, 
.action img,
.comedy img,
.drama img,
.fantasy img,
.horror img{
    height: 300px;
    width: 300px;
    margin: 10px;
}
.picks :hover,
.action :hover,
.comedy :hover,
.drama :hover,
.fantasy :hover,
.horor :hover{
    transform: translateY(-1%);
}

.flixgo-picks, 
.action-movies, 
.comedy-movies,
.drama-movies,
.fantasy-movies,
.horror-movies{
    display: flex;
    flex-wrap: wrap;

}
.picks, 
.action, 
.comedy,
.drama,
.fantasy,
.horror{
    display: flex;
    flex-direction: column;

}
.picks strong, 
.action  strong, 
.comedy strong,
.drama strong,
.fantasy strong,
.horror strong{
    color: rgb(226, 102, 123);
    text-align: center;
}
.picks p, 
.action p, 
.comedy p,
.drama p,
.fantasy p,
.horror p{
    color:  rgb(75, 75, 73);
    text-align: center;
}
.genre-box img{
    height: 200px;
    width: 200px;
    margin: 20px;
    opacity: 0.6;
}

.genre-box p{
    color: white;
    font-weight: bold;
    font-size: 30px;
    position: relative;
    bottom: 140px;
    left: 70px;
}
.movie-genre{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}










.footer-info ul li a{
    color: rgb(226, 102, 123);
    text-decoration: none;
    font-family: cursive;
}
.footer-info ul li{
    list-style-type: none;
    margin: 10px 0;
}
.footer-social ul li{
    list-style-type: none;
    margin: 10px 0;
}
.footer-social ul li a{
    color: rgb(226, 102, 123);
    text-decoration: none;
    font-size: 20px;
}
.footer-social ul{
    display: flex;
    gap: 10px;
}
.footer-container{
    display: flex;
    justify-content: space-around;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding-top: 60px; 

}
footer{
    background-color: rgb(53, 45, 46);
    color: rgb(226, 102, 123);
   /* height: 600px; */
    position: relative;
    bottom: 0;
    width: 100%;
    height: 400px;
   
    /* box-shadow: 1px 0.5px 1px 1px rgb(226, 64, 91) ; */
}
.down-icon{
display: flex;
flex-direction: column;
margin-left: 40px;
}
.apple{
    height: 70px;
    width: 120px;
    /* margin-left: 20px; */
}
.google{
    height: 40px;
    width: 120px;
    /* margin-left: 20px; */
}
.footer-logo p{
    color: rgb(226, 102, 123);
}
.bottom{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    padding: 0 20px;
    text-align: center;
    color: rgb(112, 112, 112);
    font-family: Arial, sans-serif;
     font-size: 14px;
}
.bottom p a{
    color: rgb(112, 112, 112);
    text-decoration: none;
    cursor: pointer;
}
.bottom :hover{
    text-decoration: underline;

}
.footer-social input{
    width: 200px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid rgb(226, 102, 123);
    padding-left: 10px;
    background-color: transparent;
}
.footer-social button{
    background-color: transparent;
    color: rgb(226, 102, 123);
    border: 1px solid rgb(226, 102, 123);
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}



@media (max-width: 1024px) {
  
   
    .footer-info ul li a{
        color: rgb(226, 102, 123);
        text-decoration: none;
        font-family: cursive;
    }
    .footer-info ul li{
        list-style-type: none;
        margin: 10px 0;
    }
    .footer-social ul li{
        list-style-type: none;
        margin: 10px 0;
    }
    .footer-social ul li a{
        color: rgb(226, 102, 123);
        text-decoration: none;
        font-size: 20px;
    }
    .footer-social ul{
        display: flex;
        gap: 20px;
    }
    .footer-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-family: Arial, sans-serif;
        font-weight: bold;
        
    
    }
    /* footer{
        po;
    } */
    .footer-logo p{
        color: rgb(226, 102, 123);
    }
    .footer-social input{
        width: 200px;
        height: 30px;
        border-radius: 5px;
        border: 1px solid rgb(226, 102, 123);
        padding-left: 10px;
        background-color: transparent;
    }
    .footer-social button{
        background-color: transparent;
        color: rgb(226, 102, 123);
        border: 1px solid rgb(226, 102, 123);
        border-radius: 5px;
        padding: 5px 10px;
        cursor: pointer;
    }
}