:root {
	--bg-color: #212121;
	--theme-color: #151515;
}

/* --------------- Menu --------------- */
.navbar {
	position: absolute;
	left: 0;
	top: 30px;
	padding: 0;
	margin: 0;
	width: 100%;
	background: transparent;
	z-index: 9999999;
}

.navbar.nav-scroll {
	padding: 0;
	position: fixed;
	top: -80px;
	padding: 15px 0;
	-webkit-transition: -webkit-transform .8s;
	transition: -webkit-transform .8s;
	-o-transition: transform .8s;
	transition: transform .8s;
	transition: transform .8s, -webkit-transform .8s;
	-webkit-transform: translateY(80px);
	-ms-transform: translateY(80px);
	transform: translateY(80px);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.navbar .logo {
	padding: 7px 15px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 30px;
}

.navbar .navbar-nav {
	padding: 2px 5px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 30px;
	margin-left: 15px;
}

.navbar .navbar-nav .nav-link {
	padding: 5px 20px;
	border-radius: 30px;
	font-size: 14px;
	color: #fff;
}

.navbar .navbar-nav .nav-link.active {
	background: rgba(255, 255, 255, 0.1);
}

.navbar .topnav .butn {
	padding: 7px 20px;
	background: #fff;
	color: #1d1d1d;
	margin-right: 15px;
}

#airdrop_banner {
	max-height: 64px;
	padding: 10px 20px;
}

#m_airdrop_banner {
	max-height: 58px;
	margin-top: 12px;
}

/* --------------- header --------------- */
.header-sa {
	min-height: 100vh;
	padding: 40px 0 40px;
	position: relative;
	overflow: hidden !important;
	z-index: 3;
}

.header-sa .background,
.team-cst .background,
.investors .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	/* background-image: url(../imgs/header/g-back.png); */
	background: #10253c;
	background-size: cover;
	z-index: -1;
}

.header-sa .background:before,
.team-cst .background:before,
.investors .background:before {
	content: '';
	position: absolute;
	top: 0;
	left: -20vw;
	width: 70vw;
	bottom: 0;
	background: #010105;
	pointer-events: none;
	border-radius: 50%;
	-webkit-filter: blur(200px);
	filter: blur(200px);
	opacity: .7;
}

.team-cst .background:before,
.investors .background:before {
	background: #1b1f4c !important
}

.header-sa .background:after,
.team-cst .background:after,
.investors .background:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/assets/img/en/header/Grid.png);
	background-size: contain;
	background-repeat: repeat;
	z-index: -1;
	pointer-events: none;
	opacity: .15;
}

.investors .item {
  border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    text-align: center;
    background: #fff;
    padding: 10px;
    margin-bottom: 30px;
}

.header-sa .caption {
	margin-top: 80px;
}

.header-sa .caption h1 {
	font-size: 90px;
	line-height: 90px;
	font-family: Frizon;
}

.header-sa .caption .text {
	margin-top: 120px;
}

.header-sa .imgs {
	position: relative;
}

.header-sa .imgs .cube video {
	width: 110%;
	mask-image: radial-gradient(circle, rgb(0 0 0) 45%, rgb(255 255 255 / 0%) 70%);
	mask-size: cover;
	mask-repeat: no-repeat;
	transform: rotate(10deg);
	position: relative;
	right: 60px;
	bottom: -50px;
}

.header-sa .imgs .circle {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 2;
}

.header-sa .imgs .circle:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: rgba(255, 255, 255, 0.01);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 50%;
	z-index: -1;
}

/* --------------- Services --------------- */
#challenges-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	margin: auto;
}

