.carousel-text {
  position: relative;
  margin-top: -80px; }
  .carousel-text .title {
    margin-bottom: 20px; }
    .carousel-text .title h3 {
      font-size: 64rem;
      font-weight: 400;
      font-family: "Bangers", sans-serif;
      letter-spacing: 3px; }
  .carousel-text h4 {
    font-size: 40rem;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--transparent-color3); }
  .carousel-text p, .carousel-text ul li, .carousel-text ol li {
    color: var(--transparent-color1);
    font-weight: 300; }
  .carousel-text .nav-wrapper {
    margin-top: 1.5vw;
    justify-content: center;
    display: flex; }
  .carousel-text .owl-dots {
    justify-content: flex-start; }
  .carousel-text:first-child {
    margin-top: 0; }
    .carousel-text:first-child .text-bg {
      height: calc(100% - 80px);
      bottom: 0;
      top: 80px; }
    .carousel-text:first-child .text {
      margin-top: 80px;
      padding-top: 0px;
      padding-bottom: 80px; }
    .carousel-text:first-child .wrapper:after {
      height: calc(100% - 160px);
      top: 80px; }
    .carousel-text:first-child .carousel-part {
      margin-top: 0;
      padding-bottom: 0; }
  .carousel-text:last-child .text {
    min-height: 52vw;
    padding-bottom: 10vw; }
  .carousel-text:last-child .wrapper:after {
    height: 100%; }
  .carousel-text:last-child .carousel-part {
    padding-bottom: 0; }
  .carousel-text .text-bg {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1; }
    .carousel-text .text-bg .image {
      height: 100%; }
    .carousel-text .text-bg img {
      object-position: left;
      max-height: 100%;
      height: 100%;
      max-width: 100%;
      width: 100%;
      object-fit: cover; }
  .carousel-text .wrapper {
    position: relative; }
    .carousel-text .wrapper:after {
      width: 100%;
      height: calc(100% - 80px);
      content: "";
      background-color: var(--transparent-color2);
      position: absolute;
      display: block;
      top: 0;
      z-index: 2; }
  .carousel-text.reverse .text-bg {
    left: auto;
    right: 0; }
  .carousel-text.reverse .carousel-part {
    order: 1;
    right: auto;
    left: 0; }
  .carousel-text.reverse .text {
    order: 2; }
  .carousel-text .carousel-part {
    width: 50%;
    position: relative;
    right: 0;
    height: 100%;
    order: 2;
    z-index: 3;
    margin-top: 80px;
    padding-bottom: 80px; }
    .carousel-text .carousel-part .gallery-carousel-text, .carousel-text .carousel-part .owl-stage-outer, .carousel-text .carousel-part .owl-stage, .carousel-text .carousel-part .owl-item, .carousel-text .carousel-part .one-image {
      height: 100%; }
    .carousel-text .carousel-part .gallery-carousel-text {
      position: inherit; }
    .carousel-text .carousel-part .one-image {
      display: block; }
      .carousel-text .carousel-part .one-image .image {
        height: 100%; }
    .carousel-text .carousel-part .owl-carousel .owl-item img {
      height: 37.7vw;
      max-height: 724px;
      object-fit: cover; }
  .carousel-text .text {
    order: 1;
    width: 50%;
    position: relative;
    z-index: 3;
    padding-top: 80px;
    display: flex;
    align-items: center;
    min-height: 38vw; }
    .carousel-text .text .container-block {
      padding-top: 15px !important;
      padding-bottom: 15px !important; }

