@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@keyframes borderExpand {
  0% {
    border-width: 0; }
  50% {
    border-width: 10px;
    /* Pośredni efekt dla środkowego borderu */ }
  100% {
    border-width: 3px;
    /* Maksymalna szerokość dla zewnętrznego borderu */ } }
.news-carousel-group {
  background-color: #071421; }
  .news-carousel-group .owl-nav {
    top: 100px;
    left: 0;
    position: absolute;
    top: 70px;
    width: 30%;
    display: flex;
    justify-content: center;
    position: absolute; }
    .news-carousel-group .owl-nav button:first-child {
      margin-right: 35px;
      margin-left: -60px; }
  .news-carousel-group .wrapper {
    position: relative; }
    .news-carousel-group .wrapper .module-title {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      padding-top: 0; }
      .news-carousel-group .wrapper .module-title .module-title-wrapper {
        max-width: 300px;
        padding-right: 15px; }
      .news-carousel-group .wrapper .module-title .module-title-text {
        text-align: left;
        font-size: 36rem;
        color: #e7d2b4;
        font-weight: bold;
        line-height: 1.4;
        font-style: italic;
        font-family: "Playfair Display", sans-serif;
        text-shadow: none;
        background: none; }
      .news-carousel-group .wrapper .module-title .module-subtitle-text {
        text-align: left;
        font-size: 18rem;
        color: var(--primary-text);
        font-weight: 300;
        text-shadow: none;
        background: none;
        opacity: 0.780;
        line-height: 1.5;
        margin-top: 50px;
        margin-bottom: 30px; }
      .news-carousel-group .wrapper .module-title .buttons .btn-magic {
        margin-left: -20px; }
  .news-carousel-group .container-fluid {
    padding: 0 !important; }

.newsy-carousel {
  width: calc(50vw + 430px);
  margin-left: auto;
  margin-right: 40px; }
  .newsy-carousel .nav-wrapper {
    display: none !important; }
    .newsy-carousel .nav-wrapper .nav-start, .newsy-carousel .nav-wrapper .nav-stop {
      filter: invert(1); }
  .newsy-carousel .one-news {
    background-image: url(/img/news-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    padding-bottom: 30px; }
    .newsy-carousel .one-news:hover img {
      transform: scale(0.95); }
    .newsy-carousel .one-news:hover:after {
      transform: rotate(-90deg); }
    .newsy-carousel .one-news:after {
      display: block;
      content: " ";
      width: 30px;
      height: 31px;
      background-image: url("/img/news-after.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      margin: 0 auto;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
  .newsy-carousel .buttons {
    justify-content: flex-start; }
    .newsy-carousel .buttons button {
      background-color: transparent !important;
      border: none;
      font-size: 18rem;
      font-weight: 18rem;
      color: var(--element1-color);
      transition: 0.3s;
      -webkit-transition: 0.3s; }
      .newsy-carousel .buttons button:hover {
        text-decoration: underline; }
  .newsy-carousel .owl-carousel {
    position: initial; }
  .newsy-carousel .foto {
    width: 100%; }
    .newsy-carousel .foto img {
      object-fit: cover;
      width: calc(100% - 30px);
      height: 14vw;
      border-radius: 15px;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
    .newsy-carousel .foto .image {
      display: flex;
      justify-content: center;
      align-items: center; }
  .newsy-carousel .text {
    display: flex;
    width: 100%;
    padding: 0 30px; }
    .newsy-carousel .text h3 {
      font-size: 22rem;
      color: #3d4650;
      font-weight: 500;
      font-style: italic;
      font-family: "Playfair Display", sans-serif;
      text-align: center; }
    .newsy-carousel .text p {
      opacity: 0.780;
      font-size: 16rem;
      color: #6a737c;
      font-weight: 300;
      text-align: center; }
  .newsy-carousel .text-inner {
    width: 100%; }
  .newsy-carousel .date {
    display: none; }
  .newsy-carousel h2 {
    font-weight: 700;
    font-size: 47rem;
    text-align: center;
    margin-bottom: 60px; }
  .newsy-carousel .owl-item {
    padding: 0px; }

@media (max-width: 575.5px) {
  .news-carousel-group .wrapper .module-title {
    position: relative; }
    .news-carousel-group .wrapper .module-title .module-title-wrapper {
      max-width: 100%; }
    .news-carousel-group .wrapper .module-title .module-subtitle-text {
      margin-top: 20px;
      margin-bottom: 20px; }
    .news-carousel-group .wrapper .module-title .buttons {
      justify-content: flex-start; }
  .news-carousel-group .owl-nav {
    top: 40px;
    width: 100%; }
    .news-carousel-group .owl-nav button:first-child {
      margin-right: 17px;
      margin-left: 0px; }

  .newsy-carousel {
    margin-right: 0px;
    padding: 0 15px;
    max-width: 100%; }
    .newsy-carousel p {
      font-size: 18rem; }
    .newsy-carousel .foto img, .newsy-carousel .foto .logo {
      height: 53.3vw; }
    .newsy-carousel h3 {
      font-size: 24rem;
      margin-top: 20px;
      margin-bottom: 10px; }
    .newsy-carousel .text {
      padding-right: 25px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .news-carousel-group .wrapper .module-title {
    position: relative; }
    .news-carousel-group .wrapper .module-title .module-title-wrapper {
      max-width: 100%; }
    .news-carousel-group .wrapper .module-title .module-subtitle-text {
      margin-top: 20px;
      margin-bottom: 20px; }
    .news-carousel-group .wrapper .module-title .buttons {
      justify-content: flex-start; }
  .news-carousel-group .owl-nav {
    top: 55px; }
    .news-carousel-group .owl-nav button:first-child {
      margin-right: 17px;
      margin-left: 0px; }

  .newsy-carousel {
    width: calc(100% - 30px);
    margin-right: auto; }
    .newsy-carousel .nav-wrapper {
      display: flex !important; }
    .newsy-carousel P {
      font-size: 18rem; }
    .newsy-carousel .foto img, .newsy-carousel .foto .logo {
      height: 23.3vw; }
    .newsy-carousel h3 {
      font-size: 24rem;
      margin-top: 0px;
      margin-bottom: 10px; }
    .newsy-carousel .text {
      padding: 0 15px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .news-carousel-group .wrapper .module-title {
    position: relative; }
    .news-carousel-group .wrapper .module-title .module-title-wrapper {
      max-width: 100%; }
    .news-carousel-group .wrapper .module-title .module-subtitle-text {
      margin-top: 20px;
      margin-bottom: 20px; }
    .news-carousel-group .wrapper .module-title .buttons {
      justify-content: flex-start; }
  .news-carousel-group .owl-nav {
    top: 55px; }
    .news-carousel-group .owl-nav button:first-child {
      margin-right: 17px;
      margin-left: 0px; }

  .newsy-carousel {
    width: calc(100% - 80px);
    margin-right: auto; }
    .newsy-carousel .nav-wrapper {
      display: flex !important; }
    .newsy-carousel P {
      font-size: 18rem; }
    .newsy-carousel .foto img, .newsy-carousel .foto .logo {
      height: 23.3vw; }
    .newsy-carousel h3 {
      font-size: 24rem;
      margin-top: 20px;
      margin-bottom: 10px; }
    .newsy-carousel .text {
      padding-right: 25px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .news-carousel-group .wrapper .module-title {
    position: relative; }
    .news-carousel-group .wrapper .module-title .module-title-wrapper {
      max-width: 100%; }
    .news-carousel-group .wrapper .module-title .module-subtitle-text {
      margin-top: 20px;
      margin-bottom: 20px; }
  .news-carousel-group .owl-nav {
    top: 55px; }
    .news-carousel-group .owl-nav button:first-child {
      margin-right: 17px;
      margin-left: -50px; }

  .newsy-carousel .foto img, .newsy-carousel .foto .logo {
    height: 17vw; }
  .newsy-carousel .foto .image {
    margin-bottom: 0; }
  .newsy-carousel h3 {
    font-size: 28rem;
    margin-top: 10px;
    margin-bottom: 15px; }
  .newsy-carousel .text {
    padding-right: 25px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .news-carousel-group .owl-nav button:first-child {
    margin-right: 35px;
    margin-left: -31px; }

  .newsy-carousel {
    width: calc(50vw + 280px); }
    .newsy-carousel .foto .image {
      margin-bottom: 0; }
    .newsy-carousel h3 {
      font-size: 28rem;
      margin-top: 10px;
      margin-bottom: 15px; }
    .newsy-carousel .text {
      padding-right: 25px; } }

/*# sourceMappingURL=news_carousel.css.map */
