* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 0 15px 0;
  color: #000;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 24px;
}

span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

input[type="password"],
input[type="email"],
input[type="number"],
input[type="text"],
input[type="file"],
textarea {
  max-width: 100%;
  margin-bottom: 15px;
  padding: 14px 20px;
  height: auto;
  background-color: transparent;
  box-shadow: none;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  background-image: none;
  border-radius: 30px;
  border: 1px solid rgba(203, 157, 85, 0.3);
}

button[type="submit"], button[type="button"] {
  display: inline-block;
  height: auto;
  padding: 17px 35px;
  border: none;
  background-color: #cb9d55;
  transition: border-color 300ms ease, transform 300ms ease,
    background-color 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  border-radius: 30px;
}

button[type="submit"] i,
button[type="button"] i {
  color: #fff;
}

.section-padding {
  padding: 30px 0;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.section-title {
  font-size: 45px;
  font-weight: 400;
  color: #000;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.2em;
}

.section-title.white {
  color: #fff;
}

.position-relative {
  position: relative !important;
}

.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
  border: none;
}

.navbar .container {
  border: none;
}

.navbar .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 400;
  margin: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-right: 12px;
  padding-left: 12px;
}

.navbar .navbar-nav .active {
  color: #cb9d55 !important;
}

.navbar .navbar-nav .nav-link:hover {
  color: #cb9d55 !important;
}

.parallax-header {
  position: relative;
  min-height: 100vh;
  background-position: center;
  background-position: 50% 0 !important;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.parallax-header::before {
  opacity: 0.3;
  background: #000;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.parallax-header .container {
  position: relative;
  z-index: 2;
}

.parallax-header h5 {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.parallax-header ul.marriage {
  font-weight: 400;
  font-size: 90px;
  line-height: 90px;
  color: #fff;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.parallax-header ul.marriage li {
  display: inline-block;
}

.parallax-header ul.marriage li.heart {
  position: relative;
  width: 90px;
  height: 70px;
  top: 5px;
  display: inline-block;
}

.pulse {
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}

.parallax-header ul.marriage li.heart::before {
  position: absolute;
  content: "";
  left: 42px;
  top: 2px;
  width: 42px;
  height: 67px;
  background: #cb9d55;
  border-radius: 50px 50px 0 0;
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
}

.parallax-header ul.marriage li.heart::after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
  position: absolute;
  content: "";
  top: 2px;
  width: 42px;
  height: 67px;
  background: #cb9d55;
  border-radius: 50px 50px 0 0;
}

.parallax-header .date {
  display: inline-flex !important;
  font-size: 18px;
  align-items: center;
  text-align: center;
  color: #fff;
}

.parallax-header .date span {
  margin-left: 15px;
  margin-right: 15px;
  height: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.parallax-header .date .big {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
}

.parallax-header .address {
  position: relative;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  animation-delay: 0.6s;
}

.couples {
  position: relative;
}

.couples::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: #fff;
  z-index: -2;
}

.couples .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 7px;
  transition: all 500ms ease;
}

.couples .item .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
}

.couples .item .wrap .img {
  position: relative;
  background-color: #000;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  border-radius: 5px;
}

.couples .item .wrap .img img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  border-radius: 5px;
}

.couples .item .wrap .title {
  position: absolute;
  opacity: 0;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  text-align: center;
  align-items: center;
}

.couples .item .wrap .title h4 {
  font-size: 27px;
  margin-bottom: 0;
  color: #fff;
}

.couples .item .wrap .title span {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
  color: #cb9d55;
}

.couples .heart {
  position: absolute;
  right: -40px;
  z-index: 1;
  top: 35%;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  align-items: center;
  margin: 0;
  text-align: center;
}

.animation-float {
  animation: float 2000ms linear 500ms infinite alternate both;
}

.couples .heart .heart-icon {
  position: absolute;
  display: flex;
  z-index: 1;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #fff;
  align-items: center;
  margin: 0;
  justify-content: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.couples .heart .heart-icon img {
  width: 45px;
}

.couples::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: #f7f2f0;
  z-index: -1;
}

.couples .item .wrap:hover img {
  opacity: 0.5;
}

.couples .item .wrap:hover .img {
  transform: scale(0.95);
}

