@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");

* {
  margin: 0;
  padding: 0;
}

.full-height {
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #000;
  padding: 0 0 80px 0;
}

nav .mx-7 {
  background-color: #f4f4f4;
  background: rgba(0, 0, 0, 0.09);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.7px);
  -webkit-backdrop-filter: blur(2.7px);
  border: 1px solid rgba(255, 255, 255, 0.53);
}

.banner-image h1 {
  font-family: "Great Vibes", cursive;
}

.card {
  border-radius: 10px;
}

.banner-image {
  background-image: url("../img/bg-wedding.jpg");
  border-bottom: 1px solid #000;
  background-size: cover;
}

.pojok {
  z-index: 5 !important;
  width: 300px;
  bottom: 10px;
  right: 10px;
  position: absolute;
}

.bride {
  background-image: linear-gradient(
    rgba(100, 100, 100, 0.5),
    rgba(255, 255, 255, 0.5)
  );
  background-size: cover;
  background-position: center;
}

.paragraph {
  text-shadow: 1px 1px 5px #000000;
}

.date {
  background-image: url("https://img.freepik.com/free-photo/gypsophila-gray-background-with-copy-space-center_24972-336.jpg?w=2000");
  background-size: cover;
}

.location {
  background-image: linear-gradient(
      rgba(200, 200, 200, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    url("https://img.freepik.com/free-photo/border-beautiful-fresh-sweet-pink-rose-isolated-beige-background_24972-344.jpg?w=2000");
  background-size: cover;
  background-position: center;
}

.card {
  background: rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.7px);
  -webkit-backdrop-filter: blur(2.7px);
  border: 1px solid rgba(255, 255, 255, 0.53);
}

.bingkai img {
  height: 180px;
}

.bingkai .cover {
  object-fit: cover;
  border-radius: 100%;
  width: 150px;
  height: 150px;
}

.galery .row {
  margin: 0 100px;
}

.galery .row img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.video {
  padding: 0 100px;
}

.video video {
  width: 100%;
}

@media only screen and (max-width: 720px) {
  body {
    background-color: lightblue;
  }

  .banner-image {
    background-image: url("../img/bg-wedding-hp.jpg");
    background-size: cover;
    background-position: center;
  }
  nav .mx-7 {
    margin: auto;
    border-radius: 0;
  }

  .date {
    background-image: url("https://img.freepik.com/free-photo/gypsophila-gray-background-with-copy-space-center_24972-336.jpg?w=2000");
    background-size: cover;
    background-position: 10% 100%;
  }

  .galery .row {
    margin: 0 10px;
  }

  .video {
    padding: 0 10px;
  }

  .video video {
    width: 90%;
  }
}
