<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.portfolio-details.parallax .content-parallax {
  margin: auto;
  text-align: center;
  width: 100%;
  padding: 60px 0 10px; }
  .portfolio-details.parallax .content-parallax .title {
    font-size: 29px;
    line-height: 1.4;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .portfolio-details.parallax .content-parallax .category-parallax {
    margin-top: 12px;
    margin-bottom: 15px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    line-height: 1.2; }
  .portfolio-details.parallax .content-parallax .category-parallax a {
    font-size: 12px;
    font-weight: 700;
    color: var(--main-color);
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 2;
    text-transform: uppercase;
    left: 0; }
    .portfolio-details.parallax .content-parallax .category-parallax a:hover {
      text-decoration: none;
      color: var(--grey-color);
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
  .portfolio-details.parallax .content-parallax .excerpt {
    font-size: 17px;
    text-align: center;
    line-height: 1.7;
    margin: 30px auto auto;
    color: var(--grey-color);
    max-width: 900px; }
    .portfolio-details.parallax .content-parallax .excerpt p {
      margin-bottom: 0; }
.portfolio-details.parallax .single-pagination {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-left: -15px;
  width: calc(100% + 30px); }
  .portfolio-details.parallax .single-pagination .pag-next {
    text-align: right; }
  .portfolio-details.parallax .single-pagination .pag-prev,
  .portfolio-details.parallax .single-pagination .pag-next {
    padding: 60px 15px 60px;
    width: 50%; }
    .portfolio-details.parallax .single-pagination .pag-prev div,
    .portfolio-details.parallax .single-pagination .pag-next div {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      color: var(--main-color);
      letter-spacing: 2px;
      margin-bottom: 5px; }
    .portfolio-details.parallax .single-pagination .pag-prev a,
    .portfolio-details.parallax .single-pagination .pag-next a {
      font-size: 15px;
      text-transform: uppercase;
      font-weight: 700;
      color: var(--dark-color);
      letter-spacing: 2px;
      text-decoration: none; }
      .portfolio-details.parallax .single-pagination .pag-prev a:hover,
      .portfolio-details.parallax .single-pagination .pag-next a:hover {
        color: var(--grey-color);
        opacity: 1; }
.portfolio-details.parallax .scroll-down-wrapper {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 25; }
.portfolio-details.parallax .arrows {
  width: 30px;
  height: 50px;
  cursor: pointer; }
.portfolio-details.parallax .arrows path {
  stroke: var(--light-color);
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; }
@keyframes arrow {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes arrow {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.portfolio-details.parallax .arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  /* Safari 和 Chrome */ }
.portfolio-details.parallax .arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  /* Safari 和 Chrome */ }
.portfolio-details.parallax .arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  /* Safari 和 Chrome */ }

.parallax-window {
  position: relative; }

@media only screen and (min-width: 1025px) {
  .bottom-menu .parallax-window {
    height: 100vh !important; } }
@media only screen and (max-width: 1024px) {
  .parallax-window {
    height: 100vh !important; } }
@media only screen and (max-width: 991px) {
  .portfolio-details.parallax .content-parallax {
    padding: 45px 0 0; }
    .portfolio-details.parallax .content-parallax .excerpt {
      margin-top: 20px; } }
@media only screen and (max-width: 600px) {
  .portfolio-details.parallax .content-parallax {
    padding: 35px 0 5px; }
    .portfolio-details.parallax .content-parallax .category-parallax {
      margin-top: 0;
      margin-bottom: 5px; }
      .portfolio-details.parallax .content-parallax .category-parallax a {
        letter-spacing: 1px; }
    .portfolio-details.parallax .content-parallax .title {
      font-size: 21px;
      letter-spacing: 1px;
      margin-bottom: 0; }
    .portfolio-details.parallax .content-parallax .excerpt {
      font-size: 16px;
      margin-top: 15px; }
  .portfolio-details.parallax .single-pagination .pag-prev,
  .portfolio-details.parallax .single-pagination .pag-next {
    padding: 30px 15px 30px; }
    .portfolio-details.parallax .single-pagination .pag-prev a, .portfolio-details.parallax .single-pagination .pag-prev div,
    .portfolio-details.parallax .single-pagination .pag-next a,
    .portfolio-details.parallax .single-pagination .pag-next div {
      letter-spacing: 1px; } }

/*# sourceMappingURL=portfolio-parallax.css.map */
</pre></body></html>