/* My FONTS */
@font-face {
  font-family: analogue;
  font-weight: normal;
  font-style: normal;
  src: url("fonts/Analogue.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'Orittish', sans-serif;
  font-weight: normal;
  font-style: normal;
  src: url("https://fonts.cdnfonts.com/css/orittish") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: power;
  font-weight: normal;
  font-style: normal;
  src: url("fonts/power.woff2") format("woff2");
  font-display: swap;
}
/* Start Custom Fonts CSS */

/* MY CSS VARIABLE */
:root {
  /* --explora: "Explora", cursive; */
  --poppins: "Poppins", sans-serif;

  /* COLORS */
  --main-bg: #bbb1a7;

  --main-color: #7d685e;
  --text-color: #725b50;
  --shadow: 0 2px 2px rgba(0 0 0 0.5);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}

body {
  font-size: 1.2rem;
  font-family: var(--poppins);
}

.namatamu {
font-family: var(--poppins);
color: #000000;
background-color: #ffffff80;
font-size: 1.6rem;
font-weight: 600;
border-radius: 30px;
border: solid 2px #00000040;
margin-bottom: -10px;
margin: 7px;
}

.text-judul-undangan {
margin-top: -70px;
margin-bottom: 50px;
}

/* popup */
.popup {
  display: none; /* Mulai dengan mengatur popup menjadi tersembunyi */
  /* align-items: center; */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-image: url(assets/img/popup1.jpg);
  background-size: cover;
  background-position: center; /* Latar belakang transparan */
  min-height: 100vh;
  transition: transform 4s ease, opacity 4s ease;
}
.popup .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /* min-width: 100vh; */
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2) !important;
  padding: 5rem; /* Opsional: Sesuaikan padding sesuai kebutuhan */
  overflow: hidden;
  color: #fff;
  /* padding: 4rem; */
}

.popup .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}

.popup .content .title-bride {
  text-align: center;
}

.popup .content .dear {
  text-align: center;
}

.popup .content h1,
.popup .content h4,
.popup .content p {
text-shadow: var(--shadow);
}
.popup .content p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 280px;
  color: #000000;
  background: #ffffff91;
  padding: 1px 3px 1px 2px;
  border: solid 2px #00000045;
  border-radius: 8px;
}
.popup .content h4 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0.7rem;
}

.popup .content h1 {
  font-family: italic;
  font-size: 2.3rem;
  letter-spacing: 1px;
  font-weight: 500;
  background: #a88e83;
  color: #ffffff;
  border-radius: 10px;
  padding: 4px;
}

.button {
  /* font-family: "Verdana", Sans-serif; */
  font-size: 1.2rem;
  font-weight: normal;
  fill: #ffffff;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(180deg, #b89e92 0%, #725b50 100%);
  border-style: none;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  padding: 8px 30px 8px 30px;
  cursor: pointer;
}


.tombol-kirim {
  /* font-family: "Verdana", Sans-serif; */
  font-size: 1.2rem;
  font-weight: normal;
  fill: #ffffff;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(180deg, #b89e92 0%, #725b50 100%);
  border-style: none;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  padding: 8px 30px 8px 30px;
  cursor: pointer; 
}

/* Hero Section */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  position: relative;
  overflow: hidden;
}

.img-bride {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-bride::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(1, 1, 1, 0), rgba(1, 1, 1, 0.2));
  position: absolute;
  bottom: 0;
}

.bride-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 3/2;
  opacity: 0;
  transition: opacity 2s ease;
}

.bride-image.active {
  opacity: 1;
}

#wave {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 170px;
  left: 0;
  z-index: 0;
}
#wave2 {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 155px;
  left: 0;
  z-index: 0;
}

.content-bride {
  background: url("assets/img/bg2.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  padding: 0.7rem 5%;
}

.content-bride h4,
.content-bride h1,
.content-bride p,
.content-bride .button {
  z-index: 1;
}

.content-bride h4 {
  margin-bottom: -0.6rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--text-color);
}

.content-bride h1 {
  font-size: 3.2rem;
  font-family: "analogue";
  font-weight: normal;
  letter-spacing: 1;
  margin-bottom: -1.7rem;
  color: var(--text-color);
}

.content-bride p {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 0.8rem;
  color: var(--text-color);
}

/* Coundown */

.coundown {
  padding: 4rem 0 0 0;
  background-color: #fff;
}

