/* :root {
    --f-main: 'Panchang', sans-serif;

    --bg: #111111;
    --tx: #fafafa;
    --cf: #c800e2;

    --padding-side: 50px;
    --padding-top: 34px;
} */

body {
    touch-action: none;
    /* background-color: #111111; */
    overflow-x: hidden;
    /* Use the background color here */
}

/*  */

.lens-flare-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.lens-flare-2 {
    position: absolute;
    top: 0;
    left: 100vw;
    transform: translateX(-100%);
}

/*  */

.canvas-container {
    position: relative;
    width: 200vw;
    /* height: 200vh; */
    /* background-color: var(--bg); */
    /* Keep it transparent to see the fixed video */
    perspective: 3000px;
}

/* .particle-texture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/particle-texture.avif');
    background-size: 50% auto;
    background-position: center;
    background-repeat: repeat;
    z-index: -999;
    pointer-events: none;
    user-select: none;
} */

/* .canvas-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(200, 0, 226, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200, 0, 226, 0.05) 1px, transparent 1px);
    background-size: 100px 100px;
    pointer-events: none;
    z-index: -998;
} */

/*  */

/* .home-vid1-container {
    position: absolute;
    width: 100dvw;
    top: 0;
    left: 0;
    z-index: -9999;
}

.home-vid1 {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
} */

/*  */

.home-content {
    /* position: absolute; */
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    perspective: 2000px;
    transform-style: preserve-3d;
    pointer-events: none;
    user-select: none;
}

@keyframes float {
    0% {
        /* transform: translateY(0px); */
        margin-top: 0;
    }

    50% {
        /* transform: translateY(-20px); */
        margin-top: 20px;
    }

    100% {
        /* transform: translateY(0px); */
        margin-top: 0;
    }
}

.home-img-1-container {
    margin: 0 auto;
    transform: translate(-150px);
    animation: float 3s ease-in-out infinite;
}

.home-img-1-container,
.home-img-1-tape-container {
    position: relative;
    width: fit-content;
    transform-style: preserve-3d;
}

.home-img-1-tape-container {
    rotate: 6deg;
}

.home-img-1 {
    height: 480px;
    transform: translateZ(0px);
}

.tape {
    position: absolute;
}

.tape-1 {
    top: 0;
    left: 0;
    transform: translate(-25%, -25%) translateZ(20px);
}

.tape-2 {
    bottom: 0;
    right: 0;
    transform: translate(25%, 25%) translateZ(20px);
}

.home-img-1-logo {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    rotate: -12deg;
    transform: translateZ(100px);
    filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.4));
}

.home-img-1-text {
    position: absolute;
}

.line-vector {
    position: absolute;
}

.home-img-1-top-text {
    top: 0;
    right: 0;
    transform: translateX(40%) translateY(-20%) translateZ(60px);
}

.home-img-1-top-text .line-vector {
    top: .5em;
    left: -14px;
    transform: translateX(-100%);
}

.home-img-1-right-text {
    right: 0;
    top: 50%;
    transform: translateX(80%) translateZ(40px);
    text-align: right;
    width: 460px;
}

.line-vector-right {
    top: 0;
    left: 10%;
    transform: translateY(-100%);
}

.home-img-1-left-text {
    left: 0;
    bottom: 34%;
    transform: translateX(-40%) translateZ(80px);
}

.line-vector-left {
    bottom: 0;
    left: 20%;
    transform: translateY(-1.5em);
}

/*  */

.events {
    position: relative;
    left: 100vw;
    width: 100vw;
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    perspective: 2000px;
    transform-style: preserve-3d;
    /* padding-top: 600px; */
}

.events-heading {
    font-size: 100px;
    text-align: right;
    line-height: 1.1;
    transform: translateX(100px);
    margin-bottom: 60px;
}

.events-heading>span:first-of-type {
    display: inline-block;
    z-index: -1;
    position: relative;
}

.events-section-img-1-container {
    margin: 0 auto;
    transform: translate(-150px);
}

.tape-3 {
    top: 0;
    right: 0;
    transform: translate(20%, -10%) translateZ(20px);
}

.tape-4 {
    bottom: 0;
    left: 0;
    transform: translate(-25%, 25%) translateZ(20px);
}

.events-section-img-1-container,
.events-section-img-1-tape-container {
    position: relative;
    width: fit-content;
    transform-style: preserve-3d;
}

.events-section-img-1-tape-container {
    rotate: 6deg;
}

.events-section-img-1 {
    height: 480px;
    transform: translateZ(0px);
}

.events-section-img-1-logo {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    rotate: -12deg;
    transform: translateZ(100px);
    filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.4));
}

.events-section-img-1-text {
    position: absolute;
}

.events-section-img-1-top-text {
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateZ(60px);
}

.events-section-img-1-top-text .line-vector {
    top: .5em;
    left: -14px;
    transform: translateX(-100%);
}

.events-section-img-1-right-text {
    right: 0;
    top: 50%;
    transform: translateX(80%) translateZ(40px);
    text-align: right;
    width: 460px;
}

.events-section-img-1-left-text {
    left: 0;
    bottom: 34%;
    transform: translateX(-40%) translateZ(80px);
}

/* .events-section-neon-canvas {
    position: relative;
    width: 100vw;
} */

.events-section-temp-img-1 {
    position: relative;
    display: block;
    margin: 100px auto 0;
}

/*  */

.contact-footer-temp-img-1-section {
    position: relative;
    width: 100vw;
    left: 100dvw;
    margin-top: 250px;
}