* {
    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)
}










.bannerslum {
    height: 107vh;
    width: 100%;
    background-image: url(slummm.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.banrapslum {
    height: 107vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.containerslum {
    display: flex;
    align-items: center;
}

.containerslum video {
    margin-left: 5%;
    margin-top: 11%;
}

.textcontents {
    width: 50%;
}

.textcontents h1 {
    color: white;
    margin-left: 5%;
    margin-top: 1%;
    /* padding-bottom: 100%; */

}

.textcontents p {
    color: white;
    margin-top: 20px;
    margin-left: 5%;
    font-size: 20px;
}

.bigboxs {
    height: 7vh;
    width: 25%;
    background-color: purple;
    margin-left: 5%;
    margin-top: 5%;
    border-radius: 2px;
}

.watchboxs i {
    color: white;
    padding-left: 15%;
    font-size: 20px;
    padding-top: 8%;
}

.watchboxs h5 {
    color: white;
    margin-left: 5%;
    margin-top: 25%;
}

.watchboxs 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: 65%;
    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: 20%;
  }
  .name2 h5{
    margin-top: 6%;
     font-size: 20px; 
    /* padding-left: 30px;
    text-align: center; */
    /* border: 2px solid white; */
    margin-left: 25%;
    }
    .name3 h5{
      margin-top: 7%;
      margin-left: 30%;
      font-size: 20px;
    }
    .name4 h5{
      margin-top: 6%;
      margin-left: 30%;
      font-size: 20px;
    }

    .name5 h5{
        margin-top: 6%;
        margin-left: 30%;
        font-size: 20px;
      }










       /* 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;
}