@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
body {
    margin: 0;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

.container {
    position: relative;
    width: 300px;
    height: 600px;
    overflow: hidden;
    border: 1px solid #000;
    box-sizing: border-box;
    opacity: 0;
    /* visibility: hidden; */
    /* top: 100px;
  left: 100px; */
}
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;
}
.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: 300px 600px;
    mask-size: 300px 600px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 300px;
    height: 600px;
    will-change: mask-image, -webkit-mask-image;
    pointer-events: auto;
    transform: translateZ(0);
    /* z-index: 100; */
}

.peel {
    width: 100%;
    height: 100%;
}
.peel-top,
.peel-back,
.peel-bottom {
    text-align: center;
}

.peel-top {
}

.peel-back {
    background-color: #9b9b9b;
}

.peel-bottom {
    color: #eaefe0;
    background-color: #000;
}
.peel {
    position: relative;
    opacity: 0;
}

.peel-ready {
    opacity: 1;
}
.peel-layer {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
}
.logo-container {
    width: 100%;
    height: 55px;
    position: absolute;
    cursor: pointer;
}
.logo {
    position: absolute;
    top: 21px;
    left: 50%;
    width: 268px;
    height: auto;
    transform: translateX(-50%);
    cursor: pointer;
}
.logo img {
    width: 100%;
    height: auto;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.splide__slide img {
    /* width: 100%; */
}
.slider-container,
.slider-inner-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.slider-container {
    background-color: #000;
}
.slider-inner-container {
    background-color: #004411;
}
.image-carousels {
    width: 100%;
    height: 100%;
    top: 55px;
}
.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;
}
.splide__arrow svg {
    fill: #fff !important;
    height: 0.8em !important;
    width: 0.8em !important;
}
.splide__arrow {
    background: #004411 !important;
    opacity: 1 !important;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.8));
    top: 18% !important;
    transform: translateY(-18%) !important;
    transition: opacity 0.5s ease-in-out;
}
.splide__arrow:hover {
    opacity: 0.6 !important;
}
.splide__arrow--next {
    right: 0.8em !important;
}
.splide__arrow--prev {
    left: 0.8em !important;
}
.splide__arrow:disabled {
    opacity: 0.5 !important;
    cursor: unset;
}
.splide__pagination__page.is-active {
    background: #cdeaff !important;
}
.splide__pagination__page {
    background: #dadada !important;
}
.splide__pagination {
    bottom: 1em !important;
}
.dragArea {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0);
    bottom: 0px;
    right: 0px;
    z-index: 55;
    cursor: grab;
    display: none;
}
.dragArea:active {
    cursor: grabbing;
}
.clickArea {
    position: absolute;
    width: 300px;
    height: 600px;
    background-color: rgba(255, 255, 255, 0);
    top: 0px;
    left: 0px;
    z-index: 50;
    cursor: pointer;
    display: none;
}
.image-content {
    cursor: pointer;
    width: 298px;
    height: 598px;
}
.image-container {
    width: 100%;
    height: 241px;
    overflow: hidden;
    position: relative;
}
.image-content .image-container img {
    width: 100%;
}
.image-content .text1,
.image-content .text2 {
    position: absolute;
    top: -55px;
    left: 0;
    width: 300px;
    opacity: 0;
    transform: translateY(30px);
}
.image-content .btn {
    position: absolute;
    opacity: 0;
    transform: translateY(30px);
    top: -55px;
}
.image-content .cta,
.image-content .cta-hover {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease-in-out;
    width: 300px;
    height: auto;
    display: block;
}
.image-content .cta {
    z-index: 1;
    opacity: 1;
}
.image-content .cta-hover {
    opacity: 0;
    z-index: 2;
}
.image-content:hover .cta {
    opacity: 0;
}
.image-content:hover .cta-hover {
    opacity: 1;
}
.image-inner-container span {
    color: #1093f3;
}
.image-inner-container .text2 {
    position: absolute;
    font-size: 12px;
    color: #fff;
    text-align: left;
    top: 333px;
    left: 22px;
    letter-spacing: 0.4px;
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: normal;
    margin: 0;
}
.image-inner-container .btn {
    position: absolute;
    width: 206px;
    color: #1a1a33;
    background: #cdeaff;
    top: 377px;
    left: 23px;
    margin: auto;
    border-radius: 20px;
    font-size: 12px;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: normal;
    font-weight: 800;
    padding: 13px 0px;
    letter-spacing: 0.2px;
    transition: background-color 0.3s ease;
}
.image {
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}
.image-content:hover .image {
    transform: scale(1.09);
}
.image-inner-container .btn:hover {
    background-color: #e6f4ff;
}

.image-inner-container .text1,
.image-inner-container .text2,
.image-inner-container .btn {
    transform: translateY(30px);
    opacity: 0;
    will-change: transform, opacity;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden; /* Prevents blur when off-screen */
    transform-style: preserve-3d; /* Allows smooth 3D transforms */
}
/* 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;
}
