*{
    margin: 0px;
}
.logo{
    display: flex;
    justify-content:space-around;
    background-color: rgb(198, 4, 4);
    padding: 1rem;
    cursor: pointer;
}
h1{
    color: white;
}
/*
.right.button{
    font-size: 2rem;
    margin-left: 0.8rem;
    font-size: 1rem;
    color: white;
    background-color: rgb(232, 13, 13);
    border: none;
    padding-top: 100rem;
  cursor: pointer;

} */

.right>button{
    background-color: rgb(198, 4, 4);
    margin-top:10px;
    color: white;
    border-radius: 100px;
    font-weight:bold;
    font-style: normal;
    border: 20px;
    font-size: 20px;
/* flex-direction: column; */
}
.right{
    /* display: flex; */
    flex-direction: column;
}
@media(max-width:750px)
{
    .logo{
        flex-direction: column;
        align-items: center;
    }
    .right{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.search{
    padding: 2rem 0rem;
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    background-color: rgb(215, 212, 212);
}
.searching{
    width: 400px;
    max-width: 60%;
    font-size: 1rem;
    padding: 1rem;
    border-radius: 20px;
    border: none;
}
.search >button{
    width:80px;
    height: 40px;
    font-size: 1rem;
    margin-left: 2rem;
    background-color: red;
    color: white;
    padding: 0.5rem;
    border-radius: 15px;
    margin-top: 5px;
   
 
}
.mover{
    margin-top: 50px;
    background-color:white
}
.hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  background-color: black;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top:40px;
  width: auto;
  height: 200px;
}
.hero >h2{
    color: white;
    font-size: 2rem;
    background-color: black;
}
.hero>button{
    background-color: red;
    color: white;
    font-size: 2rem;
    margin-top: 1rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 10px;

}
.mover{
    text-align: center;
}
.mover>h2{
    font-size: 2rem;
}
.image{
  height:500px;
  width: 300px;
    background-color: antiquewhite;
    border: 20px;
}
.movie{
    margin-top: 30px;
    background-color: rgb(248, 250, 252);
    display: flex;
    flex-direction: row;
     margin-left: 2rem;
     border: 20px;
     margin-right: 30px;
     overflow-x: scroll;
     display: flex;
     /* flex-direction: column; */
   
    
}
@media(max-width:750px)
{
    .movie{
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
    }
}
.imag{
    /* height:450px;
    width: 300px; */
      background-color: rgb(223, 221, 220);
      border: 20px;
      padding: 10px;
      margin-left: 20px;
      border-radius: 0.5px;
      cursor: pointer;
  }
.imag:hover{
    background-color:white;
}
.bot{
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    /* justify-content: center; */
    align-items: center;
    margin-top: 40px;
    margin-left: 20px;
        /* width: 100px; */
    /* max-width: 60%; */
}
.endl{
    /* width: 500px; */
    height: 100px;
    max-width: 90%;
    margin-left: 30px;
    border-radius: 20px;
}
.box{
    color: white;
    border: none;
    background-color: rgb(198, 4, 4);
}
.best{
    font-size: 20px;
    margin-top: 30px;
    margin-left: 45px;

}
.card{
    display: flex;
    /* flex-direction: column; */
    overflow-x:scroll;
}

.works{
    margin-left: 45px;
    background-color: rgb(234, 235, 237);
    border: 30px;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;

   
}
.works:hover{
    background-color: white;
    border-radius: 10px;
}
@media(max-width:750px)
{
    .card{
        flex-direction: column;
        align-items: center;
       
    }
    .works{
        gap: 0.2rem;
    }
}
