/* 
Theme Name: Hello Elementor child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: This is a child theme of Hello Elementor
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Landing page */ 

.campaign-button a{
	background: linear-gradient(225deg, #CD9E23 10.03%, #F1E89B 53.78%, #F1BD35 88.16%);
}
.gradient-text-color{
	background: linear-gradient(225deg, #C49337 10.03%, #FCF7CE 31.51%, #EDCD78 48.7%, #A7602B 59.25%, #FDF8D0 74.48%, #BB9138 88.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.prize-number{
	font-family: "Nunito Sans";
	font-size: 150px;
	font-style: normal;
	font-weight: 700;
	line-height:45px;
}
.lp-hero-section{
	width:95%;
	max-width:1400px;
	margin:auto;
}