/* To add content */
.trad-doods{
    display: none;
}


.important-text {
    color: rgb(255, 173, 173);
}

.container {
    padding-bottom: 8rem;
    background-color: rgba(112, 75, 75, 0.212);
    min-height: 100dvh;
}

.info-links {
    display: flex;
    flex-direction: column;
}

.info-grid {
    position: relative;
    display: grid;
   
}

.pfp {
    z-index: 100;
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translate(-50%);

}

.pfp img {
    height: 8.5rem;
    border-radius: 50%;
    border: 0.4rem solid rgb(20, 20, 39);
    padding: 0.1rem;
    background-color: rgb(20, 20, 39);
    
}

.pfp-detail1 {
    position: absolute;
    top: 12rem;
    left: 4rem;
    font-size: 1.3rem;
    z-index: 2;

}
.pfp-detail2 {
    position: absolute;
    top: 12rem;
    right: 4rem;
    font-size: 1.3rem;
    z-index: 2;
}

.banner {
    height: 8rem;
}
.banner img {
    height: 20rem;
    width: 100%;
    object-fit: cover;
}


.quote {
    color: rgba(240, 248, 255, 0.507);
    font-size: 0.7rem;
    text-align: center;
    margin-bottom: 1rem;
}

.about-socials {
    z-index: 1;
    position: relative;
    background-color: rgb(20, 20, 39);
    min-height: 18rem;
    padding-top: 20px;
    padding: 2rem;
    padding-top: 5rem;
    text-align: center;
    border-bottom: 1px solid rgba(240, 248, 255, 0.37);
}

.about {
 
    font-size: 0.8rem;
    line-height: 1.2rem;
    text-align: start;

   
}
.basic-info {
    font-weight: 600;
}

.socials-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 0rem;
}


.socials {
    margin-top: 1rem;
    display: inline-grid;
    justify-content: center;
    grid-gap: 0rem;  
    grid-auto-flow: column;
   

}

.socials-div {
    text-align: center;
}

.social {
    display: flex;
    flex-direction: column;
    /* background-color: rgb(34, 20, 39); */
    text-align: center;
    justify-content: center;
    align-items: center;
    /* border: 1px solid rgba(240, 248, 255, 0.37); */
    /* border-radius: 50%; */

}

