@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=Playwrite+HU:wght@100..400&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=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Montserrat:wght@400;700&family=Alex+Brush&display=swap");
@font-face {
  font-family: "chiffon-reg";
  src: url("../assets/fonts/chiffon-trial-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Le-Jour";
  src: url("../assets/fonts/le_jour_script.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  background: #f0f0f0;
}

.idc-card {
  width: 100%;
  max-width: 380px;
  position: relative;
  border-radius: 15px;
  padding: 70px 0;
  margin: 5vh auto;
  text-align: center;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.idc-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, white, rgba(252, 223, 155, 0.5058823529)), linear-gradient(90deg, rgba(217, 184, 104, 0.2) 1px, transparent 1px), linear-gradient(rgba(217, 184, 104, 0.2) 1px, transparent 1px);
  background-size: 100% 100%, 15px 15px, 15px 15px;
  z-index: 0;
}
.idc-card .idc-corner-image {
  position: absolute;
  height: 35%;
  z-index: 1;
}
.idc-card .idc-top-left {
  top: 0;
  left: 0;
  height: 32%;
}
.idc-card .idc-bottom-right {
  bottom: 0;
  right: 0;
  height: 33%;
}
.idc-card .idc-bottom-left-b {
  bottom: 0;
  left: 0;
  max-height: 18%;
}
.idc-card .idc-bottom-left-t {
  bottom: 22%;
  left: 0;
  max-height: 22%;
}
.idc-card .idc-top-right-leaf {
  top: 0;
  right: 0;
  max-height: 22%;
}
.idc-card .idc-brand-logo {
  height: 42px;
  width: 42px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.idc-card .idc-title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #572b01;
  font-family: "Playwrite HU", cursive;
  position: relative;
  z-index: 2;
}
.idc-card .idc-invite-text {
  font-size: 14px;
  color: #572b01;
  margin: 8px auto 10px auto;
  letter-spacing: -0.5px;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  max-width: 250px;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.idc-card .idc-names {
  font-size: 4rem;
  color: #572b01;
  font-family: "Sacramento", cursive;
  margin: 2rem 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.idc-card .idc-names span {
  line-height: 1.2;
}
.idc-card .idc-names span:nth-child(2) {
  font-size: 0.8em;
  margin: -0.25rem 0;
}
.idc-card .idc-qr-container {
  width: 100%;
  max-width: 120px;
  margin: 20px auto 12px auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.idc-card .idc-qr-container .idc-qrcode-box {
  width: 100%;
  aspect-ratio: 1/1;
  background: white;
  padding: 0;
  border-radius: 12px;
  display: grid;
  place-content: center;
}
.idc-card .idc-qr-container .idc-qrcode-box img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.idc-card .idc-qr-container .idc-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;
}
.idc-card .idc-footer,
.idc-card .idc-footer-cc {
  font-size: 14px;
  color: #572b01;
  max-width: 280px;
  text-align: center;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 2;
}
.idc-card .idc-footer {
  margin-top: 8px;
  margin-bottom: 0;
}
.idc-card .idc-footer-cc {
  margin-top: 24px;
  color: #666;
}
.idc-card .idc-footer-cc span {
  font-weight: 600;
  color: #3e3e3e;
}

/* Media Queries */
@media (max-width: 1024px) {
  .idc-card .idc-corner-image {
    height: 32%;
  }
  .idc-card .idc-top-left,
  .idc-card .idc-bottom-right {
    height: 28%;
  }
  .idc-card .idc-bottom-left-b {
    max-height: 20%;
  }
  .idc-card .idc-bottom-left-t {
    bottom: 20%;
    max-height: 20%;
  }
  .idc-card .idc-top-right-leaf {
    max-height: 20%;
  }
  .idc-card .idc-names {
    font-size: 2.8rem;
  }
}
@media (max-width: 820px) {
  .idc-card .idc-corner-image {
    height: 28%;
  }
  .idc-card .idc-top-left,
  .idc-card .idc-bottom-right {
    height: 24%;
  }
  .idc-card .idc-bottom-left-b {
    max-height: 18%;
  }
  .idc-card .idc-bottom-left-t {
    bottom: 18%;
    max-height: 18%;
  }
  .idc-card .idc-top-right-leaf {
    max-height: 18%;
  }
  .idc-card .idc-names {
    font-size: 2.5rem;
  }
  .idc-card .idc-names span:nth-child(2) {
    margin: -0.15rem 0;
  }
}
@media (max-width: 576px) {
  .idc-card .idc-corner-image {
    height: 25%;
  }
  .idc-card .idc-top-left,
  .idc-card .idc-bottom-right {
    height: 20%;
  }
  .idc-card .idc-bottom-left-b {
    max-height: 16%;
  }
  .idc-card .idc-bottom-left-t {
    bottom: 16%;
    max-height: 16%;
  }
  .idc-card .idc-top-right-leaf {
    max-height: 16%;
  }
  .idc-card .idc-names {
    font-size: 2.2rem;
  }
  .idc-card .idc-names span:nth-child(2) {
    margin: -0.1rem 0;
  }
}
@media (max-width: 480px) {
  .idc-card .idc-corner-image {
    height: 22%;
  }
  .idc-card .idc-top-left,
  .idc-card .idc-bottom-right {
    height: 18%;
  }
  .idc-card .idc-bottom-left-b {
    max-height: 14%;
  }
  .idc-card .idc-bottom-left-t {
    bottom: 14%;
    max-height: 14%;
  }
  .idc-card .idc-top-right-leaf {
    max-height: 14%;
  }
  .idc-card .idc-names {
    font-size: 2rem;
  }
  .idc-card .idc-names span:nth-child(2) {
    margin: -0.1rem 0;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#mainCanvas {
  position: relative;
  background: linear-gradient(to bottom, white, rgba(252, 223, 155, 0.5058823529)), linear-gradient(90deg, rgba(217, 184, 104, 0.2) 1px, transparent 1px), linear-gradient(rgba(217, 184, 104, 0.2) 1px, transparent 1px);
  background-size: 100% 100%, 15px 15px, 15px 15px;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  overflow: hidden;
}

.ict-corner-image {
  position: absolute;
  height: 40%;
  z-index: 1;
}

.top-left {
  top: 0;
  left: 0;
}

.bottom-right {
  bottom: 0;
  right: 0;
}

.bottom-left-b {
  bottom: 0;
  left: 0;
  max-height: 25%;
}

.bottom-left-t {
  bottom: 25%;
  left: 0;
  max-height: 25%;
}

.top-right-leaf {
  top: 0;
  right: 0;
  max-height: 25%;
}

.ict-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  padding: 20px;
  text-align: center;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  font-family: "chiffon";
}
.ict-content-names {
  font-family: "le", cursive;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 4.5rem;
  margin: 4.5rem 0;
  margin-bottom: 3rem;
  color: #572b01;
}

.ict-p,
p {
  margin-bottom: 0 !important;
  font-size: 1rem;
  color: #572b01;
}

h1.word,
.ict-year {
  font-size: 1.2rem;
  letter-spacing: 3px;
  margin: 10px 0;
  font-weight: normal;
  color: #572b01;
}

.ict-year {
  margin-top: 0;
}

.ict-date-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  color: #572b01;
}
.ict-date-container div {
  flex: 1;
  text-align: center;
  white-space: nowrap;
}

.ict-day,
.ict-time {
  border: 2px solid #572b01;
  border-left: none;
  border-right: none;
  padding: 10px 0;
  font-size: 1.2rem;
}

.ict-date {
  font-size: 3.5rem;
}

.ict-buttons-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  margin: 1rem 0 2rem 0;
  z-index: 2;
}

.ict-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #572b01;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "chiffon", sans-serif;
  font-size: 1rem;
  min-width: 160px;
  box-shadow: 0 4px 12px rgba(87, 43, 1, 0.3);
}
.ict-btn i {
  font-size: 1.1rem;
}
.ict-btn span {
  font-weight: 500;
  white-space: nowrap;
}
.ict-btn:hover {
  background-color: #bd9036;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(87, 43, 1, 0.4);
}
.ict-btn:active {
  transform: translateY(0);
}

