body {
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    overflow: hidden;
}
.container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    border: 1px solid #000;
    box-sizing: border-box;
    max-width: 600px;
    max-height: 300px;
    aspect-ratio: 2 / 1;
    opacity: 0;
    z-index: 10;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    touch-action: none;
    cursor: grab;
}

canvas.dragging {
    cursor: grabbing;
}

video {
    position: absolute;
    width: 1px;
    height: 1px;
    top: -9999px;
    left: -9999px;
}
.intro-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.logo,
.logo-intro {
    position: absolute;
    top: 21px;
    left: 50%;
    width: 53%;
    height: auto;
    transform: translateX(-50%);
    z-index: 102;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
    pointer-events: none;
}
.logo-intro img {
    width: 100%;
    height: auto;
}
.video-mask-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
#videoElement {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    /* z-index: 2; */
    -webkit-mask-image: url();
    mask-image: url();
    -webkit-mask-size: 600px 300px;
    mask-size: 600px 300px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    max-width: 600px;
    max-height: 300px;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    will-change: mask-image, -webkit-mask-image;
    pointer-events: auto;
    transform: translateZ(0);
    /* z-index: 100; */
}
#scratchCanvas {
    /* display: none; */
}
#scratchCanvas {
    width: 100%;
    height: 100%;
    display: block;
}

.logo img {
    width: 100%;
    height: auto;
}
.behind-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    max-width: 600px;
    max-height: 300px;
    aspect-ratio: 2 / 1;
    background-color: #d8d9e1;
}

.behind-background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    pointer-events: none;
}
.behind-image {
    width: 100%;
}
.container-3d {
    /* width: 58%; */
    /* height: 59%; */
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0%;
    border: none;
}
.slider-container {
}
.image-carousels {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.image-carousels:active {
    /* cursor: grabbing; */
}
.splide__pagination__page {
    /* width: 20px !important;
  height: 20px !important;
  margin: 5px !important; */
}
.splide__pagination__page.is-active {
    transform: none !important;
}
.splide__pagination {
    /* right: unset !important; */
}
.splide__pagination__page {
    background: #474747 !important;
    opacity: 1 !important;
}
.splide__pagination__page.is-active {
    background: #fff !important;
}
.image-container .text1 {
    position: absolute;
    opacity: 0;
    transform: translateY(30px);
    top: 0;
}
.behind-container .btn {
    position: absolute;
    opacity: 1;
    /* transform: translateY(30px); */
    top: 0;
    width: 100%;
    height: 100%;
    /* aspect-ratio: 16 / 9; */
    aspect-ratio: 2 / 1;
    pointer-events: none;
}
.btn-image,
.btn-image-hover {
    position: absolute;
    top: 0;
    left: 0;
    /* transition: opacity 0.4s ease-in-out; */
    width: 100%;
    height: auto;
    display: block;
}
.btn-image {
    opacity: 1;
    z-index: 99;
}
.btn-image-hover {
    opacity: 0;
    z-index: 100;
}
.image-container:hover .btn-image {
    opacity: 0;
}
.image-container:hover .btn-image-hover {
    opacity: 1;
}
.image {
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}
.image-container:hover .image {
    transform: scale(1.09);
}
/* LOTTIE PLAYER */
.lottie-container {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 25%;
    left: 3%;
    z-index: 100;
    pointer-events: none;
    opacity: 0;
}
.lottie-container-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #000; /* Circle background color */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    opacity: 0.7;
}
dotlottie-player {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    overflow: hidden;
    left: 0;
    right: 0;
    position: relative;
    margin: auto;
    top: -4%;
}
.lottie-text {
    position: absolute;
    bottom: 18%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    color: white;
    text-align: center;
    pointer-events: none;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
}
.reveal-container {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media screen and (max-width: 450px) {
    .splide__arrow {
        display: none !important;
    }
}
