/* body{
overflow:hidden !important;
} */
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

.btn-wrap a.elementor-button,
.gform_footer input[type=submit],
.anwp-pg-wrap .btn {
	padding: 18px 24px;
	font-family: "Product Sans";
	font-weight: 500;
	font-size: 18px !important;	
	background-color: #EA1B0E;
	color: #fff;
	border-radius: 34px;
	text-transform: uppercase;

}

.btn-wrap a.elementor-button:hover,
.btn-wrap a.elementor-button:focus,
.gform_footer input[type=submit]:hover,
.gform_footer input[type=submit]:focus,
.anwp-pg-wrap .btn:hover,
.anwp-pg-wrap .btn:focus {
	/* 	background-color: #5bb947 !important; */
	color: #fff !important;
	border-color: transparent !important;
}

header#masthead {
	display: block !important;
}

.ehf-header #masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	display: block;
	z-index: 999;
}


.header-wrapper {
	padding: 15px 0;
}

.header-wrapper .hfe-nav-menu {
	width: auto;
	float: right;
	align-items: center;
	display:flex !important;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .hfe-nav-menu ul li:first-child {
	padding-left: 0px;
}

.header-wrapper .hfe-nav-menu ul li {
	padding-left: 50px;
}

.header-wrapper .elementor-widget-navigation-menu .menu-item a.hfe-menu-item:hover,
.header-wrapper .elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item:hover,
.header-wrapper .elementor-widget-navigation-menu .menu-item.current-menu-item a.hfe-menu-item,
.header-wrapper .elementor-widget-navigation-menu .menu-item a.hfe-menu-item.highlighted,
.header-wrapper .elementor-widget-navigation-menu .menu-item a.hfe-menu-item:focus {
	color: #5bb947 !important;
}

.header-wrapper .hfe-nav-menu ul li a {
	padding: 10px 0 !important;
	color: #000000 !important;
	font-size: 18px;
}

.header-wrapper .hfe-nav-menu ul li:last-child a {
	display: inline-block !important;
	width: auto !important;
	padding: 16px 30px !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	text-transform: uppercase;
	background-color: #404f63 !important;
	color: #fff !important;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	border: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	outline: none !important;
}

.header-wrapper .hfe-nav-menu .hfe-nav-menu__toggle {
	margin: 0;
	float: right;
	visibility: hidden !important;
	opacity: 0 !important;
	display: none !important;
}

.header-wrapper .hfe-nav-menu .hfe-nav-menu-icon {
	padding: 2px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hfe-nav-menu-icon svg {
	width: 100%;
	height: 100%;
	line-height: initial;
	font-size: initial;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .logo-box .elementor-widget-image {
	width: 100%;
}

.header-wrapper .logo-box img {
	max-width: 140px;
	width: 100%;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}


.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}

.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}


body .gform_wrapper,
.gform_confirmation_wrapper {
	width: 100%;
	float: left;
}

body .gform_wrapper {
	margin: 0px 0;
}

body .gform_wrapper form {
	width: 100%;
	float: left;
}

body .gform_wrapper form .gform_body {
	float: left;
	width: calc(100% + 30px) !important;
	margin: 0 -15px !important;
}

body .gform_wrapper .gf_progressbar_wrapper {
	display: none;
}

body .gform_wrapper form .gform_body ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

body .gform_wrapper form .gform_body ul li.gfield {
	padding: 0px;
	width: 50%;
	float: left;
	padding: 0 15px !important;
	margin: 0 0px 30px !important;
	background-color: transparent;
	border: none;
	clear: inherit;
}

body .gform_wrapper form .gform_body ul li.gfield label {
	color: #000;
	font-family: 'Satoshi';
	font-size: 20px;
	font-weight: 500;
	margin-top: 0px !important;
	padding: 0 0px 10px;
	line-height: 120%;
}

body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
	font-size: 18px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: none;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
}

body .gform_wrapper form .gform_body ul li.gfield.full-box {
	width: 100%;
}

body .gform_wrapper form .gform_body ul li.gfield textarea {
	width: 100% !important;
	height: 177px !important;
	border-radius: 20px !important;
}

body .gform_wrapper form .gform_body ul li.description textarea {
	width: 100% !important;
}

body .gform_wrapper .validation_message {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 14px;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
}

