@font-face {
    font-family: 'AmstelvarAlpha Default';
    font-style: normal;
    font-weight: normal;
    src: local('../font/AmstelvarAlpha Default'), url('AmstelvarAlpha-Variations-noHVAR.woff') format('woff');
}

@font-face {
    font-family: 'AmstelvarAlpha Default';
    font-style: normal;
    font-weight: normal;
    src: local('../font/AmstelvarAlpha Default'), url('AmstelvarAlpha-Variations.woff') format('woff');
}

@font-face {
    font-family: 'Matterdi Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../font/'), url('Matterdi Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Amalfi Coast Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../font/'), url('../font/Amalfi-Coast.woff') format('woff');
}
@font-face {
    font-family: 'Magical Paradise Personal Use O Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../font/'), url('../font/MagicalParadisePersonalUseO-e9Zgp.woff') format('woff');
    }
.zapfino {
    font-family: 'Zapfino', sans-serif !important;
}
.text-sf {
    font-family: 'SF Pro Display', sans-serif;
}

.text-magical {
    font-family: 'Magical Paradise Personal Use O Regular', sans-serif;
}
html {
    font-size: 100%;
    font-family: "Volkhov", serif; 
    scroll-behavior: auto;
}

@media all and (max-width: 768px) {
    html {
        font-size: 100%;
    }
}
html,
body {
  overflow-x: hidden;
}
body {
    font-size: 18px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Libre Baskerville", serif;
    color: #000000;
    font-weight: 400;
    /* background-color: #343434 !important; */
    background: #481E19 !important;
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Libre Baskerville", serif !important;
    color: #343434;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

p {
    font-size: 18px;
    font-family: "Libre Baskerville", serif;
    line-height: normal;
}

.text-second {
    color: #E1847A ;
   
    
}
.text-red {
    color: #884942  !important;
}
.text-gold {
background: linear-gradient(
    90deg,
    #cfa44a,
    #f5e08e,
    #d4af37,
    #b8962e
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
}

.text-40 {
    font-size: 56px;
}

.nama-undangan {
    width: 100%;
    background: #602D27;
    padding: 7px 12px;
    
}

.ampersand {
    line-height: 70%;
    font-size: 32px;
  }

.leading-name {
    line-height: 90%;
}

@media all and (max-width: 767px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 14px;
    }
    h6 {
        font-size: 12px;
    }
    p {
        font-size: 14px;
    }
    p.info-nama {
        font-size: 12px !important;
        color: #878787 ;
    }
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: none;
    border-style: none !important;
}

section {
    scroll-snap-align: start;
}

.con {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: auto;
}

a:hover,
a:focus,
a:active {
    text-decoration: none !important;
    outline: none;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.btn2 {
    display: inline-block;
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    
    text-shadow: none;
  
    letter-spacing: 0;
    min-width: 200px;
    max-width: 220px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;


}

.btn3 {
    display: inline-block;
    padding: 7px 30px;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    
    text-shadow: none;
  
    letter-spacing: 0;
    
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;


}

.brown {
    background: #B0937D;
    color: #F0EAE8;
}

.green {
    background: #B0937D;
    color: #F0EAE8;
}
.outline {
    background: transparent;
    border: 1px solid #CE9728;
    color: #EBEBEB;
}

.outline2 {
    background: transparent;
    border: 1px solid #CE9728;
    color: #E1847A;
}


.btn2:hover {
    background: linear-gradient(
    90deg,
    #cfa44a,
    #f5e08e,
    #d4af37,
    #b8962e) !important;
    color: #2F1310 !important;
}

.mb25 {
    margin-bottom: 25px;
}

.mt25 {
    margin-top: 25px;
}

.mt50 {
    margin-top: 50px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pertama {
    background: url(../img/change/cover.jpg) center bottom, #232323;
    background-size: cover;
    color: #fff;
    width: 100%;
    min-height: 100vh;
    margin: auto;
    padding-bottom: 0px;
}

.text {
    padding-top: 50px;
}

.text h3 {
    font-family: 'Gayathri', sans-serif;
    color: #B0937D;
}

.foto-cover {
    margin: auto;
    padding: 25px 0;
}

.foto-cover img {
    min-width: 270px;
}

.initial {
    padding-top: 10px;
    color: #fff;
    width: 100%;

   
}


.initial2 {
    padding-top: 30px;
    color: #1a1a1a;
    width: 100%;
    z-index: -1;

   
}
.init-right{
    width: 100%;
    text-align: right;
    font-size: 120px;
    max-height: 120px;
    line-height: 400%;
}
.init-left{
    width: 100%;
    text-align: left;
    font-size: 120px;
    max-height: 120px;
    line-height: 400%;
    margin-top: -30px;
}
.initial2 .init-right{
    font-size: 120px;
    max-height: 120px;
    line-height: 250%;
    padding-right: 15px;

}
.initial2 .init-left{
    font-size: 120px;
    max-height: 120px;
    line-height: 350%;
    padding-top: 20px;

}
.rounded-2{
    border-radius: 5px;
}
.text-vollkorn {
    font-family: "Vollkorn SC", serif;
}
.init-name p{
    font-family: "Vollkorn SC", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 50px;
}

.text-intro{
    padding: 10px 30px;
    margin-top: 50px;

}
.text-intro h5{
    font-family: "Volkhov", serif; 
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;

}
.text-intro p{
    font-family: 'SF Pro Display', sans-serif;
    text-align: justify;
    font-size: 12px;
    color: #878787;

}
.initial img{
    width:100%;
   
}
.galeri img{
    border-radius: 0px;
    background: transparent;
}
.bg-pertama {
    position: absolute;
    z-index: 1;
}
.bg-green {
    background: #F0EAE8;
}

.daun1 {
    position: absolute;
    left: 65.12%;
    top: 5.81%;
    width: 60px;
    animation: wavy 7s infinite ease-in-out;
    transform-origin: right top;
}

.daun2 {
    position: absolute;
    left: 32.11%;
    top: 55.22%;
    width: 60px;
    animation: wavy 7s infinite ease-in-out;
    transform-origin: bottom;
}



.div-daun {
    position: absolute; left: 50%; transform: translateX(-50%); bottom: 20px;
}

.daun3 {
  
    position: relative;

    bottom: 0px;

    width: 180px;
    animation: wavy 7s infinite ease-in-out;
    transform-origin: left bottom;
}

@keyframes wavy {
    0%{
        transform: rotate(-5deg);
    }
    50%{
        transform: rotate(5deg);
    }
    100%{
        transform: rotate(-5deg);
    }
}

@keyframes bound {
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(20px);
    }
   
    100%{
        transform: translateY(0px);
    }
}

.thewed {
    width: 310px;
}

.nametitle{
    position: absolute;
    bottom: 27px;
    left: 50%;
    transform: translateX(-50%);
}
.date-first {
    position: absolute;
    bottom: -30px;
    left: 45px;
 }
.date-first p{
   font-size: 25px;
   line-height: 100%;
}

.date-first .line{
    height: 300px;
    width: 1px;
    background: #fff;
}
.inviteto {
    padding:280px 10px 30px 50px ;
    font-size: 12px;
}
.inviteto p {
    font-size: 12px;
}
@media (max-width:812px) {
    .pertama {
  
        min-height: 812px;
       
    }
    .text {
        padding-top: 70px;
    }
    .text h3 {
        font-size: 14px;
    }
    .foto-cover {
        margin: auto;
        padding: 25px 0;
    }
    .foto-cover img {
        min-width: 220px;
        max-width: 240px;
    }
    .daun1 {
        left: 80.12%;
    top: 8.81%;
    width: 35px;
    }
    .daun2 {
        position: absolute;
        left: 10.11%;
        top: 55.22%;
        width: 40px;
    }
  
    .initial {
        padding-top: 0px;
       
    }

    .daun3 {
      width: 120px;
    }
    .div-daun {
        position: absolute; left: 50%; transform: translateX(-50%); top: 715px;
    }
}

@media (max-height:736px) {
    .daun2 {
        position: absolute;
        left: 5.11%;
        top: 60.22%;
        
    }
    
}

@media (max-height:667px) {
    .daun2 {
        position: absolute;
        left: 5.11%;
        top: 70.22%;
        
    }
 
}
.foto-mempelai {
    position: relative;
    padding: 40px 40px;
    background: #200A07;
}
.kedua {
    background: #2F1310;
    width: 100%;
    min-height: 100vh;
  
    padding: 50px 50px 150px;
}

.text-white2{
    color: #EBEBEB ;
}
.content-1{
    display: flex;
    gap: 30px;
    font-size: 12px !important;
}

.content-1 p{
    font-size: 12px !important;
}
.content-1 img{
    width: 75px;
}
.katur {
    padding: 30px 30px 40px;
   
}

.dan {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.dan img {
    width: 80px;
}

.text-abu{
    color: #F4A5A5 !important;
}

.mempelai{
    position: relative;
    margin-bottom: 0px;
    

}
.bg-pattern {
    
    display: block;
    background: url(../img/svg/pattern2.svg) center center ;
    background-size: contain;
}
.bg-pattern div{

    width: 75px;
}
.mempelai h4{
    font-size: 18px;
    text-transform: uppercase;
}

.initial-pria{

    position: absolute;
    left: 5px;
    top: -120px;
}
.initial-wanita{
    z-index: 100;
    position: absolute;
    right: 0px;
    bottom: -190px;
}
.foto {
    border-radius: 0px;
    aspect-ratio: 3/4;
    object-fit: cover;
    width: 100%;
}

.wanita {
    display: flex;
    justify-content: end;
    color: #fff;
    margin-top: -100px;
    z-index: 3;
}
.wanita img {
    width: 60%;
}
.pria img {
    width: 60%;
}
.wanita div {
    width: 40%;
    padding: 110px 15px 5px 5px;
}
.pria div {
    width: 40%;
    padding: 80px 5px 5px 15px;
}
.pria{
    display: flex;
    color: #fff;
    z-index: 3;
}

.memp{
    font-family: "Vollkorn SC", serif;
    color: #fff;
    font-size: 14px;
}
.sosmed a{
    font-size: 14px;
    color: #fff;
    
}
.init-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}
.ug-thumb-wrapper.ug-tile.ug-tile-clickable {
    background: transparent !important;
    cursor: pointer;
}
.data-nama{
    margin-top: 40px;
    padding: 20px;
}

.quots {
    padding: 150px 0 50px;
}
.div-cincin {
    position: absolute;
    top: 110vh;
    left: 52%;
}

.cincin {
    position: relative;
    animation: wavy 5s infinite ease-in-out;
    transform-origin: right bottom;
}
.daun4{
    position: absolute;
    top: 105vh;
    left: 55%;
    animation: wavy 7s infinite ease-in-out;
    transform-origin: top left;
}



.text-undangan {
    padding: 10px;
    max-width: 500px;
}

.text-undangan p {
    font-family: 'SF Pro Display', sans-serif;
    color: #878787;
}

.batas1 {
    padding: 20px 0 30px;
}
.batas1 img {
    animation: wavy 8s infinite ease-in-out;
    transform-origin: top right;
}

.ourbig img {
    max-width: 300px;
}

.date {
    padding: 50px 0 70px;
}

.date img{
    width: 100%;
    max-width: 300px;
}


.kedua .button {
    margin: auto;
    display: block;
    align-content: center;
    text-align: center;
}

.bulan{
    font-size: 24px;
    line-height: 110%;
}
p.waktu {
    font-size: 14px !important;
}
.name p{
    line-height: 160%;
    font-size: 20px;

}
.text-date p{
    font-size: 128px;
    line-height: 100%;

}
.pt-100 {
    padding-top: 150px;
}
@media (max-width:812px) {
    .kedua {
       
        padding: 50px 0px 100px;
    }
    .quots {
        padding-top: 130px;
    }
    .quots p {
        font-size: 18px;
    }
    .text-undangan {
        max-width: 310px;
        padding: 30px 0 20px;
    }
    .text-undangan p {
        font-size: 13px;
    }
    .batas1 {
        padding: 20px 0 50px;
    }
    .ourbig img {
        max-width: 220px;
    }
    .date {
        padding: 50px 0 70px;
    }
    .btn2 {
        font-size: 13px;
        max-width: 200px;
        min-width: 200px;
        padding: 5px 0px 5px 0px;
    }
    .div-cincin {
        position: absolute;
        top: 930px;
        left: 52%;
    }
    .daun4{
        position: absolute;
        top: 862px;
        left: 55%;
     
    }
    .date img{
        width: 100%;
        max-width: 250px;
    }
}

.ketiga {
    
    width: 100%;
}

.item img {
    max-width: 500px;
}

.keempat {
    
    width: 100%;
    min-height: 100vh;
    background: #2F1310;
  
    color: #fff;
    padding: 40px 24px;
}


.keempat2 {
    background: url(../img/svg/venue-daun1.svg) 60% 10% no-repeat, url(../img/svg/venue-daun2.svg) 30% 70% no-repeat, url(../img/svg/venue-daun3.svg) center 90% no-repeat, #F0EAE8;
    width: 100%;
    min-height: 100vh;
    padding-top: 70px;
    text-align: center;
    color: #B0937D;
}


.vanue h4 {
    
    font-size: 40px;
    text-align: left;
}

.tempat h2 {
  
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    font-family: "Volkhov", serif; 
}

.tempat {
    display: flex;
    gap: 20px;
}

.alamat p {
    font-family: 'Laila', sans-serif;
    font-size: 20px;
    padding: 20px 0px 40px;
}
.alamat2 p {
    font-family: 'Laila', sans-serif;
    font-size: 20px;
    padding: 20px 0px 40px;
}

.cov {
    min-height: 100vh;
    background: url(../img/change/cover.jpg) center center;
    background-size: cover;
}
@media (max-width:812px) {
    .keempat {
      
   
        min-height: 100px;
    }
    .keempat2 {
        background-size: 40px, 40px, 120px;
        background-position: 85% 10%, 15% 70% , 80% 99%   ;
        padding-top: 10px;
   
        min-height: 600px;
    }
    .vanue h4 {
        font-size: 40px;
    }
    .tempat {
        padding-top: 10px;
    }
    .tempat h2 {
        font-size: 14px;
    }
    .alamat p {
        font-size: 13px;
        padding: 10px 0px 15px;
    }
    .alamat2{
        margin-top: 30px;
    }
    .alamat2 p {
        font-size: 12px;
        padding: 0px 0px 10px;
    }
 
}

.playpause {
    background-image: url(../img/play.png);
    background-repeat: no-repeat;
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
}

.scroll {
    position: absolute;
    right: 0px;
    top: 150px;
}
.keempat .scroll{
    right: 24px;
    top: 60px;

}
.scroll img{
    width: 40px;
    animation: bound 2s infinite ease-in-out;
}

.video {
   
    padding: 0;
   
    position: relative;
}

.video #player {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}

.video video {
    width: 100%;
}
.over {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #232323;
    opacity: 0.3;
}
.vidaloka {
    font-family: "Vidaloka", serif;
    font-weight: 400;
    font-style: normal;
  }

@media (max-width:812px) {
    .video .container {
        padding: 0;
    }
}

.kelima {
   
    width: 100%;
    min-height: 100vh;
    color: #fff;
    padding: 50px 24px;
    background: #481E19;
}
.gift {
    background: #481E19;
}

.text-undangan2 {
    padding: 20px 0 ;
    max-width: 700px;
}

.text-undangan2 p {
    
    color: #EBEBEB;
    font-size: 14px;
}

p.nama2  {
   
    
    font-size: 40px;
    padding: 40px 0 30px;
}

.guestbook-text {
    
    font-weight: bold;
    font-size: 16px;
    color: #E7B846;
    background: #602D27;
    border: none;
    padding: 15px 20px 15px;
    width: 500px;
}

.guestbook-select {
    font-family: "Libre Baskerville", serif;
    font-weight: bold;
    font-size: 16px;
    color: #E1847A;
    background: transparent;
    border: none;
    padding: 15px ;
    width: 100%;
    max-width: 500px;
    border: 1px solid #E7B846;
}
    

.input select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

select.guestbook-select {
    background-image: url(../img/select.svg);
    background-position: calc(100% - 30px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
    background-size: 20px;
    background-repeat: no-repeat;
}

.guestbook-textarea {
    
    color: #E7B846;
    background: #602D27;
    border: none;
    padding: 10px;
    width: 100%;
    max-width: 500px;
    font-size: 14px;
    border-radius: 0px;
    
}

.guestbook-textarea::placeholder {
    color: #884942;
    opacity: 1;
}

.guestbook-textarea:focus {
    outline: none !important;
    border: none;
    box-shadow: 0 0 10px #F0EAE8;
}

.guestbook-select:focus {
    outline: none !important;
    border: none;
    box-shadow: 0 0 10px #F0EAE8;
}

.guestbook-btn {
    font-family: 'laila', sans-serif;
    color: #B0937D;
    font-weight: bold;
    background: #F0EAE8;
    border: none;
    padding: 15px 0;
    width: 250px;
    transition: 2ms;
}

.guestbook-btn:hover {
    color: #F0EAE8;
    background: #303633;
}

.kelima .input {
    padding: 5px 0;
}

.kelima .button {
    padding-top: 35px;
}

.footer {
    min-height: 70px;
    font-size: 12px;
    background-color: #481E19;
   
}
.footer a{
    color: #878787;
}

.footer img {
    width: 200px;
}

.round {
    border-radius: 8px;
}
.headline{
    display: flex;
    gap: 10px;

}
.headline span {
    white-space: nowrap;
    font-size: 14px;
}

.guestbook .headline span {
    font-size: 48px;
}
.line2{
    
    height: 1px;
    background: #fff;
  
    flex-grow: 1;
}


.guestbook {
    padding: 30px 30px 100px;
    background: #2F1310;
}

.wish-con {
    width: 100%;
    height: 400px;
    overflow-y: scroll;
    padding: 10px 0;
    margin-top: 0px;
   
}
.wish-item {
    display: flex;
    gap: 10px;
  
    color: #fff;
    margin-bottom: 20px;
    
}
.nama{
    width: 30%;
}
.nama span {
    font-size: 9px;
}
.nama p{
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0;
    font-size: 12px;
    
color: #E7B846;
}
.pesan{
    width: 70%;
}
.pesan p{
    font-size: 12px;
    color: #F4A5A5;
}
/* Webkit-based custom scrollbar styling */
.wish-con::-webkit-scrollbar {
    width: 12px; /* Width of the vertical scrollbar */
    height: 12px; /* Height of the horizontal scrollbar */
}

.wish-con::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color of the scrollbar track */
    border-radius: 10px; /* Optional: rounded corners */
}

.wish-con::-webkit-scrollbar-thumb {
    background: #888; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Optional: rounded corners */
}

.wish-con::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color of the scrollbar thumb on hover */
}


@media (max-width:812px) {
    .ketiga .container {
        padding: 0;
    }
    .kelima {
        min-height: 812px;
    }
    .text-undangan2 {
        
        
    }
    .text-undangan2 p {
        font-size: 12px;
    }
    p.nama2  {
        
        text-align: center;
        line-height: 100%;
        font-size: 64px;
        padding: 10px 0 20px ;
    }
    .guestbook-text {
        font-size: 13px;
        padding: 10px 15px;
        width: 300px;
    }
    .guestbook-select {
        font-size: 14px;
        padding: 10px 15px;
        width: 100%;
    }
    select.guestbook-select {
        background-position: calc(100% - 15px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
        background-size: 20px;
        background-repeat: no-repeat;
    }
    
    .guestbook-btn {
        font-size: 13px;
        width: 150px;
        padding: 10px 15px;
        transition: 2ms;
    }
    .kelima .button {
        padding: 20px 0 15px;
    }
    
}

.right-open {
    width: 100px;            /* sesuaikan */
    position: relative;
    overflow: hidden;
  
    /* FLEX FIX */
    align-self: stretch;    /* kunci utama */
  }
  
  .pattern-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation: scrollUp 30s linear infinite;
  }
  
  .pattern-track img {
    display: block;         /* HILANGKAN GAP */
    width: 100%;
  }
  
  @keyframes scrollUp {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-50%);
    }
  }