/********** Template CSS **********/
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz@6..96&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ephesis&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amaranth&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');
@import url('https://fonts.googleapis.com/css2?family=Saira&display=swap');
:root {
    --primary: #CE9867;
    --secondary: #EE8694;
    --light: #FFFFFF;
    --dark: #6B6B6B;
    --black: #000000;
	--f-poppins: 'Poppins', sans-serif;
	--f-bodoni: 'Bodoni Moda', serif;
	--f-ephesis: 'Ephesis', cursive;
	--f-lobster: 'Lobster', sans-serif;
	--f-amarath: 'Amaranth', sans-serif;
	--f-merienda: "Merienda";
	--f-merienda-one : 'Merienda One';
	--f-salsa : 'Salsa', cursive;
	--f-saira: 'Saira', sans-serif;

	
}

body {
    font-size: 1.4rem;
    color: var(--dark);
	background-color: var(--secondary);
	font-family: var(--f-poppins);
}

/*** 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;
}

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

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

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

/*** Fonts ***/
.f-bodoni {
	font-family: var(--f-bodoni);
}

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



/*** 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(--secondary);
    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);
	}
}


/* POPUP Undangan */

.popup-undangan {
	position: relative;
	background: #F7F5F4;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

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



.popup-undangan .mdl-content .pop-up-1-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	max-height: 12rem;
}

.popup-undangan .mdl-content .pop-up-2-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	transform: scaleX(-1);
	max-height: 12rem;
}

.popup-undangan .mdl-content .modal-body {
	position: relative;
	z-index: 1;
	padding-top: 8rem;
  	padding-bottom: 5rem;
}


.popup-undangan .mdl-content .partner h1 {
    font-family: var(--f-ephesis);
	font-size: calc(2.4rem + 3.5vw);
  	line-height: calc(1.7rem + 3vw);
    color: var(--primary);
	font-weight: 400 !important;
	text-transform: capitalize;
}

.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: #FEF3DA;

}

.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: #F5C69B;
	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: var(--secondary);
}

.navbar-light .navbar-nav .nav-link .img img {
	transition: all .3 ease;
}

.navbar-light .navbar-nav .nav-link.active .img img {
	transform: scale(1.1);
	filter: brightness(0) invert(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-merienda);
    color: var(--primary);
}


/*** 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_b5fbfbb3eb6b2dc2676405d00b310a85.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
}

.core-0-1::before {
	content: "";
	background: rgba(247, 239, 235, 0.50);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}



/*** Sampul core-0 ***/
.core-0 {
	padding: 8rem 0;
	/* background-color: var(--secondary); */
}
.core-0 .card-image {
	position: relative;
	border-radius: 50px;
	width: 335px;
	height: 200px;
	overflow: hidden;
	transition: .3s;
	border: 4px solid var(--secondary);
}

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

.core-0 .core-0-1-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.core-0 .core-0-2-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	max-height: 21rem;
}

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



.core-0 .countdown .box {
    background-color: var(--secondary);
    border-radius: 10px;
	font-family: var(--f-amarath);
	color: var(--light);
	width: 7rem;
}

.core-0 .countdown .box span {
    font-size: 1.5rem;
	font-style: italic;
}

.core-0 .countdown .box p {
    font-size: 1.2rem;
	font-style: italic;
}

.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-1-bg {
	position: absolute;
	top: -15%;
	right: 0;
	z-index: 1;
	max-width: 16rem;
}
.core-1 .content .heading .picture img {
    max-width: 250px;
	filter: invert(75%) sepia(10%) saturate(1846%) hue-rotate(343deg) brightness(86%) contrast(86%);
}

.core-1 .content .heading .card-text {
    font-family:var(--f-amarath);
    font-size: 1rem;
    font-style: italic;
    line-height: 1.2;
	color: var(--primary);
}

.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: 200px;
	height: 200px;
    border-radius: 50%;
    overflow: hidden;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	right: 50%;
	border: 4px solid var(--secondary);

}

.core-1 .content .widget .card-image img {
	width: 100%;
	height: 100%;
}

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

.core-1 .content .widget .card-title {
    font-family: var(--f-ephesis);
    font-size: calc(1.7rem + 2.5vw);
    line-height: 1.2;
	color: var(--primary);
}

.core-1 .content .widget .card-text {
    font-family: var(--f-bodoni);
    font-size: .9rem;
    line-height: 1.2;
	color: var(--primary);
}


.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: #573D26;
    color: var(--light);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
}

.core-1 .and {
	font-family: 'Euphoria Script';
	padding: 1.5rem 0;
}


/*** Akad ***/
.core-2 {
	padding-top: 5rem;
	padding-bottom: 8rem;
	background: #FAE7DD;
}

