
    body, html {
      margin: 0;
      padding: 0;
      background-color:black;
    }

    .landing {
      height: 100vh;
      background: url('/assets/img/hero8.png') center center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      position: relative;
    }

    .overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
    }

    .content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      padding: 2rem;
    }

    h1 {
      font-family: 'Parisienne', cursive;
      font-size: 4rem;
      margin-bottom: 1rem;
    }

    p {
      font-family: 'Raleway', sans-serif;
      font-size: 1.25rem;
      margin-bottom: 2rem;
    }
    .offcanvas{
        font-family: 'Raleway', sans-serif;
    }

    .btn-romantic {
      background-color: rgba(255, 255, 255, 0.8);
      color: #72a45c;
      border: none;
      padding: 0.75rem 2rem;
      font-weight: 700;
      border-radius: 50px;
      font-size:20px;
      border:1px solid #72a45c;
      transition: background 0.3s ease;
    }

    .btn-romantic:hover {
      background-color: #72a45c;
      color: white;
      border:1px solid #72a45c;
    }

    .btn-romantic-danger {
      background-color: rgba(255, 255, 255, 0.8);
      color: red;
      border: none;
      padding: 0.75rem 2rem;
      font-weight: 700;
      border-radius: 50px;
      font-size:20px;
      border:1px solid red;
      transition: background 0.3s ease;
    }

    .btn-romantic-danger:hover {
      background-color: red;
      color: white;
      border:1px solid red;
    }

    .invitation-card {
  height: 100vh;
  background-color: #c6cfc800;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  font-family: 'Raleway', sans-serif;
}
.invitation-border {
  background: url('/assets/img/pattern.jpg') center center / cover no-repeat;

}


.invitation-border {
  border: 2px solid #cde3d1;
  padding: 3rem;
  max-width: 700px;
  width: 100%;
  background-color: white;
  box-shadow: 0 0 30px rgba(0,0,0,0.05);
  border-radius: 20px;
  position: relative;
}

.invitation-content {
  color: #4a6a5c;
}

.couple-name {
  font-family: 'Parisienne', cursive;
  font-size: 3.5rem;
  margin-bottom: 1rem;
  color: #709e7b;
}

.invitation-text {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.invitation-text span{
    font-family: 'Dancing Script', cursive;
    font-size:25px;
}

.invitation-subtext {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 2rem;
  color: #6c8578;
}

.boda-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  max-width: 900px;
  margin: auto;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.boda-text {
  font-size:14px;
  line-height: 1.6;
  color:#4a6a5c;
}

.cursor-pointer {
  cursor: pointer;
}


@media(max-width:758px){
    .content{
        max-width: 100%;
        padding:0px;
    }
    .invitation-border{
        max-width: 100%;
        background-image: none;
    }
    .invitation-card{
        padding:10px;
        background: url('/assets/img/pattern.jpg') center center / cover no-repeat;
    }
    .galeria-title{
        font-size:24px;
    }
}
