* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
  }
  
  body {
    font-size: 28px;
    background-color: black;
  }
  
  
  /* .header img {
    width: 100%;
    height: 150vh;
    /* padding-right: 60% ; */
  
  
  
  
    
  
  
  
  
  
  
  
  
/* Slideshow container */



.slideshow-container {
  width: 99%;
  height: auto;
  position: relative;
  margin: auto;
  /* padding-top: 8%; */
  justify-content: center;
  /* padding-left: 12px; */
  /* padding-right: 14px; */
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.activeSlide {
  display: block;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: white;
  font-size: 40px;

  position: absolute;
  bottom: 8px;
  width: 100%;
  padding-left: 1%;
  padding-bottom: 1%;
  float: left;
  text-decoration: none;
}



/* Number text (1/3 etc) */
.numbertext {
  color: white;
  font-size: 12px;
  /* padding: 8px 12px; */
  position: absolute;
  top: 0;
}

/* The dots */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active3,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .prev,
  .next,
  .text {
    font-size: 11px
  }
}




















































































































  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  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.8)
  }
  
  
  
  
  
  
  
  
  
  
  
  
  /* trend */
  .trend {
    height: 55vh;
    width: 100%;
    background-color: black
  }
  
  .trend h2 {
    margin-top: 20px;
    margin-left: 60px;
    background-color: black;
    color: white;
  }
  
  
  .trendrap {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
    overflow: auto;
    background-color: black;
  }
  
  
  .trendname img {
    margin-top: 10px;
    margin-left: 50px;
    border-radius: 6px;
  
  }
  
  
  .trendname img:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 55px;
    transition: 0.2s ease-in-out;
  }
  
  
  .trendname h3 {
    text-align: center;
    font-size: 20px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  
  
  /* width */
  ::-webkit-scrollbar{
    width: 20px;
  }
  
  /* track */
  ::-webkit-scrollbar-track{
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
  /* handle */
  ::-webkit-scrollbar-thumb{
    background: purple;
    border-radius: 10px;
    }
  
  /* handle on hover */
  ::-webkit-scrollbar-thumb:hover{
    background:purple;
  }
  
  
  
  
  
  
  
  /* popular */
  .popular {
    height: 55vh;
    width: 100%;
    background-color: black
  }
  
  .popular h2 {
    margin-top: 20px;
    margin-left: 60px;
    background-color: black;
    color: white;
  }
  
  
  .poprap {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
    overflow: auto;
    background-color: black;
  }
  
  
  .popname img {
    margin-top: 10px;
    margin-left: 50px;
    border-radius: 6px;
  
  }
  
  
  .popname img:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 55px;
    transition: 0.2s ease-in-out;
  }
  
  
  .popname h3 {
    text-align: center;
    font-size: 20px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  
  }
  
  
  
  
  
  
  
  
  /* block */
  .block {
    height: 55vh;
    width: 100%;
    background-color: black
  }
  
  .block h2 {
    margin-top: 20px;
    margin-left: 60px;
    background-color: black;
    color: white;
  }
  
  
  .brap {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
    overflow: auto;
    background-color: black;
  }
  
  
  .bname img {
    margin-top: 10px;
    margin-left: 50px;
    border-radius: 6px;
  
  }
  
  
  .bname img:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 55px;
    transition: 0.2s ease-in-out;
  }
  
  
  .bname h3 {
    text-align: center;
    font-size: 20px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  
  }
  
  .bname p {
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 20px;
  }
  
  
  
  
  
  
  
  /* mini */
  .mini {
    height: 55vh;
    width: 100%;
    background-color: black
  }
  
  .mini h2 {
    margin-top: 20px;
    margin-left: 60px;
    background-color: black;
    color: white;
  }
  
  
  .minirap {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
    overflow: auto;
    background-color: black;
  }
  
  
  .mininame img {
    margin-top: 10px;
    margin-left: 50px;
    border-radius: 6px;
  
  }
  
  
  .mininame img:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 55px;
    transition: 0.2s ease-in-out;
  }
  
  
  .mininame h3 {
    text-align: center;
    font-size: 20px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  
  }
  
  
  
  
  
  
  
  
  
  
  /* horror */
  .horror {
    height: 55vh;
    width: 100%;
    background-color: black
  }
  
  .horror h2 {
    margin-top: 20px;
    margin-left: 60px;
    background-color: black;
    color: white;
  }
  
  
  .horap {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
    overflow: auto;
    background-color: black;
  }
  
  
  .honame img {
    margin-top: 10px;
    margin-left: 50px;
    border-radius: 6px;
  
  }
  
  
  .honame img:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 55px;
    transition: 0.2s ease-in-out;
  }
  
  
  .honame h3 {
    text-align: center;
    font-size: 20px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  
  }
  
  .honame p {
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 20px;
  }
  
  
  
  
  
  
  /* mania */
  .mania {
    height: 55vh;
    width: 100%;
    background-color: black
  }
  
  .mania h2 {
    margin-top: 20px;
    margin-left: 60px;
    background-color: black;
    color: white;
  }
  
  
  .marap {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
    overflow: auto;
    background-color: black;
  }
  
  
  .maname img {
    margin-top: 10px;
    margin-left: 50px;
    border-radius: 6px;
  
  }
  
  
  .maname img:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 55px;
    transition: 0.2s ease-in-out;
  }
  
  
  .maname h3 {
    text-align: center;
    font-size: 20px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  
  }
  
  
  
  
  
  /* classic */
  .classic {
    height: 55vh;
    width: 100%;
    background-color: black
  }
  
  .classic h2 {
    margin-top: 20px;
    margin-left: 60px;
    background-color: black;
    color: white;
  }
  
  
  .crap {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
    overflow: auto;
    background-color: black;
  }
  
  
  .cname img {
    margin-top: 10px;
    margin-left: 50px;
    border-radius: 6px;
  
  }
  
  
  .cname img:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 55px;
    transition: 0.2s ease-in-out;
  }
  
  
  .cname h3 {
    text-align: center;
    font-size: 20px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  
  }
  
  
  
  
  
  
  
  
  /* love */
  .love {
    height: 55vh;
    width: 100%;
    background-color: black
  }
  
  .love h2 {
    margin-top: 20px;
    margin-left: 60px;
    background-color: black;
    color: white;
  }
  
  
  .lorap {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
    overflow: auto;
    background-color: black;
  }
  
  
  .loname img {
    margin-top: 10px;
    margin-left: 50px;
    border-radius: 6px;
  
  }
  
  
  .loname img:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 55px;
    transition: 0.2s ease-in-out;
  }
  
  
  .loname h3 {
    text-align: center;
    font-size: 20px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  
  }
  
  
  
  
  
  /* top */
  .top {
    height: 55vh;
    width: 100%;
    background-color: black
  }
  
  .top h2 {
    margin-top: 20px;
    margin-left: 60px;
    background-color: black;
    color: white;
  }
  
  
  .toprap {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
    overflow: auto;
    background-color: black;
  }
  
  
  .topname img {
    margin-top: 10px;
    margin-left: 50px;
    border-radius: 6px;
  
  }
  
  
  .topname img:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 55px;
    transition: 0.2s ease-in-out;
  }
  
  
  .topname h3 {
    text-align: center;
    font-size: 20px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  
  }
  
  
  
  
  
  
  
  
  
  /* gems */
  .gems {
    height: 55vh;
    width: 100%;
    background-color: black
  }
  
  .gems h2 {
    margin-top: 20px;
    margin-left: 60px;
    background-color: black;
    color: white;
  }
  
  
  .grap {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
    overflow: auto;
    background-color: black;
  }
  
  
  .gname img {
    margin-top: 10px;
    margin-left: 50px;
    border-radius: 6px;
  
  }
  
  
  .gname img:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 55px;
    transition: 0.2s ease-in-out;
  }
  
  
  .gname h3 {
    text-align: center;
    font-size: 20px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  
  }
  
  
  
  
  
  
  
  
  /* immov */
  .immov {
    height: 55vh;
    width: 100%;
    background-color: black
  }
  
  .immov h2 {
    margin-top: 20px;
    margin-left: 60px;
    background-color: black;
    color: white;
  }
  
  
  .irap {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    overflow: auto;
    background-color: black;
  }
  
  
  .iname img {
    margin-top: 10px;
    margin-left: 50px;
    border-radius: 6px;
  
  }
  
  
  .iname img:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 55px;
    transition: 0.2s ease-in-out;
  }
  
  
  .iname h3 {
    text-align: center;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
  
  }












  
/* 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;
} 