* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  font-size: 28px;
  background-color: black;
}

ul {
  position: absolute;
  width: 100%;
  list-style-type: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0px;
  background-color: black;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  background-color: black;
}

li a:hover {
  background-color: #111;
}

.active {
  background-color: purple;
}

.active3 {
  background-color: purple;
}

.active5 {
  background-color: purple;
}

#icon {
  margin-left: 580px;
  color: white;
  font-size: 30px;
  margin-top: 3%;
  /* padding-right: 20%; */
}

#amazon {
  color: rgb(255, 204, 0);
  font-size: 30px;
  margin-top: 60%;
  padding-left: 190%;
}

li i:hover {
  background-color: linear rgba(0, 0, 0.2)
}





.bannerdehati {
  height: 105vh;
  width: 100%;
  background-image: url(dehatii11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.banrapdehati {
  height: 105vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.containerdehati {
  display: flex;
  align-items: center;
}

.containerdehati video {
  margin-left: 5%;
  margin-top: 11%;
}

.textcontentd {
  width: 50%;
}

.textcontentd h1 {
  color: white;
  margin-left: 5%;
  margin-top: 1%;
  /* padding-bottom: 100%; */

}

.textcontentd p {
  color: white;
  margin-top: 20px;
  margin-left: 5%;
  font-size: 20px;
}

.bigboxd {
  height: 7vh;
  width: 25%;
  background-color: purple;
  margin-left: 5%;
  margin-top: 5%;
  border-radius: 2px;
}

.watchboxd i {
  color: white;
  padding-left: 15%;
  font-size: 20px;
  padding-top: 8%;
}

.watchboxd h5 {
  color: white;
  margin-left: 5%;
  margin-top: 25%;
}

.watchboxd h6 {
  color: white;
  margin-left: 3%;
  margin-top: 20%;
}

.about {
  height: 10vh;
  width: 40%;
  margin-left: 47%;
  /* border: 2px solid white; */
  margin-top: -3%;
}

.about p {
  color: white;
  font-size: 21px;
}







.starring {
  height: 50vh;
  width: 55%;
  margin-top: 4%;
  margin-left: 5%;
  color: white;
}

.starringimage {
  margin-top: 5%;
}

.starringimagerap {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-column-gap: 25px;
}

.starringimagerap img {
  border-radius: 100%;
}

.name {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  /* grid-column-gap: 25px;  */
}

.name1 h5 {
  margin-top: 6%;
  font-size: 20px;
  margin-left: 15%;
  /* border: 2px solid white; */
  width: 80%;
}

.name2 h5 {
  margin-top: 6%;
  font-size: 20px;
  /* padding-left: 30px;
    text-align: center; */
  /* border: 2px solid white; */
  width: 80%;
  margin-left: 25%;
}

.name3 h5 {
  margin-top: 7%;
  margin-left: 45%;
  font-size: 20px;
  /* border: 2px solid white; */
  width: 80%;
}

.name4 h5 {
  margin-top: 6%;
  margin-left: 65%;
  font-size: 20px;
  /* border: 2px solid white; */
  width: 80%;
}

.name5 h5 {
  margin-top: 6%;
  margin-left: 100%;
  font-size: 20px;
  /* border: 2px solid white; */
  width: 80%;
}








/* footer */
.footer {
  width: 100%;
  height: 50vh;
  background: black;
  border-top: 1px solid white;
}

.footrap {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-column-gap: 20px;
  padding-top: 10px;
}

.boxx {
  /* background-color: rgba(0, 0, 0, 0.2); */
  padding: 10px;
}

.boxx h1 {
  text-align: center;
  color: white;
  font-size: 30px;
}



.boxx ul li {
  list-style: none;
  color: white;
  padding-left: 25%;
  font-size: 20px;
}


.boxx2 {
  /* background-color: rgba(0, 0, 0, 0.2); */
  padding: 10px;
}

.boxx2 h1 {
  text-align: center;
  color: white;
  font-size: 30px;

}


.boxx2 ul li {
  list-style: none;
  color: white;
  padding-left: 30%;
  font-size: 20px;
}


.boxx3 {
  /* background-color: rgba(0, 0, 0, 0.2); */
  padding: 10px;
}

.boxx3 h1 {
  text-align: center;
  color: white;
  font-size: 30px;
}

.boxx3 ul li {
  list-style: none;
  color: white;
  padding-left: 25%;
  font-size: 20px;

}



.boxx4 {
  /* background-color: rgba(0, 0, 0, 0.2); */
  padding: 10px;
}

.boxx4 h1 {
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 30px;
}


.boxx4 ul li {
  list-style: none;
  color: white;
  font-size: 20px;
  padding-left: 30%;
}

.boxx4 ul li a {
  font-size: 40px;
  border: 2px solid white;
}