body {
  background-color: #333;
  font-family: "Lora";
  font-size: 16px;
  --color-primary: rgb(146, 131, 98);
}
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-section {
  position: relative;
  padding: 50px 0;
}

#card-banner {
  aspect-ratio: 420/652;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
}
#card-banner .card-banner-inner {
  padding: 50px 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  position: relative;
  color: #fff;
  z-index: 1;
}
#card-banner::after {
  height: 260px;
  width: 100%;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(253, 251, 251, 0), rgba(1, 1, 1, 0.5));
  background-color: initial;
  background-size: initial;
  background-origin: initial;
  background-position: initial;
  background-repeat: initial;
  background-attachment: initial;
  -webkit-background-clip: initial;
}
#card-banner .wedding-text {
  font-size: 75px;
  line-height: 1;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px;
}
#card-banner .wedding-name {
  font-size: 21px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#card-banner .wedding-date {
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: 3px;
}

#card-countdown {
  background-image: url(/assets/images/demo5/bg-0.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
#card-countdown::before, #card-countdown::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-attachment: scroll;
  background-origin: content-box;
}
#card-countdown::before {
  background-image: url(/assets/images/demo5/bg-1.jpg);
  top: 0;
  height: 420px;
}
#card-countdown::after {
  background-image: url(/assets/images/demo5/bg-2.jpg);
  bottom: -80px;
  height: 420px;
}
#card-countdown .card-countdown-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--color-primary);
  padding: 30px 16px;
}
#card-countdown .card-countdown-inner h2 {
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 45px;
  font-size: 90px;
  line-height: 1;
}
#card-countdown .card-countdown-inner h2 span {
  display: inline-block;
  position: relative;
  margin-left: -10%;
}
#card-countdown .card-countdown-inner h2 span span {
  transform: rotate(25deg);
  position: absolute;
  left: 40%;
  top: 22%;
}
#card-countdown .card-countdown-inner h3 {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 400;
}
#card-countdown .card-countdown-inner .img {
  margin-top: 24px;
  padding: 0 16px;
}

#countdown .countdown-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
#countdown .box,
#countdown .colon {
  font-size: 33px;
  color: var(--color-primary);
}
#countdown .colon {
  padding: 0 12px;
}
#countdown .box {
  min-width: 45px;
}

#card-gallery-film-frame {
  position: relative;
}
#card-gallery-film-frame > img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
#card-gallery-film-frame .fill-frame-inner {
  aspect-ratio: 575/153;
  width: 100%;
  padding: 4% 0;
}
#card-gallery-film-frame .fill-frame-inner > div {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: -18.5%;
}
#card-gallery-film-frame .fill-frame-inner .img {
  aspect-ratio: 314/216;
  height: 100%;
  flex-shrink: 0;
  background-size: cover;
  background-origin: content-box;
  background-position: center;
  background-repeat: repeat;
  background-attachment: scroll;
}

#card-gallery {
  background-image: url(/assets/images/demo5/bg-0.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  position: relative;
  padding: 0;
  background-color: #3f5c84;
  color: #fff;
}
#card-gallery .card-gallery-header {
  color: var(--color-primary);
  padding: 20px;
}
#card-gallery .card-gallery-header .groom {
  display: flex;
}
#card-gallery .card-gallery-header .groom .info {
  width: 50%;
}
#card-gallery .card-gallery-header .groom .info > div {
  top: 20px;
  left: -5px;
}
#card-gallery .card-gallery-header .groom .info > div .name {
  margin-top: -16px;
  padding-left: 24px;
}
#card-gallery .card-gallery-header .groom .info > div .font1 {
  font-size: 70px;
}
#card-gallery .card-gallery-header .groom .img {
  width: 50%;
}
#card-gallery .card-gallery-header .groom .img .img-inner {
  width: calc(100% + 60px);
  transform: rotate(-5deg) translateX(-10px);
}
#card-gallery .card-gallery-header .bride {
  margin-top: -80px;
  display: flex;
}
#card-gallery .card-gallery-header .bride .info {
  width: 45%;
}
#card-gallery .card-gallery-header .bride .info > div {
  bottom: 20%;
  left: 15%;
}
#card-gallery .card-gallery-header .bride .img {
  padding-left: 15px;
  width: 55%;
}
#card-gallery .card-gallery-header .info {
  position: relative;
}
#card-gallery .card-gallery-header .info > div {
  position: absolute;
}
#card-gallery .card-gallery-header .info > div .label {
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
}
#card-gallery .card-gallery-header .info > div .name {
  font-size: 24px;
  text-transform: uppercase;
}
#card-gallery .card-gallery-header .info > div .dob {
  font-size: 20px;
}
#card-gallery .card-gallery-header .img {
  position: relative;
  flex: 1;
  text-align: center;
  z-index: 1;
}
#card-gallery .card-gallery-header .img .img-inner {
  text-align: center;
  position: relative;
  margin: auto;
  width: 100%;
  background: #fff;
  padding: 12px;
  box-shadow: 1px 3px 1px 0 #b6b6b6;
  border-radius: 2px;
  transform: rotate(-8deg);
}
#card-gallery .card-gallery-header .img .img-inner img {
  position: relative;
}
#card-gallery .card-gallery-header .img:last-child {
  transform: rotate(20deg) translate(-15%, -15%);
  z-index: 0;
}
#card-gallery .card-gallery-header-background {
  background-image: url(/assets/images/demo5/bg-6.jpg);
  height: 300px;
  background-size: 100% auto;
  background-position-y: bottom;
  background-position-x: left;
  margin-top: -180px;
}

