.invitation-card {
  width: 100%;
  max-width: 380px;
  padding-top: 20px;
  padding-bottom: 140px;
  margin: 5vh auto;
  overflow-y: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #fffcf8;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.invitation-card .brand-logo {
  height: 42px;
  width: 42px;
  margin-top: 50px;
  margin-bottom: 14px;
  z-index: 1;
}
.invitation-card .idc-sub-image-container-left {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 40%;
  height: 100%;
  overflow: hidden;
  opacity: 0.6;
}
.invitation-card .idc-sub-image-container-left img {
  position: absolute;
  width: 100%;
  height: auto;
}
.invitation-card .idc-sub-image-container-left #img_left_1 {
  top: -5%;
  left: -10%;
  transform: scale(1.5);
}
.invitation-card .idc-sub-image-container-left #img_left_2 {
  left: -50%;
  transform: translateY(-50%) scaleY(1.4) scaleX(1.5);
  top: 28%;
}
.invitation-card .idc-sub-image-container-left #img_left_3 {
  left: -50%;
  transform: translateY(-40%) scaleY(2) scaleX(-1.5);
  top: 70%;
}
.invitation-card .idc-sub-image-container-left #img_left_4 {
  left: -20%;
  bottom: 0%;
  transform: rotate(10deg) scaleY(1.2) scaleX(1);
}
.invitation-card .idc-sub-image-container-right {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 40%;
  height: 100%;
  overflow: hidden;
  opacity: 0.6;
}
.invitation-card .idc-sub-image-container-right img {
  position: absolute;
  width: 100%;
  height: auto;
}
.invitation-card .idc-sub-image-container-right #img_right_1 {
  top: -4%;
  right: -10%;
  transform: scale(1.5);
}
.invitation-card .idc-sub-image-container-right #img_right_2 {
  top: 29%;
  right: -50%;
  transform: translateY(-50%) scaleY(1.4) scaleX(-1.5);
}
.invitation-card .idc-sub-image-container-right #img_right_3 {
  right: -50%;
  transform: translateY(-70%) scaleY(1.8) scaleX(1.5);
  top: 76%;
}
.invitation-card .idc-sub-image-container-right #img_right_4 {
  right: -25%;
  bottom: 0%;
  transform: rotate(-15deg) scaleY(1.3) scaleX(1);
}

.idc-content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.idc-content-container h1 {
  font-size: 25px;
  color: #bd9036;
  font-family: "Gotham Black";
  z-index: 1;
  font-style: normal;
}
.idc-content-container .idc-names {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
  text-align: center;
}
.idc-content-container .idc-names .name {
  font-family: "Bebas Neue";
  font-size: 50px;
  font-weight: 700;
  color: #9d4e2c;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
}
.idc-content-container .idc-names .name:first-child {
  margin-bottom: 0.5rem;
}
.idc-content-container .idc-names .name:last-child {
  margin-top: 0.5rem;
  color: #943318;
}
.idc-content-container .idc-names .and {
  font-family: "Bebas Neue";
  font-size: 40px;
  color: #ecbc6b;
  margin: -0.9rem 0;
}
.idc-content-container .idc-second-text {
  font-family: "Gotham Black";
  font-size: 14px;
  color: #484344;
  text-align: center;
  margin: 10px auto;
  max-width: 240px;
  line-height: 1.2;
  padding: 0 1rem;
}
.idc-content-container .qr-container {
  width: 100%;
  max-width: 120px;
  margin: 20px auto 20px auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.idc-content-container .qr-container .qrcode-box {
  width: 100%;
  aspect-ratio: 1/1;
  background: white;
  padding: 0;
  border-radius: 12px;
  display: grid;
  place-content: center;
}
.idc-content-container .qr-container .qrcode-box img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.idc-content-container .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;
}
.idc-content-container .footer,
.idc-content-container .footer-cc {
  font-size: 14px;
  color: #807c7d;
  max-width: 180px;
  text-align: center;
  font-family: "Gotham Black";
  font-weight: 300 !important;
  margin: 0 auto;
  z-index: 1;
  line-height: 1.2;
}
.idc-content-container .footer {
  color: #807c7d;
  margin-top: 8px;
  margin-bottom: 0;
}
.idc-content-container .footer-cc {
  padding-top: 20px;
  margin-top: 5px;
  color: #807c7d;
}
.idc-content-container .footer-cc span {
  font-size: 13px;
  font-weight: 600;
  color: #4b4444;
}

@media (max-width: 480px) {
  .invitationCard {
    width: 90%;
    padding: 80px 0;
  }
  .invitationCard .brand-logo {
    margin-top: -50px;
  }
}
/* Tablet styles */
@media (min-width: 481px) and (max-width: 767px) {
  .invitationCard {
    width: 90%;
  }
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../assets/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Black";
  src: url("../assets/GothamBlack Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#mainCanvas {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #fffcf8;
  overflow-x: hidden;
}

.ict-sub-image-container-left {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.ict-sub-image-container-left img {
  position: absolute;
  width: 100%;
  height: auto;
}
.ict-sub-image-container-left #img_left_1 {
  top: -12%;
  left: 0%;
  transform: scale(1);
}
.ict-sub-image-container-left #img_left_2 {
  left: -50%;
  transform: translateY(-50%);
  top: 0%;
  transform: rotate(15deg) scale(0.8);
}
.ict-sub-image-container-left #img_left_3 {
  left: -35%;
  top: 50%;
  transform: scaleY(0.6) scaleX(-0.6);
}
.ict-sub-image-container-left #img_left_4 {
  left: -5%;
  bottom: -15%;
  transform: scale(0.3);
}

