*{
    margin: 0;
    padding: 0;
}
.netflix{
    position: fixed;
    margin: 20px 20px;
    padding: 20px 20px;
    right: 30px;
    z-index: 1;
}
.netflix img{
    width: 80px;
    height: 40px;
    border-style: groove;
    border-color: antiquewhite;
}
.head{
    background: url(img/titlepost.jpg);
    width: 100%;
    height: 450px;
    background-position:top center;
    object-fit: contain;
    position: relative;  
}
.head-container{
   margin-left: 30px;
   padding-top: 150px;
   color: rgb(10, 10, 10);
}
.head-container h1{
    font-size: 40px;
    font-weight: bold;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}
.head-container button{
    margin-top: 10px ;
    margin-bottom: 10px;
    margin-left:5px;
    padding: 5px 20px;
    color: aliceblue;
    border-radius: 20px;
    border: none;
    background-color: rgba(0, 0, 0, 0.575);
    cursor: pointer;
}
.head-container button:hover{
    color: black;
    background-color: rgb(240, 248, 255);
}
.head-container p{
    width: 30%;
    padding-top: 10px; 
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   
}
.fade{
    background: linear-gradient(180deg,transparent,rgba(37,37,37,0.66),black);
    height: 50px;
    width: 100%;
    margin-bottom: 100px; 
}
.tamil-poster{
    width: 100%;
    object-fit: contain;
    max-height: 100px;
    margin-right: 10px;
    transition: transform 450ms;

}
.row-poster{
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 10px;

}
.tamil-poster:hover{
    transform: scale(1.2);
}
.row-poster::-webkit-scrollbar{
    display: none;
}
.tamil-posters{
    max-height: 150px;
}
.tamil-poster:hover{
    transform: scale(1.3);
}   
.rowone{
    padding: 10px 20px;
    color: aliceblue ;
}
body{
    background-color: black;
}