.portfolio {
    font-family: 'Inter',sans-serif;
    height: 80vh;
    margin-top: 0px;
}
.navbar {
    margin-bottom: 36px;
}
.portfolio-title {
text-align: center;
font-weight: 700;
font-size: 40px;
margin-bottom: 10px;
}
.portfolio-sub-title{
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    margin-top: 0px;
}
.sub-project {
 display: inline-flex; 
 width: 400px;
 height: 550px;
 background-color: white;
 border-radius: 18px;
}
.portfolio-buttons button {
 font-family: 'Inter',sans-serif;
  height: 42px;
  width: 150px;
  font-size: 20px;
  font-weight: 400;
  background-color: transparent;
  color: #2563eb;
  border: 2px solid #2563eb;
  border-radius: 12px;
  transition: all 0.3s ease;
  margin-bottom:20px ;
  margin-left: 5px;
}
.portfolio-buttons  button:focus {
  background-color: #2563eb;
  color: #ffffff;
  transform: translateY(-2px);
}

.portfolio-buttons {
    margin-left: 270px;
}
.live-demo {
  font-family: 'Inter',sans-serif;
  height: 42px;
  width: 150px;
  font-size: 20px;
  font-weight: 400;
  background-color: #2563eb;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  transition: all 0.3s ease;
  margin-bottom:20px ;
  margin-left: 5px; 
  margin-top: 15px;
}
.git-hub {
  font-family: 'Inter',sans-serif;
  height: 42px;
  width: 150px;
  font-size: 20px;
  font-weight: 400;
  background-color: transparent;
  color: #2563eb;
  border: 2px solid #2563eb;
  border-radius: 12px;
  transition: all 0.3s ease;
  margin-bottom:20px ;
  margin-left: 5px;
  margin-top: 15px;
}
.live-demo:active ,.git-hub:active {
    transform: translateY(-2px);
}
.sub-project p {
    font-family: 'Inter',sans-serif;
    font-weight: 500;
    font-size: 20px;
}
.all-project {
    gap: 50px;
}
.all-project a {
    margin: 16px;
}
.project-discription {
    font-weight: 200;
}
.sub-project p {
    font-size: 20px;
    font-weight: 300;
    margin-top: 0px;
    margin-left:16px;
}
.sub-project h2 {
    font-size: 30px;
    font-weight: 600;
    margin-left: 16px;
}
.sub-project img {
width: 400px;
}
.language-used {
display: flex;
}
.language-used div {
    margin:6px ;
    padding: 5px;
    background-color: rgb(243, 243, 243);
    border-radius: 4px;
    color: #2563eb;
}
.sub-button {
    display: flex;
}