.coundown .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 50% auto;
  background-color: #bbb1a7;
  padding: 3rem 0;
  width: 95%;
  border-radius: 50% 50% 0% 0%;
  border: solid 2px #785d4fb8;
}

.coundown img {
  width: 120px;
}

.coundown h2 {
  color: #000;
  font-size: 2.8rem;
  font-family: "analogue";
  font-weight: bold;
  letter-spacing: 1px;

  border-radius: 7px;
  padding: 8px;
  border: solid 2px #785d4fb8;
  box-shadow: -3px 3px 3px #0000003d, 0 0px 1px #808080;
}

.coundown .time {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 7px;
}

.coundown .time .waktu {
  color: #000;
  font-family: "Poppins", Sans-serif;
  font-weight: normal;
  padding: 10px;
  margin: 5px;
  border-radius: 10px;
  border: solid 3px #785d4fb8;
  box-shadow: -3px 3px 3px #0000003d, 0 0px 1px #808080;
}

.waktu h5 {
  font-size: 1.8rem;
  text-align: center;
  font-family: "Port Lligat Sans", sans-serif;
  color: #000;
  font-weight: 600;
}
.waktu p {
  font-size: 1.5rem;
  font-weight: 600;
}

/* About */

.home {
  background-image: url(assets/img/bg-pattern.jpg);
  background-size: cover;
  min-height: 100vh;
  background-position: center;
  padding: 4rem 0;
  overflow: hidden;
}

.container2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.text-center {
  text-align: center;
}

.justify-content-center {
  display: flex;
  justify-content: center;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.col-md-8,
.col-lg-6 {
  padding: 10px;
}

.col-md-8 {
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
}

.col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.text-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: end;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.rounded-circle {
  border-radius: 50%;
  border: 3px solid var(--main-color);
}

.home p {
  font-size: 1.2rem;
  color: var(--text-color);
}

.home .couple {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .couple h3 {
font-family: 'Orittish', sans-serif;
  font-size: 2.7rem;
  color: var(--text-color);
  font-weight: normal;
  letter-spacing: 1px;
}

.home .couple img {
  width: 100%;
    border: solid 3px #fff;
  box-shadow: -3px 3px 4px #0000003d, 2px 1px 1px #808080;
}

.instagram {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--main-color);
  margin-top: 10px;
  text-decoration: none;
}

.instagram i {
  /* margin: auto; */
  color: #fff;
  font-size: 1.6rem;
}

.heart {
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 48%;
  transform: translateX(-70%) translateY(-50px);
}

.heart i {
  margin: auto;
  color: var(--text-color);
  font-size: 1.4rem;
}

.col-8,
.col-4 {
  padding: 10px;
}

.col-8 {
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
}

.col-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.doa {
  padding: 2rem 0;
  background: #eee;
}

.doa .container-doa {
  background: #bbb1a7;
  width: 88%;
  justify-content: center;
  justify-self: center;
  padding: 2rem 0;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #000;
  font-style: italic;
  border: solid 3px #fff;
  box-shadow: -3px 3px 4px #0000003d, 2px 1px 1px #808080;
}

.doa img {
  width: 120px;
}

.doa p {
  font-size: 1.2rem;
  max-width: 75%;
  margin: 1rem 0;
  text-shadow: var(--shadow);
  font-display: "justify";
}

/* story */
.story {
  padding: 5rem 7%;
  background: #eee;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.story h2,
.gallery h2 {
  font-size: 4.3rem;
  color: #000;
  font-family: 'Orittish', sans-serif;
  font-weight: 400;
  margin-bottom: 2rem;
}

.container-story {
  /* padding: 2rem 7%; */
  border-radius: 20px;
  background-color: #bbb1a7;
  border: solid 3px #fff;
  box-shadow: -3px 3px 4px #0000003d, 2px 1px 1px #808080;
}

.img-story {
  width: 100%;
  height: 80vh;
  position: relative;
}

.img-story::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #e0dfdf00 33%, #bbb1a7 94%);
}

.img-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  object-position: center;
  /* aspect-ratio: 3/2; */
}

.first-story,
.second-story,
.third-story {
  padding: 0.2rem 2% 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-shadow: var(--shadow);
}

.story h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1rem 0;
  color: #000;
}

.story p {
  margin: 0;
  text-align: center;
  font-size: 1.4rem;
  padding: 0 4rem;
  color: #000;
}

/* wedding */
.hero-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1; /* Ensure the hero image is behind other content */
  /* border-radius: 40px 40px 0 0; */
}

