/********** Template CSS **********/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caramel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Elsie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ephesis&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Galada&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Salsa&display=swap');


:root {
    --primary: #3E5637;
    --secondary: #EBA22E;
	--tertiary: #506C47; 
	--quaternary: #DEE1D9; 
    --light: #FFFFFF;
    --dark: #6B6B6B;
    --black: #000000;
	--bg-color: #EFEFEF;
	--f-open-sans: 'Open Sans', sans-serif;
	--f-caramel: 'Caramel', cursive;
    --f-elsie: 'Elsie', serif;
    --f-ephesis: 'Ephesis', cursive;
    --f-bodoni-moda: 'Bodoni Moda', serif;
    --f-lobster: 'Lobster', sans-serif;
    --f-merienda: "Merienda";
	--f-merienda-one : 'Merienda One';
	--f-salsa : 'Salsa', cursive;
}

.f_caramel {
	font-family: var(--f-caramel) !important;
}

.f_elsie {
	font-family: var(--f-elsie) !important;
}

.f_merienda {
	font-family: var(--f-merienda) !important;
}


body {
    font-size: 1rem;
    color: var(--dark);
	background-color: var(--quaternary);
	font-family: var(--f-open-sans);
	line-height: 1.2;
}

/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}

p {
    margin-bottom: 0;
}


/*** Gradient Text & BG ***/
.txt-first {
    color: var(--primary);
}

.bg-first {
    background-color: var(--primary);
    color: var(--light);
}

.bg-second {
    background-color: var(--secondary);
    color: var(--light);
}

.txt-second {
    color: var(--secondary);
}


.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.w-fit {
	width: fit-content;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.z-1 {
    z-index: 1;
}
.z-2 {
    z-index: 2;
}
.z-3 {
    z-index: 3;
}


/*** Button ***/

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    border: none;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}

.card-btn {
	display: flex;
	justify-content: center;
}

.card-btn a, .card-btn button {
	border: none;
    background: var(--secondary);
    color: var(--light);
    padding: .5rem 1.5rem;
    border-radius: 20px;
	font-size: 1rem;
	font-weight: 500;
	position: relative;
	transition: 0.3s; 
	overflow: clip;
	z-index: 2;
	display: flex;
	align-items: center;
  	width: fit-content;
}

.card-btn a i, .card-btn button i {
	font-size: 1.3rem;
}

.card-btn a::before, .card-btn button::before {
	content: "";
	background: linear-gradient(180deg, var(--primary) -31.01%, var(--secondary) 130.82%);
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .3s ease-in-out;
	z-index: -1;
}

.card-btn a:hover::before, .card-btn button:hover::before {
	height: 100%;
}



/*** Custom ***/
.container-1000 {
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
	overflow: hidden;
}

.container-1000.full-bg::before {
    content: "";
    background: var(--quaternary);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

/* Animated zoom-in-out-box Live */
.zoom-in-out-box {
    animation: zoom-in-zoom-out 5s ease infinite;
}

@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.zoom-in-out-box-flipXY {
    animation: zoom-in-out-box-flipX 5s ease infinite;
}

@keyframes zoom-in-out-box-flipX {
    0% {
		-webkit-transform:  scale(1) scale(-1, -1);
      	transform: scale(1) scale(-1, -1);
    }
    50% {
		-webkit-transform: scale(1.1) scale(-1, -1);
      	transform: scale(1.1) scale(-1, -1);
    }
    100% {
		-webkit-transform: scale(1) scale(-1, -1);
      	transform: scale(1) scale(-1, -1);
    }
}


.fade-left-fade-right {
	animation: fade-left-fade-right 10s ease infinite;
}

@keyframes fade-left-fade-right {
    0% {
      margin-left: -20px;
    }
    50% {
      margin-left: 20px;
    }
    100% {
      margin-left: -20px;
    }
  }


/* POPUP Undangan */


.popup-undangan {
	position: relative;
	background: url(../images/popup-bg-6a10371e8b2cab70a23b21fbc6c48637.webp);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--quaternary);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.popup-undangan .mdl-content {
	width: 100%;
}

.popup-undangan .mdl-content .popup-img-1 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	max-height: 35rem;
	opacity: .2;
}

