@import url("https://fonts.googleapis.com/css2?family=Engagement&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Smythe&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Emblema+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homenaje&display=swap");
@font-face {
  font-family: "Amsterdam-One";
  src: url("../assets/fonts/AmsterdamOne-eZ12l.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.invitation-card {
  width: 100%;
  min-width: 350px;
  max-width: 420px;
  border-radius: 15px;
  background-image: url("../assets/body_background.png");
  background-color: #e3d9d7;
  padding-top: 30px;
  padding-bottom: 100px;
  margin: 5vh auto;
  max-height: auto;
  overflow-y: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.invitation-card .brand-logo {
  height: auto;
  width: 42px;
  margin-top: 0;
  margin-bottom: 24px;
  z-index: 1;
  padding-top: 1.4vh;
}
.invitation-card h1 {
  font-size: 26px;
  color: #8a5c53;
  font-family: "Cinzel", cursive;
  z-index: 1;
}
.invitation-card .invite-text {
  font-size: 16px;
  color: #666;
  margin: 8px auto 0 auto;
  max-width: 250px;
  padding: 0;
  text-align: center;
  z-index: 1;
}
.invitation-card .names {
  font-size: 3rem;
  color: #8a5c53;
  font-family: "Great Vibes", cursive;
  font-size: clamp(24px, 10vw, 50px);
  z-index: 1;
  padding: 0 10px; /* Adjust as needed */
  padding-top: 2vh;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  word-break: break-word; /* Allows breaking between words */
  white-space: normal; /* Change from nowrap to normal */
}
.invitation-card span.and {
  font-size: 32px;
  color: black !important;
  white-space: nowrap;
  font-size: clamp(12px, 5vw, 24px);
  z-index: 1;
  display: inline-block; /* Helps with spacing */
  margin: 0 5px; /* Adjust as needed */
}
.invitation-card .qr-container {
  width: 100%;
  max-width: 120px;
  margin: 20px auto 20px auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.invitation-card .qr-container .qrcode-box {
  width: 100%;
  aspect-ratio: 1/1;
  background: white;
  padding: 0;
  border-radius: 12px;
  display: grid;
  place-content: center;
}
.invitation-card .qr-container .qrcode-box img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.invitation-card .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;
}
.invitation-card .footer,
.invitation-card .footer-cc {
  font-size: 14px;
  color: #555;
  max-width: 280px;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}
.invitation-card .footer {
  margin-top: 8px;
  margin-bottom: 0;
}
.invitation-card .footer-cc {
  margin-top: 24px;
  color: #666;
}
.invitation-card .footer-cc span {
  font-size: 14px;
  font-weight: 600;
  color: #3e3e3e;
}
.invitation-card .corner-decoration {
  position: absolute;
  height: auto;
  z-index: 0;
}
.invitation-card .corner-top-left {
  top: 0;
  left: 0;
  width: 40%;
  mix-blend-mode: multiply;
}
.invitation-card .corner-top-right {
  top: 0;
  right: 0;
  width: 50%;
}
.invitation-card .corner-bottom-left {
  bottom: 0;
  left: 0;
  width: 50%;
  transform: rotate(0deg);
}
.invitation-card .corner-bottom-right {
  bottom: 0;
  right: 0;
  width: 50%;
  transform: rotate(0deg);
  mix-blend-mode: multiply;
}

/* Media Queries */
@media (max-width: 480px) {
  .invitation-card {
    width: 90%;
    padding: 80px 0;
  }
}
/* Tablet styles */
@media (min-width: 481px) and (max-width: 767px) {
  .invitation-card {
    width: 90%;
  }
}
#mainCanvas {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 2rem 0;
  background-color: #f5f0e6;
  overflow: hidden;
}
#mainCanvas #ict-header_imgs {
  position: absolute;
  width: 100%;
  top: 0;
  pointer-events: none;
  z-index: 1;
}
#mainCanvas #ict-header_imgs img {
  position: absolute;
  height: min(50vw, 50vh, 500px);
  max-width: 50%;
  margin: 0;
}
#mainCanvas #ict-header_imgs img#ict-header_left {
  left: 0%;
  top: 0%;
  transform: rotate(360deg);
}
#mainCanvas #ict-header_imgs img#ict-header_right {
  right: 0%;
  top: 0%;
  transform: rotate(360deg);
}
#mainCanvas #ict-footer_imgs {
  position: absolute;
  width: 100%;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
