/* @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", 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: #000;
}
.reveal-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 600px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
.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: 120px;
  left: 0;
  right: 0;
  margin: auto;
  width: 260px;
  height: 50px;
  border-radius: 30px;
  overflow: hidden;
  background-color: transparent;
}

.slider-shrink {
  position: absolute;
  top: 0;
  right: 0; /* anchor left */
  height: 100%;
  width: 260px; /* full initial width */
  border-radius: 30px;
  background-color: transparent; /* filled bar color */
  z-index: 1; /* behind handle/text */
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  border: solid 2px #ff6016;
}
.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.123) 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; */
}

.track-text {
  transform: translateY(-50%);
  width: 260px;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 23px;
}
.handle {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0px;
  left: 0px;
  background: #ff6016;
  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: #fff;
}
.intro-container .clickable {
  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: -2px;
  top: 0;
  /* opacity: 0; */
}
.text1,
.text2,
.text3,
.cta,
.cta-hover {
  width: 300px;
  height: 600px;
  position: absolute;
  opacity: 0;
}
.splide__pagination__page.is-active {
  background: #ffffff !important;
}
.splide__pagination__page {
  background: #848181 !important;
  opacity: 1 !important;
}
.splide__arrow {
  background: #fff !important;
  opacity: 1 !important;
}
.splide__arrow svg {
  fill: #504d4d !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;
}
.iframe-container {
  width: 300px;
  height: 600px;
  overflow: hidden;
  position: absolute;
}

/* Style the iframe to fill the div */
.iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