.popup-undangan .mdl-content .popup-img-2 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	max-height: 35rem;
	transform: scale(-1, -1);
	opacity: .2;
}


.popup-undangan .mdl-content .partner {
	width: 100%;
}

.popup-undangan .mdl-content .partner .popup-content-name {
	display: flex;
	flex-wrap: wrap;
}

.popup-undangan .mdl-content .partner .popup-content-name .col-name {
	width: 49%;
	flex: 0 0 auto;
}

.popup-undangan .mdl-content .partner .popup-content-name .and {
	width: 2%;
	flex: 0 0 auto;
	margin-top: 2rem;
	margin-left: -1;
}

.popup-undangan .mdl-content .partner .card-men {
  	text-align: right;
	position: relative;
}

.popup-undangan .mdl-content .partner .card-men .popup-img-2-1 {
	position: absolute;
	bottom: -3.5rem;
	right: 0;
	z-index: 0;
	max-height: 2rem;
}

.popup-undangan .mdl-content .partner .card-woman {
	margin-top: 5rem;
  	text-align: left;
	position: relative;
}

.popup-undangan .mdl-content .partner .card-woman .popup-img-2-2 {
	position: absolute;
	top: -2.5rem;
	left: 2rem;
	z-index: 0;
	transform: scale(-1, -1);
	max-height: 2rem;
}


.popup-undangan .mdl-content .partner h1 {
    font-family: var(--f-caramel);
	font-size: calc(2.7rem + 3vw);
  	line-height: calc(1rem + 3vw);
    color: var(--primary);
	margin-bottom: 0;
	text-transform: capitalize;
}

.popup-undangan .mdl-content .partner .and {
	margin: .5rem 0;
}


.popup-undangan .mdl-content .open-content {
	padding-bottom: 6rem;
}

.popup-undangan .mdl-content .open-content p {
    color: var(--primary);
	text-transform: capitalize;
}

.popup-undangan .mdl-content .fa-angle-double-down {
    /* display: block;
    width: 3.5vw;
    height: 3.5vw;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(-45deg);
    margin: -53px; */
    animation: animate 2s infinite;
    color: var(--primary);
    transition: .4s;
}

.popup-undangan .mdl-content .fa-angle-double-down:hover {
    color: var(--primary);
}

.popup-undangan .mdl-content .fa-angle-double-down:nth-child(2) {
    animation-delay: -0.2s;
}

.popup-undangan .mdl-content .fa-angle-double-down:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(0) translate(0, -10px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(0) translate(0, 10px);
    }
}


/*** Navbar ***/
.navbar {
    transition: all 3s ease;
	opacity: 0;
	display: none;
}

.navbar.show {
	opacity: 1;
}

.navbar-light {
    position: fixed;
    width: 100%;
    top: auto;
    bottom: 15px;
    left: 0;
    z-index: 999;
    background-color: transparent;
}

.navbar-light .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-light .navbar-nav {
    border-radius: 20px;
    padding: 0.6rem 1rem;
	background-color: var(--secondary);

}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    padding: 0 .3rem;
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: var(--dark) !important;
    outline: none;
    transition: .5s;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link .img {
	max-width: 35px;
	overflow: hidden;
	/* background-color: var(--primary); */
	padding: 0.3rem;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease;
}

.navbar-light .navbar-nav .nav-link.active .img {
	background: #3E56374A;
}

.navbar-light .navbar-nav .nav-link .img img {
	filter: brightness(100);
	transition: .3s;
}

.navbar-light .navbar-nav .nav-link .img:hover img {
	transform: scale(1.1);
}

