/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 22, 2022, 5:31:27 PM
    Author     : Vegan
*/
.module-parallax-background-block .gallery-block-pinner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.module-parallax-background-block .inner-module-parallax {
  min-height: 100vh;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  height: auto;
  transform: translateY(-50%);
}
.module-parallax-background-block .inner-module-parallax .parallax-image-row {
  width: 90%;
  margin: 0 auto;
  display: flex;
}
.module-parallax-background-block .inner-module-parallax .parallax-image-row:nth-child(odd) .inner-parallax-image {
  width: 45%;
}
.module-parallax-background-block .inner-module-parallax .parallax-image-row:nth-child(even) .inner-parallax-image {
  width: 55%;
}
.module-parallax-background-block .inner-module-parallax .parallax-image-row .inner-parallax-image {
  text-align: center;
  padding: 100px 0;
}
.module-parallax-background-block .inner-module-parallax .parallax-image-row .inner-parallax-image img {
  margin: 0 auto;
  width: auto;
}
.module-parallax-background-block .inner-module-parallax .parallax-image-row .inner-parallax-image.fade-in-effect-slower {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.module-parallax-background-block .inner-module-parallax .parallax-image-row.alignRight {
  flex-direction: row-reverse;
}
.module-parallax-background-block .inner-module-parallax .parallax-text-row {
  width: 90%;
  margin: 0 auto;
  display: flex;
}
.module-parallax-background-block .inner-module-parallax .parallax-text-row .parallax-text-content {
  display: inline-block;
  margin: 150px 0;
  max-width: 40%;
  padding: 25px;
  margin-right: 5%;
}
.module-parallax-background-block .inner-module-parallax .parallax-text-row.alignRight {
  flex-direction: row-reverse;
  margin-left: 5%;
  margin-right: 0;
}
.m-dev .module-parallax-background-block .inner-module-parallax,
.tb-dev .module-parallax-background-block .inner-module-parallax {
  background-attachment: inherit;
}
.m-dev .module-parallax-background-block .inner-module-parallax .parallax-image-row,
.tb-dev .module-parallax-background-block .inner-module-parallax .parallax-image-row {
  width: 90%;
  margin: 0 auto;
  display: flex;
}
.m-dev .module-parallax-background-block .inner-module-parallax .parallax-image-row:nth-child(odd) .inner-parallax-image,
.tb-dev .module-parallax-background-block .inner-module-parallax .parallax-image-row:nth-child(odd) .inner-parallax-image {
  width: 100%;
}
.m-dev .module-parallax-background-block .inner-module-parallax .parallax-image-row:nth-child(even) .inner-parallax-image,
.tb-dev .module-parallax-background-block .inner-module-parallax .parallax-image-row:nth-child(even) .inner-parallax-image {
  width: 100%;
}
.m-dev .module-parallax-background-block .inner-module-parallax .parallax-image-row.alignLeft,
.tb-dev .module-parallax-background-block .inner-module-parallax .parallax-image-row.alignLeft {
  margin-left: 0;
}
.m-dev .module-parallax-background-block .inner-module-parallax .parallax-image-row.alignRight,
.tb-dev .module-parallax-background-block .inner-module-parallax .parallax-image-row.alignRight {
  margin-right: 0;
}
.m-dev .module-parallax-background-block .inner-module-parallax .parallax-text-row,
.tb-dev .module-parallax-background-block .inner-module-parallax .parallax-text-row {
  width: 100%;
}
.m-dev .module-parallax-background-block .inner-module-parallax .parallax-text-row .parallax-text-content,
.tb-dev .module-parallax-background-block .inner-module-parallax .parallax-text-row .parallax-text-content {
  max-width: 100%;
  margin: 50px 0;
}
.m-dev .module-parallax-background-block .inner-module-parallax .parallax-text-row.alignRight,
.tb-dev .module-parallax-background-block .inner-module-parallax .parallax-text-row.alignRight {
  justify-content: end;
}
.m-dev .module-parallax-background-block .inner-module-parallax .parallax-text-row.alignRight .parallax-text-content,
.tb-dev .module-parallax-background-block .inner-module-parallax .parallax-text-row.alignRight .parallax-text-content {
  margin-right: 0;
  max-width: 100%;
}
/* ipad pro 12.9 portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .module-parallax-background-block .inner-module-parallax {
    background-attachment: inherit;
  }
}
/* ipad pro 10.5 landscape*/
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: landscape) {
  .module-parallax-background-block .inner-module-parallax {
    background-attachment: inherit;
  }
}
/* ipad pro 11 landscape*/
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) {
  .module-parallax-background-block .inner-module-parallax {
    background-attachment: inherit;
  }
}
/* ipad 10.5 landscape*/
@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (orientation: landscape) {
  .module-parallax-background-block .inner-module-parallax {
    background-attachment: inherit;
  }
}
/* ipad 10.5 portrait*/
@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (orientation: portrait) {
  .module-parallax-background-block .inner-module-parallax {
    background-attachment: inherit;
  }
}
/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .module-parallax-background-block .inner-module-parallax {
    background-attachment: inherit;
  }
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .module-parallax-background-block .inner-module-parallax {
    background-attachment: inherit;
  }
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .module-parallax-background-block .inner-module-parallax {
    background-attachment: inherit;
  }
}
/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .module-parallax-background-block .inner-module-parallax {
    background-attachment: inherit;
  }
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .module-parallax-background-block .inner-module-parallax {
    background-attachment: inherit;
  }
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .module-parallax-background-block .inner-module-parallax {
    background-attachment: inherit;
  }
}
/* ----------- iPad Pro 10.5" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .module-parallax-background-block .inner-module-parallax {
    background-attachment: inherit;
  }
}
/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .module-parallax-background-block .inner-module-parallax {
    background-attachment: inherit;
  }
}
/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .module-parallax-background-block .inner-module-parallax {
    background-attachment: inherit;
  }
}
/* ----------- iPad Pro 12.9" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .module-parallax-background-block .inner-module-parallax {
    background-attachment: inherit;
  }
}
/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .module-parallax-background-block .inner-module-parallax {
    background-attachment: inherit;
  }
}
/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .module-parallax-background-block .inner-module-parallax {
    background-attachment: inherit;
  }
}
@media screen and (max-width: 767px) {
  .module-parallax-background-block .inner-module-parallax .parallax-text-row .parallax-text-content {
    max-width: 90%;
  }
}
/*# sourceMappingURL=module-parallax-background-block.css.map */