body{
	background-color: var(--darkTheme)!important;
}
.animated {
    opacity: 0;
	transform: scale(0);
	transition: all 0.5s ease;
	transition-delay: 0.8s;
}

.rotate-in {
    transform: scale(1);
	opacity: 1;
}
/*Hero Section*/
.landing-hero{
	position: relative;
	padding: 70px 0 120px 0;
	text-align: center;
	z-index: 10;
	overflow: hidden;
}
.landing-hero h1{
	font-weight: 600;
	text-shadow: 3px 4px 6px rgba(0,0,0,0.1);
	color: white;
	letter-spacing: -1px;
	font-size: 2.675em;
	margin: 0 auto 16px auto;
	max-width: 800px;
}

.landing-hero h1 + p{
	font-weight: 400!important;
	color: rgba(255,255,255,0.7);
	font-size: 24px;
	margin: 0 auto;
	line-height: 1.2;
	max-width: 800px;
}
.landing-hero h1 + p span{
	color: #ff9900;
}
.landing-hero .buyButton{
	position: relative;
	z-index: 10;
}
@media screen and (max-width: 768px){
	.landing-hero{
		padding: 40px 0 65% 0;
	}
	.landing-hero h1{
		font-size: 2.2em;
		margin-top: 12px;
	}
	.landing-hero h1 + p{
		font-size: 20px;
	}
}

/* CTA Buttons */
.landing-hero .buyButton{
	padding: 1em 2em;
	display: inline-block;
}
.cta-bottom .buyButton{
	display: inline-block;
}
.buyButton{
	width: auto;
	display: block;
	position: relative;
	font-size: 18px;
	text-align: center;
	text-decoration: none!important;
	background: var(--ctaTheme);
	padding: 0.8em 1.6em;
	border-radius: 100vh;
	font-weight: bold;
	color: white!important;
	overflow: hidden;
	transition: background-color 0.4s ease, color 0.4s ease, width 0.4s ease;
}
.buyButton:hover {
	background-color: white;
	color: var(--darkTheme)!important;
}
.buyButton i{
	transition: margin 0.3s ease;
	margin-left: 10px;
}
.buyButton:hover i{
	margin-left: 16px;
}
.cta{
	display: inline-block;
	padding: 0.7em 1.24em;
	background: #5f9322;
	color: white;
	font-weight: 600;
	border-radius: 200vh;
}
.cta i{
	margin-left: 1em;
}

/*CountDown Timer*/
.countdown{
	display: flex;
	gap: 0.765em;
	padding: 20px 0;
	justify-content: center;
}
.countdown .inner{
	text-align: center;
	padding: 1em 0.5em;
	width: 70px;
	border-radius: 10px;
	background-color: rgba(218,230,249,0.7);
	backdrop-filter: blur(5px);
}
.numberValue{
	color: #ff9900;
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	line-height: 1;
}
.countdown .inner p{
	margin: 0;
	color: #222222;
	font-size: 13px;
}
.lead{
	margin-top: 40px;
	color: white;
	opacity: 0.8;
	font-weight: 500;
}
@media screen and (max-width: 768px){
	.lead{
		display: none;
	}
}


/*Main content Area*/
@media screen and (min-width: 768px){

.main-row{
	transform: translateY(-60px);
}
}
.roundicon{
	background: var(--lightTheme);
	color: white; 
	text-align: center;
	font-size: 26px;
	display: block!important;
	line-height: 60px!important;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}
.text-button{
	color: var(--lightTheme);
	font-size: 18px;
	font-weight: bold;
	transition: color 0.4s ease;
	letter-spacing: -0.5px;
	text-decoration: none!important;
}
.text-button:hover{
	color: var(--lightTheme);
}
.text-button i{
	margin-left: 10px;
	transition: margin 0.3s ease;
}
.text-button:hover i{
	margin-left: 16px;
}
.main-copy h2 span{
	color: var(--lightTheme);
}
.main-copy h2{
	font-weight: bold;
	font-size: 40px;
	letter-spacing: -1px;
	line-height: 1.15;
}
.main-copy > span{
	font-weight: 500;
	color: var(--darkTheme);
	display: block;
	margin: 0 0 10px 0;
}
.main-copy p{
	font-size: 17px!important;
	line-height: 1.5;
	opacity: 0.8;
}
.main-copy .row p{
	font-weight: 500;
	margin: 0;
}