.hero-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
}

.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* This ensures the image covers the whole hero section */
  object-position: center;
  /* border-radius: 40px 40px 0 0; */
}
.container-wedding {
  position: relative; /* Ensure this content is positioned relative to the fixed image */
  z-index: 1; /* Ensure this content is above the hero image */
  /* background: #fff; */
  /* opacity: 0.35%; */
}

.doa h5,
.wedding h5 {
  font-size: 2rem;
  font-family: "analogue";
  font-weight: normal;
}

.wedding .container-akad {
  /* margin-top: 2rem; */
  padding: 5rem 7%;
}

.akad {
  background-color: #fff;
  border-style: double;
  border-width: 7px 7px 7px 7px;
  border-color: #dfe4ea;
  border-radius: 300px 300px 15px 15px;
  /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); */
  width: 100%;
  border: 2px solid var(--main-bg);
  box-shadow: var(--shadow);
  padding: 7rem 1rem;
  /* display: flex; */
}

.akad h4 {
  font-size: 3.4rem;
  font-family: "analogue";
  font-weight: normal;
  color: var(--text-color);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.akad .tgl-acara {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}

.tgl-acara .tgl-akad {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-left: 1px solid #010100;
  border-right: 1px solid #010100;
  padding: 1rem;
}

.tgl-acara h5 {
  font-size: 2.8rem;
  padding: 0 1rem;
  margin: 0 -5.5rem;
  color: var(--text-color);
}

.tgl-akad span {
  font-family: "analogue";
  font-size: 1.8rem;
  color: var(--text-color);
  /* color: var(--text-color); */
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

.tgl-akad h5 {
  font-size: 5.2rem;
  color: #ab755c;
  font-weight: 600;
  font-family: "analogue" serif;
  margin-bottom: 1rem;
}

.tgl-akad .jam {
  font-size: 1rem;
  font-family: var(--poppins);
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
}

.container-akad .alamat {
    color: var(--text-color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.2rem;
  padding-top: 1.5rem;
  /* padding-right: 1rem; */
  flex-direction: column;
  margin-bottom: 3rem;
}

.maps {
  font-size: 18px;
  font-weight: normal;
  fill: #ffffff;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(180deg, #b89e92 0%, #725b50 100%);
  border-style: none;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  padding: 8px 30px 8px 30px;
  margin: 1rem 0;
}

/* Turut Mengundang */
.turut-mengundang {
  padding: 5rem 7%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.turut-mengundang h2,
.gallery h2 {
  font-size: 4.3rem;
  color: #5f4e3c;
  font-family: 'Orittish', sans-serif;
  font-weight: 400;
  margin-bottom: 2rem;
  background: #fff;
  border: solid 2px #bbb1a7;
  border-radius: 16px;
  padding: 6px;
  margin: 8px;
  box-shadow: -2px 2px 3px #0000003d, 0 0px 0px #808080;
}

.container-turut-mengundang {
  /* padding: 2rem 7%; */
  border-radius: 20px;
  background-color: #bbb1a7;
  border: solid 3px #fff;
  box-shadow: -3px 3px 4px #0000003d, 2px 1px 1px #808080;
  border-radius: 30px;
  width: 95%;
}

.img-turut-mengundang {
  width: 100%;
  height: 30%;
  position: relative;
}

.img-turut-mengundang::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(180deg, #e0dfdf00 33%, #bbb1a7 94%);
}

.img-turut-mengundang img {
  width: 100%;
  height: 50%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  object-position: center;
  /* aspect-ratio: 3/2; */
}

.keluarga-wanita,
.keluarga-pria {
  padding: 0.2rem 2% 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  border-bottom: 1px solid #ffffff;
  text-shadow: var(--shadow);
}

.turut-mengundang h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1rem 0;
  color: #000;
  background: #0000001f;
  border-radius: 10px;
  box-shadow: -2px 2px 3px #0000003d, 0 0px 0px #808080;
  padding: 7px;
}

.turut-mengundang p {
  margin: 0;
  text-align: center;
  font-size: 1.6rem;
  padding: 0 4rem;
  color: #000;
}


.line {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.line span {
  width: 75%;
  height: auto;
  padding: 3rem 0;
  border-top: 1px solid #010100;
}

/* Gallery */
.gallery {
  background: #bbb1a7;
  padding: 5rem 7%;
  border-radius: 40px 40px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}

.gallery .container-gallery .img-gallery {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
}

.gallery .container-gallery .img-gallery img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 2/3;
  border-radius: 20px;
  border: solid 1px blanchedalmond;
  padding: 2px;
  /* transform: scale(1.1); */
}
.gallery .container-gallery .img-gallery img:hover {
  filter: brightness(35%);
}

/* Google Maps */
.googlemaps {
border: solid 3px #987f74;
border-radius: 15px;
}


/* Gift */
.gift {
  padding: 5rem 7%;
  background: #dbd3ce;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.container-gift {
  padding: 2rem 4%;
  border-radius: 20px;
  background-color: #ece6e3;
}

.img-gift {
  width: 100%;
  height: 50vh;
  position: relative;
}

.img-gift img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  object-position: center;
  aspect-ratio: 3/2;
  border: solid 2px #8d7569;
  padding: 2px;
}

.content-gift {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.4rem 3rem;
  color: var(--text-color);
  margin-top: 1rem;
}

.content-gift h2 {
  font-family: analogue;
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.content-gift p {
  text-align: center;
  margin-bottom: 1rem;
}

.gift .card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3rem;
  max-height: 0;
  overflow: hidden;
  animation: containerSlideDown 0.5s ease forwards;
  opacity: 0;
  transition: max-height 0.5s ease;
}

.row-2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.row-2.center {
  justify-content: center;
  /* text-align: center; */
}
@keyframes containerSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.card-container.show {
  max-height: 700px;
  opacity: 1;
}

.gift .card {
  /* background-color: #fff; */
  color: var(--dark-75);
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #ffffff;
  box-shadow: 3px 3px 2px -2px rgba(0, 0, 0, 0.5);
  /* transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; */
  width: 48%;
  height: auto;
  padding: 2rem;
  margin: 1.5rem;
  text-align: start;
  background: url(assets/img/bg-gift.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: top;
  opacity: 0;
  transform: translateY(-20px);
  border-radius: 20px;
}
.card-container.show .card {
  animation: cardFadeIn 0.2s ease 0.2s forwards;
}

@keyframes cardFadeIn {
  0% {
    opacity: 0;
    /* transform: translateY(-20px); */
  }
  100% {
    opacity: 1;
    /* transform: translateY(0); */
  }
}

.img-rek {
  display: flex;
  justify-content: end;
  align-items: end;
}

.img-rek img {
  width: 120px;
  height: auto;
}

.detail-rek img {
  width: 40px;
}
.detail-rek p {
  font-family: "Jura", "sans-serif";
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #54595f;
  margin: 0;
  font-weight: 600;
}
.copy-rek {
  display: flex;
  justify-content: end;
  align-items: end;
}

.salin {
  font-size: 1.1rem;
  border-radius: 30px;
  box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.5);
  padding: 9px;
  fill: #000000;
  color: #fff;
  background-color: #8c7468;
  font-family: arial;
}

.salin:hover {
  font-size: 1.1rem;
  border-radius: 30px;
  box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.5);
  padding: 9px;
  fill: #000000;
  color: #ffe400;
  background-color: #000000;
  font-family: arial;
}

.img-alamat {
  display: flex;
  justify-content: center;
  align-items: end;
}

.img-alamat img {
  width: 70px;
  height: auto;
}

.detail-alamat img {
  width: 40px;
}

.detail-alamat h5 {
  font-family: 'Orittish', sans-serif;
  font-size: 2.3rem;
  letter-spacing: 1px;
  justify-self: center;
  color: #54595f;
  margin: 0;
}

.detail-alamat p {
font-family: var(--poppins);
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #54595f;
  margin: 0;
  font-weight: 600;
}

/* Wisher */

.wisher {
  position: relative;
}
.wisher .img-wisher {
  width: 100%;
  height: 100vh;
  position: relative;
}

.img-wisher::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #e0dfdf00 33%, #ece6e3 90%);
}

