/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Global Setting */

p {
	margin: 0;
}

/* Home Style */

.from_our_sec {
	position: relative;
}

.from_our_sec::before {
	content: "";
	position: absolute;
	width: 58px;
	height: 100%;
	background: url(https://dev-splenda-sweepstakes-2026.pantheonsite.io/wp-content/uploads/2026/01/Group-1321314729.png);
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	opacity: 1;
	border-radius: 0;
	background-repeat: round;
}

.home_form {}

.home_form p.label {
	color: #00573F;
	font-family: "Clearface Gothic LT Std";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 24px */
	margin-bottom: 9px;
}

.home_form input[type="text"], .home_form input[type="email"] {
	margin-bottom: 20px;
	border-radius: 44px;
	border-top: 1px solid #00573F;
	border-right: 1px solid #00573F;
	border-bottom: 3px solid #00573F;
	border-left: 1px solid #00573F;
	background: #FFFBE6;
	height: 48px;
	padding: 12px 24px !important;
	font-family: "Gotham Narrow";
}

.home_form input[type="submit"] {
	border-radius: 90px;
	border: 1px solid #FFFBE6;
	background: #00573F;
	box-shadow: 2px 2px 0 0 #F5F9D2;
	height: 60px;
	width: 100%;
	color: #F5F9D2;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FFFBE6;
	font-family: "Gotham Narrow";
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 100%; /* 18px */
	text-transform: uppercase;
	margin-top: 20px;
}

.from_our_sec {
	overflow: hidden;
}

.race_car_move {
	animation: carUp 5s linear infinite;
}

/* Animation */
@keyframes carUp {
	from {
		top: -150px;
	}
	to {
		top: 100%;
	}
}


.animated_tree {
	position: relative;
}

.animated_tree::before {
	content: "";
	position: absolute;
	width: 110%;
	height: 110%;
	background: #fff;
	z-index: -1;
	transform: rotate(22.04deg);
	border-radius: 50%;
	border: 1.799px solid #FFF;
	box-shadow: 0 0 3.597px 0 rgba(0, 0, 0, 0.04), 0 7.194px 14.389px 0 rgba(0, 0, 0, 0.08);
	top: -50px;
	left: -45px;
}

@media screen and (max-width:820px) {
	.animated_tree::before {
		left: -24px;
		top: -32px;
	}
}

@media screen and (max-width: 600px) {
	.from_our_sec::before {
		width: 100%;
		height: 56px;
		background-repeat: repeat;
		top: unset;
		bottom: 440px;
		display: none !important;
	}

	.race_car_move {
		position: absolute;
		left: 0 !important;
		right: 0 !important;
		top: unset !important;
		bottom: -250px !important;
		animation: unset !important;
		display: none !important;
	}

	.animated_tree svg {
		width: 100%;
	}

	.race_car_after {
		position: relative;
	}

	.race_car_after::after {
		content: "";
		position: absolute;
		width: 122%;
		height: 103px;
		background: url(https://dev-splenda-sweepstakes-2026.pantheonsite.io/wp-content/uploads/2026/01/Group-1321314760-4.png);
		bottom: -130px;
		background-size: cover;
		background-repeat: no-repeat;
		left: -38px;
	}


}
