@font-face {
  font-family: 'Tasa-regular';
  src: url('tasa-orbiter-font-family-1733116631-0/TASAOrbiterText-Regular-BF64891cba384f3.otf');
}
@font-face {
  font-family: 'Tasa-medium';
  src: url('tasa-orbiter-font-family-1733116631-0/TASAOrbiterText-Medium-BF64891cb9e8a75.otf');
}
@font-face {
  font-family: 'Tasa-bold';
  src: url('tasa-orbiter-font-family-1733116631-0/TASAOrbiterText-Bold-BF64891cba00f5b.otf');
}
@font-face {
  font-family: 'Tasa-semibold';
  src: url('tasa-orbiter-font-family-1733116631-0/TASAOrbiterText-SemiBold-BF64891cba09cfc.otf');
}
.section-skills{
    border-top: 0.2rem solid #ccc;   
    font-family: Tasa-regular;
    padding-top: 12rem;
    padding-right: 5rem;
    padding-bottom: 20rem;
    padding-left: 5rem;
    pointer-events: none ;
    z-index: 6;

 
}
.skills_section{
    /* display: flex;
    align-items: center;

    flex-direction: column; */
        /* justify-content: center; */
    width: 100%;
    height: 100%;

}
.skill-head-yellow{
    color: rgb(234 180 30 );
}
.skill{
    /* -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;

    width: 25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    pointer-events: auto;
    box-shadow: 3px 10px 16px #0009; */
    /* padding: 1rem; */
    width:48rem ;
    
  
    

}
.skill-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 8rem;


}

