#skills { 
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/bg/BG_Skills-Cards.png"); 
}
#skills-title { 
    padding-top: 100px;
    margin-bottom: 32px; 
}
#skills-title { margin-bottom: 32px; }
#carousel-skill { margin-bottom: 40px; }
.skill-card {
    width: 352px;
    height: 542px;
    padding: 40px 50px;
    cursor: pointer;
}
.skill-card:hover { background-color: var(--transparent-4); }
.skill-level { height: 8px; }
.skill-card .h3-heading { font-size: 40px !important; }
.skill-progress { border-radius: 5px; }
.logo-type {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.carousel-indicators { 
    bottom: -40px; 
    margin: auto 0 auto 0;
}
.carousel-indicators [data-bs-target] { 
    border: solid 1px transparent;
    border-radius: 18px;
    height: 12px;
    width: 24px; 
    transition: ease 0.3s all;
}
.carousel-indicators .active { 
    width: 34px; 
    transition: ease 0.3s all;
}