/* Audio Autoplay */
.sampul {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.sampul:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background-color: rgba(0, 0, 0, .1); */
  background: linear-gradient(rgb(255, 255, 255, 0), rgb(0, 0, 0, 0.7));
  position: absolute;
}

.sampul .content-sampul {
  width: 100%;
  position: absolute;
  padding: 0 15px;
}

.sampul img {
  width: 170px;
}

.sampul .the-wedding-of {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 60px;
}

.sampul .nama-mempelai {
  font-family: "Berkshire Swash", cursive;
  font-size: 50px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 22px;
}

.sampul .buka-undangan {
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #f2e8d7;
  background-color: #414143;
  border: 2px solid #f2e8d7;
  border-radius: 30px;
  padding: 12px 26px;
  text-decoration: none;
  transition: 0.4s;
}

.sampul .buka-undangan:hover {
  background-color: #323234;
  color: #f2e8d7;
}

.sampul .jarak-icon {
  margin-right: 8px;
}

.backsound-control {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 100px;
  right: 20px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.backsound-control img {
  margin: 0 auto;
  cursor: pointer;
}
/*-----------------------------------------------------------*/

/*Background*/
.bg {
  min-height: 100vh;
  /* background-color: #ccb7a2; */
  background-color: #6d7b9b;
  background-image: url(../img/flower-pattern.png);
  padding: 40px 0;
}

.bb-custom-wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 30px 30px;
}

.bb-custom-wrapper .bb-bookblock {
  box-shadow: 0 12px 20px -10px rgba(81, 64, 49, 0.6);
}

.bb-custom-wrapper h3 {
  font-size: 1.4em;
  font-weight: 300;
  margin: 0.4em 0 1em;
}

.bb-custom-wrapper nav {
  width: 100%;
  height: 30px;
  margin: 1em auto 0;
  position: fixed;
  z-index: 2;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.bb-custom-wrapper nav a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 2px;
  background: #857676; /*bg navigasi*/
  border: 1px solid #ffffff; /*stroke*/
  color: #fff;
  font-size: 0;
  margin: 2px;
  /*jarak navigasi*/
  margin-left: 8px;
  margin-right: 8px;
}