.ict-location {
  margin: 2.5rem;
}

@media (max-width: 1024px) {
  .ict-corner-image {
    height: 35%;
  }
  .top-left {
    height: 30%;
  }
  .bottom-right {
    height: 30%;
  }
  .bottom-left-b {
    max-height: 22%;
  }
  .bottom-left-t {
    bottom: 22%;
    max-height: 22%;
  }
  .top-right-leaf {
    max-height: 22%;
  }
  .ict-content {
    padding: 60px 15px;
  }
  .ict-content-names {
    font-size: 4rem;
    margin: 4rem 0;
    margin-bottom: 3rem;
  }
  .ict-date {
    font-size: 3.2rem;
  }
  .ict-day,
  .ict-time {
    font-size: 1.1rem;
  }
  .ict-buttons-container {
    margin: 2.5rem 0 3rem 0;
    gap: 12px;
  }
  .ict-btn {
    min-width: 140px;
    padding: 10px 20px;
    font-size: 0.95rem;
  }
}
@media (max-width: 820px) {
  .ict-corner-image {
    height: 30%;
  }
  .top-left {
    height: 25%;
  }
  .bottom-right {
    height: 25%;
  }
  .bottom-left-b {
    max-height: 20%;
  }
  .bottom-left-t {
    bottom: 20%;
    max-height: 20%;
  }
  .top-right-leaf {
    max-height: 20%;
  }
  .ict-content {
    padding: 50px 15px;
    width: 95%;
  }
  .ict-content-names {
    font-size: 3.5rem;
    margin: 3.5rem 0;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 576px) {
  .ict-corner-image {
    height: 25%;
  }
  .top-left {
    height: 22%;
  }
  .bottom-right {
    height: 22%;
  }
  .bottom-left-b {
    max-height: 18%;
  }
  .bottom-left-t {
    bottom: 18%;
    max-height: 18%;
  }
  .top-right-leaf {
    max-height: 18%;
  }
  .ict-content {
    padding: 40px 10px;
    width: 100%;
  }
  .ict-content-names {
    font-size: 3rem;
    margin: 3rem 0;
    margin-bottom: 2rem;
  }
  .ict-p,
  p {
    font-size: 0.95rem;
  }
  h1.word,
  .ict-year {
    font-size: 1.1rem;
    letter-spacing: 2px;
  }
  .ict-date {
    font-size: 3rem;
  }
  .ict-day,
  .ict-time {
    font-size: 1rem;
  }
  .ict-buttons-container {
    margin: 2rem 0;
    gap: 10px;
  }
  .ict-btn {
    min-width: 130px;
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .ict-corner-image {
    height: 22%;
  }
  .top-left {
    height: 20%;
  }
  .bottom-right {
    height: 20%;
  }
  .bottom-left-b {
    max-height: 15%;
  }
  .bottom-left-t {
    bottom: 15%;
    max-height: 15%;
  }
  .top-right-leaf {
    max-height: 15%;
  }
  .ict-content {
    padding: 30px 8px;
  }
  .ict-content-names {
    font-size: 2.6rem;
    margin: 2.5rem 0;
    margin-bottom: 1.8rem;
  }
  .ict-date {
    font-size: 2.8rem;
  }
  .ict-day,
  .ict-time {
    font-size: 0.95rem;
    padding: 6px 0;
  }
  .ict-location {
    margin: 2rem;
  }
  .ict-buttons-container {
    margin: 1.5rem 0;
    gap: 8px;
  }
  .ict-btn {
    min-width: 120px;
    padding: 6px 14px;
    font-size: 0.85rem;
  }
  .ict-btn i {
    font-size: 1rem;
  }
}
/* 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 */
