/*html{*/
/*    scroll-behavior:auto !important;*/
/*}*/

/* RESET */
/*html,*/
/*body{*/
/*    margin:0;*/
/*    padding:0;*/
/*    overflow-x:hidden;*/
/*}*/

/* body lock */
/*body.lock-scroll{*/
/*    overflow:hidden;*/
/*    height:100dvh;*/
/*    position:fixed;*/
/*    width:100%;*/
/*    touch-action:none;*/
/*}*/

/* OPENING SCREEN */
/*.opening-screen{*/
/*    position:fixed;*/
/*    inset:0;*/
/*    width:100%;*/
/*    height:100dvh;*/

/*    z-index:99999;*/
/*    background:#000;*/

/*    display:flex;*/
/*    justify-content:center;*/
/*    align-items:center;*/

/*    overflow:hidden;*/

/*    opacity:1;*/
/*    visibility:visible;*/

/*    transition:*/
/*        opacity .8s ease-out,*/
/*        visibility .8s ease-out;*/

/*    will-change:opacity;*/
/*}*/

/* fade out */
/*.opening-screen.fade-out{*/
/*    opacity:0;*/
/*    visibility:hidden;*/
/*    pointer-events:none;*/
/*}*/

/* tombol */
/*#buka-undangan{*/
/*    cursor:pointer;*/
/*    transition:transform .3s ease;*/
/*}*/

/*#buka-undangan:hover{*/
/*    transform:scale(1.05);*/
/*}*/

/* isi utama */
/*.mobile-wrapper{*/
/*    margin:0 auto;*/
/*    background:#fff;*/
/*    position:relative;*/
/*}*/