html {
  scroll-behavior: smooth;
}

body{
	font-family: 'Fira Sans', sans-serif;
}

p{
font-family: 'Fira Sans', sans-serif;
}
a:hover{
 text-decoration:none;
}

img{
 max-width:100%;
 height:auto;
}


.text-light{
color:#bcbbbb!important;
}
.custom-btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.custom-btn {
    background-color: transparent;
    border-radius: 26px;
    color: #fff;
    line-height: 20px;
    font-size: 15px;
    overflow: hidden;
    padding: 10px 25px;
}
.custom-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#282236;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	border-radius: 30px;
}
.custom-btn:hover::before, .custom-btn:focus::before, .custom-btn:active::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	border-radius: 30px;
}
.custom-btn:hover{
 color:#fff;
}

.custom-btn-purple {
    background: #282236;
    border: none;
}

.custom-btn-transparent {
    border: 1px solid #fff;
}

/***************banner ******/


section.banner_section {
    background-image: url(../images/banner-img-03.png);
    background-size: cover;
    background-position: center top;
    min-height: 700px;
	z-index: 999;
	position:relative;
}

.bannerSection_left .topSub-title,
.bannerSection_left .mainTitle_heading,
.uninvited_guestSectionInner h3{
	font-family: 'Anton', sans-serif;

}
.banner-spacing{
	padding:100px 50px;
	
}
.bannerSection_left h4.topSub-title {
    font-size: 36px;
    margin-bottom: 0;
}
.bannerSection_left h1.mainTitle_heading {
    font-size: 76px;
    margin-top: -26px;

}
.bannerBtn--style img {
    max-width: 20px;
    margin: 0 10px;
}
.bannerBtn--style {
    max-width: 250px;
    display: block;
    max-height: 50px;
    line-height: 40px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 1px -1px 3px inset rgb(0 0 0 / 30%);
    /* background-image: linear-gradient(
291deg
, rgba(0,0,0,1) 0%, rgba(118,118,118,1) 100%); */
    font-family: 'Fira Sans', sans-serif;
    border: none;
    text-shadow: 1px 0px 0px rgb(0 0 0 / 70%);
    font-style: italic;
}
.btn-darkStyle {
	background: #050C0D;
background: -webkit-linear-gradient(to top, #050C0D 35%, #8A8A8A 100%);
background: -moz-linear-gradient(to top, #050C0D 35%, #8A8A8A 100%);
background: linear-gradient(to top, #050C0D 35%, #8A8A8A 100%);
 -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.btn-darkStyle:hover {
background: #050C0D;
background: -webkit-linear-gradient(to bottom, #050C0D 35%, #8A8A8A 100%);
background: -moz-linear-gradient(to bottom, #050C0D 35%, #8A8A8A 100%);
background: linear-gradient(to bottom, #050C0D 35%, #8A8A8A 100%);
 -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.btn-redStyle {
background-color: #de5436!important;
background: -webkit-linear-gradient(to bottom, #DE5436 66%, #873128 100%);
background: -moz-linear-gradient(to bottom, #DE5436 66%, #873128 100%);
background: linear-gradient(to bottom, #DE5436 66%, #873128 100%);
 -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
	
}

.btn-redStyle:hover {
background: -webkit-linear-gradient(to top, #DE5436 66%, #873128 100%);
background: -moz-linear-gradient(to top, #DE5436 66%, #873128 100%);
background: linear-gradient(to top, #DE5436 66%, #873128 100%);
	
}
.btn-YellowStyle{
	background-color:#e3ab39!important;
	background: #E3AB39;
background: -webkit-linear-gradient(to bottom, #E3AB39 49%, #AB812B 100%);
background: -moz-linear-gradient(to bottom, #E3AB39 49%, #AB812B 100%);
background: linear-gradient(to bottom, #E3AB39 49%, #AB812B 100%);
 -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.btn-YellowStyle:hover{
	background: #E3AB39;
background: -webkit-linear-gradient(to top, #E3AB39 49%, #AB812B 100%);
background: -moz-linear-gradient(to top, #E3AB39 49%, #AB812B 100%);
background: linear-gradient(to top, #E3AB39 49%, #AB812B 100%);
 -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.btn-blueStyle{
background-color:#449ea2!important;	
background: -webkit-linear-gradient(to bottom, #449EA2 49%, #347A7D 100%);
background: -moz-linear-gradient(to bottom, #449EA2 49%, #347A7D 100%);
background: linear-gradient(to bottom, #449EA2 49%, #347A7D 100%);
 -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.btn-blueStyle:hover{
background: -webkit-linear-gradient(to top, #449EA2 49%, #347A7D 100%);
background: -moz-linear-gradient(to top, #449EA2 49%, #347A7D 100%);
background: linear-gradient(to top, #449EA2 49%, #347A7D 100%);
 -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.bannerRight_btns a.bannerBtn--style {
    margin-bottom: 15px;
}
.banner_btnsSpacing {
   /* padding-top: 75px;*/
}
.playEarly_AccessInner a.bannerBtn--style,
 .become_partnerDetail a.bannerBtn--style {
    max-width: 350px;
    line-height: 65px;
    min-height: 70px;
    max-height: initial;
    font-size: 28px;
}


/*** become a partner ****/

.become_partnerSectionbg {
    background-image: url(../images/banner-04.png);
    background-size: 100%;
    background-position: center center;
    padding: 190px 0  50px;
    background-repeat: no-repeat;
}
section.become_partnerSection {
    padding: 90px 0 60px;
}

.become_partnerDetail h1 {
    color: #62627a;
    font-size: 70px;
    max-width: 650px;
    margin: 40px auto;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 74px;
}


/******* latest news ********/
.latestNews_detail {
    padding-top: 30px;
    padding-bottom: 100px;
}
.latestNews_detail_inner {
    position: relative;
    margin-bottom: 20px;
}

.latestNews_detail_inner .latestNews_detail_content {
    position: absolute;
    bottom: 40px;
    left: 0;
    padding: 30px 40px;
}

.latestNews_detail_inner .latestNews_detail_content h1 {
    color: #fff;
    text-transform: uppercase;
	 margin-bottom: 30px;
}

.latestNews_detail_inner .latestNews_detail_content a.ShowMore--btn {
    background-color: #5c4693;
    border-radius: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 40px;
}
.latestNews_detailText h4 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 20px;
}

.latestNews_detailText p {
    color: #fff;
    font-size: 13px;
}
.latestNews_detailImage img {
    height: 250px;
    object-fit: cover;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
	left:0;
	right:0;
}
.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}
.owl-carousel .owl-nav .owl-prev span, .owl-carousel .owl-nav .owl-next span {
    background-color: #000;
    width: 56px;
    text-align: center;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
}
.owl-prev {
    left: -30px;
}
.owl-next {
	right: -30px;
}
.splash-carousel .carousel-control-next-icon, 
.splash-carousel .carousel-control-prev-icon {
    width: 82px;
    height: 82px;
    background-size: 26px;
    opacity: 1;
	border: 2px solid #fff;
    border-radius: 50%;
}
.latestNews_detail .row .col-md-6:last-child .latestNews_detail_inner img {
    height: 384px;
}

.about--us {
    padding: 80px 0;
}
.about--usInner h2 {
    font-size: 34px;
    color: #62627a;
    margin-bottom: 30px;
}
.about--usInner p {
    font-weight: 400;
    color: #62627a;
    font-size: 18px;
	line-height: 30px;

}
section.playEarly_AccessSection {
    position: relative;
    background-image: url(../images/banner-02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*.playEarly_appStore{
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/footer-bg.png);
}*/
.playEarly_AccessDetailsWrapper .playEarly_AccessDetails {
    background: #de5436;
    padding: 30px 50px;
    min-height: 270px;
}
.playEarly_AccessDetailsWrapper .playEarly_AccessDetails.playEarly_AccessDetailsBlue{
    background: #599fa2;
}
.playEarly_AccessDetailsWrapper .playEarly_AccessDetails h1,
.playEarly_AccessDetailsWrapper .playEarly_AccessDetails p,
.playEarly_AccessDetailsWrapper .playEarly_AccessDetails ul li{
    color: #fff;
}
.playEarly_AccessDetailsWrapper .playEarly_AccessDetails p, .playEarly_AccessDetailsWrapper .playEarly_AccessDetails ul li {
    line-height: 34px;
    font-size: 18px;
}
.playEarly_AccessDetailsWrapper {
    padding:40px 0;
}
.playEarly_AccessDetailsWrapper .playEarly_AccessDetails h1 {
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 30px;
}
.playEarly_AccessDetailsWrapper .playEarly_AccessDetails ul li i {
    margin-right: 14px;
	color:#de5436;
}
.playEarly_AccessDetailsWrapper .playEarly_AccessDetails ul li {
    position: relative;
    padding-left: 45px;
}
.playEarly_AccessDetailsWrapper .playEarly_AccessDetails ul li i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 41px;
    font-size: 21px;
}
.btn_absolute {
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
}
.imageSpacing {
    padding: 80px 0 0;
}
.img-backgroundStyle {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    background-image: url(../images/img-new.png);
    z-index: 999;
    background-color: #3e0d08;
}

.img-backgroundStyle:after {
    position: absolute;
    /*content: "";*/
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(62,13,8,0.9416141456582633) 100%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}


section.uninvited_guestSectionInner {
    background-color: #3e0d08;
    padding: 100px 0;
}
.playEarly_appStoreWrap {
    padding: 40px 0;
}
.uninvited_guestSectionInner h3{
  font-size: 35px;
  margin-bottom: 40px;
}
.call-actionBtn {
    margin-top: 30px;
}
.call-actionBtn a {
    padding: 13px 40px;
    font-size: 24px;
    background-color: #d96d00;
    border: none;
	border-radius: 15px;
}

.call-actionBtn a:hover,.call-actionBtn a:focus {
    background-color: #b7630d;
}

.playEarly_appStoreLeft .img-one img {
    margin: 0 auto;
}
.playEarly_appStoreLeft .img-two{
    margin:20px 0 50px
}
.playEarly_appStoreWrap .playEarly_appStoreLeft {
    padding-top: 130px;
}


@media screen and (min-width: 1024px){
	.become_partnerDetail h1 {
    font-size: 70px;
	}
.banner_bottomImage {
    position: absolute;
    left: -81px;
    right: 0;
    bottom: -114px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
}
.bannerDetails_height {
    min-height: 270px;
}
.bannerSection_left h3.banner--smallLogo img {
    max-width: 300px;
}
.bannerSection_right h3.banner--smallLogo img {
    max-width: 380px;
}
.uninvited_guestSectionInner {
    padding-top: 100px;
}
.img-appstore img {
    max-width: 400px;
}

.playEarly_AccessInner .imageSpacing img {
    max-width: 800px;
}
.playEarly_appStoreLeft .img-one img {
    max-width: 400px;
    margin: 0 auto;
}

.become_partnerDetail>img {
    max-width: 300px;
}


}

@media screen and (min-width: 1200px){

}

@media screen and (min-width: 1600px){
.bannerSection_left h1.mainTitle_heading {
    font-size: 96px;
}
.bannerBtn--style {
    max-width: 355px;
    max-height: 85px;
    line-height: 60px;
    font-size: 27px;
}
	.bannerDetails_height {
		min-height: 378px;
	}
	.bannerSection_left  h3.banner--smallLogo img,
	.bannerSection_right  h3.banner--smallLogo img	{
    max-width: 100%;
}


.banner_bottomImage {
    max-width:100%;
    bottom: -158px;
   
}

.become_partnerDetail>img {
    max-width: 400px;
}
.become_partnerDetail h1 {
    font-size: 75px;
    line-height: 74px;
}
.playEarly_AccessInner a.bannerBtn--style,
.become_partnerDetail a.bannerBtn--style{
    max-width: 500px;
    line-height: 84px;
    min-height: 97px;
    max-height: initial;
    font-size: 40px;
}
.playEarly_AccessDetailsWrapper .playEarly_AccessDetails h1 {
    font-size: 60px;
}
html body .container {
    max-width: 1440px!important;
}
html body .playEarly_AccessDetailsWrapper .playEarly_AccessDetails {
    min-height: 455px;
	padding: 40px 60px;
}
.about--usInner h2{
	font-size:46px;
}
.about--usInner p {
    font-size: 20px;
    line-height: 34px;
}

.playEarly_appStoreWrap {
    padding: 120px 0;
}
.uninvited_guestSectionInner h3 {
    font-size: 42px;
    
}
.btn_absolute {
    top: -48px;
}
.playEarly_AccessInner .imageSpacing img {
    max-width: 100%;
}
.playEarly_AccessDetailsWrapper .playEarly_AccessDetails p,
 .playEarly_AccessDetailsWrapper .playEarly_AccessDetails ul li {
    line-height: 42px;
    font-size: 26px;
}


}

@media screen and (max-width: 1200px){
	.playEarly_AccessDetailsWrapper .playEarly_AccessDetails p, .playEarly_AccessDetailsWrapper .playEarly_AccessDetails ul li {
    line-height: 30px;
    font-size: 16px;
}
.playEarly_AccessDetailsWrapper .playEarly_AccessDetails {
    padding: 30px;
}	
.about--us {
    padding: 30px 0;
}
}

@media screen and (max-width: 1024px){
.playEarly_AccessDetailsWrapper .playEarly_AccessDetails h1 {
    font-size: 35px;
}

section.become_partnerSection {
    padding: 30px 10px;
}
.become_partnerSectionbg {
    padding: 70px 10px;
}
}

@media screen and (max-width: 991px){
.playEarly_AccessDetailsWrapper .playEarly_AccessDetails {
    margin-bottom: 30px;
}	
.playEarly_appStoreWrap .playEarly_appStoreLeft {
    padding-top: 40px;
}
.uninvited_guestSectionWrap {
    margin-bottom: 30px;
}
.about--usInner {
    margin-bottom: 30px;
}
.become_partnerDetail>img {
    max-width: 200px;
}
.become_partnerDetail h1 {
    font-size: 36px;
    max-width: 320px;
    line-height: 42px;
}

}
@media only screen and (max-width: 991px) and (min-width:567px){

.bannerBtn--style {
    padding: 5px 24px;
}
.bannerSection_left h3.banner--smallLogo img,
.bannerSection_right h3.banner--smallLogo img,
.playEarly_appStoreLeft .img-one img {
    max-width: 300px;
}
}
@media screen and (max-width: 767px){
section.banner_section{
 background-position: 100%;
}
.bannerSection_left h1.mainTitle_heading {
    font-size: 60px;
}
.banner-spacing {
    padding: 30px 40px;
}
.become_partnerSectionbg {
    padding: 20px 10px;
}
section.latestNews_detail {
    padding-top: 20px;
    padding-bottom: 30px;
}

.productFeatures_wrapper h1, .latestNews_detail h3 {
    margin-bottom: 30px;
}

.latestNews_detail_inner .latestNews_detail_content h1 {
    font-size: 24px;
}
.become_partnerDetai>img {
    max-width: 174px;
}

.playEarly_AccessInner a.bannerBtn--style, .become_partnerDetail a.bannerBtn--style {
    line-height: 40px;
    min-height: 49px;
    max-height: initial;
    font-size: 18px;
    max-width: 250px;
}
.about--usInner h2 {
    font-size: 25px;
    margin-bottom: 18px;
}
.about--usInner p {
    font-size: 16px;
    line-height: 27px;
}
.owl-carousel .owl-nav .owl-prev span, .owl-carousel .owl-nav .owl-next span {
    width: 40px;
    height: 40px;
}
.owl-prev {
    left: -10px;
}
.owl-next {
    right: -10px;
}
.about--us {
    padding: 30px 0;
}
.btn_absolute {
    top: -24px;
    padding: 0 34px;
}
.imageSpacing {
    padding: 20px 0 0;
}
.playEarly_appStoreWrap .playEarly_appStoreLeft {
    padding-top: 0;
}
.banner_btnsSpacing {
    padding-top: 30px;
}
}

@media screen and (max-width: 567px){

.become_partnerDetail h1 {
    font-size: 22px;
    margin: 70px auto;
    line-height: 26px;
    max-width: 160px;
}
.playEarly_AccessDetailsWrapper .playEarly_AccessDetails h1 {
    font-size: 24px;
    margin-bottom: 15px;
}
.playEarly_AccessDetailsWrapper .playEarly_AccessDetails p, .playEarly_AccessDetailsWrapper .playEarly_AccessDetails ul li {
    line-height: 24px;
    font-size: 15px;
}
.latestNews_detail_inner img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.playEarly_AccessDetailsWrapper .playEarly_AccessDetails ul li i {
    line-height: 28px;
    font-size: 17px;
}
}
@media only screen and (max-width: 360px) and (min-width:320px){

a.bannerBtn--style {
    padding: 6px 12px;
    font-size: 16px;
}
}