/*** Website Portfolio ***/
#website-portfolio .thumbnail {
  border: 0;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

#website-portfolio .img-thumbnail {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: 4px 10px 8px #e7e3e3;
          box-shadow: 4px 10px 8px #e7e3e3;
  -webkit-transition: -webkit-transform .9s ease;
  transition: -webkit-transform .9s ease;
  transition: transform .9s ease;
  transition: transform .9s ease, -webkit-transform .9s ease;
}

#potfolio_bg {
  /*    background: #ffd3d3; */
}

#potfolio_bg .form-control {
  background: #feddbc;
  border-color: #feddbc;
}

#potfolio_bg img.b-tr-bl-30 {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*** Game Portfolio ***/
#game_portfolio .icon {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 1em;
  border: 8px solid #F6F6F6;
  padding: 10px;
}

#game_portfolio .icon:hover {
  -webkit-box-shadow: 0 10px 25px -5px #b2afaf;
          box-shadow: 0 10px 25px -5px #b2afaf;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

#game_portfolio figure {
  text-align: center;
  overflow: hidden;
}

#game_portfolio .effect-julia img {
  width: 100%;
  -webkit-transition: -webkit-transform .9s ease;
  transition: -webkit-transform .9s ease;
  transition: transform .9s ease;
  transition: transform .9s ease, -webkit-transform .9s ease;
}

#game_portfolio .effect-julia img:hover {
  -webkit-transform: scale3d(1.2, 1.3, 1);
  transform: scale3d(1.2, 1.3, 1);
}

#game_portfolio .ico_capn {
  text-align: center;
}

#game_portfolio .ico_capn .pot_h3 {
  clear: both;
  padding-top: 15px;
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

#game_portfolio .ico_capn .pot_p {
  color: #000;
}

#game_portfolio .portfolio-item .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#game_portfolio .socials i {
  height: 37px;
  width: 37px;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid #CCC;
  padding: 9px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  color: #fc0d0d;
  -webkit-transition: all ease .35s;
  transition: all ease .35s;
}
/*# sourceMappingURL=portfolio.css.map */