/*
 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: rgba(25, 14, 66, 1) !important;
    position: relative;
    overflow-x: hidden;
}

body.error404::before {
	visibility: 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(34, 14, 66, 0.4) 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(34, 14, 66, 0.4) 0%);
    pointer-events: none;
    z-index: -1;
}

.hideMe {
	display: none !important;
}


.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 {
    position: relative;
    background: rgba(67, 30, 125, 0.25);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 15px;
    border: 1px solid rgba(67, 30, 125, 0.3);
}

.akrBlurryWhiteBG .ekit-wid-con,
.akrBlurryWhiteBG .ekit-wid-con .ekit-heading {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.akrBlurryWhiteBG .ekit-wid-con .ekit-heading .ekit-heading__description {
    position: relative;
    padding: 20px 0px 15px;
}
.akrBlurryWhiteBG .ekit-wid-con .ekit-heading .ekit-heading__description:after {
    position: absolute;
    z-index: -1;
    content: " ";
    left: 0px;
    top: 20px;
    width: 100%;
    height: 1.5px;
    background-color: rgb(129 122 157 / 53%);
}


.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: 'Questrial';
    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);
}

.akrPricingTable .elementor-price-table__price .elementor-price-table__currency {
	color: inherit !important;	
}

.pulse-img {
  animation: breathe 4s ease-in-out infinite;
}

.akrPage404 {
	min-height: 100vh;
    padding: 150px 0px 50px;
    text-align: center;
    font-family: "Ricordo";
}
.akrPage404 .akrTitle {
    font-family: "Ricordo";
    font-size: 150px;
	line-height: normal;
    font-weight: 600;
}

@keyframes breathe {
  0%, 100% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.03);
    opacity: 0.7;
  }	
  100% {
    transform: scale(1.03);
    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;
  }
}