#mainCanvas #ict-footer_imgs img {
  position: absolute;
  height: min(50vw, 50vh, 500px);
  max-width: 50%;
  margin: 0;
}
#mainCanvas #ict-footer_imgs img#ict-footer_left {
  left: 0%;
  bottom: 0%;
  transform: rotate(360deg);
}
#mainCanvas #ict-footer_imgs img#ict-footer_right {
  right: 0%;
  bottom: 0%;
  transform: rotate(360deg);
}
#mainCanvas .ict-details {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
  z-index: 2;
  top: 0;
  left: 0;
  transform: none;
}
#mainCanvas .ict-details h3 {
  font-size: clamp(1.2rem, 3vw, 2.2rem);
  color: #3e2723;
  font-family: "Cinzel";
  font-weight: normal;
  margin-bottom: 0.2rem;
  margin-top: max(10vh, 80px);
}
#mainCanvas .ict-details #ict-h3_1:nth-of-type(2) {
  margin-bottom: clamp(3rem, 6vw, 4rem);
  margin-top: 0;
}
#mainCanvas .ict-details .ict-names {
  font-family: "Great Vibes";
  font-size: clamp(4rem, 16vw, 8rem);
  color: #b94817;
  margin: 0.5rem 0;
  line-height: 1.2;
  display: block;
  font-weight: 100;
}
#mainCanvas .ict-details .ict-ampersand {
  font-size: clamp(1.2rem, 10vw, 4rem);
  margin-left: 1vw;
  margin-right: 1vw;
}
#mainCanvas .ict-details h4 {
  font-size: clamp(1rem, 2.5vw, 2rem);
  color: #3e2723;
  margin-top: clamp(0.5rem, 1.5vw, 1rem);
  margin-bottom: clamp(0.5rem, 1.5vw, 1rem);
  font-family: "Cinzel";
  font-weight: normal;
}
#mainCanvas .ict-details .ict-wedding-date {
  display: flex;
  flex-direction: row;
  font-family: "Cinzel";
  font-weight: bold;
  justify-content: center;
  align-items: center;
  margin: clamp(1rem, 4vw, 3rem) auto;
  margin-top: clamp(2rem, 5vw, 5rem);
  margin-bottom: clamp(1rem, 3vw, 2rem);
  flex-wrap: nowrap;
}
#mainCanvas .ict-details .ict-wedding-date .ict-day,
#mainCanvas .ict-details .ict-wedding-date .ict-time {
  font-size: clamp(0.9rem, 2.2vw, 1.8rem);
  color: #3e2723;
  padding: 0 clamp(0.5rem, 2vw, 1rem);
  white-space: nowrap;
  min-width: -moz-max-content;
  min-width: max-content;
  font-weight: lighter;
}
#mainCanvas .ict-details .ict-wedding-date .ict-date-container {
  position: relative;
  padding: 0 clamp(1rem, 3vw, 1.5rem);
  margin: 0 0.5rem;
}
#mainCanvas .ict-details .ict-wedding-date .ict-date-container::before, #mainCanvas .ict-details .ict-wedding-date .ict-date-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #8b6b4d;
}
#mainCanvas .ict-details .ict-wedding-date .ict-date-container::before {
  left: 0;
}
#mainCanvas .ict-details .ict-wedding-date .ict-date-container::after {
  right: 0;
}
#mainCanvas .ict-details .ict-wedding-date .ict-date-container .ict-month,
#mainCanvas .ict-details .ict-wedding-date .ict-date-container .ict-year {
  font-size: clamp(1.2rem, 3.2vw, 2rem);
  font-weight: lighter;
  color: #8b6b4d;
}
#mainCanvas .ict-details .ict-wedding-date .ict-date-container .ict-month {
  margin-bottom: 0.3rem;
}
#mainCanvas .ict-details .ict-wedding-date .ict-date-container .ict-year {
  margin-top: 0.3rem;
}
#mainCanvas .ict-details .ict-wedding-date .ict-date-container .ict-number {
  font-size: clamp(2.2rem, 5vw, 3.3rem);
  color: #8b6b4d;
  line-height: 1;
  font-weight: lighter;
}
#mainCanvas .ict-details .ict-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  max-width: 90%;
  position: relative;
  z-index: 2;
}
#mainCanvas .ict-details .ict-buttons.ict-date-buttons {
  width: 100%;
  max-width: 200px;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
  margin-bottom: clamp(2rem, 4vw, 3rem);
  padding: 0 clamp(1rem, 3vw, 1.5rem);
  box-sizing: border-box;
}
#mainCanvas .ict-details .ict-buttons.ict-date-buttons .ict-button {
  font-family: "Cinzel", serif;
  font-weight: normal;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  color: #f5f0e6;
  background: linear-gradient(135deg, #8b6b4d 0%, rgb(112.7444444444, 86.7888888889, 62.4555555556) 50%, #8b6b4d 100%);
  padding: 0.8rem 1.8rem;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  min-width: 180px;
  border: 1px solid rgba(62, 39, 35, 0.2);
  width: 100%;
  max-width: 250px;
  display: inline-block;
}
#mainCanvas .ict-details .ict-buttons.ict-date-buttons .ict-button:hover {
  background: linear-gradient(135deg, #3e2723 0%, rgb(45.7010309278, 28.7474226804, 25.7989690722) 50%, #3e2723 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border-color: rgba(212, 175, 55, 0.3);
}
#mainCanvas .ict-details .ict-buttons.ict-date-buttons .ict-button:active {
  transform: translateY(0);
}
#mainCanvas .ict-details .ict-buttons.ict-date-buttons .ict-button::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 2px;
  background-color: #d4af37;
  transition: width 0.3s ease;
  border-radius: 2px;
}
#mainCanvas .ict-details .ict-buttons.ict-date-buttons .ict-button:hover::after {
  width: 60%;
}
#mainCanvas .ict-details .ict-buttons.ict-info-buttons {
  margin-top: clamp(1rem, 2vw, 1.5rem);
  margin-bottom: clamp(2rem, 5vw, 3rem);
  width: 100%;
  max-width: 100px;
  background-color: #f5f0e6;
}
#mainCanvas .ict-details .ict-buttons.ict-info-buttons .ict-button {
  font-family: "Cinzel", serif;
  font-weight: normal;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  color: #3e2723;
  background-color: #f5f0e6;
  padding: 0.8rem 1.8rem;
  border: 1px solid #3e2723;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  min-width: 180px;
  width: 100%;
  max-width: 250px;
  display: inline-block;
}
#mainCanvas .ict-details .ict-buttons.ict-info-buttons .ict-button:hover {
  background-color: rgb(237.7142857143, 229.0714285714, 211.7857142857);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border-color: #3e2723;
  color: #3e2723;
}
#mainCanvas .ict-details .ict-buttons.ict-info-buttons .ict-button:active {
  transform: translateY(0);
}
#mainCanvas .ict-details .ict-buttons.ict-info-buttons .ict-button::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 2px;
  background-color: #3e2723;
  transition: width 0.3s ease;
  border-radius: 2px;
}
#mainCanvas .ict-details .ict-buttons.ict-info-buttons .ict-button:hover::after {
  width: 60%;
}

