body {
  margin: 0;
  overflow: hidden;
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 0;
}
.container {
  position: relative;
  z-index: 1; /* Bring content above video */
  color: white;
  text-align: center;
}

.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.3);
  object-fit: cover;
  z-index: -1; /* Send it to the back */
}
.invitation-title {
  width: 40%;
}

.invitation-subtitle {
  font-size: 1rem;
}

.highlight {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.61px;
  font-family: "Nunito Sans", Helvetica;
  background: linear-gradient(
    180deg,
    rgb(209, 154, 58) 0%,
    rgb(252, 233, 154) 50%,
    rgb(209, 154, 58) 100%
  );
  margin: 25px 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.location {
  font-family: "Nunito Sans", Helvetica;
  font-weight: 500;
}
.contact {
  margin-top: -16px;
}
.numcss {
  text-decoration: none;
  color: #fff !important;
}
.for_toast{
  background-color: #000 !important;
    color: #fff !important;
    text-align: center !important;
    opacity: 0.7;
      border-radius: 20px !important;
    
}
.rsvp-btn {
  background: linear-gradient(
    180deg,
    rgb(209, 154, 58) 0%,
    rgb(252, 233, 154) 50%,
    rgb(209, 154, 58) 100%
  );
  color: #000;
  font-size: 1.25rem;
  font-weight: bold;
  border: none;
  padding: 4px 12px;
  border-radius: 30px;
  margin: 15px 0;
  cursor: pointer;
  width: 180px;
  height: 40px;
}
.icon-gradient {
  font-size: 1.2rem; /* Adjust icon size */
  background: linear-gradient(
    180deg,
    rgb(209, 154, 58) 0%,
    rgb(252, 233, 154) 50%,
    rgb(209, 154, 58) 100%
  );
  -webkit-background-clip: text;
  color: transparent;
}

.g-annual {
  font-family: "Nunito Sans", Helvetica;
  font-size: 1.3rem;
  color: #aaa;
}
.rsvp-btn:hover {
  background-color: #ffcc33;
}

.powered-by {
  margin-top: 30px;
  font-size: 0.875rem;
  color: #aaa;
}
@media (max-width: 768px) {
  body {
    text-align: left;
    font-size: 0.9rem; /* Adjust font size for better readability on smaller screens */
  }

  .container {
    padding: 15px; /* Add padding to avoid edges on smaller screens */
  }

 .invitation-title {
  width: 90%;
}

  .invitation-subtitle {
    font-size: 1rem; /* Adjust subtitle size */
  }

  .highlight {
    font-size: 1.25rem; /* Reduce highlight font size */
    letter-spacing: 1.2px; /* Adjust spacing for readability */
  }

  .location {
    font-size: 1rem; /* Adjust font size */
    color: #aaa;
  }

  .contact {
    font-size: 1rem; /* Adjust font size */
    margin-top: 15px; /* Reduce margin */
  }

  .rsvp-btn {
    font-size: 1rem; /* Adjust button font size */
    padding: 5px 10px; /* Adjust padding for smaller screens */
    /* margin-top: 10px; */
  }

  .g-annual {
    font-size: 0.8rem; /* Adjust font size */
    margin-top: 10px; /* Reduce spacing */
  }

  .powered-by {
    font-size: 0.75rem; /* Reduce font size */
    margin-top: 10px; /* Adjust margin */
  }

  .video-background {
    filter: brightness(
      0.4
    ); /* Slightly brighten the background for better readability */
  }
}
