/*Fonts*/
@font-face {
  font-family: 'great-vibes';
  src: url('assets/GreatVibes-Regular.woff2') format('woff2'),
       url('assets/GreatVibes-Regular.woff') format('woff'),
       url('assets/GreatVibes-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'nunito';
  src: url('assets/Nunito-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nunito';
  src: url('assets/Nunito-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'lora';
  src: url('assets/Lora-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lora';
  src: url('assets/Lora-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}


body {
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background-color: #000;
  text-align: center;
  overflow-x: hidden;
  margin: 0px ;
  padding: 0px;
}

.frame {
  position: absolute;
  top: 0; left: 50%;
  height: 100vh;
  width: 50vh;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  margin: 0px auto;
}

.frame.active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.background-homepage { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-image: url('assets/homepage.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.homepage-bottom-text {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.monogram-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
  stroke: #FFF;
  z-index: 0;
}

.monogram-svg img {
  width: 150px;
  height: auto;
  stroke: #FFF;
}

.couple-names {
  font-family: 'great-vibes', cursive;
  font-weight: normal;
  font-style: normal;
  font-size: 3rem;
  /* margin: 0px; */
  margin: 0.5em 0 0.2em 0;
}

.announcement {
  font-family: 'lora';
  font-weight: normal;
  font-style: normal;
  font-size: 1.25rem;
  /* margin-top: 0px;
  margin-bottom: 20px; */
  margin: 0.2em 0 1em 0;
}

.next-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(-90deg);
  background: none;
  border: none;
  cursor: pointer;
}

.next-button img {
  width: 32px;
  height: 32px;
  color: #FFF;
}

.prev-button {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(90deg);
  background: none;
  border: none;
  cursor: pointer;
}

.prev-button img {
  width: 32px;
  height: 32px;
  color: #FFF;
}

.hide-nav-buttons {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.formal-invite {
  position: relative;
  background: none;
  overflow: hidden;
  color: white;
}

.background-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/formal-invite-background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(5px);
  z-index: 0;
}
.background-blur::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.35); /* Adjust opacity as needed */
  pointer-events: none;
  z-index: 1;
}

form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 90%;
  max-width: 350px;
}

input, select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  width: 100%;
}

.attendance-options {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}

.attendance-options label {
  font-weight: bold;
  cursor: pointer;
}

.invite-content {
  position: obsolute;
  z-index: 2;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bible-verse {
  font-family: 'nunito';
  font-size: 0.9rem;
  font-style: normal;
  margin-top: 48px;
  margin-bottom: 1.7rem;
  line-height: 1.3;
  opacity: 0.8;
}

.verse-ref {
  font-family: 'nunito';
  margin-top: 0.1rem;
  font-style: normal;
  font-size: 0.8rem;
  display: block;
  opacity: 0.8;
}

.heading {
  font-family: 'nunito';
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: normal;
  margin-top: 45px;
}

.parents {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0px;
}

.invite-line {
  font-family: 'nunito';
  font-style: normal;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.names {
  font-family: 'Georgia', cursive;
  font-size: 2.5rem;
  margin: 0px 30px;
}

.date {
  font-family: 'nunito';
  font-style: normal;
  margin-top: 0px;
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

.photo-wrapper img {
  width: 200px;
  height: 230px;
  border: 10px solid white;
  transform: rotate(3deg);
  margin: 0 auto;
  display: block;
} 




.time-and-location-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/time-and-location-background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.wedding-press-container {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid black; 
  border-bottom: 1px solid black; 
  outline: 3px solid black;
  outline-offset: 5px;
  width: 100%;
  color: #000;
  position: relative;
  z-index: 1; /* appears above the background */
}

.press-header {
  padding-top: 10px;
  text-align: center;
}

.press-title {
  font-family: 'Times New Roman', Times, serif;
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.press-date {
  font-size: 0.55rem;
  letter-spacing: 1px;
  margin-bottom: 4px;
  border-top: 5px solid #222;
  border-bottom: 1px solid #222;
  padding-bottom: 3px;
  padding-top: 3px;
}

.press-content {
  padding-top: 5px;
  flex: 1;
  align-items: center;
}

.press-subtitle {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.press-names {
  font-family: 'great-vibes', cursive;
  font-weight: normal;
  font-style: normal;
  font-size: 3rem;
}

.press-photo {
  width: 85%;
  margin: 20px auto 10px auto;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.press-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: grayscale(100%);
}

.press-events {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
}

.press-event {
  flex: 1;
  padding: 10px 8px 14px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}

.event-title {
  font-size: 0.85rem;
  font-family: 'Lora', serif;
  margin-bottom: 10px;
}

.bold {
  font-weight: bold;
}

.event-time, .event-location {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.event-time img {
  width: 15px;
  height: 15px;
}

.event-location img {
  width: 20px;
  height: 20px;
}

.event-icon {
  padding-top: 0%;
  padding-bottom: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 0.9em;
}

.event-btn {
  margin-top: 7px;
  padding: 5px 18px;
  color: #000;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.8rem;
  font-family: inherit;
  border: 1px solid #000;
  cursor: pointer;
  /* transition: background 0.2s; */
}

.event-btn:hover {
  background: #444;
}

.gift-registry-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/registry.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1; /* behind the content */
}

.gift-registry-main {
  position: relative;
  margin-top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
  z-index: 1;
}

.gift-registry-content {
  position: absolute;
  left: 0px;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.gift-registry-title {
  font-family: 'Lora', serif;
  font-size: 2.3rem;
  margin-top: 0px !important;
  letter-spacing: 1px;
}

.gift-registry-desc {
  font-family: 'Nunito', monospace, sans-serif;
  font-size: 0.8rem;
  margin-bottom: 32px;
  opacity: 0.95;
}

.whish-logo-box {
  margin-bottom: 10px;
}

.whish-logo {
  width: 65px;
  height: 65px;
}

.whish-number {
  font-size: 0.8rem;
  font-family: 'Nunito', monospace, sans-serif;
  letter-spacing: 2px;
  margin-bottom: 50px;
  margin-top: 2px;
}

.gift-registry-footer {
  font-family: 'Nunito', monospace, sans-serif;
  font-size: 0.8rem;
  opacity: 0.85;
  margin-bottom: 18px;
}

@media (max-width: 400px) {
  .gift-registry-title {
    font-size: 2.3rem;
    margin-top: 120px;
  }
}

.be-our-guest-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background-image: url('assets/rsvp-background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.blurry-separator {
  position: absolute;
  left: 0;
  top: 53%;  /* Adjust to match where your image ends */
  width: 100%;
  height: 10%; /* Height of the blur transition */
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(30,30,30,0.99) 80%,
    rgba(30,30,30,0.8) 80%
  );
  filter: blur(8px);
}

.background-bottom {
  background: linear-gradient(
    to bottom,
    rgba(30,30,30,0.99) 80%,
    rgba(30,30,30,0.85) 100%
  );
  position: absolute;
  left: 0;
  bottom: 0;
  top: 55%;
  width: 100%;
  height: 45%;
  pointer-events: none;
}

.gift-registry-main {
  position: relative;
  margin-top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
  z-index: 3;
}

.be-our-guest-content {
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 50%;
  width: 75%;
  height: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  text-align: center;
  transform: translateX(-50%);
}

.be-our-guest-title {
  font-family: 'Lora', serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 2px;
}

.be-our-guest-subtitle {
  font-family: 'Nunito', sans-serif;
  font-size: 0.7rem;
  opacity: 0.85;
  margin-bottom: 20px;
}

.be-our-guest-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.form-group {
  width: 100%;
}

.form-label {
  font-family: 'Nunito', sans-serif;
  font-size: 0.7rem;
  margin-bottom: 8px;
  display: block;
}

.attendance-options {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.attendance-options label {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Nunito', sans-serif;
  font-size: 0.7rem;
  cursor: pointer;
  color: #fff;
  font-weight: normal;
}

.attendance-options input[type="radio"] {
  width: 25px;
  height: 25px;
  margin-bottom: 4px;
  accent-color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  background: transparent;
  appearance: none;
  outline: none;
  cursor: pointer;
  transition: border 0.2s;
}

.attendance-options input[type="radio"]:checked {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
}

.guest-select, .names-input {
  height: 30px;
  width: 100%;
  padding: 2px;
  border: 1px solid #fff;
  border-radius: 2px;
  background: transparent;
  color: #fff;
  font-size: 0.7rem;
  margin-bottom: 0;
  font-family: 'Nunito', sans-serif;
  box-sizing: border-box;
  text-align: center;
  text-align-last: center;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .guest-select {
    text-align: center;
    text-align-last: center;
  }
}
.names-input::placeholder {
  color: #fff;
}

.guest-select option {
  color: #000;
}

.reply-date {
  font-family: 'Nunito', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 1px;
  font-weight: bold;
}

.submit-btn {
  height: 30px;
  width: 50%;
  padding: 2px;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  font-size: 0.7rem;
  font-family: 'Nunito', sans-serif;
  cursor: pointer;
  margin-top: 10px;
}

.submit-btn:hover {
  background: #fff;
  color: #000;
}

.be-our-guest-footer {
  font-family: 'Nunito', sans-serif;
  font-size: 0.7rem;
  margin-top: 30px;
  margin-bottom: 30px;
}