*{
  padding: 0;
  margin: 0;
}
body, html{
  color: #ffffff;
  background: #000000;
  width: 100%;
  margin: 0;
  padding: 0;
}


/* Navbar */
nav{
  height: 60px;
  background: transparent;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 58rem;
  margin: 0 auto;
  padding: 10px;
}
nav a{
  z-index: 1;
}
.link-container{
  height: 100%;
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 9999999999;
}
nav header{
  padding: 10px;
  font-size: 35px;
  text-align: center;
  letter-spacing: 5px;
  margin-right: 20px;
}
a{
  text-decoration: none;
  color: white;
}
.link-container a{
  display: flex;
  text-decoration: none;
  padding: 12px 30px;
  background: transparent;
  box-shadow: inset 0px 0px 25px 11px #ffffff22;
  border: 1px solid #ffffff38;
  color: #d1d1d1;
  border-radius: 50px;
  cursor: pointer;
  margin: 5px;
}
.link-container a:active{
  transform: scale(.96);
}
nav .home-link{
  margin-right: 5px;
}
nav svg{
  fill: white;
}
#sidebar-active{
  display: none;
}
.open, .close{
  display: none;
}

details{
  background: transparent;
  box-shadow: inset 0px 0px 25px 11px #ffffff22;
  border: 1px solid #ffffff38;
  color: #d1d1d1;
  cursor: pointer;
  height: 20px;
  padding: 10px;
  width: 120px;
  border-radius: 50px;
  margin: 5px;
}
summary{
  text-align: center;
  letter-spacing: 2px;
}
.genre-link{
  background: #130f0f;
  box-shadow: inset 0px 0px 25px 11px #ffffff22;
  border: 1px solid #ffffff38;
  color: #d1d1d1;
  width: 150px;
  margin-left: -10px;
  border-radius: 5px;
  margin-top: 18px;
  padding: 5px 0 8px 0;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
}
.genre-link a{
 height: 20px;
 padding: 10px;
 width: 120px;
 border-radius: 0px;
}

@media (max-width: 500px) {

  nav{
      width: 400px;
  }
  nav .open{
      margin-left: -24px;
      justify-content: center;
      align-items: center;
      display: flex;
      z-index: 1;
  }
  .link-container{
      flex-direction: column;
      align-items: flex-start;
      position: fixed;
      top: 0;
      right: -100%;
      z-index: 10;
      width: 300px;
      background: linear-gradient(135deg, #ffffff1a, #ffffff00);
      backdrop-filter: blur(24px);
      -webkit-backdrop-filter: blur(24px);
      border:1px solid #ffffff32;
      box-shadow: 0 8px 32px 0 #00000026;
      transition: .75s ease-out;
      overflow: scroll;
  }
  .link-container a{
      box-sizing: border-box;
      justify-content: flex-start;
      width: 80%;
      border-radius: 3px;
      margin-left: 30px;
      color: #ffffffeb;
  }
  .link-container .last{
      margin-bottom: 50px;
  }
  .open, .close{
      display: block;
      padding: 10px;
      cursor: pointer;
  }
  #sidebar-active:checked ~ .link-container{
      right: 0;
  }
  #sidebar-active:checked ~ #overlay{
      height: 100%;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9;
  }

  
details{
  background: transparent;
  box-shadow: inset 0px 0px 25px 11px #ffffff22;
  border: 1px solid #ffffff38;
  color: #ffffff;
  cursor: pointer;
  height: auto;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  width: 220px;
  border-radius: 3px;
  z-index: 1;
}
summary{
  margin-left: -130px;

  letter-spacing: 2px;
}
.genre-link{
  background: #000000f6;
  box-shadow: inset 0px 0px 25px 11px #ffffff22;
  border: 1px solid #ffffff38;
  color: #d1d1d1;
  width: 100%;
  border-radius: 5px;
  padding: 5px 0 8px 0;
  display: flex;
  margin: 10px auto;
}
.genre-link a{
 padding: 10px;
 width: 90%;
 height: 40px;
 margin: 5px auto;
 border-radius: 0px;
}
}

/* Add your CSS styles here */
.slider-container {
  position: relative;
  width: 1025px;
  height: 600px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0px auto;
}

.slider {
  position: relative;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slides a {
  min-width: 100%;
  box-sizing: border-box;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;

}

#sliderbtn {
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: lighter;
  font-size: 18px;
  background-color: #00000062;
  border: .5px solid rgba(255, 255, 255, 0.449);
  cursor: pointer;
  border-radius: 3px;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

#sliderbtn:hover {
  background-color: rgba(255, 255, 255, 0.257);
}

.indicators {
  text-align: center;
  padding: 10px;
  position: absolute;
  bottom: 45px;
  width: 100%;
}

.dot {
  height: 4px;
  width: 24px;
  margin: -3px 5px;
  background-color: #ffffff;
  
  display: inline-block;
  transition: background-color 0.6s ease;
  cursor: pointer;
}

.dot.active {
  background-color: #ff8800;
  box-shadow: 0 0 15px #ff8800;
}
@media (max-width: 500px) {

  .indicators{
    bottom: 5px;
  }
  .slider-container{
      width: 90%;
      height: 250px;
  }
  .slide img{
      width: 100%;
      height: 250px;
  }
}


/* Post */

.container{
  background: linear-gradient(135deg, #ffffff1a, #ffffff00);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border:1px solid #ffffff32;
    box-shadow: 0 8px 32px 0 #00000026;
  width: 85%;
  padding: 20px 0 20px 0;
  margin-top: 40px;
  border-radius: 15px;
}
#container h1{
  text-align: left;
  padding: 20px;
  text-indent: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.post{
  display: inline-block;
  background: rgb(255, 255, 255);
  color: #333;
  width: 350px;
  height: 250px;
  overflow: hidden;
  padding: 2px;
  border-radius: 10px;
  margin: 15px;
}
.post.hidden{
  display: none;
}
.post img{
  border-radius: 10px;
  height: 200px;
}
.post p{
  color: #333;
  text-align: left;
  font-size: 15px;
  padding: 5px;
}
.post p:hover{
  color: #000;
}
.btn{
  padding: 13px 25px;
  margin-top: 30px;
  margin-bottom: 30px; 
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 5px;
}