#skillsContainer{
    padding: 10px;
    height: auto;
    width: inherit;
    /* border: 1px solid white; */
    margin-top: 40px;
    color: white;
}

#skills-logo-break{
    display: flex;
    justify-content: space-between;
    width: 70px;
    opacity: 0;
    transform: translateY(80px);
    transition: 1s ease;
}

#skills-logo-break img{
    width: 20px;
    color: white;
}
#skillsContainer h2{
    font-size: 3vw;
    font-weight: 800;
}
#skillsHeading{
    opacity: 0;
    transform: translateY(80px);
    transition: 1s ease;
}

#skillsContainer h2 span{
    color: yellow;
}

/* Skills Group Container */
#skillsGroupContainer{
    width: inherit;
    height: auto;
    display: flex;
    gap: 30px;
    box-sizing: border-box;
}
#skillsGroupContainer .frontBackDb{
    font-size: 15px; 

}
/* Technical Skills Container */
#technicalOuter{
    width: 50%; 
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(130px);
    transition: 1.3s ;
    height: auto;
}
#technicalOuter h3 img{
    width: 1.5vw;
}
#technicalSkillsContainer{
    width: 100%;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border: 1px solid white;
    border-radius: 10px;
    margin-top: 10px;
    padding-top: 10px;
}
#technicalSkillsContainer h3 {
    margin-left: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}
#technicalSkill{
    margin-left: 0px;
    font-size: 16px;
    font-family: monospace;
    font-weight: bold;
}
#frontEndContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}
#frontEndContainer span{
    margin-left: 0px;
}
.skillBox{
    width: 70px;
    height: 70px;
    border: 1px solid white;
    border-radius: 15px;
}

.backEndSpan{
    margin-top: 50px;
}
#backEndContainer{
    display: flex;
    gap: 20px;
    padding: 25px;
    padding-top: 10px;
}
#dataBaseContainer{
    padding: 25px;
    display: flex;
    gap: 20px;
    padding-top: 10px;
}
#skillOuter {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
#skillOuter span{
    margin-left: 0px;
}
.skillBox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
.skillBox img{
    width: 4.0vw;
}

/* Soft Skills */
#softOuter{
    width: 40%; 
    opacity: 0;
    transform: translateY(130px);
    transition: 1.3s ease;
}
#softSkillsContainer{
    width: 100%;
    height: auto;
    border: 1px solid white;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.softskills{
    width: 100%;
}
.softskills progress{
    width: 100%;
}
progress::-webkit-progress-value{
    background-color: #ff5733;
}
.softskills h4{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* Tolls Container */
#toolsContainer{
    width: 100;
    height: auto;
    border: 1px solid white;
    border-radius: 10px;
    margin-top: 5px;
}
