@font-face {
    font-family: light;
    src: url(../fonts/Avenir-next-lt-pro/AvenirNextLTPro-UltLtCn.otf);
}
@font-face {
    font-family: regular;
    src: url(../fonts/Avenir-next-lt-pro/AvenirNextLTPro-Regular.otf);
}
.skills-section{
    margin-top: 220px;
}

.box-skills-design{
    width: 95%;
    height: 4.65cm;
    background-color: #36da54;
    box-shadow: 0px 0px 10px #4df909d0;
    border-radius: 10px;
    margin-top: 5%;
}
.box-skills-info{
    width: 95%;
    height: 4.65cm;
    box-shadow: 0px 0px 12px #7109f9d0;
    background-color:  #212076;
    
    border-radius: 10px;
    margin-top: 5%;
}
.title-skills-design{
    font-family: bold;
    font-size: 22px;
    color: #260757;
    margin-top: 5%;
}
.title-skills-info{
    font-family: bold;
    font-size: 22px;
    color: #13caf8;
    margin-top: 5%;
}

.header-skills{
    display: flex;
    margin-left: 2.5%;
    margin-top: 4%;
}

.paragraph{
    margin-top: 3%;
    margin-left: 4.2%;
    width: 90%;
    font-family: regular;
    color: white;
    font-size: 14px;
    text-align: justify;
}

.skills-bars{
    width: 100%; 
}

.main-bar{
    margin-left: 4.2%;
    height: 0.2cm;
    border-radius: 40px;
    background-color: rgb(255, 238, 4);
    border: none;
}

.second-bar{
    margin-left: 4.2%;
    width: 90%;
    height: 0.2cm;
    border-radius: 40px;
    background-color: rgb(255, 255, 255);
    border: none;
}
.skills-bars {
    position: relative;
    width: 100%; 
    height: 0.2cm;
}

.main-bar, .second-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 40px;
}

.second-bar {
    width: 90%;
    background-color: rgb(255, 255, 255);
}

.main-bar {
    width: 70%;
    background-color: rgb(255, 238, 4);
    z-index: 100;
}
