#cover_invitation {
  transition: transform 0.5s; /* add a transition effect */
  overflow: hidden; /* prevent scrolling within the section */
  height: 100vh; /* set the section to full viewport height */
  width: 100vw;
}

.curtain-effect {
  transform: translateY(-100%); /* move the section upwards */
}

.wrapper-decoration::before,
.wrapper-decoration::after,
.corner-decorations::before,
.corner-decorations::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 60vh;
  display: block;
  margin-left: -45px;
  margin-right: -45px;
  z-index: -10;
}

.corner-decorations::before {
  background-image: url("./assets/bunga3-focal.webp");
  left: 45px;
  height: 100vh;
  background-position: top left;
}

.corner-decorations::after {
  background-image: url("./assets/bunga2.webp");
  top: 0;
  right: 0;
  background-position: bottom right;
  opacity: 0.3;
  height: 80vh;
}

.image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 70vh;
  background-image: url("./assets/rose.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  pointer-events: none;
  opacity: 0.5;
}

.image-container::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 30%;
  height: 70vh;
  background-image: url("./assets/branches.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  pointer-events: none;
  opacity: 0.5;
}

@media screen and (max-width: 640px) {
  .image-container::after {
    width: 40%;
    height: 100vh;
  }
}

.image-container-secondary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8%;
  height: 90vh;
  background-image: url("./assets/bunga3-focal.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  pointer-events: none;
  transform: rotate(180deg);
}
@media screen and (max-width: 640px) {
  .image-container-secondary::after {
    width: 20%;
    height: 55vh;
    opacity: 0.5;
  }
  
}

.flower-decoration::before,
.flower-decoration::after {
  content: "";
  position: absolute;
  width: 15%;
  height: 30vh;
  background-repeat: no-repeat;
  background-size: contain;
}

.flower-decoration::before {
  top: 0;
  left: 0;
  background-image: url("./assets/bunga1.webp");
  background-position: left;
}

.flower-decoration::after {
  top: 0;
  right: 0;
  background-image: url("./assets/bunga1.webp");
  background-position: right;
}

.footer-decoration::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 60vh;
  background-image: url("./assets/bunga3-focal.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  opacity: 0.5;
}

.footer-decoration::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 60vh;
  background-image: url("./assets/bunga2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  opacity: 0.5;
}

.square {
  position: relative;
  width: 190px;
  padding-bottom: 200px;
}

.square img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* center the blockquote in the page */
.blockquote-wrapper {
  display: flex;
  padding: 0 10px;
}

/* Blockquote main style */
.blockquote {
   position: relative;
   font-weight: 800;
   padding: 10px 0;
   width: 100%;
   max-width: 500px;
   z-index: 1;
   margin: 20px auto;
   align-self: center;
   border-top: solid 1px;
   border-bottom: solid 1px;
}

/* Blockquote header */
.blockquote h1 {
   position: relative;
   font-weight: 600;
   line-height: 1;
   margin: 0;
}

/* Blockquote right double quotes */
.blockquote:after {
   position: absolute;
   content: "”";
   color: #555b37;
   font-size: 10px;
   line-height: 0;
   bottom: -43px;
   right: 30px;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
  .blockquote h1 {
    font-size: 13px;
  }

}

/* Blockquote subheader */
.blockquote h4 {
   position: relative;
   color: #555b37;
   font-size: 10px;
   font-weight: normal;
   line-height: 1;
   margin: 0;
   padding-top: 20px;
   z-index: 1;
}

.floating-footer {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f8f9fa;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}

.footer-columns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.footer-column {
  padding: 0.5rem;
}

.separator-icon {}

@media screen and (max-width: 640px) {
  .separator-icon {
    position: absolute;
    top: -120px;
  } 
}

.bg-texture {
  background-image: url("./assets/bg-texture.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: -10;
}

.card {
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  padding: 4rem;
  border-radius: 0.5rem;
}
.countdown div {
  margin: 0 1rem;
  text-align: center;
}
.countdown span {
  display: block;
  font-size: 1rem;
}

.bg-base-theme {
  background-color: #c0b4ae;
}

.bg-2nd-theme {
  background-color: #c5b8b2;
}

.text-base-theme {
  color: #c0b4ae;
}

.border-base-theme {
  border-color: #c0b4ae;
}

.text-primary-green {
  color: #535936
}

.text-secondary-brown {
  color: #925f32
}

/* ========= FONT FAMILY ========== */

.pasifico {
  font-family: 'Courgette', cursive;
}

.asap-font {
  font-family: 'Comfortaa', cursive;
}

.dancing-script {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

.nanum-brush-script {
  font-family: "Nanum Brush Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.scheherazade-new-regular {
  font-family: "Scheherazade New", serif;
  font-weight: 400;
  font-style: normal;
}


@media screen and (max-width: 600px) {
  body::before,
  body::after,
  .corner-decorations::before,
  .corner-decorations::after {
    width: 50%;
  }

  .corner-decorations::after {
    height: 60vh;
  }

  .corner-decorations::before {
    height: 70vh;
    left: 25px;
  }
}

@media screen and (max-width: 640px) {
  .schedule-container::after,
  .schedule-container::before {
    width: 180px;
    height: 30%;
    top: 230px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 640px) {
  .schedule-container::after,
  .schedule-container::before {
    width: 30vw;
    height: 70%;
  }
}

@media screen and (max-width: 470px) {
  body::before,
  body::after,
  .corner-decorations::before,
  .corner-decorations::after {
    width: 60%;
  }
}
