/* index banner start */


.gt-feature-focus-wrapper .gt-feature-content .gt-btn-all .gt-theme-btn.style-border {
	background: transparent;
	border: 1px solid #e31919;
	color: #000;
}


.service-section {
	background: #fff;
}



/* Services start */


.added-module {
	background: #fff !important;
	z-index: 1;
	position: relative;
}


.why-sec {
	background: linear-gradient(145deg, #fdcaca, #ffffff);
	width: 100%;
	margin: 0px auto 35px auto;
	height: 440px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
	padding: 20px 20px;
}
.why-line {
	background: #000;
	height: 2px;
	left: 0;
	right: 0;
	top: 67px;
	width: 100%;
	position: absolute;
}
.why-cicle {
	position: absolute;
	right: 44px;
	top: 32px;
	background: #f2efff;
	padding: 5px;
	border-radius: 50%;
	animation: rotateSmooth 10s linear infinite;
}
.why-icon-bg {
	border: 2px dashed #f00;
	display: inline-block;
	padding: 10px 10px;
	text-align: center;
}
.why-icon {
	background: linear-gradient(-90deg, var(--theme-color3) 0%, var(--theme-color) 100%);
	border-radius: 50%;
	width: 67px;
	height: 67px;
	padding: 10px 12px;
	text-align: center;
}
.why-sec:hover {
	/* transform: scale(1.03); */
	/* transform-origin: center; */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	z-index: 10;
}

.why-sec h4 {
	font-size: 22px;
	margin-top: 20px;
}
/* Glossy Box */
.glossy-box {
	text-align: center;
	overflow: hidden;
	transition: all 0.4s ease;
}

/* Subtle floating on normal */
.glossy-box::before {
	content: '';
	position: absolute;
	width: 180%;
	height: 180%;
	top: -40%;
	left: -40%;
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.05), transparent 70%);
	animation: glowFloat 6s ease-in-out infinite;
	z-index: -1;
}
/* Hover Shine Sweep */
.shine {
	position: absolute;
	top: 0;
	left: -100%;
	width: 60%;
	height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
	transform: skewX(-25deg);
	transition: 0.75s;
	z-index: 3;
	pointer-events: none;
}
.glossy-box:hover .shine {
	left: 120%;
}
.glossy-box:hover .why-icon-bg {
	border: 2px solid #f00;
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.6), inset 0 0 10px rgba(255, 255, 255, 0.3);
	transform: scale(1.05);
	
}
/* Hover Pop */

/* Icon Circle */
.why-icon-bg {
	width: 90px;
	height: 90px;
	margin: 0 auto 15px;
	border-radius: 50%;
	background: linear-gradient(135deg, #fff, #f0f0f0);
	box-shadow: inset 0 4px 8px rgba(255, 255, 255, 0.6), 0 4px 12px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	position: relative;
	transition: all 0.4s ease;
	box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.1);
}
.module-carouse {
	margin: 30px 0px 0px 0px;
}
.text-tech {
	background: #fff;
}
/* Services end  */





