@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
   } 
 html, body{
font-family: "Open Sans", sans-serif;
font-style: normal;
background: black;


}

.logo{
    width: 60px;
    height: 55px;  
    margin-left:1em; 
}
.nav-item{
    padding: 0.5em 1.5em 0.5em 1.5em;
}
.nav-link{
    font-size:1.5em;
    color:white;
    font-weight: bold;
}
.nav-link:hover{
    color:#ffc400;
    /* color:#ff8800; */
}
.myimage{
    width: 140px;
    height: 265px;
    margin-top:80px;
    border-left:10px solid #ffc400;
    border-bottom: 15px solid #ffc400;
    position: relative;
   
}
.img{
    width: 200px;
    height: 300px;
    margin-top:-50px;
    border-radius:10px;
    position: absolute;

}

.about-me{
padding: 5em 7em 3em 5em;
}
.name{
    color:#ffc400;
    text-transform: uppercase;
    font-weight: bold;
}
.position{
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size:2em;
}
.role{
    color: white;
    line-height: 1.5em;
    padding: 1em 1em 1em 0em;
}
.btn{
    text-transform: uppercase;
    color: white;
    padding: 0.5em 2em;
}
.btn:hover{
    color: white;
}
.btn-group{
    border:1px solid #ffc400;
    border-radius: 6em;
   
}

.fa-solid{
    padding: 1.2em;
    background: #ffc400;
    color: white;
    border-radius: 50%;
    font-size:1em;
}
.text{
    padding: 4em 4em 0em 4em;
    text-transform: uppercase;
  
}
.center{
    text-align: center;
    color:white;
    font-weight: bold;
    padding-bottom: 2em;
    padding-top:2em;

}
.span-me{
    color:#ffc400;
}
.personal-info{
    text-transform: uppercase;
    color: white;
    font-size:2em;
    font-weight: bold;
    padding: 2em 0em;
}
.full_info{
    display: flex;

}
.first-info{
    color:#b8b4b4;
    line-height: 2.5em;
 
}
.name-info,.last-info{
    color: white;
    padding-right:7em;
    font-size: 1em;
}
.avi-info, .gender-info{
    color: white;
    padding-right:6em;
    font-size: 1em;
}
.birth-info,.address-info{
    color: white;
    padding-right:4.4em;
    font-size: 1em;
}
.phone-info, .national-info{
    color: white;
    padding-right:5em;
    font-size: 1em;
}
.email-info{
    color: white;
    font-size: 1em;
    
}
.cv-btn{
    margin-top:2rem;
}
.works-years{
    display: flex;
    justify-content: space-around;
    margin-bottom: 3rem;
    
}
.experience{
    width: 200px;
    height: 120px;
    border:1px solid #222121;
    padding: 10px 10px 10px 20px;
    justify-content: space-around;
    box-shadow: 2px 5px 2px 5px #050505;
   
}
.years{
    color: #ffc400;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1em;
   
}
.works-title{
   text-transform: uppercase;
   color: #b8b4b4;
   font-weight: bold;
}
.experiance-percent{
    padding: 1em;
    text-align: center;
    color: white;

}
.col-md-12{
    display: flex;
    justify-content: space-around;
}