@media screen and (max-width: 768px){
	.main-copy h2{
		font-size: 30px;
	}
	aside{
		margin-bottom: 20px;
	}
}
.bigDigit{
	font-size: 3em;
	letter-spacing: -1px;
	font-weight: bold;
	color: #257eff;
}
.nav-item.try{
	display: none;
}

.main-content-area{
	width: 100%;
	overflow-x: clip;
	background-size: 100% auto;
	background-color: var(--bs-body-bg);
	position: relative;
	z-index: 15;
}
@media screen and (max-width: 768px){
	.main-content-area{
		background-size: 250% auto;
	}
}
aside{
	position: relative;
}
aside:before{
	content: '';
	position: absolute;
	left: 0;
	height: 91%;
	background: var(--darkTheme);
	z-index: -1;
	border-radius: 16px;
	width: 100%;
	bottom: 0;
}
aside a{
	opacity: 0;
	transform: translate(-20px, 0);
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.chip *{
	margin: 0;
	padding: 0;
    color: var(--bs-dark)!important;
}
.chip h4{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	letter-spacing: -1px;
	color: var(--bs-dark)!important;
}
aside .chip{
	padding: 10px;
	position: absolute;
	background-color: rgba(218,230,249,0.9);
	backdrop-filter: blur(5px);
	border-radius: 9px;
}
.chip p{
	max-width: 160px;
	line-height: 1.1;
	font-size: 14px;
	color: var(--bs-dark)!important;
}
.chip1{
	top: 13%;
	left: -20px;
}
.chip2{
	right: -20px;
	bottom: 8%;
}
@media screen and (max-width: 768px){
	.chip img{
		max-width: 100%;
	}
	.chip{
		max-width: calc(100% - 20px);
	}
	.chip1{
	top: 12%;
	left: 10px;
	}
	.chip2{
		right: 10px;
		bottom: 10px;
	}
}


.appScreen{
	background: var(--lightTheme);
	border-radius: 16px;
	overflow: hidden;
}
.appScreen img{
	width: 100%;
	transition: all 0.5s cubic-bezier(1,.29,.2,.95);
	transition-delay: 0.5s;
}
.app1{
	padding: 2em 2em 0 2em;
}
.app1 img{
	margin-top: 20px;
	opacity: 0.2;
	transform: translateY(100%)
}
.app2{
	padding: 0 2em 2em 2em;
}
.app2 img{
	margin-bottom: 20px;
	opacity: 0.2;
	transform: translateY(-100%)
}


/*Ticker Tape*/
.tickers{
	position: absolute;
	bottom: 0;
	max-width: 100vw;
	overflow-x: clip;
}
.ticker-tape-container.top{
	position: absolute;
	top: 0;
	z-index: 1
}
.ticker-tape-container {
	overflow-x: hidden;
	width: 100%;
	max-width: 100%;
	width: 100%;
	display: flex;
	padding: 0.675em 0;
}
.ticker-tape {
	display: flex;
	color: white!important;
	gap: 1rem;
	flex: 0 0 auto;
	margin-right: 1rem;
	min-width: 100%;
	align-items: center;
	animation: marquee 60s 0s linear infinite;
	animation-play-state: running;
	animation-delay: 0s;
	animation-direction: normal;
}

.ticker-tape span{
	font-size: 1.2em;
	font-weight: 500;
}

.ticker-tape-container.top{
	background: var(--lightTheme);
	transform: rotate(1deg) scale(1.1);
	color: black!important;
}
.ticker-tape-container.top{
	top: 0;
}
.ticker-tape-container.bottom{
	background: var(--ctaTheme);
	transform: rotate(-1deg) scale(1.1);
	z-index: -1;
	top: -30px;
}
.bottom .ticker-tape {
	animation-direction: reverse;
}

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

/*Bottom Cta Section*/
.cta-bottom{
	position: relative;
	z-index: 10;
	overflow-x: clip;
	text-align: center;
	color: white;
	padding: 120px 0 150px 0;
}
.cta-bottom h2{
	margin-bottom: 30px;
}

.sticky-buy.available{
	transform: translateY(0%);
	opacity: 1;
}
.sticky-buy:before{
	content:'';
	width: 100%;
	height: 100%;
	background: black;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.2;
}
.sticky-buy{
	opacity: 0;
	transition: transform 0.5s ease, opacity 0.5s ease;
	box-shadow: 3px 0px 5px rgba(0,0,0,0.2);
	transform: translateY(100%);
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	background: var(--darkTheme);
	z-index: 101;
}
.sticky-buy .buyButton{
	font-size: 16px;
}
.sticky-buy p{
	color: white;
	margin: 0;
	font-size: 18px;
}



/* App Section */
.appSection{
	background-color: var(--darkTheme);
	padding: 70px 0;
}
.featuredCenter{
	display: none;
	pointer-events: none;
}
.featuredLeft, .featuredRight{
	pointer-events: none;
	position: fixed;
	bottom: 0;
	z-index: -2;
	object-fit: cover;
	object-position: bottom center;
	height: auto;
	width: 420px;
}
@media screen and (max-width: 1240px){
	.featuredLeft{
		mask: linear-gradient(270deg, transparent 0%, transparent 25%, white 100%);
		-webkit-mask: linear-gradient(270deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 25%, white 100%);
	}
	.featuredRight{
		mask: linear-gradient(90deg, transparent 0%, transparent 25%, white 100%);
		-webkit-mask: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 25%, white 100%);
	}
}
.featuredLeft{
	left: 0;
}
.featuredRight{
	right: 0;
}
@media screen and (max-width: 1500px){
	.featuredLeft, .featuredRight{
		width: 350px;
	}
}
@media screen and (max-width:992px){
	.featuredLeft, .featuredRight{
		width: 300px;
	}
}
@media screen and (max-width:768px){
	.featuredLeft, .featuredRight{
		display: none;
		height: 0;
	}
	.featuredCenter{
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
	}
}