.skill-sub-heading{
    font-family: Tasa-bold;
    font-size: 2rem;
    font-weight: 800;
    color: #ccc;
    margin-top: 1rem;
    margin-left: 2rem;
}
.p-icon{
  margin-left: 2rem;
}
.range-html {
  
  background-color: #CCC;
  width: 90%;
  height: 30px;
  transform: skew(30deg);
  font-family: 'Orbitron', monospace;
  margin-bottom: 2rem;
  margin-top: 2rem;
  
  &:before {
    --width: calc(var(--p) * 1%);
    
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgb(234 180 30 );
    z-index: 0;
    /* animation: load 0.6s forwards linear; */
  }
  
  &:after {
    counter-reset: progress var(--p);
    content: counter(progress) '%';
    color: #000;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%) skewX(-30deg);
    z-index: 1;
  }
  
  &__label {
    transform: skew(-30deg) translateY(-100%);
    line-height: 1.5;
  }
}
.range-css {
  
    background-color: #333;
    width: 90%;
    height: 30px;
    transform: skew(30deg);
    font-family: 'Orbitron', monospace;
    margin-bottom: 2rem;
    margin-top: 2rem;
    
    &:before {
      --width: calc(var(--p) * 1%);
      
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background-color: rgb(234 180 30 );
      z-index: 0;

    }
    
    &:after {
      counter-reset: progress var(--p);
      content: counter(progress) '%';
      color: #000;
      position: absolute;
      left: 5%;
      top: 50%;
      transform: translateY(-50%) skewX(-30deg);
      z-index: 1;
    }
    
    &__label {
      transform: skew(-30deg) translateY(-100%);
      line-height: 1.5;
    }
  }
  .range-js {
  
    background-color: #333;
    width: 90%;
    height: 30px;
    transform: skew(30deg);
    font-family: 'Orbitron', monospace;
    margin-bottom: 2rem;
    margin-top: 2rem;
    
    &:before {
      --width: calc(var(--p) * 1%);
      
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background-color: rgb(234 180 30 );
      z-index: 0;

    }
    
    &:after {
      counter-reset: progress var(--p);
      content: counter(progress) '%';
      color: #000;
      position: absolute;
      left: 5%;
      top: 50%;
      transform: translateY(-50%) skewX(-30deg);
      z-index: 1;
    }
    
    &__label {
      transform: skew(-30deg) translateY(-100%);
      line-height: 1.5;
    }
  }
  .range-c {
  
    background-color: #333;
    width: 90%;
    height: 30px;
    transform: skew(30deg);
    font-family: 'Orbitron', monospace;
    margin-bottom: 2rem;
    margin-top: 2rem;
    
    &:before {
      --width: calc(var(--p) * 1%);
      
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background-color: rgb(234 180 30 );
      z-index: 0;

    }
    
    &:after {
      counter-reset: progress var(--p);
      content: counter(progress) '%';
      color: #000;
      position: absolute;
      left: 5%;
      top: 50%;
      transform: translateY(-50%) skewX(-30deg);
      z-index: 1;
    }
    
    &__label {
      transform: skew(-30deg) translateY(-100%);
      line-height: 1.5;
    }
  }
  .range-java {
  
    background-color: #333;
    width: 90%;
    height: 30px;
    transform: skew(30deg);
    font-family: 'Orbitron', monospace;
    margin-bottom: 2rem;
    margin-top: 2rem;
    
    &:before {
      --width: calc(var(--p) * 1%);
      
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background-color: rgb(234 180 30 );
      z-index: 0;

    }
    
    &:after {
      counter-reset: progress var(--p);
      content: counter(progress) '%';
      color: #000;
      position: absolute;
      left: 5%;
      top: 50%;
      transform: translateY(-50%) skewX(-30deg);
      z-index: 1;
    }
    
    &__label {
      transform: skew(-30deg) translateY(-100%);
      line-height: 1.5;
    }
  }
  .range-python {
  
    background-color: #333;
    width: 90%;
    height: 30px;
    transform: skew(30deg);
    font-family: 'Orbitron', monospace;
    margin-bottom: 2rem ;
    margin-top: 2rem;
    
    &:before {
      --width: calc(var(--p) * 1%);
      
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background-color: rgb(234 180 30 );
      z-index: 0;

    }
    
    &:after {
      counter-reset: progress var(--p);
      content: counter(progress) '%';
      color: #000;
      position: absolute;
      left: 5%;
      top: 50%;
      transform: translateY(-50%) skewX(-30deg);
      z-index: 1;
    }
    
    &__label {
      transform: skew(-30deg) translateY(-100%);
      line-height: 1.5;
    }
  }
  .range-sql {
  
    background-color: #333;
    width: 90%;
    height: 30px;
    transform: skew(30deg);
    font-family: 'Orbitron', monospace;
    margin-bottom: 2rem;
    margin-top: 2rem;
    
    &:before {
      --width: calc(var(--p) * 1%);
      
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background-color: rgb(234 180 30 );
      z-index: 0;

    }
    
    &:after {
      counter-reset: progress var(--p);
      content: counter(progress) '%';
      color: #000;
      position: absolute;
      left: 5%;
      top: 50%;
      transform: translateY(-50%) skewX(-30deg);
      z-index: 1;
    }
    
    &__label {
      transform: skew(-30deg) translateY(-100%);
      line-height: 1.5;
    }
  }
  .range-git {
  
    background-color: #333;
    width: 90%;
    height: 30px;
    transform: skew(30deg);
    font-family: 'Orbitron', monospace;
    margin-bottom: 2rem;
    margin-top: 2rem;
    
    &:before {
      --width: calc(var(--p) * 1%);
      
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background-color: rgb(234 180 30 );
      z-index: 0;
   
    }
    
    &:after {
      counter-reset: progress var(--p);
      content: counter(progress) '%';
      color: #000;
      position: absolute;
      left: 5%;
      top: 50%;
      transform: translateY(-50%) skewX(-30deg);
      z-index: 1;
    }
    
    &__label {
      transform: skew(-30deg) translateY(-100%);
      line-height: 1.5;
    }
  }
  .range-firebase {
  
    background-color: #333;
    width: 90%;
    height: 30px;
    transform: skew(30deg);
    font-family: 'Orbitron', monospace;
    margin-bottom: 2rem;
    margin-top: 2rem;
    
    &:before {
      --width: calc(var(--p) * 1%);
      
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background-color: rgb(234 180 30 );
      z-index: 0;
 
    }
    
    &:after {
      counter-reset: progress var(--p);
      content: counter(progress) '%';
      color: #000;
      position: absolute;
      left: 5%;
      top: 50%;
      transform: translateY(-50%) skewX(-30deg);
      z-index: 1;
    }
    
    &__label {
      transform: skew(-30deg) translateY(-100%);
      line-height: 1.5;
    }
  }
  /* .range-js {
  
    background-color: #333;
    width: 90%;
    height: 30px;
    transform: skew(30deg);
    font-family: 'Orbitron', monospace;
    margin-bottom: 2rem;
    margin-top: 2rem;
    
    &:before {
      --width: calc(var(--p) * 1%);
      
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background-color: rgb(234 180 30 );
      z-index: 0;
      animation: load 0.6s forwards linear;
    }
    
    &:after {
      counter-reset: progress var(--p);
      content: counter(progress) '%';
      color: #000;
      position: absolute;
      left: 5%;
      top: 50%;
      transform: translateY(-50%) skewX(-30deg);
      z-index: 1;
    }
    
    &__label {
      transform: skew(-30deg) translateY(-100%);
      line-height: 1.5;
    }
  } */


/* .skill-sub-heading-python{
    margin-bottom: 2.5rem;
} */
.skill{
    
display: flex;
flex-direction: column;
gap: 0;

}

@keyframes load {
  to {
    width: var(--width);
  }
}

/* new */
.html-icon,.p-icon{
  width: 2.3rem;

}
.css-icon{
  width: 2.5rem;
}

.c-icon{
  width: 3rem;
}


.sql-icon{
  width: 5rem;
}
.java-icon{
  width: 3rem;
}
.js-icon{
  width: 2.8rem;
}

.python-icon{
  width: 3rem;
}
.animation{
  &:before {
    animation: load 1s forwards linear;
  }

}
.range{
  align-self: center;
}