@import "https://fonts.googleapis.com/css2?family=Marmelad&display=swap";
@import "https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap";
/* [project]/components/Hero/Hero.module.css [app-client] (css) */
.Hero-module__PgAKtG__hero {
  text-align: center;
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  height: 80vh;
  padding-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.Hero-module__PgAKtG__bgImage {
  object-fit: cover;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Hero-module__PgAKtG__overlay {
  z-index: 1;
  background: radial-gradient(circle, rgba(255, 255, 255, .1), rgba(0, 0, 0, 0) 70%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Hero-module__PgAKtG__content {
  z-index: 2;
  position: relative;
}

.Hero-module__PgAKtG__title {
  margin-bottom: .5rem;
  font-family: Oooh Baby, cursive;
  font-size: 3rem;
}

.Hero-module__PgAKtG__titleMobile {
  font-family: Oooh Baby, cursive;
  font-size: 2rem;
}

.Hero-module__PgAKtG__date {
  font-size: 1.5rem;
  font-weight: 300;
}

.Hero-module__PgAKtG__dateMobile {
  font-size: 1rem;
  font-weight: 300;
}

input:focus, textarea:focus {
  border-color: #ee8584;
  outline: none;
  transition: border-color .3s, box-shadow .3s;
  box-shadow: 0 0 0 2px rgba(238, 133, 132, .3);
}

/* [project]/components/Countdown/Countdown.module.css [app-client] (css) */
.Countdown-module__1b3WKG__countdown {
  text-align: center;
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3rem 1rem;
  font-family: Marmelad, sans-serif;
  display: flex;
}

.Countdown-module__1b3WKG__expired {
  width: 90%;
}

.Countdown-module__1b3WKG__title {
  color: #ee8584;
  transform-origin: center;
  will-change: transform, opacity;
  height: 2.2rem;
  margin-bottom: 2rem;
  font-family: Oooh Baby, cursive;
  font-size: 1.8rem;
  line-height: 1.2;
  animation: 2s infinite Countdown-module__1b3WKG__pulse;
  display: inline-block;
}

.Countdown-module__1b3WKG__expiredTitle {
  font-size: 2rem;
}

.Countdown-module__1b3WKG__timerGrid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 16px;
  display: flex;
}

.Countdown-module__1b3WKG__timerBox {
  background: radial-gradient(circle at 0 0, #ffe0f0, pink);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  animation: 3s ease-in-out infinite alternate Countdown-module__1b3WKG__glow;
  display: flex;
  box-shadow: 0 0 12px rgba(255, 192, 203, .6);
}

.Countdown-module__1b3WKG__timerValue {
  color: #ee8584;
  font-size: 1.2rem;
  font-weight: bold;
}

.Countdown-module__1b3WKG__timerLabel {
  color: #555;
  font-size: .7rem;
}

.Countdown-module__1b3WKG__message {
  color: #666;
  margin-top: 2rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .Countdown-module__1b3WKG__title {
    font-size: 2.5rem;
  }

  .Countdown-module__1b3WKG__expiredTitle {
    font-size: 2.8rem;
  }

  .Countdown-module__1b3WKG__timerBox {
    width: 80px;
    height: 80px;
  }

  .Countdown-module__1b3WKG__timerValue {
    font-size: 1.8rem;
  }

  .Countdown-module__1b3WKG__timerLabel {
    font-size: 1rem;
  }

  .Countdown-module__1b3WKG__message {
    font-size: 1.2rem;
  }
}

@keyframes Countdown-module__1b3WKG__pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .9;
    transform: scale(1.05);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes Countdown-module__1b3WKG__glow {
  0% {
    box-shadow: 0 0 8px rgba(255, 192, 203, .3);
  }

  100% {
    box-shadow: 0 0 16px rgba(255, 192, 203, .6);
  }
}

@media (min-width: 768px) {
  .Countdown-module__1b3WKG__title {
    height: 3rem;
    font-size: 2.5rem;
  }
}

/* [project]/components/Content/Content.module.css [app-client] (css) */
.Content-module__b_NR9G__title {
  color: #ee8584;
  font-family: Marmelad, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

.Content-module__b_NR9G__content {
  font-family: Marmelad, sans-serif;
}

.Content-module__b_NR9G__name {
  color: #ee8584;
  font-family: Oooh Baby, cursive;
  font-size: 26px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .Content-module__b_NR9G__title, .Content-module__b_NR9G__name {
    font-size: 36px;
  }
}

/* [project]/components/ImageModal/modal.css [app-client] (css) */
.modal-overlay {
  z-index: 1000;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .85);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  animation: .3s ease-in-out fadeIn;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-content {
  background: none;
  border-radius: 12px;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.modal-scroll {
  justify-content: center;
  align-items: center;
  max-height: 90vh;
  padding: 10px;
  display: flex;
  overflow-y: auto;
}

.modal-image {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 8px;
  width: auto;
  height: auto;
  max-height: 90vh;
  transition: transform .2s;
}

.close-button {
  cursor: pointer;
  z-index: 1100;
  background: rgba(255, 255, 255, .9);
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background .3s;
  display: flex;
  position: fixed;
  top: 20px;
  right: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.close-button:hover {
  background: #f0f0f0;
}

.close-icon {
  color: #333;
  font-size: 24px;
  line-height: 1;
}

/* [project]/components/WishForm/WishForm.module.css [app-client] (css) */
.WishForm-module__pl93NG__formSection {
  text-align: center;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, .8);
  border-radius: 12px;
  width: 375px;
  min-width: 375px;
  margin: 40px auto;
  padding: 3rem 1rem;
  box-shadow: 0 0 12px rgba(255, 192, 203, .3);
}

.WishForm-module__pl93NG__title {
  color: #ee8584;
  margin-bottom: 1.5rem;
  font-family: Marmelad, sans-serif;
}

.WishForm-module__pl93NG__form {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.WishForm-module__pl93NG__input, .WishForm-module__pl93NG__textarea {
  resize: vertical;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  padding: .75rem;
  font-family: Marmelad, sans-serif;
  font-size: 1rem;
}

.WishForm-module__pl93NG__textarea {
  resize: vertical;
  flex: 1;
  min-height: 120px;
}

.WishForm-module__pl93NG__texContainer {
  flex: 1;
  width: 100%;
}

.WishForm-module__pl93NG__textareaContainer {
  flex: 1;
}

.WishForm-module__pl93NG__button {
  color: #fff;
  cursor: pointer;
  background-color: #ee8584;
  border: none;
  border-radius: 8px;
  padding: .75rem;
  font-size: 1rem;
  transition: background .3s;
}

.WishForm-module__pl93NG__button:hover {
  background-color: #db9392;
}

.WishForm-module__pl93NG__thankyou {
  color: #ee8584;
  margin-bottom: 1.5rem;
  font-family: Marmelad, sans-serif;
  font-size: 32px;
}

.WishForm-module__pl93NG__label {
  color: #444;
  margin-bottom: .5rem;
  margin-right: 10px;
  font-family: Marmelad, sans-serif;
  font-weight: 500;
  display: block;
}

.WishForm-module__pl93NG__field {
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.WishForm-module__pl93NG__title {
  font-family: Playfair Display, serif;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .WishForm-module__pl93NG__title {
    font-family: Quicksand, sans-serif;
    font-size: 1.5rem;
  }
}

@keyframes WishForm-module__pl93NG__bubble {
  0% {
    opacity: 1;
    transform: scale(.5);
  }

  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

.WishForm-module__pl93NG__heart-burst:before {
  content: "💖";
  opacity: 0;
  pointer-events: none;
  font-size: 1.5rem;
  animation: .6s ease-out WishForm-module__pl93NG__bubble;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

button:active .WishForm-module__pl93NG__heart-burst:before {
  opacity: 1;
}

/* [project]/components/WeddingAlbum/WeddingAlbum.module.css [app-client] (css) */
.WeddingAlbum-module___rbybq__album {
  text-align: center;
  padding: 2rem 1rem;
}

.WeddingAlbum-module___rbybq__title {
  color: #ee8584;
  margin-bottom: 2rem;
  font-family: Oooh Baby, cursive;
  font-size: 2rem;
}

.WeddingAlbum-module___rbybq__grid {
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 1rem;
  display: grid;
}

.WeddingAlbum-module___rbybq__thumbnailWrapper {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.WeddingAlbum-module___rbybq__thumbnail {
  cursor: pointer;
  border-radius: 12px;
  width: 100%;
  height: auto;
  transition: transform .4s, opacity .4s;
}

.WeddingAlbum-module___rbybq__thumbnail:hover {
  opacity: .9;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .WeddingAlbum-module___rbybq__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.WeddingAlbum-module___rbybq__title {
  color: #ee8584;
  font-family: Marmelad, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

/* [project]/components/Address/AddressLink.module.css [app-client] (css) */
.AddressLink-module__M0VoWa__title {
  color: #ee8584;
  font-family: Marmelad, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

/* [project]/components/Note/Note.module.css [app-client] (css) */
.Note-module__VjNYoa__content {
  font-family: Marmelad, sans-serif;
}

.Note-module__VjNYoa__title {
  color: #ee8584;
  font-family: Marmelad, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

/* [project]/app/page.module.css [app-client] (css) */
.page-module__E0kJGG__main {
  background: linear-gradient(-45deg, #fbc2eb, #a6c1ee, #ffdde1, #ee9ca7) 0 0 / 400% 400%;
  min-height: 100vh;
  animation: 15s infinite page-module__E0kJGG__gradientFlow;
}

@keyframes page-module__E0kJGG__gradientFlow {
  0% {
    background-position: 0%;
  }

  50% {
    background-position: 100%;
  }

  100% {
    background-position: 0%;
  }
}

@keyframes page-module__E0kJGG__gradientShift {
  0% {
    background: linear-gradient(135deg, #fbc2eb, #a6c1ee);
  }

  50% {
    background: linear-gradient(135deg, #ffdde1, #ee9ca7);
  }

  100% {
    background: linear-gradient(135deg, #c2e9fb, #a1c4fd);
  }
}

/*# sourceMappingURL=_ea47120a._.css.map*/