/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/HelveticaNeueLTStd73BoldExtended/helvetica-neue-webfont.woff2');
}

@font-face {
    font-family: 'Satoshi Light';
    src: url('fonts/satoshi/satoshi-light-webfont.woff2');
}

@font-face {
    font-family: 'Satoshi Regular';
    src: url('fonts/satoshi/satoshi-regular-webfont.woff2');
}

@font-face {
    font-family: 'Satoshi Bold';
    src: url('fonts/satoshi/satoshi-bold-webfont.woff2');
}

@font-face {
    font-family: 'Satoshi Black';
    src: url('fonts/satoshi/satoshi-black-webfont.woff2');
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
    background-color: black;
}

.navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    position: fixed;
    width: 100%;
    z-index: 999;
    font-family: 'Helvetica', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar.glassmorph {
    border-radius: 0 0 15px 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0.5)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.5);
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px solid rgba(222, 222, 222, 0.5);
    border-left: 0px;

}

.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .95rem !important;
    gap: 45px !important;
}

.nav-links a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-links a.current {
    text-decoration: line-through;
    text-shadow: red -2px 0px, cyan 2px 0px;
}

.nav-links a:hover {
    text-decoration: line-through;
    text-shadow: red -1px 0px, cyan 1px 0px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.logo img {
    height: 85px;
    padding: 7px;
}

.mobile-nav {
    display: none;
    font-size: 1.5rem;
}

.marquee-slider-section {
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    font-family: 'Helvetica', sans-serif;
    text-transform: uppercase;
    padding: 10px;
    color: #EFF1FE;
    white-space: nowrap;
    overflow: hidden;
}

.marquee-slider-section span {
    padding: 0 20px;
}

.col-12:has(.marquee-stroke) {
    animation: customMarquee 20s linear infinite;
}

.marquee-stroke {
    color: transparent;
    -webkit-text-stroke: 0.5px #EFF1FE;
}

@keyframes customMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.profile-section {
    color: #EFF1FE;
}

.profile-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.profile-card h1 {
    font-family: 'Helvetica', Arial;
}

.profile-card small {
    display: inline-block;
    position: relative;
    padding: 0px 25px;
    font-family: 'Satoshi Light';
}

.profile-card p {
    font-family: 'Satoshi Regular';
    text-indent: 15px;
}

.profile-card small::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 20px;
    height: 20px;
    background-image: url('../assets/images/icons/verified.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.profile-icon {
    background-color: gray;
    border-radius: 100px;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 3px solid green;
}

.profile-icon img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.track-wrapper {
    overflow: hidden;
    position: relative;
    background-color: #EFF1FE;
    border-radius: 15px;
}

.play-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 5rem;
    color: #EFF1FE;
    opacity: 0.8;
}

.track-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.track-container:hover video {
    opacity: 1;
}

.track-container:hover img {
    opacity: 0;
}

.track-container {
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 15px;
    padding: 0;
    position: relative;
    background-color: #EFF1FE;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 5px black;
    box-shadow: 0px 0px 5px black;
}

.track-container img {
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 5px black;
    box-shadow: 0px 0px 5px black;
    aspect-ratio: 1/1;
}

.track-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 17px 25px;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #EFF1FE;
    border-radius: 0 0 15px 15px;
}

.track-title p {
    text-transform: uppercase;
    font-family: 'Satoshi Black', Arial;
    margin: 0;
}

.track-title small {
    display: inline-block;
    position: relative;
    padding: 0 25px;
}

.track-title small::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 20px;
    height: 20px;
    background-image: url('../assets/images/icons/verified.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.track-link {
    font-family: 'Satoshi Medium', Arial;
    text-transform: uppercase;
    margin: 0 10px;
    display: block;
    border-radius: 10px;
    padding: 10px 0;
    background-color: black;
    color: #EFF1FE;
    border: 1px solid #EFF1FE;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.track-link:hover {
    margin: 0 20px;
    border: 1px solid black;
    text-decoration: none;
    color: black;
    background-color: #EFF1FE;
}

.track-link i {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.track-link:hover i {
    -webkit-transform: scale(1.7) translateX(-5px);
    -ms-transform: scale(1.7) translateX(-5px);
    transform: scale(1.7) translateX(-5px);
}

.track-container:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 5px 15px black;
    box-shadow: 0px 5px 15px black;
}

.header-bg {
    position: absolute;
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    image-rendering: crisp-edges;
    filter: brightness(0.35) contrast(1.1);
}

.header-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.page-header img {
    width: 95% !important;
}

.page-header h1 {
    font-family: 'Helvetica', sans-serif;
    color: #EFF1FE;
}

