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{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.title-row {
    text-align: center;
}
.left-col{
    display: flex;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    align-items: center;
}
.content-col{
    display: flex;
    background: #f3f3f3;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.top-row {
    margin-top: 35px;
    text-align: center;
}
.my-photo{
    margin-top: 2rem;
}
.my-photo > img{
    width: 250px;
    border-radius: 125px;
}
.title-row h3{
    font-size: 24px;
    color: #5f5f5f;
    font-weight: 100;
}
.title-row h1{
    font-size: 42px;
    font-weight: 500;
}
.prof-title{
    margin-top: 0px;
    text-align: center;
}
.prof-title span{
    font-size: 16px;
    border-bottom: 2px solid #ffd301;
    color: #5f5f5f;
}
.about {
    margin-top: 40px;
    margin-bottom: 50px;
}
.about p{
    font-weight: 100;
    font-size: 18px;
    line-height: 1.4;
    text-align: justify;
    padding: 10px;
}
.btn-download{
    background: #ffd301;
    color: #000000;
    padding: 1rem 4rem;
    font-size: 22px;
    border-radius: 5px;
}
.contact{
    padding: 22px;
}
.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{
    margin-bottom: 65px;
}
.skil-item{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 15px;
}
.skil-item .text {
    width: 25%;
    text-align: left;
}
.chart-container{
    display: block;
    width: 200px;
    height: 5px;
    background: #131313;
}
.chart-line{
    display: block;
    height: 5px;
    background: #ffd301;
}
.skils-title{
    margin-bottom: 20px;
}
.footer {
    background: #f2f2f2;
    margin-top: 100px;
}

.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);
}

.lang {
    display: flex;
    justify-content: flex-end;
    margin: 20px 10px 20px auto;
}

.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;
}