.couples .item .wrap:hover .title {
  opacity: 1;
  transform: translateX(0px);
}

.story {
  position: relative;
  background: #f7f2f0;
}

.story .item {
  overflow: hidden;
  position: relative;
  padding: 60px 40px;
  text-align: left;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 7px;
  margin-bottom: 30px;
}

.story .item .cont {
  display: block;
}

.story .item .cont .title h3 {
  font-size: 24px;
  position: relative;
  color: #cb9d55;
}

.story .item .cont .desc p {
  font-size: 18px;
  color: #666;
  margin-bottom: 0;
}

.story .item .thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.story .item:hover .thumb {
  opacity: 1;
}

.story .item .thumb img {
  height: calc(100% + 20px);
  width: 100%;
  object-fit: cover;
  transform: translate(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.story .item:hover .thumb img {
  transform: translateY(-15px);
  min-height: 100%;
}

.story .item .numb {
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #f7f2f0;
}

#countdown {
  text-align: center;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

#countdown::before {
  opacity: 0.2;
  background: #000;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

#countdown .container {
  position: relative;
  z-index: 2;
}

#countdown ul {
  margin-bottom: 0;
  padding: 0;
}

#countdown li {
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
  list-style-type: none;
  padding: 15px;
  color: #fff;
  line-height: 4em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#countdown li span {
  display: block;
  font-size: 70px;
  font-weight: 700;
  color: #fff;
}

.album-grid {
  columns: 4;
  column-gap: 20px;
}

.album-grid-item {
  break-inside: avoid;
  margin-bottom: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.album-grid-item img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.bg-lightbrown {
  background-color: #f7f2f0;
}

.when-where .item {
  margin-left: 15px;
  margin-right: 15px;
  float: left;
  overflow: hidden;
  position: relative;
  transition: width 0.7s;
  margin-bottom: 10px;
}

.when-where * {
  will-change: transform;
}

.when-where .item.active .img {
  border-radius: 4px 0 0 4px;
}

.when-where .item .img {
  transition: all 0.2s linear;
  position: relative;
}

.when-where .item .img .date {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fff;
  display: inline-block;
  line-height: 30px;
  padding: 18px 15px 10px 15px;
  bottom: 25px;
  left: 25px;
  position: absolute !important;
  text-align: center;
  color: #666;
  border-radius: 4px;
  margin: 0;
  letter-spacing: 0px;
}

.when-where .item .img .date span {
  font-size: 40px;
  display: block;
  font-weight: 700;
  letter-spacing: 0px;
  color: #000;
}

.when-where .item.active .cont {
  border-radius: 0 4px 4px 0;
}

.when-where .item .cont {
  top: 0;
  height: 100%;
  position: absolute;
  background: #fff;
  padding: 30px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.when-where .item.active .cont-hover {
  animation: fade 1s;
}

.when-where .item .cont-hover {
  width: 100%;
}

.when-where .item .cont .title {
  font-size: 24px;
  font-weight: 400;
  color: #cb9d55;
  margin-bottom: 10px;
}

.when-where .item .cont p {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.when-where .item .cont .time {
  padding-top: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  border-top: 1px solid rgba(203, 157, 85, 0.2);
  align-items: center;
}

.when-where .item .cont .time i {
  color: #cb9d55;
  font-size: 15px;
  margin-right: 5px;
}

.text-decoration-line-bottom {
  border-bottom: 1px solid #cb9d55;
  line-height: 1.5em;
  margin-top: 30px;
}

#wishes {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

#wishes::before {
  opacity: 0.3;
  background: #000;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

#wishes .container {
  position: relative;
  z-index: 2;
}

#wishes .sidebar {
  position: relative;
  z-index: 9;
}

#wishes .head {
  background-color: #cb9d55;
  border-radius: 5px 5px 0 0;
  padding: 30px;
}

.col-auto {
  width: auto;
}

#wishes .head h5 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 0;
}

#wishes .cont {
  padding: 40px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.wish-box {
  overflow-y: auto;
  height: 600px;
  background-color: #fff;
  color: #333;
  border: 2px solid #edf3f5;
}

.wish-box .wish-box-item {
  padding: 10px;
}

.comment-header {
  font-weight: bold;
  color: #333;
}

