.braink-nfts {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
}
.braink-nfts {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0) 18%), linear-gradient(to top, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0) 20%), radial-gradient(circle at 18% 14%, rgba(255, 36, 182, 0.2) 0%, rgba(255, 36, 182, 0) 32%), radial-gradient(circle at 82% 86%, rgba(27, 233, 255, 0.24) 0%, rgba(27, 233, 255, 0) 38%), linear-gradient(180deg, rgba(112, 20, 255, 0.12) 0%, rgba(112, 20, 255, 0) 28%), repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.028) 0, rgba(255, 255, 255, 0.028) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 12px), linear-gradient(140deg, #04040a 0%, #02030b 36%, #090118 100%);
  background-blend-mode: normal, normal, screen, screen, normal, normal, normal;
}
.braink-nfts {
  overflow: hidden;
}
.braink-nfts::before {
  content: "";
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20vh;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7254901961)), to(transparent));
  background: linear-gradient(0, rgba(0, 0, 0, 0.7254901961), transparent);
}
.braink-nfts__pictures {
  position: relative;
  z-index: 0;
  width: 90%;
  min-width: 288px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.braink-nfts__pictures .image-nft {
  position: absolute;
  z-index: 1;
  width: 70%;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 40px;
  height: auto;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.braink-nfts__pictures .image-nft--default {
  z-index: 4;
}
.braink-nfts__pictures .image-nft--gold {
  z-index: 3;
}
.braink-nfts__pictures .image-nft--orange {
  z-index: 2;
}
.braink-nfts__pictures .image-nft--samurai {
  z-index: 1;
}
.braink-nfts__title {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  opacity: 0;
}
.braink-nfts__title h2 {
  font-family: "Space Mono", monospace;
  font-size: 90px;
  line-height: 117px;
  color: #FFFFFF;
  font-weight: 700;
}
@media (min-width: 768px) {
  .braink-nfts__title h2 {
    font-size: 100.8px;
    line-height: 131.04px;
  }
}
@media (min-width: 1024px) {
  .braink-nfts__title h2 {
    font-size: 10vw;
    line-height: 13vw;
  }
}
@media (min-width: 1440px) {
  .braink-nfts__title h2 {
    font-size: 10vw;
    line-height: 13vw;
  }
}
.braink-nfts__title h2 {
  font-family: "Space Grotesk", sans-serif;
  text-wrap: balance;
}
.braink-nfts__title h3 {
  font-family: "Space Mono", monospace;
  font-size: 25px;
  line-height: 32.5px;
  color: #FFFFFF;
  font-weight: 500;
}
@media (min-width: 768px) {
  .braink-nfts__title h3 {
    font-size: 28px;
    line-height: 36.4px;
  }
}
@media (min-width: 1024px) {
  .braink-nfts__title h3 {
    font-size: 1.8vw;
    line-height: 2.34vw;
  }
}
@media (min-width: 1440px) {
  .braink-nfts__title h3 {
    font-size: 1.8vw;
    line-height: 2.34vw;
  }
}

@media (min-width: 1200px) {
  .braink-nfts {
    position: relative;
    z-index: 0;
    width: 100%;
  }
  .braink-nfts__pictures {
    gap: 2vw;
  }
  .braink-nfts__pictures .image-nft {
    bottom: 5vh;
    width: 20vw;
    max-width: 20vw;
    border-radius: 2.5vw;
    -webkit-box-shadow: 0px 0px 0.5vw rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 0.5vw rgba(0, 0, 0, 0.25);
  }
  .braink-nfts__title h2 {
    font-family: "Space Mono", monospace;
    font-size: 90px;
    line-height: 90px;
    color: #FFFFFF;
    font-weight: 700;
    font-family: "Space Grotesk", sans-serif;
    text-wrap: balance;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .braink-nfts__title h2 {
    font-size: 100.8px;
    line-height: 100.8px;
  }
}
@media (min-width: 1200px) and (min-width: 1024px) {
  .braink-nfts__title h2 {
    font-size: 15vw;
    line-height: 15vw;
  }
}
@media (min-width: 1200px) and (min-width: 1440px) {
  .braink-nfts__title h2 {
    font-size: 15vw;
    line-height: 15vw;
  }
}
@media (min-width: 1200px) {
  .braink-nfts__title h3 {
    font-family: "Space Mono", monospace;
    font-size: 25px;
    line-height: 25px;
    color: #FFFFFF;
    font-weight: 500;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .braink-nfts__title h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) and (min-width: 1024px) {
  .braink-nfts__title h3 {
    font-size: 1.8vw;
    line-height: 1.8vw;
  }
}
@media (min-width: 1200px) and (min-width: 1440px) {
  .braink-nfts__title h3 {
    font-size: 1.8vw;
    line-height: 1.8vw;
  }
}