@import url(/assets/css/mini-calendar.css);
body {
  font-family: "Dosis", sans-serif;
  background-color: #fff;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
}

::-webkit-scrollbar-thumb {
  background-color: #5e9a8e;
  border-radius: 5px;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}

p {
  color: #767878;
  line-height: 1.8em;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.section-padding {
  padding: 120px 0;
}

.section-title,
.section-title-white {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.section-title h2,
.section-title-white h2 {
  font-family: "Great Vibes", cursive;
  background-color: rgba(94, 154, 142, 0.1);
  font-size: 46px;
  font-size: 2.55556rem;
  color: #848383;
  margin: 59px 0 0;
  padding: 10px 25px 5px;
  border-top: 2px solid rgba(94, 154, 142, 0.1);
  border-bottom: 2px solid rgba(94, 154, 142, 0.1);
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: 3px;
}
.section-title .vertical-line,
.section-title-white .vertical-line {
  width: 18px;
  height: 42px;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.section-title .vertical-line:before,
.section-title-white .vertical-line:before {
  content: "";
  background: rgba(94, 154, 142, 0.2);
  width: 45px;
  height: 2px;
  top: 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.section-title .vertical-line span,
.section-title-white .vertical-line span {
  background: rgba(94, 154, 142, 0.2);
  width: 2px;
  height: 42px;
  top: 17px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.section-title .vertical-line span svg,
.section-title-white .vertical-line span svg {
  position: absolute;
  left: -34px;
  top: -63px;
  margin: 0;
  color: #5e9a8e;
  opacity: 0.6;
  width: 60px;
}

.section-title-white {
  color: #fff;
}
.section-title-white h2 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.section-title-white .vertical-line:before {
  background: rgba(255, 255, 255, 0.2);
}
.section-title-white .vertical-line:after::before {
  background: rgba(255, 255, 255, 0.2);
}
.section-title-white .vertical-line span {
  background: rgba(255, 255, 255, 0.2);
}
.section-title-white .vertical-line span svg {
  color: #fff;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.hero {
  position: relative;
  height: calc(100vh - 90px);
  min-height: 700px;
  overflow: hidden;
}
.hero .static-hero {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
.hero .static-hero:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero .wedding-announcement {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
  text-align: center;
  display: table;
}
.hero .wedding-announcement .couple-name-merried-text {
  display: table-cell;
  vertical-align: middle;
}
.hero .wedding-announcement .couple-name-merried-text h2,
.hero .wedding-announcement .couple-name-merried-text h4 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.hero .wedding-announcement .couple-name-merried-text h2 {
  font-family: "Great Vibes", cursive;
  font-size: 90px;
  font-size: 5rem;
  color: #fff;
  margin: 0 0 0.4em;
  position: relative;
  z-index: 10;
}
.hero .wedding-announcement .couple-name-merried-text h4 {
  font-size: 26px;
  font-size: 1.44444rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  display: inline;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 12px 20px;
  position: relative;
  z-index: 10;
  letter-spacing: 2px;
}
.hero .wedding-announcement .save-the-date {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -185px;
  z-index: 50;
  left: 0;
}
.hero .wedding-announcement .popup-save-the-date {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  position: relative;
  margin: auto;
  transition: 1s 2.3s ease-in-out;
  padding-top: 55px;
}
.hero .wedding-announcement .popup-save-the-date::before, .hero .wedding-announcement .popup-save-the-date::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.hero .wedding-announcement .popup-save-the-date h4 {
  font-family: "Great Vibes", cursive;
  font-size: 40px;
  font-size: 2.22222rem;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.hero .wedding-announcement .popup-save-the-date .date {
  font-size: 20px;
  font-size: 1.11111rem;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.hero .wedding-announcement .popup-save-the-date:before {
  background-color: rgba(94, 154, 142, 0.3);
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
  animation: save-the-date-pulse 1s infinite;
}
.hero .wedding-announcement .popup-save-the-date:after {
  background-color: rgba(94, 154, 142, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.spirit-header {
  position: relative;
  z-index: 100;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}

.site-header {
  border-bottom: 4px double #ececec;
  background-color: #ffffff;
}
.site-header .navbar-brand {
  font-family: "Great Vibes", cursive;
  font-size: 35px;
  color: #5e9a8e;
  margin: 0;
  text-shadow: 1px 1px 2px #999999;
}
.site-header .navbar .navbar-nav .nav-item .nav-link {
  color: #413d3d;
  font-size: 1rem;
  font-weight: 600;
  padding: 25px 17px;
  text-transform: uppercase;
}

.site-footer {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: local;
  text-align: center;
  color: #fff;
  padding: 80px 0;
  position: relative;
}
.site-footer:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.site-footer h2 {
  font-family: "Great Vibes", cursive;
  color: #fff;
  margin: 0 0 0.3em;
  text-transform: capitalize;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
  font-size: 2rem;
}
.site-footer span {
  position: relative;
  z-index: 1;
}

.wedding-couple-section .bride {
  margin-top: 25px;
}
.wedding-couple-section .gb {
  overflow: hidden;
  background-color: #eff5f3;
}
.wedding-couple-section .details {
  padding: 40px 25px;
}
.wedding-couple-section .details h3 {
  font-size: 26px;
  font-size: 1.44444rem;
  font-weight: 600;
  color: #3d3d3d;
  margin: 0 0 0.7em;
  text-transform: uppercase;
}
.wedding-couple-section .details .signature {
  font-family: "Great Vibes", cursive;
  font-size: 28px;
  font-size: 1.55556rem;
  display: block;
  padding-left: 25px;
  margin-top: 15px;
  position: relative;
}
.wedding-couple-section .details .signature:before {
  content: "";
  background-color: #000;
  width: 15px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wedding-couple-section .details .social-links {
  margin-top: 20px;
}
.wedding-couple-section .details .social-links a {
  background-color: #7cafa5;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-size: 0.77778rem;
  color: #fff;
  border-radius: 50%;
}
.wedding-couple-section .img-holder img {
  width: 100%;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  aspect-ratio: 16/12;
}

.social-links {
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-links li a {
  display: block;
  color: #fff;
  text-align: center;
}

.count-down-section {
  position: relative;
}
.count-down-section:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.count-down-section h2 {
  font-family: "Great Vibes", cursive;
  font-size: 72px;
  font-size: 4rem;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 1;
}
.count-down-section h2 > span {
  font-size: 30px;
  font-size: 1.66667rem;
  display: block;
  margin-bottom: 0.6em;
}
.count-down-section .count-down-clock {
  margin-top: 35px;
  position: relative;
  z-index: 1;
}
.count-down-section #clock {
  color: #5e9a8e;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.count-down-section #clock > div {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  border: 5px solid rgba(0, 0, 0, 0.1);
}
.count-down-section #clock .box > div {
  font-size: 40px;
  font-size: 2.22222rem;
  font-weight: 600;
  line-height: 1em;
}

.cta {
  position: relative;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 65px 0;
}
.cta h2 {
  font-family: "Great Vibes", cursive;
  font-size: 75px;
  font-size: 4.16667rem;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 1;
}
.cta h2 span {
  font-family: "Dosis", sans-serif;
  font-size: 30px;
  font-size: 1.66667rem;
  display: block;
  margin-bottom: 0.6em;
}
.cta:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.story-section .story-timeline {
  position: relative;
}
.story-section .story-timeline h3 {
  font-size: 22px;
  font-size: 1.22222rem;
  font-weight: 600;
  color: #5e9a8e;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
.story-section .story-timeline .date {
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
.story-section .story-timeline img {
  display: inline-block;
}
.story-section .story-timeline .text-holder {
  border-top: 1px solid rgba(94, 154, 142, 0.1);
  padding-top: 45px !important;
  position: relative;
}
.story-section .story-timeline .text-holder .heart {
  background-color: #9cc2bb;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  border: 2px solid rgba(94, 154, 142, 0.5);
  position: absolute;
  left: -22px;
  top: -22px;
  border-radius: 50%;
  z-index: 10;
}
.story-section .story-timeline .right-heart .heart {
  left: auto;
  right: -22px;
}
.story-section .story-timeline > .row {
  position: relative;
}
.story-section .story-timeline > .row > .col:last-child {
  padding: 0 100px 0 45px;
}
.story-section .story-timeline > .row > .col:first-child {
  padding: 0 45px 0 100px;
}
.story-section .story-timeline > .row + .row {
  margin-top: 50px;
  padding-top: 15px;
}

.events-section .event {
  overflow: hidden;
}
.events-section .event + .event {
  border-top: 1px solid #ececec;
  margin-top: 35px;
  padding-top: 45px;
}
.events-section .event .img-holder img {
  width: 100%;
}
.events-section .event .details {
  padding-top: 30px;
}
.events-section .event .details h3 {
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: 600;
  color: #3e3e3e;
  margin: 0 0 0.9em;
  text-transform: uppercase;
}
.events-section .event ul {
  margin-bottom: 15px;
}
.events-section .event ul li {
  font-size: 16px;
  font-size: 0.88889rem;
  color: #a9a9a9;
  position: relative;
  padding-left: 22px;
}
.events-section .event ul li i {
  color: #5e9a8e;
  position: absolute;
  left: 0;
}
.events-section .event .see-location-btn {
  font-weight: 600;
  color: #5e9a8e;
  display: inline-block;
  margin-top: 5px;
}

.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;
  filter: grayscale(60%);
  transition: all 0.3s ease;
}
.photo-grid .photo:hover img {
  filter: grayscale(0);
}
.photo-grid + .view-more {
  margin-top: 50px;
}

.note-section {
  background-color: #5e9a8e;
}
.note-section .content {
  color: #fff;
}
.note-section .content p {
  line-height: 2;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
}

.gift-section {
  background-color: #f9f9f9;
}

.bank-list .bank-box {
  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;
}

@keyframes save-the-date-pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@media (max-width: 991px) {
  .hero .static-hero {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
    background-position-x: 83%;
  }
  .navbar-toggler {
    color: #5e9a8e;
    opacity: 1;
    padding: 0;
  }
  .navbar-toggler i {
    font-size: 30px;
  }
  .site-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    transition: all 0.3s;
  }
  .section-padding {
    padding: 80px 0;
  }
  .section-title .vertical-line,
  .section-title-white .vertical-line {
    height: 35px;
  }
  .section-title .vertical-line:before,
  .section-title-white .vertical-line:before {
    width: 40px;
    height: 2px;
  }
  .section-title .vertical-line span,
  .section-title-white .vertical-line span {
    height: 35px;
  }
  .section-title .vertical-line span svg,
  .section-title-white .vertical-line span svg {
    width: 50px;
    left: -24px;
    top: -50px;
  }
  .hero .wedding-announcement .couple-name-merried-text h2 {
    font-size: 55px;
    font-size: 3.05556rem;
  }
  .hero .wedding-announcement .couple-name-merried-text h2 span {
    display: block;
    text-align: center;
  }
  .hero .wedding-announcement .save-the-date {
    bottom: -170px;
  }
  .hero .wedding-announcement .popup-save-the-date {
    width: 270px;
    height: 270px;
    padding-top: 30px;
  }
  .hero .wedding-announcement .popup-save-the-date h4 {
    font-size: 1.55556rem;
    margin-bottom: 0;
  }
  .hero .wedding-announcement .popup-save-the-date .date {
    font-size: 0.88889rem;
  }
  .hero .wedding-announcement .married-text h4 {
    font-size: 17px;
    font-size: 0.94444rem;
    padding: 8px 14px;
    letter-spacing: 1px;
  }
  .story-section .story-timeline .story-text {
    background: rgba(94, 154, 142, 0.05);
    padding: 35px 25px;
  }
  .story-section .story-timeline > .row > .col:first-child,
  .story-section .story-timeline > .row > .col:last-child {
    padding: 0 15px;
  }
  .story-section .story-timeline > .row + .row {
    padding-top: 0;
  }
  .story-section .story-timeline .text-holder {
    border: 0;
    padding-top: 0 !important;
  }
  .story-section .story-timeline .text-holder .heart {
    display: none;
  }
  .cta h2 {
    font-size: 50px;
    font-size: 2.77778rem;
  }
}
@media (max-width: 767px) {
  .hero .static-hero {
    background-position-x: 75% !important;
  }
  .bank-list > .row > div + div {
    margin-top: 24px;
  }
  .gallery-section .photo img {
    filter: grayscale(0);
  }
  .count-down-section h2 {
    font-size: 50px;
    font-size: 2.77778rem;
  }
  .section-title h2,
  .section-title-white h2 {
    font-size: 30px;
    font-size: 2rem;
    padding: 8px 10px 3px;
    letter-spacing: 1px;
    margin-top: 45px;
  }
  .section-title .vertical-line,
  .section-title-white .vertical-line {
    height: 35px;
  }
  .section-title .vertical-line:before,
  .section-title-white .vertical-line:before {
    width: 40px;
    height: 2px;
  }
  .section-title .vertical-line span,
  .section-title-white .vertical-line span {
    height: 30px;
    top: 15px;
  }
  .section-title .vertical-line span svg,
  .section-title-white .vertical-line span svg {
    width: 50px;
    left: -24px;
    top: -50px;
  }
  .cta h2 {
    font-size: 40px;
    font-size: 2.22222rem;
  }
}
@media screen and (min-width: 992px) {
  .parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .events-section .event {
    display: flex;
    align-items: center;
  }
  .events-section .event + .event {
    margin-top: 45px;
    padding-top: 45px;
    border-top: 0;
  }
  .events-section .event .img-holder {
    width: 40%;
  }
  .events-section .event .details {
    flex: 1;
    padding-left: 35px;
    padding-top: 0;
  }
  .note-section .content p {
    font-size: 1.8rem;
  }
  .photo-grid {
    -moz-column-count: 2;
         column-count: 2;
  }
  .wedding-couple-section .bride {
    margin-top: 0;
    text-align: right;
  }
  .wedding-couple-section .bride .signature {
    padding-right: 25px;
  }
  .wedding-couple-section .bride .signature:before {
    left: auto;
    right: 0;
  }
  .wedding-couple-section .bride .social-links {
    justify-content: flex-end;
  }
  .wedding-couple-section .gb {
    display: flex;
    align-items: center;
  }
  .wedding-couple-section .gb > div {
    width: 50%;
  }
  .wedding-couple-section .details {
    padding: 50px 55px;
  }
  .count-down-section .count-down-clock {
    margin-top: 13px;
  }
  .count-down-section #clock {
    display: flex;
    align-items: center;
  }
  .count-down-section #clock > div {
    width: 23.5%;
  }
  .count-down-section #clock .box > div {
    font-size: 40px;
    font-size: 2.22222rem;
    font-weight: 600;
    line-height: 1em;
  }
  .story-section .story-timeline:after {
    content: "";
    background: rgba(94, 154, 142, 0.1);
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .story-section .story-timeline .right-align-text {
    text-align: right;
  }
  .site-footer {
    padding: 160px 0;
  }
  .site-footer h2 {
    font-size: 3.72222rem;
    padding: 0 275px;
    letter-spacing: 5px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}/*# sourceMappingURL=index1.css.map */