*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Quicksand', sans-serif !important;
    color: #324e63;
}
.wrapper{
    width: 100%;
    max-height: 100vh;
    display: flex;
    background: linear-gradient(28deg, rgba(2,0,36,1) 0%, rgba(51,114,190,1) 0%, rgba(94,8,112,1) 0%, rgba(90,7,101,1) 12%, rgba(105,9,121,1) 38%, rgba(90,38,140,1) 47%, rgba(75,68,160,1) 56%, rgba(65,88,173,1) 62%, rgba(0,212,255,1) 100%);
}
canvas{
	display: block;
	vertical-align: bottom;
}

#particles-js{
	height: 100vh;
}
.profile-card{
    width: 100%;
    min-height: 400px;
    max-width: 500px;
    background: #ffff;
    margin: auto;
    box-shadow: 0px 8px 60px -10px rgba(13,28,39,0.6);
    border-radius: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.profile-card-img{
    width: 150px;
    height: 150px;
    margin:auto;
    transform: translateY(-50%);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 4;
    box-shadow: 0px 5px 50px 0px rgb(108, 68, 252), 0px 0px 0px 7px rgba(107, 74, 255, 0.5);
}
.profile-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.profile-card-info{
    text-align: center;
}
.profile-card-info>*{
    margin-bottom: 15px;
    font-weight: 700;
}
.profile-card-info .name{
    color:rgb(108, 68, 252);
    font-size: 20px;
}
#toggleButton {
    margin-right: 2%;
    cursor: pointer;
}
.music {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 8%;
}
.profile-card-social{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.facebook{
    background: linear-gradient(45deg, #3b5998, #0078d7);
    box-shadow: 0px 4px 30px rgb(43 98 169 / 50%);
}
.instagram{
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    box-shadow: 0px 4px 30px rgb(120 64 190 / 60%);
}
.github{
    background: linear-gradient(45deg, #333333, #626b73);
    box-shadow: 0px 4px 30px rgb(63 65 67 / 60%);
}
.email{
    background: linear-gradient(45deg, #d5135a, #f05924);
    box-shadow: 0px 4px 30px rgb(223 45 70 / 60%);
}
.location {
    display: flex;
    justify-content: space-between;
    margin-right: 75px;
    margin-left: 75px;
}
@media screen and (max-width: 480px) {
    .profile-card {
        width: 90%;
    }
}


ul {
    list-style: none;
}

.social-list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.social-list .icon-content {
    margin: 0 10px;
    position: relative;
}
.social-list .icon-content .tooltip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    transition: all 0.3s ease;
}
.social-list .icon-content:hover .tooltip {
    opacity: 1;
    visibility: visible;
    top: -50px;
}
.social-list .icon-content a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #4d4d4d;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.social-list .icon-content a:hover {
    box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
    color: white;
}
.social-list .icon-content a svg {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
}
.social-list .icon-content a .filled {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}
.social-list .icon-content a:hover .filled {
    height: 100%;
}

.social-list .icon-content a[data-social="facebook"] .filled,
.social-list .icon-content a[data-social="facebook"] ~ .tooltip {
    background-color: #3b5998;
}
.social-list .icon-content a[data-social="instagram"] .filled,
.social-list .icon-content a[data-social="instagram"] ~ .tooltip {
    background: linear-gradient(
        45deg,
        #405de6,
        #5b51db,
        #b33ab4,
        #c135b4,
        #e1306c,
        #fd1f1f
    );
}
.social-list .icon-content a[data-social="gmail"] .filled,
.social-list .icon-content a[data-social="gmail"] ~ .tooltip {
    background: linear-gradient(
        90deg,
        #4285F4,
        #EA4335,
        #FBBC04,
        #34A853
    );
}
.social-list .icon-content a[data-social="locket"] .filled,
.social-list .icon-content a[data-social="locket"] ~ .tooltip {
    background: #FBBC04;
}
.social-list .icon-content a[data-social="album"] ~ .tooltip {
    background: black;
    width: max-content;
}

.content-music .container { 
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-music .lyrics { 
    width: 100%;
    transition: bottom 0.5s ease-in-out, opacity 0.5s;
    opacity: 0;
}
.content-music .active { 
    bottom: 0;
    opacity: 1;
}


.gallery .item-img {
    animation: fade-in auto linear;
    animation-timeline: view(500px 0);
}

.gallery .item-img img {
    display: block;
}

@keyframes fade-in {
    from {
        opacity: .3;
        transform: scale(.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.upload-story {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 5px;
    cursor: pointer;
}

.img-demo img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}