.social-icon-name {
    width: 3.1rem;
    display: flex;
    flex-direction: column;

    transition: opacity 0.3s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.social-icon-name:hover {
    opacity: 1; 
}

.social-icon-name:active {
    opacity: 0.4; 
}


.social img {
    width: clamp(2.6rem, 1dvw, 10rem);  

}

.social-name {
    margin-top: 0.4rem;
    font-size: 0.5rem;
    text-align: center;
    color: darkgrey;
}

.links {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.about-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spotify-playlists {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
}

.spotify-playlists-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.spotify-icon {
    height: 1.5rem;
    margin-left: 0.5rem;
}

.spotify-playlists-title {
    font-size: 0.8rem;
    background-color: rgb(20, 20, 39);
    padding: 0.5rem;
    border-radius: 8px;
    text-align: center;

    color: rgba(240, 248, 255, 0.507);
    width: 12rem;

    margin-bottom: 0.5rem;
}

.characters-link {
    border-radius: 0.5rem;
    border: 1px solid rgba(240, 248, 255, 0.37);
    transition: opacity 0.3s;
    cursor: pointer;
   -webkit-tap-highlight-color: transparent;
}
.char-img-div {
    width: 100%;
}

.characters-link img {
    width: clamp(13rem, 15dvw, 24rem);  

    border-radius: 0.5rem;
    padding: 0rem;
    background-color: transparent;
}
.characters-link:hover {
    opacity: 1;
}

.characters-link:active {
    opacity: 0.5;
}


.char-link-desc {
    margin-top: -1rem;
    background-image: linear-gradient(to right, rgba(95, 32, 69, 0.4) , rgba(34, 47, 109, 0.4));
    background-color: rgb(34, 20, 39);
    border-radius: 8px;
    padding: 0.5rem;
    padding-top: 1rem;
    font-size: 0.8rem;
    text-align: center;

    color: rgba(240, 248, 255, 0.507);
}

.link {
    background-image: linear-gradient(to right, rgba(95, 32, 69, 0.4) , rgba(34, 47, 109, 0.4));
    background-color: rgb(34, 20, 39);
    border: 1px solid rgba(240, 248, 255, 0.37);
    border-radius: 8px;
    padding: 1rem;
    font-size: 0.8rem;
    text-align: center;
    min-width: 10rem;

    margin-bottom: 0rem; 

    transition: opacity 0.3s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.link2 {
    border-radius: 10px !important;
    padding: 1rem !important;
    display: flex;
    align-self: center;
    justify-content: center;
    

}

.link:hover {
    opacity: 1;
}
.link:active {
    opacity: 0.5;
}



@media (min-width: 1800px) /* Desktop */
{
    .spotify-icon
    {
        height: 1.5rem;
    }

        .info-grid {
        position: relative;
        display: grid;
        max-width: 50rem;
        min-width: 40rem;
        margin-right: 5rem;  
    }

    .pfp {
  
   
        position: absolute;
        top: 3rem;
        left: 50%;
        transform: translate(-50%);
    
    }
    
    .pfp img {
        height: 12rem;
        border-radius: 50%;
    }
    
    .banner {
        height: 10rem;
    }
    .banner img {
        height: 20rem;
        width: 100%;
        object-fit: cover;
    }


  
    

    .about {
        background-color: rgb(20, 20, 39);
        border-radius: 20px;
        min-height: 10rem;
        font-size: 0.8rem;
        margin-top: 1.1rem;
    }

    .socials-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 1rem;
}
    .socials {
        margin-top: 1rem;
        display: inline-grid;
        justify-content: center;
        grid-gap: 1rem;
    }

    .social-icon-name {
        width: 4rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .social {
        display: flex;
        /* background-color: rgb(34, 20, 39); */
        text-align: center;
        aspect-ratio: 1/1;
        justify-content: center;
        align-items: center;
        /* border: 1px solid rgba(240, 248, 255, 0.37); */
        /* border-radius: 50%; */
        grid-row: 1;
        width: fit-content
       
    }

    .social-name {
        font-size: 0.7rem;
    }
    
    .social-icon-name:hover {
        opacity: 0.4; 
    }

    .social-icon-name:active {
        opacity: 0.4; 
    }
    .social img {
        width: 4.5rem
    }

    .info-links {
        display: flex;
        flex-direction: row;
        align-items: center;
   
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-bottom: 2rem;
     
      
    }
    .characters-link {
        border: 0.1rem solid rgba(240, 248, 255, 0.37);
        border-radius: 0.5rem;
        margin-bottom: 0rem;
       
        text-align: center;

        transition: opacity 0.3s;
        cursor: pointer;
       -webkit-tap-highlight-color: transparent;
        
    }
    .char-img-div {
        width: 100%;
    }
    .characters-link img {
        border: 0rem solid rgba(240, 248, 255, 0.37);
        border-radius: 0.5rem;
        padding: 0rem;
        background-color: transparent;
        object-fit: cover;
        width: 17rem;
    }

    .characters-link:hover {
        opacity: 0.8;
    }

    .characters-link:active {
        opacity: 0.5;
    }

    .char-link-desc {
        margin-top: -1rem;
        background-color: rgb(34, 20, 39);
        border-radius: 8px;
        padding: 0.5rem;
        padding-top: 1rem;
        font-size: 0.8rem;
        text-align: center;
    
        color: rgba(240, 248, 255, 0.507);
    }
    
    .spotify-playlists {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
    
    }
    
    .spotify-playlists-links {
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
    
    }
    .spotify-playlists-title {
        font-size: 0.8rem;
        background-color: rgb(20, 20, 39);
        padding: 0.5rem;
        border-radius: 8px;
        text-align: center;
    
        color: rgba(240, 248, 255, 0.507);
        width: 16rem;
    
        margin-bottom: 0.5rem;
    }
    
    .links {
        margin-top: 0rem;
    }

    .link {
        background-color: rgb(34, 20, 39);
        border: 1px solid rgba(240, 248, 255, 0.37);
        border-radius: 8px;
        padding: 1.1rem;
        font-size: 0.7rem;
        text-align: center;
        min-width: 14.5rem;
    
        margin-bottom: 0rem; 

        transition: opacity 0.3s;
         cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }   

    .link2 {
        padding: 1.1rem !important;
        min-width: 14.5rem !important;
    }

    .link:hover {
        opacity: 0.7;
    }
    .link:active {
        opacity: 0.5;
    }

    .container {
        position: relative;
        height: 100dvh;
        background-color: rgba(112, 75, 75, 0.212);
        padding-bottom: 0;
        
    }

}


@media (min-width: 768px) and (max-width: 1030px) and (min-height: 1000px) /* Most tablets (Ipads, Surf Pro 7  */
{

    .container {
        padding-bottom: 10rem;
        background-color: rgba(112, 75, 75, 0.212);
        min-height: 100dvh;
    }
    
    .pfp {
        z-index: 100;
        position: absolute;
        top: 4rem;
        left: 50%;
        transform: translate(-50%);
    
    }
    
    .pfp img {
        height: 10rem;
        border-radius: 50%;
        border: 0.4rem solid rgb(20, 20, 39);
        padding: 0.1rem;
        background-color: rgb(20, 20, 39);
        
    }
    
    .banner {
        height: 10rem;
    }
    .banner img {
        height: 20rem;
        width: 100%;
        object-fit: cover;
    }
    
    
    .quote {
        color: rgba(240, 248, 255, 0.507);
        font-size: 0.9rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .about-socials {
        z-index: 1;
        position: relative;
        background-color: rgb(20, 20, 39);
        min-height: 18rem;
        padding-top: 20px;
        padding: 2rem;
        padding-top: 5rem;
        text-align: center;
        border-bottom: 1px solid rgba(240, 248, 255, 0.37);
      
    }

    .about {
        font-size: 0.8rem;
        line-height: 1.2rem;
        text-align: start;
  
    }
    .socials {
        margin-top: 1rem;
        display: inline-grid;
        justify-content: center;
        grid-gap: 0.4rem;  
        grid-auto-flow: column;
       
    
    }
    
    .social {
        display: flex;
        flex-direction: column;
        /* background-color: rgb(34, 20, 39); */
        text-align: center;
        justify-content: center;
        align-items: center;
        /* border: 1px solid rgba(240, 248, 255, 0.37); */
        /* border-radius: 50%; */
    
    }
    
    .social-icon-name {
        width: 4rem;
        display: flex;
        flex-direction: column;
    
        transition: opacity 0.3s;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }
    
    .social-icon-name:hover {
        opacity: 1; 
    }
    
    .social-icon-name:active {
        opacity: 0.4; 
    }
    
    
    .social img {
        min-width: 4rem;
    
    }
    
    .social-name {
        margin-top: 0.4rem;
        font-size: 0.7rem;
        text-align: center;
    }
    
    .links {
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .characters-link {
        margin-bottom: 2rem;
    
        transition: opacity 0.3s;
        cursor: pointer;
       -webkit-tap-highlight-color: transparent;
    }
    
    .characters-link img {
        width: clamp(17rem, 20dvw, 24rem);  
       
    }
    .characters-link:hover {
        opacity: 1;
    }
    
    .characters-link:active {
        opacity: 0.5;
    }
    


    
    .link {

        padding: 1.5rem;
        min-width: 12rem;
    
    
        transition: opacity 0.3s;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }
    .link:hover {
        opacity: 1;
    }
    .link:active {
        opacity: 0.5;
    }

    .link2 {
        border-radius: 10px !important;
        padding: 1.5rem !important;
    
    }
    

}

@media (max-width: 280px) /* Galaxy Fold */
{

    .quote {
        color: rgba(240, 248, 255, 0.507);
        font-size: 0.7rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .container {
        height: 78rem;
       padding-bottom: 16rem;
    }

    .pfp {
      
       
        position: absolute;
        top: 3rem;
        left: 50%;
        transform: translate(-50%);
    }
    
    .pfp img {
        height: 7rem;
        border-radius: 50%;
    }
    
    .banner {
        background-color: brown;
        min-height: 6rem;
    }

    .about-socials {
        z-index: 1;
        position: relative;
        background-color: rgb(20, 20, 39);
        min-height: 18rem;
        padding-top: 20px;
        padding: 1rem;
        padding-top: 5rem;
        text-align: center;
        border-bottom: 1px solid rgba(240, 248, 255, 0.37);
        max-width: fit-content;
    }
    .about{
        background-color: rgb(20, 20, 39);
        min-height: 18rem;
        font-size: 0.7rem;
    
    }

  
    .social {
        display: flex;
        background-color: rgb(32, 20, 39);
        text-align: center;
        aspect-ratio: 1/1;
        justify-content: center;
        align-items: center;
        border: 1px solid rgba(240, 248, 255, 0.37);
        grid-row: 1;
        width: 3rem
    }
    .social img {
        width: 2rem;
    
    }
    .social-name {
        margin-top: 0.4rem;
        font-size: 0.5rem;
        text-align: center;
        color: darkgrey;
    }

    
}