.photo-gallery {
    color: #313437;
    background-color: #fff;
}

.photo-gallery p {
    color: #7d8285;
}

.photo-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width: 767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}
#hero {
    position: relative;
    max-width: 100vw;
    overflow: hidden;
}
#hero:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-image: url(./images/hero.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 350px;
    transition: left 1s, right 1s;
}
#hero:hover:after {
    left: -10%;
    right: -10%;
}
.card a {
    max-width: 100%;
    overflow: hidden;
}
.card a img {
    max-width: 100%;
    transition: scale 1s;
    scale: 1;
}
.card a:hover img {
    scale: 1.12;
}
.card .variant {
    filter: grayscale(0.5);
}
.badge {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 0.8em;
    padding: calc(var(--bs-badge-padding-x) * 1)
        calc(var(--bs-badge-padding-y) * 2) !important;
    border-radius: calc(var(--bs-border-radius-pill) / 65) !important;
    overflow: hidden;
    z-index: 1;
}
.colored {
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.badge:before,
.colored:before {
    content: '';
    top: 0;
    transform: translateX(100%) rotate(30deg);
    width: 400%;
    height: 400%;
    position: absolute;
    z-index: 21;
    -webkit-animation: shine 3s infinite ease-in;
    animation: shine 3s infinite ease-in;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(128, 186, 232, 0) 99%,
        rgba(128, 186, 232, 0) 100%
    );
}
.colored:before {
    animation-duration: 6s !important;
}
.badge.att,
.badge.attachments {
    background: #181f32;
    background: linear-gradient(
        ellipse farthest-corner at left top,
        #181f32,
        #252c3e,
        #3c4355
    );
}
.badge.att:before,
.badge.attachments::before {
    content: none;
}
.bronze {
    background: linear-gradient(45deg, #662e00, #d47800);
}
.silver {
    background: linear-gradient(to bottom, #bcc6cc, #eee, #bcc6cc);
    color: #000;
}
.silver i,
.silver p,
.silver span,
.silver .counter {
    color: #666 !important;
}
.gold {
    background: radial-gradient(
            ellipse farthest-corner at right bottom,
            #fedb37 0%,
            #fdb931 8%,
            #9f7928 30%,
            #8a6e2f 40%,
            transparent 80%
        ),
        radial-gradient(
            ellipse farthest-corner at left top,
            #ffffff 0%,
            #ffffac 8%,
            #d1b464 25%,
            #5d4a1f 62.5%,
            #5d4a1f 100%
        ) !important;
}
.platinum {
    background: linear-gradient(to bottom, #d5d7e5, #eee, #d5d7e5);
}
.titanium {
    background: #283048;
    background: linear-gradient(to right, #283048, #859398);
}
.titanium:before,
.platinum:before {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.gold:before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.silver:before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.bronze :before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(30deg);
    }
    80% {
        transform: translateX(-100%) translateY(-100%) rotate(30deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(30deg);
    }
}
@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(30deg);
    }
    80% {
        transform: translateX(-100%) translateY(-100%) rotate(30deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(30deg);
    }
}

.season {
    background: linear-gradient(to top, #09203f 0%, #537895 100%);
}
.container {
    margin-top: 100px;
}

.counter-box {
    display: block;
    padding: 40px 20px 37px;
    text-align: center;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500;
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #fff;
}

.counter-box > span {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff;
}
@media (min-width: 992px) {
    .statsShow .col {
        width: 20% !important;
    }
    .statsShow .counter-box {
        height: 212px;
        min-height: 212px;
        max-height: 212px;
    }
}
@media (min-width: 471px) and (max-width: 991px) {
    .statsShow .col {
        width: 33.33%;
        margin-top: 25px;
        flex: unset;
    }
    .statsShow .coloredCol {
        width: 50% !important;
        margin-top: 0px;
    }
    .statsShow .counter-box {
        height: 212px;
        min-height: 212px;
    }
}
@media (max-width: 470px) {
    .statsShow .col {
        width: 100%;
        margin-top: 25px;
        flex: unset;
    }
}
.album .container {
    margin: 1.5em;
    width: calc(100% - 3em);
}
.label-holder {
    width: 100%;
    max-width: 25px;
    height: 100%;
    max-height: 25px;
    border-right: solid 1px #000;
    border-radius: 0 0 0 calc(var(--bs-border-radius-pill) / 65) !important ;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0px;
    filter: grayscale(0.5);
    opacity: 0.25;
}
.label-holder .label {
    color: #333;
    overflow: hidden;
    text-align: center;
    margin: -4px 0px 0px 2px;
    font-size: 16px;
    font-weight: bold;
}
.label-holder.S,
.tier-list.s span,
.tier-list.s:before {
    background-color: #ff7f7f;
}
.label-holder.A,
.tier-list.a span,
.tier-list.a:before {
    background-color: #ffdf7f;
}
.label-holder.B,
.tier-list.b span,
.tier-list.b:before {
    background-color: #ffff7f;
}
.label-holder.C,
.tier-list.c span,
.tier-list.c:before {
    background-color: #9cfa88;
}
.label-holder.D,
.tier-list.d span,
.tier-list.d:before {
    background-color: #9dfbfe;
}
.label-holder.E,
.tier-list.e span,
.tier-list.e:before {
    background-color: #7e81f9;
}
.label-holder.F,
.tier-list.f span,
.tier-list.f:before {
    background-color: #ef89fa;
}
.card-body .row {
    padding-top: var(--bs-card-spacer-y);
}
.tier-list {
    display: flex;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.tier-list:first-of-type {
    border-top: 0px;
}
.tier-list.box:before {
    content: '';
    opacity: 0.1;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.tier-list span {
    display: inline-block;
    padding: 0.5em;
    background: #111;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
}
.tier-list .tier-list-element {
    max-width: calc(100% - 75px);
    margin-left: 5px;
}
.tier-list .tier-list-element > * {
    /*  width: auto;
    height: 70px; */
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 5px 5px;
}
.tier-list .tier-list-element img {
    width: auto;
    height: 100px;
}
.tier-list .tier-list-element img.absolute {
    width: 200%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: unset;
}
.tier-list .tier-list-element .badge,
.tier-list .tier-list-element .label-holder {
    display: none !important;
}
.tier-list .tier-list-element .card-body {
    padding: 2px;
}
/*
###
############################################################
*/
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
        inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.bd-mode-toggle {
    z-index: 1500;
}
.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}
[data-bs-theme='dark'].carousel .carousel-control-next-icon,
[data-bs-theme='dark'].carousel .carousel-control-prev-icon,
[data-bs-theme='dark'].carousel .carousel-control-next-icon,
[data-bs-theme='dark'].carousel .carousel-control-prev-icon {
    filter: invert(0) grayscale(0) !important;
}
