.project-bg{
  background-color: #f4f3ee;
 /* background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),
 url(../img/service.png); */
 min-height: 100vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.project-header{ 
    margin-top: 100px;
}


.prj-text-box{
   color: #2e2e2e;
      display: flex;
      flex: 1;
      flex-wrap: nowrap;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      padding: 5% 6%;
  font-family: "DM Sans", sans-serif;
}
.prj-text-box h1{
  font-size: 2rem;
  font-weight: 600;
}
.prj-text-box p{
  font-size: 3rem;
    font-weight: 700;
}
.prj-text-box span {
    display: inline-block;
  width: 50px;
  height: 4px;
  background: rgb(196, 254, 139); 
  /* background-color: #38b000; */
}

.web-projects{
  background-color: #2e2e2e;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5% 6%;
  gap: 50px;
}

.web-projects span{
  display: inline-block;
  width: 50px;
  height: 4px;
  background: rgb(196, 254, 139); 
}

.web-projects h2{
  font-size: 2rem;
  font-weight: 600;
}

.web-projects p{
  padding: 10px 0;
font-family: "Assistant", sans-serif;
font-weight: 300;
text-align: justify;
max-width: 500px;
}

.web-projects img{
  width: 600px;
}
.web-projects video{
  width: 600px;
}

.web-projects a{
  text-decoration: none;
  font-family: "Assistant", sans-serif;
font-weight: 300;
}

.yellow-highlight{
  color: yellow;
}

.uiux{
  background-color: #2e2e2e;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5% 6%;
  gap: 50px;
}
.uiux span{
    display: inline-block;
  width: 50px;
  height: 4px;
  background: rgb(196, 254, 139); 
}

.uiux img{
  width: 300px;
  border-radius: 60px;
}
.uiux video{
  width: 200px;
}

.text-1{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 700px;
  line-height: 1.6;
}
.text-1 p{
  padding: 10px 0;
font-family: "Assistant", sans-serif;
font-weight: 300;
text-align: justify;
}

.hospital-ui img{
  width: 100%;
}



/* motionPRJ */
.motion-projects{
  background-color: #2e2e2e;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5% 6%;
  gap: 50px;
}

.text-1 span{
  display: inline-block;
  width: 50px;
  height: 4px;
  background: rgb(196, 254, 139); 
}

.motion-projects h2{
  font-size: 2rem;
  font-weight: 600;
}

.motion-projects p{
  padding: 10px 0;
font-family: "Assistant", sans-serif;
font-weight: 300;
text-align: justify;
max-width: 500px;
}

.motion-projects img{
  width: 600px;
}
.motion-projects video{
  width: 600px;
}

.motion-projects a{
  text-decoration: none;
  font-family: "Assistant", sans-serif;
font-weight: 300;
}


@media (max-width: 820px){

  .prj-text-box{
    text-align: left;
    padding: 7% 10%;
  }
  .prj-text-box h1{
    text-align: left;
  }
  .motion-projects{
    padding: 7% 10%;
  }
  .motion-projects video{
    width: 100%;
  }
  .web-projects {
    padding: 50px 10%;
  }
  .web-projects img{
    width: 100%;
  }
  .uiux {
    justify-content: center;
        padding: 7% 10%;
  }
  .uiux img{
    width: 50%;
    border-radius: 35px;
  }

}