@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Montserrat:wght@400;700&family=Alex+Brush&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Sacramento&family=Six+Caps&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Darker+Grotesque:wght@300..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
.invitationCard {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 15px;
  padding-top: 55px;
  padding-bottom: 50px;
  margin: 5vh auto;
  max-height: auto;
  padding-left: 50px;
  padding-right: 50px;
  overflow-y: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
}
.invitationCard .brand-logo {
  height: 42px;
  width: 42px;
  margin-top: 0;
  margin-bottom: 24px;
  z-index: 1;
}
.invitationCard h1 {
  font-size: 30px;
  font-weight: 500;
  color: #2b2b2b;
  font-family: "Sacramento", cursive;
  z-index: 1;
}
.invitationCard .invite-text {
  font-size: 14px;
  color: #2b2b2b;
  margin: 8px auto 10px auto;
  letter-spacing: -0.5px;
  font-family: "Poppins", sans-serif;
  max-width: 250px;
  padding: 0;
  text-align: center;
  z-index: 1;
}
.invitationCard .names {
  color: #2b2b2b;
  font-family: "poom", cursive;
  white-space: nowrap;
  font-size: clamp(24px, 10vw, 4rem);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.invitationCard span.and {
  color: #1b1b1b !important;
  white-space: nowrap;
  font-size: clamp(70px, 6vw, 40px);
  z-index: 1;
  margin: -2rem 0 -2rem 0;
  opacity: 0.5;
}
.invitationCard .qr-container {
  width: 100%;
  max-width: 120px;
  margin: 20px auto 12px auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.invitationCard .qr-container .qrcode-box {
  width: 100%;
  aspect-ratio: 1/1;
  background: white;
  padding: 0;
  border-radius: 12px;
  display: grid;
  place-content: center;
}
.invitationCard .qr-container .qrcode-box img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.invitationCard .qr-container .qr-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
  aspect-ratio: 1/1;
  padding: 0;
  background: white;
  border-radius: 10px;
}
.invitationCard .footer,
.invitationCard .footer-cc {
  font-size: 2vh;
  color: #604942;
  max-width: 280px;
  text-align: center;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  z-index: 1;
}
.invitationCard .footer {
  margin-top: 8px;
  margin-bottom: 0;
}
.invitationCard .footer-cc {
  margin-top: 24px;
  color: #666;
}
.invitationCard .footer-cc span {
  font-size: 14px;
  font-weight: 600;
  color: #3e3e3e;
}

/* Media Queries */
@media (max-width: 480px) {
  .invitationCard {
    width: 90%;
    padding: 80px 0;
  }
}
/* Tablet styles */
@media (min-width: 481px) and (max-width: 767px) {
  .invitationCard {
    width: 90%;
  }
}
#mainCanvas {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  padding-bottom: 5rem;
}
#mainCanvas .ict-content {
  margin-top: 10vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 60vw;
}
#mainCanvas .ict-content .ict-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#mainCanvas .ict-content .ict-title .ict-bold {
  font-family: "bbr";
  transform: scaleX(0.8);
  font-size: 10vh;
  transform: scaleY(2.1);
  color: #474747;
}
#mainCanvas .ict-content .ict-title .ict-thin {
  font-family: "poom";
  font-size: 18vh;
  transform: rotate(-15deg);
  margin: -20px 0 -20px 0;
}
@media (max-width: 768px) {
  #mainCanvas .ict-content {
    max-width: 90vw;
    margin-top: 5vh;
  }
  #mainCanvas .ict-content .ict-title .ict-bold {
    font-size: 6vh;
    transform: scaleY(1.8);
  }
  #mainCanvas .ict-content .ict-title .ict-thin {
    font-size: 12vh;
    margin: -15px 0 -15px 0;
  }
}
@media (max-width: 480px) {
  #mainCanvas .ict-content {
    max-width: 95vw;
    margin-top: 8vh; /* Increased top margin for phones */
  }
  #mainCanvas .ict-content .ict-title {
    margin-bottom: 3vh; /* Added gap between title and names */
  }
  #mainCanvas .ict-content .ict-title .ict-bold {
    font-size: 7vh;
    transform: scaleY(1.6);
  }
  #mainCanvas .ict-content .ict-title .ict-thin {
    font-size: 10vh;
    margin: -12px 0 -12px 0;
  }
}
#mainCanvas .ict-content .ict-names {
  margin-top: 2rem;
  font-size: 18vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "poom";
  transform: rotate(-10deg);
}
#mainCanvas .ict-content .ict-names .ict-divider {
  margin: -14vh 0;
  display: inline-block;
  transform: translate(15vh, 0);
  transition: transform 0.2s;
}
#mainCanvas .ict-content .ict-names .ict-groom {
  transform: translate(3vh, 0);
}
@media (max-width: 768px) {
  #mainCanvas .ict-content .ict-names {
    font-size: 14vh;
    margin-top: 1.5rem;
  }
  #mainCanvas .ict-content .ict-names .ict-divider {
    margin: -10vh 0;
    transform: translate(10vh, 0);
  }
  #mainCanvas .ict-content .ict-names .ict-groom {
    transform: translate(2vh, 0);
  }
}
@media (max-width: 480px) {
  #mainCanvas .ict-content .ict-names {
    font-size: 15;
    margin-top: 2vh; /* Reduced gap since we added spacing in title */
    text-align: center; /* Better centering */
  }
  #mainCanvas .ict-content .ict-names .ict-divider {
    margin: -7vh 0;
    transform: translate(7vh, 0);
  }
  #mainCanvas .ict-content .ict-names .ict-groom {
    transform: translate(1.5vh, 0);
  }
}
#mainCanvas .ict-content .ict-date {
  font-family: "DM Sans";
  font-weight: 600;
  margin: 2vh 0;
  font-size: 5vh;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  #mainCanvas .ict-content .ict-date {
    font-size: 4vh;
    margin: 1.5vh 0;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 480px) {
  #mainCanvas .ict-content .ict-date {
    font-size: 3vh;
    margin: 2vh 0; /* Increased margin for better spacing */
    letter-spacing: 0.08em;
    text-align: center; /* Better centering */
  }
}
#mainCanvas .ict-content .ict-address {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 3vh;
  margin: 2vh 0 6vh 0;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #mainCanvas .ict-content .ict-address {
    font-size: 2.5vh;
    margin: 1.5vh 0 4vh 0;
    letter-spacing: 0.08em;
    padding: 0 1rem;
  }
}
@media (max-width: 480px) {
  #mainCanvas .ict-content .ict-address {
    font-size: 2vh;
    margin: 1vh 0 3vh 0;
    letter-spacing: 0.05em;
    padding: 0 1.5rem;
    line-height: 1.4;
  }
}

