

div#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.first-bg .container {
    position: relative;
    z-index: 10;
    top: 60px;
}

h1.lgname {
    color: #d5d0d0;
    font-weight: 600;
    font-size: 70px;
}

h3.anim_subheading {
    color: #d5d0d0;
    font-weight: 100!important;
    font-size: 50px;
}

.first-bg {
    background-size: auto;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.social-links {
    display: flex;
    margin-top: 60px;
    align-items: center;
    font-size: 20px;
    gap: 30px;
}
.social-links ion-icon {
    background-color: hsl(0, 4%, 15%);
    color: hsl(40, 14%, 92%) !important;
    border-radius: 30pc;
    padding: 15px;    
    transition: 0.30s ease; 
}

.social-links ion-icon:hover {  transition: 0.30s ease; }

.social-links > a:hover ion-icon { transform: scale(1.3); }

.tooltip {
    position: absolute;
    border: none;
    color: hsl(45, 100%, 71%);
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 20px;
    white-space: nowrap;
    opacity: 0;
}
.social-links a:hover .tooltip { opacity: 1; }


