.logo {max-width: 240px; margin-top: 3px;}
.btn-lead { border-radius: 60px;}
.py-md-40 {
padding-bottom: 15rem!important;
padding-top: 15rem!important;
}

html {background-color: #08001c;}
body {background-color:#08001c;}
body {
background: #08001c;
font-family: 'Poppins', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.section-dark {
	background-color:#08001c;
}

.hero {
	background-image: url('../images/slider5.jpg'); background-size: cover; background-position: center bottom; height:50vh; margin-top:-70px;
}

.card-wrapper {padding-top: 10px !important; position:relative;}
.card-wrapper .card {
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 100%);
	border-color: rgba(238, 239, 252,0.2) !important;
	border: 1px solid;
	box-shadow: none;
	color: rgba(255, 255, 255, 0.7);
}
.card-wrapper .card-footer {background-color: transparent; border:none;}
.card-wrapper .card-footer h4 {color: rgba(255,255,255,0.8);}
.card-wrapper .card-footer p {color: rgba(255,255,255,0.5);}
.feature-slide, .feature-slide h2, .feature-slide h3 {color: #fff;}

.fal-item {
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 100%);
	border-color: rgba(238, 239, 252, 0.2) !important;
	border: 1px solid;
	box-shadow: none;
	color: rgba(255, 255, 255, 0.7);
	border-radius: 8px;
	padding: 10px;
	text-align: center;
	margin-top: 20px;
	transition: all 0.4s ease;
	cursor: pointer;
}

.fal-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
	background: linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.fal-item img {
	max-width: 140px;
}

.fal-item h3 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

.fal-item h3 a {
	color: #fff !important;
}

.sliderTestimonial .card-body {min-height: 260px;}

.download-badges {
	margin-top:15px;
}

.download-badges img {
	height:60px;
	padding:5px;
}

.promo-pill {display:block; max-width: 220px; padding:10px 20px; color:rgba(255, 255, 255, 0.6); border-radius: 30px; border:1px solid rgba(255,255,255,0.1);
text-align: center;  background-color: rgba(0, 0, 0, 0.2);
left:0; right:0; margin:auto;}

.promo-pill b {color: #fff}

.all-stars {font-size:24px;}

.comment-section .controls li {
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 100%);
	border-color: rgba(238, 239, 252,0.2) !important;
}

.globe-bg {background-image: url(../images/globe-bg.jpg); background-position: center bottom;
height:500px; position:absolute; width:100%; max-width: 1400px; top:0; left:0; right:0; margin: 0 auto; background-size: cover; z-index: 0;
opacity:0;
-webkit-transition: all 3s ease;
-moz-transition: all 3s ease;
-ms-transition: all 3s ease;
-o-transition: all 3s ease;
transition: all 3s ease;
}

.globe-bg.appear {
opacity:1;
}

.globe-line {position:absolute; top:-1px; left:0; right:0; width:0px; height: 1px; margin:auto;
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
opacity:0.4;
-webkit-transition: all 3s ease;
-moz-transition: all 3s ease;
-ms-transition: all 3s ease;
-o-transition: all 3s ease;
transition: all 3s ease;
}

.globe-line.appear {
	width:800px;
	max-width: 100%;
}

.footer-bg {
	background: url(../images/footer-bg.png)no-repeat; background-size: cover; background-position: bottom center;
	overflow: hidden;
	position:relative;
}

.footer-anim{ width:200px; height:200px; position:absolute; left:0; right:0; margin:auto; top:-100px; }
.footer-anim img {width:200px; height:200px;
    animation:spin 30s linear infinite;
}

.logo-footer-white {width:200px;}
.features-title {padding-top: 250px; z-index: 1;}

.btn-rounded {border-radius: 50px;}
.btn-footer {font-size:20px;}

.section-dark {color: #fff;}
.section-dark .me-auto {color:rgba(var(--bs-primary-rgb));}
.section-dark .me-auto {color:#fff;}

.btn-outline-white {color: #fff;}
.prev.me-2.ms-0 {margin-left: -50px !important;}
.tns-inner {margin:0 !important;}

.hoverAB{
width: 300px; border: none; outline: nono; color: #fff; background: #21153f; cursor: pointer; position: relative; z-index: 0; border-radius: 10px;
font-size:20px; padding:20px;
border-radius: 60px;
cursor: pointer;
}

.hoverAB::before{
content: '';
background: rgb(253,29,29);
background: linear-gradient(135deg, rgba(253,29,29,1) 0%, rgba(214,41,118,1) 10%, rgba(214,41,118,1) 20%, rgba(254,218,117,1) 30%, rgba(72,255,0,1) 40%, rgba(0,255,213,1) 50%, rgba(122,0,255,1) 60%, rgba(150,47,223,1) 70%, rgba(255,0,0,1) 80%, rgba(236,236,236,1) 90%, rgba(9,9,9,1) 100%);
position: absolute;
top: -1px; left: -1px;
background-size: 400%;
z-index: -1;
filter: blur(12px);
width: 101%; height: 103%;
animation: moving-gradient 20s linear infinite;
opacity: 0.4;
transition: opacity .5s ease-in-out;
border-radius: 60px;
}

.hoverAB:active{
color: #000;
}

.hoverAB:active:after{
opacity: 0;
}

.hoverAB:hover:before{
opacity: 1;
}

.hoverAB:after{
z-index: -1;
content: '';
position: absolute;
width: 100%; height: 100%;
background: rgba(89,60,193,0.98);
left: 0; top: 0;
border-radius: 60px;
border:1px solid rgba(255,255,255,0.15);

}
.hoverAB:focus{
outline: none;
}

#space {
	width:100%;
	height:100%;
	background-color:transparent;
	position: absolute;
    top: 0;
    z-index: 0;
}

.glow-text {
	animation: glow 2s ease-in-out infinite alternate;
}
@keyframes glow {
	from {
		text-shadow: 0 0 5px #ffaa46, 0 0 10px #ffaa46;
	}

	to {
		text-shadow: 0 0 10px #ffaa46, 0 0 20px #ffaa46, 0 0 30px #ffaa46;
	}
}



@keyframes moving-gradient{
0%{background-position: 0 0;}
50%{background-position: 400% 0;}
100%{background-position: 0 0;}
}

@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
} 





/* Animations */
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.navbar {z-index: 9;}
.hero {position: relative;}

/* Space */
.space-wrapper {
 	width: 100%; height:100%;
	overflow:hidden;
	position: absolute;
	top:0;
}

.space {
  position: absolute;
  width: 400vw;
  height: 400vh;
  top: 50%;
  left: 50%;
  opacity: 0.4;
  margin-top: -200vh;
  margin-left: -200vw;
  -webkit-animation: spin 240s linear infinite;
          animation: spin 240s linear infinite;
  background-size: 240px;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  /* Had to base64 SVG background for FF compatibility */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0MCAyNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0MCAyNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IHg9IjEwNiIgeT0iOTAiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiLz48cmVjdCB4PSI3NCIgeT0iNjMiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIyMyIgeT0iNjYiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSI1MCIgeT0iMTEwIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iNjMiIHk9IjEyOCIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjQ1IiB5PSIxNDkiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSI5MiIgeT0iMTUxIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iNTgiIHk9IjgiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxNDciIHk9IjMzIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMiIgaGVpZ2h0PSIyIi8+PHJlY3QgeD0iOTEiIHk9IjQzIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iMTY5IiB5PSIyOSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjE4MiIgeT0iMTkiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxNjEiIHk9IjU5IiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iMTM4IiB5PSI5NSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjE5OSIgeT0iNzEiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48cmVjdCB4PSIyMTMiIHk9IjE1MyIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjIiIGhlaWdodD0iMiIvPjxyZWN0IHg9IjEyOCIgeT0iMTYzIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iMjA1IiB5PSIxNzQiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxNTIiIHk9IjIwMCIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjUyIiB5PSIyMTEiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiLz48cmVjdCB5PSIxOTEiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxMTAiIHk9IjE4NCIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjwvc3ZnPg==);
}



@media only screen and (max-width: 600px) {
	h1 {font-size: 2.5rem !important;  margin-top:10px;}
	.lead {font-size: 1rem;}
	h2 {font-size: 1.8rem !important;}
	.hero {height:65vh;}
	.download-badges img {width:200px; height:auto;}

	.footer-bg h2 {margin-top:50px;}
	.sliderTestimonial .card-body {min-height: 200px;}
	.feature-slide {text-align:center;}
	.feature-slide .w-100 {padding: 30px;}

	.space {
		  -webkit-animation: spin 120s linear infinite;
          animation: spin 120s linear infinite;
	}

.fal-item img {
	max-width: 80px;
}

}



  .premium .lead {
  	color: #ffaa46;
  }

  .premium-table {
  	max-width: 500px;
  	margin: 0 auto;
  	margin-top: 40px;
  }

  .premium-table .col-md-10,
  .premium-table .col-10 {
  	text-align: left;
  }

  .premium-table .row {
  	margin-top: 30px;
  }

  .premium-table .col-10 .premium-title {
  	font-size: 20px;
  	font-weight: bold;
  	color: #fff;
  }

  .premium-table .col-10 .premium-subtitle {
  	font-size: 16px;
  	color: #fff;
  	opacity: 0.9;
  }

  .premium-table img {
  	max-width: 48px;
  }

  .hero.premium {
  	height: auto;
  }

  .btn-premium {
  	min-width: 300px;
  }

  .premium-action {
  	padding-top: 20px;
  }

  .premium-action .price-promo {
  	font-size: 18px;
  	color: #fff;
  	margin-bottom: 0px;
  	margin-top: 10px;
  }

  .premium-action .price {
  	font-size: 15px;
  	color: #fff;
  	margin-bottom: 15px;
  }

  .premium-action .price .line {
  	text-decoration: line-through;
  }

  .premium .promo-pill {
  	max-width: 300px;
  }

  @media screen and (max-width: 768px) {
  	.hero.premium {
  		padding-top: 100px;
  	}

  	.hero.premium h2 {
  		font-size: 1.6rem !important;
  	}

  	.premium-table .row {
  		margin-top: 20px;
  	}

  	.premium-table {
  		max-width: 500px;
  		margin: 0 auto;
  		margin-top: 15px;
  	}

  	.premium-table .col-10 .premium-title {
  		font-size: 17px;
  		font-weight: bold;
  		color: #fff;
  	}

  	.premium-table .col-10 .premium-subtitle {
  		font-size: 14px;
  		color: #fff;
  		opacity: 0.9;
  	}

  	.premium-action .price-promo {
  		font-size: 16px;
  		color: #fff;
  		margin-bottom: 0px;
  		margin-top: 10px;
  	}

  	.premium-action .price {
  		font-size: 14px;
  		color: #fff;
  		margin-bottom: 15px;
  	}
  }




:root {
	--marquee-width: 100%;
	--marquee-height: 60px;
	/* --marquee-elements: 12; */
	/* defined with JavaScript */
	--marquee-elements-displayed: 5;
	--marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
	--marquee-animation-duration: calc(var(--marquee-elements) * 8s);
}

.marquee {
	width: var(--marquee-width);
	height: var(--marquee-height);
	background-color: #1e0e56;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.marquee:before,
.marquee:after {
	position: absolute;
	top: 0;
	width: 10rem;
	height: 100%;
	content: "";
	z-index: 1;
}

.marquee:before {
	left: 0;
	background: linear-gradient(to right, #1e0e56 0%, transparent 100%);
}

.marquee:after {
	right: 0;
	background: linear-gradient(to left, #1e0e56 0%, transparent 100%);
}

.marquee-content {
	list-style: none;
	height: 100%;
	display: flex;
	animation: scrolling var(--marquee-animation-duration) linear infinite;
	animation-timing-function: linear;
}

/* .marquee-content:hover {
  animation-play-state: paused;
} */
@keyframes scrolling {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
	}
}

.marquee-content li {
	display: flex;
	justify-content: center;
	align-items: center;
	/* text-align: center; */
	flex-shrink: 0;
	width: var(--marquee-element-width);
	max-height: 100%;
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
}

.marquee-content li img {
	width: 100%;
	/* height: 100%; */
	border: 2px solid #eee;
}

.marquee a {
	color: #fff;
	text-decoration: none;
}


@media (max-width: 1360px) {
	:root {
		--marquee-width: 100%;
		--marquee-height: 60px;
		--marquee-elements-displayed: 3;
	}

	.marquee:before,
	.marquee:after {
		width: 5rem;
	}

	.marquee-content li {
		font-size: 18px;
	}
}


@media (max-width: 1000px) {
	.bg-dark {background-color: #08001c !important;}
	:root {
		--marquee-width: 100%;
		--marquee-height: 60px;
		--marquee-elements-displayed: 1;
	}
	.marquee {margin-top: 40px;}
	.marquee:before,
	.marquee:after {
		width: 5rem;
	}

	.marquee-content li {
		font-size: 18px;
	}
}

.content-section p{
	font-size: 17px;
	color: #333;
}

.content-section p.lead {
	font-size: 22px;
	margin-bottom: 30px;
}

.content-img {margin-bottom: 40px;}

.tldr {
	padding: 20px;
	background-color: #efebff;
	border-radius: 12px;
	margin-bottom: 20px;
}

.tldr p {
	padding-bottom: 0;
	margin-bottom: 0;
}

.content-section li {
	font-size: 17px;
	color: #333;
}

.ql-indent-1 {
	font-size: 17px;
}






.nt-icons {
	position: relative;
	width: 150px;
	height: 150px;
	transform: scale(0.9);
}

.nt-icon-inside {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100px;
	height: 100px;
}

.nt-icon-outside {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 150px;
	height: 150px;
}

.nt-icon-inside img {
	width: 100px !important;
	height: 100px !important;
	max-width: 100px !important;
	max-height: 100px !important;
}

.nt-icon-outside img {
	width: 150px !important;
	height: 150px !important;
	max-width: 150px !important;
	max-height: 150px !important;
	animation: rotate-ncicon 20s linear infinite;
}

.nc-subtitle {
	opacity: 0.7;
}

.fal-item-nc {
	position: relative;
}

.nc-new-feature {
	position: absolute;
	top: 20px;
	right: 20px;
	margin: auto;
	background-color: #ffa94620;
	padding: 5px 10px;
	border-radius: 20px;
	color: #ffaa46 !important;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #ffaa46;
}

@keyframes rotate-ncicon {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 768px) {
	.nt-icons {
		transform: scale(0.8);
	}

	.nc-new-feature {
		font-size: 12px;
		top: 6px;
		right: 6px;
		padding: 3px 10px;
	}
}


.navbar {
	background-color: rgb(52 42 91 / 65%);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	padding: 15px 15px;
	transition: all 0.3s ease;
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	border-radius: 40px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.navbar-nav .nav-link {
	padding: 8px 16px;
	font-weight: 500;
}

.navbar .nav-link:hover {
	color: #fff;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

.navbar .btn-outline-light {
	border-radius: 25px;
	padding: 8px 20px;
}

.navbar .btn-outline-light:hover {
	background: #fff;
	color: #08001c;
}

.dropdown-menu {
	border: none;
	background: rgba(8, 0, 28, 1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.dropdown-item {
	color: #fff;
	padding: 8px 20px;
}

.dropdown-item:hover {
	background: rgba(255, 255, 255, 0.1);
}

.nav-item {
	padding: 0px 6px;
	font-weight: 500;
	font-size: 1.2em;
}

.navbar .btn-outline-light {
	font-size: 1em;
}

.navbar .dropdown-item {
	font-size: 1.1em;
}

.navbar .navbar-brand {
	padding: 0px;
}

.navbar .navbar-brand img {
	max-height: 36px;
}

.navbar .dropdown-item:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	border-radius: 40px;
	transition: all 0.3s ease;
}

.navbar .dropdown-menu li {
	padding: 0px 5px;
}

@media (max-width: 991px) {

	.navbar {
		max-width: 95%;
	}

	.navbar-collapse {
		background: rgba(8, 0, 28, 0.95);
		margin: 15px -12px -15px;
		padding: 20px;
		border-radius: 0 0 15px 15px;
	}

	.navbar-dark .navbar-toggler {
		border-color: rgba(255, 255, 255, 1);
		background-color: rgba(255, 255, 255, 0.1);
		outline: none;
	}

	.navbar-dark .navbar-toggler:focus {
		box-shadow: none;
	}

	.navbar-toggler.collapsed {
		background-color: rgba(255, 255, 255, 0);
	}

	.navbar-nav {
		text-align: center;
	}

	.navbar-nav .btn {
		margin-top: 15px;
		width: 100%;
	}

	.nav-item {
		width: 100%;
		text-align: left;
	}

	.navbar-dark .navbar-toggler {
		border-radius: 40px;
	}

	.navbar .navbar-brand img {
		max-height: 32px;
	}

	.navbar-collapse {
		border-radius: 15px;
		margin-bottom: 15px;
	}

	.navbar-dark .navbar-nav .nav-link {
		padding: 0.7125rem 0.35rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.dropdown-menu {
		background: transparent;
	}
}

  .app-download-buttons {
  	display: flex;
  	justify-content: center;
  	margin-top: 20px;
  }

  .app-download-buttons a {
  	margin: 0 10px;
  	transition: all 0.3s ease;
  }

  .app-download-buttons a:hover {
  	transform: translateY(-5px);
  }

  .app-download-buttons img {
  	height: 50px;
  	border-radius: 8px;
  }

  @media (max-width: 576px) {
  	.app-download-buttons {
  		flex-direction: column;
  		align-items: center;
  	}

  	.app-download-buttons a {
  		margin: 10px 0;
  	}
  }

  .navbar-light-mode .navbar {
	background-color: rgb(52 42 91 / 99%) !important;
  } 
  
  
