@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Bree+Serif&family=Great+Vibes&family=Playball&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
/* 
  font-family: "Cormorant Garamond", serif;
  font-family: "Playfair Display", serif;
  font-family: "Playball", cursive;
  font-family: "Crimson Pro", serif;
  font-family: "Great Vibes", cursive; 
  font-family: "Bree Serif", serif;
  */

:root {
  --bg-color: #000000;
  --bg-second-color: black;
  --main-color: #d4aa6e;
  --text-color: #ffffff;
}

* {
  display: fixed;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  outline: none;
  scroll-behavior: smooth;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  margin-bottom: 0px;
  color: #fff;
}

html {
  font-size: 64.5%;
  overflow-x: hidden;
}

body {
  color: var(--text-color);
  background-color: var(--bg-second-color);
}

section {
  background-image: url("../img/Demo-f08-a-1.png");
  background-repeat: repeat;
  background-size: 100%;
  background-color: var(--bg-color);
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.judul-undangan {
  color: #f0a;
  font-size: 13rem;
}

section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.44);
}

section>div {
  width: auto;
  height: 115vh;
  padding: 0 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section>img {
  width: 21rem;
  position: fixed;
  z-index: 2;
}

section>img:nth-of-type(1) {
  animation: spinKanan 20s linear infinite;
  top: -15rem;
  left: -12rem;
}

section>img:nth-of-type(2) {
  animation: spinKiri 20s linear infinite;
  top: -15rem;
  right: -12rem;
}

section>img:nth-of-type(3) {
  animation: spinKanan 20s linear infinite;
  bottom: -6rem;
  left: -12rem;
}

section>img:nth-of-type(4) {
  animation: spinKiri 20s linear infinite;
  bottom: -6rem;
  right: -12rem;
}

/* CSS Halaman 1 */
section.page1 {
  position: fixed;
  z-index: 99;
  transition: 2s ease-out;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.page1-content h1 {
  font-size: 6.4rem;
  font-family: "Great Vibes", cursive;
  color: var(--main-color);
  animation: zoomOut 1s ease-in-out;
}

.page1-content h1:nth-of-type(1) {
  margin-left: 0rem;
  color: var(--main-color);
  margin-top: -120px;
}

.page1-content h1:nth-of-type(2) {
  margin-right: 0rem;
}

.page1-content h4 {
  font-family: "Great Vibes", cursive;
  color: var(--main-color);
  font-size: 8.8rem;
  animation: zoomOut 1s ease-in-out;
}

.page1-content h6 {
  font-size: 1.5rem;
  text-align: center;
  animation: zoomOut 1s ease-in-out;
  margin: 6rem auto;
}

.page1-content h3 {
  font-size: 2.6rem;
  margin: 2rem auto;
  font-family: "Crimson Pro", serif;
  animation: swipeUp 1s ease-in-out forwards;
  position: relative;
  opacity: 0;
}

.page1-content p {
  font-size: 1.2rem;
  animation: zoomOut 1s ease-in-out;
}

.page1-content a {
  font-size: 1.5rem;
  font-family: "Playfair Display SC", serif;
  color: var(--text-color);
  background: var(--main-color);
  padding: 0.8rem 3.8rem;
  border-radius: 15px;
  animation: zoomOut 1s ease-in-out;
}

/* CSS Halaman 1 End */

/* CSS Halaman 2 */
.page2-content h5 {
  font-size: 1.6rem;
  font-family: "Crimson Pro", serif;
  color: var(--main-color);
}

.page2-content h1 {
  margin-top: -30px;
  margin-bottom: 50px;
  font-size: 4rem;
  font-family: "Great Vibes", cursive;
  color: var(--main-color);
}

.page2-content h1:nth-of-type(1) {
  margin-left: 0rem;
}

.page2-content h1:nth-of-type(2) {
  margin-right: 10rem;
}

.page2-content h4 {
  font-family: "Great Vibes", cursive;
  color: var(--main-color);
  font-size: 8.8rem;
}

.page2-content>h3 {
  font-size: 2.4rem;
  margin: 12rem auto;
  color: var(--main-color);
  margin-top: 5rem;
}

.page2-content .page2-date {
  display: flex;
  gap: 2rem;
  color: var(--main-color);
  margin-top: 0px;
}

.page2-content .page2-date div {
  text-align: center;
  width: 5rem;
}

.page2-content .page2-date>div h3 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
}

.page2-content .page2-date>div h5 {
  font-size: 1.8rem;
}

/* CSS Halaman 2 End */

/* CSS Halaman 3 */
.page3-content>img {
  width: 25rem;
  margin-bottom: 3rem;
  margin-top: -60px;
  /* animation: swipeDown 1.5s ease-in-out forwards;
  position: relative;
  opacity: 0; */
}

.page3-content h5 {
  font-size: 2.4rem;
  color: var(--main-color);
  font-weight: 700;
  /* animation: zoomOut 1s ease-in-out; */
}

.page3-content p {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  margin-bottom: 3rem;
  /* animation: zoomOut 1s ease-in-out; */
}

.page3-content .content-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 0rem;
}

