/* ***** Global ***** */
:root {
	--lqd-container-width: 1200px;
	--lqd-row-gutter-x: 20px;
	--lqd-row-gutter-y: 20px;

	--lqd-color-primary: #EC744E;
	--lqd-body-text-color: rgba(229, 227, 219, 0.71);
	--lqd-color-yellow-100: #EDEAE1;
	--lqd-color-yellow-200: rgba(245, 240, 226, 0.72);
	--lqd-color-slate-300: #6a7a90;

	--lqd-body-font-family: "Poppins", sans-serif;
	--lqd-body-font-size: 22px;
	--lqd-body-font-weight: 500;

	--lqd-accent-font-family: "all-round-gothic", sans-serif;
	--lqd-accent-font-weight: 700;

	--lqd-heading-font-family: var(--lqd-accent-font-family);
	--lqd-heading-line-height: 1.2em;
	--lqd-heading-font-weight: 600;
	--lqd-heading-color: #DDDACD;
	--lqd-h1-font-size: 52px;
	--lqd-h2-font-size: 100px;
	--lqd-h2-line-height: 0.9em;
	--lqd-h2-text-transform: uppercase;
	--lqd-h3-font-size: 45px;
	--lqd-h4-font-size: 25px;
	--lqd-h5-font-size: 21px;
	--lqd-h6-font-size: 18px;

	--lqd-cc-size-inner: 32px;
	--lqd-cc-bg: rgb(255, 255, 255);
	--lqd-cc-active-bg: var(--lqd-cc-bg);
	--lqd-cc-active-bw: 1px;
	--lqd-cc-blend-mode: exclusion;
}

@media (max-width: 767px) {
	:root {
		--lqd-h2-font-size: 16vw;
	}
}

.btn-xs {
	--btn-pt: 2px;
	--btn-pe: 8px;
	--btn-pb: 2px;
	--btn-ps: 8px;
}

.btn-sm {
	--btn-pt: 0.6em;
	--btn-pe: 1em;
	--btn-pb: 0.6em;
	--btn-ps: 1em;
}

.btn-md {
	--btn-pt: 12px;
	--btn-pe: 20px;
	--btn-pb: 12px;
	--btn-ps: 20px;
}

.bg-before:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 1;
	mix-blend-mode: initial;
	background-color: transparent;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

@media screen and (min-width: 1200px) {
	.lqd-sticky-footer-shadow-1 #lqd-site-content {
		box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .1);
	}
}

/* ***** Main Header ***** */
.main-header .module-menu {
	min-height: 60px;
}

.main-header .btn.border-white-10:hover {
	border-color: #fff;
}

.main-header .module-menu .lqd-fancy-menu {
	backdrop-filter: blur(10px);
}

.main-header .module-menu .lqd-fancy-menu ul>li>a:hover,
.main-header .module-menu .lqd-fancy-menu li.is-active>a {
	color: #FFFFFF;
}

.lqd-modal .container {
	max-width: 640px;
}

/* ***** Banner ***** */
.banner .container {
	max-width: 800px;
}

.banner h1 {
	font-size: 5.1rem;
}

.banner .module-video {
	mix-blend-mode: luminosity;
}

