@font-face {
  font-family: "Bellota Text";
  src: url(../font/bellota-text/BellotaText-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Bellota Text";
  src: url(../font/bellota-text/BellotaText-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Bellota Text";
  src: url(../font/bellota-text/BellotaText-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Bellota Text";
  src: url(../font/bellota-text/BellotaText-Italic.ttf);
  font-style: italic;
}
@font-face {
  font-family: "Bellota Text";
  src: url(../font/bellota-text/BellotaText-LightItalic.ttf);
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Bellota Text";
  src: url(../font/bellota-text/BellotaText-BoldItalic.ttf);
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Bonheur Royale";
  src: url(../font/bonheur-royale/BonheurRoyale-Regular.ttf);
}
body {
  background-color: #333;
  font-family: "Bellota Text";
  font-size: 16px;
}
body a {
  text-decoration: none;
  color: inherit;
}
body .btn-link {
  text-decoration: none;
  color: inherit;
  color: #3f51b5;
}
body img {
  max-width: 100%;
}

.card-wrapper {
  max-width: 575px;
  margin: auto;
  background-color: #fff;
  overflow: hidden;
}

.card-banner-inner {
  padding: 42px 16px;
  text-align: center;
  position: relative;
  color: #fff;
}
.card-banner-inner .card-banner-inner-photo {
  margin: 42px auto;
  width: 65%;
  position: relative;
  text-align: center;
}
.card-banner-inner .card-banner-inner-photo img.decor-flower {
  max-width: 30%;
  position: absolute;
  z-index: 0;
  opacity: 0.4;
  --visible-opacity: 0.4;
}
.card-banner-inner .card-banner-inner-photo img.decor-flower1 {
  bottom: 5%;
  left: -15%;
}
.card-banner-inner .card-banner-inner-photo img.decor-flower2 {
  top: -5%;
  right: -10%;
}
.card-banner-inner .card-banner-inner-photo img.decor-flower3 {
  bottom: -5%;
  left: 10%;
  width: 20%;
}
.card-banner-inner .card-banner-inner-photo .photo-wrapper {
  width: 100%;
  aspect-ratio: 700/1036;
  display: inline-block;
  overflow: hidden;
  border-radius: 100%/70%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px, rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  aspect-ratio: 700/1036;
  padding: 8px;
  position: relative;
  z-index: 2;
  border: 3px solid rgba(255, 255, 255, 0.2901960784);
}
.card-banner-inner .card-banner-inner-photo .photo-wrapper .main-photo {
  border-radius: 100%/70%;
  width: 100%;
}
.card-banner-inner .wedding-text {
  text-transform: uppercase;
  margin-bottom: 8px;
}
.card-banner-inner .wedding-name {
  font-family: Bonheur Royale;
  font-size: 44px;
}
.card-banner-inner .save-the-date-text {
  margin-top: 30px;
}
.card-banner-inner .wedding-date {
  position: relative;
  /* font-family: Bonheur Royale; */
  font-size: 24px;
  letter-spacing: 4px;
}
.card-banner-inner .wedding-date > span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.card-banner-inner .wedding-date::before {
  content: "";
  border-top: 1px solid currentColor;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}
.card-banner-inner .wedding-date::after {
  content: "";
  border-top: 1px solid currentColor;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}

.card-banner {
  position: relative;
  margin-bottom: 50px;
}
.card-banner .card-banner-inner-glass-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 1;
  background-image: url("../images/0.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(16px) brightness(0.5);
  transform: scale(1.1); /* Slight zoom for depth */
  z-index: 0;
}
.card-banner .card-banner-inner {
  z-index: 1;
  position: relative;
}

.photo-grid {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.photo-grid .photo {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.photo-grid .photo img {
  width: 100%;
  display: block;
}
.photo-grid + .view-more {
  margin-top: 50px;
}

.event-list .event-box {
  margin-bottom: 20px;
  background-color: #f2f2f2;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  gap: 16px;
}
.event-list .event-box .img {
  width: 33%;
}
.event-list .event-box .img img {
  width: 100%;
  /* position: absolute; */
  /* left: 0; */
  /* top: 0; */
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.event-list .event-box .info {
  flex: 1;
  line-height: 1.3;
  padding: 16px 0;
}
.event-list .event-box .info .name {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 18px;
}
.event-list .event-box .info .actions {
  margin-top: 8px;
}
.event-list .event-box .info .actions a {
  background: #636363;
  border-color: #636363;
  font-size: 14px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
}
.event-list .event-box:last-child {
  margin-bottom: 0;
}

.groom-bride-box {
  text-align: center;
}
.groom-bride-box + .groom-bride-box {
  margin-top: 50px;
}
.groom-bride-box .img {
  margin-bottom: 12px;
  text-align: center;
}
.groom-bride-box .img img {
  margin: auto;
  width: 260px;
  border-radius: 260px;
  display: block;
}
.groom-bride-box .name {
  margin-bottom: 8px;
  font-weight: 600;
  font-family: Bonheur Royale;
  font-size: 34px;
}
.groom-bride-box .parents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.groom-bride-box .parents .parent span:last-child {
  font-weight: 600;
}
.groom-bride-box .c-divider {
  width: 80px;
  border-top: 2px solid #d9d9d9;
  margin: 12px auto;
}
.groom-bride-box .des {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.groom-bride-box .socials {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.groom-bride-box .socials a {
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.bank-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bank-list .bank-box {
  flex: 1;
  padding: 16px;
  border: 1px dashed;
  border-radius: 12px;
  text-align: center;
}
.bank-list .bank-box .title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bank-list .bank-box .qr-code img {
  width: 100%;
  max-width: 150px;
  display: block;
  cursor: zoom-in;
  margin: auto;
  border: 1px solid #333;
}
.bank-list .bank-box .info > div {
  margin: 10px 0;
}
.bank-list .bank-box .info > div:last-child {
  margin-bottom: 0;
}

.comment-form {
  background-color: #d8d8d8;
  padding: 24px;
}
.comment-form .form-group {
  margin-bottom: 16px;
}
.comment-form .btn {
  background-color: #5c636a;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  min-width: 160px;
  margin: auto;
}

.comment-list {
  border: 1px solid #d8d8d8;
  padding: 0 16px;
  padding-top: 16px;
}
.comment-list .comment-box {
  border-bottom: 1px dashed #d8d8d8;
  padding: 12px 8px;
  border-bottom: 1px dashed #d8d8d8;
}
.comment-list .comment-box + .comment-box {
  margin-top: 12px;
}
.comment-list .comment-box .fullname {
  font-weight: 600;
  margin-bottom: 3px;
}
.comment-list .comment-box .content {
  font-weight: 300;
  font-size: 14px;
}

.thankyou-title {
  font-family: Bonheur Royale;
  font-size: 50px;
  color: #636363;
}

.thankyou-name {
  font-size: 24px;
  color: #636363;
}

.mini_calendar {
  max-width: 420px;
  margin: auto;
  --tb-border-color: #2a2a2d;
  --tb-color: #484747;
}
.mini_calendar.mini_calendar_white table {
  --tb-border-color: #fff;
  --tb-color: #fff;
}
.mini_calendar table {
  border-bottom: 1px solid var(--tb-border-color);
  width: 100%;
}
.mini_calendar table .calendar-month {
  caption-side: top;
  text-align: center;
  text-align: center;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 115%;
}
.mini_calendar table tr th {
  text-align: center;
  padding: 8px 0;
  color: var(--tb-color);
  border-top: 1px solid var(--tb-border-color);
  border-bottom: 1px solid var(--tb-border-color);
  font-size: 0.9em;
  font-weight: normal;
  text-align: center;
}
.mini_calendar table tr td {
  padding: 0;
  height: 40px;
  color: #808080;
  text-align: center;
}
.mini_calendar table .today {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px;
  position: relative;
  text-align: center;
  padding: 0;
}
.mini_calendar table .today .heart {
  color: red;
  font-size: 36px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  top: -3px;
  left: -3px;
  visibility: hidden;
}
.mini_calendar table .today .heart.started + span.day {
  color: #fff;
}
.mini_calendar table .today i {
  line-height: 1;
}
.mini_calendar table .today span.day {
  display: block;
  color: #808080;
  font-weight: 700;
  position: relative;
  transition: color 0.1s;
  transition-delay: 1s;
}
#countdown {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
#countdown .box {
  text-align: center;
  color: #808080;
  flex: 1;
}
#countdown .box .value {
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
}
#countdown .box .label {
  font-size: 18px;
}

#card-introduction-letter {
  position: relative;
  overflow: hidden;
  /* padding-bottom: 170px; */
  padding-top: 100px;
  padding-bottom: 100px;
}
#card-introduction-letter .introduction-letter {
  line-height: 2;
  text-align: center;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
#card-introduction-letter .decor-flower {
  position: absolute;
  z-index: 0;
  opacity: 0.4;
  --visible-opacity: 0.4;
}
#card-introduction-letter .decor-flower1 {
  width: 160px;
  top: -30px;
  right: 0;
}
#card-introduction-letter .decor-flower2 {
  height: 120px;
  display: block;
  left: -5px;
  bottom: 50px;
}

.love-story-photo {
  margin-top: -12px;
  margin-bottom: 12px;
}

.love-story-timeline {
  position: relative;
}
.love-story-timeline .timeline-event {
  position: relative;
  padding: 24px;
}
.love-story-timeline .timeline-event .event-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.love-story-timeline .timeline-event .rings {
  position: absolute;
  text-align: center;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
  z-index: 1;
  height: 74px;
}
.love-story-timeline .timeline-event .rings img {
  height: 100%;
}
.love-story-timeline .timeline-event + .timeline-event:nth-child(even)::after {
  margin-top: -2px;
  box-sizing: content-box;
  padding-bottom: 1px;
}
.love-story-timeline .timeline-event:first-of-type {
  padding-top: 12px;
}
.love-story-timeline .timeline-event:first-of-type::after {
  border-top: 0 !important;
  border-top-left-radius: 0 !important;
}
.love-story-timeline .timeline-event:last-of-type {
  padding-bottom: 65px;
}
.love-story-timeline .timeline-event:last-of-type::after {
  border-bottom: 2px solid;
}
.love-story-timeline .timeline-event::after {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
}
.love-story-timeline .timeline-event::before {
  content: "\f415";
  font-family: bootstrap-icons !important;
  display: inline-block;
  position: absolute;
  z-index: 1;
  font-size: 16px;
  top: 32px;
}
.love-story-timeline .timeline-event:nth-child(odd) {
  text-align: left;
}
.love-story-timeline .timeline-event:nth-child(odd)::after {
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-top: 2px solid;
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
}
.love-story-timeline .timeline-event:nth-child(odd)::before {
  left: -8px;
}
.love-story-timeline .timeline-event:nth-child(even) {
  text-align: right;
}
.love-story-timeline .timeline-event:nth-child(even)::after {
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-top: 2px solid;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  left: 50%;
}
.love-story-timeline .timeline-event:nth-child(even)::before {
  right: -8px;
}

.card-section {
  padding: 50px 16px;
}
.card-section:nth-child(even) {
  background-color: #f9f9f9;
}
.card-section .card-section-title {
  font-family: "Bonheur Royale", cursive;
  letter-spacing: 1px;
  font-size: 45px;
  color: #474747;
  text-align: center;
}
.card-section .card-section-subtitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 34px;
}
.card-section .view-more {
  text-align: center;
}
.card-section .view-more .btn-link {
  text-transform: uppercase;
  font-weight: 700;
}

#audioToggleBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background-color: #ff5c5c;
  color: white;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: background-color 0.3s ease;
}
#audioToggleBtn.playing::before {
  content: "\f4c3";
}
#audioToggleBtn::before {
  content: "\f4f4";
  font-family: bootstrap-icons !important;
  display: inline-block;
  position: absolute;
  z-index: 1;
  font-size: 32px;
  /* height: 100%; */
  /* width: 100%; */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#audioToggleBtn:hover {
  background-color: #e94c4c;
}

@media screen and (min-width: 768px) {
  .card-section .card-section-subtitle {
    margin-bottom: 34px;
  }
  .card-banner-inner {
    padding: 32px 16px;
    padding-top: 42px;
  }
  .card-banner-inner .card-banner-inner-photo {
    margin: 32px auto;
    width: 58%;
  }
  .bank-list {
    flex-direction: row;
  }
  #countdown {
    width: 420px;
  }
  #countdown .box {
    width: 105px;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .card-wrapper {
    max-width: 100%;
  }
  .card-section {
    padding: 50px;
  }
}/*# sourceMappingURL=style.css.map */