.hide-navigation .header,
.hide-navigation .footer,
.comment-likes-wrapper i,
.ba-comments-be-first-message,
a.ba-blog-post-rating-count,
.open-calendar-wrapper i,
.ba-field-filter-date-calendars i {
    display: none;
}

/* Sign In Page */
.hide-navigation {
    padding: 0;
}

/* Comments and reviews */
span.ba-submit-comment,
.ba-load-more-reviews-btn, 
.ba-item-reviews .ba-leave-review-btn {
		border-radius: 12px;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
.ba-item-reviews .ba-reviews-total-rating {
    font-weight: 400;
}
span.ba-submit-cancel {
    font-weight: 400 !important;
    font-size: 12px;
}
/*Tour page*/
.disable-gallery-lightbox .ba-instagram-image {
    pointer-events: none;
}
.custom-date-picker input.open-calendar-dialog,
.ba-add-to-cart-guests {
    border-radius: 12px;
    border-width: 2px !important;
}
i.ba-overlay-section-close {
    font-weight: 700;
    font-size: 56px;
    position: fixed;
    right: 50px;
}

@media (max-width: 1024px){
    i.ba-overlay-section-close {
        font-size: 36px;
        right: 20px;
        top: 20px;
     }
}

/* Carousel */
.custom-carousel .slideshow-content {
    min-height: 575px;
}
.custom-carousel ul.carousel-type li.item,
.custom-carousel .slideshow-content li {
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid var(--border);
}
.custom-carousel .slideset-btn-prev {
    left: -100px;
}
.custom-carousel .slideset-btn-next {
    right: -100px;
}

@media (max-width: 768px){
    .custom-carousel .slideset-btn-prev {
        left: -25px;
    }
    .custom-carousel .slideset-btn-next {
        right: -25px;
    }
}

/*Tour listing*/
span.ba-filter-rating i {
    font-size: 14px !important;
    line-height: 24px;
}
.ba-field-filter .ba-filter-rating i.active:after,
.ba-blog-post-reviews .ba-blog-post-rating-stars i.active,
.ba-blog-post-reviews .ba-blog-post-rating-stars i.active + i:after {
    color: #017c6e !important;
}

/*Custom filter*/
@media (min-width: 1025px){
.custom-filter .ba-items-filter-search-button:before {
    content: "→";
    color: var(--title);
    padding: 30px;
    border: 2px solid var(--border);
    font: normal 20px/28px 'Archivo';
    border-radius: 50%;
    transition: all .3s;
}

.custom-filter .ba-items-filter-search-button:hover:before {
    border-color: var(--primary);
}

.custom-filter .ba-items-filter-search-button:hover,
.custom-filter .ba-items-filter-search-button {
    background: transparent !important;
    font-size: 0px !important;
    margin: 0 25px 0 50px;
    padding: 0;
    line-height: 60px !important;
}

.custom-filter .ba-field-filter-value .ba-field-filter-date-calendars > div input,
.custom-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter {
    border-width: 0px !important;
    border-bottom-width: 2px !important;
    border-radius: 0;
    padding: 0 !important;
    transition: all .3s;
    font-weight: 600;
    height: auto !important;
}

.custom-filter .ba-field-filter-value .ba-field-filter-date-calendars > div input::-webkit-input-placeholder {
    color: inherit;
    font-weight: inherit;
}

.custom-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter {
    width: calc(50% - 150px);   
}

.custom-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter-label i {
    display: none;
}
}
.custom-filter .ba-checkbox-wrapper > span {
    font:400 14px/40px 'Archivo';
    color: var(--text);
    text-transform: none
}

.custom-filter .ba-field-filter .ba-checkbox input ~ span {
    top: 10px;
}
@media (max-width: 1024px){
    .custom-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter-value-wrapper {
        left: 0;
        transform: translateX(0);
    }
  .ba-field-filter-date-calendars i {
    display: inline-block !important;
    font-size: initial !important;
}
  
  .custom-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter {
    margin-right:25px;
    margin-left: 25px;
}

}

.tire-track {
  position: relative;
  overflow: hidden;
}

.tire-track::before {
  content: "";
  position: absolute;
  inset: -10% -5%;                /* trochę większy, by nie ucinało krawędzi */
  background: url("/images/tire-track-2.svg") repeat-y center / 220px;
  transform: rotate(-14deg);      /* lekka diagonalna */
  opacity: .18;                   /* subtelnie */
  mix-blend-mode: multiply;       /* ładnie „wtapia” się w tło i zdjęcia */
  pointer-events: none;
}

/* Responsywność – na małych ekranach delikatniej */
@media (max-width: 600px) {
  .tire-track::before {
    background-size: 160px;
    opacity: .12;
    transform: rotate(-10deg);
  }
}

.stamp {
  position: relative;
  display: inline-block;
  padding: .8rem 1.2rem;
  z-index: 0;
}

.stamp::after {
  content: "";
  position: absolute;
  left: -1.2rem; right: -1.2rem;
  top: 50%; height: 18px;
  background: url("/joomla/images/tire-track-2.svg") no-repeat left center / 280px 18px;
  transform: rotate(-6deg) translateY(-50%);
  opacity: .25;
  z-index: -1;
}

.white {
    color: white;
}

.white ul,
.white li {
    color: white;
}


.custom-section .ba-shape-divider {
   z-index: 10 !important
}

.ba-shape-divider.ba-shape-divider-bottom {
     margin-bottom: -1px;
}

@media (max-width: 768px) {
     .body,
     .footer {
         overflow: hidden;
     }
}

#item-1494846679 > .ba-shape-divider.ba-shape-divider-top {
     margin-top: -1px;
}

