 
body {
  background-color: #f5f5f5;
  color: #4e4e4e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
}
 
 

.box-shadow, .paralax-mf, .service-box, .work-box, .card-blog {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

 

.tag { 
  padding: 5px 5px;
  border-radius: 5px;
  background-color: #c2cbd1;
  font-size: 12px;
  font-weight: 510;
  margin: 3px;
  white-space: nowrap;
}



 
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.work-box { 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

.work-box:hover img {
  transform: scale(1.09);
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
  height: 200px;
  min-height: 200px;
  width: 100%;
  object-fit: cover;
}

 

.work-content .w-more {
  color: #4e4e4e;
  font-size: .8rem;
}

.work-content .w-more .w-ctegory {
  color: #0078ff;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #0078ff;
  float: right;
}

.work-content .w-like a {
  color: #0078ff;
}

.work-content .w-like .num-like {
  font-size: .7rem;
}

.w-title {
  font-size: 1.2rem;
}
 



section {
  height: 100vh;
}
.container {
  max-width: 1200px;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100vh;
}
.profile-card h1,h2 {
  font-weight: 500;
  margin: 15px 5px 5px 5px;
  font-size: calc( 1vw + 20px );
  color: #ffffff;
}
.profile-card h2 {
  margin: 15px 5px 5px 5px;
  font-size: calc( 0.3vw + 14px );
} 
.profile-card  {
  width: 80%;
  height: 0px;
  position: absolute;
  left: 10%;
  top:30%;
  display: inline-block;
  text-align: center;
}