.highlighted-title {
	font-family: 'Frizon';
	font-size: 60px;
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(#58b2d4));
	background: -webkit-linear-gradient(left, #fff, #58b2d4);
	background: -o-linear-gradient(left, #fff, #58b2d4);
	background: linear-gradient(to right, #fff, #58b2d4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 60px;
}

#solutions-title {
  font-size: 80px;
  line-height: 80px;
}

#challenges-img {
	position: absolute;
	width: 80%;
	filter: contrast(0.5);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#sol-img {
	width: 100%;
}

.hr-light {
	width: 80%;
	margin: 0 auto;
	height: 1px;
	border-top: 1px solid #0e4457;
}

.work-card video {
	border-radius: 10px;
	width: 100%;
}

.work-card .highlighted-title {
	font-size: 40px;
  line-height: 50px;
}

.services-sa .solutions-columns .item {
	background: #1a2d43;
	padding: 15px;
	border-radius: 20px;
}

.services-sa .solutions-columns .item .cont {
	padding: 15px;
}

.services-sa .solutions-columns .item .cont .icon {
	width: 52px;
	height: 52px;
	line-height: 50px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.services-sa .solutions-columns .item .cont .icon img {
	width: 25px;
}

.services-sa .solutions-columns .item .cont .icon.invert img {
	-webkit-filter: invert(1);
	filter: invert(1);
}

.services-sa .solutions-columns .item .cont .text {
	margin-top: 60px;
	margin-bottom: 20px;
}

.services-sa .solutions-columns .item .cont .text p {
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
}

.marq-sa {
	overflow: hidden !important;
}

.marq-sa .item {
	padding: 0 80px !important;
	position: relative;
}

.marq-sa .item:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.marq-sa .item h2 {
  font-family: 'Frizon';
	white-space: nowrap;
	font-size: 72px;
	line-height: 120px;
	letter-spacing: -4px;
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(#10283e));
	background: -webkit-linear-gradient(left, #fff, #10283e);
	background: -o-linear-gradient(left, #fff, #10283e);
	background: linear-gradient(to right, #fff, #10283e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* --------------- Works --------------- */
.work-card .card-item {
	margin-bottom: 30px;
	border-radius: 20px;
  background: rgb(13 27 43);
}

.work-card .card-item .cont {
	height: 100%;
	padding: 40px 40px 40px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.work-card .card-item .cont .tag {
	font-size: 12px;
	line-height: 1;
	padding: 7px 12px;
	margin-right: 2px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 30px;
}

.work-card .card-item .cont p {
	font-size: 18px;
    line-height: 1.5;
    text-align: justify;
}

.work-card .card-item .img {
	padding: 20px;
}

.work-card .card-item .img img {
	border-radius: 15px;
}

/* --------------- Clients --------------- */
.clients-sa {
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0));
}

.clients-sa .item {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 70px;
	text-align: center;
}

.clients-sa .item .img {
	width: 100px;
}

.clients-sa .item .cont .icon {
	width: 40px;
	margin: 0 auto 10px;
}

.clients-sa .item .cont span {
	font-size: 14px;
	line-height: 20px;
}

/* --------------- Testimonials --------------- */
.testimonials-sa {
	position: relative;
	overflow: hidden;
	background: url('/assets/img/en/syfu-stage2.jpg');
	background-size: cover;
	background-position: bottom;
	height: 100vh;
	background-repeat: no-repeat;
}

.testimonials-sa .gl-rate {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 60px;
	padding: 10px 20px;
}

.testimonials-sa .gl-rate .icon {
	width: 35px;
}

.testimonials-sa .gl-rate .cont {
	padding-left: 30px;
}

.testimonials-sa .gl-rate .cont h6 {
	line-height: 1;
	font-weight: 600;
	font-size: 18px;
}

.testimonials-sa .gl-rate .cont .stars {
	font-size: 13px;
	color: #EF2B10;
	margin-left: 10px;
}

.testimonials-sa .gl-rate .cont p {
	font-size: 12px;
	opacity: .7;
	margin-top: 2px;
}

.testimonials-sa .swiper-slide {
	height: auto;
}

.testimonials-sa .item {
	background: var(--bg-color);
	padding: 40px;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

.testimonials-sa .item .rate h5 {
	font-size: 16px;
}

.testimonials-sa .item .rate .stars {
	font-size: 13px;
	color: #EF2B10;
	margin-left: 10px;
}

.testimonials-sa .item .info .img-author {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonials-sa .item .info .info-text {
	padding-left: 15px;
}

.testimonials-sa .item .info .info-text p {
	font-size: 14px;
	opacity: .7;
}

/* --------------- Awards --------------- */
.awards-sa .item-title {
	padding: 0 15px 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.awards-sa .item-title>div {
	padding: 0;
}

.awards-sa .item-title h6 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: .7;
}

.awards-sa .item-line {
	padding: 25px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	z-index: 3;
}

.awards-sa .item-line>div {
	padding: 0;
}

.awards-sa .item-line>div:last-of-type {
	text-align: right;
}

.awards-sa .item-line:hover:after {
	height: 100%;
}

.awards-sa .item-line:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: rgba(255, 255, 255, 0.05);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	z-index: -1;
}

.awards-sa .item-line .honors h6 {
	font-size: 14px;
}

.awards-sa .item-line .project-date span {
	font-size: 14px;
	opacity: .7;
}

/* --------------- Blogs --------------- */
.blog-sa .item .img {
	height: 470px;
	border-radius: 15px;
}

.blog-sa .item .cont .info a {
	font-size: 14px;
}

.blog-sa .item .cont .info .date {
	opacity: .5;
	margin-left: 5px;
}

/* --------------- Contact --------------- */
.contact-sa .box {
	padding: 120px 60px;
	background-image: url(/assets/img/en/gr-back.png);
	background-size: cover;
	background-position: center center;
	border-radius: 30px;
	overflow: hidden;
}

.contact-sa .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

.contact-sa .contact-form label {
	font-size: 14px;
	margin-bottom: 5px;
}

.contact-sa .contact-form label .star {
	color: red;
	padding-left: 5px;
}

.contact-sa .contact-form input,
.contact-sa .contact-form textarea {
	color: #fff;
	background: transparent;
	width: 100%;
	padding: 0 0 10px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 18px;
}

.contact-sa .contact-form button {
	background: transparent;
	color: #fff;
}

/* --------------- footer --------------- */

.footer-sa {
	height: 100vh;
}

.footer-sa .call-action h2 {
	font-size: 22vw;
	line-height: 1;
	opacity: 0.7;
	text-shadow: -8px 8px 8px #1d1f4f;
}

.footer-sa .logo {
	width: 160px;
}

.footer-sa .contact-info .item {
	margin-bottom: 50px;
}

.footer-sa .contact-info .item span {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.footer-sa .social-icon a {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	font-size: 36px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.footer-sa .social-icon a:hover {
	border-color: #fff;
}

.footer-sa .sub-footer .copy {
	position: absolute;
	bottom: 50px;
}

.footer-sa .sub-footer .copy p {
	font-size: 14px;
}

.footer-sa .sub-footer .copy p a {
	color: #fff;
}

.footer-sa .sub-footer .links {
	position: absolute;
	bottom: 50px;
	width: 100%;
}

.footer-sa .sub-footer .links a {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}

.footer-sa .sub-footer .links .active {
	color: #fff;
}

.title-font {
	font-family: "Six Caps", sans-serif;
	letter-spacing: normal;
}

body {
	font-family: "Inter", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	background-color: #10253c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 0;
}

h1 {
	font-size: 64px;
	line-height: 64px;
	letter-spacing: -3px;
}

h2 {
	font-size: 46px;
	line-height: 60px;
	letter-spacing: -3px;
}

h3 {
	font-size: 40px;
	line-height: 52px;
	letter-spacing: -2px;
}

h4 {
	font-size: 36px;
	line-height: 48px;
	letter-spacing: -2px;
}

h5 {
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -1px;
  font-weight: lighter;
}

h6 {
	font-size: 24px;
	line-height: 32px;
  font-weight: lighter;
}

.sub-color {
	color: #808080;
}

.sub-head {
	font-size: 20px;
	line-height: 28px;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.sec-head .sub-head {
	position: relative;
	padding-left: 25px;
}

.sec-head .sub-head:after {
	content: '';
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}

.loader-wrap svg {
	fill: #1d1d1d;
}

.butn.butn-bord {
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.butn.butn-bord:hover {
	background: #fff;
	color: #212121;
}

.icon.invert img {
	-webkit-filter: invert(1);
	filter: invert(1);
}

.butn .icon {
	width: 18px;
}

.butn:hover .icon.invert img {
	-webkit-filter: invert(0);
	filter: invert(0);
}

.team-cst .thecontainer {
	width: 200vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.team-cst .panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.team-cst .panel:nth-of-type(even) .item {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

.team-cst .panel .item {
	width: 25vw;
	position: relative;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}

.team-cst .panel .item .img {

	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	border-radius: 10px;
	background: #8bb1c0;
}

.team-cst .panel .item .cont {
	margin-top: 10px;
}

.team-cst .panel .item .cont h5 {
	font-size: 24px;
	font-weight: 500;
}

.team-cst .panel .item .cont span {
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: .75;
}

.team-cst .panel .item:hover .img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.team-cst {
	position: relative;
	overflow: hidden;
}

.team-cst .panel .item .ml-auto {
	max-width: 50%;
}

#gamify-title {
	font-size: 60px;
	line-height: 70px;
	text-align: left;
}

@media screen and (max-width: 1232px) {
	#airdrop_banner {
		display: none;
	}
}

@media screen and (min-width: 1233px) {
	#m_airdrop_banner {
		display: none;
	}
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
	.sec-head .sub-head {
		margin-bottom: 30px !important;
	}

	.header-sa {
		padding: 100px 0 270px;
		min-height: auto;
		position: relative;
	}

	.header-sa .caption {
		position: relative;
		z-index: 4;
	}

	.header-sa .caption .text {
		margin-top: 40px;
	}

	.header-sa .imgs {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 50%;
		-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
		transform: translateY(50%);
	}

	.header-sa .imgs .circle {
		width: 250px;
		top: 60%;
	}

	.marq-sa .item h2 {
		font-size: 40px;
		line-height: 1.4;
		-webkit-text-fill-color: #fff;
		background: transparent;
	}

	#sol-left-img {
		display: none;
	}

	.testimonials-sa,
	.footer-sa {
		height: auto;
	}

	.team-cst .thecontainer {
		width: 100%;
		min-height: auto;
		display: block;
		padding-top: 80px;
	}

	.team-cst .panel {
		display: block;
		padding: 0 15px !important;
	}

	.team-cst .panel .item {
		width: 100%;
		margin-top: 50px;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}


	.header-sa .imgs .cube video {
		right: 40px;
		bottom: -60px;
	}

	#challenges-title {
		position: static;
		transform: none;
		display: block;
		text-align: center;
		margin: 0 auto;
	}

	#solutions {
		padding-top: 20px !important;
	}

	#sol-img {
		display: none;
	}

	.services-sa .solutions-columns .item .cont .text {
		margin-top: 30px;
	}

	.section-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#gamify-title {
		margin-top: 20px;
		text-align: center;
	}

	.highlighted-title {
		font-size: 50px !important;
		line-height: 60px !important;
	}

	#features .highlighted-title {
		font-size: 30px !important;
		line-height: 40px !important;
	}

	#features h4 {
		font-size: 28px;
		line-height: 38px;
	}

	.services-da {
		padding-top: 40px !important;
	}

}

@media screen and (max-width: 768px) {

	.butn.butn-md {
		padding: 12px 15px;
	}

	.header-sa .caption h3 {
		font-size: 24px;
		text-align: center;
	}

	.header-sa .caption h1 {
		font-size: 44px;
		line-height: 1.4;
		text-align: center;
	}

	.header-sa .imgs {
		width: 60%;
		-webkit-transform: translateY(70%);
		-ms-transform: translateY(70%);
		transform: translateY(70%);
	}

	.header-sa .imgs .cube img {
		right: 70px;
	}

	.header-sa .imgs .circle {
		width: 200px;
		left: -140px;
	}

	.contact-sa .box {
		padding: 120px 40px;
	}
}

.footer-sa {
	height: auto !important;
	min-height: 0 !important;
	padding: 0;
	display: block !important;
}

.footer-sa .sub-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	gap: 12px;
	padding-top: 12px;
	padding-bottom: 40px;
}

.footer-sa .sub-footer .copy,
.footer-sa .sub-footer .links {
	position: static !important;
	bottom: auto !important;
	width: auto;
	margin: 0;
	text-align: left;
}

@media (max-width: 768px) {
	.footer-sa { padding: 16px 0; }

	.footer-sa .sub-footer {
		gap: 8px;
		text-align: center;
	}

	.footer-sa .social-icon a {
		width: 44px; height: 44px; line-height: 44px;
		font-size: 18px;
	}

	.footer-sa .contact-info .item { margin-bottom: 16px; }
}