@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
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;
  opacity: 0;
  /* top: 100px;
  left: 100px; */
}
.logo {
  position: absolute;
  top: 4%;
  left: 50%;
  width: 36%;
  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%;
}
.reveal-container {
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  opacity: 1;
  background-color: #191a33;
}
.reveal-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 600px;
  background-image: url("../img/Discount_Peel_Background.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.coupon-container {
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: center;
  bottom: 208px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 207px;
}
.coupon-box {
  width: 207px;
  height: 194px;
  display: flex;
  /* justify-content: center; */
  border: 1px solid #4b4a63;
  border-radius: 13px;
  background: #252541;
  align-items: center;
  margin: auto;
  flex-direction: column;
  /* 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%;
}
.coupon-box .text1 {
  color: #0c94f2;
}
.coupon-box .text1 {
  margin-top: 19px !important;
}
.coupon-box .text2 {
  margin-top: 7px !important;
  letter-spacing: 0.5px;
  color: #fff;
}
.coupon-box .text3 {
  margin-top: 10px !important;
  color: #fff;
}
.coupon-box .text3 span {
  color: #0c94f2;
  font-weight: bold;
}
.coupon-box .text1,
.coupon-box .text2 {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
  margin-left: 50px;
}
.coupon-box .text3 {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: normal;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
  margin-left: 50px;
}
.coupon-box .btn {
  position: relative;
  font-size: 12px;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: normal;
  font-weight: 800;
  padding: 10px 0px;
  color: #1a1a33;
  background: #cdeaff;
  /* letter-spacing: 0.2px; */
  margin-top: 19px;
  border-radius: 20px;
  left: 0;
  right: 0;
  width: 158px;
}
.phone {
  width: 300px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  pointer-events: none;
}
/* Swipe container css 
*/

.slider-container {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 260px;
  height: 50px;
  /* background-size: 200% auto; */
  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; */
  background-color: rgb(25 26 51 / 80%);
  /* 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: 13px;
  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;
}

.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 .clickable {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
