:root {
	scroll-behavior: auto;
	--thm-primary: #7D26EB;
	--thm-primary-rgb: 125, 38, 235;
	--thm-secondary: #EB269C;
	--thm-secondary-rgb: 235, 38, 156;
	--thm-special: #A54BFF;
	--thm-special-rgb: 165, 75, 255;
	--thm-text: #3D3F41;
	--thm-text-rgb: 63, 61, 65;
	--thm-gray: #1A1836;
	--thm-gray-rgb: 26, 24, 54;
	--thm-black: #0E0027;
	--thm-black-rgb: 14, 0, 39;
	--thm-border: #757396;
	--thm-border-rgb: 117, 115, 150;
	--thm-font: "Open Sans", sans-serif;
	--thm-heading: "Lato", sans-serif;
}
body {
	font-size: 18px;
	font-family: var(--thm-font);
	color: #fff;
	font-weight: 400;
	line-height: 1.87em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--thm-heading);
	font-weight: 800;
	color: #fff;
}
a,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	background-color: var(--thm-gray);
	min-width: 300px;
	overflow: hidden;
}
.thm-btn {
	position: relative;
	display: inline-block;
	color: #fff;
	background-color: var(--thm-secondary);
	border-radius: 15px;
	padding: 16px 50px;
	font-size: 18px;
	font-weight: 600;
	transition: all 500ms ease;
	line-height: 1.5;
	border: 0;
	font-weight: 700;
}
.thm-btn:hover {
	background-color: var(--thm-black);
	color: #fff;
}
.thm-btn-outline {
	background-color: transparent;
	border: 2px solid var(--thm-secondary);
}
.thm-btn-outline:hover {
	background-color: var(--thm-secondary);
	color: #fff;
}
.gutter-y-20 {
	--bs-gutter-y: 20px;
}
.gutter-y-30 {
	--bs-gutter-y: 30px;
}
.gutter-y-40 {
	--bs-gutter-y: 40px;
}
.gutter-y-60 {
	--bs-gutter-y: 60px;
}
.gutter-y-80 {
	--bs-gutter-y: 80px;
}

/* section-title */
.section-title-box {
	position: relative;
	margin-bottom: 50px;
}
.section-title {
	font-size: 44px;
	color: #fff;
	margin-bottom: 15px;
}
.section-title-text {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}

/* scroll to top */
.scroll-to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	width: 56px;
	height: 56px;
	background-color: var(--thm-black);
	border-radius: 50%;
	cursor: pointer;
	z-index: 9999;
	opacity: 0;
	transform: translateY(20px);
	transition: all 500ms ease;
}
.scroll-to-top:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-left: 0;
	border: 3px solid #fff;
	border-bottom: 0;
	border-left: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-50% + 3px)) rotate(-45deg);
}
.scroll-to-top.active {
	opacity: 1;
	transform: translateY(0px);
}
.scroll-to-top i {
	position: absolute;
	font-size: 25px;
	left: 50%;
	color: #fff;
	line-height: 1;
	top: 50%;
	transform: translate(-50%, -50%);
}
.scroll-to-top .scroll-to-top-circle {
	transition: all 500ms ease;
	fill: var(--thm-black);
}
.scroll-to-top:hover .scroll-to-top-circle{
	fill: var(--thm-primary);
}
.scroll-to-top .scroll-to-top-circle path {
	stroke: #fff;
	stroke-width: 4px;
}
/***********************
* Animations
***********************/
@keyframes bubbleMover {
	0%,
	100% {
		transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
	}
	50% {
		transform: perspective(400px) rotate(45deg) translateZ(-20px) translateY(-20px) translateX(-20px);
	}
}

@keyframes shapeMover {
	0%,
	100% {
		transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
	}
	50% {
		transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
	}
}

@keyframes spinShake {
	0%,100% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	50% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@keyframes spinNormal {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes zoomNormal {
	0%,100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

@keyframes rocketMover {
 0%,100% {
	-webkit-transform: translate(-30px,-60px);
	transform: translate(-30px,-60px);
 }
 50% {
	-webkit-transform: translate(0px,0px);
	transform: translate(0px,0px);
 }
}

@keyframes mapRipple {
	0% {
		transform: translate(-50%,50%) scale(0.5);
		opacity: 1;
	}
	100% {
		transform: translate(-50%,50%) scale(2);
		opacity: 0;
	}
}
@-webkit-keyframes anime {
  0% {
    width: 0px;
    height: 0px;
    -webkit-box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
            box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
  }
  20% {
    -webkit-box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.4);
            box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.4);
  }
  40% {
    -webkit-box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.2);
            box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.2);
  }
  100% {
    width: 150px;
    height: 150px;
    -webkit-box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
            box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
  }
}
@keyframes anime {
  0% {
    width: 0px;
    height: 0px;
    -webkit-box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
            box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
  }
  20% {
    -webkit-box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.4);
            box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.4);
  }
  40% {
    -webkit-box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.2);
            box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.2);
  }
  100% {
    width: 150px;
    height: 150px;
    -webkit-box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
            box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
  }
}