body .gform_confirmation_message {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: normal;
	font-family: 'Satoshi-Regular';
	background-color: #029300;
	line-height: 125%;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 16px;
}

body .gform_wrapper div.validation_error {
	margin-bottom: 20px;
	border: none;
	background-color: #790000;
	color: #ffffff;
	padding: 18px 15px;
	line-height: 120%;
	font-size: 16px;
	display: flex;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
	width: 100%;
	float: left;
}

body .gform_body input[type=text],
body .gform_body input[type=email],
body .gform_body input[type=tel],
body .gform_body input[type=number],
body select,
body textarea {
	width: 100% !important;
	border: 0px solid rgb(155 155 155 / 70%) !important;
	border-radius: 30px !important;
	padding: 17px 29px !important;
	color: #000000 !important;
	box-shadow: none;
	font-family: 'Satoshi' !important;
	height: auto !important;
	font-weight: 300;
	line-height: 125% !important;
	letter-spacing: 0.5px;
	font-size: 16px !important;
	margin: 0 !important;
	background-color: transparent !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}

body select {
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 40px !important;
}

body .gform_wrapper textarea.small {
	height: 80px;
}

body .gform_wrapper .gform_page_footer {
	padding: 0 15px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	float: right;
	margin-top: 10px;
	border: none;
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
	color: #ffffff !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0px !important;
	line-height: 120%;
}



/* footer */
.copyright_text p{
	margin:0px;
	opacity:0.5;
}
.btn-wrap a.elementor-button, .gform_footer input[type=submit], .anwp-pg-wrap .btn {
	border: none !important;
	cursor: pointer;
}
.elementor-253 .elementor-element.elementor-element-d3633c8 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-253 .elementor-element.elementor-element-d3633c8 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
	display:none;
}
.elementor-253 .elementor-element.elementor-element-1da7c2a .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-253 .elementor-element.elementor-element-1da7c2a .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
	display:none;
}

.gform_legacy_markup_wrapper .gform_footer {
	width: auto;
	text-align: center;
}
.contact_short_form #field_1_1,
.contact_short_form #field_1_2,
.contact_short_form #field_1_6{
	width:33% !important;
}
.contact_short_form .gform_heading h3{
	display:none;
}
.form_inner .ginput_container{
	background: #FFE8A4;
	border-radius: 50px;
}
.contact_short_form .gform_body input[type=text],  .contact_short_form .gform_body input[type=email],.contact_short_form .gform_body input[type=tel], .contact_short_form .gform_body input[type=number], body select, body textarea {
	color: #000;
	font-family: 'Satoshi';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 139.7%; 
}
.ground_inner_col{
	position:relative;
}
.ground_inner_col:after{
	content: '';
	position: absolute;
	background:url(/wp-content/uploads/2024/09/Vector-5.svg);
	width: 20px;
	height:20px;
	top: 50%;
	left: calc(50% + 80px);
	transform: translate(-50%, -50%);
	background-repeat:no-repeat;
	background-size:contain;

}

.ground_inner_col:before {
	content: '';
	position: absolute;
	background:url(/wp-content/uploads/2024/09/Vector-6.svg);
	width: 20px;
	height:20px;
	top: 50%;
	left: calc(50% - 80px);
	transform: translate(-50%, -50%);
	background-repeat:no-repeat;
	background-size:contain;
}

