/* Self-contained Hero Five styles (theme-independent) */
.sfh5-hero-five {
	--ftc-gd-2: linear-gradient(90deg, rgba(179, 37, 247, 1) 0%, rgba(0, 226, 245, 1) 100%);
	--ftc-heading-2: #020514;
	--ftc-para-1: #343a41;
	--saira: "Saira", sans-serif;
	--roboto: "Roboto", sans-serif;
	--cube-1: cubic-bezier(.25, .46, .45, .50);
	box-sizing: border-box;
	width: 100%;
	display: block;
	font-family: var(--roboto);
	line-height: 1.5;
	color: #fff;
}

.sfh5-hero-five *,
.sfh5-hero-five *::before,
.sfh5-hero-five *::after {
	box-sizing: border-box;
}

.sfh5-hero-five a {
	text-decoration: none;
}

.sfh5-hero-five img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border-style: none;
}

.sfh5-hero-five .fix {
	overflow: hidden;
}

.sfh5-hero-five .bg-default {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.sfh5-hero-five .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.sfh5-hero-five .container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.sfh5-hero-five .container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.sfh5-hero-five .container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.sfh5-hero-five .container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.sfh5-hero-five .container {
		max-width: 1320px;
	}
}

.sfh5-hero-five .container.ftc-container-4 {
	max-width: 1315px;
}

.sfh5-hero-five .ftc-split-text {
	text-transform: unset !important;
	letter-spacing: -0.1px;
	overflow: hidden;
	perspective: 2000px;
	transform-style: preserve-3d;
}

.sfh5-hero-five .ftc-split-text .split-line div div:nth-child(1) {
	text-transform: capitalize;
}

.sfh5-hero-five .ftc-heading-2 {
	font-family: var(--saira);
	line-height: 1.16;
	color: var(--ftc-heading-2);
	text-transform: capitalize;
	margin-bottom: 0;
}

.sfh5-hero-five .ftc-para-2 {
	font-family: var(--roboto);
	font-weight: 400;
	line-height: 30px;
	font-size: 18px;
	color: var(--ftc-para-1);
	margin-bottom: 0;
}

.sfh5-hero-five .ftc-pr-btn-5 {
	overflow: hidden;
	z-index: 1;
	position: relative;
	display: inline-block;
	flex: 0 0 auto;
	background: var(--ftc-gd-2);
	font-family: var(--saira);
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	padding: 22px 38px;
	border-radius: 100px;
	transition: 0.2s transform ease-in-out;
	will-change: transform;
	cursor: pointer;
	text-decoration: none;
}

.sfh5-hero-five .ftc-pr-btn-5::after {
	background: var(--ftc-gd-2);
	content: "";
	height: 22px;
	width: 22px;
	border-radius: 50%;
	position: absolute;
	right: 31px;
	top: 33%;
	z-index: -1;
	transition: 400ms ease;
	transform: scale(1);
}

.sfh5-hero-five .ftc-pr-btn-5::before {
	background-color: #010419;
	content: "";
	height: 95%;
	width: 98.5%;
	border-radius: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	transition: 400ms ease;
	transform: translate(-50%, -50%);
}

.sfh5-hero-five .ftc-pr-btn-5 i {
	display: inline-block;
	margin-left: 7px;
	font-size: 13px;
	color: #000;
	transform: rotate(45deg) translateY(-2px);
	transition: 400ms ease;
}

.sfh5-hero-five .ftc-pr-btn-5:hover {
	color: #fff;
}

.sfh5-hero-five .ftc-pr-btn-5:hover i {
	transform: rotate(90deg) translateY(-2px);
	color: #fff;
}

.sfh5-hero-five .ftc-pr-btn-5:hover::after {
	transform: scale(22);
}

.sfh5-hero-five .ftc-hero-4-area {
	padding-top: 305px;
	padding-bottom: 80vh;
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	.sfh5-hero-five .ftc-hero-4-area {
		padding-top: 200px;
	}
}

.sfh5-hero-five .ftc-hero-4-content .title {
	font-size: 70px;
	color: #fff;
	font-weight: 700;
	line-height: 1.21;
	margin-bottom: 145px;
	max-width: 610px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.sfh5-hero-five .ftc-hero-4-content .title {
		font-size: 65px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sfh5-hero-five .ftc-hero-4-content .title {
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.sfh5-hero-five .ftc-hero-4-content .title {
		font-size: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.sfh5-hero-five .ftc-hero-4-content .title {
		font-size: 42px;
	}
}

.sfh5-hero-five .ftc-hero-4-content .disc {
	max-width: 500px;
	color: #fff;
	margin-left: auto;
	margin-bottom: 40px;
}

.sfh5-hero-five .ftc-hero-4-content .btn-wrap {
	max-width: 500px;
	margin-left: auto;
}

.sfh5-hero-five .ftc-hero-4-social {
	display: flex;
	flex-direction: column;
	gap: 50px;
	align-items: center;
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.sfh5-hero-five .ftc-hero-4-social {
		right: 10px;
	}
}

@media (max-width: 767px) {
	.sfh5-hero-five .ftc-hero-4-social {
		display: none;
	}
}

.sfh5-hero-five .ftc-hero-4-social .link {
	display: inline-block;
	font-size: 22px;
	line-height: 1;
	background: var(--ftc-gd-2);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: 400ms var(--cube-1);
}

.sfh5-hero-five .ftc-hero-4-social .link:hover {
	animation: sfh5-wobble-vertical 1s ease-in-out;
	-webkit-text-fill-color: #fff;
}

.sfh5-hero-five .ftc-hero-4-social .title {
	background: var(--ftc-gd-2);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: var(--saira);
	text-transform: uppercase;
	letter-spacing: 2px;
	writing-mode: vertical-lr;
	text-decoration: none;
}

.sfh5-hero-five .section-bg-1 {
	position: relative;
	z-index: 1;
}

.sfh5-hero-five .section-bg-1-cube-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 445px;
	height: 532px;
	position: absolute;
	left: 50%;
	top: 10%;
	transform: translateX(-50%);
}

@media (max-width: 767px) {
	.sfh5-hero-five .section-bg-1-cube-grid {
		width: 300px;
		height: 352px;
	}
}

.sfh5-hero-five .section-bg-1-cube-grid img {
	max-width: 100%;
	height: auto;
	display: block;
}

.sfh5-hero-five .section-bg-1-cube-2,
.sfh5-hero-five .section-bg-1-cube-4 {
	margin-left: -2px;
}

@keyframes sfh5-wobble-vertical {
	16.65% {
		transform: translateY(8px);
	}
	33.3% {
		transform: translateY(-6px);
	}
	49.95% {
		transform: translateY(4px);
	}
	66.6% {
		transform: translateY(-2px);
	}
	83.25% {
		transform: translateY(1px);
	}
	100% {
		transform: translateY(0);
	}
}