/* Animations */
@keyframes rotateSlow {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
 @keyframes glowFloat {
 0%, 100% {
 transform: translateY(0) rotate(0deg);
}
 50% {
 transform: translateY(10px) rotate(3deg);
}
}


/* index banner End */


/* About Us Start */

.services-box {
	background: #fff;
	box-shadow: inset 0 0 30px #ff7171 !important;
	padding: 20px 20px;
	border-radius: 20px;
	height: 300px;
	margin: 40px 0px 0px 0px;
	z-index: 2;
	position: relative;
	transition: all 0.4s ease;
}
.why-set-box {
	background: #ffdfdf;
	padding: 20px 20px;
	border-radius: 20px;
	margin: 15px 0px;
}
.services-box:hover {
	box-shadow: 0 4px 10px rgba(255, 0, 0, 0.3) !important;
}
.block-chain-service h2 {
	font-size: 36px;
}

/* Icon Circle */
.why-icon-bg {
	width: 90px;
	height: 90px;
	margin: 0 auto 15px;
	border-radius: 50%;
	background: linear-gradient(135deg, #fff, #f0f0f0);
	box-shadow: inset 0 4px 8px rgba(255, 255, 255, 0.6), 0 4px 12px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	position: relative;
	transition: all 0.4s ease;
	box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.1);
}



/* Section Us End */

.soft-con {
	margin-top: 31px;
}

.soft-grad {
	border-radius: 126px;
	margin: 0 auto;
	padding: 37px 0;
	background: #118ae8;
	background: -moz-linear-gradient(top, #118ae8 0, #2551e6 100%);
	background: -webkit-linear-gradient(top, #118ae8 0, #2551e6 100%);
	background: #fff;
	height: 170px;
	width: 170px;
	box-shadow: inset 0 0 88px #ffc8c8 !important;
	/* border: 2px solid #6941f9; */
}

.soft-grad-ico iconify-icon {
	font-size: 35px;
}

.soft-grad h4 {
	font-size: 15px;
	text-align: center;
	line-height: 19px;
	color: #171717;
	font-weight: 600;
	margin-top: 8px;
}
.grad1 {
	animation: animate 6s ease-in-out infinite;
}

.grad2 {
	animation: animate 5s ease-in-out infinite;
}

.grad3 {
	animation: animate 4s ease-in-out infinite;
}

.grad4 {
	animation: animate 3s ease-in-out infinite;
}

.grad5 {
	animation: animate 2s ease-in-out infinite;
}

.grad6 {
	animation: animate 6s ease-in-out infinite;
}

.grad7 {
	animation: animate 4s ease-in-out infinite;
}

.grad8 {
	animation: animate 3s ease-in-out infinite;
}

.p2a-why-choose-content {
	margin-top: 25px;
}

.soft-grad:hover {
	/* background: linear-gradient(90deg, var(--theme-color3) 0%, var(--theme-color) 100%); */
	box-shadow: inset 0 0 88px #f0ceff !important;
	border: 2px dotted #f941f6;
	animation: none;
}

.soft-grad2 {
	position: relative;
	top: -70px;
}

.choose-ball {
	margin-top: 60px;
}
/* Section Us End */

/* About Us End */


/* Side Link Start */

.social-media {
	width: 70px;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	overflow: visible;
}
.social-media-btn-wrapper {
	background: url("../img/social-media-bg-2.png") no-repeat;
	background-position: 100%;
	background-size: contain 100%;
	width: 100%;
	height: 74%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: absolute;
	left: -9px;
	transform: translateX(-10%);
	bottom: 0;
}
.disclaimer-div {
	position: absolute;
	top: 20%;
	left: 5%;
}
.gap-3 {
	gap: 1rem !important;
}
.social-media .dis-social-media-btn {
	background: #003230 !important;
}
.social-media .social-media-btn {
	width: 50px;
	height: 50px;
	background: transparent;
	border: none;
	border-radius: 50%;
	position: relative;
	font-size: 30px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.disclaimer-logo, .social-media .social-media-btn:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(185deg) brightness(116%) contrast(100%);
}
.disclaimer-logo {
	width: 25px;
	height: 25px;
}
.social-media .social-media-btn {
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
.social-media .social-media-btn {
	width: 50px;
	height: 50px;
	background: transparent;
	border: none;
	border-radius: 50%;
	position: relative;
	font-size: 30px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
:active, :focus, a, a:hover, button, button:hover {
	text-decoration: none;
	outline: none;
}
.social-media .social-media-btn::before {
	content: "";
	width: 300%;
	height: 300%;
	background: radial-gradient(circle,#00b9b0d2 10%,rgba(0,185,176,0) 60%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(.75);
	z-index: -1;
	opacity: 0;
	transition: opacity .9s ease,transform .9s ease;
	pointer-events: none;
}
.social-media .social-media-btn {
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
/* Side Link End */



/* Flash loan start */




.benifits-list {
	display: inline-block;
	width: 100%;
	padding: 10px 25px;
	margin: 15px 0px;
}

.benifits-content {
	float: right;
	width: 100%;
}

.benifits-top img {
	border: 1px solid #d6cece;
	padding: 5px 10px;
	border-radius: 2px;
}

.benifits-content h6 {
	font-size: 18px;
	font-weight: 700;
	color: #1e2835;
	margin-bottom: 10px;
}
.benifits-list:hover {
	background: linear-gradient(145deg, #ffe0e0, #fff);
}
/* Flash loan End */

/************************ animation **********************************/
.masked {
	mask-image: linear-gradient(#000, #000);
	mask-size: 0% 70%;
	mask-position: 0 45%, 25% 25%, 50% 50%, 75% 0, 100% 50%;
	mask-repeat: no-repeat;
	animation: mask 6s linear infinite;
}

@keyframes mask {
	0% {
		mask-size: 0% 70%;
	}

	20% {
		mask-size: 20% 100%;
	}

	30% {
		mask-size: 30% 100%;
	}

	40% {
		mask-size: 40% 100%;
	}

	60% {
		mask-size: 60% 100%;
	}

	80% {
		mask-size: 80% 100%;
	}

	100% {
		mask-size: 100% 100%;
	}
}

.spinner {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1.2s;
	-webkit-animation-name: rotate;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-transition-property: -moz-transform;
	-moz-animation-name: rotate;
	-moz-animation-duration: 1.2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	transition-property: transform;
	animation-name: rotate;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

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

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

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

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

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

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

@keyframes play {
	from {
		background-position: 0px;
	}

	to {
		background-position: -1024px;
	}
}

@keyframes marquee {
	0% {
		background-position: 0;
	}

	100% {
		background-position: -1190px;
	}
}

.typewriter h1 {
	color: #fff;
	/* overflow: inherit; */
	white-space: break-spaces;
	margin: 0 auto;
	letter-spacing: 0px;
	animation: typing 3.5s, blink-caret .5s step-end alternate;
}

/* The typing effect */
@keyframes typing {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}

@keyframes blink-caret {

	from,
	to {
		border-color: transparent
	}
}

@keyframes animate {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-30px);
	}

	100% {
		transform: translateY(0);
	}
}
@keyframes rotateSlow {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes glowFloat {

	0%,
	100% {
		transform: translateY(0) rotate(0deg);
	}

	50% {
		transform: translateY(10px) rotate(3deg);
	}
}
/********************************** animation end **********************************/