.ict-actions-container {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100; /* Ensures buttons are on top of all other content */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3vh 4vw; /* Responsive padding */
  gap: 1rem;
  /* Prevents the empty space in the container from blocking clicks on content behind it */
  pointer-events: none;
}
@media (max-width: 768px) {
  .ict-actions-container {
    padding: 2vh 3vw;
    gap: 0.8rem;
  }
}
@media (max-width: 480px) {
  .ict-actions-container {
    padding: 1.5vh 2vw;
    gap: 0.6rem;
    flex-direction: column;
  }
}

/* General styling for both buttons */
.ict-button {
  pointer-events: auto; /* Re-enables clicks only for the buttons themselves */
  font-family: "DM Sans", sans-serif;
  background-color: #474747;
  color: #ffffff;
  padding: 1rem 2.5rem;
  border-radius: 50px; /* Creates the pill shape */
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 16px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.ict-button:hover {
  background-color: #2a2a2a; /* Darkens on hover */
  transform: translateY(-4px); /* Lifts the button slightly */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .ict-button {
    font-size: 14px;
    padding: 0.8rem 1.8rem;
  }
}
@media (max-width: 480px) {
  .ict-button {
    font-size: 12px;
    padding: 0.7rem 1.5rem;
    width: 100%;
    max-width: 200px;
    text-align: center;
  }
}
/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body,
html {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/*# sourceMappingURL=theme.css.map */