@media (max-width: 480px) {
  #mainCanvas #ict-header_imgs img,
  #mainCanvas #ict-footer_imgs img {
    height: min(40vw, 40vh, 400px);
  }
  #mainCanvas #ict-header_imgs img#ict-header_left,
  #mainCanvas #ict-footer_imgs img#ict-header_left {
    left: -8%;
    top: -8%;
  }
  #mainCanvas #ict-header_imgs img#ict-header_right,
  #mainCanvas #ict-footer_imgs img#ict-header_right {
    right: -8%;
    top: -8%;
  }
  #mainCanvas #ict-header_imgs img#ict-footer_left,
  #mainCanvas #ict-footer_imgs img#ict-footer_left {
    left: -8%;
    bottom: -8%;
  }
  #mainCanvas #ict-header_imgs img#ict-footer_right,
  #mainCanvas #ict-footer_imgs img#ict-footer_right {
    right: -8%;
    bottom: -8%;
  }
  #mainCanvas .ict-details {
    width: 95%;
    padding: 1rem;
  }
  #mainCanvas .ict-details h4 {
    margin-top: clamp(0.5rem, 1vw, 1rem);
    margin-bottom: clamp(0.5rem, 1vw, 1rem);
  }
  #mainCanvas .ict-details .ict-names {
    margin-bottom: -10rem;
  }
  #mainCanvas .ict-details .ict-buttons {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }
  #mainCanvas .ict-details .ict-buttons.ict-date-buttons {
    margin-top: clamp(1rem, 2vw, 1.5rem);
    margin-bottom: clamp(1.5rem, 2.5vw, 2rem);
  }
  #mainCanvas .ict-details .ict-buttons.ict-info-buttons {
    margin-top: clamp(0.8rem, 1.2vw, 1rem);
  }
  #mainCanvas .ict-details .ict-buttons .ict-button {
    width: 100%;
    max-width: 200px;
    min-width: 150px;
    padding: 0.7rem 1.5rem;
  }
}
@media (max-width: 350px) {
  #mainCanvas #ict-header_imgs img,
  #mainCanvas #ict-footer_imgs img {
    height: min(38vw, 38vh, 380px);
  }
  #mainCanvas .ict-details .ict-wedding-date {
    transform: scale(0.95);
    transform-origin: center;
  }
  #mainCanvas .ict-details .ict-buttons .ict-button {
    max-width: 180px;
    min-width: 140px;
    padding: 0.6rem 1.2rem;
  }
}
@media (max-width: 768px) {
  #mainCanvas #ict-header_imgs img,
  #mainCanvas #ict-footer_imgs img {
    height: min(45vw, 45vh, 450px);
  }
  #mainCanvas .ict-details {
    width: 95%;
    padding: 1rem;
  }
  #mainCanvas .ict-details .ict-names {
    margin-bottom: 2rem;
  }
  #mainCanvas .ict-details .ict-buttons.ict-date-buttons {
    margin-top: clamp(1rem, 2.5vw, 2rem);
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  }
  #mainCanvas .ict-details .ict-buttons.ict-info-buttons {
    margin-top: clamp(0.8rem, 1.5vw, 1.2rem);
  }
  #mainCanvas .ict-details .ict-buttons .ict-button {
    padding: 0.7rem 1.5rem;
    min-width: 160px;
    max-width: 220px;
  }
}
@media (max-width: 1024px) {
  #mainCanvas .ict-details {
    margin-top: 8vh;
  }
}
/* Scrollbar styles */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f5f0e6;
}

::-webkit-scrollbar-thumb {
  background: #8b6b4d;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #3e2723;
}

/* 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 */