
#skills{
    /* margin-top: 2.3rem; */
    -ms-overflow-style: none; 
    scrollbar-width: none; 
    overflow-y: scroll; 
  }
  
  #skills::-webkit-scrollbar {
    display: none;
  }


.navbar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.nav {
    z-index: 1235;
    width: 794px;
    position: absolute;
    top: -3rem;
    display: inline-block;
    position: absolute;
    left: 22rem;
}

.ellipse-78 {
    width: 45.125rem;
    height: 36.875rem;
    border-radius: 45.125rem;
    background: linear-gradient(136deg, rgba(223, 243, 255, 0.50) 27.28%, rgba(154, 205, 222, 0.50) 87.37%);
    filter: blur(5px);
    position: absolute;
    top: 54rem;
    right: 55rem;
}

.ellipse-79 {
    width: 45.125rem;
    height: 36.875rem;
    border-radius: 45.125rem;
    background: linear-gradient(136deg, rgba(223, 243, 255, 0.50) 27.28%, rgba(154, 205, 222, 0.50) 87.37%);
    filter: blur(10px);
    position: absolute;
    top: 33rem;
    right: -25rem;
}

.heading {
    position: absolute;
    top: 9rem;
    left: 16.5rem;
}

.h-text {
    position: absolute;
    z-index: 1;
    width: 15.25rem;
    color: #173B6C;
    font-family: Inter;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.h-text::after {
    content: " ";
    position: absolute;
    left: 53px;
    bottom: 0;
    width: 4.62881rem;
    height: 0.0625rem;
    background: #000;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.heading .span {
    position: absolute;
    top: -15px;
    left: -30px;
    width: 4.75rem;
    z-index: 0;
    height: 2.1875rem;
    flex-shrink: 0;
    border-radius: 0.49188rem;
    background: linear-gradient(180deg, rgba(137, 200, 221, 0.50) 0%, rgba(115, 173, 193, 0.50) 100%);
}

.skill-content {
    width: 78.5%;
    height: 5.625rem;
    position: absolute;
    top: 13.5rem;
    left: 10rem;
    color: #000;
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.skill-componen{
    position: absolute;
    top: 20.5rem;
    width: 67%;
    left: 12.5rem;
}

.col{
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    height: 4.5rem;
    border-radius: 1.06944rem;
    border: 1.5px solid rgba(134, 196, 217, 0.50);
    background: rgba(125, 185, 206, 0.15);
    /* backdrop-filter: blur(13.058648109436035px); */
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; */
}
.col:hover{
    transform: scale(1.01);
}
.img{
    width: 3.1875rem;
    margin-left: 2rem;
    height: 3rem;
}
.name{
    color: #000;
    font-family: Inter;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.per{
    color: #000;
    font-family: Inter;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.p-bar{
    height: 0.83rem;
    margin-right: 30px;
    width: 36rem;
    margin-top: 4px;
    background: #EBF3F5;
}
.bar{
    width: 100%;
    height: 0.83rem;
    border: 0.5px solid #DDE6F4;
background: rgba(13, 110, 253, 0.65);
}
.s-i{
    display: flex;
    justify-content: space-between;
    width: 36rem;
}
