*{
  margin: 0;
  padding: 0;
  font-family: Arial,sans-serif;
}

p {
  color: white;
}

header{
  background-color: white;

}

h1,
.front{
  color : white;
  margin-bottom: 12px;
}
.folloys,
.sameh{
  color:#2563EB ;
}
.h-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 50px;
}
.h-container h2,
nav a{
  font-weight: bold;
}

a{
  text-decoration: none;
}

.Nav{
  color:#374151 ;
  margin-left: 13px;
  
}

.Nav:hover{
  color: #1D4ED8;
}

.btnwrk{
  background-color: #2563EB;
    color: white;
    border-radius: 6px;
    padding:12px 22px;
}

.btnwrk:hover{
  background-color: #1D4ED8;
  transition: .2s;
}
#hero img {
  width: 100%;
  height: 350px;
  position: relative;
}


.hello{
  border: 2px solid #2563EB;
  background-color: #2563EB;
  border-radius : 16px;
  padding: 4px 16px;
  width: 75px;
  margin-bottom: 14px;
}
.text-hero{
  position: absolute;
  margin: 39px 37px;
  top: 115px;
}


.build{
  font-size:10px;
  margin-bottom: 40px;
}


#about img{
  width: 150px;
  border-radius : 45px 7px;
  border: 6px double #2563EB;
  
}
#about .about-container{
  background-color: white;
  margin : 10px 35px;
  display: flex;
  border: 2px solid #E2E8F0;
  border-radius: 9px;
  padding: 12px;
  justify-content: center;
}


.line{
  background-color:#2563EB;
  height: 3px;
  width: 9%;
  border-radius :9px;
  margin-top: 6px;
  margin-bottom: 18px;
}


.line1{
  background-color:#2563EB;
  height: 3px;
  width: 15%;
  border-radius :9px;
  margin-top: 6px;
  margin-bottom: 18px;
}

 .pline {
   color: #374151
 }
 
 .text-about{
   margin-left: 27px;
 }
 
 
#projects h2{
  text-align: center;
  font-weight: bold;
  margin: auto auto;
  margin-top:33px;
  margin-bottom:8px;
}

.cards{
  display: flex;
  justify-content: center;
  gap: 20px;
}

.card{
  border: 2px solid #E2E8F0;
  width: 26%;
  max-width: 400px;
  border-radius: 9px;
  padding: 12px 12px;
  padding-bottom: 38px;
}
.card img {
  width: 100%;
  border-radius: 9px;
}

.card h3{
  text-align: center;
  margin-top: 12px;
  margin-bottom: 19px;
}

.pcard{
  color: #374151;
  margin-bottom: 32px;
}

.workedon{
color: #374151;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}


.listpic {
  position: relative;
}

.featured{
  position: absolute;
  top: 12px;
  background-color: darkgreen;
  border-radius: 19px;
  font-weight: bold;
  font-size: 12px;
  padding: 7px 14px;
  color: white;
}

.New{
  position: absolute;
  top: 12px;
  background-color: #2563EB;
  border-radius: 19px;
  font-weight: bold;
  font-size: 12px;
  padding: 7px 14px;
  color: white;
}

.bestproj {
  position: absolute;
  top: 12px;
  background-color: #671DD9;
  border-radius: 19px;
  font-weight: bold;
  font-size: 12px;
  padding: 7px 14px;
  color: white;
}





.formbtn{
  background-color: #2563EB;
    color: white;
    border-radius: 6px;
    padding:10px 15px;
    border: none;
    width: 130px;
}

.formbtn:hover{
  background-color: #1D4ED8;
  transition: .2s;
}
.viewpro{
  color:#2563EB ;
  border: 2px solid #2563EB;
  border-radius: 9px;
  padding: 12px;
}

.contact-container{
  background-color:#BBDAFF8C;
  margin:20px 26px;
  border-radius: 9px;
  border: 2px solid #E5E7EB;
  padding : 17px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-dev input{
  background-color: white;
  padding: 10px 15px;
  width: 130px;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  color: #6B7280;
  margin-bottom: 12px;
  margin-right: 16px;
  margin-left: 12px;
}

.form-dev input:focus{
  outline: none;
  border: 2px solid #2563EB;
  background-color: #DBEAFE;
  transition: .4s;
}

.text-form p {
  color: #374151;
}






.upfoot{
background-color:#2563EB;
height: 4px;
width: 100%;
margin-top: 6px;
}

.left {
  color: white;
  font-size: 14px;
}


.foot-container{
  justify-content: space-evenly;
  display: flex ;
  align-items: center;
  background-color: #051a3a;
  height: 80px;
  padding: 8px 12px;
}

.center a {
  color: #2563EB ;
}


.Links{
  display: flex;
  gap: 12px;
}
.Links .Face{
  color: blue;
  border-radius: 50%;
  background-color: white;
  padding: 9px 16px;
  font-weight: bold;
  border: 2px solid blue;
  
}

.Links .Yout{
  color: red;
  border-radius: 50%;
  background-color: white;
  padding: 9px 16px;
  font-weight: bold;
  border: 2px solid red;
}

.Links .blog {
  color: orange;
  border-radius: 50%;
  background-color: white;
  padding: 9px 16px;
  font-weight: bold;
  border: 2px solid orange;
}