@charset "utf-8";

/* CSS Document */
/*******common css*************/
body {
  font-family: "Lato", sans-serif !important;
  overflow-x: hidden;
  background-image: url("../images/bg_img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #6e6e6e;
}

html {
  overflow-x: hidden !important;
  width: 100%;
}
.text_white {
  color: #e6e6e6;
}
.logo-main {
  width: 50%;
}
.tag-line-sec h3 {
  font-family: "Metal", serif;
  line-height: 30px;
  font-size: 30px;
}
.invition-num-header {
  color: #6e6e6e;
}
.input-box {
  position: relative;
  width: 100%;
}

.input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.input-box input {
  width: 100%;
  height: 50px;
  padding-left: 60px;
  font-size: 13px;
  border: 1px solid #e1d2a9;
  border-radius: 8px;
  outline: none;
  background-color: #1a1815;
  box-sizing: border-box;
}

.input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.divider {
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #6e6e6e;
}
.input-box.verification_box input {
  padding-left: 60px;
}
.verification_box .divider {
  left: 50px;
  height: 16px;
}
.verification_box.send-mail-box .divider {
  left: 54px;
}
.verification_box.send-mail-box input {
  padding-left: 70px;
}
.input-icon.input-icon_form {
  width: 24px;
  height: 24px;
}
.btn {
  background: #edd589;
  background: radial-gradient(
    circle,
    rgba(237, 213, 137, 1) 0%,
    rgba(100, 71, 31, 1) 100%
  );
  padding: 10px 30px;
  font-weight: 900;
  border: 2px solid #e1d2a9;
  border-radius: 10px;
  min-width: 250px;
  font-size: 14px;
}
.btn:hover {
  background: #1a1815;
  color: #fff;
}

.btn.btn_two {
  background: #1a1815;
  color: #fff;
}
.btn.btn_two:hover {
  background: #edd589;
  background: radial-gradient(
    circle,
    rgba(237, 213, 137, 1) 0%,
    rgba(100, 71, 31, 1) 100%
  );
  color: #000;
}
.logo {
  width: 70%;
}
.invitetion {
  min-height: 100dvh;
  overflow: hidden; /* Prevent scrolling */
}

.invitaion-container {
  min-height: 100dvh;
}
.verification_details p {
  font-size: 19px;
}
.sub_header {
  font-size: 14px !important;
}
.sub_header .back_btn {
  font-size: 14px !important;
  color: #6e6e6e;
}
.otp-input {
  width: 60px;
  height: 60px;
  background-color: #7e7e7e;
  border-radius: 10px;
  border: 1px solid #e1d2a9;
  font-size: 30px;
}
:focus-visible {
  outline: none;
}
.sub_header a {
  color: #cfaf79;
}
h1.header_three {
  font-family: "Metal", serif;
  font-size: 28px;
}
h4.header_three {
  font-family: "Metal", serif;
  font-size: 24px;
  color: #b99134;
}
/* .chair-video {
  overflow: hidden;
} */

.coupon-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 24px 10px;
  border: 1px solid #cba66b;
  border-radius: 10px;
  background: linear-gradient(to right, #09090d, #101118);
}

.coupon-card::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(210, 173, 109, 0.35);
  border-radius: 7px;
}

.coupon-number {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #cba66b;
  border: 1px solid #ac8343;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #000;
  z-index: 2;
  font-size: 15px;
}

.coupon-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 4px;
}

.coupon-title {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
}