@media (max-width: 575.5px) {
  .carousel-text {
    margin-top: 0; }
    .carousel-text:first-child .wrapper:after {
      height: 100%;
      top: 0px; }
    .carousel-text:first-child .text-bg {
      height: 100%;
      width: 100%;
      bottom: 0;
      top: 0px; }
    .carousel-text:first-child .text {
      margin-top: 0px;
      padding-bottom: 0px; }
    .carousel-text:last-child .text {
      padding-bottom: 0vw;
      min-height: auto; }
    .carousel-text .text-bg {
      width: 100%; }
      .carousel-text .text-bg img {
        object-fit: bottom center; }
    .carousel-text.reverse .wrapper {
      flex-direction: column-reverse !important; }
    .carousel-text.reverse .text {
      margin-bottom: 0; }
    .carousel-text .nav-wrapper {
      position: absolute;
      bottom: 0px;
      z-index: 3;
      width: 100%;
      background-color: #00000085;
      margin: 0;
      padding: 10px 0; }
      .carousel-text .nav-wrapper .owl-dots .owl-dot {
        margin-top: 2px; }
    .carousel-text .carousel-part {
      width: 100%;
      position: relative;
      margin-top: 0px;
      padding-bottom: 0px; }
      .carousel-text .carousel-part .owl-carousel .owl-item img {
        height: 60vw; }
    .carousel-text .text {
      width: 100%;
      min-height: auto;
      padding-top: 0px; }
      .carousel-text .text .container-block {
        padding-top: 50px !important;
        padding-bottom: 50px !important; }
    .carousel-text .wrapper {
      flex-direction: column !important; }
      .carousel-text .wrapper:after {
        height: 100%; }
    .carousel-text .title {
      margin-bottom: 10px; }
      .carousel-text .title h3 {
        font-size: 35rem; }
    .carousel-text h4 {
      font-size: 25rem; }
    .carousel-text .buttons {
      justify-content: flex-start;
      margin-top: 0px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .carousel-text {
    margin-top: 0; }
    .carousel-text:first-child .wrapper:after {
      height: 100%;
      top: 0px; }
    .carousel-text:first-child .text-bg {
      height: 100%;
      width: 100%;
      bottom: 0;
      top: 0px; }
    .carousel-text:first-child .text {
      margin-top: 0px;
      padding-bottom: 0px; }
    .carousel-text:last-child .text {
      padding-bottom: 0vw;
      min-height: auto; }
    .carousel-text .text-bg {
      width: 100%; }
      .carousel-text .text-bg img {
        object-fit: bottom center; }
    .carousel-text.reverse .wrapper {
      flex-direction: column-reverse !important; }
    .carousel-text.reverse .text {
      margin-bottom: 0; }
    .carousel-text .nav-wrapper {
      position: absolute;
      bottom: 0px;
      z-index: 3;
      width: 100%;
      background-color: #00000085;
      margin: 0;
      padding: 10px 0; }
    .carousel-text .carousel-part {
      width: 100%;
      position: relative;
      margin-top: 0px;
      padding-bottom: 0px; }
      .carousel-text .carousel-part .owl-carousel .owl-item img {
        height: 60vw; }
    .carousel-text .text {
      width: 100%;
      min-height: auto;
      padding-top: 0px; }
      .carousel-text .text .container-block {
        padding-top: 50px !important;
        padding-bottom: 50px !important; }
    .carousel-text .wrapper {
      flex-direction: column !important; }
      .carousel-text .wrapper:after {
        height: 100%; }
    .carousel-text .title {
      margin-bottom: 10px; }
      .carousel-text .title h3 {
        font-size: 35rem; }
    .carousel-text h4 {
      font-size: 25rem; }
    .carousel-text .buttons {
      justify-content: flex-start;
      margin-top: 0px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .carousel-text {
    margin-top: 0; }
    .carousel-text:first-child .wrapper:after {
      height: 100%;
      top: 0px; }
    .carousel-text:first-child .text-bg {
      height: 100%;
      width: 100%;
      bottom: 0;
      top: 0px; }
    .carousel-text:first-child .text {
      margin-top: 0px;
      padding-bottom: 0px; }
    .carousel-text:last-child .text {
      padding-bottom: 0vw;
      min-height: auto; }
    .carousel-text .text-bg {
      width: 100%; }
      .carousel-text .text-bg img {
        object-fit: bottom center; }
    .carousel-text.reverse .wrapper {
      flex-direction: column-reverse !important; }
    .carousel-text.reverse .text {
      margin-bottom: 0; }
    .carousel-text .nav-wrapper {
      position: absolute;
      bottom: 0px;
      z-index: 3;
      width: 100%;
      background-color: #00000085;
      margin: 0;
      padding: 10px 0; }
    .carousel-text .carousel-part {
      width: 100%;
      position: relative;
      margin-top: 0px;
      padding-bottom: 0px; }
      .carousel-text .carousel-part .owl-carousel .owl-item img {
        height: 60vw; }
    .carousel-text .text {
      width: 100%;
      min-height: auto;
      padding-top: 0px; }
      .carousel-text .text .container-block {
        padding-top: 50px !important;
        padding-bottom: 50px !important; }
    .carousel-text .wrapper {
      flex-direction: column !important; }
      .carousel-text .wrapper:after {
        height: 100%; }
    .carousel-text .title {
      margin-bottom: 10px; }
      .carousel-text .title h3 {
        font-size: 40rem; }
    .carousel-text h4 {
      font-size: 30rem; }
    .carousel-text .buttons {
      justify-content: flex-start;
      margin-top: 0px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .carousel-text {
    margin-top: -50px; }
    .carousel-text:first-child .wrapper:after {
      height: calc(100% - 100px);
      top: 50px; }
    .carousel-text:first-child .text-bg {
      height: calc(100% - 50px);
      bottom: 0;
      top: 50px; }
    .carousel-text:first-child .text {
      margin-top: 50px;
      padding-bottom: 50px; }
    .carousel-text:last-child .text {
      padding-bottom: 5vw;
      min-height: 58vw; }
    .carousel-text .wrapper:after {
      height: calc(100% - 50px); }
    .carousel-text .carousel-part {
      margin-top: 50px;
      padding-bottom: 50px; }
      .carousel-text .carousel-part .owl-carousel .owl-item img {
        height: 46.7vw; }
    .carousel-text .text {
      min-height: 47vw;
      padding-top: 50px; }
    .carousel-text .title {
      margin-bottom: 0px; }
      .carousel-text .title h3 {
        font-size: 50rem; }
    .carousel-text h4 {
      font-size: 35rem; }
    .carousel-text .nav-wrapper {
      margin-top: 2.5vw; }
    .carousel-text .buttons {
      margin-top: 5px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .carousel-text {
    margin-top: -50px; }
    .carousel-text:first-child .wrapper:after {
      height: calc(100% - 100px);
      top: 50px; }
    .carousel-text:first-child .text-bg {
      height: calc(100% - 50px);
      bottom: 0;
      top: 50px; }
    .carousel-text:first-child .text {
      margin-top: 50px;
      padding-bottom: 50px; }
    .carousel-text:last-child .text {
      padding-bottom: 5vw;
      min-height: 58vw; }
    .carousel-text .wrapper:after {
      height: calc(100% - 50px); }
    .carousel-text .carousel-part {
      margin-top: 50px;
      padding-bottom: 50px; }
      .carousel-text .carousel-part .owl-carousel .owl-item img {
        height: 46.7vw; }
    .carousel-text .text {
      min-height: 47vw;
      padding-top: 50px; }
    .carousel-text .title {
      margin-bottom: 0px; }
      .carousel-text .title h3 {
        font-size: 58rem; }
    .carousel-text h4 {
      font-size: 38rem; }
    .carousel-text .nav-wrapper {
      margin-top: 2.5vw; }
    .carousel-text .buttons {
      margin-top: 5px; } }
@media (min-width: 1580px) and (max-width: 1699.5px) {
  .carousel-text:last-child .text {
    padding-bottom: 5vw;
    min-height: 53vw; }
  .carousel-text .carousel-part .owl-carousel .owl-item img {
    height: 42.7vw; }
  .carousel-text .text {
    min-height: 43vw; } }

/*# sourceMappingURL=gallery_carousel_text.css.map */
