@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@400;700&family=Montserrat:wght@400;700&display=swap');


.sakura-falling {
	overflow: hidden;
}

.sakura {
	/* background: -webkit-linear-gradient(120deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9));
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9)); */
	background: red;
	pointer-events: none;
	position: absolute;
}

.sakura {
	background: #7146BA;
}

/*******************************/

body {
	font-family: 'Montserrat', sans-serif;
	/* font-family: Arial, Helvetica, Sans-serif; */

	background: rgb(116, 209, 249);
	background: linear-gradient(0deg, rgba(116, 209, 249, 1) 0%, rgba(237, 226, 240, 1) 100%);


	color: #874562;
}





img {
	max-width: 100%;
	height: auto;
}

@media (max-width:900px) {

	.top-right-decoration,
	.top-left-decoration {
		max-width: 30%;
	}
}

.top-right-decoration {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

.top-left-decoration {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.title h1 {
	font-family: 'Dancing Script', cursive;
	font-weight: bold;
	font-style: normal;
	font-size: 60px;
	margin: 16px 0px;
	color: #7146BA;
}

.title h2 {
	font-family: 'Dancing Script', cursive;
	font-weight: bold;
	font-style: normal;
	margin: 16px 0;
	padding: 0;
	font-size: 40px;
	color: #e25c67;
	line-height: 1;
}

.dance-med {
	font-family: 'Dancing Script', cursive;
	font-weight: bolder;
	font-style: normal;
	font-size: 32px;
	color: #7146BA;
	margin: 16px;
	text-align: center;
}

.title h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 30px;
	color: #7146BA;
	margin-top: 5px;
}

.title p {
	color: #564861;
	margin: 30px 0 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	/* padding: 20px; */
	text-align: center;
	/* min-height:100%; */
}

/** **/

* {
	/* margin: 0;
    padding: 0; */
	font-family: 'Josefin Slab', serif;
}

body {
	display: flex;
	justify-content: center;
	align-items: center;
	/* height: 100vh;
    width: 100%; */
	flex-direction: column;
}

p {
	font-size: 20px;
	padding: 0px 10px;
}

.title {
	margin-bottom: 40px;
	margin-top: 20px;
}

#time {
	width: auto;
	height: auto;
	padding: 20px;
	background-color: #eee9;
	border-radius: 20px;
	font-size: 16px;
}

.venue {
	width: auto;
	height: auto;
	background-color: #7146BA;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	padding: 6px 10px 4px 10px;
	margin-right: 4px;
	margin-left: 4px;
	font-size: 14px;
}

.venue:hover {
	background-color: #e25c67;
}

.venue a {
	text-decoration: none;
	color: #fff;
}

.developers {
	font-size: 10px;
	width: 100%;
	text-align: center;
}

.actions a:hover {
	text-decoration: none;
}

.custom-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-radius: 10px;
	overflow: hidden;
}

.block {
	width: 120px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.days {
	background: linear-gradient(90deg, #b33a46, #9b313c);
}

.hours {
	background: linear-gradient(90deg, #a7c3cd, #90a9b2);
}

.minutes {
	background-color: #874562;
}

.seconds {
	background-color: #145689;
}

.date {
	color: #874562;
	font-weight: 900;
}

.place {
	color: #874562;
	font-weight: 900;
}

.footer {
	color: #564861;
	text-align: center;
	/* font-size: 16px; */
	margin: 24px;
}

.footer a:hover {
	text-decoration: none;
}

.phone {
	color: #874562
}

.end-msg {
	width: auto;
	height: auto;
	padding: 12px;
	background: linear-gradient(90deg, #b33a46, #9b313c);
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
	font-size: 24px;
}

a {
	text-decoration: none;
	color: #874562;
}

.happiness {
	color: #874562;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
	font-family: 'Montserrat';
}

.twitter {
	color: #874562;
}

.music {
	display: none;
}

.actions {
	display: inline-flex;
	font-size: 16px;
	letter-spacing: 0pt;
}

@keyframes heartbeat {

	0%,
	100% {
		color: #ffb3b3
	}

	35% {
		color: #ff1a1a
	}
}

.developers .heart {
	color: #ffb3b3;
	animation-name: heartbeat;
	animation-duration: 1.42857s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
}

.developers p {
	font-size: 16px;
}

button {
	border: none;
	background: transparent;
	cursor: pointer;
}

#comments {
	border: 2px solid #7146BA;
	border-radius: 5px;
	width: 50%;
}

@keyframes trackanimation {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 3831px 0;
	}
}

@keyframes caranimation {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-1415px, 0, 0);
	}
}

@keyframes cloudanimation {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 3840px 0;
	}
}

.overlay {
	width: 100%;
	height: 100%;
	z-index: -9999;
	background-image: url('./../assets/img/clouds.png');
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center center;
	position: absolute;
	animation: cloudanimation 40s linear 0s infinite;
	overflow: hidden;
}

.track-container {
	width: 100%;
	height: 400px;
	overflow: hidden;
	z-index: -9999;
	position: relative;
}

.track-container .track {
	width: 100%;
	height: 460px;
	background-image: url('../assets/img/road-bg.png');
	background-repeat: repeat-x;
	animation: trackanimation 60s linear 0s infinite;
	background-size: cover;
	position: absolute;
	overflow: hidden;
	z-index: -9999;
}

/* 
.track-container .car {
    background-image: url('../assets/img/car.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 360px;
    background-position: center center;
    z-index: 9999;
    background-size: contain;
} */



.car-animate svg {
	height: 100%;
}


@media (orientation: landscape) {

	/* body .overlay {
		width: calc(100%);
		aspect-ratio: 1.3333333333333333;
	} */
	.car-animate {
		position: absolute;
		height: 86%;
		animation: caranimation 30s linear infinite;
		right: -30%;
	}
}

@media (orientation: portrait) {

	/* body .overlay {
		height: calc(100%);
		background-position: 60% 0%;
	} */
	.car-animate {
		position: absolute;
		/* height: 70%; */
		width: 100%;
		/* animation: caranimation 30s linear infinite;
		right: 0; */
		bottom: 47px;
	}
}