/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/hello-theme/
 Description: Child theme for Hello Elementor
 Author: Rahim Akram
 Author URI: https://cmstrax.com
 Template: hello-elementor
 Version: 1.0.0
*/
/*
body {
  min-height: 400vh;
  background: #1d0d3f;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  top: -20%;
  right: -20%;
  width: 700px;
  height: 700px;
  background: radial-gradient(
    ellipse,
    rgb(50 64 161 / 0.45) 0%,
    rgb(37 29 86 / 0.7) 35%,
    transparent 70%
  );
  pointer-events: none;
  z-index: -1;
}

body::after {
  content: "";
  position: fixed;
  bottom: -20%;
  left: -20%;
  width: 700px;
  height: 700px;
  background: radial-gradient(
    ellipse,
    #1E598E 0%,
    #0B2F5E 35%,
    transparent 70%
  );
  pointer-events: none;
  z-index: -1;
}*/

/* 
body {
    background:
        radial-gradient(
            ellipse at 80% 20%,
            rgb(50 64 161 / 0.4) 0%,
            rgb(37 29 86 / 0.8) 15%,
            rgb(29 14 63 / 0.8) 30%
        ),
        radial-gradient(
            ellipse at 20% 85%,
            #1E598E 0%,
            #0B2F5E 15%,
            #080927 30%
        );
} */
body {
    background: #2f2f2f !important;
    position: relative;
    overflow-x: hidden;
}

/* body::before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: radial-gradient(ellipse at 80% 50%, 
		rgba(88, 132, 235, 0.6) 0%, 
		rgba(9, 9, 40, 0) 50%, 
		rgba(9, 9, 40, 0) 0%);
    pointer-events: none;
    z-index: -1;
}

body::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: radial-gradient(ellipse at 15% 50%, 
		rgba(88, 132, 235, 0.6) 0%, 
		rgba(9, 9, 40, 0) 50%, 
		rgba(9, 9, 40, 0) 0%);
    pointer-events: none;
    z-index: -1;
} */




.page-id-12 header,
.page-id-12 footer,
.page-id-15 header,
.page-id-15 footer {
    display: none;
}

.akrLoginRegisterActive {
	background-color: #F8A103;
	border-radius: 30px;
}

.akrCountBeforeBG {
	position: relative;
	margin-right: 10px; 
}

.akrCountBeforeBG:after {	
	position: absolute;
    z-index: -1;
    content: " ";
    left: 0px;
    bottom: 30px;
    width: 100%;
    height: 20px;
    margin: 0px 5px 0px;
    padding: 0px;
    background-color: rgb(129 122 157 / 53%);
    border-radius: 2px;
}

.akrBlurryWhiteBG {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.3);
}


.marquee-wrap {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-wrap .ekit-heading--title {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 35s linear infinite;
  font-size: inherit;
}

.tab-btn-outer {
    display: block;
    max-width: max-content;
    margin: 20px auto;
    padding: 2px;
    background-color: #fff;
    border-radius: 30px;
}
.tab-btn-outer .akr-btn {
    display: inline-block;
    font-family: 'Ricordo';
    font-size: 18px;
    padding: 5px 15px;
    background-color: transparent;
    color: #000;
    border-radius: 30px;    
	transition: all 0.5s ease-in-out;
}
.tab-btn-outer .akr-btn:hover {
    background-color: #1D1C1A;
    color: #fff;
}
.tab-btn-outer .akr-btn.active {
    background-color: #F8A103;
    color: #fff;
}

.elementskit-navbar-nav .mobile-auth-btn.menu-item a {
    width: 220px;
    text-align: center;
    display: flex;
    margin: 10px auto;
    border: none;
    border-radius: 5px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    line-height: normal;
    background-color: #F5F5F51C;
    color: #fff;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    border: 1px solid #FFFFFF75;
    border-radius: 3px 3px 3px 3px;
}

.elementskit-navbar-nav > li.mobile-auth-btn.menu-item > a:hover, 
.elementskit-navbar-nav > li.mobile-auth-btn.menu-item.active > a {
    background-color: var(--e-global-color-048d052);
}

.text-danger {
	color: #EB5231;	
}

/* body.page-id-515 .ekit-template-content-footer, */
body.home .ekit-template-content-footer{
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-right: -50%;
    transform: translateX(-50%);
}

.VideoSectionWrapper .VideoSectionPlayer {
    position: relative;
}
.VideoSectionWrapper .VideoSectionContent {
    position: absolute;
    background-color: #0000001c;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
.akrGradientTextTitle .elementskit-section-title,
.akrGradientTextTitleFocus .elementskit-section-title span,
.akrGradientTextSubtitle .elementskit-section-subtitle,
.gradient-text {
    background: linear-gradient(
        90deg,
        #FCE187,
        #B5691A,
        #703A43,
        #823497,
        #4799C1
    );
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.akrGradientTextTitleHover .elementskit-section-title,
.akrGradientTextTitleFocusHover .elementskit-section-title span,
.akrGradientTextSubtitleHover .elementskit-section-subtitle,
.gradient-textHover {
	transition: color 0.7s ease-in-out;
}

.akrGradientTextTitleHover .elementskit-section-title:hover,
.akrGradientTextTitleFocusHover .elementskit-section-title span:hover,
.akrGradientTextSubtitleHover .elementskit-section-subtitle:hover,
.gradient-textHover:hover {
    background: linear-gradient(
        90deg,
        #FCE187,
        #B5691A,
        #703A43,
        #823497,
        #4799C1
    );
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
	letter-spacing: 0.2px;

}

.akrGradientBtn a.elementor-button {
	background: linear-gradient(
        90deg,
        #FCE187,
        #B5691A,
        #703A43,
        #823497,
        #4799C1
    );	
    color: #fff;
}
.wp-block-group.is-nowrap.is-layout-flex.wp-block-group-is-layout-flex {
    flex-direction: row;
    justify-content: space-between;
}

.footerNewsletter .jet-form-builder-row.field-type-submit-field {
    position: absolute;
    top: 28px;
    right: -35px;
    padding: 10px;
}

/* .showInDesktop {
	display: block !important; 
}	 */
.showInMobile {
	display: none !important; 
}	

.opacityBox {
	opacity: 0.5;
}
.opacityBox:hover {
	opacity: 1;
}


@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

@media (min-width: 1025px) {
  .mobile-auth-btn {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .elementor-heading-title {
    font-size: 24px !important;
  }
}

@media (max-width: 767px) {
  .elementor-heading-title {
    font-size: 16px !important;
    line-height: 1.4;
  }
	.showInDesktop {
		display: none !important; 
	}	
	.showInMobile {
		display: block !important; 
	}	
  .VideoSectionWrapper .VideoSectionPlayer,
	.VideoSectionWrapper .VideoSectionContent {
		position: relative;
		background-color: #0000001c;
		height: auto;
	}
	.footerNewsletter .jet-form-builder-row.field-type-submit-field {
		right: 0px;
	}
	
	.akr-bottom {
		margin-top: 10px;
		flex-direction: row;
		flex-wrap: wrap;
	}
}