.bb-custom-wrapper nav a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.bb-custom-icon:before {
  font-family: "arrows";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  line-height: 30px;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.bb-custom-icon-first:before,
.bb-custom-icon-last:before {
  content: "\e002";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-arrow-right:before {
  content: "\e003";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-first:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* No JS */
.no-js .bb-custom-wrapper {
  height: auto;
}

.no-js .bb-custom-content {
  height: 470px;
}
/*------------------------------------------------------------*/

/*Content*/
i {
  margin-right: 6px;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.scroll {
  width: 100%;
  overflow: auto;
}

/*hitung mundur*/
.bg-hitung-mundur {
  width: 230px;
  height: 25px;
  background-color: #f9f9f9;
  border-radius: 18px 18px 0 0;
  position: fixed;
  z-index: 1;
  margin: -25px auto;
  left: 0;
  right: 0;
}

.hitung-mundur {
  margin: 0 auto;
  margin-top: -1px;
  color: #857676;
}

.hitung-mundur p {
  padding: 0 6px;
}

#hari,
#jam,
#menit,
#detik {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.home,
.person,
.acara,
.love-story,
.pengiring,
.galeri,
.video,
.rsvp,
.wedding-gift,
.buku-tamu,
.share-moment,
.copyright {
  width: 100%;
  min-height: 80vh;
  /*	background-color: skyblue;*/
  position: relative;
  padding: 65px 15px;
  font-family: Dosis;
  /*Align Vertical Center*/
  display: flex;
  align-items: center;
}

.home .container,
.person .container,
.acara .container,
.love-story .container,
.pengiring .container,
.galeri .container,
.video .container,
.rsvp .container,
.wedding-gift .container,
.buku-tamu .container,
.share-moment .container,
.copyright .container {
  padding: 0;
}

.person .jarak,
.acara .jarak,
.love-story .jarak,
.pengiring .jarak,
.galeri .jarak,
.video .jarak,
.rsvp .jarak,
.wedding-gift .jarak,
.buku-tamu .jarak,
.share-moment .jarak,
.copyright .jarak {
  padding: 15px;
  padding-top: 0;
}

.acara h1,
.love-story h1,
.pengiring h1,
.galeri h1,
.video h1,
.rsvp h1,
.wedding-gift h1,
.buku-tamu h1,
.share-moment h1,
.copyright h1 {
  font-family: "Alex Brush", cursive;
  font-size: 30px;
  font-weight: bold;
  color: #89c0ca;
}

.person .top-decor,
.acara .top-decor,
.love-story .top-decor,
.pengiring .top-decor,
.galeri .top-decor,
.video .top-decor,
.rsvp .top-decor,
.wedding-gift .top-decor,
.buku-tamu .top-decor,
.share-moment .top-decor,
.copyright .top-decor {
  margin-top: 10px;
  margin-bottom: 30px;
  width: 200px;
}

.person .bottom-decor,
.acara .bottom-decor,
.love-story .bottom-decor,
.pengiring .bottom-decor,
.galeri .bottom-decor,
.video .bottom-decor,
.rsvp .bottom-decor,
.wedding-gift .bottom-decor,
.buku-tamu .bottom-decor,
.share-moment .bottom-decor,
.copyright .bottom-decor {
  margin-top: 30px;
  width: 200px;
}

.home .left-top-corner,
.person .left-top-corner,
.acara .left-top-corner,
.love-story .left-top-corner,
.pengiring .left-top-corner,
.galeri .left-top-corner,
.video .left-top-corner,
.rsvp .left-top-corner,
.wedding-gift .left-top-corner,
.buku-tamu .left-top-corner,
.share-moment .left-top-corner,
.copyright .left-top-corner {
  width: 70px;
  position: absolute;
  top: 0;
  left: 0;
}

.home .right-top-corner,
.person .right-top-corner,
.acara .right-top-corner,
.love-story .right-top-corner,
.pengiring .right-top-corner,
.galeri .right-top-corner,
.video .right-top-corner,
.rsvp .right-top-corner,
.wedding-gift .right-top-corner,
.buku-tamu .right-top-corner,
.share-moment .right-top-corner,
.copyright .right-top-corner {
  width: 70px;
  position: absolute;
  top: 0;
  right: 0;
}

.home .left-bottom-corner,
.person .left-bottom-corner,
.acara .left-bottom-corner,
.love-story .left-bottom-corner,
.pengiring .left-bottom-corner,
.galeri .left-bottom-corner,
.video .left-bottom-corner,
.rsvp .left-bottom-corner,
.wedding-gift .left-bottom-corner,
.buku-tamu .left-bottom-corner,
.share-moment .left-bottom-corner,
.copyright .left-bottom-corner {
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home .right-bottom-corner,
.person .right-bottom-corner,
.acara .right-bottom-corner,
.love-story .right-bottom-corner,
.pengiring .right-bottom-corner,
.galeri .right-bottom-corner,
.video .right-bottom-corner,
.rsvp .right-bottom-corner,
.wedding-gift .right-bottom-corner,
.buku-tamu .right-bottom-corner,
.share-moment .right-bottom-corner,
.copyright .right-bottom-corner {
  width: 70px;
  position: absolute;
  bottom: 0;
  right: 0;
}
/*-------------------------------------------------*/

/*Home*/
.home {
  padding: 85px 15px;
}

.home .save-the-date {
  font-family: vollkorn;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #857676;
  font-size: 18px;
}

.home .bird {
  width: 250px;
  padding-top: 15px;
}

.home .mempelai {
  font-family: nickainley;
  font-size: 45px;
  color: #857676;
  margin-bottom: 15px;
}

.home .dan {
  font-size: 50px;
  margin: -10px;
  padding: 10px 0;
}

.home .agenda {
  font-family: Dosis;
  margin-top: 10px;
  margin-bottom: 0;
  color: #857676;
}

.home .tamu {
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 5px;
  border: 2px solid #89c0ca;
  border-radius: 20px;
}
/*---------------------------------------------------------*/

/*person*/
.person .baris {
  margin-top: 30px;
}

.person h5 {
  font-family: "Alex Brush", cursive;
  color: #89c0ca;
  font-weight: bold;
  margin-top: 30px;
}

.person .salam-pembuka,
.person .salam-penutup {
  font-weight: bold;
}

.person .salam-pembuka {
  margin-bottom: 10px;
}

.person .salam-penutup {
  margin: 10px 0;
}

.person p {
  margin-bottom: 0;
  color: #857676;
}

.person .wanita img,
.person .pria img {
  width: 250px;
  border: 6px solid #89c0ca;
}

.person .wanita h4,
.person .pria h4 {
  font-family: "Oleo Script", cursive;
  color: #89c0ca;
  margin-top: 10px;
  margin-bottom: 0;
}

.person .wanita p,
.person .pria p {
  margin-bottom: 18px;
}

.person .dan h1 {
  font-family: "Oleo Script", cursive;
  color: #857676;
  font-size: 90px;
  margin: 0;
  padding: 30px 0;
}

.person a {
  text-decoration: none;
  font-weight: bold;
  color: #89c0ca;
  border: 1px solid #89c0ca;
  border-radius: 20px;
  padding: 8px 16px;
}

.person a:hover {
  background-color: #89c0ca;
  color: #f9f9f9;
  transition: 0.4s;
}
/*---------------------------------------------------------*/

/*Acara*/
.acara .jadwal .akad-nikah {
  margin-bottom: 30px;
}

.acara .akad-nikah h2,
.acara .resepsi h2 {
  font-family: "Dosis", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #857676;
}

.acara .jadwal img {
  width: 40px;
  margin-right: 10px;
}

.acara .jadwal p {
  margin: 0;
  color: #857676;
}

.fa-calendar-alt,
.fa-clock,
.fa-map-marker-alt {
  color: #857676;
}

.acara .akad-nikah .alamat-akad,
.acara .resepsi .alamat-resepsi {
  margin-bottom: 10px;
}

.acara a {
  width: 200px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #89c0ca;
  font-weight: bold;
  border: 1px solid #89c0ca;
  border-radius: 20px;
  padding: 6px 0;
}

.acara a:hover {
  background-color: #89c0ca;
  color: #f9f9f9;
  transition: 0.4s;
}

.acara .live-streaming {
  margin-top: 10px;
}
/*---------------------------------------------------------*/

/*Story*/
.story-1,
.story-2,
.story-3,
.story-4,
.story-5,
.story-6 {
  margin-top: 30px;
}

.love-story h3 {
  margin-bottom: 10px;
  color: #89c0ca;
}

.love-story p {
  margin-bottom: 0;
  color: #857676;
}
/*---------------------------------------------------------*/

/*Pengiring*/
.pengiring .jarak-foto {
  margin-bottom: 40px;
  padding: 10px;
}

.pengiring .jarak-last {
  margin-bottom: 0;
  padding: 10px;
}

.pengiring h1 {
  margin-bottom: 15px;
}

.pengiring .foto {
  width: 250px;
  border: 6px solid #89c0ca;
}

.pengiring h4 {
  font-family: "Oleo Script", cursive;
  color: #89c0ca;
  margin-top: 10px;
  margin-bottom: 0;
}

.pengiring p {
  margin-bottom: 18px;
  color: #857676;
}

.pengiring a {
  text-decoration: none;
  font-weight: bold;
  color: #89c0ca;
  border: 1px solid #89c0ca;
  border-radius: 20px;
  padding: 8px 16px;
}

.pengiring a:hover {
  background-color: #89c0ca;
  color: #f9f9f9;
  transition: 0.4s;
}
/*---------------------------------------------------------*/

/*Galeri*/
.galeri h1 {
  margin-bottom: 0;
}

.galeri p {
  color: #857676;
}

.galeri .zoom-galeri {
  justify-content: left;
  padding: 0;
}

.galeri .zoom-galeri .jarak {
  padding: 0;
}

.galeri .zoom-galeri .wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.galeri .zoom-galeri a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}

.galeri .zoom-galeri a img:hover {
  transform: scale(1.2);
  transition: all 0.3s linear;
}
/*---------------------------------------------------------*/

/*Video*/
.video h1 {
  margin-bottom: 20px;
}

.video iframe {
  margin-bottom: 10px;
}
/*---------------------------------------------------------*/

/*RSVP*/
.formulir label {
  margin-bottom: 0;
  color: #89c0ca;
  font-weight: bold;
}

.formulir input {
  border: none;
  border-bottom: 2px solid #89c0ca;
  background-color: transparent;
  color: #857676;
  border-radius: 0px;
}

.formulir input::placeholder,
.formulir textarea::placeholder {
  color: #857676;
}

.formulir input:focus,
.formulir textarea:focus {
  background-color: transparent;
  color: #89c0ca;
}

.formulir select:focus {
  background-color: #f9f9f9;
  color: #89c0ca;
}

.formulir select,
.formulir textarea {
  border: 2px solid #89c0ca;
  background-color: transparent;
  color: #857676;
}

.tombol {
  background-color: transparent;
  padding: 3px 30px;
  color: #89c0ca;
  border: 2px solid #89c0ca;
  border-radius: 20px;
  font-weight: bold;
}

.tombol:hover {
  background-color: #89c0ca;
  color: #f9f9f9;
  transition: 0.4s;
}

.rsvp-alert {
  margin-top: 15px;
}
/*-------------------------------------------------------*/

/*Wedding Gift*/
.modal-backdrop {
  display: none;
}

.wedding-gift .desc-gift {
  color: #857676;
}

.wedding-gift .icon-gift,
.wedding-gift .icon-wallet {
  font-size: 50px;
  color: #89c0ca;
  transition: 0.4s;
}

.wedding-gift .icon-gift:hover,
.wedding-gift .icon-wallet:hover {
  color: #72b4c0;
}

.wedding-gift table {
  margin: 0 auto;
}

.wedding-gift table td:nth-child(1) {
  padding-right: 40px;
}

.wedding-gift table td:nth-child(2) {
  padding-left: 40px;
}

.wedding-gift .img-dana {
  width: 120px;
  margin: 0 auto;
  display: none;
}

.wedding-gift .img-width {
  width: 360px;
}

.wedding-gift #textToCopy {
  border: 2px solid #89c0ca;
  padding: 8px;
}

.wedding-gift #copyButton {
  cursor: pointer;
  outline: none;
  border: none;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #89c0ca;
  color: #fff;
  transition: 0.4s;
}

.wedding-gift #copyButton:hover {
  text-decoration: none;
  background-color: #72b4c0;
  color: #fff;
}
/*---------------------------------------------------------*/

/*Buku Tamu*/
.buku-tamu .line-2 {
  padding-bottom: 157px;
}

.buku-tamu h1 {
  margin-bottom: 0;
}

.buku-tamu .bg-color {
  background-color: #f7f7f7;
}

.buku-tamu h5 {
  font-weight: bold;
}

/*.buku-tamu .logs {
    max-height: 100vh;
    overflow: auto;
    overflow-x: hidden;
  }*/

.buku-tamu p {
  margin: 0;
  color: #000;
}

.buku-tamu .nama {
  font-size: 18px;
  font-weight: bold;
}

.buku-tamu span {
  font-size: 10px;
}

.buku-tamu .time_stamp {
  font-size: 15px;
}

/*.buku-tamu .bg-fb {
    width: 100%;
    background-color: white;
  }*/
/*-------------------------------------------------------*/

/*Share Moment*/
.share-moment h1 {
  margin-bottom: 0;
}

.share-moment p {
  color: #857676;
}

.share-moment iframe {
  margin-bottom: 22px;
  padding: 0;
}

.share-moment a {
  text-decoration: none;
  font-weight: bold;
  color: #89c0ca;
  border: 1px solid #89c0ca;
  border-radius: 20px;
  padding: 8px;
}

.share-moment a:hover {
  background-color: #89c0ca;
  color: #fff;
  transition: 0.4s;
}
/*-------------------------------------------------------*/

/*Copyright*/
.copyright .logo {
  width: 150px;
  margin-bottom: 10px;
}

.copyright .jarak {
  margin-top: 5px;
}

.copyright .jarak-freepik {
  margin-top: 40px;
}

.copyright .jarak-musik {
  margin-top: 40px;
}

.copyright a {
  text-decoration: none;
  font-weight: bold;
  color: #89c0ca;
  border: 1px solid #89c0ca;
  border-radius: 20px;
  padding: 8px 16px;
}

.copyright a:hover {
  background-color: #89c0ca;
  color: #f9f9f9;
  transition: 0.4s;
}
/*-----------------------------------------------------*/

/*DESKTOP VERSION*/
@media screen and (min-width: 992px) {
  .sampul {
    background-position: center top;
  }

  .sampul .content-sampul {
    margin-top: 160px;
  }

  .sampul img {
    width: 200px;
  }

  .sampul .the-wedding-of {
    font-size: 22px;
    margin-top: 60px;
  }

  .sampul .nama-mempelai {
    font-size: 60px;
  }

  .backsound-control {
    right: 70px;
  }

  .bg {
    padding-top: 20px;
  }

  .home,
  .person,
  .acara,
  .love-story,
  .pengiring,
  .galeri,
  .video,
  .rsvp,
  .wedding-gift,
  .buku-tamu,
  .share-moment,
  .copyright {
    min-height: 82vh;
    padding: 40px 15px;
  }

  .love-story h3 {
    margin-top: 70px;
  }

  .pengiring .jarak-last {
    margin-bottom: 40px;
  }

  .copyright {
    min-height: 0;
    height: 82vh;
  }

  .copyright .jarak-freepik {
    margin-top: 0;
  }
}

@font-face {
  font-family: "arrows";
  src: url("../fonts/arrows/arrows.eot");
  src: url("../fonts/arrows/arrows.eot?#iefix") format("embedded-opentype"),
    url("../fonts/arrows/arrows.woff") format("woff"),
    url("../fonts/arrows/arrows.ttf") format("truetype"),
    url("../fonts/arrows/arrows.svg#arrows") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: vollkorn;
  src: url(../fonts/vollkorn-regular-webfont.woff2);
}

@font-face {
  font-family: nickainley;
  src: url(../fonts/Nickainley-Normal.woff2);
}