.navbar-light .navbar-nav .nav-link p {
    font-size: .7rem;
	color: var(--primary);
}

/* .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
} */

/* .navbar-light .navbar-nav .nav-link:hover::before,
.navbar-light .navbar-nav .nav-link.active::before {
    top: 0;
} */

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
  
    .navbar-light .navbar-nav .nav-link::before {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--primary) !important;
    }

    .navbar-light .navbar-brand h1 {
        background: linear-gradient(to bottom right, var(--primary), var(--secondary));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    
 

    .sticky-top.navbar-light .navbar-nav .nav-link::before {
        border-top-color: var(--primary);
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        background: linear-gradient(to bottom right, var(--primary), var(--secondary));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}



.header-title h1 {
    font-family: var(--f-lobster);
    color: var(--primary);
	font-size: 3rem;
}


/*** Countdown ***/
.countdown span {
    font-size: 1.5rem;
}

.countdown p {
    font-size: 1rem;
}

/*** Sampul core-0-1 ***/
.core-0-1 {
	background-image: url(../images/core-0-1-bg-6a10371e8b2cab70a23b21fbc6c48637.webp);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	padding-bottom: 10rem;
}

/*** Sampul core-0 ***/
.core-0 {
	padding-bottom: 8rem;
}
.core-0 .card-image {
	position: relative;
	border-radius: 0 0 25px 25px ;
	width: 100%;
	height: 230px;
	overflow: hidden;
	transition: .3s;
}

.core-0 .card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.core-side {
	position: absolute;
	max-height: 18rem;
	transition: .3s ease-in-out;
}

.core-0 .core-side.core-0-img-1 {
	bottom: 0;
	right: 0;
	z-index: 0;
	transform: scaleX(-1);
	
}


.core-0 .card-text {
	color: var(--primary);
	font-style: italic;
	text-align: center;
	font-size: calc(0.8rem + 0.5vw);
	font-weight: 700;
	font-size: 1rem;
}



.core-0 .countdown .box {
    background-color: var(--primary);
    /* border-radius: 10px; */
	font-weight: 700;
	color: var(--light);
	width: 7rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.core-0 .countdown .box:first-child {
	border-radius: 10px 0 0 10px;
}

.core-0 .countdown .box:last-child {
	border-radius: 0 10px 10px 0;
}


.core-0 .countdown .box span {
    font-size: 1.2rem;
}

.core-0 .countdown .box p {
    font-size: 1rem;
}

.core-0 .location a {
    background-color: var(--secondary);
    border-radius: 20px;
    padding: .5rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.core-0 .location a i {
    font-size: 1.5rem;
    color: var(--light);
}

.core-0 .location a p {
    color: var(--light);
    font-weight: bold;
    font-size: 1rem;
}

/*** Mempelai Core-1 ***/
.core-1 .core-side.core-1-img-1 {
	top: 21%;
	left: 0;
	z-index: 0;
	max-height: 200px;
}

.core-1 .core-side.core-1-img-2 {
	top: 70%;
	right: 0;
	z-index: 0;
	transform: scaleX(-1) translateY(-50%);
}
.core-1 .core-side.core-1-img-3 {
	bottom: -15%;
	left: 0;
	z-index: 3;
}

.core-1 .content .heading .picture img {
    max-width: 250px;
	filter: invert(27%) sepia(28%) saturate(649%) hue-rotate(61deg) brightness(91%) contrast(82%);
}

.core-1 .content .heading .card-text {
    font-style: italic;
	color: var(--primary);
	font-weight: 600;
	font-size: 1rem;
}

.core-1 .content .widget .core-1-mempelai {

	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(0);
	bottom: 0;
	z-index: 0;


}
.core-1 .content .widget .card-image {
	width: 240px;
  	height: 280px;
    border-radius: 107px;
    overflow: hidden;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	right: 50%;
	/* border: 4px solid var(--secondary); */

}

.core-1 .content .widget .card-image::after {
	content: "";
	border-radius: 107px;
	border-top: 3px solid #3E5637;
	border-right: 4px solid #3E5637;
	position: absolute;
	top: 0;
	left: 35px;
  	width: 195px;
  	height: 275px;
}

.core-1 .content .widget .card-image img {
	width: 200px;
	height: 270px;
	border-radius: 107px;
	box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.25);
}

.core-1 .content .widget .card-body {
	padding-top: 0;
	padding-bottom: 0;
}

.core-1 .content .widget .card-title {
    font-family: var(--f-ephesis);
    font-size: calc(1.7rem + 2vw);
	color: var(--secondary);
	font-weight: 700;
}

.core-1 .content .widget .card-text {
    font-family: var(--f-bodoni-moda);
    font-size: .9rem;
	color: var(--secondary);
}


.core-1 .content .widget .card-sosmed .btn-sosmed + .btn-sosmed {
    margin-left: .3rem;
}

.core-1 .content .widget .card-sosmed .btn-sosmed {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
    color: var(--light);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
}

.core-1 .and {
	font-family: 'Euphoria Script';
	padding: 1.5rem 0;
	color: var(--secondary);
}


/*** Akad ***/
.core-2 {
	margin-top: -80px;
	padding-top: 5rem;
	padding-bottom: 8rem;
	
}

.core-2 .core-2-bg {
	position: absolute;
	top: 0;
	left: 0;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	z-index: 2;
}

.core-2 .core-side.core-2-img-1 {
	bottom: -15%;
	right: 0;
	z-index: 2;
	transform: scaleX(-1);
}



.core-2 .content .card {
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    background-color: var(--primary);
    border: 0;
	position: relative;
	overflow: hidden;
}



.core-2 .content .card-title {
	position: relative;
	background: transparent;
	z-index: 0;
	color:white;
	font-size: 1.5rem;
	font-family: var(--f-merienda-one);
	width: fit-content;
	margin-bottom: -5px;
  	z-index: 2;
	
  }
  /* add a single stroke */
  .core-2 .content .card-title:before {
	content: attr(title);
	position: absolute;	
	-webkit-text-stroke: 0.4rem #3E5637; 
	left: 0;
	z-index: -1;
  }
  /* add a double stroke */
  .core-2 .content .card-title:after {
	content: attr(title);
	position: absolute;
	-webkit-text-stroke: 0.4rem #3E5637;
	left: 0;
	z-index: -2;
  }

.core-2 .content .card .box-day {
	height: 6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem;

}

.core-2 .content .card .card-day {
    font-size: 1.4rem;
    color: var(--light);
    font-weight: 400;
    font-family: var(--f-merienda);
    margin-bottom: .8rem;
}

.core-2 .content .card .card-date {
    font-size: 1.2rem;
    color: var(--light);
	font-family: var(--f-merienda);
	margin-bottom: .3rem;
}

.core-2 .content .card .card-hour {
    font-size: .8rem;
    color: var(--light);
}

.core-2 .content .card .card-address {
    font-size: .8rem;
    color: var(--light);
    font-family: 'Inria Serif';
    line-height: 1.1;
	padding: 1.4rem 1rem 1rem;
	position: relative;
	height: 5rem;
}

.core-2 .content .card .card-address::after {
	content: "";
	background: var(--tertiary);
	border-radius: 100% 100% 0 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	filter: drop-shadow(0px -4px 10px rgba(0, 0, 0, 0.25));
}


/*** Gallery Core-3***/
.core-3 {
	margin-top: -30px;
	padding-top: 3rem;
	padding-bottom: 8rem;
	background-image: url(../images/core-3-bg-6a10371e8b2cab70a23b21fbc6c48637.webp);
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.core-3 .core-side.core-3-img-1 {
	top: 50%;
	left: 0;
	z-index: 0;
	transform: translateY(-50%);
}

.core-3 video {
	width: 100%;
	height: 200px;
	transition: .3s ease;
}

.core-3 iframe {
	width: 100%;
	height: 200px;
	transition: .3s ease;
}

.core-3 .img {
	overflow: hidden;
	border-radius: 10px;
	height: 0;
	padding-bottom: 75%; /* Set a percentage value based on your desired aspect ratio */
	position: relative;
}

.core-3 .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--bg-color);
	transition: all ease-in-out .3s;
}

.core-3 .img:hover img {
	transform: scale(1.1);
}


/*** Cerita  Core-4***/
.core--4 {
	padding: 1rem 0;
	margin-top: -40px;
}

.core--4 .core--4-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.core-4-0 {
	margin-top: -60px;
	padding-top: 3rem;
	padding-bottom: 8rem;
	background-image: url(../images/core-4-0-bg-6a10371e8b2cab70a23b21fbc6c48637.webp);
    background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}


.core-4 .love-side-story {
    width: 100%;
}

.core-4 .core-side.core-4-img-1 {
	top: -50%;
	right: 0;
	z-index: 0;
	transform: scaleX(-1);
}

/* .core-4 .love-story .love-side-story::before {
	content: "";
	background: var(--secondary);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -43px;
	transition: .3s;
	transform: translateY(-50%);
	z-index: 1;

}

.core-4 .love-story .love-side-story::after {
	content: "";
	border-right: 1px dashed var(--secondary);
	position: absolute;
	top: 0;
	left: -30px;
	width: 1px;
	height: 100%;
	z-index: 0;
}

.core-4 .love-story:first-child .love-side-story::after {
	content: "";
	border-right: 1px dashed var(--secondary);
	position: absolute;
	top: 50%;
	left: -30px;
	width: 1px;
	height: 50%;
	z-index: 0;
}

.core-4 .love-story:last-child .love-side-story::after {
	content: "";
	border-right: 1px dashed var(--secondary);
	position: absolute;
	top: 0;
	left: -30px;
	width: 1px;
	height: 50%;
}

.core-4 .love-story .content::after {
	font-family: 'icomoon';
	content: "\f004";
	color: var(--primary);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 49%;
	left: -38px;
	font-size: 15px;
	transition: .3s;
	transform: translateY(-85%);
	z-index: 3;
} */


.core-4 .love-story.left {
    display: flex;
    justify-content: end;
}

.core-4 .love-story.left .love-side-story {
    width: 90%;
    
}

.core-4 .love-story .circle-border {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
}

.core-4 .love-story .circle-border .circle {
    position: relative;
    background: transparent;
    width: 20px;
    height: 100%;
}

.core-4 .love-story .circle-border .circle .c {
    position: relative;
	height: 100%;
}
.core-4 .love-story .circle-border .circle .c::before {
    font-family: 'icomoon';
	content: "\f004";
	color: var(--primary);
    width: 13px;
  	height: 15px;
	font-size: .8rem;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.core-4 .love-story .circle-border .circle::before {
    content: "";
    background-color: var(--secondary);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.core-4 .love-story .circle-border .circle::after {
    content: "";
    border: 1px dashed var(--secondary);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 9px;
    bottom: 0%;
}

.core-4 .love-story:first-child .circle-border .circle::after {
    height: 50%;
}

.core-4 .love-story:last-child .circle-border .circle::after {
    height: 50%;
    top: 0;
}

.core-4 .love-story.right {
    display: flex;
    justify-content: end;
}

.core-4 .love-story.right .love-side-story {
    width: 90%;
}




.core-4 .content {
    background-color: var(--light);
    border-radius: 10px;
    padding: 1rem;
    font-family: "Comic Neue", Sans-serif;
    font-size: 1.2rem;
    background: var(--primary);
    color: var(--light);
}

.core-4 .love-story .meet-time {
	position: relative;
	background: transparent;
	z-index: 0;
	color:white;
	font-size: 1.1rem;
	font-family: var(--f-salsa);
	width: fit-content;
	margin-bottom: -5px;
	margin-left: 1rem;
  	z-index: 2;
	
  }
  /* add a single stroke */
  .core-4 .love-story .meet-time:before {
	content: attr(title);
	position: absolute;	
	-webkit-text-stroke: .5rem #3E5637; 
	left: 0;
	z-index: -1;
  }


.core-4 .content .story {
	font-size: .8rem;
}


.core-4 .core-4-1-img {
    position: absolute;
    bottom: -50px;
    left: 0;
    max-height: 245px;
	z-index: 1;
	opacity: .2;
}

.core-4 .core-4-2-img {
    position: absolute;
    bottom: -50px;
    right: 0;
    max-height: 245px;
	transform: scaleX(-1);
	z-index: 1;
	opacity: .2;
}

/*** Live Core-5***/

.core-5 .core-side.core-5-img-1 {
	top: -11rem;
	left: 0;
	z-index: 0;
	transform:  translateY(-70%);
}
.core-5 .core-side.core-5-img-2 {
	top: 17rem;
	right: 0;
	z-index: 0;
	max-height: 20rem;
	transform: scaleX(-1) translateY(-50%);
}

.core-5 .content .card-text {
    color: var(--dark);
    font-size: 1rem;
}

.core-5 .content .img {
	width: 70px;
	height: 70px;
	max-width: 70px;
	max-height: 70px;
	display: flex;
	align-items: center;
}

.core-5 .content .img img {
	max-height: 55px;
}

.core-5 .content .mt-4 span {
	display: none;
}

.core-5 .content .join-live {
    background-color: var(--secondary);
    padding: .5rem 1rem;
    border-radius: 10px;
    color: var(--light);
	font-size: 1.2rem;
}

.core-5 .content span {
	font-size: .9rem;
	color: var(--dark);
}




/*** Amplop / Core 6 ***/
.core-6 {
    padding-bottom: 7rem;
}

.core-6 .core-side.core-6-img-1 {
	top: 15rem;
	left: 0;
	z-index: 0;

}

.core-6 .card-text {
    color: var(--dark);
    font-size: .9rem;
}

.core-6 .card-bank {
	background: var(--light);
	box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.31);
	border-radius: 20px;
	padding: 1.5rem;
	position: relative;
	overflow: hidden;
}
.core-6 .card-bank::before {
	content: "";
	background-image: url(../images/core_6_bg_6a10371e8b2cab70a23b21fbc6c48637.webp);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
}

.core-6 .card-bank::after {
	content: "";
	background-image: url(../images/core_6_img_6a10371e8b2cab70a23b21fbc6c48637.png);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 5rem;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
}



.core-6 .card-bank .card-logo {
	border-bottom: 5px solid var(--primary);
	padding-bottom: .5rem;
	position: relative;
	z-index: 2;
}

.core-6 .card-bank .card-logo img {
	max-height: 2rem;
}

.send-gifts .copy-text {
    line-height: 0;
	width: 40rem;
}

.copy-text input.text {
    color: var(--dark);
	font-weight: 800;
    border: none;
    outline: none;
    width: 122px;
    font-size: 20px;
	background-color: transparent;
	text-align: center;
}

.copy-text button {
    position: relative;
    padding: 8px 10px;
    background-color: var(--secondary);
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    z-index: 2;
}

.copy-text  button:active {
    background-color: var(--primary);
}

.copy-text button:before {
    content: "Copied";
    position: absolute;
    top: -28px;
    right: 35px;
    background-color: var(--primary);
    padding: 10px;
    border-radius: 20px;
    font-size: 10px;
    display: none;
	color: var(--light);
	width: 50px;
	height: 20px;
	z-index: 1;
}

.copy-text button:after {
    content: "";
    position: absolute;
    top: -12px;
    right: 55px;
    width: 8px;
    height: 8px;
    background-color: var(--primary);
    transform: rotate(45deg);
    display: none;
}

.copy-text.active button:before,
.copy-text.active button:after {
    display: flex;
	justify-content: center;
  	align-items: center;
}

.copy-text p {
    font-size: .8rem;
    color: var(--dark);
}

.core-6 .send-gifts .card-title {
	color: var(--dark);
}

.core-6 .send-gifts .card-address {
	color: var(--dark);
}


/*** Ucapan / Core 7 ***/



.core-7 {
	position: relative;
	overflow: hidden;
	border-radius: 55px;
	background: var(--primary);
	margin-top: -55px;
	z-index: 1;
}

.core-7 .header-title h1 {
	font-size: 1.8rem;
}

.core-7 .card {
	background-image: url(../images/core_7_bg_form_6a10371e8b2cab70a23b21fbc6c48637.webp);
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
} 

.core-7 #saveUserForm .form-control {
	box-shadow: 0 0.15rem 0.3rem rgba(0,0,0,0.15);
}


.core-7 #saveUserForm .submit {
	background: var(--primary);
	color: var(--light);
	border: 0;
	border-radius: 5px;
	padding: .3rem .8rem;
}