.photo-grid {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.photo-grid .photo {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.photo-grid .photo img {
  width: 100%;
  display: block;
}
.photo-grid + .view-more {
  margin-top: 50px;
}

#card-save-the-date {
  height: 330px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#card-save-the-date::before {
  content: "";
  background-color: rgba(1, 1, 1, 0.3);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
#card-save-the-date h2 {
  position: absolute;
  z-index: 1;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  bottom: 0;
  left: 0;
  padding-left: 24px;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 400;
}
#card-save-the-date h2 .font1 {
  text-transform: none;
  font-size: 84px;
  line-height: 1;
}

#card-info {
  background-image: url(/assets/images/demo5/bg-0.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
#card-info::before, #card-info::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-attachment: scroll;
  background-origin: content-box;
}
#card-info::before {
  background-image: url(/assets/images/demo5/bg-4.jpg);
  top: -20px;
  left: -20px;
  height: 420px;
}
#card-info::after {
  background-image: url(/assets/images/demo5/bg-5.jpg);
  bottom: -70px;
  width: 420px;
  height: 210px;
}
#card-info .card-info-inner {
  color: var(--color-primary);
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 30px 16px;
}
#card-info .parents {
  margin-top: 50px;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#card-info .parents .parent {
  text-align: center;
  font-size: 14px;
}
#card-info .parents .parent .label {
  text-transform: uppercase;
}
#card-info .parents .v-divider {
  height: 100px;
  background-color: var(--color-primary);
  width: 2px;
  margin: 0 20px;
}
#card-info .text {
  font-size: 14px;
}
#card-info .names {
  margin-top: 24px;
  margin-bottom: 10px;
}
#card-info .names .name {
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#card-info .names .and {
  font-size: 59px;
  line-height: 45px;
  letter-spacing: 1px;
  margin-top: -8px;
}
#card-info .date-and-time {
  margin: 16px 0;
}
#card-info .date-and-time .date-and-time-inner {
  display: inline-block;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  padding: 8px 0;
}
#card-info .date-and-time .date-and-time-inner .time {
  font-size: 30px;
  line-height: 1.3;
  text-transform: uppercase;
}
#card-info .date-and-time .date-and-time-inner .date {
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#card-info .hotel {
  font-size: 23px;
  text-transform: uppercase;
}
#card-info .address {
  font-size: 16px;
  font-style: italic;
}
#card-info .btn {
  margin: auto;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--color-primary);
  font-size: 110%;
  margin-top: 16px;
}