/***********************
* Preloader
***********************/
.preloader {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: var(--thm-gray);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999999;
}
.preloader img {
	animation: spinShake 6s linear infinite;
}

.preloader .preloader-inner span {
	position: absolute;
	  top: 50%;
	  left: 50%;
	  -webkit-transform: translate(-50%, -50%);
	          transform: translate(-50%, -50%);
	  width: 150px;
	  height: 150px;
	  border-radius: 50%;
	  -webkit-animation: anime 4s infinite;
	          animation: anime 4s infinite;
}


.preloader .preloader-inner span:nth-child(1) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.preloader .preloader-inner span:nth-child(2) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.preloader .preloader-inner span:nth-child(3) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.preloader .preloader-inner span:nth-child(4) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.preloader .preloader-inner span:nth-child(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.preloader .preloader-inner span:nth-child(6) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.preloader .preloader-inner span:nth-child(7) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.preloader .preloader-inner span:nth-child(8) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/* banner */
.page-banner {
	position: relative;
	padding: 200px 0 150px;
}
.blog-single-shape-1 {
	position: absolute;
	top: 300px;
	left: 100px;
	animation: bubbleMover 7s infinite linear;
}
.blog-single-shape-2 {
	position: absolute;
	top: 270px;
	left: 70px;
}
.blog-single-shape-3 {
	position: absolute;
	width: 910px;
	height: 910px;
	background-color: #2B22A3;
	opacity: 0.5;
	border-radius: 50%;
	left: -200px;
	top: -270px;
	filter: blur(200px);
}
.blog-single-shape-4 {
	position: absolute;
	width: 258px;
	height: 258px;
	background-color: var(--thm-special);
	opacity: 1;
	border-radius: 50%;
	left: 60px;
	top: 355px;
	filter: blur(120px);
}
.blog-single-shape-5 {
	position: absolute;
	width: 200px;
	height: 200px;
	background-color: var(--thm-secondary);
	opacity: 1;
	border-radius: 50%;
	right: 360px;
	top: 360px;
	filter: blur(120px);
}
.blog-single-shape-6 {
	position: absolute;
	width: 950px;
	height: 950px;
	background-color: #2F126C;
	opacity: 1;
	border-radius: 50%;
	left: 360px;
	top: 600px;
	filter: blur(300px);
}
.blog-single-shape-7 {
	position: absolute;
	width: 258px;
	height: 258px;
	background-color: #9B33EC;
	opacity: 1;
	border-radius: 50%;
	left: 360px;
	top: 1830px;
	filter: blur(150px);
}
.page-banner-inner {
	position: relative;
}
.slider-one-floating-image {
	position: absolute;
}
.slider-one-floating-image.image-1 {
	animation: shapeMover 3s infinite linear;
}
.slider-one-floating-image.image-2 {
	animation: spinShake 8s infinite linear;
}
.slider-one-floating-image.image-3 {
	animation: bubbleMover 5s infinite linear;
}
.slider-one-floating-image.image-4 {
	animation: rocketMover 7s infinite linear;
}
.page-banner .slider-one-floating-image img {
	width: auto;
}
.page-banner-content {
	position: relative;
	text-align: center;
}
.page-banner-content h2 {
	font-size: 64px;
	max-width: 900px;
	font-weight: 700;
	margin: 0 auto;
	margin-bottom: 90px;
}
@media(max-width: 576px) {
	.page-banner-content h2 {
		font-size: 48px;
	}
}
.page-banner-content h2 span {
	color: var(--thm-secondary);
}
.button-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	gap: 20px;
}

/* demo item list */
.demo-item-list {
	position: relative;
	padding-bottom: 150px;
}
.demo-card {
	position: relative;
	padding: 30px;
	border-radius: 15px;
	background-color: var(--thm-black);
}
.demo-card-image {
	position: relative;
	max-height: 400px;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 30px;
}
.demo-card-image img {
	transform: translateY(0);
	transition: all 5000ms ease;
	width: 100%;
}
/*.demo-card:hover .demo-card-image:not(.no-scroll) img {
	transform: translateY(calc(-100% + 405px));
}*/
.demo-card-content {
	position: relative;
	text-align: center;
}
.demo-card-content h4 {
	transition: all 500ms ease;
}
.demo-card-content h4:hover {
	color: var(--thm-secondary);
}
.demo-card-content h4 a {
	color: inherit;
}

/* blog pages */

.blog-pages {
	position: relative;
	padding-bottom: 150px;
}

/* demo features */
.demo-features {
	position: relative;
	padding: 150px 0;
}
.demo-feature-box {
	text-align: center;
	padding: 30px 20px;
	border-radius: 10px;
	background-color: #fff;
}
.demo-feature-box img {
	height: 80px;
	display: inline-block;
}
.demo-feature-name {
	color: var(--thm-black);
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
}
.bottom-footer {
	position: relative;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	font-weight: 400;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.bottom-footer p {
	margin-bottom: 0;
}