.wish-box .wish-box-item p {
  color: #333;
  margin: 0.5rem 0;
  text-align: left;
}

.comment-text {
  margin: 8px 0;
  font-size: 14px;
  color: #555;
}

.reply-btn {
  color: #df4758;
  cursor: pointer;
  font-style: italic;
  font-size: 14px;
}

.replies {
  margin-top: 10px;
  padding-left: 10px;
}

.reply-item {
  background: #f1f1f1;
  padding: 8px;
  border-radius: 4px;
  margin-top: 5px;
}

.reply-item strong {
  color: #333;
}

.wish-box .wish-box-item p {
  color: #333;
  margin: 0.5rem 0;
  text-align: left;
}

.reply-item p {
  margin: 5px 0 0;
  font-size: 13px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background: white;
    width: 30%;
    padding: 20px;
    margin: 10% auto;
    border-radius: 8px;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.close-modal {
    float: right;
    font-size: 24px;
    cursor: pointer;
    text-align: right;
}

.reply-text {
    width: 100%;
    height: 80px;
    margin-top: 10px;
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 30px;
}

.submit-reply {
    background: #4caf50;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

.submit-reply:hover {
    background: #45a049;
}

.modal input {
    width: 100%;
}

.bg-main-donate {
    background-color: #f7f2f0;
    padding-top: 30px;
}

.cat-title span {
  text-transform: uppercase;
  font-size: 20px;
}

.label {
  display: inline;
  padding: 8px 20px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
}

.the-people {
  width: 100%;
  padding: 37px 50px;
  background-color: #fff;
  margin-bottom: 50px;
}

.donate-card .qr-code-image {
  max-width: 150px;
  border: 1px solid #ccc;
  padding: 3px;
  margin: auto;
  display: inline-block;
}

.donate-card p {
  color: black;
  margin: 10px 0 !important;
  font-size: 16px;
}

.audio-player {
    position: fixed;
    bottom: 70px;
    left: 50px;
    width: 40px;
    height: 40px;
    z-index: 99999;
}

.audio-player-secondary {
    position: absolute;
    width: 310px;
    left: 25px;
    height: 50px;
    overflow: hidden;
    visibility: hidden;
}

.audio-player .playerIcon {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #df4758;
    padding-top: 7px;
    padding-left: 9px;
    position: absolute;
    z-index: 2;
}

.audio-player:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: rgba(242, 59, 67, 0.3);
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    animation: biilogo-pulse 1s infinite;
    z-index: 1;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(15px);
  }
}

@media screen and (max-width: 980px) {
    .box-shadow-extra-large {
        height: 350px;
    }

    .when-where .item .img {
        width: 100% !important;
    }

    .when-where .item {
        width: 95% !important;
    }

    .flex-column {
        width: auto !important;
        left: 150px !important;
    }

    .parallax-header ul.marriage {
        font-size: 50px !important;
    }

    .wish-box {
        min-height: 200px;
        height: auto;
        margin-top: 2px;
        border-radius: 5px 5px 5px 5px;
    }

    .parallax-header {
        min-height: 350px !important;
    }

    when-where .item .cont .title {
        font-size: 20px;
    }

    #wishes .cont {
        padding: 20px 20px 20px 20px;
    }

    .album-grid {
        columns: 2;
    }

    .when-where .item .cont .title {
        font-size: 20px;
    }

    .couples .heart {
        right: 0px;
    }

/*    .donate-card .qr-code-image img {
        max-width: 150px !important;
    }*/
}

@media screen and (max-width: 568px) {
    .couples .heart {
        right: 40vw !important;
        top: 90% !important;
    }

    .modal-content {
        width: 80%;
    }

    .replyModal {
        display: grid !important;
        align-items: center;
    }

    .navbar {
        height: 50px !important;
    }
}

.footer-container h2 {
    font-family: "Great Vibes", cursive;
    /*margin-top: 10px;*/
    color: #fff;
    font-style: italic;
    margin: 0 auto;
    font-size: 30px;
}

.footer-text {
    height: 50px;
    display: flex;
    align-items: center;
}

.site-header #navbar {
    list-style: none;
    justify-content: center;
}

@media (pointer:none), (pointer:coarse) {
    .site-header .navigation {
        padding: 2px 0;
    }
    #navbar {
        background: white;
    }
}