.follow_heading{
	width: 561px;
	margin: 0 auto;
}
.follow_inner_col1 .elementor-widget-wrap {
	flex-direction: column;
	align-content:center;
}
.instagram_heading .elementor-widget-container::before {
	content: "";
	width: 80px;
	height: 80px;
	border-radius: 0px 0px 20px 0;
	position: absolute;
	left: -80px;
	top: 0px;
	transform: rotate(-90deg);
	box-shadow: 24px 24px 0 0 #EA1B0E;
	/* z-index: -1; */
}
.instagram_heading.elementor-element.elementor-element-7bfa31a {	
	max-width: 417px;
	background-color: #EA1B0E;
	border-radius: 0 0px 20px 20px;
	margin: 0 auto;
}
.follow_heading{
	z-index:99;
}
.instagram_heading .elementor-widget-container::after {
	content: "";
	width: 80px;
	height: 80px;
	border-radius: 0px 0px 20px 0;
	position: absolute;
	right: -80px;
	top: 0px;
	transform: rotate(180deg);
	box-shadow: 24px 24px 0 0 #EA1B0E;
	/* 	/* z-index: -1; */
}  
.competitor_sec {
	position: relative;
}
.competitor_sec:after ,
.competitor_sec:before{
	content: '';
	position: absolute;
	background: #BF4C6B;
	width: 130vw;
	height: 100vw;
	border-radius: 50% 50% 0 0; 
	transform: translateX(-50%); 
	top: 60px;
	left: 50%;
}
.competitor_sec:before{
	width: calc(130vw + 100px);
	height: calc(100vw + 100px);
	top:0px;
	background: #FFB4C6;
}
*{
	margin:0px;
	padding:0px;
}
.competitor_sec .elementor-container{
	z-index:1;
}
.competitor_sec{
	overflow:hidden !important;
}
.competitor_col,
.award_col{
	position: relative;
}
.award_col:after {
	position: absolute;
	content: "";
	background: url(/wp-content/uploads/2024/10/summer_5ab_.svg);
	top: -13em;
	right: -18.5em;
	width: 268px;
	height: 278px;
	background-repeat: no-repeat;
	background-size: contain;
}

.competitor_col:after {
	position: absolute;
	content: "";
	background: url(/wp-content/uploads/2024/10/summer_5_.svg);
	top: 0em;
	left: -20em;
	width: 261px;
	height: 269px;
	background-repeat: no-repeat;
	background-size: contain;
}

.SCHEDULE_sec .elementor-widget-container {
	display: flex;
}
.SCHEDULE_sec p{
	position:relative;
}

.SCHEDULE_sec p {
	color: #F3EFE6;
	text-align: center;
	font-family: "Bebas Neue";
	font-size: 227px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	z-index: 99;
	    margin-bottom: -40px;
}

.SCHEDULE_sec p::before {
	content: "";
	border-radius: 995px;
	background: #BF4C6B;
	width: 995px;
	height: 995px;
	position: absolute;
	z-index: -1;
	top: -173px;
	left: -170px;
}
.SCHEDULE_sec p::after {
	content: "";
	border-radius: 1029px;
	background: #FFD0DC;
	width: 1029px;
	height: 1029px;
	position: absolute;
	z-index: -99;
	top: -196px;
	right: -470px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}
.romario_sec{
	overflow:hidden;
}
.romario_sec{
	position:relative;
}
.streamrow_col:after{
	content:"";
	position:absolute;
	background:url(/wp-content/uploads/2024/10/positive-emotion-person-modern-illustration-flat-design-style-1-1.webp);
	width: 367px;
	height: 250px;
	top:0;
	right:0;
	left:auto;
	mix-blend-mode: darken;
	background-size: contain;
	background-repeat:no-repeat;
}


.lesner_sec:before{
	content:"";
	position:absolute;
	background:url(/wp-content/uploads/2024/10/summer_5_.png);
	width: 161px;
	height: 168px;
	top:26em;
	right:0;
	background-repeat: no-repeat;
	background-size:contain;
}
.lesner_sec:after{
	content:"";
	position:absolute;
	background:url(/wp-content/uploads/2024/10/summer_6_.png);
	width: 262px;
	height: 270px;
	top:70%;
	left:0;
	background-repeat: no-repeat;
	background-size: contain;

}
.reckond_text p{
	opacity:0.8;
}
/* .yana_imgbox1{
	top: 21px;
} */
.competitor_se .elementor-container{
	gap:27px;
}
.competitor_se{
	overflow:hidden;
}
.img_carousel{
	mix-blend-mode: darken;
}

.form_inner .full-box .ginput_container{
	border-radius:20px !important;
}
.footer_menu_p1 .elementor-nav-menu,
.footer_menu_p2 .elementor-nav-menu{
  margin:0 !important;
}
.footer_menu_p2 .elementor-nav-menu__container{
  justify-content: flex-end !important;
}
.contact_short_form .gform_legacy_markup_wrapper .gform_footer {
  padding:0px;
}
.contact_short_form .gform_legacy_markup_wrapper .gform_footer {
  
  margin:0;
      padding: 0px;
}
.yana_imgbox,
.yana_imgbox1{
  min-height:447px !important;
  width:358px !important;
}
