.ProjectDescription {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../imgs/bg-projects.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  background-position-x: 20%;
}
.ProjectContent {
  min-height: 100vh;
  background-image: url("../imgs/worksbg.jpg");
  background-size: cover;
}
.ProjectContent .ProjectGallery {
  margin: 0;
}
.ProjectContent .ProjectGallery .ProjectCase:first-child {
  margin-top: 30px;
}
.ProjectContent .ProjectGallery .ProjectCase:last-child {
  margin-bottom: 30px;
}
.ProjectContent .ProjectGallery .ProjectCase {
  margin: 30px auto;
  width: 80%;
  height: 80%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
@media only screen and (min-width: 992px), only screen and (min-width: 481px) and (max-width: 991px) {
  .ProjectContent .ProjectGallery .ProjectCase {
    border-bottom: 5px solid #000000;
    border-top: 5px solid #000000;
  }
}
@media only screen and (max-width: 480px) {
  .ProjectContent .ProjectGallery .ProjectCase {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}
.ProjectContent .ProjectGallery .ProjectCase .Fullphoto {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #000000;
  overflow-x: hidden;
  transition: 0.5s;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 650px) {
  .ProjectContent .ProjectGallery .ProjectCase .Fullphoto {
    display: none !important;
  }
}
.ProjectContent .ProjectGallery .ProjectCase .Fullphoto .Fullphoto-content {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1600px) {
  .ProjectContent .ProjectGallery .ProjectCase .Fullphoto .Fullphoto-content img {
    width: 60%;
    margin: 2%;
  }
}
@media only screen and (min-width: 992px) {
  .ProjectContent .ProjectGallery .ProjectCase .Fullphoto .Fullphoto-content img {
    width: 80%;
  }
}
.ProjectContent .ProjectGallery .ProjectCase .Fullphoto a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
  z-index: 11;
}
.ProjectContent .ProjectGallery .ProjectCase .Fullphoto a:hover,
.ProjectContent .ProjectGallery .ProjectCase .Fullphoto a:focus {
  color: #eeeeee;
}
.ProjectContent .ProjectGallery .ProjectCase .Fullphoto .closebtn {
  position: absolute;
  top: -20px;
  right: 20px;
  font-size: 60px;
}
.ProjectContent .ProjectGallery .ProjectCase .About {
  background-color: #fff;
}
.ProjectContent .ProjectGallery .ProjectCase .ImageCase:hover {
  cursor: pointer;
}
.ProjectContent .ProjectGallery .ProjectCase .ImageCase {
  width: 65%;
  background-color: #000000;
  margin: 0;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .ProjectContent .ProjectGallery .ProjectCase .ImageCase {
    width: 100%;
  }
}
.ProjectContent .ProjectGallery .ProjectCase .ImageCase img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
@media only screen and (max-width: 480px) {
  .ProjectContent .ProjectGallery .ProjectCase .ImageCase img {
    margin-top: 2%;
  }
}
.ProjectContent .ProjectGallery .ProjectCase .ImageCase img:hover {
  opacity: .7;
  transform: scale(1.05);
}
.ProjectContent .ProjectGallery .ProjectCase .nome {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  font-size: 2em;
  letter-spacing: 8px;
  color: #022a37;
  margin: 10% 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .ProjectContent .ProjectGallery .ProjectCase .nome {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 480px) {
  .ProjectContent .ProjectGallery .ProjectCase .nome {
    font-size: 1.5em;
    letter-spacing: 5px;
  }
}
.ProjectContent .ProjectGallery .ProjectCase .description {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  font-size: 1.4em;
  letter-spacing: 0;
  color: #a1a1b7;
  margin: 10% 5%;
  text-align: center;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .ProjectContent .ProjectGallery .ProjectCase .description {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 480px) {
  .ProjectContent .ProjectGallery .ProjectCase .description {
    font-size: 1em;
  }
}
