﻿h1.name {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: var(--aux-col-1);
    text-transform: uppercase;
}

h3.profession {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: var(--text-col-aux);
}

#profilePhoto {
    width: 200px;
    margin: 2rem 0;
    /*border-radius: 50%;*/
}

#main-about-me {
    background-color: var(--aux-col-1);
}

#main-contact {
    background-color: var(--aux-col-1);
}

#main-about-me{
    text-align: justify;
    font-size: 16px
}

#main-about-me .row {
    padding-right: 0px;
}

#main-about-me h2 {
    margin-top: 0; /* Remove the top margin from the h2 element */
}

#main-about-me .about-me-link {
    color: var(--aux-col-2);
}

.home-skills-left {
    border-radius: 15px 0 0 15px;
    box-shadow: 0 5px 5px 0 black;
}

.home-skills-right {
    border-radius: 0 15px 15px 0;
    box-shadow: 0 5px 5px 0 black;
}

.home-skills-left ul,
.home-skills-right ul {
    list-style: none;
    padding-left: 0;
}

.home-skills-right li,
.home-skills-left li {
    list-style: none;
    padding-left: 0;
}

.home-skills-right li {
    padding-bottom: 30px;
}

.home-skills-left i,
.home-skills-right i {
    color: var(--aux-col-1);
    font-size: 50px;
}

.language-icon {
    border-radius: 50%;
    width: 20px; /* Adjust the size as needed */
    height: 20px; /* Adjust the size as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-color: transparent;
    object-fit: cover; /* or contain */
}

.contact-me-button {
    background-color: var(--bg-color-black);
    color: var(--text-col);
    border-color: var(--bg-color-black)
}


.contact-me-button:hover {
    transition: .2s ease;
    background-color: var(--aux-col-2);
    color: var(--text-col);
    border-color: var(--aux-col-2);
}

.contact-button {
    font-size: 30px;
    border-radius: 50%;
    width: 60px; /* Adjust the size as needed */
    height: 60px; /* Adjust the size as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-color: transparent;
}

    .contact-button:hover {
        transition: .2s ease;
        background-color: var(--bg-color-black);
        border-color: var(--bg-color-black);
    }

.email {
    color: var(--text-col);
    text-align: center;
}
/*-----------Progress bar-----------*/

.skills .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
    font-size: 10px;
}

.skills .progress .skill {
    margin: 0 auto;
    width: 100px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: var(--text-col);
}

.skills .progress .val {
    float: right;
    font-style: italic;
}

*, ::after, ::before {
    box-sizing: border-box;
}

skills .progress-bar-wrap {
    background: #f2f3f5;
    border-radius: 15px;
    overflow: hidden;
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: var(--aux-col-1);
    border-radius: 15px;
}
