/*------------------------------------------------------*/
/*----------------  PORTFOLIO PARALLAX -----------------*/
.parallax-window {
  position: relative;
  min-height: 100vh;
}
.parallax-window .content-parallax {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 100px;
  max-width: 500px;
  max-height: -webkit-calc(100% - 50px);
  max-height: calc(100% - 50px);
  overflow: auto;
  width: 100%;
  padding: 60px 50px;
  background-color: var(--light-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.parallax-window .title {
  font-size: 50px;
  color: var(--dark-color);
  line-height: 1.2;
  margin-bottom: 30px;
}
.parallax-window .category-parallax {
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dark-color);
  font-weight: 700;
  margin-bottom: 18px;
}
.parallax-window .category-parallax a {
  color: var(--green-color);
  text-decoration: none;
}
.parallax-window .category-parallax a:hover {
  color: var(--grey-color);
}
.parallax-window .text {
  font-size: 15px;
  color: var(--grey-color);
  margin-bottom: 55px;
  line-height: 1.73;
}
.parallax-window .text .text {
  margin-bottom: 0;
}
.parallax-window .share-title {
  color: var(--dark-color);
  font-weight: 600;
  margin-right: 11px;
  display: inline-block;
  font-size: 15px;
}
.parallax-window .single-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
  margin-top: 55px;
}
.parallax-window .single-share ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.parallax-window .single-share ul li {
  margin-left: 9px;
  margin-right: 9px;
  line-height: 24px;
}
.parallax-window .single-share ul li a {
  color: var(--dark-color);
  font-size: 18px;
  text-decoration: none;
}
.parallax-window .single-share ul li a:hover {
  color: var(--green-color);
}
.parallax-window .info-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.parallax-window .info-item-wrap .item {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.parallax-window .info-item-wrap .item .name {
  font-size: 15px;
  color: var(--dark-color);
  font-weight: bold;
}
.parallax-window .info-item-wrap .item .text-item {
  margin-top: 15px;
  color: var(--grey-color);
  font-size: 15px;
}
.parallax-window .info-item-wrap .item .text-item a {
  color: var(--grey-color);
  text-decoration: none;
}
.parallax-window .info-item-wrap .item .text-item a:hover {
  color: var(--green-color);
}

@media only screen and (max-width: 1400px) {
  .parallax-window .content-parallax {
    padding: 45px 40px;
  }
  .parallax-window .text {
    margin-bottom: 40px;
  }
  .parallax-window .single-share {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .parallax-window .category-parallax {
    margin-bottom: 15px;
  }
  .parallax-window .title {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .parallax-window .text {
    margin-bottom: 35px;
  }
  .parallax-window .single-share {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .parallax-window .content-parallax {
    max-width: -webkit-calc(100% - 200px);
    max-width: calc(100% - 200px);
    padding: 35px 30px;
  }
  .parallax-window .title {
    font-size: 35px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .parallax-window .content-parallax {
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
    left: 25px;
    top: 50%;
    padding: 30px;
  }
  .parallax-window .title {
    font-size: 32px;
  }
  .parallax-window .category-parallax {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=portfolio-parallax.min.css.map */