.core-7 .list-comments {
    padding-left: 1rem;
	padding-right: 1rem;
    overflow-y: scroll;
    max-height: 66vh;
    -ms-overflow-style: none;
    scrollbar-width: none;
	margin-top: 1rem;
}

.core-7 .list-comments .box-comment {
	background-image: url(../images/core_7_bg_form_6a10371e8b2cab70a23b21fbc6c48637.webp);
    background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	overflow: hidden;
    color: var(--black);
    font-size: 1rem;
    padding: 1rem;
	background-color: var(--light);
	border-radius: 10px;
	margin-top: 1rem;
	line-height: 2;

}

.core-7 .list-comments .box-comment .card-name {
	color: var(--black);
}

.core-7 .list-comments .box-comment .card-name span {
	font-size: 0.65rem;
	padding: 0.2rem 0.5rem;
	border-radius: 5px;
}


.core-7 .list-comments .box-comment .card-comment {
	color: var(--dark);
    line-height: 1.1rem;
    padding-bottom: .2rem;
	font-size: .9rem;
}

.core-7 .list-comments .box-comment .card-date {
    color: #919294;
	font-size: .7rem;
}





/*** Protokol ***/
.core-8 {
	text-align: center;
	padding: 5rem 0 8rem;
	margin-top: -50px;
    position: relative;
	background-image: url(../images/core_7_bg_form_6a10371e8b2cab70a23b21fbc6c48637.webp);
    background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 0;
}

.core-8 .box {
	max-width: 30rem;
	margin: auto;
}

.core-8 .doa {
	position: relative;
	/* padding: 2.5rem; */
	font-size: calc(1rem + 1vw);
	color: var(--dark);
	font-style: italic;
	line-height: 1.5;
}


.core-8 .card-day {
	color: var(--primary);
	font-size: calc(0.8rem + 0.5vw);
	font-family: var(--f-merienda);
}

.core-8 .card-title {
	color: var(--primary);
	font-family: var(--f-elsie);
	font-size: calc(1.5rem + 1.5vw);
}


/*** Footer ***/
footer {
    position: relative;
	padding: 2rem 2rem 8rem;
	margin-top: -100px;
	background-color: var(--primary);
	border-radius: 70px 70px 0 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}


footer .copyright p {
	font-size: 1.2rem;
	color: var(--light);
	font-family: var(--f-merienda);
}


/*** Music ***/
.player {
	position: fixed;
	bottom: 90px;
	right: 15px;
	z-index: 999;
}

#playbtn {
	font-size: 24px;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--secondary);
	cursor: pointer;
	transition: all .35s linear;
}

#playbtn:hover {
	-webkit-text-fill-color: var(--secondary);
}
