:root {
  --pink: #f14e95;
  --bg: #0a0a0a;
  --shadow: 0 4px 4px rgb(0 0 0 / 0.5);
  --cream: #FCE3C1;
  --shadow2: 0 4px 4px rgb(255, 255, 255);
  --ijo: #B0BA9F;
  --biru: #009EC0;
  --orencream: #E0B27E;
  --green: #3E7240;
  --shadow3: 0 4px 4px rgb(0 0 0 / 0.4);
}

@font-face /*perintah untuk memanggil font eksternal*/
  {
    font-family: 'Josephsophia'; /*memberikan nama bebas untuk font*/
    src: url('font/Josephsophia/josephsophia.ttf');/*memanggil file font eksternalnya di folder nexa*/
  }

  @font-face /*perintah untuk memanggil font eksternal*/
  {
    font-family: 'Etienne BQ Regular'; /*memberikan nama bebas untuk font*/
    src: url('font/Etienne-BQ-Regular/Etienne\ BQ\ Regular.otf');/*memanggil file font eksternalnya di folder nexa*/
  }

  @font-face /*perintah untuk memanggil font eksternal*/
  {
    font-family: 'SourceSerifPro-Bold'; /*memberikan nama bebas untuk font*/
    src: url('font/sourceserifpro-1/SourceSerifPro-Bold.ttf');/*memanggil file font eksternalnya di folder nexa*/
  }

  @font-face /*perintah untuk memanggil font eksternal*/
  {
    font-family: 'SourceSerifPro-SemiBold'; /*memberikan nama bebas untuk font*/
    src: url('font/sourceserifpro/SourceSerifPro-SemiBold.ttf');/*memanggil file font eksternalnya di folder nexa*/
  }

  @font-face /*perintah untuk memanggil font eksternal*/
  {
    font-family: 'snowday-script'; /*memberikan nama bebas untuk font*/
    src: url('font/New-folder/snowday-script/Snowday-BF65b25af3da4e4.otf');/*memanggil file font eksternalnya di folder nexa*/
  }

  @font-face /*perintah untuk memanggil font eksternal*/
  {
    font-family: 'digital-script'; /*memberikan nama bebas untuk font*/
    src: url('font/New-folder/digital-script/Digital-BF65b1162366256.otf');/*memanggil file font eksternalnya di folder nexa*/
  }

  @font-face /*perintah untuk memanggil font eksternal*/
  {
    font-family: 'miracle-sunday'; /*memberikan nama bebas untuk font*/
    src: url('font/New-folder/miracle-sunday/miracle-sunday.ttf');/*memanggil file font eksternalnya di folder nexa*/
  }

  @font-face /*perintah untuk memanggil font eksternal*/
  {
    font-family: 'stanger-font'; /*memberikan nama bebas untuk font*/
    src: url('font/New-folder/stanger-font/Stanger-BF65af408ace994.otf');/*memanggil file font eksternalnya di folder nexa*/
  }

  @font-face /*perintah untuk memanggil font eksternal*/
  {
    font-family: 'weddingnight-script'; /*memberikan nama bebas untuk font*/
    src: url('font/New-folder/weddingnight-script/Weddingnight-BF65aa8e3287e8d.otf');/*memanggil file font eksternalnya di folder nexa*/
  }

  @font-face /*perintah untuk memanggil font eksternal*/
  {
    font-family: 'airport-script-font'; /*memberikan nama bebas untuk font*/
    src: url('font/New-folder/airport-script-font/Airport-BF65b6698481bd5.otf');/*memanggil file font eksternalnya di folder nexa*/
  }
  @font-face /*perintah untuk memanggil font eksternal*/
  {
    font-family: 'easy-font'; /*memberikan nama bebas untuk font*/
    src: url('font/New-folder/easy-font/Easy-BF65b5fbae399c0.otf');/*memanggil file font eksternalnya di folder nexa*/
  }
  @font-face /*perintah untuk memanggil font eksternal*/
  {
    font-family: 'stockingcute-script-font'; /*memberikan nama bebas untuk font*/
    src: url('font/New-folder/stockingcute-script-font/Stockingcute-BF65b3c7ce6794a.otf');/*memanggil file font eksternalnya di folder nexa*/
  }
  @font-face /*perintah untuk memanggil font eksternal*/
  {
    font-family: 'winterstory-script-font'; /*memberikan nama bebas untuk font*/
    src: url('font/New-folder/winterstory-script-font/Winterstory-BF65b2660bc9b80.otf');/*memanggil file font eksternalnya di folder nexa*/
  }
  @font-face /*perintah untuk memanggil font eksternal*/
  {
    font-family: 'SourceSerifPro-Regular'; /*memberikan nama bebas untuk font*/
    src: url('font/SourceSerifPro-Regular/SourceSerifPro-Regular.ttf');/*memanggil file font eksternalnya di folder nexa*/
  }
  