.page-header i {
    color: #EFF1FE;
    font-size: 2.5rem;
    -webkit-animation: scroll 2s linear infinite;
    animation: scroll 2s linear infinite;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
}

/* Hero section container */

canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.content {
    display: none;
    color: whitesmoke;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    width: 100%;
    max-height: 2000px;
}

.scroll-space {
    height: 2000px;
}

.main-content-wrapper {
    background-color: black;
}

.hero-section {
    /* was min-height:200vh – remove spacer */
    position: relative;
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    /* tames iOS rubber‑band */
}

/* Video elements (make them cover the viewport) */
.hero-video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    position: absolute;
}

/* Mobile overlay styling */
/*.hero-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}*/


.hero-content {
    position: fixed;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.hero-content img {
    width: 60%;
}

.hero-banner {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 1;
    opacity: 0;
    transform: translateY(50px) scale(0.9);
    position: relative;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hero-banner.fade-up {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.side-bar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    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;
    padding: 20px;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.side-bar.idle-zoom {
    opacity: 0;
    transform: translateX(50px);
}

.side-bar.fade-left {
    opacity: 1;
    transform: translateX(0);
}

.side-bar.out {
    transform: scale(1.5);
    opacity: 0;
}

.side-bar a {
    display: block;
    color: black;
    background-color: #EFF1FE;
    padding: 7px 10px;
    font-size: 1rem;
    margin: 30px 0;
    text-align: center;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.side-bar a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #EFF1FE;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid #EFF1FE;
}

.hero-content::after {
    content: '';
    position: absolute;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0, 0.5)), to(rgb(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0));
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.hero-content:before {
    content: '';
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0, 0.5)), to(rgb(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0));
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.shadow-wrapper {
    height: 500px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.video-container {
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

/* Tap-to-Consent overlay — shown only on mobile */
.touch-gate-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 9999;
    cursor: pointer;
}

.cta-buttons {
    background-color: transparent;
    padding: 7px;
    margin-top: 2rem;
}

.cta-buttons a {
    text-decoration: none;
}

.listen-btn,
.listen-btn::after {
    display: inline-block;
    background-color: #EFF1FE;
    padding: 10px 20px;
    color: black;
    font-family: 'Helvetica', sans-serif;
    border-radius: 5px;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.listen-btn::after {
    --slice-0: inset(50% 50% 50% 50%);
    --slice-1: inset(80% -6px 0 0);
    --slice-2: inset(50% -6px 30% 0);
    --slice-3: inset(10% -6px 85% 0);
    --slice-4: inset(40% -6px 43% 0);
    --slice-5: inset(80% -6px 5% 0);
    content: 'Listen Now';
    display: block;
    position: absolute;
    inset: 0;
    background-color: #EFF1FE;
    -webkit-clip-path: var(--slice-0);
    clip-path: var(--slice-0);
    border: 1px solid #3BC733;
}

.listen-btn:hover::after {
    -webkit-animation: glitch 0.5s steps(2, end);
    animation: glitch 0.5s steps(2, end);
}

.listen-btn:hover {
    background-color: transparent;
    border: 1px solid #EFF1FE;
    color: #EFF1FE;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.tour-btn,
.tour-btn::after {
    position: relative;
    display: inline-block;
    border: 1px solid #EFF1FE;
    color: #EFF1FE;
    padding: 10px 20px;
    background-color: rgba(0,0,0,0.3);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    font-family: 'Helvetica', sans-serif;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tour-btn::after {
    --slice-0: inset(50% 50% 50% 50%);
    --slice-1: inset(80% -6px 0 0);
    --slice-2: inset(50% -6px 30% 0);
    --slice-3: inset(10% -6px 85% 0);
    --slice-4: inset(40% -6px 43% 0);
    --slice-5: inset(80% -6px 5% 0);
    content: 'Tour Dates';
    display: block;
    position: absolute;
    inset: 0;
    background-color: #EFF1FE;
    -webkit-clip-path: var(--slice-0);
    clip-path: var(--slice-0);
    border: 1px solid #3BC733;
    color: black;
}

.tour-btn:hover::after {
    -webkit-animation: glitch 0.5s steps(2, end);
    animation: glitch 0.5s steps(2, end);
}

.tour-btn:hover {
    background-color: #EFF1FE;
    border: 1px solid transparent;
    color: black;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.section-header {
    text-align: center;
}

.section-header h1 {
    color: #EFF1FE;
    margin: 0;
    font-family: 'Helvetica', sans-serif;
    text-transform: uppercase;
    padding: 15px;
    font-size: 3rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-header.show h1 {
    opacity: 1;
    visibility: visible;
    -webkit-animation: textGlitch 0.5s steps(2, end);
    animation: textGlitch 0.5s steps(2, end);
}

@-webkit-keyframes textGlitch {
    0% {
        text-shadow: red -2px 0, cyan 2px 0;
    }

    10% {
        text-shadow: red 0 -3px, cyan 0 5px;
    }

    20% {
        text-shadow: red 0 -4px, cyan 0 4px;
    }

    30% {
        text-shadow: red 0 -2px, cyan 0 10px;
    }

    40% {
        text-shadow: red -50px -5px, cyan 0 4px;
    }

    50% {
        text-shadow: red 0 2px, cyan 0 -4px;
    }

    60% {
        text-shadow: red 10 -3px, cyan 20px 4px;
    }

    70% {
        text-shadow: red -2px 0, cyan 2px 0;
    }

    80% {
        text-shadow: red 0 -7px, cyan 0 1px;
    }

    90% {
        text-shadow: red 0 -2px, cyan 0 4px;
    }

    100% {
        text-shadow: red -4px -4px, cyan 4 4px;
    }
}

@keyframes textGlitch {
    0% {
        text-shadow: red -2px 0, cyan 2px 0;
    }

    10% {
        text-shadow: red 0 -3px, cyan 0 5px;
    }

    20% {
        text-shadow: red 0 -4px, cyan 0 4px;
    }

    30% {
        text-shadow: red 0 -2px, cyan 0 10px;
    }

    40% {
        text-shadow: red -50px -5px, cyan 0 4px;
    }

    50% {
        text-shadow: red 0 2px, cyan 0 -4px;
    }

    60% {
        text-shadow: red 10 -3px, cyan 20px 4px;
    }

    70% {
        text-shadow: red -2px 0, cyan 2px 0;
    }

    80% {
        text-shadow: red 0 -7px, cyan 0 1px;
    }

    90% {
        text-shadow: red 0 -2px, cyan 0 4px;
    }

    100% {
        text-shadow: red -4px -4px, cyan 4 4px;
    }
}

.signup-section h3 {
    color: #EFF1FE;
    margin: 0;
    font-family: 'Helvetica', sans-serif;
    text-transform: uppercase;
}

.signup-section {
    color: #EFF1FE;
    margin: 0;
    font-family: 'Satoshi Light', Arial;
    padding: 15px;
}

/*Card-stack-slider styling*/
.tour-dates-section {
    background-image: url('../assets/images/gallery/deathbyromy.webp');
    background-size: 600px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -270px;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.swiper-cards-stack .swiper-slide-shadow {
    height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.cards-stack-back,
.cards-stack-front {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cards-stack-back {
    pointer-events: none;
    -webkit-transform: translate3d(0, 0, 0px) rotateY(180deg);
    transform: translate3d(0, 0, 0px) rotateY(180deg);
}

.tour-cards-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 370px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.link-here {
    display: inline-block;
    color: black;
    background-color: #EFF1FE;
    padding: 3px 15px;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.link-here:hover {
    -webkit-box-shadow: 0px 2px cyan, -2px 0px red;
    box-shadow: 0px 2px cyan, -2px 0px red;
}

.demo-slider-container {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    max-width: 570px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 50px 0;
    padding: 0 20px;
}

.demo-slider-wrap {
    position: relative;
    padding-bottom: 50%;
}

.demo-slider {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    inset: 0;
}

.swiper.swiper-cards-stack {
    overflow: visible;
}

.tour-card {
    color: #EFF1FE;
    font-family: 'Satoshi Regular', Arial;
    border: 1px solid #dedede;
    padding: 30px;
    border-radius: 15px;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.tour-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.tour-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.tour-card-link {
    color: #EFF1FE;
}

.tour-card-link:hover {
    color: #EFF1FE;
    text-decoration: none;
}

.tour-card h2 {
    font-family: 'Helvetica', sans-serif;
}

.tour-card h6 {
    font-family: 'Satoshi Regular', Arial;
}

.tour-card ul {
    list-style: none;
}

.tour-card li {
    padding-top: 5px;
}

.tour-tickets-btn,
.tour-tickets-btn::after {
    display: block;
    font-family: 'Satoshi Medium', Arial;
    background-color: black;
    border: 1px solid #EFF1FE;
    color: #EFF1FE;
    border-radius: 7px;
    padding: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tour-tickets-btn:hover {
    text-decoration: none;
    color: #EFF1FE;
    -webkit-transform: rotate(-2deg) scale(1.05);
    -ms-transform: rotate(-2deg) scale(1.05);
    transform: rotate(-2deg) scale(1.05);
}

.tour-tickets-btn::after {
    --slice-0: inset(50% 50% 50% 50%);
    --slice-1: inset(80% -6px 0 0);
    --slice-2: inset(50% -6px 30% 0);
    --slice-3: inset(10% -6px 85% 0);
    --slice-4: inset(40% -6px 43% 0);
    --slice-5: inset(80% -6px 5% 0);
    content: 'TICKETS';
    display: block;
    position: absolute;
    inset: 0;
    background-color: black;
    -webkit-clip-path: var(--slice-0);
    clip-path: var(--slice-0);
}

.tour-tickets-btn:hover::after {
    -webkit-animation: glitch 0.5s steps(2, end);
    animation: glitch 0.5s steps(2, end);
}

@-webkit-keyframes glitch {
    0% {
        -webkit-clip-path: var(--slice-1);
        clip-path: var(--slice-1);
        -webkit-transform: translate(-20px, -10px);
        transform: translate(-20px, -10px);
    }

    10% {
        -webkit-clip-path: var(--slice-3);
        clip-path: var(--slice-3);
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    20% {
        -webkit-clip-path: var(--slice-1);
        clip-path: var(--slice-1);
        -webkit-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }

    30% {
        -webkit-clip-path: var(--slice-3);
        clip-path: var(--slice-3);
        -webkit-transform: translate(0px, 5px);
        transform: translate(0px, 5px);
    }

    40% {
        -webkit-clip-path: var(--slice-2);
        clip-path: var(--slice-2);
        -webkit-transform: translate(-5px, 0px);
        transform: translate(-5px, 0px);
    }

    50% {
        -webkit-clip-path: var(--slice-3);
        clip-path: var(--slice-3);
        -webkit-transform: translate(5px, 0px);
        transform: translate(5px, 0px);
    }

    60% {
        -webkit-clip-path: var(--slice-4);
        clip-path: var(--slice-4);
        -webkit-transform: translate(5px, 10px);
        transform: translate(5px, 10px);
    }

    70% {
        -webkit-clip-path: var(--slice-2);
        clip-path: var(--slice-2);
        -webkit-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }

    80% {
        -webkit-clip-path: var(--slice-5);
        clip-path: var(--slice-5);
        -webkit-transform: translate(20px, -10px);
        transform: translate(20px, -10px);
    }

    90% {
        -webkit-clip-path: var(--slice-1);
        clip-path: var(--slice-1);
        -webkit-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
    }

    100% {
        -webkit-clip-path: var(--slice-1);
        clip-path: var(--slice-1);
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes glitch {
    0% {
        -webkit-clip-path: var(--slice-1);
        clip-path: var(--slice-1);
        -webkit-transform: translate(-20px, -10px);
        transform: translate(-20px, -10px);
    }

    10% {
        -webkit-clip-path: var(--slice-3);
        clip-path: var(--slice-3);
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    20% {
        -webkit-clip-path: var(--slice-1);
        clip-path: var(--slice-1);
        -webkit-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }

    30% {
        -webkit-clip-path: var(--slice-3);
        clip-path: var(--slice-3);
        -webkit-transform: translate(0px, 5px);
        transform: translate(0px, 5px);
    }

    40% {
        -webkit-clip-path: var(--slice-2);
        clip-path: var(--slice-2);
        -webkit-transform: translate(-5px, 0px);
        transform: translate(-5px, 0px);
    }

    50% {
        -webkit-clip-path: var(--slice-3);
        clip-path: var(--slice-3);
        -webkit-transform: translate(5px, 0px);
        transform: translate(5px, 0px);
    }

    60% {
        -webkit-clip-path: var(--slice-4);
        clip-path: var(--slice-4);
        -webkit-transform: translate(5px, 10px);
        transform: translate(5px, 10px);
    }

    70% {
        -webkit-clip-path: var(--slice-2);
        clip-path: var(--slice-2);
        -webkit-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }

    80% {
        -webkit-clip-path: var(--slice-5);
        clip-path: var(--slice-5);
        -webkit-transform: translate(20px, -10px);
        transform: translate(20px, -10px);
    }

    90% {
        -webkit-clip-path: var(--slice-1);
        clip-path: var(--slice-1);
        -webkit-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
    }

    100% {
        -webkit-clip-path: var(--slice-1);
        clip-path: var(--slice-1);
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.tour-rsvp-btn:hover {
    text-decoration: none;
    color: black;
    -webkit-transform: rotate(2deg) scale(1.05);
    -ms-transform: rotate(2deg) scale(1.05);
    transform: rotate(2deg) scale(1.05);
}

.tour-rsvp-btn::after {
    --slice-0: inset(50% 50% 50% 50%);
    --slice-1: inset(80% -6px 0 0);
    --slice-2: inset(50% -6px 30% 0);
    --slice-3: inset(10% -6px 85% 0);
    --slice-4: inset(40% -6px 43% 0);
    --slice-5: inset(80% -6px 5% 0);
    content: 'RSVP';
    display: block;
    position: absolute;
    inset: 0;
    background-color: black;
    -webkit-clip-path: var(--slice-0);
    clip-path: var(--slice-0);
}

.tour-rsvp-btn:hover::after {
    -webkit-animation: glitch 0.5s steps(2, end);
    animation: glitch 0.5s steps(2, end);
}

.tour-rsvp-btn,
.tour-rsvp-btn::after {
    display: block;
    color: black;
    font-family: 'Satoshi Medium', Arial;
    background-color: #EFF1FE;
    border: 1px solid black;
    border-radius: 7px;
    padding: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tour-guests {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.view-all-btn,
.view-all-btn::after {
    display: inline-block;
    font-family: 'Helvetica', sans-serif;
    background-color: #EFF1FE;
    color: black;
    padding: 10px 20px;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    position: relative;
    border: 1px solid transparent;
}

.view-all-btn::after {
    --slice-0: inset(50% 50% 50% 50%);
    --slice-1: inset(80% -6px 0 0);
    --slice-2: inset(50% -6px 30% 0);
    --slice-3: inset(10% -6px 85% 0);
    --slice-4: inset(40% -6px 43% 0);
    --slice-5: inset(80% -6px 5% 0);
    content: '@#$%&^@';
    display: block;
    position: absolute;
    inset: 0;
    background-color: black;
    -webkit-clip-path: var(--slice-0);
    clip-path: var(--slice-0);
    color: #EFF1FE;
    border: 1px solid chartreuse;
    text-align: center;
}

.view-all-btn:hover::after {
    -webkit-animation: glitch 0.5s steps(2, end);
    animation: glitch 0.5s steps(2, end);
}

.view-all-btn:hover {
    text-decoration: none;
    border: 1px solid #EFF1FE;
    color: #EFF1FE;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-animation: wobble 0.3s steps(2, end);
    animation: wobble 0.3s steps(2, end);
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translate(-5px, -10px);
        transform: translate(-5px, -10px);
    }

    10% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    20% {
        -webkit-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }

    30% {
        -webkit-transform: translate(0px, 5px);
        transform: translate(0px, 5px);
    }

    40% {
        -webkit-transform: translate(-5px, 0px);
        transform: translate(-5px, 0px);
    }

    50% {
        -webkit-transform: translate(5px, 0px);
        transform: translate(5px, 0px);
    }

    60% {
        -webkit-transform: translate(5px, 10px);
        transform: translate(5px, 10px);
    }

    70% {
        -webkit-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }

    80% {
        -webkit-transform: translate(5px, -10px);
        transform: translate(5px, -10px);
    }

    90% {
        -webkit-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translate(-5px, -10px);
        transform: translate(-5px, -10px);
    }

    10% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    20% {
        -webkit-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }

    30% {
        -webkit-transform: translate(0px, 5px);
        transform: translate(0px, 5px);
    }

    40% {
        -webkit-transform: translate(-5px, 0px);
        transform: translate(-5px, 0px);
    }

    50% {
        -webkit-transform: translate(5px, 0px);
        transform: translate(5px, 0px);
    }

    60% {
        -webkit-transform: translate(5px, 10px);
        transform: translate(5px, 10px);
    }

    70% {
        -webkit-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }

    80% {
        -webkit-transform: translate(5px, -10px);
        transform: translate(5px, -10px);
    }

    90% {
        -webkit-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

/*Merch carousel styling*/
.swiper-carousel {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden
}

.swiper-carousel .swiper-slide,
.swiper-carousel .swiper-slide {
    position: relative
}

.merch-items-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-carousel {
    padding-bottom: 32px;
    max-width: 1200px;
}

.swiper-carousel .swiper-slide {
    width: 420px;
    border-radius: 17px;
    background: #EFF1FE;
    max-width: calc(100% - 48px);
    position: relative;
    overflow: hidden;
    border: 1px solid #dedede;
    box-shadow: 0px 0px 10px gray;
}

.swiper-carousel img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    padding: 15px 15px 120px 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-filter: drop-shadow(0px 7px 5px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(0px 7px 5px rgba(0, 0, 0, 0.7));
}

.swiper-carousel img:hover {
    transform: scale(1.15) rotate(-2deg);
}

.swiper-carousel .swiper-carousel-animate-opacity {
    height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    color: #EFF1FE;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 50px;
}

.swiper-carousel .slide-content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0 16px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eff1fe6d;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-align: center;
}

.swiper-carousel .slide-content h3 {
    margin: 0;
    font-weight: bold;
    line-height: 1.1;
    font-family: 'Helvetica', sans-serif;
    padding: 0 5px;
}

.swiper-carousel small {
    display: inline-block;
    background-color: black;
    color: #EFF1FE;
    font-size: 10px;
    padding: 5px 25px;
    border-radius: 20px;
    margin: 2%;
    font-family: 'Satoshi Regular', Arial;
}

.merch-button,
.merch-button::after {
    display: inline-block;
    font-family: 'Satoshi Black', Arial;
    background-color: black;
    border-radius: 50px;
    color: #EFF1FE;
    padding: 10px 25px;
    position: relative;
    margin-top: 5%;
    border: 1px transparent solid;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.merch-button::after {
    --slice-0: inset(50% 50% 50% 50%);
    --slice-1: inset(80% -6px 0 0);
    --slice-2: inset(50% -6px 30% 0);
    --slice-3: inset(10% -6px 85% 0);
    --slice-4: inset(40% -6px 43% 0);
    --slice-5: inset(80% -6px 5% 0);
    content: 'Buy Now';
    display: block;
    position: absolute;
    inset: 0;
    background-color: black;
    -webkit-clip-path: var(--slice-0);
    clip-path: var(--slice-0);
    border: 1px solid red;
}

.merch-button:hover::after {
    -webkit-animation: glitch 0.5s steps(2, end);
    animation: glitch 0.5s steps(2, end);
}

.merch-button:hover {
    color: black;
    background-color: #EFF1FE;
    border: 1px solid black;
    text-decoration: none;
}

/*panorama-album-swiper styling*/
.album-showcase-section {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.panorama-slider {
    padding: 50px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.panorama-slider .swiper {
    width: 100%;
    height: 280px;
}


.main-page-album-wrapper {
    overflow: hidden;
    position: relative;
    background-color: transparent;
    aspect-ratio: 1/1;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-album-container {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-album-title {
    text-transform: uppercase;
    position: absolute;
    color: #EFF1FE;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 0px;
    z-index: 1;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -webkit-box-shadow: 5px 5px 5px black;
    box-shadow: 5px 5px 5px black;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-album-title p {
    font-family: 'Satoshi Black', Arial;
    margin: 0;
}

.music-link {
    position: absolute;
    right: 0;
    top: -25px;
    margin-top: 5px;
    -webkit-box-shadow: 5px 5px 5px black;
    box-shadow: 5px 5px 5px black;
}

.music-link a {
    display: block;
    border-radius: 10px 0px 0px 10px;
    padding: 7px 17px;
    font-family: 'Satoshi Black';
    color: black;
    background-color: #EFF1FE;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.music-link a:hover {
    text-decoration: none;
    transform: scale(1.1);
}

.main-album-mv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.main-page-album-wrapper:hover .main-album-mv {
    opacity: 1;
}

.main-page-album-wrapper:hover .main-album-title {
    opacity: 1;
}

.main-album-container:hover {
    transform: scale(1.1);
}

.main-page-album-wrapper:hover {
    -webkit-box-shadow: 0px 0px 80px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 80px rgba(255, 255, 255, 0.5);
}

.panorama-slider .slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.panorama-slider .swiper-pagination {
    bottom: -10px;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-color: #fff;
}


/*gallery-section styling*/
.gallery-thumbnails::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 50px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: 2;
}

.gallery-thumbnails::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100px;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: 2;
}

.gallery-head-thumbnail {
    width: 100%;
    overflow: hidden;
}

.gallery-head-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom;
    padding: 1px;
    white-space: nowrap;
}



.thumbnail-slides-container {
    width: 100%;
    /* Set a width for the container */
    overflow: hidden;
    position: relative;
}

.thumbnail-slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: slide 150s infinite linear;
    animation: slide 150s infinite linear;
}

#thumbnailSlides img {
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: url('../assets/images/icons/dbr_cursor.png') 0 0, auto;
}

.thumbnail-slides-container:hover #thumbnailSlides img {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.thumbnail-slides img,
.gallery-head-thumbnail img {
    padding: 1px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(0.99);
    -ms-transform: scale(0.99);
    transform: scale(0.99);
    -webkit-filter: blur(0.7px) brightness(0.6);
    filter: blur(0.7px) brightness(0.6);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.thumbnail-slides img:hover,
.gallery-head-thumbnail img:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0) brightness(1.1);
    filter: blur(0) brightness(1.1);
    cursor: url('../assets/images/icons/dbr_cursor.png') 0 0, auto;
}

.thumbnail-slides-container:hover .thumbnail-slides {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        /* Start at the left */
    }

    50% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        /* Move to the right */
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        /* Return to the left */
    }
}

@keyframes slide {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        /* Start at the left */
    }

    50% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        /* Move to the right */
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        /* Return to the left */
    }
}

/*Footer Styling*/
.footer-section {
    background-color: black;
    text-align: center;
}

.footer-section img {
    width: 150px;
    margin: 30px;
}

.footer-social-icons {
    padding: 10px;
}

.footer-social-icons a {
    display: inline-block;
    padding: 6px 10px;
    background-color: #EFF1FE;
    border-radius: 50%;
    color: black;
    margin: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-social-icons a:hover {
    background-color: #303030;
    color: #EFF1FE;
    -webkit-transform: rotate(-2deg) scale(1.2);
    -ms-transform: rotate(-2deg) scale(1.2);
    transform: rotate(-2deg) scale(1.2);
}

.footer-section small {
    font-family: 'Satoshi Regular', Arial;
    color: #EFF1FE;
    font-size: 12px;
}

.likeable-link {
    color: #EFF1FE;
    font-family: 'Satoshi Medium', Arial;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.likeable-link.show {
    opacity: 1;
    visibility: visible;
    -webkit-animation: textGlitch 1s steps(2, end);
    animation: textGlitch 1s steps(2, end);
}

.likeable-link:hover {
    color: #E45528;
    text-decoration: none;
}

/**/
/* Styles for small phones */
@media screen and (max-width: 480px) {
    .tour-dates-section {
        background-image: url('../assets/images/gallery/deathbyromy.webp');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        -webkit-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .section-header h1 {
        font-size: 2rem;
    }

    .thumbnail-slides img,
    .gallery-head-thumbnail img {
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    .album-title {
        opacity: 1;
    }

    .tour-card h2 {
        font-family: 'Helvetica', sans-serif;
        font-size: 28px;
    }

    .page-header h1 {
        font-size: 1.6rem;
    }

    .cta-buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .cta-buttons a {
        font-size: 16px;
        margin-top: 10px;
        border-radius: 15px;
        padding: 12px 45px;
    }

}


@media screen and (max-width:600px) {
    .profile-card {
        display: block;
    }

    .profile-icon {
        position: relative;
        aspect-ratio: 1/1;
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 20px;
    }

    .profile-icon::after {
        content: '';
        position: absolute;
        inset: 0;
        background-image: -o-radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        background-image: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    }

    .profile-card h1 {
        font-size: 2.2rem;
    }
}

/* Styles for phones and small tablets in portrait */
@media screen and (max-width: 768px) {
    .mobile-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0;
        width: 100%;
        z-index: 999;
    }

    .mobile-toggler {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
    }

    #mobile-nav {
        display: inline-block;
        padding: 5px 10px;
        cursor: pointer;
        outline: none;
        border: none;
        color: #EFF1FE;
        background-color: transparent;
    }

    .nav-links {
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: url('../assets/images/gallery/deathbyromy.webp');
        background-size: cover;
        background-attachment: fixed;
        padding: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        z-index: 98;
    }

    .nav-links::before {
        content: '';
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        z-index: -1;
    }

    .nav-links a {
        font-size: 1.1rem !important;
    }

    .nav-links.pop {
        left: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .logo img {
        height: 150px;
    }

    .side-bar {
        display: none;
    }

    .hero-banner img {
        width: 90%;
    }

    .swiper-material {
        height: 200px !important;
    }
}

/*Styles for dekstop layout onwards*/
@media screen and (min-width:768px) {}

/* Styles for tablets in landscape or small laptops */
@media screen and (min-width: 769px) and (max-width: 1024px) {}

/* Styles for typical laptops */
@media screen and (min-width: 1025px) and (max-width: 1200px) {}

/* Styles for large screens / desktops */
@media screen and (min-width: 1201px) {}

/*Styles for dekstop layout onwards*/
@media screen and (min-width:1024px) {}

@media screen and (max-width: 1090px) {
    .timeline-card-wrapper {
        width: 50% !important;
    }

    .timeline-item.left .timeline-card-wrapper {
        left: -230px !important;
    }

    .timeline-item.right .timeline-card-wrapper {
        right: -230px !important;
    }

    .timeline-card-wrapper .tour-card h2 {
        font-size: 24px;
    }
}

@media screen and (max-width:952px) {
    .nav-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 50px;
    }

    .nav-links a {
        color: white;
        text-decoration: none;
        font-size: 11px;
        text-transform: uppercase;
    }

    .timeline-line {
        position: absolute;
        left: 10px !important;
    }

    .timeline-card-wrapper {
        width: 520px !important;
    }

    .timeline-item.left .timeline-card-wrapper {
        left: 0px !important;
    }

    .timeline-item.right .timeline-card-wrapper {
        right: 0px !important;
    }

    .timeline-item::before {
        left: -10px !important;
    }
}

:root {
    --swiper-material-scale: 1;
    --swiper-material-slide-size: 100%;
    --swiper-material-slide-border-radius: 10px
}

.swiper-material-wrapper {
    border-radius: var(--swiper-material-slide-border-radius);
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: auto
}

.swiper-material-content {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.swiper-horizontal .swiper-material-content {
    height: 100%;
    width: var(--swiper-material-slide-size);
    left: calc(50% - var(--swiper-material-slide-size)/ 2);
    top: 0
}

.swiper-vertical .swiper-material-content {
    width: 100%;
    height: var(--swiper-material-slide-size);
    top: calc(50% - var(--swiper-material-slide-size)/ 2);
    left: 0
}

.thumbnail-container img {
    border-radius: var(--swiper-material-slide-border-radius);
}

.gallery-img-wrapper {
    overflow: hidden;
    border-radius: var(--swiper-material-slide-border-radius);
}

.gallery-img-wrapper img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery-img-wrapper:hover img {
    cursor: pointer;
    -webkit-transform: scale(1.1) rotate(-1deg);
    -ms-transform: scale(1.1) rotate(-1deg);
    transform: scale(1.1) rotate(-1deg);
    -webkit-filter: brightness(1.1) grayscale(100%);
    filter: brightness(1.1) grayscale(100%);
}

#fullscreenView {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#fullscreenView small {
    font-family: 'Satoshi Light', Arial;
    color: #EFF1FE;
}

#viewImage {
    padding: 5px;
    max-width: 95%;
    max-height: 95%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 20px;
}

#top-swiper {
    width: 100%;
    height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.demo-slider {
    height: 100%;
    -ms-flex-negative: 10;
    flex-shrink: 10;
    min-height: 0;
    padding: 0;
}

.swiper-material {
    height: 450px;
    width: calc(100% - 32px);
    max-width: 100%;
}

.demo-material-image {
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: var(--swiper-material-slide-border-radius);
}


.timeline-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.timeline-line {
    position: absolute;
    left: 50%;
    width: 2px;
    background-color: #ccc;
    top: 10px;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.timeline-card-wrapper {
    position: relative;
    width: 60%;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.timeline-item.left .timeline-card-wrapper {
    left: -280px;
}

.timeline-item.right .timeline-card-wrapper {
    right: -280px;
}

.timeline-item::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 20px;
    height: 20px;
    background-color: black;
    border: 6px solid #EFF1FE;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-card-wrapper:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tour-list-wrapper {
    width: 100%;
    height: 500px;
    background-color: black;
    position: relative;
    border: 1px solid black;
    border-radius: 10px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.col-12:has(.tour-list-wrapper)::before {
    content: '';
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
}

.tour-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Satoshi Regular', Arial;
    color: black;
    background-color: #EFF1FE;
    margin: 5px 0;
    border-radius: 7px;
    padding: 10px;
    -webkit-box-shadow: 0px 4px 4px grey;
    box-shadow: 0px 4px 4px grey;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tour-item a {
    color: black;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tour-item a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}

.tour-item:hover {
    -webkit-transform: scale(0.99);
    -ms-transform: scale(0.99);
    transform: scale(0.99);
}

.tour-item .date {
    margin: 0;
    font-family: 'Satoshi Bold', Arial;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #303030;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    color: #EFF1FE;
}

.tour-item .details {
    margin: 0;
    font-family: 'Satoshi Bold', Arial;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
}

.tour-item .details p {
    margin: 0;
}

.tour-item .details small {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Satoshi Light', Arial;
}

.tour-item .time {
    padding: 10px;
}

.no-tour {
    display: none;
    text-align: center;
    color: #EFF1FE;
}

.loading-screen {
    position: fixed;
    inset: 0;
    background-color: black;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}


.loading-screen small {
    font-family: 'Satoshi Light';
    color: #EFF1FE;
    padding: 25px;
}

.loading-screen img {
    animation: pulse 1.5s linear infinite;
    width: 55%;
}

.loading-screen.loaded {
    opacity: 0;
    pointer-events: none;
    transform: scale(1.5);
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        filter: opacity(0.5);
    }

    50% {
        transform: scale(1.1);
        filter: opacity(1);
    }

    100% {
        transform: scale(0.95);
        filter: opacity(0.5);
    }
}