@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap');
@import url("clouds.css");
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');

/* important CSS property for JS script  work start */
.congrats-screen {
	position: fixed;
	top: -100%;
	width: 100%;
	height: 100%;
	background-image: url(../img/accept-bg.jpg);
	background-size: cover;
	z-index: 100500;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pushed__box {
	top: 0;
	left: 0;
}

/* important property for JS script to work end */

.congrats-screen__gratitude-box {
	display: flex;
	margin: auto;
	flex-direction: column;
}

.congrats-screen__gratitude-box {
	background: rgba(17, 48, 151, 0.562);
	backdrop-filter: blur(2px);
	border-radius: 12px;
	font-family: 'Marck Script', cursive;
	color: #FFFFFF;
	padding: 20px;
	text-align: center;
}

.gratitude-box__heading {
	font-size: 26px;
	line-height: 23px;
	font-weight: 400;
	margin-bottom: 0;
}

.gratitude-box__text-mentor-name {
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
	margin: 5px auto 0 auto;
}

.gratitude-box__text-for {
	margin-top: 30px;
	font-size: 28px;
	line-height: 23px;
}

.gratitude-box__text-smile {
	font-size: 18px;
	margin-top: -15px;
}

.gratitude-box__text-regards {
	font-size: 22px;
	line-height: 20px;
	text-align: center;
}

@media (min-width: 900px) {

	.gratitude-box__heading {
		font-size: 44px;
		line-height: 56px;
	}

	.gratitude-box__text-mentor-name {
		font-size: 40px;
		line-height: 51px;
		margin: 25px auto 0 auto;
	}

	.gratitude-box__text-for {
		font-size: 36px;
		line-height: 1.5;
		margin: 30px;
	}

	.gratitude-box__text-smile {
		font-size: 26px;
		margin-top: -15px;
	}

	.gratitude-box__text-regards {
		font-size: 20px;
		text-align: center;
	}
}

.gratitude-box__text-march {
	font-size: 36px;
}

.fireworks {
	position: fixed;
	height: 100%;
	width: 100%;
}

.tour-balloon-png {
	overflow: visible;
	cursor: pointer;
	max-width: 150px;
}

#confetti-btn {
	display: none;
}

.flying-balloon {
	animation: tour-balloon-png linear 15500ms alternate infinite forwards;
	position: absolute;
	transform: translateX(0) translateY(0);
	z-index: 1;
	animation-play-state: paused;
}

@keyframes tour-balloon-png {
	0% {
		transform: translateX(20vw) translateY(15vh);
	}

	100% {
		transform: translateX(10vw) translateY(10vh);
	}
}

.text-animation {
	overflow: hidden;
}

.text-animation .letter {
	display: inline-block;
	line-height: 1em;
}

.ml5 {
	position: relative;
}

.ml5 .text-wrapper {
	position: relative;
	display: inline-block;
	padding-top: 0.1em;
	padding-right: 0.05em;
	padding-bottom: 0.15em;
	line-height: 1em;
}

.ml5 .letters {
	display: inline-block;
	opacity: 0;
}

@media (min-width: 769px) {
	.ml5 .line {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 3px;
		width: 100%;
		background-color: #fff;
		transform-origin: 0.5 0;
	}
}