/* 
Theme Name:		 rive-sports-child
Theme URI:		 http://childtheme-generator.com/
Description:	 rive-sports-child is a child theme of rive-sports, created by ChildTheme-Generator.com
Author:			 Habib Ali Khan
Author URI:		 http://childtheme-generator.com/
Template:		 rive-sports
Version:		 1.0.0
Text Domain:	 rive-sports-child
*/

* {
    padding: 0px;
    margin: 0px;
}


.elementor-widget-button .elementor-button,
.elementor-element.newsletter--form .elementor-form .elementor-form-fields-wrapper .elementor-field-group .elementor-button {
    background: #7a3921 !important;
    box-shadow: inset 0px 0px 10px 10px #ff6002b8;
    border: 2px solid #FF6002;
    min-width: 182px;
    min-height: 43px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.elementor-element.custom--header {
    position: relative;
}

.elementor-element.custom--header::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(10, 15, 37, 1) 0%, rgba(1, 122, 247, 1) 50%, rgba(10, 15, 37, 1) 100%);
}

.elementor-element.newsletter--form {
    max-width: 605px !important;
}

.elementor-element.newsletter--form .elementor-form {
    border: 1px solid #61AFFF;
    border-radius: 50px;
    padding: 5px;
}

.elementor-element.newsletter--form .elementor-form .elementor-form-fields-wrapper .elementor-field-group {
    margin-bottom: 0px;
}

.elementor-element.newsletter--form .elementor-form .elementor-form-fields-wrapper .elementor-field-group .elementor-field,
.elementor-element.newsletter--form .elementor-form .elementor-form-fields-wrapper .elementor-field-group .elementor-button {
    min-height: 57px;
}

.elementor-element.newsletter--form .elementor-form .elementor-form-fields-wrapper .elementor-field-group .elementor-field {
    padding-left: 30px;
}

.elementor-element.newsletter--section {
    position: relative;
}

.elementor-element.newsletter--section .img--absolute {
    position: absolute;
    right: 0;
    bottom: 0px;
    min-height: 435px;
    height: 100%;
}

.elementor-element.newsletter--section .img--absolute img {
    width: 100%;
    height: 100%;
}

.elementor-element.video--section {
    position: relative;
}

.elementor-element.video--section  .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
    position: absolute;
    left: 80px;
    width: 70px;
    height: 70px;
    top: 70px;
}

.elementor-element.video--section  .elementor-custom-embed-image-overlay .elementor-custom-embed-play svg {
    width: 100%;
    height: 100%;
}

.elementor-element.video--section  .elementor-custom-embed-image-overlay {
    background-position: inherit !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}

.elementor-element.video--section .elementor-element.video--text-container {
    max-width: 635px;
    position: absolute;
    left: 45px;
    bottom: 40px;
    z-index: 1;
}

.elementor-element.video--section .elementor-element.elementor-widget-video {
    max-height: 570px;
}

.elementor-element.video--section .elementor-element.video--text-container .elementor-element.elementor-widget-text-editor {
    max-width: 410px;
}

.available--sports-box {
    background: radial-gradient(circle at 80% 50%, #ff7b00, #ff7b00 0%, #5b72ff 100%);
    position: relative;
}

.available--sports-box .elementor-widget-image {
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.available--sports-box.image--fix .elementor-element.elementor-widget-heading .elementor-heading-title {
    text-transform: capitalize;
}

.elementor-element.sub--heading {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.elementor-element.sub--heading .elementor-heading-title {
    background: #00448A;
    min-height: 30px;
    min-width: 105px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 12px;
}

.how--to-get-funded-section .absolute--section {
	max-width: 600px;
}

.how--to-get-funded-section .absolute--section .absolute--img img {
	position: absolute;
    left: -65px;
    top: 50px;
    width: 100%;
}

.how--to-get-funded-section .content--wrap {
	max-width: 660px;
}

.funded--details .funded--box {
	display: flex;
    gap: 35px;
    align-items: center;
    margin-bottom: 50px;
   
}

.funded--details .funded--box:hover .number {
	border-color: #EC7124;
}

.funded--details .funded--box:last-child {
	margin-bottom: 0px;
}

.funded--details .funded--box .number {
	border: 7px solid #E1E1E1;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .3s all;
}

.funded--details .funded--box .number span:first-child {
	font-family: "Helvetica Neue Lt Std", Sans-serif;
    color: #EC7124;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.funded--details .funded--box .number span:last-child {
	font-family: "Helvetica Neue Lt Std", Sans-serif;
    color: #00448A;
    font-size: 30px;
    line-height: initial;
}

.funded--details .funded--box .content h3 {
	font-family: "Helvetica Neue Lt Std", Sans-serif;
    font-weight: 500;
    font-size: 21px;
    color: #00448A;
}

.funded--details .funded--box .content p {
	margin-bottom: 0px;
    font-family: "Helvetica Neue Lt Std", Sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #656565;
}

.funded--details {
	padding: 45px 60px;
}


.funded--details .funded--box .number::before {
	content: '';
    position: absolute;
    top: 107%;
    width: 4px;
    height: 50px;
    left: 50%;
    background: #F1F1F1;
    transform: translateX(-50%);
}

.custom--marquee marquee {
	color: #fff;
    font-weight: 500;
    font-size: 22px;
    font-family: "Helvetica Neue Lt Std", Sans-serif;
    padding: 10px 0px;
}

.custom--marquee marquee span {
font-size: 16px;
    background: #D35901;
    min-height: 30px;
    border-radius: 50px;
    display: inline-block;
    min-width: 110px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0px 15px;
}


.custom--video-rive .elementor-custom-embed-play {
	position: absolute;
    right: 00px;
    top: 100px;
    left: auto;
}

.slider--main {
    overflow: hidden;
}

.slider--main .swiper-pagination {
	background: #0A0919;
    display: inline-flex;
    width: auto;
    border-radius: 50px;
    padding: 5px 0px;
    top: 20px;
    bottom: auto !important;
    height: auto;
    right: 20px;
    left: auto;
}

.slider--main .swiper-pagination .swiper-pagination-bullet {
	min-width: 29px;
    background: #AFAFAF;
}

.slider--main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #FF6B00;
}

body, html {
	overflow-x: hidden;
    width: 100%;
}