
.aboutme-bg{
 /* background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),
 url(../img/background-3.png); */
  background-color: #f4f3ee;
 min-height: 100vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.aboutme-header{
    margin-top: 100px;
}

.aboutme-intro {
      /* color: white; */
      color: #2e2e2e;
      display: flex;
      flex: 1;
      flex-wrap: nowrap;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      padding: 5% 6%;
}
.quickintro img{
    width: 300px;
    /* padding: 5px 0; */
    /* border-radius: 20px; */
}
.aboutme-intro h2{
font-size: 2rem;
  font-weight: 600;
}
.aboutme-intro p{
    font-size: 3rem;
    font-weight: 700;
}

.aboutme-intro span {
    display: inline-block;
  width: 50px;
  height: 4px;
  background: rgb(196, 254, 139); /* green highlight */
}

/* skills  */

.skills{
    display: flex;
    /* min-width: 100vw; */
    /* width: 100%; */
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: #2e2e2e;
    /* background-color: rgba(0, 0, 0, 0.372); */
    color: white;
    /* padding: 0 0 30px 0; */
    padding: 0% 6% 2% 6%;
}
.skills-list {
    display: flex;
    flex-direction: column;
    align-items:start;
    padding: 25px 0px;
}

.skills-list li{
    text-decoration: none;
    list-style: none;
    padding: 10px 0;
}

/* Skills percentage */

.uiux{
    display: inline-block;
    width: 300px;
    height: 20px;
    background-color: rgb(196, 254, 139);
}
.programming{
    display: inline-block;
    width: 250px;
    height: 20px;
    background-color: rgb(196, 254, 139);
}
.aftereffects{
    display: inline-block;
    width: 250px;
    height: 20px;
    background-color: rgb(196, 254, 139);
}
.storyboard{
    display: inline-block;
    width: 130px;
    height: 20px;
    background-color: rgb(196, 254, 139);
}
.ps{
    display: inline-block;
    width: 100px;
    height: 20px;
    background-color: rgb(196, 254, 139);
}
.ai{
    display: inline-block;
    width: 100px;
    height: 20px;
    background-color: rgb(196, 254, 139);
}

@media (max-width : 820px){
    .quickintro img{
        width: 300px;
        justify-content: center;
    }
    .quickintro {
        gap: 50px;
        
    }
    .aboutme-header {
        padding: 7% 6%;
        /* margin: 50px 0 0 0; */
    }
    .skills{
    padding: 10% 10%;
    }
}
