
.developer_page_home_section{
    padding-bottom: 18%;
  } 
  .developer_page_home_section h1{
   padding: 12% 0 0 0;
  }
  .developer_page_home_section p{
    font-size: 18px;
    font-weight: 500;
  }


.developer_progress{
    margin: 15% 7%;
}
.developer_progress h6{
    color: #7b8697;
}
.developer_progress p{
    color: #7b8697;
    text-align: justify;
    
}

.progress {
    background: #777;
    border-radius: 10px;
    height: 15px;
    width: 100%;
  }
  
  .progress-value {
    animation: load 2s normal forwards;
    border-radius: 10px;
    background: #a2e3c7;
    height: 15px; 
  }
  
  @keyframes load {
    0% { width: 0%; }
    100% { width: 70%; }
  }

  .progress-value1 {
    animation: load1 2s normal forwards;
    border-radius: 10px;
    background: #a2e3c7;
    height: 15px;
    width: 0;
  }
  
  @keyframes load1 {
    0% { width: 0%; }
    100% { width: 85%; }
  }

.percent1{
    position: absolute;
    right: 19%;
    margin-top: -45px;
    background: #a2e3c7;
    border-radius: 3px;
    width:50px;
    height: 35px;
}
.percent1 p{
    margin-top: 12px;
    padding:5px 5px 0 12px;
    color:#000;
    font-size: 14px;
    font-weight: 500;

}


.percent{
    position: absolute;
    right: 30%;
    margin-top: -45px;
    background: #a2e3c7;
    border-radius: 3px;
    width:50px;
    height: 35px;
}
.percent p{
    margin-top: 12px;
    padding : 5px 5px 0 13px;
    color:#000;
    font-size: 14px;
    font-weight: 500;

}
.developers_content{
    padding: 8% 8% 10% 20%;
}


.developers_content h2{
    color:#000;
    text-align: justify;
    font-size: 38px;
    font-style: italic;
    font-family: 'FontAwesome';
    font-weight: 500;
}

.developers_content p{
    color: #fff;
    text-align: justify;
    font-size: 18px;
    line-height: 1.4;
    

}

.developer_image img{
    padding-top: 35%;
    position: absolute;
    margin-left: 28%;
    z-index: 1;
    
    
}
.developer_image_once{
    padding: 10% 0 0 0;
}




@media(max-width:480px){

    .developer_image img{
      
        position: relative;
        margin-left: 2% !important;
        margin-bottom: 16% !important;
      
        
    }
    .developers_content {
        padding: 0;
    }
}

 @media(min-width:1400px){
    .developer_image img {
    padding-top: 20%;
    position: relative;
    margin-left: 30%;
    z-index: 1;
    width: 100%;
    padding-bottom: 10%;
}
    
}
@media(min-width:2100px){
    .developer_image img {
    padding-top: 10%;
}
    
}