@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif&family=LXGW+WenKai+TC&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tulpen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');




*{
    box-sizing: border-box;
}


body{
    margin:0;
    padding:0;
    /*font-family: "Quicksand", sans-serif;*/
    /*font-family: "Cactus Classical Serif", serif;*/
    /*font-family: "Montserrat", sans-serif;*/
    /*font-family: "Cormorant", serif;*/
    /*font-family: "Lato", sans-serif;*/
    /*font-family: "Work Sans", sans-serif;*/
    font-family: "Abel", sans-serif;
    /*overflow:hidden;*/
}

.judul{
    font-family: "Cormorant", serif;
    font-size:2rem;
    color:#8a8383;
}

.judul2{
    font-family: "Cormorant", serif;
    font-size:1.5rem;
    color:#8a8383;
    line-height:10px;
    font-weight:600;
}

.judul3{
    /*line-height:10px;*/
    /*display:block;*/
    margin:0;
}

.teks_undangan{
    
    font-family: "Work Sans", sans-serif;
    font-size:1.5rem;
    font-weight: 500;
    /*line-height:3px;*/
    margin:15px 0;
}

.teks_judul_nama{
  font-family: "Tulpen One", sans-serif;
  font-size:4rem;
  /*line-height:4px;*/
  /*line-height:10px;*/
}

.teks_waktu{
    font-family: "Work Sans", sans-serif;
    font-size:0.98rem;
    font-weight: 400;
    line-height:3px;
}

.teks_alamat{
  font-family: "Source Sans 3", sans-serif;
    font-weight: 300;
    /*line-height:6px;*/
    margin:0;
}

.teks_jam{
    font-family: "Lato", sans-serif;
    font-weight:400;
    font-size:2.4rem;
}

.teks_nama{
  font-family: "Tulpen One", sans-serif;
  font-size:4rem;
  /*line-height:4px;*/
}

.teks_nama2{
  /*font-family: "Tulpen One", sans-serif;*/
  font-size:1.4rem;
  font-weight:600;
  /*line-height:4px;*/
}

.kuot{
    font-family: "Cormorant", serif;
    letter-spacing:1.1px;
}


.tutup{
    width:480px;
    min-width:320px;
    margin:0 auto;
    min-height:500px;
    /*background:#DEDEDB;*/
    /*position:relative;*/
}

.tutup_isi_undangan{
    /*display:none;*/
    /*position:absolute;*/
    /*bottom:100%;*/
    /*left:0;*/
    /*position: absolute; left: -999em;*/
}

.buka_undangan{
    /*position:relative;*/
    /*bottom:0;*/
    /*left:0;*/
}

.kotak{
    min-height:200px;
}

.kotak_tinggi{
    min-height:100vh;
}

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

.kotak_pad{
    padding:10px;
}

.kot1, .kot2{
    position:relative;
    /*border:1px solid black;*/
}

.kot1::before{
    content: "";
    /*background-image: url(img1.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
    /*opacity: 0.23;*/
    top: 0;
    left: 0;
    position: absolute;
    width:100%;
    height:100vh;
    z-index:-2;
}

.kot1::after{
    content: "";
    background:#DEDEDB;
    opacity: 0.4;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1; 
    width:100%;
    height:100vh;
    z-index:-1;
}

.kot1 .kotak_img{
    width:100%;
    text-align:center;
}

.kot1 img{
    width:280px;
    /*margin:0 auto;*/
    /*border-radius:8px;*/
    border-radius:40px;
    border-top-right-radius: 280px;
    border-top-left-radius: 280px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.14);
}


.kot2::before{
    content: "";
    /*background-image: url(img2.jpg);*/
    /*background-attachment:fixed;*/
    /*background-attachment: fixed;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.2;*/
    top: 0;
    left: 0;
    position: absolute;
    width:100%;
    height:100vh;
    z-index:-2;
}

.kot2::after{
    content: "";
    background:#000;
    opacity: 0.2;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1; 
    width:100%;
    height:100vh;
    z-index:-1;
}