.page3-content .content-img>img:nth-of-type(1),
.page3-content .content-img>img:nth-of-type(3) {
  width: 12rem;
  border: 2px solid transparent;
  outline: 2px solid var(--main-color);
  border-radius: 50%;
}

.page3-content .content-img>img:nth-of-type(2) {
  width: 7rem;
  animation: spinKanan 23s linear infinite;
  /* animation: zoomOut 1s ease-in-out; */
}

.page3-content h4 {
  font-size: 3.5rem;
  color: var(--main-color);
  font-family: "Great Vibes", cursive;
}

.page3-content h6 {
  font-size: 1.9rem;
  font-family: "Crimson Pro", serif;
}

.page3-content h4:nth-of-type(2) {
  position: relative;
  padding: 0 4rem;
  color: white;
  text-align: center;
  font-family: "Great Vibes", cursive;
  font-size: 2.6rem;
  color: var(--main-color);
  margin: 2rem auto;
}

.page3-content h4:nth-of-type(2)::before,
.page3-content h4:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 70px;
  /* Panjang garis */
  height: 1.5px;
  /* Ketebalan garis */
  background: var(--main-color);
}

.page3-content h4:nth-of-type(2)::before {
  left: -60px;
  /* Jarak dari kotak */
  transform: translateY(-50%);
}

.page3-content h4:nth-of-type(2)::after {
  right: -60px;
  /* Jarak dari kotak */
  transform: translateY(-50%);
}

/* CSS Halaman 3 */

/* CSS Halaman 4 & Halaman 5 */
section>div {
  position: relative;
  z-index: 3;
}

.page4-content img,
.page5-content img {
  width: 25rem;
  margin-bottom: -10rem;
  margin-top: -60px;
}

.page4-content h2,
.page5-content h2 {
  font-family: "Great Vibes", cursive;
  font-size: 4.3rem;
  color: var(--main-color);
  margin-bottom: 10px;
  margin-top: 100px;
}

.page4-content .page4-tanggal,
.page5-content .page5-tanggal {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 7rem;
  margin-top: 5px;
}

.page4-tanggal h4,
.page5-tanggal h4 {
  font-size: 2.2rem;
  border-width: 1px 0;
  border-style: solid;
  border-color: var(--main-color);
  padding: 0.3rem 1.5rem;
  display: flex;
  width: 9rem;
  height: 3.5rem;
  justify-content: center;
  align-items: center;
  font-family: "Times New Roman", Times, serif;
}

.page4-tanggal h5,
.page5-tanggal h5 {
  background: var(--main-color);
  width: 7rem;
  height: 6rem;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 2rem;
  line-height: 1.4rem;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 0px;
  padding-top: 5px;
}

.page4-tanggal h5 span,
.page5-tanggal h5 span {
  font-size: 3.9rem;
  margin-bottom: -8px;
  font-family: "Times New Roman", Times, serif;
  color: #000;
}

.page4-content h6,
.page5-content h6 {
  font-size: 1.6rem;
  text-align: center;
}

.page4-content>h5,
.page5-content>h5 {
  font-family: "Times New Roman", Times, serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--main-color);
  margin: 1rem auto;

}

.page4-content a,
.page5-content a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: rgba(0, 0, 0, 0.6);
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--main-color);
  border-radius: 10px;
  border: solid 2px var(--main-color);
  text-decoration-line: unset;
}