.ict-sub-image-container-right {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.ict-sub-image-container-right img {
  position: absolute;
  width: 100%;
  height: auto;
}
.ict-sub-image-container-right #img_right_1 {
  top: -12%;
  right: 0%;
  transform: scale(1);
}
.ict-sub-image-container-right #img_right_2 {
  right: -50%;
  transform: translateY(-50%);
  top: 0%;
  transform: rotate(-15deg) scaleY(0.8) scaleX(-0.8);
}
.ict-sub-image-container-right #img_right_3 {
  right: -35%;
  top: 50%;
  transform: scaleY(0.6) scaleX(0.6);
}
.ict-sub-image-container-right #img_right_4 {
  right: -5%;
  bottom: -15%;
  transform: scale(0.3);
}

.ict_invite-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.ict_invite {
  z-index: 3;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}
.ict_invite .ict_header {
  font-family: "Gotham Black";
  font-size: 30px;
  letter-spacing: 2px;
  color: #484344;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  margin-top: 175px;
}
.ict_invite .ict_title {
  font-family: "Bebas Neue";
  color: #9d4e2c;
  font-size: 120px;
  line-height: 1;
  letter-spacing: 10px;
}
.ict_invite .ict_subtitle {
  font-family: "Bebas Neue";
  color: #9d4e2c;
  font-size: 120px;
  margin-bottom: 0.2rem;
  line-height: 1;
  letter-spacing: 10px;
  opacity: 0.8;
}
.ict_invite .ict_date {
  font-family: "Gotham Black";
  color: #484344;
  font-size: 30px;
  margin-bottom: 0.5rem;
  padding-top: 20px;
}
.ict_invite .ict_datetime-container {
  font-family: "Gotham Black";
  color: #484344;
  font-size: 30px;
  margin-bottom: 0.5rem;
}
.ict_invite .ict_datetime-container .divider {
  margin: 0 0.5rem;
  color: #bd8b74;
}
.ict_invite .ict_datetime-container .ict_date-number {
  font-size: 2.2em;
  font-family: "Gotham Black", sans-serif;
  color: #9d4e2c;
  font-weight: bold;
  margin: 0 0.2em;
  letter-spacing: 2px;
  line-height: 1;
  vertical-align: middle;
}
.ict_invite .ict_address {
  font-family: "Gotham Black";
  color: #484344;
  font-size: 30px;
  margin-top: 80px;
}
.ict_invite .ict_btn {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin: 80px 40px;
}
.ict_invite .ict_btn .btn {
  padding: 10px 30px;
  font-size: 1.1rem;
  border-radius: 2em;
  font-family: "Gotham Black";
  letter-spacing: 0.04em;
  border: none;
  box-shadow: 0 2px 8px rgba(157, 78, 44, 0.08);
  cursor: pointer;
  outline: none;
}
.ict_invite .ict_btn .btn-rsvp {
  background-color: #accbb0;
  color: #9d4e2c;
}
.ict_invite .ict_btn .btn-rsvp:hover {
  background-color: rgb(140.6444444444, 183.3555555556, 146.1555555556);
}
.ict_invite .ict_btn .btn-location {
  background-color: #bd8b74;
  color: white;
}
.ict_invite .ict_btn .btn-location:hover {
  background-color: rgb(172.2243902439, 110.2731707317, 81.7756097561);
}

