* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
/* navigtion bar */
#nav {
    width: 100%;
    height: 12vh;
    border: 1px solid grey;
}

.navrap {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    /* grid-column-gap: 20px; */
    /* border: 2px solid black; */
}

.search{
    padding-top: 8px;
    margin-left: -350px;
}

#search{
    width: 90%;
    height: 8vh;
}

#nav1 {
    /* margin-top: 20px; */
    height: 10vh;
    width: 100%;
    border-bottom: 1px solid black;
}

.navrap1 {
    width: 80%;
    margin: auto;
}

.menu1 {
    margin-left: -6%;
}

.menu1 ul {
    margin-top: 20px;
}

.menu1 ul li {
    display: inline;
}

.menu1 ul li a {
    text-decoration: none;
    color: black;
    padding-right: 5px;
}
.menu1 ul li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 2px solid white;
    border-bottom: 2px solid white; 
    border-radius: 5px;
}


.banner {
    height: 90vh;
    width: 100%;
    background-image: url(./demonslayerban.jpg);
}

.banrap {
    height: 90vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.container {
    display: flex;
    /* or display: grid; */
    align-items: center;
    /* Align items vertically */
}


.container video {
    margin-left: 5%;
    margin-top: 2%;
}

.textcontent {
    width: 50%;
}

.textcontent h1 {
    color: white;
    margin-left: 5%;
    margin-top: 12%;
}

.textcontent h2 {
    margin-top: 25px;
    color: white;
    margin-left: 5%;
}

.textcontent h2 i {
    color: orangered;
}

.textcontent p {
    color: white;
    margin-top: 20px;
    margin-left: 5%;
}

/* .ratingpic{
    margin-top: 3%;
    margin-left:5% ;

} */
.box {
    height: 6vh;
    width: 18%;
    margin-left: 5%;
    background-color: white;
    margin-top: 3%;
    border-radius: 3px;
    display: flex;
}

.box1 h4 {
    color: black;
    margin-left: 5px;
padding-top: 4%;
}

.box2 h4 {
    height: 6vh;
    width: 81%;
    background-color: white;
    color: black;
     margin-left: 30px; 
    border-radius: 3px;
    padding-top: 4%;
}

.bigbox {
    height: 5vh;
    width: 20%;
    background-color: orangered;
    margin-left: 5%;
    margin-top: 8%;
    border-radius: 5px;
}

.bookbox h4 {
    color: white;
    margin-left: 14%;
    padding-top: 4%;
}
#newnav{
    height: 15vh;
    width: 100%;
     border: 1px solid grey;
     background-color: white;
     position: sticky;
     top: 0px;
}
.newnavrap h2{
    padding-top: 5px;
    padding-left: 50px;
}
.newnavrap h3{
    padding-left: 50px;
    padding-top: 5px;
}
.newnavrap h3 i{
    color:orangered;
}
.book{
    width: 10%;
      float: left;  
    margin-left: 80%;
}
.bigbox1{
    height: 5vh;
    /* width: 120%; */
    background-color: orangered;
    margin-left: 5%;
     margin-top: -18%;  
    border-radius: 5px;
}
.bookbox1 h4{
    color: white; 
    /* margin-left: 14%; */
     padding-top: 4%;  
     padding-left: 15%;
}

/* about */
.about {
    height: 20vh;
    width: 80%;
    margin-top: 4%;
    margin-left: 5%;
/* border-bottom: 1px solid lightgrey; */
}

.about p {
    margin-top: 2%;
    font-size: 18px;
}

/* cast */
.cast {
    height: 43vh;
    width: 25%;
    margin-top: 4%;
    margin-left: 5%;
    border-bottom: 1px solid lightgrey;
}

.castimage {
    margin-top: 3%;

}

.castimagerap {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 3px;

}

.castimagerap img {
    border-radius: 90px;

}

/* cast name */
.name {
    display: grid;
    grid-template-columns: auto auto;
    /* grid-column-gap: 3px; */
}

.name1 h4 {
    margin-left: 10%;
    margin-top: 8%;
}
.name2 h4 {
    margin-left: 10%;
    margin-top: 8%;
}

/* cast type */
.type {
    display: grid;
    grid-template-columns: auto auto;
    /* grid-column-gap: 3px; */
}

.type1 p {
    margin-left: 30%;
    margin-top: 2%;
}
.type2 p {
    margin-left: 30%;
    margin-top: 2%;
}
/* review */
.review{
    height: 240vh;
    width: 70%;
    margin-top: 4%;
}
.review h2{
    margin-left: 50px;
}
.review p{
    padding-top: 1%;
    margin-left: 50px;
}
.reviewbox{
    height: 16vh;
     /* border: 2px solid black;  */
    margin-top: 10px;
}
.reviewboxrap{
    width: 70%;
    display: grid;
    grid-template-columns: auto auto auto auto auto ;
    grid-column-gap: 2px;
}
.rbigbox{
    height: 5vh;
    width: 100%;
     background-color: white;
    margin-left:50px;
     margin-top: 3%;   
    border-radius: 20px;
    border: 2px solid lightgrey;
}
.rbox h5{
    color: red; 
    /* margin-left: 14%; */
     padding-top: 3%;   
padding-left: 20%;
}
.reviewbox1{
    height: 15vh;
     /* border: 2px solid black;  */
    margin-top: 10px;
}
.reviewboxrap1{
    width: 95%;
}

.rbigbox1{
    height: 39vh;
    width: 65%; 
     background-color: white;
    margin-left:50px;
     margin-top: 2%;   
    border-radius: 10px;
    border: 2px solid lightgrey;
}
 .rbox1  img{
    padding-top: 4%;
} 
.rbox1 i{
    margin-top: 4%;   
    margin-left:50px;
}
/* footer  */
.footer {
    width: 100%;
    height: 40vh;
    background: linear-gradient(to bottom ,white,grey,grey);
    border-top: 1px solid #222;
}

.footrap {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    padding-top: 20px;
}

/* #icon1{
    margin-top: 10px;
} */
.box8 ul li {
    list-style: none;
    font-size: 20px;
}

.box8 ul li a {
    color: black;
    font-size: 20px;
}