html {
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-size: 1.2rem;
  font-family: "Work Sans", sans-serif;
  min-height: 4000px;
}

#popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 99;
  min-height: 100vh;
  transition: transform 4s ease, opacity 4s ease;
}

#popup h2 {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  text-shadow: var(--shadow);
  padding-top: 2rem;
}

#popup h1 {
  font-family: "Josephsophia";
  font-size: 6rem;
  color: white;
  text-shadow: var(--shadow);
}

#popup h4 {
  font-size: 2rem;
  font-family: 'Roboto', sans-serif;
  color: white;
  text-shadow: var(--shadow);
  font-weight: 600;
}

#popup button {
  color: black;
  background-color: white;
  box-shadow: var(--shadow);
  border-radius: 30px;
  font-size: 1.6rem;
}

#popup button:hover {
  background-color: black;
  color: white;
}

.filters {
  filter: grayscale(1);
}

.hero {
  background-image: url(img/cover.png);
  filter: grayscale(1);
  background-size: cover;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: white;
  min-height: 100vh;
}

.hero .text-center {
  margin-top: 115px;
}

.hero h1,
.hero h4,
.hero p {
  text-shadow: var(--shadow);
}

.hero h2 {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  padding-top: 20rem;
}

.hero h1 {
  font-family: "Josephsophia";
  font-size: 6rem;
  color: white;
}

.hero h4 {
  font-size: 2.3rem;
  font-family: "SourceSerifPro-Regular";
  color: white;
}

.hero main p {
  font-size: 1.8rem;
  font-family: "SourceSerifPro-Regular";
  color: white;
}

.hero main .svdate {
  color: white;
  font-family: "SourceSerifPro-Regular";
  font-size: 2.5rem;
  font-weight: 900;
  padding-top: 1rem;
}

.mynavbar {
  background-color: rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(4px);
  z-index: 3;
}

.mynavbar .offcanvas {
  height: 50vh;
}

.mynavbar .navbar-brand {
  font-family: "Averia Serif Libre", serif;
  font-size: 2rem;
  font-weight: bold;
}

.mynavbar .offcanvas-title {
  font-family: "Averia Serif Libre", serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: black;
}

.mynavbar .nav-link {
  text-transform: uppercase;
  font-family: "Averia Serif Libre", serif;
  color: black;
  background-color: white;
}

.mynavbar .nav-link:hover {
  background-color: black;
  color: white;
  border: none;
}

.offcanvas-body a {
  color: white;
}

.stickyyy {
  width: 100vw;
  position: fixed;
  top: 0;
}

.home {
  background-image: url(img/bg\ bw.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--cream);
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 5rem;
}

.home a {
  color: white;
  background-color: black;
  border-radius: 30px;
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
}

.home a:hover {
  background-color: white;
  color: black;
  border: none;
}

.home h2 {
  color: black;
  font-family: "Updock", cursive;
  font-size: 5rem;
  font-weight: 600;
}

