@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;
    height: 300px; */
    overflow: hidden;
    border: 1px solid #000;
    box-sizing: border-box;
    visibility: hidden;
    /* top: 100px;
  left: 100px; */
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}
.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-intro {
    position: absolute;
    top: 21px;
    left: 50%;
    width: 53%;
    height: auto;
    transform: translateX(-50%);
    z-index: 10;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
}
.logo {
    position: absolute;
    top: 21px;
    left: 50%;
    width: 53%;
    height: auto;
    transform: translateX(-50%);
    z-index: 10;
    cursor: pointer;
}
.logo-intro img,
.logo img {
    width: 100%;
    height: auto;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.splide__slide img {
    /* width: 600px; */

    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.slider-container {
    /* width: 600px;
    height: 300px; */
    position: relative;
    overflow: hidden;
    background-color: #000000;

    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}
.image-carousels {
    width: 100%;
    height: 100%;
}

.splide__pagination__page.is-active {
    transform: none !important;
}
.splide__pagination__page.is-active {
    background: #fff !important;
}
.splide__arrow svg {
    height: 0.8em !important;
    width: 0.8em !important;
}
.splide__arrow {
    opacity: 1 !important;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.8));
    transition: opacity 0.5s ease-in-out;
}
.splide__arrow:hover {
    opacity: 0.8 !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: #ffffff !important;
}
.splide__pagination__page {
    background: #555252 !important;
}
.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;
}
.image-content {
    cursor: pointer;
    /* width: 600px;
    height: 300px; */

    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}
.image-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.image-inner-container .image-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    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-container .details {
    position: absolute;
    top: 0;
    width: 598px;
    height: 298px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.image-container .text1 {
    position: absolute;
    opacity: 0;
    transform: translateY(30px);
    top: 0;
}
.image-container .btn {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transform: translateY(30px);
    top: 0;
}
.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: 1;
}
.btn-image-hover {
    opacity: 0;
    z-index: 2;
}
.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);
}
.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 */
}