.wisher .img-wisher img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}

.content-wisher {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  padding: 0 5% 2rem;
  flex-direction: column;
  background-color: #ece6e3;
  justify-content: center;
  align-items: center;
}

.content-wisher h2 {
  font-size: 4rem;
  font-family: "analogue";
  color: var(--text-color);
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: -4rem;
  z-index: 1;
}

.content-wisher p {
  margin-top: 0.5rem;
  color: #000; 
  z-index: 1;
  word-wrap: anywhere;
  justify-content: revert-layer;
  font-size: 1.2rem;
}

.text-ucapan {
  margin-top: 10.5rem;
  color: var(--text-color);
  z-index: 1;
  word-wrap: anywhere;
  justify-content: revert-layer;
}

.content-wisher form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 18px 15px 15px;
}
.content-wisher form input {
  text-indent: 0;
  width: 100%;
  padding-left: 15px;
  border-radius: 2px;
  height: 2.5em;
  border-bottom: 1px solid #bbb1a7 !important;
  border: 0px;
  border-radius: 2px;
  height: 3em !important;
  margin-bottom: 5px;
  font-family: inherit;
  font-size: 1em !important;
}

.content-wisher form textarea {
  border: 1px solid #d5deea;
  border-width: 1px !important;
  width: 100%;
  min-height: 5em !important;
  margin: 1rem 0 !important;
  padding: 4px 6px;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: height 0.2s;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  font-family: inherit;
  font-size: 1em !important;
  line-height: 19px;
  resize: vertical !important;
  background: #fff;
  color: #44525f;
  vertical-align: top;
  padding-left: 15px;
  border-radius: 8px;
}

