.nav-header-container{
    justify-content: space-between !important;
}

section{
    padding: 110px 0;
}

header:not(.sticky) .nav-header-container{
    background-color: rgb(66,66,68);
}

#about{
    /* background: url("../../content-by-mauri/images/portfolio/Render8.jpg"); */
    background: url("../../content-by-mauri/images/constructions/city-view.jpg");    
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 82vh;
}

.white-box-text h5{
    margin: 0 0 3px;
}

#cv-section{
    background: rgb(66,66,68);
    /* background: linear-gradient(90deg, rgba(66,66,68,1) 37%, rgba(240,240,240,1) 37%); */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 66px 0;

    @media (min-width: 1200px) {
        background: rgb(66,66,68);
        background: linear-gradient(90deg, rgba(66,66,68,1) calc(1200px + ((100vw - 1200px) / 2)), rgba(240,240,240,1) calc(1200px + ((100vw - 1200px) / 2)));
    }
}

.cv{
    /* border: 3px solid rgba(20, 20, 22, 0.25); */
    min-width: 70vw;
    max-width: 1200px;
}

.cv-columns{
    display: flex;
}

.cv-left-column{
    background-color: rgb(66, 66, 68);
    width: 37%;
    display: flex;
    flex-direction: column;
    z-index: 15;
}

.cv-left-column img{
    filter: grayscale(0.88);
    max-width: 444px;
}

.padding-2-rem{
    padding: 2rem;
}

.padding-2-rem-vert{
    padding: 2rem 0;
}

.divisions{
    padding: 2rem;
}

.cv-right-info .divisions{
    padding: 1.4rem;
}

.division-title{
    margin-bottom: 10px;
    color: rgb(240, 240, 240);
}

.separator{
    width: 100%;
    height: 1px;
    background-color: rgb(240, 240, 240);
}

.sub-division{
    margin-bottom: 17px;
}

.divisions h6{
    margin-bottom: 3px;
    color: rgb(240, 240, 240);
}

.ig-link h6:hover{
    color: rgb(175, 185, 201);
}

.cv-right-column{
    background-color: rgb(240, 240, 240);
    width: 63%;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.cv-right-start{
    margin: 2.4rem 0;
}

.cv-right-start .name-and-surname{
    @media (width < 700px) {
        display: flex;
        gap: 0.85rem;
    }
}

.cv-right-start h4{
    font-weight: 600;
}

.cv-right-start h5{
    margin: 38px 0;
}

.cv-right-column h4, .cv-right-column h5, .cv-right-column h6, .cv-right-column .separator{
    color: rgb(66, 66, 68);
}

.cv-right-column .separator{
    background-color: rgb(66, 66, 68);
}

.cv-right-column .sub-division{
    margin-bottom: 12px;
}

.participation .sub-division{
    margin-bottom: 7px;
}

.cv-skill-title{
    text-align: center;
}

.cv-skill-title h4{
    text-align: center;
    color: #FFF;
    font-weight: 600;
    margin: 3rem 0 0 0;
}

.cv-skills{
    background-color: rgb(66, 66, 68);
    padding: 1.6rem 0;
    max-width: 1215px;
}

.cv-skill{
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.skill-percent{
    position: relative;
}

.cv-skill-icon{
    position: absolute;
    top: 18.5%;
    left: 20%;
    height: 84px;
    filter: invert(0.94);
}

.cv-skill-text-container span{
    font-size: 15px;
}

.left-17pc{
    left: 17.5%;
}

.left-19pc{
    left: 19%;
}

.left-23pc{
    left: 23%;
}

.cv-download-certificate{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

.button {
    --main-focus: #2d8cf0;
    --font-color: #323232;
    --bg-color-sub: #dedede;
    --bg-color: #eee;
    --main-color: #323232;
    position: relative;
    width: 345px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 2px solid var(--main-color);
    box-shadow: 4px 4px var(--main-color);
    background-color: var(--bg-color);
    border-radius: 10px;
    overflow: hidden;
}

.button, .button__icon, .button__text {
    transition: all 0.3s;
}

.button .button__text {
    transform: translateX(22px);
    color: var(--font-color);
    font-weight: 600;
    font-size: 16px;
}

.button .button__icon {
    position: absolute;
    transform: translateX(270px);
    height: 100%;
    width: 70px;
    background-color: var(--bg-color-sub);
    display: flex;
    align-items: center;
    justify-content: center;
}

.button .svg {
    width: 22px;
    fill: var(--main-color);
}

.button:hover {
    background: var(--bg-color);
}

.button:hover .button__text {
    color: transparent;
}

.button:hover .button__icon {
    width: 345px;
    transform: translateX(0);
}

.button:active {
    transform: translate(3px, 3px);
    box-shadow: 0px 0px var(--main-color);
}

.download-certificate{
    margin-top: 1.25rem;
    color: #bcbcbc;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid rgba(240,240,240,0);
}

.download-certificate:hover{
    color: #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

@media (max-width: 328px) {
    .nav-header-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center !important;
        gap: 0.35rem;
        height: 82px;
    }

    .header-logo{
        padding: 0;
    }

    .language-selector{
        margin: 0;
    }
}

@media (min-width: 355px) {
    .cv-skill{
        width: 50%;
    }
}

@media (min-width: 700px) {
    .cv-skill{
        width: 33%;
    }
}

@media (min-width: 840px) {
    .cv-skill{
        width: 25%;
    }
}

@media (min-width: 992px) {
    .cv-skill{
        width: 20%;
    }
}


@media (max-width: 900px) {
    .cv-columns{
        gap: 1rem;
    }

    .cv-left-column .divisions, .cv-right-start{
        padding: 1.5rem;
    }
    .cv-right-start{
        margin-top: 1rem;
        margin-bottom: 0;
    }
    .cv-right-column{
        padding: 0;
    }
}

@media (width < 700px) {
    .cv-columns{
        flex-direction: column-reverse;
    }

    .cv-columns > div{
        width: 100%;
    }

    .cv-left-column img{
        display: none;
    }
}