.navbar-brand {
  width: 240px;
}

.navbar-brand .menulogo {
    height: 70px;
}

.kategoria-outsidera-1::after {
  background-color: rgba(226,175,82,0.5);
}

.kategoria-outsidera-2::after {
  background-color: rgba(216,216,216,0.5);
}

.kategoria-outsidera-3::after {
  background-color: rgba(158,73,33,0.5);
}

.header.header-subpage {
    position: relative;
}

.header.header-subpage > .container {
    position: relative;
    z-index: 2;
}

.header-bg-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-position: center bottom;
    opacity: 1;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.header-bg-layer.header-bg-layer-enter {
    opacity: 0;
}

.header.header-subpage::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 140px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.header-subpage .navbar-brand {
    width: 170px;
}

.header-subpage .navbar-brand .menulogo {
    height: 48px;
}

.subpage-heading {
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

@media (min-width: 992px) {
    .header-subpage .navbar {
        padding-top: 1rem !important;
        padding-bottom: 0.75rem !important;
    }

    .header.header-subpage::before {
        height: 190px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header-subpage .navbar {
        padding-top: 0.75rem !important;
        padding-bottom: 0.5rem !important;
    }

    .header.header-subpage::before {
        height: 150px;
    }
}

.filters-row {
    min-height: 62px;
    margin-bottom: 3rem;
}

.filters-pills {
    padding: 12px 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.filters-pills::-webkit-scrollbar {
    display: none;
}

.filters-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
}

#filter.filters-pills .btn,
.pills-nav .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 4px;
    padding: 0.6rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50px;
    background-color: transparent;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
    -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

#filter.filters-pills .btn:hover,
#filter.filters-pills .btn:focus,
.pills-nav .btn:hover,
.pills-nav .btn:focus {
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    box-shadow: none;
}

#filter.filters-pills .btn.active,
.pills-nav .btn.active {
    border-color: #de1e39;
    background-color: #de1e39;
    color: #fff;
    box-shadow: 0 4px 14px rgba(222, 30, 57, 0.4);
}

.filters-pills.fixed {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 768px) and (max-width: 1399.98px) {
    #filter.filters-pills .btn,
    .pills-nav .btn {
        margin: 0 3px;
        padding: 0.55rem 0.95rem;
        font-size: 0.8125rem;
    }
}

@media (max-width: 575.98px) {
    .filters-row {
        margin-bottom: 2rem;
    }

    .filters-track {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 12px;
    }

    #filter.filters-pills .btn,
    .pills-nav .btn {
        padding: 0.5rem 1rem;
        font-size: 0.8125rem;
    }
}

.pills-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.pills-nav .btn {
    margin-bottom: 8px;
}

.detail-tabs {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.detail-tab {
    display: none;
}

.detail-tab.active {
    display: block;
}

.detailVideoItem {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 10px;
    background-color: #000;
}

.detailVideoItem iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.detailSocials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.detailSocialItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 130px;
    margin: 0 8px 16px;
    padding: 1.25rem 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: #fff;
    text-align: center;
}

.detailSocialItem:hover,
.detailSocialItem:focus {
    border-color: #de1e39;
    background-color: rgba(222, 30, 57, 0.12);
    color: #de1e39;
}

.detailSocialIcon svg {
    display: block;
    width: 34px;
    height: 34px;
}

.detailSocialName {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.detail-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.5rem -0.25rem 0;
}

.detail-actions .btn {
    margin: 0 0.25rem 0.5rem;
    padding: 0.7rem 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.4;
}

.detail-actions .btn-transparent {
    border-color: rgba(255, 255, 255, 0.35);
}

@media (min-width: 768px) {
    .detail-actions {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.booking {
    margin-top: 3rem;
    padding: 2rem;
    border-radius: 10px;
    background-color: #000;
}

.booking-heading {
    margin-bottom: 0.25rem;
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
}

.booking-subheading {
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.65);
}

.booking-form label {
    display: block;
    margin-bottom: 0.35rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.875rem;
}

.booking-form .req {
    color: #de1e39;
}

.booking-form .custom-input,
.booking-form .custom-textarea {
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #171717;
    color: #fff;
}

.booking-form .custom-input:focus,
.booking-form .custom-textarea:focus {
    border-color: #de1e39;
    box-shadow: 0 0 12px 0 rgba(222, 30, 57, 0.5);
    outline: 0;
}

.booking-form .custom-input.is-invalid,
.booking-form .custom-textarea.is-invalid {
    border-color: #de1e39;
}

.booking-form input[type="date"],
.booking-form input[type="time"] {
    color-scheme: dark;
}

.booking-form .booking-file-input {
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background-color: #171717;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.875rem;
}

.booking-form .booking-error {
    display: block;
    margin-top: 0.35rem;
    color: #de1e39;
    font-size: 0.8125rem;
}

.booking-form .booking-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.booking-form .booking-submit .btn {
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .booking {
        padding: 1.25rem;
    }

    .booking-heading {
        font-size: 1.375rem;
    }
}

.animation-skip {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 1;
    padding: 0.5rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.06);
    color: #7a7a7a;
    font-size: 0.8125rem;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}

.animation-skip:hover,
.animation-skip:focus {
    color: #bdbdbd;
    border-color: rgba(255, 255, 255, 0.35);
    background-color: rgba(255, 255, 255, 0.1);
    outline: 0;
}

@media (max-width: 575.98px) {
    .animation-skip {
        right: 16px;
        bottom: 16px;
        padding: 0.45rem 0.9rem;
        font-size: 0.75rem;
    }
}

.sidebarArtistCard {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.sidebarArtistCard:hover,
.sidebarArtistCard:focus {
    border-color: rgba(222, 30, 57, 0.6);
    background-color: rgba(255, 255, 255, 0.07);
    text-decoration: none;
}

.sidebarArtistCard-photo {
    height: 190px;
    background-size: cover;
    background-position: center;
    transition: transform 0.35s ease;
}

.sidebarArtistCard:hover .sidebarArtistCard-photo {
    transform: scale(1.05);
}

.sidebarArtistCard-info {
    padding: 0.85rem 1rem 1rem;
}

.sidebarArtistCard-name {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.25;
    margin-bottom: 0.3rem;
}

.sidebarArtistCard-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #de1e39;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    transition: color 0.2s ease, letter-spacing 0.2s ease;
}

.sidebarArtistCard-link span {
    margin-left: 0.4rem;
    transition: margin-left 0.2s ease;
}

.sidebarArtistCard:hover .sidebarArtistCard-link {
    color: #fff;
}

.sidebarArtistCard:hover .sidebarArtistCard-link span {
    margin-left: 0.65rem;
}
