@font-face {
    font-family: 'Bodoni';
    src: url('Bodoni_Bold.ttf') format('truetype');
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Bodoni';
    src: url('Bodoni_Regular.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bodoni';
    src: url('Bodoni_Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Le Jour';
    src: url('LeJourScript.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Citadel';
    src: url('citadel.otf') format('opentype');
    font-weight: normal;
    font-display: swap;
}

@-webkit-keyframes pulsate-fwd {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.04);
              transform: scale(1.04);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes pulsate-fwd {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.04);
              transform: scale(1.04);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  
  .pulsate-fwd {
      -webkit-animation: pulsate-fwd 1.5s ease-in-out infinite both;
              animation: pulsate-fwd 1.5s ease-in-out infinite both;
  }
  
  @-webkit-keyframes shake-bottom {
    0%,
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
    }
    10% {
      -webkit-transform: rotate(1deg);
              transform: rotate(1deg);
    }
    20%,
    40%,
    60% {
      -webkit-transform: rotate(-1.5deg);
              transform: rotate(-1.5deg);
    }
    30%,
    50%,
    70% {
      -webkit-transform: rotate(1.5deg);
              transform: rotate(1.5deg);
    }
    80% {
      -webkit-transform: rotate(-1deg);
              transform: rotate(-1deg);
    }
    90% {
      -webkit-transform: rotate(1deg);
              transform: rotate(1deg);
    }
  }
  @keyframes shake-bottom {
    0%,
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
    }
    10% {
      -webkit-transform: rotate(1deg);
              transform: rotate(1deg);
    }
    20%,
    40%,
    60% {
      -webkit-transform: rotate(-1.5deg);
              transform: rotate(-1.5deg);
    }
    30%,
    50%,
    70% {
      -webkit-transform: rotate(1.5deg);
              transform: rotate(1.5deg);
    }
    80% {
      -webkit-transform: rotate(-1deg);
              transform: rotate(-1deg);
    }
    90% {
      -webkit-transform: rotate(1deg);
              transform: rotate(1deg);
    }
  }
  
  .shake-bottom {
      -webkit-animation: shake-bottom 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
              animation: shake-bottom 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
  }
  .shake-bottom-5 {
      -webkit-animation: shake-bottom 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.5s infinite both;
              animation: shake-bottom 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.5s infinite both;
  }
  .shake-bottom-10 {
      -webkit-animation: shake-bottom 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) 1s infinite both;
              animation: shake-bottom 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) 1s infinite both;
  }
  
  @-webkit-keyframes shake-top {
    0%,
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 50% 0;
              transform-origin: 50% 0;
    }
    10% {
      -webkit-transform: rotate(1deg);
              transform: rotate(1deg);
    }
    20%,
    40%,
    60% {
      -webkit-transform: rotate(-1.5deg);
              transform: rotate(-1.5deg);
    }
    30%,
    50%,
    70% {
      -webkit-transform: rotate(1.5deg);
              transform: rotate(1.5deg);
    }
    80% {
      -webkit-transform: rotate(-1deg);
              transform: rotate(-1deg);
    }
    90% {
      -webkit-transform: rotate(1deg);
              transform: rotate(1deg);
    }
  }
  @keyframes shake-top {
    0%,
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 50% 0;
              transform-origin: 50% 0;
    }
    10% {
      -webkit-transform: rotate(1deg);
              transform: rotate(1deg);
    }
    20%,
    40%,
    60% {
      -webkit-transform: rotate(-1.5deg);
              transform: rotate(-1.5deg);
    }
    30%,
    50%,
    70% {
      -webkit-transform: rotate(1.5deg);
              transform: rotate(1.5deg);
    }
    80% {
      -webkit-transform: rotate(-1deg);
              transform: rotate(-1deg);
    }
    90% {
      -webkit-transform: rotate(1deg);
              transform: rotate(1deg);
    }
  }
  
  .shake-top {
      -webkit-animation: shake-top 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
              animation: shake-top 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
  }

body {
    overflow: visible;
}

:root {
    --lej: 'Le Jour', serif;
    --cit: 'Citadel', serif;
    --bod: 'Bodoni', serif;

    --bgr: #ded5cf;
    --hit: #5b3e44;
    --mer: #781512;
    --pin: #b25a69;
    --me2: #934a67;
    --bir: #a6bcd0;
    --cre: #f6dfd2;
    --put: #fafafa;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;    
}

body * {
    word-wrap: break-word;
}