.page5-content a:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #000;
}

/* CSS Halaman 4 & Halaman 5 End */

/* Halaman 6 */
section.page6 {
  height: auto;
  padding: 10rem 0;
}

.page6 h2 {
  font-family: "Great Vibes", cursive;
  font-size: 4.8rem;
  color: var(--main-color);
  margin-bottom: 3rem;
  margin-top: -70px;
}

.page6 .page6-content {
  height: 100%;
}

.page6-content .page6-img {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 1rem;
}

.img-container {
  width: 100%;
  /* Sesuaikan ukuran container */
  height: 13rem;
  /* Sesuaikan ukuran container */
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid var(--main-color);
  /* outline: 1px solid var(--main-color); */
  position: relative;
  cursor: pointer;
}

.img-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-color);
  opacity: 0;
  transition: 0.4s ease;
}

.img-container:hover::after {
  opacity: 0.6;
}

.img-container img {
  height: 100%;
  transform: translateX(-25px);
  transition: 0.4s ease;
}

.img-container:hover img {
  transform: scale(1.03) translateX(-25px);
}

/* Halaman 6 End */

/* Halaman 7 */
.page7-content h2 {
  font-family: "Great Vibes", cursive;
  font-size: 4rem;
  color: var(--main-color);
  margin-bottom: 2.5rem;
  margin-top: -600px;
}

.page7-content>p {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: -2rem;
}

.page7-card {
  display: grid;
  position: absolute;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  /* Baris pertama memiliki dua kolom */
  grid-template-rows: auto auto;
  /* Dua baris otomatis berdasarkan konten */
  gap: 10px;
  /* Jarak antara grid items */
  width: 95%;
}

.page7-card>div:nth-of-type(3) {
  grid-column: span 2;
  margin-bottom: 0rem;
  padding-bottom: 13px;
  background-color: rgba(0, 0, 0, 0.5);
}

.page7-card>div {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: solid 2px var(--main-color);
  padding: 0.4rem;
  padding-bottom: 13px;
}

.page7-content .page7-card img {
  width: 13rem;
  margin-bottom: 1rem;
}

.page7-card div:nth-of-type(3) p {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem;
}

.page7-card div h6 {
  border-radius: 6px;
  color: var(--main-color);
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Bree Serif", serif;
  text-align: center;
  margin: 5px;
}

.page7-card div a:hover {
  font-size: 1rem;
  font-family: "Bree Serif", serif;
  color: var(--text-color);
  background: var(--main-color);
  padding: 0.3rem 1rem;
  border-radius: 10px;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

/* Halaman 7 End */

/* Halaman 8 */
.page8-content h6 {
  font-size: 2rem;
  text-align: center;
  font-family: cursive;
  margin-bottom: 220px;
}

.page8-content h6 span {
  font-size: 3rem;
  color: var(--main-color);
  font-weight: 700;
  display: block;
  margin: 3rem 0 5rem;
}

/* Halaman 8 End */

/* Halaman 9 */
.page9-content h2 {
  font-family: "Great Vibes", cursive;
  font-size: 3rem;
  color: var(--main-color);
  margin-bottom: 1.5rem;
}

.page9-content .page9-card {
  width: 100%;
  background-color: var(--text-color);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
}

.page9-card h5 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1.5rem;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid var(--main-color);
  color: var(--main-color);
  margin-bottom: 1.5rem;
}

.page9-card input {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  width: 85%;
  height: 3rem;
  border: 1px solid rgba(128, 128, 128, 0.5);
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 5px;
  font-size: 1.4rem;
}