.core-2 .img-core-2-t-1 {
    position: absolute;
    right: 0;
    top: -4rem;
    max-width: 5rem;
}
.core-2 .img-core-2-t-2 {
    position: absolute;
    right: 5rem;
    top: -4rem;
    max-width: 5rem;
    transform: rotate(57deg);
}

.core-2 .img-core-2-t-3 {
    position: absolute;
    right: 1rem;
    top: 4rem;
    max-width: 3rem;
}

.core-2 .img-core-2-b-1 {
    position: absolute;
    left: 3rem;
    bottom: 4rem;
    max-width: 9rem;
}
.core-2 .img-core-2-b-2 {
    position: absolute;
    left: -4rem;
    bottom: -9rem;
    max-width: 8rem;
    transform: rotate(57deg);
}
.core-2 .img-core-2-b-3 {
    position: absolute;
    left: 4rem;
    bottom: -2rem;
    max-width: 4rem;
}



.core-2 .content .card {
    box-shadow: 0px 15px 27px rgba(0, 0, 0, 0.31);
    border-radius: 20px;
    background-color: var(--secondary);
    border: 0;
}

.core-2 .content .card .card-title {
    font-size: 1.5rem;
    color: var(--light);
    font-family: 'Merienda One';
    margin-bottom: 1.5rem;
}

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

.core-2 .content .card .card-date {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: var(--light);
}

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


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

.core-3 .img-bg {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	width: 100%;
}

.core-3 .img-bg-2 {
	transform: rotate(180deg);
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	width: 100%;
}


.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;
	transition: .3s;
}

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

/*** Cerita  Core-4***/
.core--4 .header-title {
	padding: 4rem 0;
	background: var(--secondary);
}

.core--4 .header-title .core-4-1 {
	position: absolute;
	top: -2%;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
}
.core--4 .header-title .core-4-2 {
	position: absolute;
	bottom: -2%;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	transform: scale(-1, -1);
}


.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: 19px;
	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: rgb(245, 245, 245);
	border: 1px dashed var(--primary);
    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 #000000;
    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(--secondary);
    color: var(--light);
}

.core-4 .content .meet-time {
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 600;
	font-family: var(--f-salsa);
	margin-bottom: .5rem;
}

.core-4 .content .story {
	font-size: .9rem;
  	line-height: 1.2;
	font-family: var(--f-saira);
}


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

.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 .join-live {
    background-color: var(--secondary);
    padding: .5rem 1rem;
    border-radius: 20px;
    color: var(--light);
	font-size: 1.2rem;
}


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

.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;
}

.core-6 .card-bank::before {
	content: "";
	background-image: url(../images/core_6_img_1_b5fbfbb3eb6b2dc2676405d00b310a85.png);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 5rem;

}


.core-6 .card-bank .card-logo {
	border-bottom: 5px solid #FAE7DD;
	padding-bottom: .5rem;
	position: relative;
	z-index: 2;
}

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

.copy-text {
    line-height: 0
}

.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(--secondary);
}

.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 {
    color: var(--black);
    font-size: 1rem;
    padding: 1rem;
	background-color: var(--light);
	border-radius: 10px;
	margin-top: 1rem;

}

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

.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 {
    line-height: 1.1rem;
    padding-bottom: .2rem;
	font-size: .9rem;
}

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





/*** Protokol ***/
.core-8 {
	text-align: center;
	padding: 5rem 0 2rem;
    position: relative;
}

.core-8 .box {
	max-width: 600px;
	margin: auto;
}

.core-8 .core-8-img-1 {
	max-height: 2rem;
}

.core-8 .core-8-img-2 {
	transform: scaleY(-1);
	max-height: 2rem;
}

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


.core-8 .card-title {
	color: #573D26;
	font-family: var(--f-ephesis);
	font-size: calc(2.5rem + 1.5vw);
}
.core-8 .card-day {
	color: var(--black);
	font-size: calc(0.8rem + 0.5vw);
	font-family: var(--f-merienda);
}



.core-8 .bg-core-8 {
	position: absolute;
	bottom: -1px;
	left: -2px;
	right: 0;
	width: 101%;
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}


/*** Footer ***/
footer {
    position: relative;
	padding: 1rem 2rem 8rem;
	background-color: var(--secondary);
	width: 100%;
	height: 100%;
	z-index: 99;
}


footer .copyright p {
	font-size: 1.2rem;
	color: var(--light);
	font-family: var(--fonts-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: red;
	cursor: pointer;
	transition: all .35s linear;
}

#playbtn:hover {
	-webkit-text-fill-color: red;
}