.fix-size{
    background: url('orn2.png') top center / 100% auto, var(--bgr);
    position: static;
    right: 0;
    width: 30%;
    margin-left: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 960px){
    body{
        overflow: hidden;
    }
    .fix-size{
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .side-desktop{
        display:none !important;
    }
    .top-cover {
        display:flex !important;
    }
    .rsvp {
        border-radius: 50vw !important;
    }
}

/* Body, HTML */
body{
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 100%;
    font-family: var(--bod);
    color: var(--hit);
	font-weight: normal;
    scroll-behavior: smooth;
    font-size: 14px;
    overflow-x: hidden;
}
html {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.orn{
    position: absolute;
}

/* Side Desktop */
.side-desktop {
    background: var(--pin);
    color: #fff;
    overflow: hidden;
    position: fixed;
    width: 70%;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.side-desktop .inner{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(150,100,50,0.3) 50%, rgba(0,0,0,0.4) 100%);
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
.side-desktop .inner .details{
    margin: auto auto 10vh 8vh;
    text-align: left;
    position: relative;
    z-index: 2;
}
.side-desktop .inner .details .sub-judul{
    font-size: 22px;
    margin: 0.5em auto;
}
.side-desktop .inner .details .judul{
    font-size: 80px;
    font-family: var(--lej);
    margin: 20px 0;
    font-weight: normal;
    line-height: 1.2;
}
.side-desktop .inner .details .kepada{
    font-size: 15px;
    margin: 0.5em auto;
    display: block;
    line-height: 30px;
}
.side-desktop .inner .details .kepada .nama{
    font-weight: 500;
}
.side-desktop .highlight{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.side-desktop .highlight .outer{
    width: 100%!important;
    height: 100%!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
}
.side-desktop .highlight .outer .top-cover-img{
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%!important;
    height: 100%!important;
    top: 0;
    left: 0;
    position: absolute!important;
}

/* Top Cover */
.top-cover {
    background: var(--pin);
    color: #fff;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    top: 0;
    left: 0;
    padding: 0;
    
    transition: opacity 1.8s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.5s, all 1.8s;
    transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530);
    display: none;
    flex-direction: column;
}
.top-cover.hide {
    top: -120%;
    bottom: 120%;
    opacity: 0;
    pointer-events: none;
}
.top-cover .inner{
    /* background-image: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(150,100,50,0.3) 50%, rgba(0,0,0,0.4) 100%); */
    padding: 0 1em;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
.top-cover .top{
    position: absolute;
    top: 6vh;
    left: 0;
    width: 100%;
    text-align: center;
}
.top-cover .inner .details{
    margin: auto auto 14vh auto;
    text-align: center;
    position: relative;
    z-index: 2;
    background: rgba(100, 0, 0, 0.2);
    padding: 10px 0;
    width: 70%;
    border-radius: 15px;
}
.top-cover .inner .sub-judul{
    font-size: 20px;
    font-weight: normal;
    margin: 0 auto;
    display: none;
}
.top-cover .inner .tanggal{
    letter-spacing: 2px;
    font-size: 15px;
    margin: 1em auto;
}
.top-cover .inner .tanggal{
    margin-bottom: 25vh;
}
.top-cover .inner .judul{
    font-size: 60px;
    font-family: var(--lej);
    /* line-height: 81px; */
    margin: 10px auto;
    font-weight: bold;
    display: none;
}
.orn1{
    height: 32vh;
    text-align: center;
    margin: 0 auto;
}
.inline.last{
    margin-top: -21px !important;
}
.top-cover .inner .details .kepada{
    margin-bottom: 0.3em;
    margin-top: -3vh;
    font-size: 14px;
}
.top-cover .inner .details .kepada .nama{
    font-weight: 500;
	font-size: 14px;
}
.top-cover .inner .details .buka-undangan a{
    background: var(--pin);
    color: var(--put);
    border-radius: 10px;
    margin: 0.5em auto;
    display: inline-block;
    padding: 8px 30px;
    font-size: 15px;
    border: 0;
    font-family: var(--bod);
    box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.12);
    transition: all 0.25s ease-in-out;
    font-weight: 500;
}
.top-cover .inner .details .buka-undangan a:hover{
    background: var(--me2);
}
.top-cover .highlight{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.top-cover .highlight .outer{
    width: 100%!important;
    height: 100%!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
}
.top-cover .highlight .outer .top-cover-img{
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%!important;
    height: 100%!important;
    top: 0;
    left: 0;
    position: absolute!important;
}

/* Cover */
.cover{
    /* background: url('bg1.png') center bottom / 100% auto no-repeat; */
    position: relative; 
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100svh;
    justify-content: center;
    align-items: center;
    /* overflow: hidden; */
}
.cover .inner{
    position: relative; 
    z-index: 2;
}
.cover .sub-judul{
    font-size: 16px;
    position: relative;
    margin: 20px auto 40px auto;
}
.cover .inner .judul{
    font-size: 60px;
    font-family: var(--lej);
    color: var(--me2);
    font-weight: bold;
    margin: 0 auto;
    display: none;
}
.judul .inline{
    /* line-height: 70px; */
	padding: 12px;
    margin: -12px;
}
.cover .tanggal{
    font-size: 18px;
    letter-spacing: 3px;
    position: relative;
    margin: 40px auto 0 auto;
}
.cover .hashtag{
    font-size: 15px;
    font-style: italic;
    position: relative;
    margin: 0 auto;
    display: none;
}
.cover .tengah{
    position: relative;
    margin: 0 auto;
}
.cover .foto{
    margin: 1.5em auto;
    height: calc((((250 / 375) * 30vw) / 9) * 16);
    width: calc((270 / 375) * 30vw);
    position: relative;
    display: none;
}
.slick-dalam .outer{
    float:left;
    height: calc((((250 / 375) * 30vw) / 9) * 16);
}
.cover .cover-img{
    object-fit: cover;
    object-position: bottom;
    display: block;
    width: 100%!important;
    height: 100%!important;
    border-radius: 50vw;
}
.orn4{
    width: 151px;
    right: 0;
    top: 0;
}
.orn5{
    width: 141px;
    left: 0;
    top: 0;
}
.orn3{
    width: 57px;
    margin: 0 auto 20px auto;
}
.orn6{
    height: 45vh;
}
.orn7{
    height: 100%;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 960px){
    .cover .foto{
        height: calc((((250 / 375) * 100vw) / 9) * 16);
        width: calc((270 / 375) * 100vw);
    }
    .slick-dalam .outer{
        height: calc((((250 / 375) * 100vw) / 9) * 16);
    }
}

/* Quote */
.quote{
    margin: 0;
    padding: 3em 1.5em 2em 1.5em;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.quote .inner{
    position: relative;
    margin: 2em auto;
    z-index: 3;
    overflow: hidden;
}
.quote p{
    padding: 0;
    position: relative;
    z-index:5;
    font-size: 13px;
    font-style: italic;
}
@media only screen and (max-width: 960px){
    .quote .inner{
        width: calc((321 / 375) * 100vw);
    }
}

/* Mempelai */
.mempelai{
    position: relative; 
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
}
.mempelai .inner{
    z-index: 99;
    position: relative;
    padding: 3em 1.5em;
}
.mempelai .inner .judul{
    font-size: 20px;
    margin: 0 auto 10px auto;
	color: var(--ema);
}
.orn10{
    width: 183px;
    margin: 0 auto 10px auto;
}
.mempelai .inner .sub-judul{
    position: relative;
    display: block;
    margin: 0 0.5em 30px 0.5em;
}
.mempelai .inner .bride, .mempelai .inner .groom{
    margin: 20px auto 20px 0;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 4;
}
.mempelai .inner .bride .foto, .mempelai .inner .groom .foto{
    border-radius: 15px;
    margin: 1em auto;
    position: relative;
}
.mempelai .inner .bride .foto .img, .mempelai .inner .groom .foto .img{
    width: 150px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid var(--ema);
    z-index: 3;
}
.mempelai .inner .bride .foto .img img, .mempelai .inner .groom .foto .img img{
    object-fit: cover;
    object-position: center;
    display: block;
    width: 150px;
    height: 200px;
    border-radius: 15px;
    margin: 0 auto;
}
.mempelai .inner .bride{
    text-align: right;
}
.mempelai .inner .groom{
    text-align: left;
}
.mempelai .inner .bride .nick, .mempelai .inner .groom .nick{
    font-family: var(--lej);
    font-size: 40px;
	color: var(--mer);
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
}
.mempelai .inner .bride .nama, .mempelai .inner .groom .nama{
    font-family: var(--bod);
    font-size: 19px;
    font-weight: 500;
	color: var(--mer);
    padding: 0;
    margin: -20px 0 0 0;
    position: relative;
    display: inline-block;
}
.mempelai .inner .bride .orang-tua, .mempelai .inner .groom .orang-tua{
    margin: 10px 0 0;
    letter-spacing: 0.5px;
}
.mempelai .inner .bride .orang-tua span, .mempelai .inner .groom .orang-tua span{
    font-size: 14px;
    font-style: italic;
}
.mempelai .inner .bride .instagram, .mempelai .inner .groom .instagram{
    margin: 0 0 0 auto;
    padding: 5px;
    color: var(--pin);
    font-size: 14px;
    display: inline-block;
    z-index: 9;
}
.mempelai .inner .groom .instagram{
    margin: 0 auto 0 0;
}
.mempelai .instagram:hover{
    color: var(--me2) !important;
}
.mempelai .separator{
    width: 100%;
	font-family: var(--cit);
	color: var(--mer);
	font-size:60px;
    padding: 0;
	margin: 0 0 -30px 0;
    text-align: center;
    z-index: 2;
    position: relative;
}
.mempelai .inner .bride .profil{
    position: relative;
    margin: -140px -1.5em 0 -1.5em;
    text-align: left;
}
.mempelai .inner .bride .profil .pro{
    width: 220px;
    position: relative;
    z-index: 3;
}
.mempelai .inner .groom .profil{
    position: relative;
    margin: -145px -1.5em 0 -1.5em;
    text-align: right;
}
.mempelai .inner .groom .profil .pro{
    width: 197px;
    z-index: 3;
    position: relative;
}
.orn11{
    width: 164px;
    right: 0;
    top: 0;
}
.orn12{
    width: 171px;
    right: 120px;
    bottom: 0;
}
.orn13{
    width: 102px;
    right: -35px;
    bottom: 50px;
}
.orn14{
    width: 154px;
    right: -55px;
    bottom: -25px;
    z-index: 4;
}
.orn15{
    width: 139px;
    right: 145px;
    bottom: -35px;
    z-index: 4;
}
.orn16{
    width: 201px;
    right: 0;
    bottom: -50px;
    z-index: 4;
}
.orn17{
    width: 184px;
    left: -60px;
    bottom: -40px;
}
.orn18{
    width: 113px;
    left: -7px;
    bottom: 80px;
}
.orn11-1{
    width: 170px;
    left: -70px;
    top: 0;
}
.orn19{
    width: 171px;
    left: 120px;
    bottom: 0;
}
.orn20{
    width: 110px;
    left: -35px;
    bottom: 70px;
}
.orn21{
    width: 154px;
    left: -55px;
    bottom: -25px;
    z-index: 4;
}
.orn22{
    width: 139px;
    left: 145px;
    bottom: -35px;
    z-index: 4;
}
.orn23{
    width: 201px;
    left: 0;
    bottom: -50px;
    z-index: 4;
}
.orn24{
    width: 184px;
    right: -60px;
    bottom: -40px;
}
.orn25{
    width: 113px;
    right: -7px;
    bottom: 80px;
}

/* Save the Date */
.save-date{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    margin: 0;
}
.save-date .inner{
    width: 100%;
    padding: 4em 1.5em;
    z-index: 3;
}
.save-date .judul{
    font-family: var(--lej);
    color: var(--mer);
    font-size: 23px;
    margin: 20px auto 0 auto;
    position: relative;
    z-index: 9;
}
.save-date .kecil{ 
    margin: 1.5em -1.5em 0 -1.5em;
}
.save-date .kecil .foto{
    margin: 0 0.5em;
    border-radius: 25px;
    height: 330px;
	width: 100%;
	overflow:hidden;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.save-date .kecil .slick-current{
	height: 390px;
	transition: all 0.5s ease-in-out;
}
.save-date .kecil .slick-track{
	height: 390px;
}
.save-date .kecil .foto img{
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 25px;
    box-shadow: rgb(00 00 00 / 30%) 0px 4px 15px 0px;
    width: 100%!important;
    height: 100%!important;
    transition: all 0.5s ease-in-out;
}
.save-date .kecil .slick-current img{
	width: 105%!important;
    height: 105%!important;
    transition: all 0.5s ease-in-out;
}
.save-date .kecil .slick-list{
    padding-right: 2em;
}
.save-date .kecil .slick-track{
    display: flex !important;
    align-items: center;
    margin-bottom: -50px;
}
.save-date .countdown{
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    padding: 0 1em;
}
.save-date .countdown > div{
    background: var(--put);
    width: 20%;
    margin: 0;
    padding: 1.5em 0;
    border-radius: 13px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 4;
}
.save-date .countdown > div h2{
    font-family: var(--bod);
    font-size: 25px;
    text-align: center;
	color: var(--mer);
}
.save-date .countdown > div small{
    text-align: center;
    font-size: 14px;
}
.save-date .button-save{
    display: block;
    position: relative;
    margin-top: 1em;
}
.save-date .button-save a{
    background: var(--pin);
    color: var(--put);
    margin: 0.5em auto;
    display: inline-block;
    padding: 11px 40px 9px 40px;
    font-size: 16px;
    border: 0;
    border-radius: 10px;
    font-family: var(--bod);
    transition: all 0.25s ease-in-out;
}
.save-date .button-save a:hover{
    background: var(--me2);
}

/* Ragkaian Acara */
.rangkaian-acara{
    position: relative; 
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
}
.rangkaian-acara .inner{
    position: relative;
    padding: 4em 3em;
    font-size: 13px;
}
.rangkaian-acara .inner .judul{
    font-family: var(--lej);
    color: var(--mer);
    font-size: 23px;
    margin: 0 auto 25px auto;
}
.rangkaian-acara .inner .sub-judul{
    position: relative;
    display: none;
    margin: 0 0.5em 30px 0.5em;
}
.rangkaian-acara .urutan-acara{
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 6px;
    background: url('orn34.png') center center / 100% 100% no-repeat;
}
.rangkaian-acara .urutan-acara .tengah{
    z-index: 3;
    position: relative;
    padding: 4em 3em 1em;
    overflow: hidden;
}
.rangkaian-acara .urutan-acara .acara{
    margin: 0 auto 30px auto;
}
.rangkaian-acara .urutan-acara .acara .judul{
    font-size: 23px;
    color: var(--me2);
    font-family: var(--bod);
    font-weight: 500;
    margin: 10px auto 10px auto;
}
/* .rangkaian-acara .urutan-acara .acara .tanggal,.rangkaian-acara .urutan-acara .acara .waktu, .rangkaian-acara .urutan-acara .acara .alamat{
    line-height: 20px;
} */
.rangkaian-acara .urutan-acara .acara .catatan{
    font-size: 13px;
    font-style: italic;
    margin-top: 15px;
}
.rangkaian-acara .urutan-acara .acara .lokasi{
    margin: 20px auto 5px auto;
    color: var(--me2);
    font-size: 16px;
    font-weight: 500;
}
.rangkaian-acara .urutan-acara .acara .maps{
    margin: 20px auto 0 auto;
    display: block;
    position: relative;
}
.rangkaian-acara .urutan-acara .acara .maps a{
    background: var(--me2);
    color: var(--put);
    font-family: var(--bod);
    border-radius: 20px;
    margin: 0.5em auto;
    display: inline-block;
    padding: 9px 30px;
    font-size: 14px;
    border: 0;
    transition: all 0.25s ease-in-out;
}
.rangkaian-acara .urutan-acara .acara .maps a:hover{
    background: var(--mer);
}
.orn11-2{
    width: 164px;
    bottom: 145px;
    left: -75px;
}
.orn28{
    width: 112px;
    bottom: 0;
    left: -25px;
}
.orn29{
    width: 142px;
    bottom: 60px;
    left: -50px;
}
.orn30{
    width: 144px;
    bottom: 20px;
    left: 20px;
}
.orn11-3{
    width: 164px;
    bottom: 145px;
    right: -83px;
}
.orn31{
    width: 82px;
    bottom: 15px;
    right: 75px;
}
.orn32{
    width: 164px;
    bottom: 35px;
    right: -50px;
}
.orn33{
    width: 93px;
    bottom: 30px;
    right: -33px;
}

/* Story */
.story{
    position: relative; 
    /* display: flex; */
    display: none;
    flex-direction: column;
    /*overflow: hidden;*/
    text-align: center;
}
.story .inner{
    position: relative;
    padding: 0;
}
.story .inner .judul{
    color: var(--cre);
    position: relative;
    font-size: 70px;
    line-height: 48px;
    font-family: var(--beg);
    margin: 20px auto 0 auto;
}
.story .inner .sub-judul{
    position: relative;
    display: block;
    margin: 0 0.5em 20px 0.5em; 
}
.story .content{
    z-index: 1;
    position: relative;
    padding: 0 0 3em 0;
}
.story-list{
    position: relative; 
    display: flex;
    flex-direction: column;
    float: left;
}
.story-list .dalam{
    position: relative; 
    display: flex;
    flex-direction: column;
    background: var(--cre);
    border-radius: 15px;
    margin: 1em 2.5em;
    padding: 2em 1.5em;
}
.story-list .foto img{
    width: 90%;
    border-radius: 15px;
    margin: auto;
    margin-bottom: 1em;
}
.story-list .details .title{
    font-size: 18px !important;
    font-family: var(--cor) !important;
    font-weight: bold !important;
    color: var(--mer) !important;
    margin-bottom: 15px;
}
.story-list .details, .story-list .details .detail{
    font-size: 14px !important;
    line-height: 19px;
    letter-spacing: 0.5px;
}
.story .slick-prev{
    position: absolute;
    left: 10px;
    top: 40%;
    font-size: 0;
    border: none;
    width: 17px;
    height: 30px;
    background: none;
    z-index: 9999;
}
.story .slick-prev::after{
    background: url('prev.png') center center / 17px 30px;
    display: inline-block;
    width: 17px;
    height: 30px;
    content: "";
}
.story .slick-next{
    position: absolute;
    right: 10px;
    top: 40%;
    font-size: 0;
    border: none;
    width: 17px;
    height: 30px;
    background: none;
    z-index: 9999;
}
.story .slick-next::after{
    background: url('next.png') center center / 17px 30px;
    display: inline-block;
    width: 17px;
    height: 30px;
    content: "";
}
.story .slick-disabled{
    opacity: 0.5;
}
.story .slick-dots li{
    width: 50px;
    height: 4px;
    background: var(--mer);
    opacity: 0.5;
    display: inline-block;
    margin: 0 2px;
}
.story .slick-dots li.slick-active{
    opacity: 1;
}
.story .slick-dots li button{
    font-size: 0;
    background: none;
    border: 0;
}

/* Galeri */
.galeri{
    position: relative; 
    display: flex;
    flex-direction: column;
    /*overflow: hidden;*/
    text-align: center;
}
.galeri .inner{
    z-index: 99;
    position: relative;
    padding: 0 1.5em 2.5em 1.5em;
}
.galeri .inner .judul{
    margin: 20px auto;
    font-family: var(--lej);
    color: var(--mer);
    font-size: 23px;
}
.galeri .inner .sub-judul{
    position: relative;
    display: block;
    margin: 0 0.5em 30px 0.5em;
}
#galeri-content{
    padding: 0;
    z-index:5;
}
#galeri-content img {
    z-index:5;
    border-radius: 10px;
}
.orn35{
    width: 195px;
    left: -85px;
    top: 70px;
}
.orn36{
    width: 195px;
    right: -85px;
    bottom: 50px;
}

/* Video */
.video-add {
    border-radius: 10px;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.video-add img {
    border-radius: 10px;
    width: 100%;
}
.overlay-video{
    background: rgb(0,0,0,0.3);
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:calc(100% - 0px);
}
.video-button{
    background: none;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 70px;
    width: 66px;
}
.video-button img{
    width: 64px !important;
    height: 64px !important;
}

/* Filter */
.gab{
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 0 2em 0;
    padding: 0;
    z-index: 2;
}
.filter{
    position: relative; 
    display: flex;
    flex-direction: column;
    /*overflow: hidden;*/
    text-align: center;
}
.filter .inner{
    z-index: 99;
    position: relative;
    padding: 2em 1.5em 2.5em 1.5em;
}
.filter .inner .judul{
    margin: 0 auto 10px auto;
    font-family: var(--tan);
    color: var(--pit);
    font-size: 50px;
    font-weight: bold;
	padding: 0 35px;
}
.filter .inner .sub-judul{
    position: relative;
    display: block;
    margin: 0 0.5em 30px 0.5em;
}
.filter-display{
    display: block;
    position: relative;
    margin: 0 -1.5em;
}
.filter-display a{
    position: relative;
    z-index: 3;
}
/*.filter-display img{*/
/*    box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.12), 0 16px 16px rgba(0,0,0,0.12);*/
/*}*/
.button-filter{
    margin: 20px auto 0 auto;
    display: block;
    position: relative;
}
.button-filter a{
    background: var(--pit);
    color: var(--cre);
    font-family: var(--bod);
    border-radius: 10px;
    margin: 0.5em auto;
    display: inline-block;
    padding: 9px 40px;
    font-size: 16px;
    border: 0;
    transition: all 0.25s ease-in-out;
}
.button-filter a:hover{
    background: #000;
}

/* E-Gift */
.egift{
    position: relative; 
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 5em 0;
}
.egift .inner {
    z-index: 2;
    position: relative;
    background: var(--cre);
    padding: 4.5em 3em 5.5em;
    border-radius: 100%;
}
.orn44{
    width: 111px;
    margin: 0 auto 10px;
}
.egift .inner .judul{
    font-size: 30px;
    color: var(--hit);
    margin: 16px auto 0 auto;
    position: relative;
}
.egift .button a{
    transition: all 0.25s ease-in-out;
	background: var(--pin);
    color: var(--put);
    border-radius: 10px;
    margin: 20px auto 0.5em auto;
    display: inline-block;
    padding: 9px 40px;
    font-size: 16px;
    border: 0;
	font-family: var(--bod);
    transition: all 0.25s ease-in-out;
}
.egift .button a:hover{
    background: var(--me2);
}
.blocker{
    z-index: 99 !important;
}
#gift{
    background: var(--cre);
	color: var(--hit);
    font-size: 14px;
}
#gift .rekening-list{
    display: flex;
    align-items: flex-end;
    margin: 1em auto;
	border-bottom: 1px solid var(--pin);
}
#gift .rekening-list img{
    width: 35%;
    margin-right: 1em;
}
#gift .rekening-list div{
    margin: 3px 0;
}
#gift .rekening-list .nomor{
    display: flex;
}
.copy-norek{
    background: var(--pin);
    margin: 0 0 0 0.5em;
    padding: 3px 5px;
    font-size: 12px;
    font-family: var(--bod);
    color: var(--put);
    border: none;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
}
.copy-norek:hover{
    background: var(--me2);
}
.orn39{
    width: 170px;
    top: 30px;
    left: calc(50% - 85px);
}
.orn40{
    width: 136px;
    top: 20px;
    left: -45px;
}
.orn41{
    width: 136px;
    top: 20px;
    right: -45px;
}
.orn42{
    width: 170px;
    bottom: 0px;
    left: -65px;
}
.orn43{
    width: 170px;
    bottom: 0;
    right: -65px;
}