.rsvp-ucapan {
  color: black;
  font-family: "Updock", cursive;
  font-size: 5rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.home h3 {
  color: #444;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.home .salam {
  color: black;
  font-size: 2.3rem;
  margin-bottom: 1rem;
  font-family: "SourceSerifPro-Bold";
}

.home h5 {
  color: black;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-family: "SourceSerifPro-Bold";
}

.home p {
  font-size: 1.8rem;
  color: black;
  font-family: "SourceSerifPro-SemiBold";
}

.home .couple {
  margin-top: 50px;
}

.home .couple h3 {
  font-family: "Sacramento";
  font-size: 2.4rem;
  color: #0457bb;
  font-weight: bold;
}

.home .couple img {
  width: 100%;
  z-index: 2;
  position: relative;
}

.home .container-isi-home {
  position: relative;
  /* z-index: 2; */
}

.home .heart {
  width: 50px;
  height: 50px;
  background-color: white;
  display: flex;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
}

.home .heart i {
  margin: auto;
  color: var(--pink);
}

.font-esthetic {
  font-family: "Josephsophia";
  color: #000000 !important;
  padding-top: 1rem;
}

.font-arabic {
  font-family: "Noto Naskh Arabic", serif !important;
  color: #000000 !important;
  margin-top: 5rem;
}

.ctd {
  background-image: url(img/cover.png);
  filter: grayscale(1);
  background-size: cover;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: white;
  min-height: 100vh;
}

.ctd .text-center {
  margin-top: 115px;
}

.ctd h1,
.ctd h4,
.ctd p {
  text-shadow: var(--shadow);
}

.ctd h2 {
  color: white;
  font-family: "Josephsophia";
  font-size: 5rem;
  padding-top: 3rem;
}

.ctd h1 {
  font-family: "Josephsophia";
  font-size: 8rem;
  color: white;
  padding-top: 2rem;
}

.ctd main p {
  font-size: 1.6rem;
  font-family: "Averia Serif Libre", serif;
  color: white;
  padding-top: 0.5rem;
}

.info {
  background-image: url(img/bg\ bw.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: black;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.info .sp {
  color: black;
  font-family: "winterstory-script-font";
  font-size: 3rem;
  position: relative;
  z-index: 2;
  padding-top: 10rem;
} 

.info .kk {
  color: black;
  font-family: "winterstory-script-font";
  font-size: 3rem;
  position: relative;
  z-index: 2;
  padding-top: 2rem;
}

.info .container-isi {
  position: relative;
  /* z-index: 2; */
}

.info .maps {
  border-radius: 3%;
  padding-top: 3rem;
}

.info .alamat {
  font-size: 1.6rem;
  color: black;
  font-weight: 500;
  font-family: "Averia Serif Libre", serif;
}

.info .description {
  font-size: 1.8rem;
  color: black;
  font-family: "SourceSerifPro-SemiBold";
  position: relative;
  z-index: 2;
  padding-top: 2rem;
}

.info .card {
  background: white transparent;
  color: black !important;
  border: none;
  border-radius: 3rem;
  height: 30rem;
  z-index: 2;
  box-shadow: var(--shadow3);
}

.info .card-header {
  border: none;
  background: none;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: black;
  font-size: 2rem;
  font-family: "SourceSerifPro-Bold";
  padding-top: 2rem;
  z-index: 2;
}

.info .card-body {
  font-size: 1.8rem;
  background: none;
  color: black;
  border: none;
  font-weight: 600;
  font-family: "Averia Serif Libre", serif;
  z-index: 2;
  padding-top: -20rem;
}

.info .card-footer {
  border: none;
  background: none;
  font-size: 1.8rem;
  font-weight: 600;
  color: black;
  font-family: "Averia Serif Libre", serif;
  z-index: 2;
  padding-bottom: 20rem;
}

.info a {
  color: white;
  background-color: black;
  border-radius: 30px;
  font-size: 1.6rem;
}

.info a:hover {
  background-color: white;
  color: black;
  border: none;
}

.daun-sampingkanan-info {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 81,9%;
  margin-top: -100px;
  width: 90px;
  height: 130px;
}

.daun-sampingkiri-info {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  margin-top: -100px;
  width: 90px;
  height: 130px;
}

.daun-samping1-info {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 81,9%;
  margin-top: 40px;
  height: 240px;
}

.daun-samping2-info {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 450px;
  height: 240px;
}

.story {
  background-color: #0457bb;
}

.story,
.gallery,
.rsvp,
.penutup {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.story .sp {
  color: black;
  font-family: "winterstory-script-font";
  font-size: 3rem;
  position: relative;
  z-index: 2;
  padding-top: 10rem;
} 

.story .kk {
  color: black;
  font-family: "winterstory-script-font";
  font-size: 3rem;
  position: relative;
  z-index: 2;
  padding-top: 2rem;
}

.story .span1 {
  text-transform: uppercase;
  color: white;
  font-size: 2rem;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 1rem;
  font-weight: 900;
}

.story p {
  font-size: 1.8rem;
  color: black;
  font-family: "SourceSerifPro-SemiBold";
  padding-top: 2rem;
}

.rsvp p {
  font-size: 1.8rem;
  color: black;
  font-family: "SourceSerifPro-SemiBold";
  padding-top: 2rem;
}

.gallery .sp {
  color: white;
  font-family: "winterstory-script-font";
  font-size: 3rem;
  position: relative;
  z-index: 2;
  padding-top: 10rem;
} 

.gallery .kk {
  color: white;
  font-family: "winterstory-script-font";
  font-size: 3rem;
  position: relative;
  z-index: 2;
  padding-top: 2rem;
}

.gallery span {
  text-transform: uppercase;
  color: white;
  font-size: 2rem;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 1rem;
  font-weight: 900;
  font-family: "Philosopher", sans-serif;
}

.gallery p {
  font-size: 1.8rem;
  color: white;
  font-family: "SourceSerifPro-SemiBold";
  padding-top: 2rem;
}

.daun-sampingkanan-gallery {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 81,9%;
  margin-top: -120px;
  width: 100px;
  height: 140px;
}

.daun-sampingkiri-gallery {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  margin-top: -120px;
  width: 100px;
  height: 140px;
}

.img-fluid-foto {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.story {
  background-image: url(img/bg\ bw.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 5rem;
  padding-top: 0;
}

.gifts {
  background-image: url(img/bg\ bw\ hitam.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 5rem;
  padding-top: 0;
}

.gifts .container-isi-gift {
  position: relative;
  /* z-index: 2; */
}

.gifts span {
  text-transform: uppercase;
  color: white;
  font-size: 2rem;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 1rem;
  font-weight: 900;
  font-family: "Philosopher", sans-serif;
  position: relative;
  z-index: 2;
  padding-top: 5rem;
}

.gifts .capt {
  font-size: 1.8rem;
  color: white;
  font-family: "SourceSerifPro-SemiBold";
  position: relative;
  z-index: 2;
  padding-top: 2rem;
}

.gifts .card-text {
  font-size: 3rem;
  font-weight: 900;
  color: black;
  font-family: "Averia Serif Libre", serif;
}

.gifts .card-text-name {
  font-size: 3rem;
  font-weight: 900;
  color: black;
  text-transform: uppercase;
  font-family: "Averia Serif Libre", serif;
}

.gifts button {
  background-color: black;
  color: white;
  border-radius: 50px;
}

.gifts button:hover {
  color: black;
  background-color: white;
  border: 2px solid black;
}

.gifts .card-body {
  background-color: white;
  z-index: 3;
  position: relative;
  border-radius: 2rem;
}

.gifts .card-body p {

}

.gifts .sp {
  color: white;
  font-family: "winterstory-script-font";
  font-size: 3rem;
  position: relative;
  z-index: 2;
  padding-top: 10rem;
} 

.gifts .kk {
  color: white;
  font-family: "winterstory-script-font";
  font-size: 3rem;
  position: relative;
  z-index: 2;
  padding-top: 2rem;
}

.timeline {
  list-style: none;
  padding: 1.4rem 0;
  margin-top: 1rem;
  position: relative;
}

.timeline-heading h3 {
  font-size: 2.5rem;
  font-weight: 500;
  color: black;
  font-family: "Pacifico", cursive;
}

.timeline-heading span {
  font-size: 2rem;
    text-transform: uppercase;
    color: black;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 1rem;
    font-weight: 700;
    font-family: "SourceSerifPro-Bold";
}

.timeline-body {
  font-size: 1.8rem;
  font-family: "Averia Serif Libre", serif;
}

.timeline li {
  margin-bottom: 1.5rem;
  position: relative;
}

.timeline li::before,
.timeline li::after {
  content: "";
  display: table;
}

.timeline li::after {
  clear: both;
}

.timeline li .timeline-image {
  width: 200px;
  height: 200px;
  background-image: url(img/Heart-Balloon.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.timeline li .timeline-panel {
  width: 40%;
  float: left;
  border: 2px solid black;
  padding: 2rem;
  position: relative;
  border-radius: 8px;
  background-color: #fff;
}

.timeline li .timeline-panel::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 15px solid transparent;
  border-left: 15px solid black;
  border-right: 0 solid black;
  border-bottom: 15px solid transparent;
  top: 80px;
  right: -15px;
}

.timeline li .timeline-panel::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  top: 81px;
  right: -13px;
}

.timeline li.timeline-inverted .timeline-panel {
  float: right;
}

.timeline li.timeline-inverted .timeline-panel::before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline li.timeline-inverted .timeline-panel::after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -13px;
  right: auto;
}

.gallery {
  background-image: url(img/bg\ bw\ hitam.png);
  background-size: cover;
  background-repeat: no-repeat;
}

/* Caousel */
.img-slider{
  position: relative;
  width: 900px;
  height: 600px;
  margin: 10px;
  /* background: #d3d3d3; */
  border-radius: 20px;
  padding: 10px 0;
}

.img-slider .slide{
  z-index: 1;
  position: absolute;
  width: 100%;
  clip-path: circle(0% at 0 50%);
}

.img-slider .slide.active{
  clip-path: circle(150% at 0 50%);
  transition: 2s;
  transition-property: clip-path;
}

.img-slider .slide img{
  z-index: 1;
  width: 100%;
  padding: 15px;
  border-radius: 50px;
}

.img-slider .navigation{
  z-index: 2;
  position: absolute;
  display: flex;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
/* Carousel */

.rsvp {
  background-image: url(img/bg\ bw.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.rsvp form label {
  color: black;
  font-size: 1.6rem;
}

.rsvp button {
  background-color: white;
  color: #0457bb;
  border: 1px solid white;
  font-size: 1.6rem;
}

.rsvp button:hover {
  background-color: #0457bb;
  color: white;
  border: 2px solid white;
}

.rsvp .container-isi-rsvp {
  position: relative;
  /* z-index: 2; */
}

.rsvp .container-isi-rsvp .sp {
  color: black;
  font-family: "winterstory-script-font";
  font-size: 3rem;
  position: relative;
  z-index: 2;
  padding-top: 10rem;
} 

.rsvp .container-isi-rsvp .kk {
  color: black;
  font-family: "winterstory-script-font";
  font-size: 3rem;
  position: relative;
  z-index: 2;
  padding-top: 2rem;
}


.daun-sampingkanan-rsvp {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 81,9%;
  margin-top: -100px;
  width: 100px;
  height: 120px;
}

.daun-sampingkiri-rsvp {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  margin-top: -100px;
  width: 100px;
  height: 120px;
}

footer {
  padding: 3rem;
  background-image: url(img/bg\ bw-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: black;
  letter-spacing: 0.5px;
}

footer a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

footer a:hover {
  color: black;
}

footer li {
  list-style: none;
  display: inline;
  margin: 0.5rem;
}

.block {
  font-size: 1.5rem;
  padding-top: 1rem;
}

.block-2 {
  font-size: 1.5rem;
}

.penutup {
  background-image: url(img/bg\ bw\ hitam.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.penutup p {
  font-size: 1.8rem;
  color: white;
  font-family: "SourceSerifPro-SemiBold";
  position: relative;
  z-index: 2;
  padding-top: 2rem;
}

.penutup h5 {
  color: white;
  font-size: 2.3rem;
  margin-bottom: 1rem;
  font-family: "SourceSerifPro-Bold";
  position: relative;
  z-index: 2;
}

.penutup .kyb {
  color: white;
  font-size: 2rem;
  font-family: "SourceSerifPro-Bold";
  position: relative;
  z-index: 2;
}

.penutup h3 {
  color: white;
  font-family: "Josephsophia";
  font-size: 5rem;
  position: relative;
  z-index: 2;
}

.penutup .container-isi-penutup {
  position: relative;
  /* z-index: 2; */
}

.penutup .foto-penutup {
  padding-top: 2rem;
}

.bunga-pojokkiri-penutup {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  margin-top: -30px;
  height: 140px;
}

.bunga-pojokkanan-penutup {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 81,9%;
  margin-top: -30px;
  height: 140px;
}

.img-crop-1 {
  width: 20rem;
  height: 20rem;
  position: relative;
  overflow: hidden;
  border-radius: 50% 50% 0% 0%;
  z-index: 2;
}

.img-crop-1 > img {
  display: inline;
  margin: 0 auto;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.img-crop-2 {
  width: 20rem;
  height: 20rem;
  position: relative;
  overflow: hidden;
  border-radius: 50% 50% 0% 0%;
  z-index: 2;
}

.img-crop-2 > img {
  display: inline;
  margin: 0 auto;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.img-crop-3 {
  width: 20rem;
  height: 20rem;
  position: relative;
  overflow: hidden;
  border-radius: 50% 50% 0% 0%;
  z-index: 2;
}

.img-crop-3 > img {
  display: inline;
  margin: 0 auto;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.img-crop {
  width: 14rem;
  height: 14rem;
  position: relative;
  overflow: hidden;
  border-radius: 50% 50% 0% 0%;
  z-index: 2;
}

.img-crop > img {
  display: inline;
  margin: 0 auto;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.line {
  height: 5px;
  border-radius: 10px;
  width: 55%;
  background-color: rgb(0, 0, 0);
  animation: line 2s infinite alternate;
  position: relative;
  z-index: 3;
  margin-top: 2rem;
}

@keyframes line {
  to {
    width: 65%;
  }
}

.line-hero {
  height: 5px;
  border-radius: 10px;
  width: 85%;
  background-color: rgb(255, 255, 255);
  animation: line 2s infinite alternate;
  position: relative;
  z-index: 3;
}

@keyframes line-hero {
  to {
    width: 75%;
  }
}

.audio-icon-wrapper {
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
  position: fixed;
  bottom: 2.5rem;
  right: 2rem;
  border: pointer;
  color: black;
  animation: rotating 4s linear infinite;
  transform-origin: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  z-index: 3;
}

.arrow-icon-wrapper {
  position: fixed;
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
  bottom: 8.5rem;
  right: 2rem;
  border: pointer;
  color: black;
  transform-origin: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  z-index: 3;
}

.arrow-icon-wrapper i {
  position: fixed;
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
  bottom: 8.5rem;
  right: 2rem;
  border: pointer;
  color: black;
  transform-origin: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  z-index: 3;
}

@keyframes rotating {
  form {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.wayang-samping-kiri {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  width: 150px;
  height: 450px;
  margin-top: 190px;
}

.wayang-samping-kanan {
  z-index: 1;
  position: absolute;
  left: 81,1%;
  right: 0;
  width: 150px;
  height: 450px;
  margin-top: 190px;
}

.ornamen-pojokkiri-gift {
  z-index: 1;
  position: absolute;
  margin-top: 300px;
  margin-right: 250px;
  margin-left: 0;
  height: 250px;
  width: 200px;
}

.ornamen-sampingkiri-gift {
  z-index: 1;
  position: absolute;
  margin-top: 30px;
  margin-right: 250px;
  margin-left: 0;
  height: 200px;
  width: 200px;
}

.bunga-pojok-penutup {
  z-index: 1;
  position: absolute;
  margin-right: 0;
  margin-left: 250px;
  rotate: -180deg;
}

.bunga-sampingkanan-home {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 81,9%;
  margin-top: 190px;
  /* width: 90px; */
  height: 150px;
}

.bunga-sampingkiri-home {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 580px;
  height: 150px;
}

.bunga-bingkai {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 15%;
  margin-top: 230px;
  height: 200px;
}

.bunga-bingkai-2 {
  z-index: 1;
  position: absolute;
  right: 0;
  margin-right: 55px;
  margin-top: 630px;
  height: 200px;
}

.bunga-bingkai-3 {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 12%;
  margin-top: 10px;
  height: 180px;
}

.bunga-bingkai-4 {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 63%;
  margin-top: 10px;
  height: 180px;
}

.garis-bingkai {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 55%;
  margin-top: 230px;
  /* width: 90px; */
  height: 200px;
}

.garis-bingkai-2 {
  z-index: 1;
  position: absolute;
  right: 0;
  margin-right: 220px;
  margin-top: 630px;
  height: 200px;
}

.daun-sampingkanan-gift {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 81,9%;
  margin-top: -60px;
  height: 160px;
}

.daun-sampingkiri-gift {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  margin-top: -60px;
  height: 160px;
}

.wayang-sampingkiri-gift {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 30px;
  height: 200px;
}

.wayang-sampingkanan-gift {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 81,9%;
  margin-top: 30px;
  height: 200px;
}

#disqus_thread {
  padding-left: 20px;
  padding-right: 20px;
}

.form-label {
  font-size: 1.6rem;
  font-family: "Averia Serif Libre", serif;
  color: white;
}

.form-control {
  font-size: 1.6rem;
  border-radius: 10px;
}

.container-header {
  color: black;
  font-family: "Updock", cursive;
  font-size: 3rem;
  font-weight: 600;
}

.item {
  border-radius: 16px;
  margin-top: 16px;
  padding: 12px 24px 12px 24px;
  background: white;
  display: flex;
  align-items: center;
}


.item > .inner h2 {
  margin-bottom: unset;
  color: black;
  font-family: "Averia Serif Libre", serif;
  font-size: 2rem;
  font-weight: bolder;
}

.item > .inner p {
  margin-top: 5px;
  color: black;
  font-family: "Averia Serif Libre", serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.form {
  display: flex;
  padding: 16px;
  flex-direction: column;
  height: 300px;
  border-radius: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 4px;
  font-size: 1.6rem;
  color: black;
  font-weight: 500;
  font-family: "Averia Serif Libre", serif;
}

.shadow {
  box-shadow: 0 5px 10px rgba(154, 160, 185, .05), 0 15px 40px rgba(166, 173, 201, .2);
}

input[type=text] {
  font-family: Raleway, sans-serif;
  border: none;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 8px;
  font-size: 24px;
}

textarea[type=text] {
  font-family: Raleway, sans-serif;
  border: none;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 8px;
  font-size: 24px;
}

.btn-submit {
  width: fit-content;
  font-family: "Averia Serif Libre", serif;
  border-radius: 16px;
  padding: 12px 24px;
  border: none;
  color: white;
  background-color: var(--green);
  font-size: 1.6rem;
  margin-top: auto;
  align-self: flex-end;
  cursor: pointer;
}

.btn-submit:hover {
  background-color: white;
  color: black;
  border: 2px solid black;
}

input[type=text], textarea[type=text], .btn-submit:focus {
  outline: none;
}

.text-center {
  text-align: center;
}

.form-title {
  margin: auto 0;
}

.check-button {
  width: 40px;
  height: 40px;

  background: url('../assets/check-outline.svg');
  background-size: contain;
  margin-left: auto;
  cursor: pointer;
  border: none;
}

.check-button:hover {
  background: url('../assets/check-solid.svg');
  background-size: contain;
}

.trash-button {
  width: 40px;
  height: 40px;

  background: url('../assets/trash-outline.svg');
  color: black;
  margin-left: 16px;
  cursor: pointer;
  border: none;
}

.trash-button:hover {
  background: url('../assets/trash-fill.svg');
  color: #0457bb;
}

.undo-button {
  width: 40px;
  height: 40px;

  background: url('../assets/undo-ouline.svg');
  background-size: contain;
  margin-left: auto;
  cursor: pointer;
  border: none;
}

.undo-button:hover {
  background: url('../assets/undo-ouline.svg');
  background-size: contain;
}

.check-button:focus, .trash-button {
  outline: none;
}

/* Media Query */
/* Extra Large */
@media (max-width: 1200px) {
  .home .heart {
    transform: translateX(-50%) translateY(80px);
  }
}

/* laptop */
@media (max-width: 992px) {
  html {
    font-size: 75%;
  }

  .simply-countdown > .simply-section {
    padding: 70px;
  }

  .home .heart {
    display: none;
  }

  .timeline::before {
    left: 60px;
  }

  .timeline li .timeline-image {
    left: 15px;
    margin-left: 45px;
    top: 16px;
  }

  .timeline li .timeline-panel {
    width: calc((100% - 200px));
    float: right;
  }

  .timeline li .timeline-panel::before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  .timeline li .timeline-panel::after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -13px;
    right: auto;
  }

  .img-fluid-foto {
    /* width: 100%;
    height: 100%; */
  }

  .wayang-samping-kiri {
    margin-top: 10%;
  }
  
  .wayang-samping-kanan {
    margin-top: 10%;
  }
}

/* tablet */
@media (max-width: 768px) {
  html {
    font-size: 65%;
  }

  .simply-countdown > .simply-section {
    padding: 60px;
    margin: 5px;
  }

  .mynavbar .nav-link {
    font-size: 2rem;
    text-align: center;
  }

  .sticky-top {
    overflow: hidden;
  }

  .timeline li .timeline-image {
    width: 140px;
    height: 140px;
  }

  .img-fluid-foto {
    /* width: 100%;
    height: 80%; */
  }
}

/* mobile phone */
@media (max-width: 576px) {
  html {
    font-size: 60%;
  }

  .simply-countdown > .simply-section {
    padding: 45px;
    margin: 3px;
  }

  .timeline li .timeline-image {
    width: 100px;
    height: 100px;
  }

  .timeline li .timeline-panel {
    width: 65%;
    transform: translateX(-20px);
  }

  .timeline li .timeline-panel::before {
    top: 30px;
  }

  .timeline li .timeline-panel::after {
    top: 31px;
  }

  .wayang-samping-kiri {
    width: 13%;
    height: 16%;
    margin-top: 50%;
  }
  
  .wayang-samping-kanan {
    width: 13%;
    height: 16%;
    margin-top: 50%;
  }

  .line {
    width: 60%;
  }

  .info .card {
    height: 45rem;
  }
}

/* mobile phone width 400*/
@media (max-width: 400px) {
  html {
    font-size: 60%;
  }

  .simply-countdown > .simply-section {
    padding: 35px;
    margin: 3px;
  }

  .timeline li .timeline-image {
    width: 100px;
    height: 100px;
  }

  .timeline li .timeline-panel {
    width: 65%;
    transform: translateX(-20px);
  }

  .timeline li .timeline-panel::before {
    top: 30px;
  }

  .timeline li .timeline-panel::after {
    top: 31px;
  }

  .wayang-samping-kiri {
    width: 13%;
    height: 16%;
    margin-top: 75%;
  }
  
  .wayang-samping-kanan {
    width: 13%;
    height: 16%;
    margin-top: 75%;
  }

  .line {
    width: 50%;
  }

  .info .card {
    height: 45rem;
  }
}
