@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
    font-display: swap;
    font-family: "Noto IKEA";
    font-style: normal;
    font-weight: 700;
    src: url(https://www.ikea.com/global/assets/fonts/woff2/noto-ikea-700.latin.a3f10ed8.woff2)
        format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
        u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122,
        u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}
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;
    /* top: 100px;
  left: 100px; */
}
.peel {
    width: 100%;
    height: 100%;
}
.peel-top,
.peel-back,
.peel-bottom {
    text-align: center;
}

.peel-top {
}

.peel-back {
    background-color: #ffdb00;
}

.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;
}
.intro-logo {
    position: absolute;
    top: 4%;
    left: 50%;
    width: 47%;
    height: auto;
    transform: translateX(-50%);
    /* filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8)); */
}
.logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 600px;
    cursor: pointer;
}
.intro-logo img,
.logo img {
    width: 100%;
    height: auto;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.splide__slide img {
    width: 100%;
}
.behind-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    /* background-image: url("../img/ikea_peel.jpg"); */
    /* background-size: contain; */
}
.behind-click {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
}
.image-carousels {
    width: 100%;
    height: 100%;
}
.image1-container {
    position: absolute;
    top: 133px;
    width: 130px;
    height: 175px;
    left: 12px;
    overflow: hidden;
    cursor: pointer;
}
.image2-container {
    position: absolute;
    top: 133px;
    width: 130px;
    height: 175px;
    left: 157px;
    overflow: hidden;
    cursor: pointer;
}
.image3-container {
    position: absolute;
    top: 324px;
    width: 130px;
    height: 175px;
    left: 12px;
    overflow: hidden;
    cursor: pointer;
}
.image4-container {
    position: absolute;
    top: 324px;
    width: 130px;
    height: 175px;
    left: 157px;
    overflow: hidden;
    cursor: pointer;
}
.image1,
.image2,
.image3,
.image4 {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}
.image1-btn,
.image2-btn,
.image3-btn,
.image4-btn {
    position: relative;
    padding: 8px 15px;
    border-radius: 30px;
    background: #ffffff;
    font-size: 8.5px;
    top: 131px;
    font-family: "Noto IKEA", "Noto Sans", sans-serif;
    color: #000000;
}
.header-text {
    font-size: 17px;
    top: 84px;
    font-family: "Noto IKEA", "Noto Sans", sans-serif;
    color: #000000;
    position: absolute;
    font-weight: bold;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}
.big-cta-container {
    position: absolute;
    bottom: 43px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    width: 166px;
}
.big-cta {
    padding: 10px 30px;
    border-radius: 30px;
    background: #ededed;
    font-size: 13px;
    font-family: "Noto IKEA", "Noto Sans", sans-serif;
    color: #000000;
}
.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-inner-container {
    position: absolute;
    top: 105px;
    left: 0;
    width: 274px;
    height: 434px;
    background: #fff;
    right: 0;
    margin: auto;
    /* border: 1px solid #4b4a63; */
    border-radius: 21px;
    overflow: hidden;
}
.image-inner-container .image-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 226px;
    overflow: hidden;
}
.image-inner-container .image-holder .image {
    position: absolute;
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
    transition: transform 0.3s ease-in-out;
}
.image-inner-container .text1 {
    position: absolute;
    color: #000;
    font-size: 14px;
    /* font-weight: 700; */
    text-align: center;
    top: 240px;
    left: 0;
    letter-spacing: 0.5px;
    font-family: "Gotham-Medium";
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 18px;
    margin: auto;
    right: 0;
}
.image-inner-container span {
    color: #1093f3;
}
.image-inner-container .text2 {
    position: absolute;
    font-size: 10px;
    color: #000;
    text-align: center;
    top: 287px;
    left: 0;
    /* letter-spacing: 0.4px; */
    font-family: "Gotham-Book";
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 12px;
    margin: auto;
    right: 0;
}
.image-inner-container .btn {
    position: absolute;
    width: 200px;
    color: #fff;
    background: #000;
    top: 375px;
    left: 0;
    margin: auto;
    border-radius: 8px;
    font-size: 10px;
    text-align: center;
    font-family: "Gotham-Medium";
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 11px;
    font-weight: 800;
    padding: 11px 0px;
    /* letter-spacing: 0.2px; */
    transition: background-color 0.3s ease, color 0.3s ease;
    right: 0;
    margin: auto;
    text-transform: uppercase;
}
.image-container:hover .image {
    /* transform: scale(1.09); */
}
.image-inner-container .btn:hover {
    background-color: #86a595;
    color: #000;
}
.image-inner-container .text1 {
    text-transform: uppercase;
}
.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: 70px;
    height: 70px;
    top: 65%;
    right: 4%;
    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: 13%;
    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;
}
.bg-click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
