@charset "UTF-8";
@font-face {
    font-family: "FielmannSans-Bold";
    src: url("../fonts/FielmannSans-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Optional but recommended */
}
@font-face {
    font-family: "FielmannSans-Medium";
    src: url("../fonts/FielmannSans-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Optional but recommended */
}
@font-face {
    font-family: "FielmannSans-Regular";
    src: url("../fonts/FielmannSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Optional but recommended */
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
body {
    margin: 0;
    overflow: hidden;
}

.container {
    position: relative;
    width: 300px;
    height: 600px;
    overflow: hidden;
    border: 1px solid #000;
    box-sizing: border-box;
    opacity: 0;
    /* top: 100px; */
    /* left: 100px; */
}
.logo {
    position: absolute;
    top: 0;
    left: 50%;
    width: 300px;
    height: 600px;
    height: auto;
    transform: translateX(-50%);
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
}
.logo-behind {
    position: absolute;
    top: 37px;
    left: 50%;
    width: 36%;
    height: auto;
    transform: translateX(-50%);
}
.logo img,
.logo-behind img {
    width: 100%;
    height: auto;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.intro-container {
    position: absolute;
    /* width: 100%;
    height: 100%; */
    width: 300px;
    height: 600px;
}
.reveal-container {
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    background-color: #ffffff;
}
.reveal-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 600px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    /* background-image: url("../img/reference.jpg"); */
}
.hero-image {
    width: 300px;
    height: 258px;
}
.hero-image img,
.text-1 img,
.text-2 img,
.text-3 img,
.cta-1 img,
.cta-2 img {
    width: 100%;
    max-width: 100%;
}
/* .text-1 {
    font-family: "FielmannSans-Regular", sans-serif;
    color: #000;
    position: relative;
    font-size: 24px;
    padding: 26px 0px 0px 32px;
}
.text-1 span {
    font-family: "FielmannSans-Bold", sans-serif;
    color: #000;
    position: relative;
    font-size: 24px;
    z-index: 1;
}
.text-1 span::before {
    content: "";
    background-color: #fdda25;
    width: 105%;
    height: 57%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: -2%;
} */

.text-1 {
    font-family: "FielmannSans-Regular", sans-serif;
    color: #000;
    position: relative;
    font-size: 24px;
    padding: 26px 0px 0px 32px;
}

.price-text {
    font-family: "FielmannSans-Bold", sans-serif;
    color: #000;
    position: relative;
    font-size: 24px;
    z-index: 1;
    overflow: hidden;
}

.price-text .bg {
    position: absolute;
    bottom: 0;
    left: -2%;
    height: 57%;
    width: 0%;
    background-color: #fdda25;
    z-index: -1;
    border-radius: 2px;
}

.text-2 {
    font-family: "FielmannSans-Bold", sans-serif;
    line-height: 27px;
    color: #000;
    position: relative;
    padding: 15px 0px 0px 32px;
    font-size: 23px;
}
.text-3 {
    font-family: "FielmannSans-Regular", sans-serif;
    line-height: 15px;
    color: #000;
    position: relative;
    padding: 7px 35px 0px 32px;
    font-size: 12px;
}
.cta-1 {
    font-family: "FielmannSans-Medium", sans-serif;
    line-height: 16px;
    background-color: #000000;
    color: #fff;
    padding: 9px 26px 9px 26px;
    font-size: 13px;
    border-radius: 31px;
    position: absolute;
    margin: 12px 0 0 0;
    text-align: center;
    left: 32px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    /* border: 1px solid #000; */
    pointer-events: none;
}

.cta-1 span {
    position: relative;
    z-index: 2;
    transition: color 0.2s ease;
}
.cta-2 {
    font-family: "FielmannSans-Medium", sans-serif;
    line-height: 16px;
    background-color: #ffffff;
    color: #000;
    padding: 8px 24px 8px 24px;
    font-size: 13px;
    border-radius: 31px;
    position: absolute;
    margin: 53px 0 0 0;
    text-align: center;
    left: 32px;
    border: 1px solid #000000;
    pointer-events: none;
    overflow: hidden;
    transition: none;
}
.cta-2::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(18, 18, 18, 0.12); /* Same as #1212121f */
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1; /* Make sure it overlays correctly */
}
.cta-2.hover-active::before {
    opacity: 1;
}
.multiple-images-container {
    width: 300px;
    height: 600px;
}
.image-big {
    position: absolute;
    width: 150px;
    height: 151px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.image-small {
    position: absolute;
    width: 112px;
    height: 111px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.image1,
.image2,
.image3 {
    position: absolute;
    width: 150px;
    height: 151px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.image4,
.image5,
.image6,
.image7 {
    position: absolute;
    width: 112px;
    height: 111px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.multiple-images-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.box img {
    transition: transform 0.3s ease;
}

.box:hover img {
    transform: scale(1.1);
}
.sunset {
    top: 117px;
    left: 16px;
}
.boat {
    top: 275px;
    left: 16px;
}
.gozo {
    top: 433px;
    left: 16px;
}
.sealife {
    top: 117px;
    right: 13px;
}
.sealife img {
    object-position: top;
}
.kayak {
    top: 235px;
    right: 13px;
}
.valetta {
    top: 354px;
    right: 13px;
}
.climbing {
    top: 473px;
    right: 13px;
}
.behind-text,
.behind-logo {
    position: absolute;
    width: 300px;
    height: 600px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    pointer-events: none;
}
.behind-text {
    background-image: url("../img/behind-text.png");
}
.behind-logo {
    background-image: url("../img/behind-logo.png");
}
.coupon-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    bottom: 24px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 213px;
    display: none;
}
.coupon-box {
    width: 213px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* transition: transform 0.3s ease, filter 0.1s ease; */
    filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.7));
}
.coupon-box:hover {
    /* transform: scale(1.1);
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.9)); */
}
.coupon-box img {
    width: 100%;
}
/* Swipe container css 
*/

.slider-container {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 260px;
    height: 50px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    transition: background-color 0.3s ease;
    background-color: #00000096; /*default bgcolor*/
    /* background: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(50, 50, 50, 0.2) 50%,
    rgba(0, 0, 0, 0.9) 100%
  ); */
    background-size: 200% 100%;
}

.shimmer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    background-size: 200% 100%;
    background-position: 0% 0%;
    pointer-events: none;
}

.track-text {
    position: absolute;
    font-weight: bold;
    height: 100%;
    text-align: center;
    line-height: normal;
    color: #ddd;
    font-size: 14px;
    user-select: none;
    pointer-events: none;
    z-index: 2;
    transition: color 0.3s ease;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.handle {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 7px;
    left: 15px;
    background: #eee;
    border-radius: 50%;
    cursor: grab;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.handle svg {
    width: 16px;
    height: 16px;
    fill: #333;
}
.intro-container .intro-click,
.reveal-click {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.image-carousels {
    width: 100%;
    height: 100%;
}
.image-content {
    width: 300px;
    height: 600px;
}
.image-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.image-inner-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 600px;
    margin: auto;
    overflow: hidden;
}
.image-holder img {
    position: absolute;
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
    opacity: 0;
}
.text1,
.text2,
.text3,
.cta,
.cta-hover {
    width: 300px;
    height: 600px;
    position: absolute;
    opacity: 0;
}
.splide__pagination__page.is-active {
    background: #ea5b0c !important;
}
.splide__pagination__page {
    background: #fff !important;
    opacity: 1 !important;
}
.splide__arrow {
    background: #fff !important;
    opacity: 1 !important;
}
.splide__arrow svg {
    fill: #ea5b0c !important;
}
.splide__arrow:disabled {
    opacity: 0.5 !important;
    cursor: default;
}
.cta {
    z-index: 1;
}
.cta-hover {
    z-index: 2;
}
.splide__arrow::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -15px;
    right: -15px;
    bottom: -10px;
}
