/* Aside */

.scrool-container {
    width: 75px;
    height: 100vh;
    position: fixed;
    top: 75px;
    z-index: 90;
}

.aside-blur {
    background: rgba(160, 162, 165, 0.1);
    position: absolute;
    z-index: 90;
    width: 100%;
    height: 100%;
    backdrop-filter: saturate(200%) blur(10px);
    border-right: 1px solid rgba(220, 220, 220, 0.1);
}

.scrool-face {
    position: absolute;
    z-index: 100;
    flex-direction: column;
    width: 75px;
    align-items: center;
    padding-top: 40px;
}

.scrool-box {
    background: rgba(192, 192, 211, .2);
    border-radius: 4px;
    width: 2px;
    height: 50vh;
    margin-bottom: 24px;
    position: relative;
}

.dynamic-scrool {
    height: 20%;
    width: 3px;
    border-radius: 4px;
    background: rgba(192, 192, 211, .8);
    position: absolute;
}

.social-left-line {
    flex-direction: column;
    justify-content: space-evenly;
    gap: 8px;
}

.facebook-link img {
    min-width: 10px;
    height: 18px;
    cursor: pointer;
}

.insta-link img {
    min-width: 18px;
    height: 18px;
    cursor: pointer;
}

.linkedin-link img {
    min-width: 18px;
    height: 18px;
    cursor: pointer;
}