
.container-skillscircle
{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 20pt;
}
.container-skillscircle .card
{
    position: relative;
    width: 250px;
    background: linear-gradient(0deg, #1b1b1b, #222; #1b1b1b);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
}
.container-skillscircle .card-empty
{
    position: relative;
    width: 250px;
    background: #FAFAFA;
    background-image: url(images/overlay.png);
    display: flex;
    height: 300px;
    overflow: hidden;

}
.container-skillscircle .card:hover
{
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,.5);
}
.container-skillscircle .card:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .03);
    pointer-events: none;
    z-index: 1;
}
.percent
{
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: inset 0 0 50px #000;
    background: #222;
    z-index: 1000;
}
.percent .number
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.percent .number h2
{
    color: #777;
    font-weight: 700;
    font-size: 40px;
    transition: 0.5s;
}
.card
{
    background: #ecf1f1;
}
.card:hover .percent .number h2
{
    color: #fff;
    font-size: 60px;
}
.percent .number h2 span
{
    font-size: 24px;
    color: #777;
    transition: 0.5s;
}
.card:hover .percent .number h2 span
{
    color: #fff;
}
.text
{
    position: relative;
    color: #777;
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s;
}
.card:hover .text
{
    color: #484848;
}
svg
{
    position: relative;
    width: 150px;
    height: 150px;
    z-index: 1000;
}
svg circle
{
    width:100%;
    height: 100%;
    fill: none;
    stroke: #232827;
    stroke-width: 10;
    stroke-linecap: round;
    transform: translate(5px, 5px);
}
svg circle:nth-child(2)
{
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
}
#card1 svg circle:nth-child(2)
{
    stroke-dashoffset: calc(440 - (440 * 100) / 100);
    stroke: #D56565;
}
#card2 svg circle:nth-child(2)
{
    stroke-dashoffset: calc(440 - (440 * 80) / 100);
    stroke: #D56565;
}
#card3 svg circle:nth-child(2)
{
    stroke-dashoffset: calc(440 - (440 * 60) / 100);
    stroke: #D56565;
}
#card4 svg circle:nth-child(2)
{
    stroke-dashoffset: calc(440 - (440 * 100) / 100);
    stroke: #D56565;
}
#card5 svg circle:nth-child(2)
{
    stroke-dashoffset: calc(440 - (440 * 100) / 100);
    stroke: #D56565;
}
#card6 svg circle:nth-child(2)
{
    stroke-dashoffset: calc(440 - (440 * 60) / 100);
    stroke: #D56565;
}
#card7 svg circle:nth-child(2)
{
    stroke-dashoffset: calc(440 - (440 * 50) / 100);
    stroke: #D56565;
}
#card8 svg circle:nth-child(2)
{
    stroke-dashoffset: calc(440 - (440 * 40) / 100);
    stroke: #D56565;
}
#card9 svg circle:nth-child(2)
{
    stroke-dashoffset: calc(440 - (440 * 80) / 100);
    stroke: #D56565;
}
#card10 svg circle:nth-child(2)
{
    stroke-dashoffset: calc(440 - (440 * 100) / 100);
    stroke: #D56565;
}
#card11 svg circle:nth-child(2)
{
    stroke-dashoffset: calc(440 - (440 * 100) / 100);
    stroke: #D56565;
}
#card12 svg circle:nth-child(2)
{
    stroke-dashoffset: calc(440 - (440 * 100) / 100);
    stroke: #D56565;
}
#card13 svg circle:nth-child(2)
{
    stroke-dashoffset: calc(440 - (440 * 100) / 100);
    stroke: #D56565;
}
#card14 svg circle:nth-child(2)
{
    stroke-dashoffset: calc(440 - (440 * 60) / 100);
    stroke: #D56565;
}
.card:nth-child(15) svg circle:nth-child(2)
{
    stroke-dashoffset: calc(440 - (440 * 80) / 100);
    stroke: #D56565;
}