#card-love-story {
  background-image: url(/assets/images/demo5/bg-0.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
#card-love-story .card-love-story-inner {
  position: relative;
  z-index: 1;
}
#card-love-story h2 {
  margin-bottom: 50px;
  font-size: 30px;
  text-align: center;
  color: var(--color-primary);
  text-transform: uppercase;
}
#card-love-story h2 .font1 {
  text-transform: none;
  font-size: 60px;
}
#card-love-story .groom-bride {
  color: var(--color-primary);
}
#card-love-story .groom-bride .groom {
  display: flex;
}
#card-love-story .groom-bride .groom .img,
#card-love-story .groom-bride .groom .info {
  width: 50%;
}
#card-love-story .groom-bride .groom .info > div {
  top: 40px;
  left: 24px;
}
#card-love-story .groom-bride .groom .img .img-inner {
  width: calc(100% + 24px);
  transform: rotate(-10deg) translateX(-10px);
}
#card-love-story .groom-bride .bride {
  display: flex;
}
#card-love-story .groom-bride .bride .img,
#card-love-story .groom-bride .bride .info {
  width: 50%;
}
#card-love-story .groom-bride .bride .info > div {
  top: 16px;
  right: 16px;
}
#card-love-story .groom-bride .info {
  position: relative;
}
#card-love-story .groom-bride .info > div {
  position: absolute;
  text-align: center;
}
#card-love-story .groom-bride .info > div .label {
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
}
#card-love-story .groom-bride .info > div .name {
  font-size: 24px;
  text-transform: uppercase;
}
#card-love-story .groom-bride .info > div .dob {
  font-size: 20px;
}
#card-love-story .groom-bride .img {
  position: relative;
  flex: 1;
  text-align: center;
  z-index: 1;
}
#card-love-story .groom-bride .img .img-inner {
  text-align: center;
  position: relative;
  margin: auto;
  width: 100%;
  background: #fff;
  padding: 12px;
  box-shadow: 1px 3px 1px 0 #b6b6b6;
  border-radius: 2px;
  transform: rotate(-15deg);
}
#card-love-story .groom-bride .img .img-inner img {
  position: relative;
}
#card-love-story .groom-bride .img:last-child {
  transform: rotate(20deg) translate(-15%, -15%);
  z-index: 0;
}
#card-love-story .timeline {
  margin-top: 50px;
  padding: 0 20px;
  color: var(--color-primary);
  position: relative;
}
#card-love-story .timeline::before {
  content: "";
  display: block;
  width: 2px;
  background-color: var(--color-primary);
  height: 100%;
  position: absolute;
  left: 20px;
  top: 12px;
  height: calc(100% - 12px);
}
#card-love-story .timeline .timeline-event {
  padding-left: 20px;
  margin-bottom: 28px;
}
#card-love-story .timeline .timeline-event .name {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.6;
  position: relative;
}
#card-love-story .timeline .timeline-event .name::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: var(--color-primary);
  top: 50%;
  left: -23px;
  z-index: 1;
  transform: translateY(-50%);
}
#card-love-story .timeline .timeline-event .text {
  margin-top: 4px;
  font-size: 15px;
}
#card-love-story .timeline .timeline-event:last-child {
  margin-bottom: 0;
}

#card-comments {
  background-image: url(/assets/images/demo5/bg-0.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
#card-comments::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-attachment: scroll;
  background-origin: content-box;
}
#card-comments::after {
  background-image: url(/assets/images/demo5/bg-7.jpg);
  bottom: 0;
  height: 420px;
}
#card-comments .inner {
  position: relative;
  padding: 0 20px;
  z-index: 1;
}
#card-comments .card-section-title {
  font-size: 60px;
  color: inherit;
  margin-bottom: 0;
  color: var(--color-primary);
  text-align: center;
}
#card-comments .card-section-subtitle {
  margin-bottom: 24px;
  color: var(--color-primary);
  text-align: center;
}
#card-comments .comment-form {
  background-color: rgba(146, 131, 98, 0.21);
  padding: 16px;
}
#card-comments .comment-form .btn {
  background-color: var(--color-primary);
}
#card-comments .comment-list .comment-box {
  padding: 12px 0;
}
#card-comments .comment-list .comment-box .fullname {
  font-weight: 500;
}
#card-comments .thankyou {
  font-size: 65px;
  color: var(--color-primary);
  text-align: center;
  margin-top: 32px;
  margin-bottom: 100px;
}

#card-thankyou {
  background-color: var(--color-primary);
}
#card-thankyou .card-thankyou-inner {
  text-align: center;
  color: #fff;
  width: 100%;
}
#card-thankyou .thankyou-title {
  font-family: "Utm Wedding";
  font-size: 60px;
}
#card-thankyou .thankyou-name {
  font-size: 24px;
}

.font1 {
  font-family: "High Spirited";
}

.font2 {
  font-family: "Ergisa";
}

@media screen and (min-width: 600px) {
  #card-info::after {
    bottom: -120px;
    width: 100%;
    height: 300px;
  }
  #card-love-story .groom-bride .bride .info > div {
    top: 16px;
    right: 50px;
    transform: scale(1.15);
  }
  #card-love-story .groom-bride .groom .info > div {
    top: 80px;
    left: 50px;
    transform: scale(1.15);
  }
}/*# sourceMappingURL=index5.css.map */