.coupon-text {
  background: #69593e;
  background: linear-gradient(to bottom, #69593e 0%, #cfaf79 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Metal", serif;
  line-height: 1;
  font-size: 20px;
}

/* MODAL */
.modal-content {
  background: linear-gradient(to bottom, #140d08, #120c08);
  border: 1px solid #ac8343;
  border-radius: 20px;
  padding: 20px;
}

.btn-close {
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 18px;
  height: 18px;
  background-size: 10px;
}

.coupon-title_popup {
  text-align: center;
  color: #cba66b;
  font-size: 22px;
  margin-bottom: 25px;
  font-family: "Metal", serif;
}

/* QR */
.qr-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.qr-box {
  width: 220px;
  height: 220px;
  background: #fff;
  border-radius: 10px;
  padding: 8px;
  border: 3px solid #d7a750;
  box-shadow:
    0 0 12px rgba(255, 187, 0, 0.8),
    0 0 35px rgba(255, 187, 0, 0.3);
}

.qr-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ACTIONS */
.popup-actions {
  display: flex;
  justify-content: center;
  gap: 60px;
  text-align: center;
}

.action-item {
  text-decoration: none;
  color: #fff !important;
}
.action-item:hover {
  color: #cba66b !important;
}

.action-item img {
  width: 20px;
}

.action-item span {
  font-size: 12px;
}

/* DARK BACKDROP OVERLAY */
.modal-backdrop.show {
  background-color: #000;
  opacity: 0.85;
}

/* INPUT BOX */
.custom-input-box {
  width: 700px;
  max-width: 100%;
  background: rgba(20, 16, 12, 0.95);
  border: 2px solid #d4bf93;
  border-radius: 25px;
  padding: 28px 35px;
  display: flex;
  align-items: center;
  gap: 25px;
}

/* RIGHT SIDE */
.input-content {
  flex: 1;
  position: relative;
  border-left: 2px solid rgba(255, 255, 255, 0.25);
  padding-left: 24px;
}

/* LABEL */
.floating-label {
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  color: #9d9d9d;
  font-size: 17px;
  pointer-events: none;
  transition: 0.3s ease;
  background: transparent;
}
input:-internal-autofill-selected {
  background-color: transparent !important;
}

/* INPUT */
.custom-input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 28px;
  padding-top: 18px;
}

.custom-input::placeholder {
  color: transparent;
}

/* ACTIVE LABEL */
.custom-input:focus + .floating-label,
.custom-input:not(:placeholder-shown) + .floating-label {
  top: 5px;
  transform: translateY(0);
  font-size: 12px;
  color: #b8b8b8;
  padding: 5px 0px;
}

.send-mail-box input {
  height: 66px;
  padding-left: 75px;
}
.send-mail-box .input-icon.input-icon_form {
  width: 30px;
  height: 30px;
}
.error-msg {
  flex-basis: 100%;
  width: 100%;
  text-align: center;
  color: red;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #1a1a1a inset !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}
.chair-video_gif {
  background-image: url(../images/chair_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.chair-video_gif img {
  height: 250px;
  padding: 10px 0px;
}
.coupon-card-redeem {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 16px 10px;
  border: 1px solid #cba66b;
  border-radius: 10px;
  background: #5b1716;
}
.coupon-card-redeem.coupon-card-redeem-active {
  background: #142513;
}
.coupon-card-redeem::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(210, 173, 109, 0.35);
  border-radius: 7px;
}
.coupon-title-redeem {
  color: #fff;
  font-weight: 300;
  font-size: 11px;
  margin-bottom: 3px;
}
.coupon-text-redeem {
  background: #69593e;
  background: linear-gradient(to bottom, #69593e 0%, #cfaf79 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Metal", serif;
  line-height: 1;
  font-size: 17px;
}
.btn.btn-back {
  min-width: 170px;
}
.divider.divider_home {
  left: 50px;
}
.scanner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
}

.scanner-box {
  position: relative;
  width: 200px;
  height: 200px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

/* Corner Borders */
.scanner-box::before,
.scanner-box::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
}

.scanner-box::before {
  top: 0;
  left: 0;
  border-top: 5px solid #757575;
  border-left: 5px solid #757575;
}

.scanner-box::after {
  bottom: 0;
  right: 0;
  border-bottom: 5px solid #757575;
  border-right: 5px solid #757575;
}

/* Additional corners */
.scanner-box {
  background:
    linear-gradient(#757575, #757575) top right / 40px 5px no-repeat,
    linear-gradient(#757575, #757575) top right / 5px 40px no-repeat,
    linear-gradient(#757575, #757575) bottom left / 40px 5px no-repeat,
    linear-gradient(#757575, #757575) bottom left / 5px 40px no-repeat;
}

/* Scanning Line */
.scan-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #757575;
  box-shadow: 0 0 10px #757575;
  animation: scan 2s linear infinite;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: calc(100% - 3px);
  }
}
/* preloader */



.loader-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
/* pre loader */
.redim-card {
  padding: 0px 4px;
}