@media screen and (max-width: 1024px) {
  .ict_invite-container {
    padding: 5px;
  }
  .ict_invite {
    padding: 1.5rem;
    width: 90%;
  }
  .ict_header {
    font-size: 40px !important;
    margin-top: 80px;
  }
  .ict_title {
    font-size: 150px !important;
    margin-top: 20px;
  }
  .ict_subtitle {
    font-size: 150px !important;
    letter-spacing: 5px;
  }
  .ict_date,
  .ict_datetime-container {
    margin-top: 0.5rem;
    font-size: 24px;
  }
  .ict-sub-image-container-left {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: auto;
  }
  .ict-sub-image-container-left img {
    width: 100%;
    height: auto;
  }
  .ict-sub-image-container-left #img_left_1 {
    top: -20%;
    left: -35%;
    transform: scale(0.8);
  }
  .ict-sub-image-container-left #img_left_2 {
    left: -55%;
    transform: translateY(-50%);
    top: -10%;
    transform: rotate(5deg) scale(0.5);
  }
  .ict-sub-image-container-left #img_left_3 {
    left: -50%;
    top: 38% !important;
    transform: scaleY(0.5) scaleX(-0.5);
  }
  .ict-sub-image-container-left #img_left_4 {
    left: -30%;
    bottom: -22vh !important;
    transform: scale(0.2);
  }
  .ict-sub-image-container-right {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: auto;
  }
  .ict-sub-image-container-right img {
    width: 100%;
    height: auto;
  }
  .ict-sub-image-container-right #img_right_1 {
    top: -20%;
    right: -35%;
    transform: scale(0.8);
  }
  .ict-sub-image-container-right #img_right_2 {
    right: -55%;
    transform: translateY(-50%);
    top: -10%;
    transform: rotate(-5deg) scaleY(0.5) scaleX(-0.5);
  }
  .ict-sub-image-container-right #img_right_3 {
    right: -50%;
    top: 38% !important;
    transform: scaleY(0.5) scaleX(0.5);
  }
  .ict-sub-image-container-right #img_right_4 {
    right: -30%;
    bottom: -22vh !important;
    transform: scale(0.2);
  }
}
@media screen and (max-width: 768px) {
  .ict_invite {
    padding: 1rem;
    width: 90%;
  }
  .ict-sub-image-container-left {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: auto;
  }
  .ict-sub-image-container-left img {
    width: 100%;
    height: auto;
  }
  .ict-sub-image-container-left #img_left_1 {
    top: -18%;
    left: -30%;
    transform: scale(0.8);
  }
  .ict-sub-image-container-left #img_left_2 {
    left: -55%;
    transform: translateY(-50%);
    top: -10%;
    transform: rotate(5deg) scale(0.5);
  }
  .ict-sub-image-container-left #img_left_3 {
    left: -50%;
    top: 40% !important;
    transform: scaleY(0.7) scaleX(-0.5);
  }
  .ict-sub-image-container-left #img_left_4 {
    left: -30%;
    bottom: -18% !important;
    transform: scale(0.2);
  }
  .ict-sub-image-container-right {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: auto;
  }
  .ict-sub-image-container-right img {
    width: 100%;
    height: auto;
  }
  .ict-sub-image-container-right #img_right_1 {
    top: -18%;
    right: -35%;
    transform: scale(0.8);
  }
  .ict-sub-image-container-right #img_right_2 {
    right: -55%;
    transform: translateY(-50%);
    top: -10%;
    transform: rotate(-5deg) scaleY(0.5) scaleX(-0.5);
  }
  .ict-sub-image-container-right #img_right_3 {
    right: -50%;
    top: 40% !important;
    transform: scaleY(0.7) scaleX(0.5);
  }
  .ict-sub-image-container-right #img_right_4 {
    right: -30%;
    bottom: -18% !important;
    transform: scale(0.2);
  }
}
@media (max-width: 480px) {
  .ict_invite {
    padding: 0.5rem;
    width: 95%;
  }
  .ict_header {
    font-size: 15px !important;
    position: relative;
    top: 20px !important;
    margin-top: 100px !important;
  }
  .ict_title {
    font-size: 55px !important;
    margin-top: 20px;
  }
  .ict_subtitle {
    font-size: 60px !important;
    letter-spacing: 5px;
  }
  .ict_date,
  .ict_datetime-container {
    margin-top: 0 0.5rem !important;
    font-size: 15px !important;
  }
  .ict_date .ict_date-number,
  .ict_datetime-container .ict_date-number {
    font-size: 20px;
  }
  .ict_address {
    font-size: 15px !important;
    margin-top: 40px !important;
  }
  .ict_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }
  .ict_btn .btn {
    width: auto;
    min-width: 40%;
    font-size: 10px !important;
    padding: 10px 0;
    margin: 0;
    display: inline-block;
    text-align: center;
  }
  .ict-sub-image-container-left {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: auto;
  }
  .ict-sub-image-container-left img {
    width: 100%;
    height: auto;
  }
  .ict-sub-image-container-left #img_left_1 {
    top: -12% !important;
    left: -35%;
    transform: scale(1);
  }
  .ict-sub-image-container-left #img_left_2 {
    left: -65%;
    transform: translateY(-50%);
    top: 7%;
    transform: rotate(15deg) scale(0.8);
  }
  .ict-sub-image-container-left #img_left_3 {
    left: -50%;
    top: 480px !important;
    transform: scaleY(0.9) scaleX(-0.6);
  }
  .ict-sub-image-container-left #img_left_4 {
    left: -20%;
    bottom: -90px !important;
    transform: scale(0.4);
  }
  .ict-sub-image-container-right {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: auto;
  }
  .ict-sub-image-container-right img {
    width: 100%;
    height: auto;
  }
  .ict-sub-image-container-right #img_right_1 {
    top: -12% !important;
    right: -45%;
    transform: scale(1);
  }
  .ict-sub-image-container-right #img_right_2 {
    right: -65%;
    transform: translateY(-50%);
    top: 7%;
    transform: rotate(-15deg) scaleY(0.8) scaleX(-0.8);
  }
  .ict-sub-image-container-right #img_right_3 {
    right: -50%;
    top: 480px !important;
    transform: scaleY(0.9) scaleX(0.6);
  }
  .ict-sub-image-container-right #img_right_4 {
    right: -20%;
    bottom: -90px !important;
    transform: scale(0.4);
  }
}
/* 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 */