/*ABOUT*/
.about{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
}
.about .about-container{ 
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    gap: 4rem;
}
.about .about-text{
    display: flex;
    flex-direction: column;
    margin-right: 100%;
    width: 110%;
}

/*ABOUT: Info */

.about-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 !important;
    margin: 0 !important;
}
.about-info .prose{
    padding: 0 !important;
    margin: 0 !important;
}
.about-socials{
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1px;

}
.about-socials a{
    display: inline-flex;
    width: fit-content !important;
    padding: 0 !important;
    margin: 0 !;

}
.about-socials{
    gap: 10px;
    margin-top: 25px !important;
}
.about-socials img{
    width: 58px !important;
    object-fit: contain;
}
.about-socials .anilist-img, .discog-img, .letterboxd-img{
    border-radius: 22%;
}

/*ABOUT: Images */
.about-top-row{
    margin-right: 15%;
    margin-top: -250px;
    width: 100%;
}
.about-top-row h3{
    color: white;
}
#pokemon-header{
    color: white;
    font-size: larger;
}
.about-imgs{
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%;
    gap: 5px;
    margin-top: 100px;
}
.about-imgs ul{
    display: grid !important;
    grid-template-columns: repeat(3, 300px) !important;
    list-style: none !important;  
    margin-left: 10%;
    gap: 10px; 
}
.about-imgs li{
    transition: 0.3s ease-in-out;
    cursor: pointer;
    width: 100%;
}
.about-imgs li:hover{
    transform: scale(105%);
}
.about-imgs img{
    width: 225px;
    border-radius: 8px
}
.about-imgs .nier-img{
    height: 265px;
    width: 245px;
}
.about-imgs .hibike-img{
    height: 265px;
    width: 245px;
}
.about-imgs .lookback-img{
    height: 265px;
    width: 245px;
}
.about-imgs .pokemon-carousel img {
  width: 125px;
  height: 125px;
  object-fit: contain !important;
  margin-top: 30px;

}
.pokemon-carousel {
  cursor: pointer;
  width: 250px;
  height: 213px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-imgs .animate-bounce{
    text-align: center;
}