.kotak_mem{
    width:90%;
    margin:20px auto;
    position:relative;
    /*padding-bottom:20px;*/
}

.kotak_mem img{
    /*object-fit: cover;*/
    /*object-position: center center;*/
    width: 100%;
}

.kotak_mem_nama{
    /*background:#929292;*/
    /*opacity:0.3;*/
    width:calc(100% - 40px);
    position:absolute;
    bottom:20px;
    left:20px;
    min-height:150px;
    padding:10px;
    color:#fff;
    border-radius:5px;
    z-index:3;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.kotak_mem_nama::before{
    content: "";
    background:#929292;
    opacity:0.4;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
    border-radius:5px;
    pointer-events: none;
}

.tutup_galeri{
    z-index:100;
    background:rgba(0,0,0,0.8);
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    display:none;
    /*text-align:center;*/
    
}

/*.slideshow-container{*/
    /*position:relative;*/
    /*margin:auto;*/
    /*width:100vw;*/
    /*height:100vh;*/
    /*border:1px solid red;*/
    /*display:flex;*/
    /*align-items:center;*/
    /*justify-content:center;*/
    /*padding:10px;*/
/*}*/

.mySlides img{
    max-height:85vh;
    border-radius:5px;
    /*margin:auto;*/
}

.mySlides {
    display: none;
}

.kotak_slide{
    position:absolute;
    top:0;
    left:0;
    /*margin:auto;*/
    width:100vw;
    height:100vh;
    /*border:1px solid red;*/
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    /*width: auto;*/
    /*padding: 16px;*/
    /*margin-top: -22px;*/
    color: white;
    font-weight: bold;
    font-size: 24px;
    transition: 0.6s ease;
    user-select: none;
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.prev ion-icon, .next ion-icon, .galeri_tutup ion-icon{
    font-size:35px;
}

/* Position the "next button" to the right */
.prev {
  left: 5vw;
  border-radius: 0 3px 3px 0;
}

.next {
  right: 5vw;
  border-radius: 3px 0 0 3px;
}

.numbertext{
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
    
}

.zoom {
  animation-name: zoom;
  animation-duration: 0.5s;
}


@keyframes zoom {
  /*from {left: -100px} */
  /*to {left: 0}*/
  /*from {opacity: .4} */
  /*to {opacity: 1}*/
  from {transform: scale(.8);} 
  to {transform: scale(1);}
}




.kotak_galeri{
    display:flex;
    padding:18px 18px 0 18px;
}

.galeri_kiri{
    width:60%;
    padding-right:10px;
    
    display: flex;
    flex-direction: column;
    justify-content:center
}

.galeri_kanan{
    width:40%;
    cursor:pointer;
}

.galeri_tutup{
  cursor: pointer;
  position: absolute;
  top: 20px;
  right:20px;
  color: white;
  font-weight: bold;
  font-size: 24px;
}

.galeri_foto{
    object-fit: cover;
    object-position: center center;
    width: 100%;
    aspect-ratio: 1/1;    
    /*border:1px solid black;*/
    margin-bottom:10px;
}

.pad10{
    padding:10px;
}

.pad20{
    padding:18px;
}

.pad20_samping{
    padding:18px;
    padding-top:0;
}

.pad30{
    padding:30px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}






.tutup_jalan{
    position:relative;
}

.tutup_jalan .awal, .tutup_jalan .akhir{
    height:30px;
}

.tutup_jalan .awal::before{
    position: absolute;
    content:'';
    left:12px;
    top:0;
    /*border-left:5px solid #D6D6D6;*/
    /*height:100px;*/
    width:20px;
    height:20px;
    border-radius:50%;
    background:#D6D6D6;
}

.tutup_jalan .akhir ::before{
    position: absolute;
    content:'';
    left:-12px;
    bottom:0;
    /*border-left:5px solid #D6D6D6;*/
    /*height:100px;*/
    width:20px;
    height:20px;
    border-radius:50%;
    background:#D6D6D6;
}

.kotak_jalan{
    width:100%;
    /*border:1px solid black;*/
    display:flex;
    padding-bottom:18px;
    position:relative;
}


.kotak_jalan .tengah{
    position: relative;
    /*border:1px solid black;*/
    display:flex;
    justify-content:center;
}

.kotak_jalan .garis{
    position: absolute;
    left:20px;
    height:100%;
    border-left:4px solid #D6D6D6;
}

.kotak_jalan .kanan{
    padding:0 0 0 10px;
}

/*.kotak_jalan .atas{*/
/*    color:var(--warna-teks2);*/
/*}*/

.tutup_jalan .kotak_kata{
    /*color:var(--warna-teks2);*/
    position: relative;
    /*border:1px solid #D6D6D6;*/
    /*border-bottom:3px solid #D6D6D6;*/
    
    font-family: "Source Sans 3", sans-serif;
    border-radius:5px;
    padding:12px 18px 15px 18px;
    width:100%;
    background:#F5F2EE;
    color:#675546;
    line-height:18px;
}

.tutup_jalan .kotak_kata span{
    font-weight:700;
    font-size:19px;
    line-height:25px;
}

.kotak_jalan .tengah .logo{
    width:44px;
    height:44px;
    border-radius:50%;
    border:5px solid #D6D6D6;
    /*background:#D5AF81;*/
    background:#675546;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:1;
}

.kotak_jalan .tengah .logo ion-icon{
    color:white;
    font-size:20px;
}

.tutup_jalan .kanan .kotak_kata::before{
    position: absolute;
    content:'';
    left:-8px;
    top:12px;
    
    width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 8px solid #F5F2EE;
	border-bottom: 10px solid transparent;
}



.form_input input[type=text], .form_input textarea, .form_input select{
    height:40px;
    width:100%;
    /*max-width:600px;*/
    /*min-width:500px;*/
    border-radius:12px;
    outline:none;
    border:1px solid #ccc;
    padding-left:10px;
    font-size:16px;
    border-bottom-width:2px;
    background:var(--bg);
    color:var(--warna-teks);
    margin:5px 0;
}

.form_input textarea{
    height:150px;
}

.form_input .tombol{
    /*color:#2C7CFF;*/
    /*border:1px solid var(--warna-utama);*/
    border-bottom-width:2px;
    border-radius:12px;
    padding:11px 23px;
    font-size:15px;
    cursor:pointer;
    transition:all .5s;
    font-family: 'Montserrat', sans-serif;
    color:#fff;
    font-weight:400;
    /*letter-spacing: 4px;*/
    background:#9A9292;
    margin-top:5px;
    border:none;
}

.form_input .tombol:hover{
    background:#ddd;
}

.btn_hadiah{
    color:#fff;
    background:#9A9292;
    border-radius:7px;
    border:none;
    padding:12px 40px;
    font-size:15px;
    cursor:pointer;
    text-decoration:none;
}

.kotak_kartu{
    display:none;
    
}

.kartu{
    /*border:1px solid black;*/
    border-radius:10px;
    width:100%;
    aspect-ratio: 1.8/1;
    background-image: url("https://rinduku.my.id/aset/img/card.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.33);
    font-family: "Orbitron", sans-serif;
    font-weight:600;
    padding:20px;
    margin-top:20px;
    position:relative;
}

.kartu_buka{
    display:block;
}

.kartu div{
    position:absolute;
    left:16px;
    bottom:30px;
}

.kartu img{
    height:40px;
    position:absolute;
    top:10px;
    right:15px;
}

.kartu .span1{
    /*font-size:1.7rem;*/
    font-size:1.9rem;
    color:#fff;
    text-shadow: 1px 1px 0px #000;
    line-height:40px;
    text-decoration:none;
}

.kartu .span2{
    font-size:1.2rem;
    color:#fff;
    text-shadow: 1px 1px 0px #000;
}

.kartu .rek_kecil{
    font-size:1.55rem;
    /*font-size:1.25rem;*/
}

.kartu ion-icon{
    cursor:pointer;
    margin-left:10px;
    color:#fff;
    font-size:20px;
}

.center{
    text-align:center;
}

.tombol2{
    text-decoration:none;
    /*border-bottom-width:2px;*/
    border-radius:20px;
    padding:11px 25px;
    font-size:15px;
    cursor:pointer;
    transition:all .5s;
    font-family: 'Montserrat', sans-serif;
    color:#fff;
    font-weight:400;
    /*letter-spacing: 4px;*/
    background:#9A9292;
    /*margin-top:5px;*/
    border:none;
    /*margin-bottom:20px;*/
    line-height:60px;
}

.tombol3{
    border-radius:3px;
    padding:10px 40px;
    font-size:13px;
    font-weight:600;
    cursor:pointer;
    /*transition:all .5s;*/
    font-family: 'Roboto', sans-serif;
    color:#fff;
    font-weight:400;
    /*letter-spacing: 4px;*/
    background:#9A9292;
    /*margin-top:5px;*/
    border:none;
    /*margin-bottom:20px;*/
    /*line-height:60px;*/
    animation: zoominout 2.6s ease-in infinite;
}

@keyframes zoominout {
    0% {
    transform: scale(1, 1);
    }
    50% {
    transform: scale(1.14, 1.14);
    }
    100% {
    transform: scale(1, 1);
    }
}

.divider{
    height:1px;
    width:50%;
    border-top:1px solid #A99D87;
    margin:0 auto;
}



.tutup_ucap{
    border:1px solid #e0dcd1;
    border-top-width:3px;
    border-radius:12px;
    max-height:80vh;
    overflow-y: scroll;
}

.kotak_ucap{
    border-bottom:1px solid #e0dcd1;
    padding:15px;
    color:#675546;
}

.kotak_ucap:last-child{
    border:none;
}

.kotak_ucap span:first-child{
    font-weight:600;
}


.tutup_ucap::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.tutup_ucap::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.tutup_ucap::-webkit-scrollbar-thumb {
  background: #ccc; 
}

/* Handle on hover */
.tutup_ucap::-webkit-scrollbar-thumb:hover {
  background: #999; 
}



.tutup_waktu{
    width:100%;
    display:flex;
    justify-content: space-between;
    /*padding:0 20vw;*/
    padding:0 20%;
    position:absolute;
    bottom:20vh;
    left:0;
    /*border:1px solid red;*/
}

.tutup_waktu .kotak_waktu{
    width:16%;
    text-align:center;
}


.tombol_audio{
    position:fixed;
    right:30;
    bottom:30;
    width:26px;
    height:26px;
    border-radius:13px;
    z-index:90;
    border:none;
    background:#9A9292;
    color:#EEE9E2;
    padding:0;
    z-index:90;
    /*display:flex;*/
    /*justify-content:center;*/
    /*align-items:center;*/
    display:none;
}

.tombol_audio ion-icon{
    font-size:16px;
    /*border:1px solid red;*/
}

.tampil{
    display:block;
}


@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}


.ig{
    color:#fff;
    text-decoration:none;
    cursor:pointer;
    /*border:1px solid black;*/
    display:flex;
    align-items:center;
}

.ig ion-icon{
    /*vertical-align:middle;*/
    margin-right:3px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------MEDIA--KECIL------*/

@media only screen and (max-width: 480px){
    
.tutup{
    width:100%;
}

.kot1 img{
    /*width:240px;*/
    /*border-radius:40px;*/
    /*border-top-right-radius: 240px;*/
    /*border-top-left-radius: 240px;*/
    width:50vw;
    border-radius:40px;
    border-top-right-radius: 50vw;
    border-top-left-radius: 50vw;
}
    
.mySlides img{
    /*max-height:70vh;*/
    width:100% ;
    /*max-height:;*/
}    

.prev {
  left: 0;
  background-color: rgba(0,0,0,0.5);
}

.next {
  right: 0;
  background-color: rgba(0,0,0,0.5);
}


.prev ion-icon, .next ion-icon, .galeri_tutup ion-icon{
    font-size:28px;
}

.galeri_tutup{
  top: 10px;
  right:10px;
}
    
}