#hero {
    background-image: url("../images/s3.jpg");
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

#the-wedding-event {
    background-image: url("../images/s4.jpg")
}

#proposed {
    background-image: url("../images/bg-proposed.jpg")
}

#wedding-gifts {
    background-image: url("../images/s7.jpg")
}

footer {
    background-image: url("../images/s8.jpg");
}

#photos {
  /* background-color: rgba(0,0,0,0.1); */
}

.trans-card {
    background-color: rgba(255,255,255,0.8);
    margin-top: 20px;
    padding: 30px;
}

.passes {
     font-family: "Rouge Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 70px;
  background-color: black;
  width: fit-content;
  margin: auto;
  padding: 0px 20px;
  color: white;
  border-radius: 20px;
}

.sep-line.passes {
    width: 70%;
    justify-self: center;
    margin-bottom: 20px;
    background-color: transparent;
}

.dress-code-container {
    font-size: 18px;
}

.dress-code {
    color: var(--bs-primary);
    font-family: "Rouge Script", cursive;
  font-weight: 900;
  font-style: normal;
  font-size: 40px;
}

.confirmation {
    text-align: center;
    margin-top: 20px;
}

.confirmation-text {
    color: white;
}

.reserved {
    color: black !important;
    font-size: 20px;
}

/* Override hero clip image – remove hexagon overlay */
.img-clip-path.clip-hero::before {
  background-image: url("../img/clip-path-love-story.png");
}

/* Optional: give the photo a soft background instead */


.rouge-text {
  font-family: "Rouge Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.title-wed {
    font-family: "Rouge Script", cursive;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 50px;
}

.confirm-text {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.confirm-date {
    background: rgba(0,0,0,0.5);
    padding: 4px 8px;
    border-radius: 10px;
}


/*# sourceMappingURL=custom.min.css.map */