.article {
    height: 100vh;
}

.skill-section {
    font-size: 60px;
    margin: 5% 0 0 10%;
    color: #A44DD8;
}

h1,
h3 {
    font-weight: 500;
}


@media (max-width:991px) {
    .share-icons__block {
        width: 110px;
    }

    .share-icons {
        width: 110px;
    }

    .skill-section {
        font-size: 50px;
    }
}

.gvhg {
    padding: 6px;
}


.share-icons__block {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    transform: translateZ(0);
    transition: transform 0.3s, filter 0.2s;
    transition-timing-function: ease-in-out;
    z-index: 5;
}



@media (max-width:991px) {
    .share-icons__block {
        width: 110px;
    }

    .share-icons {
        width: 110px;
    }

    .nav-first {
        display: none;
    }
}


body {
    font-family: Helvetica, Arial, sans-serif;
    background-color: #e6e0f0;
    background-image: -webkit-linear-gradient(20deg, #e6e0f0 30%, #A683E3 50%);
}

.container {
    margin-top: 20%;
}

@keyframes load {
    from {
        width: 0%
    }
}

@-webkit-keyframes load {
    from {
        width: 0%
    }
}

@-moz-keyframes load {
    from {
        width: 0%
    }
}

@-o-keyframes load {
    from {
        width: 0%
    }
}

.bar {
    background-color: #EEE;
    padding: 2px;
    border-radius: 15px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.bar::before {
    content: attr(data-skill);
    background-color: #582768;
    display: inline-block;
    padding: 5px 0 5px 10px;
    border-radius: inherit;
    animation: load 2s 0s;
    -webkit-animation: load 2s 0s;
    -moz-animation: load 2s 0s;
    -o-animation: load 2s 0s;
}

.bar.front::before {
    background-color: #ffcc33;
}

.bar.back::before {
    background-color: #FF2253;
}

.bar.learning::before {
    width: calc(95% - 10px);
}

.bar.basic::before {
    width: calc(80% - 10px);
}

.bar.intermediate::before {
    width: calc(70% - 10px);
    background-color: #a6cfe3;
}

.bar.advanced::before {
    width: calc(60% - 10px);
    background-color: #D26CD5;
}

.bar.expert::before {
    width: calc(85% - 10px);
    background-color: #f3b0ff;
}

.block-left {
    width: 50%;
    float: left;

}

.block-right {
    width: 50%;
    float: left;
}

/* MEDIA QUERIES FOR 545px <= Resolutions */

@media (max-width:545px) {
    .block-left {
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        display: flex;
    }

    .block-right {
        width: 100%;
    }

    .container {
        margin-top: 5%;
    }

    .article {
        height: 100%;
        overflow: hidden;
    }
}

.icon-s:hover {
    color: black;
    transition-duration: 0.3s;
}

.icon-s {
    color: #A44DD8;
    transition-duration: 0.3s;
}

.social-contact {
    column-gap: 10%;
    display: flex;
    flex-direction: row;
}