:root {
    --vh: 1vh;
  }  

  html, body {margin: 0; height: 100%; overflow: hidden}

@import url('https://fonts.googleapis.com/css2?family=Fahkwang:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

@font-face {
	font-family: "AnnabelleJF";
	src: url("./font/annabelle-jf.ttf") format("truetype");
}

@font-face {
    font-family: "Tangier";
    src: url('./font/tangier-medium.otf');
}

@font-face {
	font-family: "Arima";
	src: url("./font/arima.ttf") format("truetype");
}

@font-face {
	font-family: "Katibeh";
	src: url("./font/katibeh.ttf") format("truetype");
}

@font-face {
	font-family: "Fahkwang";
	src: url("./font/fahkwang.ttf") format("truetype");
}

@font-face {
    font-family: "gautreaux";
    src: url("https://use.typekit.net/af/d5a0cb/00000000000000003b9b01a8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/d5a0cb/00000000000000003b9b01a8/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
            format("woff"),
        url("https://use.typekit.net/af/d5a0cb/00000000000000003b9b01a8/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

@font-face {
    font-family: "graphie";
    src: url("https://use.typekit.net/af/769ffb/00000000000000007735c405/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n5&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/769ffb/00000000000000007735c405/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n5&v=3")
            format("woff"),
        url("https://use.typekit.net/af/769ffb/00000000000000007735c405/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n5&v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
}

.font-gautreaux {
    font-family: "gautreaux", sans-serif;
}

.font-graphie {
    font-family: "graphie", sans-serif;
}

.font-tangier {
    font-family: "Tangier", sans-serif;
}

.font-arima {
    font-family: "Arima", sans-serif;
}

.font-katibeh {
    font-family: "Katibeh", serif;
}

.font-fahkwang {
    font-family: "Fahkwang", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.font-annabelle {
    font-family: "AnnabelleJF", serif;
}

.animate-preview-show {
    animation: showPreview 3s;
}

#btn-open-invitation {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: Fahkwang;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 25px;
    background-color: rgba(135, 45, 55, 0.8);
}

#btn-ig {
    fill: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-family: Fahkwang;
    background-color: rgba(135, 45, 55, 0.7);
    border-radius: 25px;
    border: 2px solid rgb(255, 255, 255);
}

.border-mempelai {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: contain;
}

.img-container {
    height: 147px;
    width: 147px;
    border-radius: 100%;
    border: 0px;
}

.border-disabled {
    --tw-border-opacity: 1;
    border-color: rgb(234 234 234 / var(--tw-border-opacity));
}

.img-mempelai {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.countdown-item {
    background: rgba(255, 255, 255, 0.7); 
    border-radius: 5px; 
    font-size: 36px; 
    color: rgb(135, 45, 55); 
    border: 3px solid rgb(255, 255, 255);
}

.btn-add-calendar {
    color: rgb(255, 255, 255);
    border-radius: 25px;
    background-color: rgba(135, 45, 55, 0.7);
    font-size: 11px;
    font-family: Fahkwang;
    border: 2px solid rgb(255, 255, 255);
}

.map-embed > iframe {
    width: 250px;
    max-width: 250px;
}

.btn-filter {
    color: rgb(255, 255, 255);
    border-radius: 25px; 
    background-color: rgba(135, 45, 55, 0.7); 
    font-size: 11px; 
    font-family: Fahkwang; 
    border: 2px solid rgb(255, 255, 255);
}

.btn-ucapan {
    color: rgb(255, 255, 255);
    border-radius: 5px;
    background-color: rgba(135, 45, 55, 0.9);
    font-size: 11px;
    font-family: Fahkwang;
    border: 2px solid rgb(255, 255, 255);
}

.input-ucapan {
    border-radius: 5px; 
    border: 1px solid rgb(135, 45, 55); 
    background-color: rgba(255, 255, 255, 0.5);
}

.btn-modal-ucapan {
    background-color: rgba(135, 45, 55, 0.9); 
    color: rgb(255, 255, 255); 
    font-size: 11px; 
    border-radius: 5px; 
    border: 2px solid rgb(255, 255, 255);
}

.video-embed {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn-hadiah {
    color: rgb(255, 255, 255);
    border-radius: 25px;
    background-color: rgba(135, 45, 55, 0.8);
    font-size: 12px;
    font-family: Fahkwang;
    border: 2px solid rgb(255, 255, 255);
}

.btn-copy {
    color: rgb(255, 255, 255);
    border-radius: 20px;
    background-color: rgb(125, 96, 62);
    font-size: 12px;
    font-family: Fahkwang;
    border: 0px solid rgb(192, 192, 192);
    display: inline
}

#thumbnail-carousel  {
    margin: auto;
    background-color: white;
}

.text-xs {
    font-size: 0.6rem;
    line-height: 0.75rem;
}

#thumbnail-carousel .splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 0;
}

#thumbnail-carousel .splide__slide .icon {
    fill: rgb(194, 163, 168);
    color: rgb(194, 163, 168);
}

#thumbnail-carousel .splide__slide.is-active .icon {
    fill: rgb(91, 60, 65) !important;
    color: rgb(91, 60, 65) !important;
}

#thumbnail-carousel .splide__slide .icon-name {
    fill: rgb(194, 163, 168);
    color: rgb(194, 163, 168);
}

#thumbnail-carousel .splide__slide.is-active .icon-name {
    fill: rgb(91, 60, 65) !important;
    color: rgb(91, 60, 65) !important;
}

#inv-open {
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    user-select: none;
    animation: preview-show;
}  

#sub {
    height: calc(calc(var(--vh, 1vh) * 100) - 63px);
    width: 100%; /* This will apply on medium screens and up */
    max-width: 451px;
    transition: all 0.5s;
}


.h-slide {
    height: calc(var(--vh, 1vh) * 100 - 63px);
}

.splide__slide.is-active {
    opacity: 1;
}


@keyframes showPreview {
    0% {
        opacity: 0;
    }
    18% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.slide-up-enter-active,
.slide-up-leave-active {
  transition:
    transform 1s ease-in-out,
    opacity 1s ease-in-out;
}
.slide-up-enter,
.slide-up-leave-to {
  transform: translateY(-100%);
  opacity: 0;
}

.fade-in-enter-active,
.fade-in-leave-active {
  transition:
    transform 1s ease-in-out,
    opacity 1s ease-in-out;
}

.fade-in-enter,
.fade-in-leave-to {
  transform: translateY(100%);
  opacity: 0;
}