#blog-nav-link {
  list-style: disc;
  list-style-position: inside;
}
#blog-nav-link a {
  color: white;
}
.brands-hero-content {
  height: 60vh;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.brands-hero-content h1 {
  font-size: 3rem;
  padding-inline: 3%;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
}

.brands-hero-content p {
  font-size: 1rem;
  margin-top: 1vw;
  color: white;
  font-weight: 300;
  padding-inline: 3%;
}

.brands-hero-blur-1 {
  position: absolute;
  width: 50%;
  left: 0;
  height: 60vh;
  top: 0;
  margin: auto;
  z-index: -1;
}

.brands-hero-blur-2 {
  position: absolute;
  width: 50%;
  height: 60vh;
  right: -10%;
  bottom: -40%;
  margin: auto;
  z-index: -1;
}

.brands-hero-blur-1 img {
  transform: scaleX(-1) rotateZ(25deg);
}

.brands-hero-blur-2 img {
  transform: rotateZ(25deg);
}

.brands-hero-blur-1 img,
.brands-hero-blur-2 img {
  width: 100%;
  height: 100%;
}

.brands-hero-blur-3 {
  position: absolute;
  width: 50%;
  left: 0%;
  height: 60vh;
  bottom: -100%;
  margin: auto;
  z-index: -1;
}

.brands-hero-blur-3 img {
  transform: scaleX(-1);
  width: 100%;
  height: 100%;
}

.fireworks {
  position: absolute;
  right: -50%;
  bottom: -100%;
  margin: 0 auto;
  width: 80%;
  z-index: -2;
}

.fireworks::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
}

.fireworks::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
}

.fireworks img {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 100%;
}
.article-item{
  width: 30%;
  position: relative;
  margin-bottom: 5%;
}
.articles-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-inline: 3%;
  margin-top: -8%;
}
.articles-container a{
  text-decoration: none;
}
.control-buttons{
  display: flex;
  justify-content: space-between;
  margin-inline: 3%;
  margin-bottom: 8%;
}
.articles-item-bottom h5{
  color: rgba(255, 255, 255, 1);
  font-size: 1.37vw;
  margin-top: 6%;
  margin-bottom: 4%;
}
.articles-item-bottom p{
  font-size: 0.835vw;
  color: rgba(255, 255, 255, 0.75);
}

@media (width < 1020px ) {
  .articles-item-bottom h5{
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
  }
  .articles-item-bottom p{
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
  }
  .brands-hero-content{
    height: 400px;
  }
  .article-item {
    width: 48%;
  }
  .control-buttons, .articles-container , .brands-hero-content h1, .brands-hero-content p {
    margin-inline: 20px;
  }
  .brands-hero-blur-2{
    right: auto;
    bottom: 40%;
  }
  .fireworks{
    right: auto;
    
    bottom: 25%;
  }
}
@media (width < 500px) {
  .brands-hero-content h1 {
    text-align: center;
    font-size: 2rem;
  }
  .brands-hero-content p {
    text-align: center;
    font-size: 1rem;
  }
  .articles-container{
    margin-top: -25%;
  }
  .article-item {
    width: 100%;
    margin-bottom: 40px;
  }
}