.banner .module-video:before {
	background-image: url("../../images/hero-overlay.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 768px) {

	.banner-btn-left .btn {
		--btn-ps: 40px;
	}

	.banner-btn-right .btn {
		--btn-pe: 40px;
	}
}

@media (max-width: 767px) {
	.banner h1 {
		font-size: 2.5rem;
	}

	.banner .btn {
		padding: 12px 20px;
	}

	.banner .btn-icon-left {
		padding: 12px 20px;
	}

	.banner .module-video:before {
		background-image: url("../../images/hero-overlay-mobile.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		}
	}
}

/* ***** Parallax GB ***** */
.parallax-bg:before {
	background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 58%);
}

@media (max-width: 767px) {
	.parallax-bg {
		min-height: 200px;
	}
}

/* ***** Features ***** */
.features .container {
	max-width: 1280px;
}

/* ***** How It Work ***** */
.how-it-works .container {
	max-width: 1260px;
}

@media (max-width: 767px) {
	.how-it-works .module-top {
		margin-bottom: 80px;
	}

	.how-it-works .lqd-text-reveal-el {
		font-size: 24px;
		line-height: 1.3em;
	}
}

/* ***** Carousel Button ***** */
.carousel-button .btn {
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 15px 0 rgba(205, 5, 5, 0.2) inset;
	background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) {
	.carousel-button .carousel-items {
		margin-inline-start: -20px;
		margin-inline-end: -20px;
	}

	.carousel-button .carousel-item {
		padding-inline-start: 20px;
		padding-inline-end: 20px;
	}
}

/* ***** Float Text ***** */
.float-text {
	filter: saturate(0%);
}

.float-text .container {
	max-width: 970px;
}

@media (max-width: 1199px) {
	.float-text {
		padding: 240px 0;
	}
}

@media (max-width: 767px) {
	.float-text {
		padding: 120px 20px;
	}

	.float-text .lqd-text-reveal-el {
		font-size: 32px;
	}
}

/* ***** Testimonial ***** */
.testimonial {
	background-position: 50% 15%;
}

.testimonial .carousel-dots {
	top: -200px;
	right: -140px;
	bottom: -25px;
	left: auto;
}

.testimonial .lqd-carousel-slides-numbers {
	color: #FFFFFF;
}

.testimonial .lqd-carousel-slides {
	justify-content: center;
	align-items: center;
}

@media (max-width: 1199px) {
	.testimonial {
		background-position: top center;
	}

	.testimonial .carousel-dots-mobile {
		display: block;
	}

	.testimonial .carousel-dots-mobile .flickity-page-dots .dot.is-selected {
		background-color: #FFFFFF;
	}

	.testimonial .carousel-dots-mobile .flickity-page-dots .dot {
		background-color: rgba(255, 255, 255, 0.45);
	}

	.testimonial .module-svg {
		margin-top: 100px;
	}
}

@media (max-width: 767px) {
	.testimonial .module-svg .carousel-items {
		margin-inline-start: -120px;
		margin-inline-end: -120px;
	}
}

/* ***** Faq ***** */
@media (max-width: 1199px) {
	.faq {
		padding-right: 40px;
		padding-left: 40px;
	}
}

/* ***** Newsletter ***** */
.newsletter .container {
	max-width: 640px;
}

@media (min-width: 992px) {
	.newsletter {
		background-attachment: fixed;
	}
}

@media (max-width: 767px) {
	.newsletter {
		padding: 60px 10px;
	}
}

/* ***** Footer ***** */
@media (max-width: 1199px) {
	.main-footer .module-logo {
		margin-bottom: 30px;
	}

	.main-footer .module-social {
		margin-top: 20px;
	}
}

.trdtxtfx {
    text-shadow: 1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
        1px 6px 1px #919191,
        1px 7px 1px #919191,
        1px 8px 1px #919191,
        1px 9px 1px #919191,
        1px 10px 1px #919191,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
}

.breathing-text {
animation: breathe 3500ms infinite forwards;
}

@keyframes breathe {
  50% {
    transform: scaleX(1.05) scaleY(1);
  }
  100% {
    transform: scaleX(1) scaleY(1);
  }
}

.scroll-container {
	position: relative;
	height: 100vh;
	overflow: hidden;
  }
  
  .masked-image {
	position: relative;
	width: 100%;
	height: 100%;
	clip-path: circle(25% at 50% 36%); /* Initial donut shape */
	overflow: hidden;
  }
  
  .masked-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: clip-path 1s ease-in-out;
  }
  
  /* Text overlay */
  .text-overlay {
	position: absolute;
	top: 50%;
	transform: translate(0, -30%);
	font-size: 2rem;
	color: white;
	text-align: center;
	z-index: 10;
	opacity: 0; /* Initially hidden */
  }
  
  /* Mobile-only styling */
  @media (max-width: 768px) {
	.masked-image {
	  clip-path: circle(20% at 50% 36%); /* Mobile-specific donut size */
	}

	@media (max-width: 768px) {
		.flex-col-hero > *:first-child {
		  margin-bottom: -20px; /* Cancel out the gap for the last element */
		}
	  }
  }

  .glowingPulseBtn {
	cursor: pointer;
	box-shadow: 0 0 3px #e56849;
    transition: transform 0.2s ease-in-out;
    animation: irregularPulseGlow 3s infinite;
  }

  @keyframes irregularPulseGlow {
    0% {
      transform: scale(1);
	  box-shadow: 0 0 3px #e56849, 0 0 7px #e56849;
    }
    20% {
      transform: scale(1.05);
    }
    40% {
      transform: scale(1.03);
	  box-shadow: 0 0 6px #e56849, 0 0 10px #e56849;
    }
    60% {
      transform: scale(1.12);
	  box-shadow: 0 0 10px #e56849, 0 0 20px #e56849;
    }
    80% {
      transform: scale(1.08);
    }
    100% {
      transform: scale(1);
	  box-shadow: 0 0 3px #e56849, 0 0 7px #e56849;
    }
  }

  .glowingTxt {
    color: #ffffff; /* Base text color */
    text-shadow: 
      0 0 2px #ffffff, /* Crisp core glow */
      0 0 2.5px #ffffff, 
      0 0 3px #e6e6ff, /* Pale violet halo */
      0 0 3.5px #ccccff, /* Subtle violet aura */
      0 0 3px #ccccff; 
    animation: modernNeonGlow 2s infinite alternate;

  }

  @keyframes modernNeonGlow {
    0% {
      text-shadow: 
        0 0 2px #ffffff, 
        0 0 2.5px #ffffff, 
        0 0 3px #e6e6ff, 
        0 0 3.5px #ccccff, 
        0 0 3px #ccccff;
    }
    50% {
      text-shadow: 
        0 0 4px #ffffff, 
        0 0 4.5px #ffffff, 
        0 0 5px #f2f2ff, /* Softer glow peak */
        0 0 5.5px #e6e6ff, 
        0 0 5px #ccccff;
    }
    100% {
      text-shadow: 
        0 0 2px #ffffff, 
        0 0 2.5px #ffffff, 
        0 0 3px #e6e6ff, 
        0 0 3.5px #ccccff, 
        0 0 3px #ccccff;
    }
  }

  ::-webkit-scrollbar {
    width: 8px;
  }
  
  ::-webkit-scrollbar-track {
    background: #010101;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #fafafa;
	border-radius: 2px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
  }

  .kickstarter-text-container {
	position: relative;
	width: 200px; /* Adjust width as needed */
	height: 50px; /* Adjust height as needed */
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
  }

  .scrolling-text {
	position: absolute;
	white-space: nowrap;
	animation: scroll 4.5s linear infinite;
	color: #05ce78; /* Kickstarter green text */
	font-size: 18px;
	font-weight: bold;
  }

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