.modal .modal-dialog {
  margin: 0;
}

.modal .modal-content {
  background-color: #000000;
  height: 100vh;
  width: 100vw;
  border-radius: 0;
  overflow: hidden;
}

.modal .modal-content .object-1,
.modal .modal-content .object-2 {
  position: absolute;
  width: 150px;
}

.modal .modal-content .object-1 {
  top: -80px;
  right: 0;
  transform: rotate(180deg) scaleY(-1);
}
.modal .modal-content .object-2 {
  bottom: -80px;
  left: 0;
  transform: scaleX(-1);
}

.modal .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal .modal-body .wedding-of {
  font-size: 0.7rem;
  margin-bottom: 0;
  letter-spacing: 2px;
  font-weight: lighter;
  text-transform: uppercase;
}

.modal .modal-body h1 {
  font-size: 3.5rem;
  margin-left: 1.5rem;
  margin-top: -1rem;
  transform: rotate(-15deg);
}

.modal .modal-body .tanggalll {
  letter-spacing: 3px;
  margin-bottom: 2rem;
}

.modal .modal-body .btn {
  background-color: white;
  color: black;
  font-weight: bolder;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0.5rem 1.6rem;
  width: max-content;
  margin: 1.5rem auto;
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 100%;
    /* background-color: aqua; */
    /* margin: 1.75rem auto; */
  }
}
