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

.container {
    position: relative;
    /* width: 600px; */
    overflow: hidden;
    border: 1px solid #000;
    box-sizing: border-box;
    visibility: hidden;
    width: 100%;
    /* aspect-ratio: 16 / 9; */
    aspect-ratio: 2 / 1;
    height: 100%;
    max-width: 600px;
    max-height: 300px;
}
.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;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dragArea {
    position: absolute;
    width: 17%;
    height: 32%;
    background-color: rgba(255, 255, 255, 0);
    top: 0px;
    left: 0px;
    z-index: 55;
    cursor: grab;
    display: none;
}
.dragArea:active {
    cursor: grabbing;
}
.clickArea {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    top: 0px;
    left: 0px;
    z-index: 50;
    cursor: pointer;
    display: none;
}
.reveal-container {
    position: relative;
    overflow: hidden;
    background-color: #000000;
    cursor: pointer;
    width: 100%;
    max-width: 600px;
    max-height: 300px;
    height: 100%;
    /* aspect-ratio: 16 / 9; */
    aspect-ratio: 2 / 1;
    /* background-image: url("../img/ref.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
}
.left-bg {
    width: 50%;
    height: 100%;
    background-color: #ffeee6;
    position: absolute;
    left: 0;
}
.right-bg {
    width: 50%;
    height: 100%;
    background-color: #f7f6f2;
    position: absolute;
    right: 0;
}
.behind-image,
.behind-logo,
.text-1,
.text-2,
.cta,
.cta-hover {
    width: 100%;
    height: 100%;
    aspect-ratio: 2 / 1;
    position: absolute;
}
.cta-hover {
    opacity: 0;
}
.behind-image img,
.behind-logo img,
.text-1 img,
.text-2 img,
.cta img,
.cta-hover img {
    width: 100%;
}
.behind-click {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/* LOTTIE PLAYER */
.lottie-container {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 13%;
    left: 13%;
    z-index: 100;
    pointer-events: none;
    transform: translateY(-13%);
    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.8;
}
dotlottie-player {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    overflow: hidden;
    left: 0;
    right: 0;
    position: relative;
    margin: auto;
    top: -12%;
}
.lottie-text {
    position: absolute;
    bottom: 10%;
    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;
}
