@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;
  /* top: 100px;
  left: 100px; */
}
.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 {
  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;
}
.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;
}
.reveal-container {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.reveal-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 600px;
  background-image: url("../img/Discount_Peel_Background.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.coupon-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  bottom: 14px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 225px;
}
.coupon-box {
  width: 225px;
  height: 145px;
  display: flex;
  justify-content: center;
  border: 1px solid #4b4a63;
  border-radius: 13px;
  background: #252541;
  align-items: center;
  justify-content: 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: #fd9442;
}
.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: 24px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
  margin-left: 55px;
}
.coupon-box .btn {
  position: relative;
  font-size: 11px;
  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: 20px;
  border-radius: 20px;
  left: 0;
  right: 0;
  width: 169px;
}
