.custom-bg-text {
    font-size: 260px;
    left: 10%;
    line-height: 0;
    position: absolute;
    top: 75px;
    white-space: nowrap;
    z-index: -1;
}
  
    .custom-block  .ba-grid-column{
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .custom-block:hover  .ba-grid-column:hover{
        box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2) !important;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        z-index: 1;
    }
  
    .custom-right-column {
        margin-left: -70px;
    }
  
/*/////////////////////////////////////////////////////////*/
/* Carousel */
  
  .custom-carousel .slideshow-button {
      padding: 0;
  }

  .custom-carousel  .slideset-btn-prev  {
      right: auto;
      left: calc(91% - 20px);
      right: -webkit-calc(45% - 20px);
  }

  .custom-carousel  .ba-slideset-nav {
      bottom: 40px;
      top: auto;
  }
  
  .custom-carousel {
      width: 150% !important;
  }

  .custom-carousel .item.active {
      box-shadow: none
  }

  .custom-carousel .slideshow-content {
      padding: 50px 0 100px; 
  }  


  .custom-carousel .slideshow-button a {
      box-shadow: none;
      line-height: initial;
      opacity: 0 !important;  
      position: absolute;
      right: 25px;
      top: 250px;
      transform:scale(.3);
      -webkit-transform:scale(.3);
      -webkit-transition:all .3s ;
      transition:all .3s ;
  }

  .custom-carousel .item.active:hover .slideshow-button a {
      opacity: 1 !important;  
      transform:scale(1);
      -webkit-transform:scale(1);
  }

  .custom-carousel .slideset-btn-next
  .custom-carousel .slideshow-button a:before {
      content: '\f10d';
      display:block;
      font: normal normal normal 24px/1 'Material-Design-Iconic-Font';
      height:24px;
      text-align:center;
      width:24px;
  }

/*/////////////////////////////////////////////////////////*/
/* Aleksandra - zdjęcie */

.aleksandra {
  z-index: 100;
}

/*/////////////////////////////////////////////////////////*/
/* Kreska */

.kreska {
  position: relative;
  padding: 75px;
  box-sizing: border-box;
}

.kreska::before {
  content: '';
  position: absolute;
  top: 0; /* przy samej górze */
  left: 130px; 
  width: 1.5px;
  height: 130px;
  background-color: #1a3530;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 1440px) {
  .kreska::before {
    left: 14%;
    height: 100px;
    width: 1.5px;
  }
}

@media (max-width: 1280px) {
  .kreska::before {
    left: 13%;
    height: 100px;
    width: 1.5px;
  }
}

@media (max-width: 1024px) {
  .kreska::before {
    left: 9%;
    height: 100px;
    width: 1.5px;
  }
}

@media (max-width: 420px) {
  .kreska::before {
    left: 9%;
    height: 0px;
    width: none;
  }
}

/*/////////////////////////////////////////////////////////*/

.praca {background-color:#fff}
.gap {grid-gap: 30px}

.custom-carousel {
    position: relative; /* Kontekst dla pozycjonowania absolutnego */
}

/*/////////////////////////////////////////////////////////*/
/* Strzałki w slideset */

.ba-slideset-nav {
    position: absolute;
    top: 50%; /* Ustawienie na środku */
    left: 0;
    right: 0;
    z-index: 5;
    display: flex;
    justify-content: space-between; /* Strzałki rozłożone na całej szerokości */
    transform: translateY(-50%); /* Centrowanie strzałek w pionie */
}

.ba-icon-chevron-left,
.ba-icon-chevron-right {
    font-size: 26px; /* Rozmiar strzałek */
    color: #fff;
    background: #000;
    padding: 10px;
}

/* Wersja dla większych ekranów */
@media (min-width: 1025px) {
    .ba-slideset-nav {
        padding: 0 20px; /* Ustawiamy padding dla odstępu */
    }
    
    .ba-icon-chevron-left {
        position: absolute;
        left: 0; /* Strzałka po lewej stronie */
        margin-left: -50px; /* Mały odstęp od krawędzi */
    }

    .ba-icon-chevron-right {
        position: absolute;
        right: 0; /* Strzałka po prawej stronie */
        margin-right: 40px; /* Mały odstęp od krawędzi */
    }
}

@media (max-width: 1024px) {
    .ba-slideset-nav {
        padding: 0 20px; /* Ustawiamy padding dla odstępu */
    }
    
    .ba-icon-chevron-left {
        position: absolute;
        left: 0; /* Strzałka po lewej stronie */
        margin-left: -70px; /* Mały odstęp od krawędzi */
    }

    .ba-icon-chevron-right {
        position: absolute;
        right: 0; /* Strzałka po prawej stronie */
        margin-right: 50px; /* Mały odstęp od krawędzi */
    }
}

@media (max-width: 420px) {
    .ba-slideset-nav {
        padding: 0 20px; /* Ustawiamy padding dla odstępu */
    }
    
    .ba-icon-chevron-left {
        position: absolute;
        left: 0; /* Strzałka po lewej stronie */
        margin-left: -90px; /* Mały odstęp od krawędzi */
    }

    .ba-icon-chevron-right {
        position: absolute;
        right: 0; /* Strzałka po prawej stronie */
        margin-right: 50px; /* Mały odstęp od krawędzi */
    }
}

/*/////////////////////////////////////////////////////////*/
/* ikony facebook instagram */

#item-17479364828843 > div.ba-icon-list-wrapper li {
  margin-right: 8px;
}

@media (max-width: 1280px) {
  #item-17479364828843 > div.ba-icon-list-wrapper li {
    margin-right: 20px;
  }
}
  
@media (max-width: 1024px) {
  #item-17479364828843 > div.ba-icon-list-wrapper li {
    margin-right: 10px;
  }
}
  

/*/////////////////////////////////////////////////////////*/
  
  
#item-17443906840890 > div.ba-icon-list-wrapper li {
  margin-right: 8px;
}
  
@media (max-width: 1280px) {
  #item-17443906840890 > div.ba-icon-list-wrapper li {
    margin-right: 20px;
  }
}
  
@media (max-width: 1024px) {
  #item-17443906840890 > div.ba-icon-list-wrapper li {
    margin-right: 10px;
  }
}
 