#item-17623774117150 > .ba-shape-divider.ba-shape-divider-top{
     margin-top: -1px;
}


/* 1. >= FullHD (≥1920px) */
@media (min-width: 1920px) {
   .na h2 {
        font-size: 128px !important;
    }
  
}
@media (min-width: 1920px) {
   
  .na h1 {
        font-size: 128px !important;
    }
}

/* 2. Między FullHD a Laptop (1367px – 1919px) */
@media (min-width: 1367px) and (max-width: 1919px) {
    .na h2 {
        font-size: 75px !important;
    }
  .na h1 {
        font-size: 75px !important;
    }
}

/* 3. Między Laptop a Tablet poziomo (1025px – 1366px) */
@media (min-width: 1025px) and (max-width: 1366px) {
    .na h2 {
        font-size: 75px !important;
    }
  .na h1 {
        font-size: 75px !important;
    }
}

/* 4. Między Tablet poziomo a Tablet pionowo (769px – 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .na h2 {
        font-size: 75px !important;
    }
  .na h1 {
        font-size: 75px !important;
    }
}

/* 5. Między Tablet pionowo a Smartfon poziomo (481px – 768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .na h2 {
        font-size: 75px !important;
    }
  .na h1 {
        font-size: 75px !important;
    }
}

/* 6. Między Smartfon poziomo a Smartfon pionowo (321px – 480px) */
@media (min-width: 321px) and (max-width: 480px) {
    .na h2 {
        font-size: 60px !important;
    }
  .na h1 {
        font-size: 60px !important;
    }
}

/* 7. Smartfon pionowo (≤320px lub ≤480px – zależnie od preferencji) */
@media (max-width: 320px) {
    .na h2 {
        font-size: 38px !important;
    }
  .na h1 {
        font-size: 38px !important;
    }
}




  .responsive-img {
    display: block;
    height: auto;
}

/* 1. >= FullHD (≥1920px) */
@media (min-width: 1920px) {
    .responsive-img {
        width: 800px !important;
    }
}

/* 2. Między FullHD a Laptop (1367px – 1919px) */
@media (min-width: 1367px) and (max-width: 1919px) {
    .responsive-img {
        width: 520px !important;
    }
}

/* 3. Między Laptop a Tablet poziomo (1025px – 1366px) */
@media (min-width: 1025px) and (max-width: 1366px) {
    .responsive-img {
        width: 350px !important;
    }
}

/* 4. Między Tablet poziomo a Tablet pionowo (769px – 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
        .responsive-img {
        width: 350px !important;
    }
}

/* 5. Między Tablet pionowo a Smartfon poziomo (481px – 768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .responsive-img {
        width: 350px !important;
    }
}

/* 6. Między Smartfon poziomo a Smartfon pionowo (321px – 480px) */
@media (min-width: 321px) and (max-width: 480px) {
    .responsive-img {
        width: 350px !important;
    }
}

/* 7. Smartfon pionowo (≤320px) */
@media (max-width: 320px) {
    .responsive-img {
        width: 350px !important;
    }
}