*{
    margin: 0;
    padding: 0;
    border: border-box;
    background-color: black;
    color: white;
}
header{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    background-image: url("hero_img.png");
    background-size: cover ;
    box-shadow: 4px 0px 15px  rgba(255, 255, 255, 0.459);
}
.navbar{
    display: flex;
    align-items: center;
    margin-top: 25px;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.699);
    backdrop-filter: blur(2px);
    width: 90%;
    height: 50px;
    border-radius: 35px;
    position: fixed;
    top: 20px;
    z-index: 1;
    border-bottom: 3px solid white;
}
.nav_logo{
    display: flex;
    align-items: center;
    margin-left: 25px;
    height: 40px;
    background-color: transparent;
}
.nav_logo img{
    width: 50px;
    height: 60px;
    background-color: transparent;
}
.nav_logo h1{
    font-size: 1.8em;
    font-weight: 100;
    font-family: pacifico;
    color: black;
    background-color: transparent;
}
.nav_search{
    width: 250px;
    height: 35px;
    display: flex;
    align-items: center;
    border: none;
    background-color: transparent;
    border-radius: 25px;
    border: 2px solid black;
}
.find_logo{
    width: 50px;
    height: 35px;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    background-color: white;
    color: black;
    align-items: center;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    
}
.find_input{
    border: none;
    width: 100%;
    height: 35px;
    color: coral;
    text-align: center;
    background-color: white;
    outline: none;
    font-size: 1em;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.items{
    display: flex;
    justify-content: space-around;
    width: 600px;
    background-color: transparent;
}
.nav_items{
    width: 100px;
    height: 35px;
    font-size: 1.5em;
    font-family: Nunito,sans-serif;
    text-decoration: none;
    text-align: center;
    border-radius: 25px;
    color: black;
    background-color: transparent;
}
.nav_items:hover{
    background: linear-gradient(to right,pink,orange);
}
.nav_menu{
    width: 40px;
    height: 40px;
    font-size: 1.8em;
    border-radius: 50%;
    font-weight: 900;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    
}
.hero_section{
    width: 100%;
    height: 500px;
    font-size: 2.4rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: transparent;
    font-family: "Bebas neue",sans-serif;
    display: flex;
    flex-wrap: wrap;
}
.hero_section h1{
    width: 100%;
    background-color: transparent;
    text-align: center;
    backdrop-filter: blur(5px);
    color: white;
    border-radius: 5px;
}
main{
    background-color: black;
}
.hero_btn{
    width: 250px;
    height: 70px;
    border-radius: 35px;
    font-size: 1em;
    border: none;
    font-family: "bebas neue",sans-serif;
    color: black;
    background: linear-gradient(to right,pink,orange);
}

.movie_heading{
    margin-top: 25px;
    font-size: 25px;
    font-family: "bebas neue",sans-serif;
    border-bottom: 3px solid crimson;

}
.movie_heading h1{
    background: linear-gradient(to right,crimson,orange);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.movie_layout{
    width: 100%;
    height: auto;
    margin-top: 25px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
    
}
.movie_tile{
    width: 250px;
    height: 450px;
    margin-top: 35px;
    border: 3px solid salmon;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    transition: all ease 1s;
    
}
.movie_tile:hover{
    scale: 1.09;
    box-shadow: 5px 5px 0px salmon;
}
.movie_img{
    width: 100%;
    height: 250px;
    background-size: cover;
    border-top-right-radius: 35px;
}
.movie_content{
    width: 80%;
    height: 120px;
    text-align: center;
    background-color: transparent;
}
.movie_content h3{
    font-family: 'nunito',sans-serif;
    font-size: 50px;
    text-decoration: overline  salmon;
    font-weight: bold;
    font-size: 1.3em;
}
.movie_content p{
    margin-top: 5px;
    font-family: pacifico,sans-serif;
    font-size: 1em;
}
.movie_btn{
    width: 80%;
    height: 50px;
    border-radius: 35px;
    font-size: 1.2em;
    bottom: 10px;
    border: none;
    margin-bottom: 2px;
    background: linear-gradient(to right,rgba(0, 0, 116, 0.438),coral);
}
.watch_btn{
    background: none;
}
.more_movies{
    width: 100%;
    height: 50px;
    text-align: center;
    
}
.view_more{
    width: 200px;
    border: none;
    background: linear-gradient(to right,coral,crimson);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 25px;
    color: black;
    font-size: 35px;
    font-family: pacifico,sans-serif;
    
    
}
.star_heading{
    margin: 25px 0 0 20px;
    font-size: 50px;
    width: 400px;
    font-family: "bebas neue",sans-serif;
    border-bottom: 3px solid crimson;
    background: linear-gradient(to right,rgb(245, 40, 74),rgb(253, 97, 40));
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.star_section{
    margin: 25px;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.star_tile{
    width: 200px;
    height: 300px;
}
.star_img{
    width: 100%;
    height: 200px;
    background-size: cover;
    border-radius: 50%;
}
.star_content{
    width: 100%;
    height: 50px;
}
.star_rating{
    width: 100%;
    height: 15px;
    font-size: 1em;
    display: flex;
    justify-content: space-around;
}
.star_content h1{
    text-align: center;
    font-size: 25px;
    font-family: 'nunito',sans-serif;
    color: rgb(252, 77, 58);
}

.form_title{
    font-size: 40px;
    text-align: center; text-decoration: underline;
    background-color: transparent;
}
.feedback_form{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 100px 25px 100PX;
    font-family: nunito,sans-serif;
    border-radius: 35px;
    background-color: rgba(255, 255, 255, 0.233);
    backdrop-filter: blur(2px);
}
.form_img{
    width: 300px;
    height: 300px;
    margin: 25px;
    background-image: url("assets/review.png");
    background-size: cover;
    background-color: transparent;

}
.form_details{
    width: 45%;
    height: 100%;
    margin: 25px;
    display: flex;
    background-color: transparent;
    flex-wrap: wrap;
    margin-left: 25px;
    border-radius: 25px;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 100px;
    
}
.form_details i{
    background-color: transparent;
    width: 5%;

}

.form_details label{
    width: 100%;
    height: 35px;
    font-size: 1.5em;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    padding:15px 0 15px 0;
}
.form_details input{
    width: 70%;
    height: 50px;
    color: white;
    background-color: rgba(255, 255, 255, 0.308);
    border-radius: 25px;
    text-align: center;
    outline: none;
    font-size: 25px;
    border: none;
}
#Write_Review{
    height: 120px;
    display: flex;
    flex-wrap: wrap;
}
.rev_head{
    display: flex;
    justify-content: center;
    align-items: center;
}
.rev_head span{
    height: 100px;
    width: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid crimson;
    border-radius: 35px;
    font-family: pacifico,sans-serif;
    font-size: 55px;
    font-weight: 500;
    background: linear-gradient(to right,crimson,orange);
    background-clip: text;
    -webkit-text-fill-color: transparent; 
}
.end-pg{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    overflow: hidden;
    flex-wrap: wrap;
    font-family: nunito,sans-serif;
    box-shadow: 0px -10px 15px -5px  rgba(255, 255, 255, 0.459);
}
.end_title{
    margin-top: 15px;
    font-size: 1.8em;
    text-decoration: underline;
}
.social{
    width: 300px;
    font-size: 1.5em;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.end_icon{
    font-size: 2em;
}
.Contact{
    font-size: 1.3em;
}