/*Aboud me section*/
.aboud-me{
  padding: 100px 0;
}
.aboud-me > div{
  width: 50%;
  float: left;
}

.aboud-me__image img{
  width: 90%;
  display: inline-block;
  background-image: linear-gradient(red, blue);
}

.section-subtitle{
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #797979;
  text-transform: uppercase;
}

.section-title{
  margin-top: 5px;
  font-size: 42px;
  font-weight: 700;
  text-transform: capitalize;
  color: #05364d;
}

.about-me__discription{
   font-size: 14px;
   font-weight: 300;
   color: #797979;
   line-height: 27px;
}

.aboud-me__action{
   margin-top: 40px;
}

.button{
  border: none;
  background: linear-gradient(to right, #1345e6 0%, #ed239f 51%, #1345e6 100%);
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  padding: 20px 40px;
  background-size: 200% auto;
  cursor: pointer;
  border-radius: 5px;
}

.button:hover{
  background-position: right center;
}

.blur-line{
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 5px;
  width: 80px;
  height: 4px;
  background-color: rgba(237,35,159,0.6);
  filter: blur(4px);
  border-radius: 4px;
}

  /*statistics section*/
  .statistics{
    padding-top: 100px;
  }

  .statistics__item{
    display: inline-block;
    width: 150px;
    background-color: #F8FAFF;
    text-align: center;
    padding: 5px 10px;
    margin-right: 20px;
  }

  .statistics__number{
    font-size: 27px;
    margin-bottom: 5px;
    background: linear-gradient(90deg, #1345e6 0%, #ed239f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .statistics__title{
    font-size: 16px;
    color: #797979;
    font-weight: 300;

  }
  
  

.button{
    border: none;
    background: linear-gradient(to right, #1345e6 0%, #ed239f 51%, #1345e6 100%);
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    padding: 20px 40px;
    background-size: 200% auto;
    cursor: pointer;
    border-radius: 5px;
}

.button:hover{
    background-position: right center;
}

.blur-line{
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 5px;
    width: 80px;
    height: 4px;
    background-color: rgba(237,35,159,0.6);
    filter: blur(4px);
    border-radius: 4px;
}