html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Roboto', sans-serif;
}

a,
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.container {
    display: flex;
    height: 100%;
    flex-direction: row;
}

.left-col {
    display: flex;
    width: 25%;
    background: #ebebeb;
    height: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}

.content-col {
    background: url("/assets/img/bg-2.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 70%;
    display: flex;
    /*background: #f3f3f3;*/
    height: 100%;
    width: 75%;
    padding-left: 2rem;
    flex-direction: column;
    justify-content: space-between;
}

.top-row {
    margin-top: 35px;
}

.my-photo {
    /* width: 100%; */
    /* height: 250px; */
    margin-top: 2rem;
}

.my-photo>img {
    width: 250px;
    border-radius: 125px;
    /* border: 2px solid #ffd300; */
}

.top-row {
    max-width: 1040px;
}

.title-row h3 {
    font-size: 36px;
    color: #5f5f5f;
    font-weight: 100;
}

.title-row h1 {
    font-size: 64px;
    font-weight: 500;
    margin-bottom: 20px;
}

.lang {
    display: flex;
    justify-content: flex-end;
}

.lang a {
    color: #5f5f5f;
    padding: 5px;
    border-radius: 5px;
    transition: all 0.3s;
    margin-right: 4px;
}

.lang a:hover {
    color: #fff;
    background: #000;
}

.lang a.lang-active {
    color: #000;
    background: #ffd713;
}

.prof-title {
    margin-top: 0px;
}

.prof-title span {
    /* background: #ffd300; */
    /* padding: 10px 24px; */
    font-size: 24px;
    margin-left: 4px;
    border-bottom: 2px solid #ffd301;
    color: #5f5f5f;
}

.about {
    margin-top: 40px;
    margin-bottom: 40px;
}

.about p {
    font-weight: 300;
    font-size: 18px;
    margin-left: 4px;
    /*font-style: italic;*/
    line-height: 1.4;
}

.btn-download {
    background: #ffd301;
    color: #000000;
    padding: 1rem 4rem;
    font-size: 22px;
    margin-left: 4px;
    margin-top: 20px;
    border-radius: 5px;
}

.btn-download:hover {
    background: #ffd713;
    color: #ffd301 !important;
}

.contact {
    margin-top: 60px;
    margin-left: 4px;
}

.contact i {
    margin-right: 15px;
    width: 16px;
}

.contact a {
    color: #131313;
}

.contact-item {
    display: block;
    margin-bottom: 10px;
}

.contact-item:hover i {
    color: #ffd301;
}

.skils {
    width: 300px;
    margin-top: 50px;
}

.skil-item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 12px;
}

.skil-item .text {
    width: 25%;
    text-align: left;
}

.chart-container {
    display: block;
    width: 200px;
    height: 7px;
    background: #131313;
}

.chart-line {
    display: block;
    height: 7px;
    background: #ffd301;
}

.skils-title {
    margin-bottom: 40px;
    position: relative;
}

.skils-title:before {
    content: "";
    border-bottom: 5px solid #ffd301;
    width: 50px;
    position: absolute;
    bottom: -15px;
}

.hvr-sweep-to-right:before {
    color: #ffd301 !important;
    background: #171717 !important;
    border-radius: 5px;
}

#js {
    width: 0%
}

#html {
    width: 0%
}

#css {
    width: 0%
}

#git {
    width: 0%
}

#sass {
    width: 0%
}

#ph {
    width: 0%
}

/* Media */
@media (max-width:1024px) {
    .left-col {
        width: 35%;
    }

    .content-col {
        width: 65%;
    }

    .my-photo>img {
        width: 200px;
    }

    .title-row h1 {
        font-size: 42px;
    }

    .btn-download {
        padding: 1rem 2rem;
        font-size: 18px;
    }

    .skils {
        width: 280px;
    }

    .chart-container {
        width: 175px;
    }

    .about {
        margin-bottom: 36px;
    }

    .about p {
        font-size: 16px;
    }

    .contact {
        margin-top: 70px;
    }
}

@media (max-width:768px) {
    .left-col {
        width: 35%;
    }

    .content-col {
        width: 65%;
    }

    .my-photo>img {
        width: 155px;
    }

    .title-row h1 {
        font-size: 42px;
    }

    .btn-download {
        padding: 1rem 2rem;
        font-size: 18px;
    }

    .skils {
        width: 230px;
    }

    .chart-container {
        width: 125px;
    }

    .about {
        margin-bottom: 10px;
    }

    .about p {
        font-size: 16px;
    }

    .contact {
        margin-top: 28px;
    }
}

.bahance.contact-item {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.fa-solid.fa-bahance:before {
    content: '';
    background: url(../img/bahance.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;

}

.fa-solid.fa-bahance:hover:before {
    background: url(../img/behance-hov.png);
}