/* RSVP */
.rsvp{
    position: relative; 
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 8em 0 5em;
    background: var(--bir);
    padding: 5em 3em 9em;
    border-radius: calc(30vw / 2);
}
.rsvp .inner {
    z-index: 2;
    position: relative;
    overflow: hidden;
}
.rsvp .inner .judul{
    font-size: 35px;
    color: var(--pin);
    margin: 16px auto 0 auto;
    position: relative;
}
.rsvp .inner .form-rsvp{
    position: relative;
    line-height: 17px;
    margin-top: 16px;
}
.rsvp .inner .form-rsvp .nama{
    font-family: var(--bod);
    background: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 8px;
    font-size: 14px;
    margin-bottom: 2em;
    border: 1px solid #ddd;
}
.rsvp .inner .form-rsvp .button-datang, .rsvp .inner .form-rsvp .button-tidak-datang{
    font-family: var(--bod);
    width: 100%;
    background-color: var(--pin);
    border-radius: 10px;
    padding: 8px 15px;
    font-size: 14px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    max-height: 350px;
    border: 0;
    color: var(--put);
    transition: all 0.25s ease-in-out;
}
.rsvp .inner .form-rsvp .kolaps-jumlah-tamu{
    margin-top: 2em;
}
.rsvp .inner .form-rsvp .kolaps-jumlah-tamu .counter{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}
.rsvp .inner .form-rsvp .button-rsvp-minus, .rsvp .inner .form-rsvp .button-rsvp-plus{
    background-color: var(--pin);
    border-radius: 5px;
    border: 0;
    transition: all 0.25s ease-in-out;
    height: 32px;
    width: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.rsvp .toggle-icon{
    width: 13px;
    height: auto;
}
.rsvp .inner .form-rsvp .jumlah-tamu{
    text-align: center;
    font-family: var(--bod);
    width: 60%;
    border-radius: 5px;
    padding: 8px;
    font-size: 14px;
    margin-top: 0.5em;
    border: 1px solid #ddd;
    margin-bottom: 0.5em;
}
 .rsvp .inner .form-rsvp .button-rsvp{
    width: 100%;
    margin-top: 2em;
 }
.rsvp .inner .form-rsvp button:hover{
    background-color: var(--me2) !important;
}
.rsvp .inner .form-rsvp .button-datang.active{
    background-color: green !important;
}
.rsvp .inner .form-rsvp .button-tidak-datang.active{
    background-color: red !important;
}
.rsvp .inner .form-rsvp .button-rsvp{
    background: var(--pin);
    color: var(--put);
    border-radius: 5px;
    margin: 0.5em auto;
    display: inline-block;
    padding: 9px 40px;
    font-size: 16px;
    border: 0;
    font-family: var(--bod);
    transition: all 0.25s ease-in-out;
    font-weight: 500;
}
.rsvp .inner .form-rsvp .button-rsvp:hover{
    background: var(--me2);
}
.orn37{
    width: 278px;
    left: -80px;
    top: -35px;
}
.orn38{
    width: 275px;
    bottom: -45px;
    right: -75px;
}
.orn18-1{
    height: 160px;
    margin: 0 auto 0 -7px;
}
.orn25-1{
    height: 160px;
    margin: -160px -7px 0 auto;
}

/* Ucapan */
.ucapan{
    position: relative; 
    display: flex;
    flex-direction: column;
    /*overflow: hidden;*/
    text-align: center;
    margin: 0;
}
.ucapan .inner{
    z-index: 99;
    position: relative;
    padding: 0 1.5em 2.5em 1.5em;
}
.ucapan .inner .judul{
    font-family: var(--lej);
    color: var(--mer);
    font-size: 30px;
    margin: 20px 30px;
    line-height: 63px;
}
.ucapan .inner .sub-judul{
    position: relative;
    display: block;
    margin: 0 0.5em 30px 0.5em;
}
.form-ucapan{
    padding: 0;
}
.form-ucapan .nama{
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 9px;
    background: #fff;
    padding: 8px;
    margin-bottom: 0.5em;
    font-family: var(--bod);
    font-size: 14px;
}
.form-ucapan .input-ucapan{
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 9px;
    padding: 8px;
    margin-bottom: 0.5em;
    max-height: 400px;
    font-family: var(--bod);
    background: #fff;
    font-size: 14px;
}
.form-ucapan .button{
    background-color: var(--pin);
    border: none;
    border-radius: 10px;
    padding: 9px 40px;
    margin-bottom: 0.5em;
    color: var(--put);
    float: right;
    font-family: var(--bod);
    font-size: 16px;
    font-weight: 500;
}
.ucapan .content{
    position: relative;
    margin-top: 3em;
    z-index: 4;
}
.ucapan .content .ucapan-list{
    border-top: 2px solid var(--pin);
    text-align: left;
    padding: 1.2em 0;
}
.ucapan .content .ucapan-list:first-child{
    border:none;
}
.ucapan .content .ucapan-list .nama{
    font-size: 20px;
	color: var(--mer);
    font-weight: 500;
}
.ucapan .content .ucapan-list .isi{
    margin: 1em 0;
}
.ucapan .content .ucapan-list .tanggal{
    font-size: 14px;
    opacity: 0.7;
}
.ucapan .foot{ 
    z-index: 4;
    margin: 0;
    text-align: center;
}
.ucapan .load-ucapan{
    background-color: var(--pin);
    border: none;
    border-radius: 10px;
    padding: 9px 40px;
    margin-bottom: 0.5em;
    color: var(--put);
    font-family: var(--bod);
    font-size: 16px;
    font-weight: 500;
}

/* Footer */
.footer{
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 0 -50px 0;
}
.footer .inner{
    margin: 5em 0 12em 0;
    padding: 0 1em;
    text-align: center;
    position: relative;
    z-index:2;
}
.footer .tanggal{
    font-size: 18px;
    letter-spacing: 3px;
    position: relative;
    margin: -20px auto 30px;
}
.footer .hashtag{
    font-size: 15px;
    font-style: italic;
    position: relative;
}
.footer .inner .judul{
    font-size: 27px;
    font-family: var(--lej);
    color: var(--mer);
    margin: 10px auto;
}
.footer .inline{
    line-height: 70px;
}
.and{
    font-family: var(--cit) !important;
}
.footer .inline:first-child{
    padding-left: 10px;
}
.footer .inline:last-child{
    padding-right: 10px;
}
.orn45{
    width: 166px;
    bottom: 45px;
    left: 45px;
}

/* Kredit */
.kredit{
    background-color: var(--bir);
    z-index: 5;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    padding: 1em;
    font-size: small;
}
.kredit img{
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    height: 3em;
}
.inline{
    display: inline-flex;
}

/* Musik */
.button-music{
    position: fixed;
    bottom: 12px;
    left: 12px;
    width: 50px;
    height: 50px;
    font-size: 52px;
    text-align: center;
    color: var(--me2);
    background-color: var(--put);
    border-radius: 25px;
    z-index: 99;
    display: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.12), 0 16px 16px rgba(0,0,0,0.12);
}
.button-music .inner i{
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