.content-wisher form select {
  border-bottom: 1px solid #bbb1a7 !important;
  border: 0px;
  border-radius: 2px;
  height: 3em !important;
  width: 100%;
  font-family: inherit;
  font-size: 1em !important;
  resize: vertical !important;
  background: #fff;
  color: #44525f;
  border-width: 1px !important;
  margin-bottom: 1rem;
  padding-left: 15px;
}

.kirim {
  font-family: poppin;
  color: #fff;
  background: #71451d;
  border: 1px solid;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 2px;
  border-radius: 20px;
  font-size: 13px !important;
  position: relative;
  display: inline-block;
  height: 2em;
  width: 100%;
  margin: 0 2px;
  padding: 5px 25px;
}

#comments {
  display: flex;
  justify-content: start;
  align-items: start;
  padding: 1rem 7%;
  flex-direction: column;
  /* background-color: #fff; */
}

.card-comments {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 100%;
  padding: 18px 15px 15px;
  flex-direction: column;
  background-color: #fff;
  border-bottom: 1px solid var(--main-color);
}

#comments h5 {
  font-family: inherit;
  font-weight: 600;
}

#comments span {
  font-size: 1rem;
  color: var(--text-color);
  margin-top: 0.5rem;
}

#comments a {
  color: #000000;
  font-weight: 600;
}

.hope {
  padding-top: 5rem;
  background: rgb(219, 211, 206);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hope .content-hope {
  padding: 3rem 5% 0;

  /* text-align: center; */
}
.hope h4 {
  font-family: "analogue";
  font-size: 2.5rem;
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 0.8rem;
}

.hope p {
  font-size: 1.4rem;
  color: var(--text-color);

  margin-bottom: 1.2rem;
  /* max-width: 80%; */
}

.hope h1 {
  font-size: 3.4rem;
  font-family: "analogue";
  font-weight: 400;
  color: var(--text-color);
  justify-self: center;
}

.img-hope {
  width: 100%;
  height: 100vh;
  position: relative;
}

.img-hope::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgb(219, 211, 206) 0%, #e0dfdf00 80%);
}

.img-hope img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 20px 20px 0 0; */
  object-position: 50% 40%;
  /* aspect-ratio: 3/2; */
}

footer {
  padding: 1rem 18% 1.7rem;
  border: solid 3px #0000001c;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgb(219, 211, 206);
  margin-bottom: 60px;
}

footer p {
   margin-bottom: -4px;
  font-size: 1.2rem;
  color: var(--text-color);
}

footer p i {
color: red;
}

.footer-gdp-linkurl {
text-decoration: none;
}

.icons i {
  font-size: 2rem;
  color: var(--text-color);
  padding: 1rem;
}

.audio-icon-wrapper {
  width: 4rem;
  height: 4rem;
  font-size: 5rem;
  position: fixed;
  bottom: 10rem;
  right: 2rem;
  cursor: pointer;
  background: #00faff3b;
  border-radius: 100%;
  color: #637eb4;
  /* opacity: 0.5; */
  mix-blend-mode: difference;
  animation: rotating 4s linear infinite;
  transform-origin: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  z-index: 2222;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

/* Efek Salju Berjatuhan */
.salju{position:fixed;top:0;left:0;right:0;pointer-events:none;z-index:20}
.cont-salju{height:100%;position:relative;overflow:hidden;z-index:1}

@keyframes rotating {
  form {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}