.myskill{
  display: flex;
flex-direction: column;
grid-row-gap: 10px;
padding: 2em;
text-align: center;
}
.skill-info{
  position: relative;
  width: 100px;
  height: 100px;
  background:conic-gradient(#ffc400 3.6deg, #343534 0deg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skill-info::before{
    content: "";
    position: absolute;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    background-color: black;
}
.progress-value{
    position: relative;
    font-size: 20px;
    font-weight: 600px;
    color:white;
}
.progress-text{
    font-size: 20px;
    font-weight: bold;
    color: #b8b4b4;
}
.all-experience{
    display: flex;
    padding: 2em;
 

}
.all-experience .job .details{
    display: inline-block;
  
}

.border-bottom{
   width: 1px;
   height: 90px;
   background-color: #343534;
   margin-left:1.8em;
}

.badge{
  background-color: #343534;
  color: #b8b4b4;
  text-align: center;
  margin-left:2em;


} 
.title-job{
    color: white;
    font-size:20px;
    font-weight: 500px;
    padding-left:1em;
    padding-top:1em;
    text-transform: uppercase;
}
.title-job small{
    color: #b8b4b4;
    font-size:15px;
}
 .detail-job{
    color: #b8b4b4;
    font-size:15px;
    font-weight: 500px;
    padding-left:1.5em;
}
.allinfo_project{
    display: flex;
    justify-content: space-around;
   margin-top:4rem;

}
.projects{
    display: flex;
    flex-direction: column;
    justify-content: center;
      align-items: center;
      position: relative;
}
.projects-info{
    display: flex;
    width:280px;
      height: 380px;
      border: 1px solid #343534;
      border-radius: 10px;
     

}
.img-project{
    width: 280px;
    height: 160px;
    position: absolute;
    top:0;
   
}
.more-info{
    color:white;
  font-size:15px;
  padding: 1em;
margin-top:120px;

    
 
}
.github-link{
    text-decoration: none;
    color: #ffc400;
    width: 70px;
    height: 50px;
    display: flex;
    border-radius: 4px;
    border: 1px solid #ffc400;
    align-items: center;
    justify-content: center;
}
.github-link:hover{
    background-color: #b8b4b4;
    border:none;
    color: black;
}
.github{
  bottom: 20px;
    position: absolute;
}


.link-project{
    padding: 1em 0em 0em 0em;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    color:#ffc400;
    bottom: 180px;
    position: absolute;
}
.link-project:hover{
    color: #b8b4b4;
}
.hire_me{
    color:white;
    font-size: 25px;
    font-weight: bold;
}
.contact{
padding: 3rem;
}
.get-contact{
    color: #b8b4b4;
    margin: 1rem 0rem 1rem 0rem;
}
.all_contact_info .map-location .real-map{
 display: inline-block;    
}

.all_contact_info{
    display: flex;
    padding-left:2em;
    padding-bottom:2em;
}

.map-info{
    padding:0em 1em;
color: #b8b4b4;
font-size:15px;
}
.map{
    color: white;
    text-decoration: none;
    padding:0em 1em;
    font-size:15px;
    font-weight: bold;
}
.map:hover{
    color: #ffc400;
}
.get_in_touch{
    display: flex;
    flex-direction: column;
    padding: 3rem;
}
.full-name{
    padding: 1rem 0rem;
 
   
}
 input{
    padding: 1em 1.2em;
    border-radius: 15px;
    border:none;
    width: 100%;
    text-transform: uppercase;

}
 input:focus{
    outline:none;
    border:1px solid #ffc400;
}
.text-area textarea{
    border-radius: 15px;
    padding: 1em 1.2em;
    border:none;
    height: 150px;
    width: 100%;
    text-transform: uppercase;
}
textarea:focus{
    outline:none;
    border:1px solid #ffc400;
}
.send-message{
    margin-left:3rem;
    margin-top: -2rem;
    margin-bottom: 4rem;
}
.facebook ,.linkedin{
    width: 40px;
    height: 40px;
    background-color: #343534;
    border-radius: 50%;
    color: white;
    margin: 0rem 0.5rem;
     font-size:20px;
     text-align: center;
     padding:0.2em;
  
}

.social-media{
  margin-left:2rem;
  display: flex;
}
.footer-background{
    width: 100%;
    height: 500px;
}
.footer-text{
    text-align: center;
  
}
.choose_language{
    color:white;
    padding: 4rem;
    text-transform: uppercase;
    font-size:25px;
    font-weight: bold;
}
.languages{
    padding: 0.5em;
  
    
}
.footer-list{
   padding: 2em;

}
.social-media-footer{
    display: flex;
    justify-content: center;
    align-items: center;
}
.copy-right{
    color: #b8b4b4;
    padding: 2em;
}