.page9-card textarea {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  height: 7rem;
  width: 85%;
  border: 1px solid rgba(128, 128, 128, 0.5);
  border-radius: 5px;
  padding: 1rem;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.page9-card select {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  height: 3rem;
  width: 85%;
  border: 1px solid rgba(128, 128, 128, 0.5);
  border-radius: 5px;
  padding: 0 0.5rem;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.page9-card button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  width: 85%;
  height: 3rem;
  color: var(--text-color);
  background: var(--main-color);
  margin-bottom: 2rem;
  border-radius: 5px;
  cursor: pointer;
}

.page9-content p {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: -200px;
}

.page9-content h6 {
  font-family: "Crimson Pro", serif;
  font-size: 2.4rem;
  color: var(--main-color);
}

/* Halaman 9 End */

/* ANIMATION KEYFRAMES */
/* Animasi spin */
@keyframes spinKanan {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes spinKiri {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

/* Animasi Zoom */
@keyframes zoomOut {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/* Animasi */
@keyframes swipeUp {
  from {
    bottom: -5rem;
  }

  to {
    opacity: 1;
    bottom: 0;
  }
}

@keyframes swipeDown {
  from {
    top: -5rem;
  }

  to {
    opacity: 1;
    top: 0;
  }
}

.namatamu {
  color: #f0a;
  font-family: "Great Vibes", cursive;
  font-size: 32rem;
  color: var(--main-color);
  margin-bottom: -50px;
  margin-top: 20px;
}

.bingkai-atas {
  width: auto;
  height: 40%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.timers {
  color: var(--main-color);
  font-family: Arial;
  font-size: 1.6rem;
  margin-bottom: 12rem;
  margin-top: -50px;
  border: solid 1px;
  border-radius: 5px;
  height: 34px;
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 4px #c3b091, -8px 8px 3px #000000;
}

.googlemaps {
  font-family: "Times New Roman", Times, serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--main-color);
  margin: 1rem auto;
}

.the-wedding {
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  font-family: cursive;
  font-size: 1.5rem;
  margin-top: 3rem;
  display: contents;
}

/* Mendefinisikan class CSS dengan nama "hover-button" */
.hover-button {
  background-color: transparent;
  /* Warna latar belakang elemen */
  color: #fff;
  padding: 1px 10px;
  font-size: 20px;
  border: solid 3px #000;
  border-radius: 5px;
  cursor: pointer;
  outline: solid 2px var(--main-color);
}

.hover-button:hover {
  background-color: goldenrod;
  /* Warna latar belakang elemen ketika di hover */
  color: #000;
  font-family: cursive;
  font-size: 1.4rem;
}

.container-ucapan {
  color: #000;
  height: 100%;
  font-family: cursive;
  margin-bottom: 50px;
  margin-top: 30px;
  border-radius: 50px;
}

.container-ucapan-nama {
  color: #000;
  border-radius: 15px;
  height: 70%;
  width: 100%;
  font-family: cursive;
  font-size: 2rem;
  margin-top: 10px;
}

.container-ucapan1 {
  color: var(--main-color);
  border-radius: 15px;
  width: 100%;
  font-family: cursive;
  font-size: 1.6rem;
  margin-top: 10px;
  padding: 4px;
}

.container-ucapan-doa {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  border: solid 1px var(--main-color);
  width: 100%;
  font-family: cursive;
  font-size: 1.5rem;
  padding: 8px;
  margin-bottom: -8px;
  box-shadow: -5px 5px 2px #000, 0 0px 0px #fda;
}

.container-kirim-ucapan {
  color: var(--main-color);
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  border: solid 2px var(--main-color);
  width: 100%;
  height: 100%;
  font-family: cursive;
  font-size: 1.5rem;
  align-items: center;
  position: center;
}

.container-kirim-ucapan:hover {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  border: solid 2px goldenrod;
  width: 100%;
  height: 100%;
  font-family: cursive;
  font-size: 1.5rem;
  box-shadow: -1px 1px 2px #fda, 0 0px 0px #000;
}

.container-tabel-ucapan-nama {
  color: var(--main-color);
  background-color: rgba(0, 0, 0, 0.6);
  border: solid 1px var(--main-color);
  border-radius: 10px;
  font-family: cursive;
  height: 100%;
  padding-inline: 6px;
  display: grid;
  margin-bottom: 8px;
  font-size: 1.5rem;
  word-wrap: anywhere;
  margin-top: -15px;
}

.container-hadir {
  color: #fff;
  font-family: cursive;
  font-size: 1.5rem;
}

.container-komentar {
  color: #fff;
  font-family: cursive;
  font-size: 1.5rem;
}

.container-date {
  color: #fff;
  font-family: cursive;
  font-size: 1rem;
  text-align: right;
}

.container-nama {
  color: var(--main-color);
  font-family: cursive;
  font-size: 1rem;
  text-align: center;
}

.container-status {
  color: var(--main-color);
  font-family: cursive;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 10px;
}

.pagination {
  color: #000;
  font-family: cursive;
  font-size: 1.2rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  border: solid 2px var(--main-color);
  justify-content: center;
  padding: 3px 15px;
}

.page-link {
  font-family: cursive;
  background-color: #f0a;
  border-radius: 20px;
  padding: 3px 15px;
}

.page-item {
  font-family: cursive;
  padding: 0px 5px;
}


.page-itemm:hover {
  background-color: var(--main-color);
  border-radius: 30px;
  border: solid 5px #000;
}

.border-ucapan {
  background-color: rgba(0, 0, 0, 0.6);
  border: solid 3px var(--main-color);
  border-radius: 10px;
  padding: 13px;
  box-shadow: -7px 7px 4px #000000, 0 -2px 1px #000000;
}

.resepsi-tanggal h4 {
  background: var(--main-color);
  width: 7rem;
  height: 4rem;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: initial;
  margin-bottom: 0px;
  padding-top: 4px;
}

hr {
  border: none;
  height: 1px;
  color: #333;
  background-color: #333;
}

/* section audio */
.audio {
  align-items: center;
  justify-content: center;
}

.border-ucapan {
  background-color: rgba(0, 0, 0, 0.6);
  border: solid 3px var(--main-color);
  border-radius: 10px;
  padding: 13px;
  box-shadow: -7px 7px 4px #000000, 0 -2px 1px #000000;
  margin-top: -20px;
}

.pembatas-atas-1 {
  background-image: url("../img/pembatas-atas.png");
  height: 50px;
  width: 320px;
  margin-top: -180px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.pembatas-bawah-1 {
  background-image: url("../img/pembatas-bawah.png");
  height: 50px;
  width: 320px;
  margin-top: -10px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.pembatas-atas-2 {
  background-image: url("../img/pembatas-atas.png");
  height: 50px;
  width: 320px;
  margin-top: 10px;
  right: 18px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.pembatas-bawah-2 {
  background-image: url("../img/pembatas-bawah.png");
  height: 100px;
  width: 320px;
  margin-top: 500px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.pembatas-atas-3 {
  background-image: url("../img/pembatas-atas.png");
  height: 100px;
  width: 320px;
  margin-top: 600px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.pembatas-bawah-3 {
  background-image: url("../img/pembatas-bawah.png");
  height: 37px;
  margin-top: -40px;
  background-repeat: no-repeat;
  background-size: 100% 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.pembatas-penutup-bawah {
  background-image: url("../img/pembatas-atas.png");
  height: 280px;
  width: 320px;
  margin-top: -300px;
  background-repeat: no-repeat;
  background-size: 100% 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.pembatas-penutup-bawah1 {
  background-image: url("../img/pembatas-atas.png");
  height: 280px;
  width: 320px;
  margin-top: -300px;
  background-repeat: no-repeat;
  background-size: 100% 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 40px;
}

.link-whatsapp {
  background-color: #000;
  padding-bottom: 10px;
  padding-left: 100% auto;
  padding-right: 100% auto;
  color: var(--main-color);
  display: block;
  font-family: cursive;
  font-size: 1.1rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  border: solid 3px var(--main-color);
  border-radius: 10px;
  box-shadow: -6px 6px 4px #000, 0 0px 0px #000;
  margin-top: 3px;
}

.GDP {
  color: var(--main-color);
  display: block;
  font-family: cursive;
  font-size: 1.1rem;
  text-align: center;
}

.page10-googlemaps {
  justify-content: center;
  align-items: center;
  color: #000;
  height: 70%;
}

.pembatas-googlemaps {
  background-image: url("../img/pembatas-bawah.png");
  height: 50px;
  width: 320px;
  margin-top: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.page11-turutmengundang>h2 {
  justify-content: center;
  align-items: center;
  color: #fff;

  font-family: "Great Vibes", cursive;
  font-size: 4rem;
  color: var(--main-color);
}

.page11-turutmengundang {
  margin-top: -200px;
  margin-bottom: -220px;
}