.ghp-section{
	padding: 70px 0
}
.infoCard{
	border-radius: 20px;
	position: relative;
	z-index: 1;
	padding: 2em;
}
.infoCard.dark{background: var(--darkTheme)!important; opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease-in, transform 0.4s ease-in; transition-delay: 0.3s}
.infoCard.light{background: var(--lightTheme)!important; opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease-in, transform 0.4s ease-in; transition-delay: 0.9s}
.infoCard.lightest{background: var(--lightTheme)!important; opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease-in, transform 0.4s ease-in; transition-delay: 0.6s}
.infoCard.lightest:before{
	content: '';
	width: 100%;
	height: 100%;
	background: white;
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	opacity: 0.8;
    border-radius: inherit;
}
.tags {
	position: absolute;
	top: 1em;
	right: 0;
	max-width: 40%;
}
.ghp-tags .banner{
	width: 100%;
	border-radius: 9px;
	margin-bottom: 1em;
}
.ghp-tags p{
	margin: 0;
	padding: 0;
}
.ghp-tags h3{
	padding-right: 30%;
}
@media screen and (max-width: 1366px) {
	.tags{
		max-width: 100px;
	}
	.ghp-tags h3{
		padding-right: 0px;
	}
}
.ghp-phone{
	padding: 2em 2em 0em 2em;
	text-align: center;
}
.ghp-phone .col{
	padding: 0;
	margin: 0;
}
.ghp-phone h3{
	color: white;
}
.ghp-phone img{
	width: 100%;
	max-width: 300px;
	min-height: 120px;
	height: 100%;
	object-fit: scale-down;
	object-position: bottom center;
}
.infoCard.lightest{
	position: relative;
	padding: 20px;
}
.logosplit{
	width: 100%;
}
.logoSlide img{
	height: 90px!important;
	padding: 0!important;
	aspect-ratio: 1/1;
}


