@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quantico:wght@400;700&display=swap");

@font-face {
	font-family: "Brockmann";
	src: url("../fonts/Brockmann-Medium.woff2") format("woff2"), url("../fonts/Brockmann-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Brockmann";
	src: url("../fonts/Brockmann-Regular.woff2") format("woff2"), url("../fonts/Brockmann-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Brockmann";
	src: url("../fonts/Brockmann-SemiBold.woff2") format("woff2"), url("../fonts/Brockmann-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Brockmann";
	src: url("../fonts/Brockmann-Bold.woff2") format("woff2"), url("../fonts/Brockmann-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Metalune";
	src: url("../fonts/Metaluna-Heavy.woff") format("woff2"), url("../fonts/Metaluna-Heavy.woff2") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

:root {
	--green: #03d9af !important;
	--white: #fff !important;
	--black: #101010 !important;
	--bg: #010101 !important;
	--text: #f6f6f6 !important;
	--grame-bg-clr: #f8f8f8;
	--text-gradient: linear-gradient(133deg, #fff 0%, rgba(255, 255, 255, 0.63) 100%, rgba(0, 0, 0, 0) 100%);
	--btn-gradient: linear-gradient(114deg, #03d9af 0%, #50fddb 100%);
	--arabic-font-family: "IBM Plex Sans Arabic", sans-serif;
	--tvkClr: #03fff2;
	--binanceClr: #f0b90b;
	--uniSwapClr: #ff007a;
	--coinbaseClr: #0052ff;
	--krakenClr: #5e3fde;
	--ascendExClr: #3bd5ee;
	--bybitClr: #f7a600;
	--gateClr: #0068ff;
	--kucoinClr: #23af91;
	--mexcClr: #1877f2;
	--paribuClr: #8fa63c;
	--cryptoClr: #fff;
	--greenClr: #39c64f;
	--redClr: #c63939;
	--purple: #a08cff;
	--dim-white: #dadada;
	--text-rgba: 246, 246, 246;
	--letterSpacing03:-0.03rem;
	--letterSpacing04:-0.04rem;
	--letterSpacing05:-0.05rem;
	--letterSpacing06:-0.06rem;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body, html {
	background: var(--bg) !important;
	color: var(--white) !important;
	font-family: "Brockmann" !important;
	font-weight: normal;
	overflow-x: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

a:focus, button:focus, input:focus {
	outline: none !important;     /* border: none !important; */
	box-shadow: none !important;
}

::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

::-webkit-scrollbar-thumb {
	background: var(--white);
	border-radius: 8px;
	box-shadow: inset 2px 2px 2px var(--white), inset -2px -2px 2px var(--white);
}

::-webkit-scrollbar-track {
	background: linear-gradient(90deg, rgba(17, 17, 17, 1), rgba(17, 17, 17, 1) 1px, rgba(17, 17, 17, 1) 0, rgba(17, 17, 17, 1));
}

img, svg {
	max-width: 100%;
	max-height: 100%;
}

ul, li {
	list-style: none;
	padding-left: 0 !important;
}

a {
	color: var(--white) !important;
	text-decoration: none !important;
}

input {
	background: transparent;
	outline: none;
	box-shadow: none;
	color: var(--white);
	border: none;
}

.gap-100 {
	gap: 100px;
}

.owl-dots {
	display: none;
}

.container {
	position: relative;
	max-width: 1760px !important;
}

.text-gradient {
	background: var(--text-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.accordion-collapse .highlight {
	color: var(--green) !important;
	text-decoration: none !important;
}

.highlight {
	color: var(--green) !important;
	text-decoration: underline !important;
}

.highlight:hover {
	text-decoration: none !important;
}

.section-title {
	font: 500 100px/85px "Brockmann";
	margin-bottom: 48px;
	letter-spacing: -4px;
	text-transform: capitalize;
}

.section-detail {
	font: 400 36px/45px "Brockmann";
	margin-bottom: 0;
	opacity: 0.74;
	max-width: 1008px;
	margin: 0 auto;
	letter-spacing: -1.44px;
}

@media (max-width:1800px) {
	.section-title {
		font-size: 80px;
		line-height: 80px;
	}

}

@media (max-width:1600px) {
	.section-title {
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 15px;
	}

	.section-detail {
		font-size: 30px;
		line-height: 40px;
	}

}

@media (max-width:900px) {
	.section-title {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 15px;
		letter-spacing: -1.6px;
	}

	.section-detail {
		font-size: 20px;
		line-height: normal;
		letter-spacing: -0.8px;
		margin: 12px 0;
	}

}

.txtHold {
	position: relative;
	z-index: 2;
}

.vd-holder {
	position: absolute;
	top: 50%;
	right: -10%;
	transform: translateY(-50%);
	width: 900px;
	z-index: 0;
}

video {
	position: relative;
	width: 100%;
	height: 100%;
}

video::-webkit-media-controls-panel {
	display: none !important;
	-webkit-appearance: none;
}

video::-webkit-media-controls-play-button {
	display: none !important;
	-webkit-appearance: none;
}

video::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
	overflow: hidden;
}

video::-webkit-media-controls-start-playback-button, video::-webkit-media-controls, video::-webkit-media-controls {
	display: none !important;
	-webkit-appearance: none;
}

.list-none {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* CUSTOM BUTTON */
.custom-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 12px;
	border-radius: 12px;
	letter-spacing: -0.18px;
	transition: 0.25s ease-in-out;
	cursor: pointer;
}

.custom-btn.rev-btn, .custom-btn.rev-btn:hover {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-weight: 600 !important;
	padding: 10px 12px !important;
	letter-spacing: -0.18px !important;
	min-width: 181px !important;
	margin-top: -10px !important;
	text-transform: capitalize !important;
	border: 2px solid var(--white) !important;
	color: var(--white) !important;
	background: transparent !important;
}

.custom-btn.dark {
	background: var(--btn-gradient);
	color: var(--bg) !important;
}

.custom-btn.dark-gradient {
	background: linear-gradient(132deg, #03d9af 0%, #fff 100%) !important;
	color: var(--bg) !important;
	border: none !important;
}

.custom-btn.outline {
	border: 2px solid var(--white);
	border-radius: 12px;
	color: var(--white);
}

.custom-btn.outline:hover {
	background: var(--white);
	color: var(--bg) !important;
}

.custom-btn.outline-dim {
	border: 2px solid rgba(246, 246, 246, 0.1);
	background: rgba(1, 1, 1, 0.5) !important;
	color: var(--white);
}

.custom-btn.sm {
	height: 24px;
	line-height: 24px;
}

.custom-btn.md {
	height: 36px;
	line-height: 36px;
}

.custom-btn.lg {
	height: 56px;
	line-height: 56px;
	padding-inline: 25px;
}

.custom-btn .icon {
	margin-left: 10px;
	position: relative;
	right: 0px;
	transition: 0.4s linear;
}

.custom-btn:hover .icon {
	right: -5px;
}

.custom-btn .icon svg, .custom-btn .icon img {
	display: block;
}

.custom-btn.rounded {
	border-radius: 100px !important;
}

.custom-btn.link {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	text-decoration: underline !important;
}

.custom-btn:hover.link {
	text-decoration: none !important;
}

@media (max-width:767px) {
	.custom-btn {
		font-size: 14px;
	}

	.custom-btn.lg {
		padding-inline: 15px;
	}

}

/* language */
[lang="ar"] .branch-card h3, [lang="ar"] .branch-card p, [lang="ar"] .entertainment-apps .apps-card p {
	direction: rtl;
}

[lang="ar"] .eco-partners .top-section {
	direction: rtl;
}

[lang="ar"] .featured-news .top-sc, [lang="ar"] .mass-adoption .top-sc, [lang="ar"] .site-counter .top-sc {
	margin-left: auto;
	direction: rtl;
}

[lang="ar"] body, [lang="ar"] .navList, #ar-link, [lang="ar"] .fullpage-scroll, [lang="ar"] .right-nav .nav-holder, [lang="ar"] .sub-pages, [lang="ar"] .section-title, [lang="ar"] .section-detail, [lang="ar"] .hero-section .heading.main, [lang="ar"] #panels-container .slidesWrapper .wrap h3, [lang="ar"] #panels-container .slidesWrapper .wrap p, [lang="ar"] .eco-nav-tabs .eco-nav-content .title, [lang="ar"] .sub-pages .top-txt, [lang="ar"] .sub-pages .section-txt p, [lang="ar"] .team-card .team-info .info h4, [lang="ar"] .team-card .team-info .info p, [lang="ar"] .team-card .team-info p, [lang="ar"] .partner_card p, [lang="ar"] .brand-press .brand-links .section-heading, [lang="ar"] .brand-press .section-tag, [lang="ar"] .partner_card .partner_tag, [lang="ar"] .branch-structure .title, [lang="ar"] .logo-title {
	font-family: var(--arabic-font-family) !important;
}

[lang="ar"] .partner_card p {
	padding-right: 0;
	padding-left: 10px !important;
}

[lang="ar"] .branch-structure .partner_card {
	text-align: right;
}

[lang="ar"] .navList {
	text-align: end;
}

[lang="ar"] .navList .sub-menu {
	margin-right: 40px;
	justify-content: flex-end;
}

[lang="ar"] .navList .sub-menu a {
	font-family: "Brockmann";
}

[lang="ar"] .partner_card .external-links a {
	direction: ltr;
}

[lang="ar"] .developers .section-detail {
	direction: ltr;
}

[lang="ar"] .section-content p, [lang="ar"] .section-detail, [lang="ar"] .partner_card {
	direction: rtl;
}

[lang="ar"] .brand-press .logo-sz-card .logo-text {
	flex-direction: row-reverse;
}

@media (min-width:990px) {
	[lang="ar"] .hero-section .rev_row_zone_middle .mainrow > rs-column-wrap:first-child {
		vertical-align: top !important;
	}

	[lang="ar"] .hero-section .rev_row_zone_middle .mainrow {
		direction: rtl !important;
	}

	[lang="ar"] .hero-section .rev_row_zone_middle .mainrow .sub-heading, [lang="ar"] .hero-section .rev_row_zone_middle .mainrow .slide-heading {
		text-align: right !important;
		direction: rtl;
	}

	[lang="ar"] .hero-section .mainrow rs-column-wrap:nth-child(2) > rs-column {
		padding-left: 0 !important;
		padding-right: 200px !important;
	}

	[lang="ar"] .hero-section .rev_row_zone_middle .mainrow .slide-info {
		text-align: right !important;
		direction: rtl;
	}

	[lang="ar"] .eco-nav-tabs .eco-nav-content .row .col-lg-7 {
		order: 2;
	}

	[lang="ar"] .hero-section .rev_row_zone_middle .mainrow .slide-info {
		font-size: 28px !important;
	}

	[lang="ar"] #panels-container .slidesWrapper {
		text-align: right;
		direction: rtl;
	}

	[lang="ar"] #panels-container .slidesWrapper .wrap p {
		padding-left: 50px;
		padding-right: 0;
	}

	[lang="ar"] .page-cards .info-card {
		text-align: right;
		direction: rtl;
	}

	[lang="ar"] .page-cards .info-card h2::before, [lang="ar"] .page-cards .info-card h4::before {
		right: 0;
		left: auto;
	}

	[lang="ar"] .brand-links .row:first-child div:first-child {
		order: 2;
	}

	[lang="ar"] .brand-links .row:first-child .section-heading, [lang="ar"] .brand-press .row:first-child .break-point:nth-child(1), [lang="ar"] .brand-press .row:first-child .break-point:nth-child(2), [lang="ar"] .brand-press .row:first-child .break-point:nth-child(3) {
		direction: rtl;
		text-align: right;
	}

}

[lang="ar"] .hero-section .bottom-text span {
	font-size: 20px !important;
	letter-spacing: -0.25px !important;
}

[lang="ar"] .game-vr-section .txtHold .reveal-text p {
	font-size: 75px;
	line-height: 80px;
}

[lang="ar"] .game-vr-section .col-md-6:first-child {
	order: 1;
	text-align: right;
	direction: rtl;
}

[lang="ar"] .game-vr-section .splitTxtAnimation {
	padding-right: 10px;
	padding-left: 5rem;
}

[lang="ar"] .game-vr-section .splitTxtAnimation p {
	padding-right: 20px;
}

[lang="ar"] .game-vr-section .imghold {
	right: auto;
}

[lang="ar"] .eco-nav-tabs .tab-decription, [lang="ar"] .ecosys-tabs .tab-decription {
	padding-right: 10px !important;
	text-align: right;
	direction: rtl;
}

[lang="ar"] .sub-pages.team .custom-row {
	direction: rtl;
}

[lang="ko"] .game-vr-section .txtHold .reveal-text p {
	font-size: 90px;
}

[lang="ar"] .hero-section rs-static-layers .rs-parallax-wrap {
	left: 50% !important;
	transform: translateX(-50%) !important;
}

[lang="ar"] .team-card {
	display: flex;
	flex-direction: column;
	text-align: right;
}

[lang="ar"] .team-card .team-info .info::after {
	right: 0;
	left: auto;
}

[lang="ar"] .section-content .logo-title, [lang="ko"] .section-content .logo-title {
	margin-bottom: 30px;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background: black;
	z-index: 18;
}

.loading .wrap {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading .loading-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 15px;
}

/* ---------------
REMAPPING 
------------------ */
.sc-title {
	font-size: 56px;
	line-height: 60px;
	font-weight: 600;
	letter-spacing: var(--letterSpacing04);
	color: var(--text);
}

.sc-title .focus {
	background: linear-gradient(128deg, #50fddb 26.27%, #03d9af 67.57%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sc-title-2 {
	color: var(--white) !important;
}

.sc-title-2 .focus {

	/* display: block; */
	text-transform: capitalize;     /* font-family: "Metalune"; */
}

h1.sc-title {
	font-size: 68px;
	line-height: 70px;
	color: var(--dim-white);
	letter-spacing: -2.72px;
}

[lang="ar"] h1.sc-title {
	margin-bottom: 24px;
	direction: rtl;
}

[lang="ar"] .developers h1.sc-title {
	direction: ltr;
}

[lang="ar"] .entertainment-apps .apps-card {
	align-items: end;
}

[lang="ar"] .ecosystem-developers .sc-title {
	line-height: 75px;
}

[lang="ar"] .entertainment-apps .apps-card h3, [lang="ar"] .ecosystem-developers .sc-title, [lang="ar"] .hero-section .sc-detail {
	direction: rtl;
}

[lang="ar"] .hero-section .button-group {
	justify-content: end;
}

.sc-detail {
	font-size: 22px;
	line-height: 32px;
	letter-spacing: var(--letterSpacing04);
}

section .container {
	max-width: 1760px !important;
}

@media (min-width:1920px) {
	section .container {
		padding-left: 4rem !important;
		padding-right: 4rem !important;
	}

}

@media (min-width:1367px) and (max-width:1919px) {
	.container {
		padding-left: 4rem !important;
		padding-right: 4rem !important;
	}

	header .container {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}

}

@media (max-width:1050px) {
	.sc-title, h1.sc-title {
		font-size: 45px;
		line-height: 48px;
	}

	.sc-detail {
		font-size: 18px;
		line-height: 24px;
	}

}

@media (max-width:767px) {
	.sc-title {
		font-size: 36px;
		line-height: 40px;
	}

	h1.sc-title {
		font-size: 40px;
		line-height: 44px;
	}

	[lang="ar"] .hero-section .button-group {
		justify-content: center;
	}

}

.gradient-effect {
	background: linear-gradient(90deg, #9f01ff 21.42%, #fdcf8a 60.71%, #03d9af 100%);
	background-size: cover;
	-webkit-animation: gradientEffect 6s ease infinite;
	-moz-animation: gradientEffect 6s ease infinite;
	-o-animation: gradientEffect 6s ease infinite;
	animation: gradientEffect 6s ease infinite;
	width: 100%;
	height: 400px;
	filter: blur(75px);
}

/* ---------------
HEADER 
------------------ */
header {
	position: relative;
	z-index: 16;
	position: fixed;
	width: 100%;
	left: 0px;
	padding: 25px 0;
	transition: 0.4s linear;
}

header.sticky {
	padding: 15px 0;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background: rgba(0, 0, 0, 0.5);
}

header .logo {
	max-width: 207px;
}

header .right-navigation {
	display: flex;
	align-items: center;
	gap: 12px;
}

header .right-navigation__container {
	display: flex;
	align-items: center;
	gap: 25px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 100px;
	border: 1.5px solid rgba(246, 246, 246, 0.1);
	background: rgba(1, 1, 1, 0.5);
	backdrop-filter: blur(10px);
	padding: 5px;
	height: 68px;
}

header .right-navigation__container .nav-holder {
	display: inline-flex;
	gap: 40px;
	padding-left: 32px !important;
	height: 100%;
}

header .right-navigation__container .nav-holder > li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

header .right-navigation__container .nav-holder .navlink {
	display: inline-flex;
	align-items: center;
	color: var(--white);
	font-size: 16px;
	font-weight: 500;
	background: transparent;
	border: none;
}

header .right-navigation__container .nav-holder .navlink svg {
	width: 14px;
	margin-left: 8px;
}

header .right-navigation__container .nav-holder .navlink:hover, header .right-navigation__container .nav-holder .navlink.active {
	color: var(--green) !important;
}

header .right-navigation__container .custom-btn {
	min-width: 158px;
}

header .right-navigation__container .line {
	display: inline-block;
	width: 2px;
	height: 25px;
	background: rgba(255, 255, 255, 0.5);
}

header .navdropdown {
	min-width: 240px;
	left: 0 !important;
	right: 0 !important;
	transform: translate(-40%, 50px) !important;
	background: #080808;
	padding: 28px;
	border-radius: 12px;
	border: 1.5px solid rgba(246, 246, 246, 0.08);
}

header .navdropdown.lg {
	min-width: 600px;
	gap: 40px;
}

header .navdropdown ul {
	display: flex;
	text-align: left;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px;
	position: relative;
}

header .right-navigation .multi-lang-button {
	min-width: 123px;
	font-weight: 400;
	height: 68px;
}

header .right-navigation .custom-btn .leftIcon {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

header .right-navigation .custom-btn .rightIcon {
	margin-left: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

header .right-navigation .navdropdown.lang-dropdown {
	transform: translate(0px, 72px) !important;
	min-width: 213px;
	left: auto !important;
}

header .navdropdown.lang-dropdown ul {
	gap: 20px;
	flex-direction: column;
}

header .sub-page-links.lg ul::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 1.5px;
	background: var(--white);
	opacity: 0.08;
}

header .dp-sub-page .sub-page-links {
	top: 15px !important;
}

header .dp-sub-page .disabled {
	opacity: 0.75 !important;
	cursor: not-allowed !important;
}

/* Dropdown */
header .navdropdown ul li {
	width: 100%;
}

header .navdropdown.lg ul li {
	width: 45%;
}

header .navdropdown ul li a {
	display: inline-flex;
	font-size: 16px;
	font-weight: 500;
	color: var(--text) !important;
	gap: 8px;
	flex-direction: column;
	transition: 0.05s ease-in-out;
	cursor: pointer;
}

header .navdropdown.lg ul li a {
	font-size: 18px;
}

header .navdropdown ul li div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	transition: 0.2s ease-in-out;
	cursor: pointer;
}

header .navdropdown ul li .icon {
	display: inline-flex;
	position: relative;
	right: 0;
	transition: 0.2s linear;
}

header .navdropdown ul li a:hover .icon {
	right: -5px;
}

header .navdropdown ul li a p {
	margin-bottom: 0;
	opacity: 0.6;
	font-size: 14px;
	font-weight: 400;
	transition: 0.25s ease-in-out;
}

header .navdropdown ul li span:hover, header .navdropdown ul li a:hover, header .navdropdown ul li.active a {
	color: var(--green) !important;
	fill: var(--green) !important;
}

header .navdropdown ul li a:hover p {
	opacity: 1;
	color: var(--text) !important;
}

header .navdropdown ul li span:hover, header .navdropdown ul li.active span {
	background-size: 99% 100%;
	background-position: left;
}

header .navdropdown ul li .custom-btn {
	justify-content: space-between;
}

header .button-group {
	display: flex;
	align-items: center;
	height: 100%;
}

@media (max-width:1450px) {
	header .right-navigation__container .nav-holder {
		gap: 30px;
	}

	header .logo {
		max-width: 175px;
	}

	header .navdropdown {
		padding: 20px;
	}

	header .navdropdown ul {
		gap: 25px;
	}

}

@media (min-width:1181px) and (max-width:1300px) {
	header .right-navigation__container .nav-holder {
		padding-left: 15px !important;
	}

	header .right-navigation__container .nav-holder {
		gap: 15px !important;
	}

	header .right-navigation__container .nav-holder .navlink {
		font-size: 14px !important;
	}

	header .right-navigation__container {
		gap: 20px;
	}

	header .right-navigation__container .custom-btn {
		min-width: 130px !important;
	}

	header .right-navigation__container .nav-holder .navlink svg {
		width: 10px !important;
	}

}

@media (max-width:1180px) {
	header .right-navigation__container .custom-btn {
		min-width: 120px;
	}

	header .right-navigation__container .nav-holder .navlink svg {
		width: 11px;
	}

	header .navdropdown ul li a, header .right-navigation .multi-lang-button, header .right-navigation__container .custom-btn, header .right-navigation__container .nav-holder .navlink {
		font-size: 14px;
	}

	header .right-navigation__container {
		gap: 0;
	}

	header .right-navigation__container .nav-holder {
		gap: 0;
		margin-right: 10px;
		padding-left: 0 !important;
	}

	header .right-navigation__container .nav-holder li {
		margin: 0 7.5px;
	}

	header .right-navigation__container .line {
		margin: 0 15px;
	}

	header .button-group .custom-btn:first-child {
		min-width: 120px;
	}

}

@media (max-width:1050px) {
	header .right-navigation__container .nav-holder li {
		margin: 0 10px;
	}

	header .custom-btn, header .right-navigation__container .nav-holder .navlink {
		font-size: 14px;
	}

	header .button-group .custom-btn:first-child {
		min-width: 100px;
	}

	header .right-navigation__container .custom-btn {
		height: 52px !important;
		min-width: 120px;
	}

	header .right-navigation .multi-lang-button {
		height: 66px !important;
		min-width: 110px;
	}

}

@media (max-width:1050px) and (orientation:landscape) {
	header .right-navigation .multi-lang-button, header .right-navigation__container {
		height: 55px !important;
	}

	header .custom-btn, .right-navigation__container .nav-holder .navlink {
		font-size: 12px !important;
	}

	header .right-navigation__container .custom-btn {
		height: 44px !important;
	}

	header .right-navigation {
		gap: 6px !important;
	}

	header .right-navigation__container .nav-holder .navlink svg {
		position: relative;
		top: 2px;
		width: 8px !important;
	}

	header .right-navigation__container .nav-holder li {
		margin: 0 8px !important;
	}

}

@media (max-width:1050px) and (orientation:portrait) {
	header .right-navigation .multi-lang-button, header .right-navigation__container {
		height: 55px !important;
	}

	header .custom-btn, header .right-navigation__container .nav-holder .navlink {
		font-size: 12px !important;
	}

	header .right-navigation__container .custom-btn {
		height: 44px !important;
	}

	header .right-navigation {
		gap: 6px !important;
	}

	header .right-navigation__container .nav-holder .navlink svg {
		position: relative;
		top: 2px;
		width: 8px !important;
	}

	header .right-navigation__container .nav-holder li {
		margin: 0 8px !important;
	}

}

@media (max-width:990px) {
	header {
		padding: 20px 0;
	}

	header .right-navigation {
		gap: 8px;
		flex-direction: row-reverse;
	}

	header .nav-holder.desk {
		display: none;
	}

	header.sticky .right-navigation__container, header .right-navigation__container {
		height: 52px !important;
		padding: 2px !important;
	}

	header .right-navigation__container .custom-btn {
		height: 100% !important;
		min-width: fit-content;
	}

	header .right-navigation .multi-lang-button {
		height: 52px;
		min-width: 80px;
	}

	header .right-navigation .rightIcon {
		display: none;
	}

	header .right-navigation .navdropdown.lang-dropdown {
		left: 50% !important;
		transform: translate(-50%, 55px) !important;
	}

	header .right-navigation .multi-lang-button {
		height: 52px !important;
	}

}

@media (max-width:767px) {
	header .logo {
		max-width: 150px;
	}

	header .right-navigation__container {
		background-color: transparent;
		border: none;
		backdrop-filter: blur(0px);
		-webkit-backdrop-filter: blur(0);
	}

	header .right-navigation__container .line {
		margin: 0 10px;
	}

	header .right-navigation .button-group .custom-btn {
		display: none !important;
	}

	header .right-navigation__container .line {
		display: none !important;
	}

}

/* ---------------
Navigation for smaller devices 
------------------ */
.mobOnly {
	display: none !important;
}

.deskOnly {
	display: inline-block;
}

.toggle-menu, .closeIcon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	width: 36px;
	height: 36px;
}

.toggle-menu:focus, .multi-lang-button:focus {
	outline: none;
	box-shadow: none;
}

.nav-mobile-menu {
	opacity: 0;
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	min-height: 100vh;
	height: 100%;
	background: var(--bg);
	color: var(--white);
	overflow: scroll;
	transition: 0.3s linear;
	z-index: 1099;
}

.nav-mobile-menu .wrapper {
	position: relative;
	padding: 30px 20px 100px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.nav-mobile-menu .menu-link {
	margin-top: 20px;
	max-width: 320px;
}

.nav-mobile-menu .navList a.active {
	color: var(--green) !important;
}

.nav-mobile-menu .closeIcon {
	position: absolute;
	right: 25px;
	top: 25px;
}

.nav-mobile-menu .navList {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 75px 0 80px;
	font-size: 32px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: -0.04em;
	text-align: left;
	padding-left: 0;
}

.nav-mobile-menu .navList a {
	color: var(--white) !important;
}

.nav-mobile-menu .navList .sub-menu {
	display: flex;
	flex-direction: column;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: -0.03em;
}

.nav-mobile-menu .navList .sub-menu a {
	opacity: 0;
}

.nav-mobile-menu .navList .sub-menu a.active {
	color: #03d9af !important;
}

.nav-mobile-menu .menuInfo {
	position: relative;
}

.nav-mobile-menu .menuInfo .brand {
	width: 40px;
	height: 34px;
}

.nav-mobile-menu .menuInfo .social {
	display: flex;
	margin: 20px 0 15px;
}

.nav-mobile-menu .menuInfo .social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: var(--white);
}

.nav-mobile-menu .menuInfo .social a:not(:last-child) {
	margin-right: 10px;
}

.nav-mobile-menu .menuInfo p {
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0em;
	color: #777;
}

.nav-mobile-menu .buttonOnMobile {
	display: none;
}

@media (max-width:990px) {
	.mobOnly {
		display: inline-flex !important;
	}

	.deskOnly {
		display: none !important;
	}

	.nav-mobile-menu.show {
		opacity: 1;
		right: 0;
	}

	.nav-mobile-menu .navList a.disabled {
		opacity: 0.25;
	}

}

@media (max-width:767px) {
	.nav-mobile-menu .navList {
		font-size: 24px;
	}

	.nav-mobile-menu .navList .sub-menu {
		font-size: 18px;
	}

	.nav-mobile-menu .buttonOnMobile {
		display: block;
	}

}

.nav-mobile-menu .navList li {
	opacity: 0;
}

.nav-mobile-menu.show .navList li:nth-child(1) {
	animation: moveItems 0.3s linear 0s forwards;
}

.nav-mobile-menu.show .navList li:nth-child(2) {
	animation: moveItems 0.3s linear 0.25s forwards;
}

.nav-mobile-menu.show .navList li:nth-child(3) {
	animation: moveItems 0.3s linear 0.5s forwards;
}

.nav-mobile-menu.show .navList li:nth-child(3) .sub-menu a:nth-child(1) {
	animation: moveItemsLeft 0.3s linear 0.65s forwards;
}

.nav-mobile-menu.show .navList li:nth-child(3) .sub-menu a:nth-child(2) {
	animation: moveItemsLeft 0.3s linear 0.8s forwards;
}

.nav-mobile-menu.show .navList li:nth-child(3) .sub-menu a:nth-child(3) {
	animation: moveItemsLeft 0.3s linear 0.95s forwards;
}

.nav-mobile-menu.show .navList li:nth-child(3) .sub-menu a:nth-child(4) {
	animation: moveItemsLeft 0.3s linear 1.1s forwards;
}

.nav-mobile-menu.show .navList li:nth-child(4) {
	animation: moveItems 0.3s linear 1.35s forwards;
}

.nav-mobile-menu.show .navList li:nth-child(5) {
	animation: moveItems 0.3s linear 1.6s forwards;
}

.nav-mobile-menu.show .navList li:nth-child(5) .sub-menu a:nth-child(1) {
	animation: moveItemsLeft 0.3s linear 1.75s forwards;
}

.nav-mobile-menu.show .navList li:nth-child(5) .sub-menu a:nth-child(2) {
	animation: moveItemsLeft 0.3s linear 1.9s forwards;
}

.nav-mobile-menu.show .navList li:nth-child(5) .sub-menu a:nth-child(3) {
	animation: moveItemsLeft 0.3s linear 2.05s forwards;
}

.nav-mobile-menu.show .navList li:nth-child(6) {
	animation: moveItems 0.3s linear 2.3s forwards;
}

.nav-mobile-menu.show .navList li:nth-child(6) .sub-menu a:nth-child(1) {
	animation: moveItemsLeft 0.3s linear 2.55s forwards;
}

.nav-mobile-menu.show .navList li:nth-child(6) .sub-menu a:nth-child(2) {
	animation: moveItemsLeft 0.3s linear 2.8s forwards;
}

.nav-mobile-menu.show .navList li:nth-child(6) .sub-menu a:nth-child(3) {
	animation: moveItemsLeft 0.3s linear 3.05s forwards;
}

@keyframes moveItemsLeft {
	0% {
		transform: translateX(-16px);
	}

	30% {
		transform: translateX(-12px);
	}

	50% {
		transform: translateX(-8px);
	}

	80% {
		transform: translateX(-4px);
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}

}

@keyframes moveItems {
	0% {
		transform: translateY(16px);
	}

	30% {
		transform: translateY(12px);
	}

	50% {
		transform: translateY(8px);
	}

	80% {
		transform: translateY(4px);
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}

}

/* ---------------
FOOTER
------------------ */
footer {
	position: relative;
	padding-top: 62px;
	overflow: hidden;
	background: rgba(1, 1, 1, 0.7);
}

footer .footer-tabs {
	position: relative;
	padding-bottom: 72px;
	padding-top: 72px;
	width: 100%;
	z-index: 2;
}

footer .footer-tabs::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(https://cdn.vanarchain.com/vanarchain/footer-line.webp) no-repeat;
	background-size: contain;
	background-position: top center;
	z-index: -1;
}

footer .footer-caption .pl {
	padding-right: 5vw;
}

footer .footer-caption .custom-btn {
	padding: 16px 25px;
	height: 48px;
	line-height: 48px;
	margin-top: 20px;
	border-color: var(--white);
}

footer .footer-caption .custom-btn:hover {
	background-color: white !important;
	color: black !important;
}

footer .footer-caption .custom-btn .icon {
	margin-left: 0;
	margin-right: 10px;
}

footer .footer-caption .custom-btn:hover .icon {
	right: 0;
}

footer .footer-col .footer-logo {
	margin-bottom: 20px;
	width: 65%;
}

footer .footer-heading {
	margin: 0px 0px 32px;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	display: inline-block;
}

footer .footer-tabs-inner ul li:not(:last-child) {
	margin: 0 0 15px;
}

footer .footer-tabs-inner ul li a {
	font-weight: 500;
	letter-spacing: -1%;
	line-height: 16px;
	transition: all 0.2s linear;
	cursor: pointer;
	color: var(--text) !important;
	opacity: 0.7 !important;
}

footer .footer-tabs-inner ul li a:hover {
	opacity: 1 !important;
	color: var(--green) !important;
}

footer .footer-inner__row .col {
	display: flex;
	justify-content: flex-end;
}

footer .social-link a {
	display: flex;
	align-items: center;
	gap: 8px;
}

footer .social-link a:hover {
	opacity: 0.8;
}

footer .social-link__icon {
	width: 20px;
	height: 20px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .social-link__icon svg {
	max-width: 90%;
	max-height: 90%;
}

footer .mob-social-links {
	display: none;
}

footer .mob-social-links li:not(:last-child) {
	margin-right: 16px;
}

footer .mob-social-links a {
	width: 40px;
	height: 40px;
	background: rgba(217, 217, 217, 0.14);
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	transition: 0.5s ease-in-out;
}

footer .mob-social-links a:hover {
	background: var(--green);
}

footer .mob-social-links a:hover svg path {
	fill: rgba(16, 16, 16, 1);
}

footer .bottom-footer {
	position: relative;
	display: flex;
	padding: 50px 0px 36px;
	z-index: 2;
}

footer .bottom-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(https://cdn.vanarchain.com/vanarchain/footer-line.webp) no-repeat;
	background-size: contain;
	background-position: top center;
	z-index: -1;
}

footer .bottom-footer p {
	position: relative;
	z-index: 2;
	position: relative;
	color: #f9f9f9;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	opacity: 0.75;
	opacity: 1;
	padding-right: 20px;
	margin-right: 20px;
}

footer .bottom-footer .content-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

footer .bottom-footer .content-link ul {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	color: #f9f9f9;
}

footer .bottom-footer .content-link ul a {
	transition: all 0.2s linear;
	opacity: 0.7;
	font-size: 14px;
}

footer .bottom-footer .content-link ul a:hover {
	opacity: 1;
	color: var(--green) !important;
}

footer .bottom-footer .content-link li:not(:last-child) {
	margin-right: 28px;
}

footer .bottom-footer .content-link a:hover {
	text-decoration: none !important;
}

@media (max-width:1399px) {
	footer .footer-caption .pl {
		padding-right: 0;
	}

	footer .footer-logo {
		margin-inline: auto;
	}

	footer .footer-caption {
		text-align: center;
		margin-bottom: 50px;
	}

	footer .footer-inner__row .col {
		justify-content: center;
	}

	footer .footer-heading {
		font-size: 20px;
		margin-bottom: 24px;
	}

	footer .footer-tabs-inner ul li:not(:last-child) {
		margin-bottom: 12px;
	}

	footer .social-link-col {
		display: none !important;
	}

	footer .mob-social-links {
		display: flex !important;
		align-items: center;
		justify-content: center;
	}

	footer .bottom-footer .content-link {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .bottom-footer p {
		padding: 0;
		margin: 10px 0 0 0 !important;
	}

}

@media (max-width:1024px) {
	footer {
		padding-top: 42px;
	}

	footer .footer-caption p {
		font-size: 14px;
	}

	footer .bottom-footer {
		flex-direction: column;
		padding: 34px 0 20px;
	}

	footer .bottom-footer .mob-social-links {
		order: 1;
	}

	footer .mob-social-links li:not(:last-child) {
		margin-right: 10px;
	}

	footer .mob-social-links a {
		width: 32px;
		height: 32px;
	}

	footer .bottom-footer p {
		font-size: 14px;
		order: 1 !important;
		margin-right: 0;
		padding-right: 0;
	}

	footer .bottom-footer p::after {
		display: none;
	}

	footer .bottom-footer .brand {
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0, 0);
	}

	footer .bottom-footer .content-link {
		align-items: center;
		flex-direction: column-reverse;
		font-size: 14px;
		order: 2;
	}

	footer .bottom-footer .content-link ul {
		order: 2;
		margin-bottom: 10px !important;
	}

	footer .bottom-footer .content-link li:not(:last-child) {
		margin-right: 10px;
	}

	footer .bottom-footer .mob-social-links {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	footer .bottom-footer {
		gap: 0;
	}

}

@media (max-width:990px) {
	footer .footer-tabs {
		padding-block: 50px;
	}

	footer .footer-tabs-inner ul li:not(:last-child) {
		margin-bottom: 16px;
	}

	footer .footer-heading {
		margin-bottom: 20px;
	}

	footer .footer-tabs-inner ul li a {
		font-size: 14px;
	}

}

@media (max-width:767px) {
	footer .footer-inner__row {
		gap: 15px;
	}

	footer .footer-inner__row .col {
		width: 100%;
		flex: 1 1 100%;
		justify-content: flex-start;
	}

	footer .footer-inner__row .list ul {
		display: flex;
		flex-wrap: wrap;
	}

	footer .footer-tabs-inner ul li {
		position: relative;
		margin-bottom: 10px;
	}

	footer .footer-tabs-inner ul li:not(:last-child) {
		margin-right: 25px;
	}

	footer .footer-tabs-inner ul li:not(:last-child)::before {
		content: "/";
		position: absolute;
		right: -12.5px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 14px;
		font-weight: 300;
		color: var(--white);
		opacity: 0.5;
	}

}

.headOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(10px);
	z-index: 15;
}

.video-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.button-group {
	display: flex;
	align-items: center;
	gap: 12px;
}

/* ---------------
HERO SECTION 
------------------ */
.hero-section {
	position: relative;
	width: 100%;
	min-height: 98vh;
	display: flex;
}

.hero-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(1, 1, 1, 0) 19.4%, #010101 98.33%);
	z-index: 1;
}

.hero-section .hero-section__banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 100px 0;
	width: 100%;
	z-index: 1;
}

.hero-section .text-holder {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	max-width: 540px;
}

.hero-section .button-group {
	margin-top: 20px;
}

.hero-section .button-group .custom-btn {
	min-width: 180px;
}

.hero-section .token-img {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 556px;
}

@media (max-width:990px) {
	.hero-section .button-group .custom-btn {
		min-width: 150px;
	}

}

@media (max-width:767px) {
	.hero-section .text-holder {
		text-align: center;
		margin: 0 auto;
	}

	.hero-section .button-group {
		flex-wrap: wrap;
		justify-content: center;
	}

	.hero-section .token-img {
		margin-top: 2rem;
		max-width: 80%;
	}

}

/* ---------------
BRAND CAROUSEL
------------------ */
.brands-carousel {
	position: absolute !important;
	bottom: 0;
	-webkit-mask-image: linear-gradient(to right, hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 10%, hsl(0 0% 0% / 1) 90%, hsl(0 0% 0% / 0));
	mask-image: linear-gradient(to right, hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 10%, hsl(0 0% 0% / 1) 90%, hsl(0 0% 0% / 0));
}

.brands-sc {
	position: absolute;
	bottom: 100px;
	width: 100%;
	z-index: 12;
}

.brands-sc h3 {
	font-size: 24px;
	font-weight: 600;
	color: var(--white);
}

@media (max-width:767px) {
	.brands-sc h3 {
		text-align: center;
	}

}

.brands-carousel .brands-carousel__card {
	margin: 0 auto;
	height: 90px;
	width: 100%;
	border-radius: 24px;
}

.brands-carousel .brands-carousel__card .wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 24px;
}

.brands-carousel .brands-carousel__card .wrapper img {
	width: 60%;
	height: 80%;
	object-fit: fill;
}

@media (max-width:1400px) {
	.brands-carousel {
		margin-bottom: 30px;
	}

}

@media (max-width:900px) {
	.brands-carousel {
		margin-bottom: 15px;
	}

	.brands-carousel .brands-carousel__card {
		height: 70px;
	}

	.brands-carousel .brands-carousel__card .wrapper {
		padding: 10px;
	}

	.brands-carousel .brands-carousel__card .wrapper img {
		width: 80%;
		height: 80%;
	}

	.brands-sc h3 {
		font-size: 18px;
	}

}

/* ---------------
SITE COUNTER - ECO SYSTEM 
------------------ */
.site-counter {
	position: relative;
	padding: 150px 0 240px;
}

.site-counter:before {
	content: "";
	height: 180px;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -40%);
	width: 50%;
	opacity: 30%;
	background: linear-gradient(90deg, #9f01ff 21.42%, #fdcf8a 60.71%, #03d9af 100%);
	filter: blur(140px);
}

.site-counter .top-sc {
	max-width: 815px;
	margin-bottom: 140px;
}

.site-counter .counter h3 {
	font-size: 110px;
	line-height: 110px;
	font-weight: 400;
	letter-spacing: -0.06rem;
	margin-bottom: 0;
	min-height: 110px;
}

.site-counter .counter h3.green {
	background: linear-gradient(103.39deg, #03d9af 2.37%, #00f0ff 54.17%, #03d9af 103.67%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.site-counter .counter h3.purple {
	color: var(--purple);
}

.site-counter .counter p {
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	letter-spacing: var(--letterSpacing06);
	color: var(--text);
}

@media (max-width:1400px) {
	.site-counter .counter h3 {
		font-size: 85px;
		line-height: 80px;
	}

}

@media (max-width:1024px) {
	.site-counter {
		padding: 150px 0;
	}

	.site-counter .counter h3 {
		font-size: 80px;
		line-height: 80px;
		min-height: auto;
	}

	.site-counter .counter p {
		font-size: 16px;
		line-height: 26px;
	}

}

@media (max-width:768px) {
	.site-counter {
		padding: 100px 0;
	}

	.site-counter .top-sc {
		margin-bottom: 70px;
	}

	.site-counter .counter h3 {
		font-size: 65px;
		line-height: 70px;
	}

}

/* ---------------
ENTERTAINMENT APPS FOR MAINSTREAM
------------------ */
.entertainment-apps {
	position: relative;
	padding: 0 0 230px;
	z-index: 2;
}

.entertainment-apps::before {
	background: linear-gradient(90deg, #9f01ff 21.42%, #fdcf8a 60.71%, #03d9af 100%);
	border-radius: 100%;
	content: "";
	filter: blur(100px);
	height: 200px;
	opacity: 20%;
	position: absolute;
	right: -200px;
	top: 0;
	width: 400px;
	z-index: 1;
}

.entertainment-apps::after {
	content: "";
	position: absolute;
	top: 130px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	height: 75%;
	background: url(https://cdn.vanarchain.com/vanarchain/vanar-heading-effect.webp) no-repeat;
	background-size: contain;
	background-position: top center;
	z-index: -1;
}

.entertainment-apps .top-sc {
	max-width: 840px;
	margin-left: auto;
}

.entertainment-apps .card-holder {
	display: flex;
	gap: 40px;
}

.entertainment-apps .card-holder .card-col {
	display: flex;
	flex-direction: column;
	width: 32%;
	gap: 80px;
}

.entertainment-apps .card-holder .card-col:first-child {
	margin-top: -70px;
}

.entertainment-apps .apps-card {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.entertainment-apps .apps-card .icon-holder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
}

.entertainment-apps .apps-card h3 {
	font-size: 32px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: var(--letterSpacing06);
	margin-bottom: 1rem;
	text-transform: capitalize;
}

.entertainment-apps .apps-card p {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: var(--letterSpacing04);
	color: rgba(var(--text-rgba), 0.7);
}

.entertainment-apps .apps-card a {
	font-weight: 600;
	color: var(--green) !important;
	text-decoration: underline !important;
}

.entertainment-apps .apps-card a:hover {
	text-decoration: none !important;
}

@media (max-width:1050px) {
	.entertainment-apps {
		padding-bottom: 100px;
	}

	.entertainment-apps .card-holder {
		margin-top: 100px;
	}

	.entertainment-apps .card-holder .card-col {
		width: 50%;
	}

}

@media (max-width:767px) {
	.entertainment-apps .top-sc .sc-title {
		text-align: left !important;
	}

	.entertainment-apps .card-holder {
		flex-direction: column;
	}

	.entertainment-apps .card-holder .card-col {
		width: 100%;
		gap: 40px;
	}

	.entertainment-apps .card-holder .card-col:first-child {
		margin-top: 0;
	}

	.entertainment-apps::after {
		width: 100%;
		height: 90%;
		top: 200px;
	}

}

@media (max-width:660px) {
	.entertainment-apps .apps-card p {
		font-size: 16px;
		line-height: 28px;
	}

}

/* ---------------
USE-CAESES & MASS ADOPTION
------------------ */
.mass-adoption {
	position: relative;
	padding: 0 0 200px;
	z-index: 2;
}

.mass-adoption:before {
	content: "";
	position: absolute;
	top: -100px;
	left: -200px;
	right: auto;
	width: 50%;
	height: 200px;
	opacity: 60%;
	background: linear-gradient(90deg, #9f01ff 21.42%, #fdcf8a 60.71%, #03d9af 100%);
	filter: blur(140px);
	transform: rotate(30deg);
}

.mass-adoption::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	height: 75%;
	background: url(https://cdn.vanarchain.com/vanarchain/vanar-heading-effect.webp) no-repeat;
	background-size: contain;
	background-position: bottom center;
	z-index: -1;
}

.mass-adoption .top-sc {
	max-width: 900px;
	margin-bottom: 60px;
}

.branch-carousel {

	/* margin-left: calc((100% - 1760px) / 2); */
}

.branch-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
	height: 100%;
	padding: 0 1rem;
}

.branch-card h3 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: var(--letterSpacing06);
	color: var(--dim-white);
	margin-bottom: 1rem;
}

[lang="ko"] .branch-card h3 {
	font-size: 32px;
}

.branch-card .branch-card__img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 280px;
}

.branch-card .branch-card__img img {
	border-radius: 12px;
	height: 100%;
	object-fit: cover;
}

.branch-card p {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: var(--letterSpacing05);
	min-height: 60px;
	color: rgba(var(--text-rgba), 0.7);
	margin-top: 20px;
	margin-bottom: 0;
}

.branch-card .link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: var(--letterSpacing03);
	color: var(--text) !important;
}

.branch-card .link svg {
	width: 14px;
	position: relative;
	right: 0px;
	transition: 0.4s linear;
}

.branch-card:hover .link {
	color: var(--green) !important;
	cursor: pointer;
}

.branch-card:hover .link svg {
	right: -5px;
}

.branch-card:hover .link svg path {
	fill: var(--green) !important;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: -100px;
	right: calc((100% - 1345px) / 2);
}

[lang="ar"] .owl-carousel .owl-nav {
	left: 0;
}

.owl-carousel .owl-nav .owl-prev {
	margin-right: 44px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	width: 44px;
	height: 44px;
	padding: 12px !important;
	border-radius: 100px;
	transition: 0.25s ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.owl-carousel .owl-nav button:hover {
	background: #292929 !important;
}

.owl-carousel .owl-nav button svg {
	width: 20px;
	height: 20px;
}

@media (min-width:1367px) {
	.branch-carousel {
		margin-left: 3rem;
	}

}

@media (min-width:1800px) {
	.branch-carousel {
		margin-left: calc((100% - 1655px) / 2);
	}

}

@media (max-width:1366px) {
	.branch-carousel {
		margin-left: 10px;
	}

}

@media (max-width:1400px) {
	.mass-adoption {
		padding-bottom: 100px;
	}

	.owl-carousel .owl-nav {
		right: 20px;
	}

	[lang="ar"] .owl-carousel .owl-nav {
		left: 0;
	}

	.mass-adoption .top-sc {
		width: calc(100% - 100px);
	}

	.owl-carousel .owl-nav .owl-prev {
		margin-right: 20px;
	}

	.branch-card {
		padding: 0 7.5px;
	}

}

@media (max-width:767px) {
	.branch-card h3 {
		font-size: 32px;
		line-height: 32px;
	}

	.branch-card p {
		font-size: 16px;
		line-height: 28px;
	}

	.branch-card .link {
		font-size: 16px;
	}

	.mass-adoption .top-sc {
		width: 100%;
	}

	.mass-adoption .owl-carousel .owl-nav {
		top: -50px;
	}

	.mass-adoption::after {
		bottom: 30px;
	}

}

/* ---------------
ECO-PARTNERS TABS
------------------ */
.eco-partners {
	position: relative;
	padding: 0 0 200px;
	transform: translate3d(0, 0, 0);
	z-index: 2;
}

.eco-partners::before {
	background: linear-gradient(90deg, #9f01ff 21.42%, #fdcf8a 60.71%, #03d9af 100%);
	border-radius: 100%;
	content: "";
	filter: blur(100px);
	height: 360px;
	opacity: 20%;
	position: absolute;
	right: -290px;
	top: -200px;
	width: 50%;
}

.eco-partners .top-section p {
	font-size: 24px;
	font-weight: 400;
	opacity: 0.75;
}

.eco-partners .eco-partners__row {
	position: relative;
}

.eco-partners .eco-partners__list {
	border: none;
	gap: 12px;
	height: 100%;
	margin-bottom: 20px;
	padding: 0 10px 20px;
	border-bottom: 1.5px solid rgba(44, 44, 46, 1);
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.eco-partners__list .eco-partners__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	color: var(--white);
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.6px;
	text-transform: capitalize;
	white-space: nowrap;
}

.eco-partners__list .eco-partners__link:focus {
	color: inherit !important;
	border-color: transparent !important;
}

.eco-partners__list .eco-partners__link.active::after {
	content: "";
	position: absolute;
	bottom: -22px;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--green);
	border-radius: 2px;
	transition: 0.25s linear;
}

.eco-partners__list .eco-partners__link.disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.eco-partners__list .eco-partners__link.active, .eco-partners__list .eco-partners__link:hover {
	color: rgba(80, 253, 219, 1) !important;
	border-color: transparent !important;
	background: transparent !important;
}

.eco-partners__content .column {
	padding: 0 7.5px;
	margin-bottom: 15px;
}

.ecoPartnerContent .column {
	display: none;
}

.eco-partners__content .eco-partners__card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	padding: 20px 15px;
	border: 1.5px solid rgba(246, 246, 246, 0.1);
	background: #171717;
	backdrop-filter: blur(10px);
	min-height: 240px;
	transition: 0.5s ease-in-out;
	overflow: hidden;
	text-align: center;
	height: 100%;
}

.eco-partners__content .eco-partners__card::after {
	content: "";
	position: absolute;
	top: 40%;
	left: 30%;
	width: 277px;
	height: 277px;
	border-radius: 384px;
	background: transparent;
	transition: 0.5s linear;
	filter: blur(110px);
	-webkit-filter: blur(110px);
	z-index: -1;
}

.eco-partners__content .eco-partners__card:hover::after {
	opacity: 0.2;
	background: var(--green);
}

.eco-partners__content .eco-partners__card:hover {
	border: 2px solid #03d9af;
	background: #0e0e0e;
	backdrop-filter: blur(10px);
}

.eco-partners__content .eco-partners__card .wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
}

.eco-partners__content .eco-partners__card h5 {
	color: var(--white);
	font: 500 16px/20px "Brockmann";
	letter-spacing: -0.66px;
}

.eco-partners__content .eco-partners__card .eco-card__img {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 85%;
	height: 100px;
	margin-bottom: 30px;
}

.eco-partners__content .eco-partners__card .eco-card__img img {
	max-width: 100%;
	max-height: 100%;
}

.eco-partners__content .eco-partners__card .eco-card__img.full-logo.lg {
	height: 60px;
}

.eco-partners__content .eco-partners__card .eco-card__img.full-logo {
	height: 80px;
}

.eco-partners .top-section {
	margin-bottom: 4rem;
}

.eco-partners #load-button {
	min-width: 130px;
	text-transform: capitalize;
}

.eco-partners #load-button:hover {
	border-color: rgba(var(--text-rgba), 0.75);
}

@media (max-width:1450px) {
	.eco-partners .top-section {
		margin-bottom: 3rem;
	}

	.eco-partners__content .eco-partners__card {
		min-height: 175px !important;
	}

}

@media (max-width:1180px) {
	.eco-partners__content .eco-partners__card .eco-card__img {
		height: 65px;
		margin-bottom: 15px;
	}

	.eco-partners__content .eco-partners__card .eco-card__img.full-logo {
		max-width: 75%;
	}

}

@media (max-width:1024px) {
	.eco-partners {
		padding-bottom: 100px;
	}

	.eco-partners .eco-partners__list {
		gap: 2px;
		padding-bottom: 10px;
	}

	.eco-partners__list .eco-partners__link {
		font-size: 14px;
		padding: 6px 12px;
	}

	.eco-partners__list .eco-partners__link.active::after {
		bottom: -10px;
	}

	.eco-partners__content {
		margin-top: 1rem;
	}

	.eco-partners .top-section p {
		font-size: 18px;
	}

}

@media (max-width:767px) {
	.eco-partners .eco-partners__list {
		overflow-x: auto;
		flex-wrap: nowrap;
		border: none;
		padding-left: 0;
		padding-right: 0;
	}

	.eco-partners__list .eco-partners__link.active::after {
		display: none;
	}

	.eco-partners .top-section {
		margin-bottom: 2.5rem;
	}

	.eco-partners__list .eco-partners__link {
		font-size: 14px;
	}

	.eco-partners__content .eco-partners__card {
		padding: 15px 10px;
	}

	.eco-partners__content .eco-partners__card h5 {
		font-size: 12px;
	}

}

/* ---------------
FEATURE NEWS
------------------ */
.featured-news {
	position: relative;
	padding: 0 !important;
	z-index: 2;
}

.featured-news .top-sc {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.featured-news .top-sc .custom-btn {
	height: 40px;
	padding: 10px 20px;
}

@media (min-width:1367px) {
	.news-carousel {
		margin-left: 3rem;
	}

}

@media (min-width:1800px) {
	.news-carousel {
		margin-left: calc((100% - 1655px) / 2);
	}

}

@media (max-width:1366px) {
	.news-carousel {
		margin-left: 10px;
	}

}

.featured-news .owl-item {
	padding: 0 16px;
}

.feature-news__card {
	position: relative;
	border-radius: 18px;
	border: 2px solid rgba(246, 246, 246, 0.1);
	background: #0e0e0e;
	padding: 8px 8px 24px;
	overflow: hidden;
	z-index: 0;
	height: 100%;
}

.feature-news__card a {
	display: block;
	height: 100%0;
	cursor: pointer;
}

.feature-news__card::before, .feature-news__card::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.feature-news__card::before {
	top: auto;
	bottom: 0;
	width: 100%;
	height: 40%;
	border-radius: 1620px;
	opacity: 0.3;
	background: #03d9af;
	filter: blur(110px);
}

.feature-news__card::after {
	width: 100%;
	height: 100%;
	background: url(https://cdn.vanarchain.com/vanarchain/noise-card.webp) no-repeat center / cover;
	transform: translate3d(0, 0, 0);
}

.feature-news__card .feature-news__card-img {
	height: 280px;
	border-radius: 18px;
	overflow: hidden;
	margin-bottom: 24px;
}

.feature-news__card .feature-news__card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.feature-news__card .feature-news__card-content {
	height: calc(100% - 365px);
	padding: 0 12px 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.feature-news__card .feature-news__card-content .top {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 10px;
}

.feature-news__card .feature-news__card-content .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.feature-news__card .feature-news__card-content h3 {
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
	text-overflow: ellipsis;
	color: var(--text);
	letter-spacing: -0.92px;
	text-transform: capitalize;
	margin-bottom: 30px;
	transition: 0.25s all;
}

.feature-news__card .feature-news__card-content .date {
	color: rgba(246, 246, 246, 0.5);
	font: 400 16px / 20px "Brockmann";
	letter-spacing: -0.16px;
}

.feature-news__card .feature-news__card-content .sub-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

.feature-news__card .feature-news__card-content .sub-link svg {
	transition: 0.25s all;
	width: 100%;
	height: 100%;
}

.featured-news .owl-carousel .owl-nav {
	top: -85px;
}

@media (max-width:1600px) {
	.feature-news__card .feature-news__card-content h3 {
		font-size: 24px;
	}

}

@media (max-width:1400px) {
	.news-carousel {
		margin-left: 0;
	}

}

@media (min-width:1024px) {
	.feature-news__card a:hover h3 {
		color: var(--green);
	}

	.feature-news__card a:hover .feature-news__card-content .sub-link svg path {
		fill: var(--green);
	}

}

@media (max-width:1024px) {
	.feature-news__card .feature-news__card-content .top {
		margin-bottom: 15px;
	}

	.feature-news__card .feature-news__card-content h3 {
		font-size: 24px;
		line-height: 28px;
	}

	.featured-news .owl-item {
		padding: 0 7.5px !important;
	}

	.featured-news .owl-carousel .owl-nav {
		top: -75px;
	}

}

@media (max-width:767px) {
	.featured-news .top-sc {
		width: calc(100% - 100px);
	}

	.featured-news .sectionHeading {
		margin-top: 50px;
	}

	.featured-news .sectionHeading img {
		width: 100%;
	}

}

/* ---------------
ECO FOR DEVELOPERS
------------------ */
.ecosystem-developers {
	position: relative;
	padding: 150px 0 !important;
	z-index: 2;
}

.ecosystem-developers .vanar-image-effect {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: -25px;
	z-index: -1;
}

.ecosystem-developers .vanar-image-effect::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(180deg, rgba(1, 1, 1, 0) 100%, #010101 98.33%);
}

.ecosystem-developers .vanar-image-effect img {
	width: 75%;
	height: 75%;
}

.ecosystem-developers .top-sc {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 60px;
	max-width: 1350px;
	margin: 0 auto;
}

.ecosystem-developers .top-sc .custom-btn {
	min-width: 180px;
}

.ecosystem-developers .gradient-effect {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%);
	height: 500px;
	width: 100%;
	opacity: 0.18;
	border-radius: 100px;
	z-index: -1;
}

@media (max-width:1024px) {
	.ecosystem-developers .gradient-effect {
		top: 0;
	}

}

@media (max-width:767px) {
	.ecosystem-developers {
		padding: 80px 0 !important;
	}

	.ecosystem-developers .vanar-image-effect {
		margin-bottom: -20px;
	}

	.ecosystem-developers .vanar-image-effect img {
		width: 100%;
	}

}

/* SUB-PAGE & DEVELOPER */
.developers {
	position: relative;
}

.developers .eco-partners {
	padding-top: 100px;
}

.developers .custom-btn.top {
	padding: 20px 20px;
	font-size: 20px;
	line-height: normal;
}

.developers .custom-btn .icon {
	top: 2.5px;
}

.developers .custom-btn.link.top {
	padding: 16px !important;
	font-size: 22px;
}

.developers .developers-hero-section {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 100vh;
	height: 100%;
}

.developers .developers-hero-section .row {
	min-height: 100vh;
	height: 100%;
}

.developers .txthold {
	position: relative;
	z-index: 2;
	padding: 120px 0 80px;
}

.developers .info {
	font-size: 22px !important;
	font-weight: 400 !important;
	line-height: 32px;
	letter-spacing: -0.52px;
}

.developers .section-top .btn-group, .developers .txthold .btn-group {
	margin-top: 50px;
	gap: 24px;
}

.developers .txthold .top-icon {
	display: block;
	font-family: "Metalune";
	margin-bottom: 25px;
	color: var(--green);
}

.developers .developers-hero-section .customCol {
	position: relative;
}

.developers .developers-hero-section .info {

	/* font-size: 26px; */
}

.developers .vd-holder {
	right: -25%;
	width: 1400px;
	z-index: 1;
}

.developers .vd-holder::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 15%;
	border-radius: 838px;
	opacity: 0.74;
	background: linear-gradient(90deg, #9f01ff 21.42%, #fdcf8a 60.71%, #03d9af 100%);
	filter: blur(125px);
	z-index: 0;
}

.pillar-section {
	position: relative;
	padding: 100px 0 80px;
}

.pillar-section .section-top {
	max-width: 1060px;
	margin: 0 auto;
}

.pillar-section .pillar__cards {
	margin-top: 100px;
}

.pillar-section .pillar__card {
	position: relative;
	border-radius: 24px;
	border: 1.5px solid rgba(246, 246, 246, 0.08);
	background: url("https://cdn.vanarchain.com/vanarchain/card-bg.webp") var(--bg) no-repeat center/cover;
	height: 280px;
	overflow: hidden;
	margin-bottom: 15px;
	transform: translate3d(0, 0, 0);
}

.pillar-section .pillar__card .wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 16px 28px 20px;
	z-index: 1;
}

.pillar-section .pillar__card .num {
	font-size: 50px;
	font-weight: 600;
	letter-spacing: -1.92px;
	text-transform: capitalize;
}

.pillar-section .pillar__card .title {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: -2px;
	text-transform: capitalize;
}

.multi-text-gradient {
	background: linear-gradient(90deg, #9f01ff, #fdcf8a, #03d9af);
	background-size: 100% 100%;
	-webkit-background-clip: text;
	-webkit-text-stroke: 5px transparent;
	color: var(--bg);
}

.pillar-section .customCol {
	padding: 0 7.5px;
}

.benefit-section {
	position: relative;
	padding: 150px 0;
	margin: 72px 0;
	border-radius: 60px;
	background: url(https://cdn.vanarchain.com/vanarchain/section-bg.webp) var(--bg) no-repeat center center / cover;
	transform: translate3d(0, 0, 0);
}

.benefit-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 60px;
	opacity: 0.04;
	background: url(https://cdn.vanarchain.com/vanarchain/noise.webp), lightgray -662.128px 0px / 158.779% 101.864% no-repeat;
	z-index: 0;
}

.benefit-section .section-top {
	max-width: 857px;
	margin: 0 auto;
}

.benefit-section .benefit__cards {
	margin-top: 86px;
}

.benefit-section .benefit__cards .customCol {
	padding: 0 10px !important;
	margin-bottom: 20px;
}

.developers .section-title {
	margin-bottom: 24px;
}

.benefit__cards .benefit__card {
	position: relative;
	border-radius: 24px;
	border: 1px solid rgba(246, 246, 246, 0.1);
	background: #0b0b0b;
	padding: 38px 40px;
	height: 100%;
	overflow: hidden;
}

.benefit__cards .benefit__card::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	border-radius: 882.961px;
	opacity: 0.8;
	background: linear-gradient(90deg, #9f01ff 21.42%, #fdcf8a 60.71%, #03d9af 100%);
	filter: blur(75px);
	z-index: 1;
}

.benefit__card h3 {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: -1.26px;
	text-transform: capitalize;
	margin-bottom: 20px;
	color: var(--text);
}

.benefit__card ul {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.6px;
	color: var(--text);
	opacity: 0.74;
}

.developers .brands-branches {
	padding-top: 100px !important;
}

.ecosystem-section {
	position: relative;
	padding: 120px 0;
}

.event__cards {
	margin-top: 100px !important;
}

.event__cards .events {
	font-size: 56px;
	font-weight: 500;
	line-height: 100px;
	letter-spacing: -3.36px;
	text-transform: capitalize;
	margin-bottom: 40px;
}

.event__cards .event_details {
	position: relative;
}

.event__cards .customCol {
	padding: 0 10px;
	margin-bottom: 20px;
}

.event__cards .event__card {
	position: relative;
	padding: 38px 30px;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	overflow: hidden;
	background-image: url(https://cdn.vanarchain.com/vanarchain/dark-card-bg.webp);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top center;
	transform: translate3d(0, 0, 0);
	height: 100%;
	width: 100%;
}

.event__cards .event__card-top p {
	margin-bottom: 0;
	font-size: 12px;
}

.event__cards .event__card-top {
	margin-bottom: 20px;
	min-height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.event__card .event__card-name {
	position: relative;
	z-index: 4;
	color: var(--text);
	font-size: 30px;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: -0.72px;
	text-transform: capitalize;
}

.event__card:hover .event__card-name {
	color: var(--green);
}

.event__card .event__card-date {
	position: relative;
	z-index: 4;
	border-radius: 100px;
	background: rgba(3, 217, 175, 0.2);
	padding: 10px 14px;
	font-size: 16px;
	color: var(--green);
	text-transform: capitalize;
	display: inline-block;
}

.event__card .event__card-link {
	padding-inline: 2rem;
	cursor: pointer;
	text-decoration: underline !important;
	text-transform: capitalize;
}

.event__card .event__card-link:hover {
	text-decoration: none !important;
}

.tools-section {
	padding: 100px 0 60px;
}

.tool__cards {
	margin-top: 150px;
}

.tool__cards .toolColumn {
	padding: 0 10px !important;
}

.tool__cards .margin20, .tool__subCards .toolColumn {
	margin-bottom: 20px;
}

.tool__card {
	position: relative;
	border-radius: 24px;
	border: 1.5px solid rgba(246, 246, 246, 0.1);
	background: url(https://cdn.vanarchain.com/vanarchain/noise.webp) #0b0b0b no-repeat center / cover;
	transform: translate3d(0, 0, 0);
	backdrop-filter: blur(15px);
	padding: 36px 40px 70px;
	overflow: hidden;
	height: 100%;
	z-index: 1;
}

.tool__card::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	border-radius: 882.961px;
	opacity: 0.8;
	background: linear-gradient(90deg, #9f01ff 21.42%, #fdcf8a 60.71%, #03d9af 100%);
	filter: blur(75px);
}

.tool__card::before {
	position: absolute;
	bottom: -90px;
	left: -90px;
	width: fit-content;
	height: 250px;
	font-size: 180px;
	font-weight: 700;
	letter-spacing: -10.8px;
	opacity: 0.02;
}

.tool__card-gaming::before {
	content: "GAMING";
}

.tool__card-reality::before {
	content: "MIXED,REALITY";
}

.tool__card-ecosystem::before {
	content: "APP,ECOSYSTEM";
}

.tool__card-brand::before {
	content: "BRAND,TOOL";
}

.tool__card-eco::before {
	content: "ECO";
	font-size: 288px;
	bottom: -50px;
	left: -30px;
}

.tool__card .tool__card-top {
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 15px;
}

.tool__subCards .tool__card .tool__card-top {
	margin-bottom: 0px !important;
}

.tool__card .tool__card-top h4 {
	font-size: 52px;
	font-weight: 600;
	letter-spacing: -3.84px;
	text-transform: capitalize;
	margin-bottom: 0;
}

.tool__subCards .tool__card .tool__card-top h4 {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -1.4px;
	text-transform: capitalize;
}

.tool__card .tool__card-top .icon {
	background: #010101;
	width: 100px;
	height: 100px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tool__card .tool__card-top .icon svg {
	width: 70%;
	height: 70%;
}

.tool__card .tool__card-list {
	margin-bottom: 0;
	padding-left: 26px !important;
	opacity: 0.74;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: -0.24px;
}

.tool__subCards .tool__card .tool__card-list {
	font-size: 20px;
	line-height: 34px;
	letter-spacing: -0.22px;
	position: relative;
	top: -20px;
}

.tool__card .tool__card-list li {
	position: relative;
}

.tool__card .tool__card-list li::before {
	content: "";
	position: absolute;
	left: -18px;
	top: 13px;
	width: 8px;
	height: 8px;
	background: var(--green);
}

@media (min-width:1400px) and (max-width:1600px) {
	.ecosystem-section .col-xl-7, .ecosystem-section .col-xl-5 {
		width: 50%;
	}

}

@media (min-width:1400px) {
	.pillar-section .customCol {
		width: 20%;
		flex: 0 0 20%;
	}

	.tools-section .section-top .section-title, .ecosystem-section .section-top .section-title {
		margin-bottom: 0;
	}

}

@media (max-width:1400px) {
	.tool__card {
		padding: 30px 20px;
	}

	.tool__card .tool__card-top .icon {
		width: 80px;
		height: 80px;
	}

	.tool__card .tool__card-top h4 {
		font-size: 40px !important;
	}

	.tool__card .tool__card-list li {
		font-size: 22px !important;
		line-height: 34px !important;
	}

	.developers .section-top .btn-group, .developers .txthold .btn-group {
		flex-wrap: wrap;
		justify-content: center;
	}

	.developers .section-top .btn-group .custom-btn, .developers .txthold .btn-group .custom-btn {
		font-size: 16px !important;
	}

	.event__cards br {
		display: none;
	}

	.developers .vd-holder {
		width: 1050px;
	}
}

@media (max-width:1180px) {
	.developers .developers-hero-section .customCol {
		width: 100%;
		text-align: center;
	}

	.developers .vd-holder {
		position: relative;
		top: 0;
		right: auto;
		left: 50%;
		transform: translate(-50%, 0%);
		width: 900px;
	}

	.pillar-section .pillar__card {
		height: 250px;
	}

	.pillar-section .pillar__card .wrap {
		padding: 16px 20px 20px;
	}

	.pillar-section .pillar__card .num {
		font-size: 50px;
	}

	.pillar-section .pillar__card .title {
		font-size: 40px;
	}

	.benefit__cards .benefit__card {
		padding: 30px;
	}

	.event__card .event__card-name {
		font-size: 24px;
		line-height: 25px;
	}

	.tool__card .tool__card-top h4 {
		font-size: 32px !important;
	}

	.tool__subCards .tool__card .tool__card-list {
		top: 0;
	}

	.tool__card .tool__card-list li::before {
		width: 6px;
		height: 6px;
		top: 14px;
	}

	.tool__subCards .tool__card .tool__card-top {
		margin-bottom: 10px !important;
	}

}

@media (max-width:1024px) {
	.developers .section-top .btn-group .custom-btn, .developers .txthold .btn-group .custom-btn {
		font-size: 14px !important;
	}

	.developers .ecosystem-section .btn-group {
		width: 100%;
		justify-content: center;
	}

	.developers .section-top .btn-group, .developers .txthold .btn-group {
		margin-top: 30px;
	}

	.developers .info {
		font-size: 18px !important;
		line-height: 20px !important;
	}

	.pillar-section .pillar__card {
		height: 230px;
	}

	.pillar-section .pillar__card .num {
		font-size: 42px;
	}

	.pillar-section .pillar__card .title {
		font-size: 32px;
	}

	.benefit__card h3 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.benefit__card ul {
		font-size: 18px;
	}

	.event__cards .event__card {
		padding: 30px;
	}

	.event__card .event__card-date {
		font-size: 14px;
	}

	.event__cards {
		margin-top: 80px !important;
	}

	.event__cards .events {
		font-size: 40px;
		margin-bottom: 30px;
	}

	.event__card .event__card-name {
		min-height: auto;
	}

	.tool__cards {
		margin-top: 50px;
	}

	.tool__card {
		padding: 20px 15px;
	}

	.tool__card .tool__card-top {
		margin-bottom: 0px !important;
	}

	.tool__card .tool__card-top h4 {
		font-size: 32px !important;
	}

	.tool__card .tool__card-list li {
		font-size: 18px !important;
	}

	.tool__card-gaming::before {
		left: 20px;
	}

	.developers .custom-btn.link.top, .developers .custom-btn.top {
		padding: 16px;
		font-size: 20px;
	}

	.developers .brands-branches, .ecosystem-section, .benefit-section, .pillar-section, .tools-section, .developers .eco-partners {
		padding: 50px 0 !important;
	}

	.developers .brands-branches {
		padding-bottom: 100px !important;
	}

	.benefit-section {
		margin: 40px 0;
	}

}

@media (max-width:1024px) and (orientation:landscape) {
	.pillar-section .customCol {
		width: 25%;
		flex: 0 0 25%;
	}

}

@media (max-width:990px) {
	.event__cards .event_details .col-md-6 {
		width: 50%;
	}

	.ecosystem-section .col-md-6 {
		width: 100%;
	}

	.developers .developers-hero-section .customCol {
		width: 100% !important;
	}

	.developers .sc-title, .developers .info, .developers .section-title {
		text-align: center;
	}

	.developers .developers-hero-section .customCol {
		width: 100%;
		text-align: center;
	}

	.developers .custom-btn.link.top, .developers .custom-btn.top {
		padding: 16px !important;
		font-size: 16px;
	}

	.developers .info {
		font-size: 16px !important;
		line-height: 20px !important;
	}

	.developers .section-top .btn-group, .developers .txthold .btn-group {
		gap: 20px;
		font-size: 14px;
		align-items: center;
		width: 100%;
	}

	.developers .txthold {
		padding: 150px 0 50px;
	}

	.developers .section-title {
		font-size: 36px;
		line-height: 32px;
	}

	.developers .section-title .top-icon {
		font-size: 54px;
	}

	.pillar-section .customCol {
		width: 33.33%;
		flex: 0 0 33.33%;
	}

	.pillar-section .pillar__card .num {
		width: 50px;
		font-size: 32px;
	}

	.benefit-section, .benefit-section::before {
		border-radius: 24px;
	}

	.pillar-section .pillar__cards {
		margin-top: 80px;
	}

	.benefit__cards .benefit__card {
		padding: 20px;
	}

	.benefit__card h3 {
		font-size: 24px;
	}

	.benefit__card ul {
		font-size: 16px;
	}

	.event__cards {
		margin-top: 50px !important;
	}

	.event__cards .events {
		margin-bottom: 20px;
	}

	.event__card .event__card-date {
		font-size: 14px;
		padding: 8px 10px;
	}

	.tool__card .tool__card-list li::before {
		top: 12px;
		width: 6px;
		height: 6px;
	}

	.tool__card .tool__card-list li, .tool__subCards .tool__card .tool__card-list {
		font-size: 18px !important;
	}

	.pillar-section .pillar__card {
		height: auto;
	}

	.pillar-section .pillar__card .wrap {
		flex-direction: row;
		align-items: center;
	}

	.pillar-section .pillar__card .title {
		width: 120px;
		font-size: 26px;
	}

	.event__card .event__card-name {
		font-size: 22px;
		line-height: 23px;
	}

}

@media (max-width:767px) and (orientation:portrait) {
	.event__cards .event_details .col-md-6 {
		width: 100%;
	}

	.developers .section-top .btn-group, .developers .txthold .btn-group {
		flex-direction: column;
	}

	.pillar-section .customCol {
		width: 100%;
		flex: 0 0 100%;
	}

}

/* HOME PAGE = BRANCH STRUCTURE */
.brands-branches {
	position: relative;
	padding: 50px 0 200px !important;
	transform: translate3d(0, 0, 0);
}

.brands-branches .row {
	position: relative;
}

.brands-branches .eco-listing {
	flex-direction: column;
	text-align: left;
	border: none;
	gap: 12px;
	height: 100%;
}

.eco-listing .nav-link {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 18px !important;
	padding: 26px 30px !important;
	color: var(--white);
	max-width: 434px;
	border: 1.5px solid rgba(246, 246, 246, 0.12) !important;
	background: #040404 !important;
	transition: 0.5s;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.6px;
}

.eco-listing .nav-link.disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.brands-branches #load-button {
	min-width: 158px;
	text-transform: capitalize;
}

.eco-listing .nav-link .arrow-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

.eco-listing .nav-link.active, .eco-listing .nav-link:hover {
	color: rgba(80, 253, 219, 1) !important;
	border-color: #03d9af !important;
	background: rgba(3, 217, 175, 0.16) !important;
}

.eco-listing .nav-link.active svg path, .eco-listing .nav-link:hover svg path {
	fill: #50bfa4;
}

.branch-nav-content .column {
	padding: 0 7.5px !important;
	margin-bottom: 15px;
	max-width: 20%;
}

.branch-nav-content .brandContentContainer .column {
	display: none;
}

.branch-nav-content .brand-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 32px;
	padding: 20px 15px;
	border: 1.5px solid rgba(246, 246, 246, 0.1);
	background: #171717;
	backdrop-filter: blur(10px);
	min-height: 200px;
	transition: 0.5s ease-in-out;
	overflow: hidden;
	text-align: center;
	height: 100%;
}

.branch-nav-content .brand-card::after {
	content: "";
	position: absolute;
	top: 40%;
	left: 30%;
	width: 277px;
	height: 277px;
	border-radius: 384px;
	background: transparent;
	transition: 0.5s linear;
	filter: blur(110px);
	-webkit-filter: blur(110px);
	z-index: -1;
}

.branch-nav-content .brand-card:hover::after {
	opacity: 0.2;
	background: var(--green);
}

.branch-nav-content .brand-card:hover {
	border: 2px solid #03d9af;
	background: #0e0e0e;
	backdrop-filter: blur(10px);
}

.branch-nav-content .brand-card .wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
}

.branch-nav-content .brand-card .brand-card__title {
	color: var(--white);
	font: 500 16px/20px "Brockmann";
	letter-spacing: -0.66px;
	text-transform: capitalize;
}

.branch-nav-content .brand-card .brand-card__img {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 150px;
	height: 100px;
	margin-bottom: 30px;
}

.branch-nav-content .brand-card .brand-card__img img {
	max-width: 100%;
	max-height: 100%;
}

.branch-nav-content .brand-card .brand-card__img.full-logo.lg {
	height: 60px;
}

.branch-nav-content .brand-card .brand-card__img.full-logo {
	height: 80px;
}

.brands-branches .top-section {
	margin-bottom: 5rem;
}

.brands-branches .section-detail {
	max-width: 100%;
	font-size: 24px;
	margin: 0;
}

@media (max-width:1450px) {
	.branch-nav-content .brand-card {
		min-height: 175px !important;
	}

}

@media (max-width:1180px) {
	.branch-nav-content .brand-card {
		min-height: 130px !important;
	}

	.branch-nav-content .brand-card .brand-card__img {
		height: 50px;
		margin-bottom: 15px;
	}

	.branch-nav-content .brand-card .brand-card__img.full-logo {
		height: 45px;
	}

}

@media (max-width:1024px) {
	.brands-branches .col-md-5, .brands-branches .col-md-7 {
		width: 100%;
	}

	.brands-branches .eco-listing {
		overflow-y: scroll;
		overflow-x: none;
		flex-direction: row;
		flex-wrap: nowrap;
	}

	.brands-branches .eco-listing .nav-link {
		margin-bottom: 1rem;
		min-width: fit-content;
		padding: 15px 20px !important;
		gap: 0px;
		font-size: 18px;
	}

	.branch-nav-content {
		margin-top: 1rem;
	}

	.brands-branches .top-section {
		text-align: center;
	}

	.brands-branches .section-title {
		margin-bottom: 30px !important;
	}

	.brands-branches .section-detail {
		font-size: 18px;
	}

}

@media (max-width:767px) {
	.brands-branches .eco-listing .nav-link {
		font-size: 16px;
		padding: 10px 20px !important;
	}

	.branch-nav-content .column {
		max-width: 33.33%;
		margin-bottom: 10px;
		padding: 0 5px !important;
	}

	.branch-nav-content .brand-card {
		min-height: 120px !important;
		padding: 15px 10px;
	}

	.branch-nav-content .brand-card .brand-card__title {
		font-size: 12px;
	}

}

/* SUB PAGES */
.sub-pages {
	position: relative;
	overflow: hidden;
	padding-bottom: 100px;
}

.sub-pages .main-section {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: rgba(0, 0, 0, 0.5);
}

.sub-pages .main-section .container {
	position: relative;
	min-height: 100vh;
	height: 100%;
}

.sub-pages .vdo-holder {
	position: absolute;
	top: 0;
	transform: translateY(40%);
	width: 100%;
	min-height: 100vh;
	z-index: 0;
}

.sub-pages .vdo-holder.top {
	transform: translateY(0);
}

.sub-pages .vdo-holder::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #010101 0%, rgba(9, 9, 9, 0) 30.4%, rgba(9, 9, 9, 0) 46.44%, rgba(9, 9, 9, 0) 83.09%, #010101 100%);
	z-index: 3;
}

.vdo-holder img, .vdo-holder video {
	position: relative;
	object-fit: cover;
	height: 100vh;
	width: 100%;
	z-index: 2;
}

.main-section .section-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 15px;
	text-align: center;
}

.sub-pages.relative-layout .main-section .section-content {
	position: relative;
	left: 0;
	transform: translateY(0);
	z-index: 2;
}

.sub-pages.relative-layout .main-section {
	padding-bottom: 50px !important;
}

.sub-pages.relative-layout .main-section p {
	margin-top: 24px !important;
}

.sub-pages.gaming .section-content .logo-title {
	max-width: 250px;
}

.section-content .secHeading.game {
	font-size: 130px;
}

.section-content .secHeading.ai {
	font-size: 80px;
	line-height: 80px;
}

.section-content .logo-title {
	display: block;
	max-width: 575px;
	margin: 0 auto 20px;
	font-family: "Metalune";
	color: var(--green);
	text-transform: uppercase;
}

.section-content .secHeading {
	color: var(--text);
	font-size: 100px;
	font-weight: 500;
	line-height: 85px;
	letter-spacing: -2px;
	text-transform: capitalize;
}

[lang="en"] .section-content .secHeading.text-border {
	font-family: "Brockmann" !important;
	text-transform: uppercase;
	font-weight: 700;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 2px var(--white);
}

[lang="en"] .section-content .secHeading.text-border.ai {
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 2px var(--green);
}

.brand-press p, .section-content p {
	color: var(--text);
	font-size: 26px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: -0.78px;
	max-width: 979px;
	margin: 62px auto 0;
}

.page-cards {
	position: relative;
	padding-bottom: 100px;
	margin-top: -15vh;
}

.page-cards .column {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.page-cards .info-card {
	position: relative;
	padding: 50px 32px;
	border-radius: 32px;
	border: 1.5px solid rgba(246, 246, 246, 0.1);
	background: url(https://cdn.vanarchain.com/vanarchain/noise-card.webp) rgba(11, 11, 11, 0.2);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	height: 100%;
	transition: 0.5s ease;
	cursor: pointer;
	overflow: hidden !important;
}

.page-cards .info-card h2, .page-cards .info-card h4 {
	position: relative;
	color: var(--text);
	font-size: 44px;
	font-weight: 500;
	line-height: 44.88px;
	letter-spacing: -1.32px;
	text-transform: capitalize;
	min-height: 165px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	transition: 0.5s ease;
}

.page-cards .info-card p {
	position: relative;
	color: rgba(246, 246, 246, 0.64);
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.6px;
	transition: 0.5s ease;
}

.page-cards .info-card h2::before, .page-cards .info-card h4::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 51px;
	height: 2px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.16);
}

.page-cards .info-card:hover h4::before {
	background: var(--white);
}

.sub-pages .top-txt {
	font: 500 54px/60px "Brockmann";
	color: var(--text);
	letter-spacing: -1.62px;
	text-transform: capitalize;
}

.sub-pages .section-vd {
	height: 1035px;
}

.sub-pages .section-vd video {
	object-fit: cover;
}

.sub-pages .section-txt p {
	font: 400 26px/36px "Brockmann";
	color: rgba(246, 246, 246, 0.5);
	letter-spacing: -0.78px;
	text-transform: capitalize;
}

.sub-pages.relative-layout .main-section {
	min-height: auto;
	padding: 180px 0 150px;
	background: transparent;
}

.sub-pages.relative-layout .main-section .container {
	min-height: auto;
}

.sub-pages.relative-layout .page-cards {
	margin-top: 0;
}

.partner-card {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(1, 1, 1, 0.5);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.partner-card img {
	width: 100%;
	height: 100%;
}

.sub-pages.relative-layout::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(168deg, rgba(1, 1, 1, 0) -34.17%, #010101 78.75%);
	z-index: -1;
}

.sub-pages.relative-layout {
	background: url(https://cdn.vanarchain.com/vanarchain/sub-page-bg.webp) no-repeat top center/cover;
	background-size: 100%;
	transform: translate3d(0, 0, 0);
}

.sub-pages.relative-layout.validators {

	/* background: url(https://cdn.vanarchain.com/vanarchain/validator-bg.webp) no-repeat;
		background-position: top;
		background-size: 100%; */
}

.partner_card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.partner_card, .team-card {
	position: relative;
	padding: 36px 28px;
	border-radius: 32px !important;
	border: 1.5px solid rgba(246, 246, 246, 0.1) !important;
	background: url(https://cdn.vanarchain.com/vanarchain/noise-card.webp), #0e0e0e no-repeat center/cover !important;
	height: 100%;
	transform: translate3d(0, 0, 0);
	z-index: 2;
}

.partner_card::after, .team-card::after {
	content: "";
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	height: 350px;
	border-radius: 384px;
	opacity: 0.2;
	background: var(--green);
	filter: blur(110px);
	z-index: -1;
}

.team-card .team-img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 134px;
	height: 134px;
	z-index: 1;
	border-radius: 50%;
	overflow: hidden;
}

.sub-pages.team .column:nth-child(3) .team-img {
	background: #d9d9d9;
}

.team-card .team-img img {
	object-fit: cover;
}

.team-card .team-info {
	position: relative;
	margin-top: 44px;
	z-index: 1;
}

.team-card .team-info .info {
	position: relative;
	margin-bottom: 13px;
	padding-bottom: 20px;
}

.team-card .team-info .info::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 61px;
	height: 1px;
	background: rgba(246, 246, 246, 0.2);
}

.team-card .team-info .info h4 {
	color: #efefef;
	font: 600 40px/32px "Brockmann";
	letter-spacing: -1.6px;
	text-transform: capitalize;
	margin-bottom: 16px;
}

.team-card .team-info .info p {
	color: var(--white);
	font: 400 22px / normal "Brockmann";
}

.team-card .team-info p {
	color: var(--white);
	font: 400 18px/31px "Brockmann";
}

.partner_card {
	padding: 73px 20px 46px 40px;
	overflow: hidden;
	height: 100%;
}

.partner_card .partner_tag {
	position: absolute;
	top: 0;
	right: 0;
	font: 500 16px / normal "Brockmann";
	padding: 20px 30px;
	color: var(--green);
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(3, 217, 175, 0.06);
	border-bottom-left-radius: 45px;
	min-width: 175px;
}

.partner_card .partner_img {
	width: 80%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.partner_card p {
	color: var(--white);
	font: 400 18px/28px "Brockmann";
	letter-spacing: -0.54px;
	margin-bottom: 40px !important;
	max-height: 270px;
	overflow-y: auto;
	margin-top: 0 !important;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.partner_card p::-webkit-scrollbar {
	width: 4px;
}

.partner_card p::-webkit-scrollbar-thumb {
	background: rgba(3, 217, 174, 0.1);
	border-radius: 8px;
	box-shadow: inset 2px 2px 2px rgba(3, 217, 174, 0.1), inset -2px -2px 2px rgba(3, 217, 174, 0.1);
}

.partner_card:hover p::-webkit-scrollbar-thumb {
	background: rgba(3, 217, 174, 1);
	border-radius: 8px;
	box-shadow: inset 2px 2px 2px rgba(3, 217, 174, 1), inset -2px -2px 2px rgba(3, 217, 174, 1);
	transition: 0.25s all;
}

.partner_card .external-links {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	font-family: "Brockmann";
}

.partner_card .shadow-link {
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: capitalize;
}

.partner_card .shadow-link .icon {
	margin-right: 8px;
}

.brand-press .info {
	font-size: 22px;
	line-height: normal;
}

@media (min-width:1200px) and (max-width:1600px) {
	.sub-pages.relative-layout.validators .column {
		width: 33.33%;
	}

}

@media (min-width:1051px) and (max-width:1600px) {
	.sub-pages.team .page-cards .column {
		width: 33.33% !important;
	}

}

@media (min-width:992px) and (max-width:1050px) {
	.sub-pages.team .page-cards .column {
		width: 50% !important;
	}

}

@media (min-width:320px) and (max-width:767px) {
	.team-card .team-info .info {
		margin-bottom: 16px;
	}

	.team-card .team-info .info h4 {
		font-size: 30px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.team-card .team-info .info p {
		font-size: 20px;
	}

	.team-card .team-info p {
		font-size: 16px;
		line-height: 30px;
	}

	.content-page ul {
		padding-left: 20px;
	}

	.content-page li::before {
		width: 6px;
		height: 6px;
		top: 10px;
	}

	.content-page .note .icon {
		width: 20px;
		height: 20px;
		margin-right: 4px;
		top: 0px;
	}

	.sub-pages.grant-program .top-left.center-shade, .sub-pages.partners .top-left.center-shade {
		width: 100%;
		height: 60%;
	}

	.sub-pages .vdo-holder {
		top: 15%;
		transform: translateY(-50%);
		min-height: auto;
	}

	.sub-pages .vdo-holder.top {
		top: 0;
	}

	.sub-pages.gaming .section-content .logo-title {
		max-width: 150px;
	}

	.section-content .logo-title {
		font-size: 54px;
		max-width: 80%;
	}

	.section-content .secHeading {
		font-size: 36px;
		line-height: 32px;
	}

	.section-content .secHeading.game {
		font-size: 65px;
		line-height: 45px;
	}

	.section-content .secHeading.ai {
		font-size: 50px;
		line-height: 54px;
	}

	.section-content p {
		font-size: 16px;
		line-height: 22px;
	}

	.brand-press .info, .brand-press p {
		font-size: 14px;
		line-height: 20px;
		margin-top: 30px;
	}

	.page-cards {
		margin-top: -18vh;
	}

	.page-cards .info-card {
		padding: 30px 18px;
		text-align: center;
	}

	.page-cards .info-card h2, .page-cards .info-card h4 {
		font-size: 32px;
		line-height: 32px;
		min-height: auto;
		margin-left: 20px;
		margin-right: 20px;
		padding-bottom: 30px;
	}

	.page-cards .info-card p {
		font-size: 18px;
		line-height: 28px;
	}

	.page-cards .info-card h2::before, .page-cards .info-card h4::before {
		left: 50%;
		transform: translateX(-50%);
	}

	.sub-pages .top-txt {
		font-size: 22px;
		line-height: 30px;
		font-weight: 400;
	}

	.sub-pages .section-vd {
		height: auto;
	}

	.sub-pages .section-txt p {
		font-size: 20px;
		line-height: 30px;
	}

	.partner_card {
		padding: 60px 30px 35px;
	}

	.partner_card .partner_tag {
		font-size: 14px;
	}

	.partner_card .partner_img {
		margin-bottom: 20px;
	}

	.partner_card p {
		font-size: 16px !important;
		line-height: 28px;
		margin-bottom: 30px !important;
	}

}

@media (max-width:990px) {
	.partner_card p {
		max-height: none;
		padding-right: 0;
	}

	.sub-pages.relative-layout .main-section {
		padding-top: 150px;
	}

}

@media (min-width:768px) and (max-width:1080px) {
	.team-card {
		padding: 28px 24px;
	}

	.partner_card {
		padding: 60px 30px 35px;
	}

	.partner_card p {
		font-size: 16px !important;
	}

}

@media (min-width:990px) and (max-width:1400px) {
	.sub-pages.partners .column {
		flex: 0 0 auto;
		width: 33.33%;
	}

}

.content-page {
	padding: 150px 0;
}

.content-page .container {
	max-width: 1360px !important;
	padding: 0 15px;
}

.content-page h1 {
	color: var(--text);
	font: 700 56px/100px "Brockmann";
	letter-spacing: -0.03em;
	text-transform: capitalize;
}

.content-page h3 {
	color: var(--text);
	font: 700 18px/24px "Brockmann";
}

.content-page h4 {
	color: var(--text);
	font-size: 700 18px/24px "Brockmann";
}

.content-page h5 {
	color: var(--text);
	font: 700 18px/24px "Brockmann";
	margin-block-start: 1.67em;
	margin-block-end: 1.67em;
}

.content-page .m-16 {
	margin: 16px 0 0 0;
	display: block;
}

.content-page ol.pl-0 {
	padding-left: 0 !important;
}

.content-page ol.circle li {
	list-style: disc;
}

.content-page a, .content-page p, .content-page li {
	color: #c5c5c5;
	font: 400 18px/24px "Brockmann";
}

.content-page .light {
	color: var(--white);
}

.content-page .table-responsive {
	border-radius: 32px;
	border: 1.5px solid rgba(246, 246, 246, 0.08) !important;
	margin: 40px 0;
}

.content-page .table {
	margin: 0;
	color: var(--text);
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.03em;
	text-transform: capitalize;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

.content-page .table tr {
	vertical-align: top;
}

.content-page .table thead {
	border-bottom: 1.5px solid rgba(246, 246, 246, 0.08) !important;
}

.content-page .table th {
	color: var(--text);
	border: none;
	width: 33.33%;
	min-width: 275px;
}

.content-page .table th:not(:last-child), .content-page .table td:not(:last-child) {
	border-right: 1.5px solid rgba(246, 246, 246, 0.08);
}

.content-page .table td {
	color: var(--text);
	border: none;
}

.content-page .table th, .content-page .table td {
	padding: 30px;
	background: #0b0b0b;
}

.content-page .table th:first-child {
	border-top-left-radius: 32px;
}

.content-page .table th:last-child {
	border-top-right-radius: 32px;
}

.content-page .table tr:last-child td:first-child {
	border-bottom-left-radius: 32px;
}

.content-page .table tr:last-child td:last-child {
	border-bottom-right-radius: 32px;
}

.content-page .table tr:not(:last-child) {
	border-bottom: 1.5px solid rgba(246, 246, 246, 0.08);
}

@media (min-width:1600px) {
	.content-page .inner-container {
		margin-left: 8vw;
		margin-right: 8vw;
	}

}

@media (max-width:1024px) {
	.content-page h1 {
		font-size: 40px;
		line-height: 42px;
		margin-bottom: 20px;
	}

	.content-page a, .content-page p, .content-page li {
		font-size: 14px;
		line-height: 22px;
	}

	.content-page .table {
		font-size: 16px;
		line-height: 20px;
	}

	.content-page .table th, .content-page .table td {
		padding: 15px;
	}

	.content-page .table td {
		font-size: 16px;
	}

	.content-page .table th:first-child {
		border-top-left-radius: 20px;
	}

	.content-page .table th:last-child {
		border-top-right-radius: 20px;
	}

	.content-page .table td:first-child {
		border-bottom-left-radius: 20px;
	}

	.content-page .table td:last-child {
		border-bottom-right-radius: 20px;
	}

	.content-page .table-responsive {
		border-radius: 20px;
		margin: 20px 0;
	}

}

@media (max-width:990px) and (orientation:landscape) {
	.page-cards {
		margin-top: 0;
	}

}

@media (max-width:990px) {
	.content-page h1 {
		font-size: 32px;
	}

	.sub-pages.grant-program .top-left.center-shade, .sub-pages.partners .top-left.center-shade {
		width: 60%;
		height: 70%;
	}

	.page-cards .info-card {
		text-align: center;
	}

	.page-cards .info-card h2::before, .page-cards .info-card h4::before {
		left: 50%;
		transform: translateX(-50%);
	}

}

@media (min-width:768px) and (max-width:1024px) {
	.sub-pages .vdo-holder {
		top: 30%;
		transform: translateY(-50%);
		min-height: auto;
	}

	.sub-pages .vdo-holder.top {
		top: 0;
	}

	.section-content .logo-title {
		max-width: 400px;
	}

	.section-content .secHeading {
		font-size: 75px;
		line-height: 75px;
	}

	.brand-press .info, .brand-press p, .section-content p {
		font-size: 20px;
		line-height: 24px;
		margin-top: 35px;
	}

	.page-cards .info-card {
		padding: 30px 20px;
	}

	.page-cards .info-card h2, .page-cards .info-card h4 {
		font-size: 32px;
		line-height: 32px;
		min-height: 85px;
		padding-bottom: 20px;
	}

	.sub-pages .top-txt {
		font-size: 35px;
		line-height: 35px;
	}

	.sub-pages .section-vd {
		height: auto;
	}

}

/* NEWS PAGE */
.news-content .container {
	max-width: 1040px !important;
}

.news-cards {
	position: relative;
}

.news-content .question {
	font-weight: 600;
	color: var(--white);
}

.news .news-cards__container {
	position: relative;
	border-radius: 24px;
	border: 2px solid rgba(246, 246, 246, 0.1);
	background: #0e0e0e;
	padding: 40px 30px;
	overflow: hidden;
	z-index: 0;
}

.news .news-cards__container a {
	display: block;
	height: 100%;
}

.news .news-cards .column {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.news .news-cards__container.new {
	padding: 8px;
	border-radius: 18px;
	height: 100%;
}

.pressPage .news-cards__container.new {
	border-radius: 12px;
}

.news .news-cards__container::after, .news .news-cards__container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.news .news-cards__container::before {
	width: 100%;
	height: 40%;
	border-radius: 1620px;
	opacity: 0.3;
	background: #03d9af;
	filter: blur(110px);
}

.news .news-cards__container::after {
	width: 100%;
	height: 100%;
	background: url(https://cdn.vanarchain.com/vanarchain/noise-card.webp) no-repeat center/cover;
	transform: translate3d(0, 0, 0);
}

.news .news-cards__container.new::before {
	top: auto;
	bottom: 0;
}

.news .news-cards__container.new .inner__content {
	height: calc(100% - 365px);
	padding: 0 12px 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.pressPage .news-cards__container.new .inner__content {
	height: calc(100% - 310px);
}

.news .news-cards__container .newsImg {
	height: 275px;
	border-radius: 18px;
	overflow: hidden;
	margin-bottom: 35px;
}

.pressPage .news-cards__container .newsImg {
	border-radius: 12px;
}

.news .news-cards__container .newsImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.news .news-cards__container .top {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 25px;
}

.news .news-cards__container .headline {
	color: var(--text);
	font: 600 32px/36px "Brockmann";
	letter-spacing: -0.92px;
	text-transform: capitalize;
	margin-bottom: 30px;
	transition: 0.25s all;
}

.news .news-cards__container .headline {
	font-size: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news .news-cards__container .date {
	color: rgba(246, 246, 246, 0.5);
	font: 400 16px/20px "Brockmann";
	letter-spacing: -0.16px;
}

.news .news-cards__container .top p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .news-cards__container .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.news .news-cards__container p {
	font: 400 20px/22px "Brockmann";
	color: #c5c5c5;     /* width: calc(100% - 50px); */
}

.news .news-cards__container .sub-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
}

.news .outerNews .news-cards__container .sub-link {
	width: 32px;
	height: 32px;
}

.news .news-cards__container .sub-link svg {
	transition: 0.25s all;
	width: 100%;
	height: 100%;
}

.news .news-cards__container .sub-link:hover svg path {
	stroke: var(--green);
}

.pressPage .news-cards__container .sub-link {
	width: 32px;
	height: 32px;
	padding: 4px;
}

.pressPage .news-cards__container:hover .sub-link svg path {
	fill: var(--green);
	stroke: none !important;
}

.news-content .title {
	color: var(--text);
	font: 600 48px/58px "Brockmann";
	letter-spacing: -1.68px;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.news-content .news-top-heading .links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	cursor: pointer;
	margin-bottom: 50px;
}

.news-content .date {
	margin-bottom: 30px;
	color: rgba(246, 246, 246, 0.5);
	font: 500 18px/24px "Brockmann";
	letter-spacing: -0.18px;
}

.news-content .owner {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
}

.news-content .owner .icon {
	width: 46px;
	height: 46px;
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: rgba(246, 246, 246, 0.04) 0px 0px 0px 0px, rgba(246, 246, 246, 0.34) 0px 1.5px 0px inset;
	background: rgba(246, 246, 246, 0.04);
	margin-right: 10px;
	padding: 5px;
}

.news-content .owner .icon img {
	max-width: 90%;
	max-height: 90%;
}

.shadow-link, .news-content .news-top-heading .link a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	box-shadow: rgba(246, 246, 246, 0.04) 0px 0px 0px 0px, rgba(246, 246, 246, 0.34) 0px 1.5px 0px inset;
	background: rgba(246, 246, 246, 0.04);
	padding: 10px 20px;
	transition: 0.25s all;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}

.news-content .news-top-heading .link a {
	min-width: 123px;
}

.shadow-link .icon, .news-content .news-top-heading .link a .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 22px;
	max-height: 22px;
}

.news-content .news-top-heading .link a .icon {
	margin-right: 8px;
}

.news-content .news-top-heading .link:last-child .icon {
	position: relative;
	top: -2px;
}

.news-content .news-img {
	width: 100%;
	margin-bottom: 60px;
}

.news-content .news-img img {
	width: 100%;
	border-radius: 24px;
}

.news-content .news-body a {
	word-wrap: break-word;
}

.news-content .news-body li a {
	display: block;
}

.news-content .news-body .hightlight-white {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.news-content .news-body h4, .news-content .news-body h2 {
	font-size: 32px;
	line-height: 30px;
	margin-top: 4rem;
	margin-bottom: 2rem;
}

.news-content .news-body h3 {
	margin-block-start: 1.67em;
	margin-block-end: 1.67em;
}

ul.custom-square {
	padding-left: 24px !important;
}

ul.custom-square li {
	position: relative;
}

.news-content ul.custom-square {
	padding-left: 20px;
	margin-left: 10px;
}

.news-content ul.custom-square li::before {
	left: -20px;
	top: 9px;
	width: 8px;
	height: 8px;
}

.news-content ul.custom-square a {
	display: inline-block !important;
}

ul.custom-square li::before {
	content: "";
	position: absolute;
	top: 4px;
	left: -24px;
	width: 10px;
	height: 10px;
	background: var(--green);
}

.news-content .outer-links {
	display: flex;
	align-items: center;
	margin-top: 1.5rem;
}

.news-content .outer-links li:not(:last-child) {
	position: relative;
	padding-right: 18px;
	margin-right: 18px;
}

.news-content .outer-links li:nth-child(1):after, .news-content .outer-links li:nth-child(2):after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: var(--text);
	opacity: 0.24;
}

.news-content .outer-links .arrow {
	max-width: 15px;
	margin-left: 8px;
}

.info-card .hover-effect {
	display: none;
}

.news .news-cards__container:hover .headline {
	color: var(--green);
}

.news .news-cards__container:hover .sub-link svg path {
	stroke: var(--green);
}

@media (max-width:1250px) {
	.news .news-cards__container .newsImg {
		margin-bottom: 20px;
	}

	.news .news-cards__container.new .inner__content {
		height: calc(100% - 270px);
		padding: 0 8px 8px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.pressPage .news-cards__container.new .inner__content {
		height: calc(100% - 290px);
	}

}

@media (max-width:1024px) {
	.news-content ul.custom-square {
		padding-left: 15px !important;
		margin-left: 5px;
	}

	.news-content ul.custom-square li::before {
		top: 6px;
		left: -15px;
	}

	.news-content .title {
		font-size: 38px;
		line-height: 48px;
	}

	.news-content .news-body h4, .news-content .news-body h2 {
		font-size: 22px;
		margin-top: 2rem;
	}

	.news-content .news-img {
		margin-bottom: 40px;
	}

	.news .news-cards__container {
		padding: 20px;
	}

	.news-cards {
		min-height: 300px;
	}

	.news .news-cards__container .top {
		margin-bottom: 20px;
	}

	.news .news-cards__container.new .headline {
		font-size: 24px;
		line-height: 28px;
	}

	.news .news-cards__container .date {
		font-size: 14px;
		line-height: 16px;
	}

	.news .news-cards__container p {
		font-size: 16px;
		line-height: 20px;
	}

	.news .news-cards__container .sub-link {
		width: 40px;
		height: 40px;
	}

	.news .news-cards .column {
		margin-bottom: 15px;
		padding-left: 7.5px;
		padding-right: 7.5px;
	}

}

@media (max-width:767px) {
	.news-content .news-body .hightlight-white {
		font-size: 16px;
	}

	.news-content .title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 15px;
	}

	.news-content .date {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.news-content .news-top-heading .links {
		margin-bottom: 30px;
	}

	.news-content .owner .icon {
		width: 35px;
		height: 35px;
	}

	.news-content .news-top-heading .links {
		flex-wrap: wrap;
		gap: 8px;
	}

	.shadow-link .icon, .news-content .news-top-heading .link a .icon {
		width: 20px;
		height: 20px;
	}

	.shadow-link, .news-content .news-top-heading .link a {
		padding-left: 16px;
		padding-right: 16px;
		font-size: 13px;
		min-width: auto;
	}

	.news-content .news-img img {
		border-radius: 12px;
	}

	.news-content .news-body h4, .news-content .news-body h2 {
		font-size: 22px;
		line-height: 26px;
	}

	ul.custom-square li::before {
		top: 8px;
		width: 6px;
		height: 6px;
	}

	.news-content .outer-links li:not(:last-child) {
		padding-right: 10px;
		margin-right: 10px;
	}

	.news-content .outer-links .arrow {
		margin-left: 5px;
	}

	.news-content .news-img {
		margin-bottom: 25px;
	}

	.news .news-cards__container .newsImg {
		height: 225px;
	}

	.news .news-cards__container.new .inner__content {
		height: calc(100% - 245px);
	}

}

@media (max-width:375px) {
	.news-content .outer-links {
		flex-direction: column;
		align-items: flex-start;
	}

	.news-content .outer-links li::after {
		display: none;
	}

}

@media (min-width:990px) {
	.page-cards .info-card:hover {
		border-color: var(--green);
		background: linear-gradient(180deg, #03d9af 0%, #009376 100%), url(https://cdn.vanarchain.com/vanarchain/noise-card.webp) no-repeat;
	}

	.page-cards .info-card:hover h4 {
		color: #04070e;
	}

	.page-cards .info-card:hover p {
		color: #04070e;
	}

	.page-cards .info-card:hover p::before {
		background: var(--white);
	}

	.sub-pages .section-txt p {
		margin-bottom: 3rem;
	}

	.info-card .hover-effect {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 45%;
		height: 45%;
		background: rgba(255, 255, 255, 0.1);
	}

	.info-card .hover-effect::before, .info-card .hover-effect::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		transition: 0.45s all;
	}

	.info-card .hover-effect::before {
		width: calc(100% + 120px);
		height: calc(100% + 120px);
		background: rgba(255, 255, 255, 0.06);
	}

	.info-card .hover-effect::after {
		width: calc(100% + 60px);
		height: calc(100% + 60px);
		background: rgba(255, 255, 255, 0.08);
	}

	.page-cards .info-card:hover .hover-effect {
		display: block;
	}

	.shadow-link:hover, .news-content .link a:hover {
		box-shadow: var(--green) 0px 0px 0px 1.5px, var(--green) 0px 0px 0px inset;
		background: var(--green);
		color: var(--black) !important;
	}

	.partner_card .shadow-link:hover svg path {
		stroke: var(--black);
	}

	.brand-press .shadow-link:hover svg path, .brand-press .shadow-link:hover svg rect, .news-content .link a:hover svg path {
		fill: var(--black);
	}

}

.sub-pages {
	z-index: 1;
}

/* BRAND & PRESS KIT */
.sub-pages.brand-press {
	background: transparent;
}

.sub-pages.brand-press .main-section {
	padding-bottom: 0 !important;
	background: url(https://cdn.vanarchain.com/vanarchain/brand-bg.webp) rgba(0, 0, 0, 0.4) no-repeat top center/100% 100%;
	transform: translate3d(0, 0, 0);
}

.sub-pages.brand-press .main-section::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(1, 1, 1, 0) 6.78%, #010101 94.48%);
}

.sub-pages.brand-press .brand-links {
	margin-top: 100px;
	padding-top: 80px;
	border-top: 1px solid rgba(246, 246, 246, 0.12);
}

.brand-press .brand-links .section-heading {
	color: var(--text);
	font: 600 64px/88px "Brockmann";
	letter-spacing: -1.92px;
	text-transform: capitalize;
	margin-bottom: 40px;
}

.brand-press .section-tag {
	color: var(--text);
	font: 500 24px / 21px "Brockmann";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	border-radius: 100px;
	background: rgba(246, 246, 246, 0.1);
	letter-spacing: -0.48px;
	text-transform: capitalize;
	margin-bottom: 40px;
}

.brand-press .row:not(:last-child) {
	border-bottom: 1px solid rgba(246, 246, 246, 0.12);
	padding-bottom: 60px;
	margin-bottom: 90px;
}

.brand-press .break-point:not(:last-child) {
	border-bottom: 1px solid rgba(246, 246, 246, 0.12);
	padding-bottom: 60px;
	margin-bottom: 90px;
}

.brand-press .logo-card {
	border-radius: 16px;
	border: 1.3px solid rgba(246, 246, 246, 0.12);
	background: rgba(16, 16, 16, 0.5);
	width: 100%;
	padding: 40px 28px;
	min-height: 205px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.brand-press .logo-card .logo_img {
	width: calc(100% - 200px);
	text-align: center;
	margin-right: 20px;
}

.brand-press .logo-card .name {
	font-size: 500 18px/31px "Brockmann";
	margin-bottom: 16px;
}

.brand-press .logo-card .btn-group {
	gap: 10px;
}

.brand-press .logo-card:not(:last-child) {
	margin-bottom: 24px;
}

.brand-press .custom-btn {
	height: 48px;
	padding: 10px 20px !important;
}

.brand-press .custom-btn:hover .icon {
	right: 0;
}

.brand-press .logoType {
	margin: 20px 0 40px;
}

.brand-press .spaceImgs {
	margin-top: 35px;
	height: 100%;
}

.brand-press .spaceImgs > div {
	margin-bottom: 50px;
	text-align: right;
}

.brand-press .spaceImgs .logoSpace img {
	width: 100%;
}

.brand-press .spaceImgs > div:last-child .logoSpace img {
	max-width: 90%;
}

.brand-press .shadow-link .icon {
	margin-left: 8px;
}

.brand-press .clr-card {
	position: relative;
	border-radius: 16px;
	border: 1.3px solid rgba(246, 246, 246, 0.12);
	background: var(--Brand-black, #101010);
	overflow: hidden;
}

.brand-press .clr-card .clr-bg {
	width: 100%;
	height: 273px;
	border-radius: 16px;
}

.brand-press .clr-card .clr-bg.gradient {
	background: var(--btn-gradient);
}

.brand-press .clr-card .clr-bg.aquaGreen {
	background: var(--green);
}

.brand-press .clr-card .clr-bg.brightCyan {
	background: #50fddb;
}

.brand-press .clr-card .clr-caption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 24px 19px;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
}

.brand-press .clr-card .clr-name {
	color: var(--green);
}

.brand-press .spaceImgs.logos > div {
	margin-bottom: 30px;
}

@media (max-width:767px) {
	.brand-press .spaceImgs.logos > div {
		margin-bottom: 20px;
	}

}

.brand-press .logo-sz-card {
	position: relative;
	border-radius: 16px;
	border: 1.3px solid rgba(246, 246, 246, 0.12);
	background: var(--Brand-black, #101010);
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.brand-press .logo-sz-card .logo-text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 20px 16px 15px;
	font-size: 18px;
	line-height: 32px;
	color: #c5c5c5;
	text-align: left;
}

.brand-press .logo-sz-card .logo-text > div {
	width: calc(100% - 40px);
}

@media (max-width:767px) {
	.brand-press .logo-sz-card .logo-text {
		font-size: 16px;
		line-height: 20px;
	}

}

.brand-press .logo-sz-card .logo-text .close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	background: #c90024;
}

.brand-press .logo-sz-card .image {
	background: var(--green);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 315px;
	border-radius: 16px;
	height: 100%;
}

.brand-press .logo-sz-card .image img {
	width: 100%;
}

.brand-press .pressEq {
	color: #c5c5c5;
	font-size: 18px;
	line-height: 22px;
}

.brand-press .pressEq li {
	margin-bottom: 16px;
}

.brand-press .pressEq li span {
	margin: 7.5px 0;
}

.brand-press .pressEq li a {
	color: var(--green) !important;
	text-decoration: underline !important;
}

.brand-press .pressEq li a:hover {
	text-decoration: none !important;
}

@media (max-width:1180px) {
	.section-heading {
		font-size: 45px !important;
		line-height: 50px !important;
	}

}

@media (max-width:767px) {
	.sub-pages.brand-press .brand-links {
		margin-top: 50px;
		padding-top: 40px;
	}

	.brand-press .brand-links .section-heading {
		font-size: 36px;
		line-height: 40px;
	}

	.brand-press .section-tag {
		font-size: 20px;
		padding: 10px 12px;
	}

	.brand-press .break-point:not(:last-child), .brand-press .row:not(:last-child) {
		padding-bottom: 30px;
		margin-bottom: 45px;
	}

	.brand-press .logo-card {
		flex-wrap: wrap;
	}

	.brand-press .logo-card .logo_img {
		width: 100%;
		margin-right: 0;
	}

	.brand-press .logo-card .logo_detail {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}

	.brand-press .clr-card .clr-caption {
		font-size: 14px;
		line-height: 20px;
	}

}

@media (max-width:1024px) {
	.brand-press .brand-links .section-heading {
		font-size: 40px;
		line-height: 44px;
		margin-bottom: 20px;
	}

	.brand-press .break-point:not(:last-child), .brand-press .row:not(:last-child) {
		padding-bottom: 40px;
		margin-bottom: 50px;
	}

	.brand-press .row:not(:last-child) .col-lg-7 {
		margin-top: 30px;
	}

	.brand-press .spaceImgs > div {
		text-align: center;
		margin-bottom: 20px;
	}

	.brand-press .spaceImgs > div:last-child img {
		max-width: 100%;
	}

}

@media (max-width:767px) {
	.brand-press .row .col-lg-7 {
		margin-top: 20px;
	}

}

.brand-press h4 {
	color: var(--white);
}

@media (min-width:990px) {
	.brand-press .pressEq .section-heading {
		position: relative;
		top: -18px;
	}

}

.sub-pages.vanry .main-section .row {
	min-height: 100vh;
	height: 100%;
}

.sub-pages.vanry .vdo-holder::before {
	background: linear-gradient(180deg, rgba(12, 3, 26, 0), rgba(12, 3, 26, 0.3) 48.54%, rgba(0, 0, 0, 0.9));
}

.sub-pages.vanry .vanryDetail {
	position: relative;
	padding-right: 2rem;
}

.sub-pages.vanry h1 {
	font-size: clamp(34px, 5vw, 56px);
	font-weight: 700;
	line-height: clamp(38px, 5vw, 56px);
	margin-bottom: 20px;
}

.sub-pages.vanry .caption {
	font-size: clamp(14px, 2vw, 18px);
	line-height: clamp(24px, 5vw, 28px);
}

.sub-pages.vanry .tvk-market {
	position: relative;
	display: flex;
	margin-top: 60px;
}

.sub-pages.vanry .tvk-market-price:first-child {
	margin-right: 20px;
}

.sub-pages.vanry .tvk-market-price {
	flex: 0 0 auto;
	width: 50%;
}

.sub-pages.vanry .tvk-market-price .tag {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 6px;
	color: #9a9a9a;
}

.sub-pages.vanry .tvk-market-price .market-rate strong {
	display: flex;
	align-items: center;
}

.sub-pages.vanry .tvk-market-price .market-rate {
	display: flex;
	align-items: center;
	color: var(--white);
	display: flex;
	font-family: "Quantico", sans-serif;
	font-size: 26px;
}

.sub-pages.vanry .tvk-market-price .rates {
	align-items: center;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 6px;
	transition: all 0.25s ease-in-out;
	margin-bottom: 0;
	margin-left: 20px;
}

.sub-pages.vanry .tvk-market-price .rates.up {
	color: var(--greenClr);
}

.sub-pages.vanry .tvk-market-price .rates.up svg path {
	fill: var(--greenClr);
}

.sub-pages.vanry .tvk-market-price .rates.down {
	color: var(--redClr);
}

.sub-pages.vanry .tvk-market-price .rates.down svg {
	transform: rotate(180deg);
}

.sub-pages.vanry .tvk-market-price .rates.down svg path {
	fill: var(--redClr);
}

.sub-pages.vanry .vanryImage {
	position: relative;
	right: -150px;
	top: -50px;
	max-width: 100%;
}

.vanry-card {
	position: relative;
	padding: 50px 40px;
	border-radius: 12px;
	border: 2px solid rgba(255, 255, 255, 0.1);
	background: url(https://cdn.vanarchain.com/vanarchain/noise-card.webp) rgba(11, 11, 11, 0.2);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	height: 100%;
	transition: 0.5s ease;
	cursor: pointer;
	overflow: hidden !important;
	min-height: 250px;
	cursor: text;
}

.vanry-card .wrap-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
}

.vanry-card .vanry-card_img {
	max-width: 184px;
	margin-bottom: 20px;
}

.vanry-card .accountAddress {
	align-items: center;
	background-color: hsla(0, 0%, 100%, 0.1);
	border-radius: 100px;
	color: #fff;
	display: flex;
	font-size: 14px;
	justify-content: center;
	margin-bottom: 0;
	padding: 10px 15px;
}

.vanry-card .accountAddress .address {
	min-width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: auto;
	margin-right: 5px;
}

.vanry-card .accountAddress .copyIcon {
	display: inline-block;
	margin-left: 4px;
	position: relative;
	cursor: pointer !important;
}

.vanry-card p {
	margin-top: 15px;
	font-size: 12px;
	color: #9a9a9a;
	max-width: 80%;
}

.vanry-card .vanry-card_links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.vanry-card .vanry-card_links .info-link {
	color: var(--black) !important;
	font-size: 12px;
	font-weight: 500;
	min-width: 85px;
	height: 32px;
	border-radius: 100px;
	background: var(--green);
	margin: 0 5px;
}

.vanry-card .vanry-card_links .info-link:hover {
	opacity: 0.9;
}

/* .vanry-card.vanry {
	border-color: var(--tvkClr);
} */

/* .vanry-card.binance {
	border-color: var(--binanceClr);
} */

.vanry-card.binance .vanry-card_links .info-link {
	background: var(--binanceClr);
}

/* .vanry-card.bybit {
	border-color: var(--bybitClr);
} */
.vanry-card.bybit .vanry-card_links .info-link {
	background: var(--bybitClr);
}

/* .vanry-card.uniswap {
	border-color: var(--uniSwapClr);
} */
.vanry-card.uniswap .vanry-card_links .info-link {
	background: var(--uniSwapClr);
}

/* .vanry-card.gateio {
	border-color: var(--gateClr);
} */
.vanry-card.gateio .vanry-card_links .info-link {
	background: var(--gateClr);
}

/* .vanry-card.kucoin {
	border-color: var(--kucoinClr);
} */
.vanry-card.kucoin .vanry-card_links .info-link {
	background: var(--kucoinClr);
}

/* .vanry-card.mexc {
	border-color: var(--mexcClr);
} */
.vanry-card.mexc .vanry-card_links .info-link {
	background: var(--mexcClr);
}

/* .vanry-card.paribu {
	border-color: var(--paribuClr);
} */
.vanry-card.paribu .vanry-card_links .info-link {
	background: var(--paribuClr);
}

/* .vanry-card.coinbase {
	border-color: var(--coinbaseClr);
} */
.vanry-card.coinbase .vanry-card_links .info-link {
	background: var(--coinbaseClr);
}

/* .vanry-card.kraken {
	border-color: var(--krakenClr);
} */
.vanry-card.kraken .vanry-card_links .info-link {
	background: var(--krakenClr);
}

/* .vanry-card.ascendEx {
	border-color: var(--ascendExClr);
} */
.vanry-card.ascendEx .vanry-card_links .info-link {
	background: var(--ascendExClr);
}

/* .vanry-card.crypto {
	border-color: var(--cryptoClr);
} */
.vanry-card.crypto .vanry-card_links .info-link {
	background: var(--cryptoClr);
}

@media (max-width:1600px) {
	.sub-pages .page-cards {
		margin-top: -8vh;
	}

}

@media (min-width:1180px) {
	.sub-pages.vanry .vanryDetail {
		padding-right: 0;
	}

	.sub-pages.vanry .tvk-market-price {
		width: 40%;
	}

	.sub-pages.venry .main-section {
		min-height: auto;
	}

}

@media (max-width:1209px) {
	.sub-pages.vanry .tvk-market-price .market-rate {
		font-size: 22px;
	}

}

@media (min-width:991px) and (max-width:1179px) {
	.sub-pages.vanry .main-section, .sub-pages.vanry .main-section .container, .sub-pages.vanry .main-section .row {
		min-height: 80vh;
	}

	.sub-pages.vanry .tvk-market-price .market-rate, .sub-pages.vanry .tvk-market {
		justify-content: flex-start !important;
	}

}

@media (max-width:1179px) {
	.sub-pages.vanry .vanryDetail {
		max-width: 90%;
		margin: 0 auto;
		padding-right: 0;
	}

	.vanry-card {
		padding: 30px 15px;
	}

	.vanry-card p {
		max-width: 100%;
	}

	.sub-pages.vanry .main-section .row {
		padding: 150px 0 50px;
	}

	.sub-pages.vanry .vanryDetail {
		max-width: 610px !important;
		margin: 0 auto;
	}

	.sub-pages.vanry .tvk-market-price .market-rate, .sub-pages.vanry .tvk-market {
		justify-content: center;
	}

	.sub-pages.vanry .page-cards {
		margin-top: 0;
	}

	.sub-pages.vanry .vanryImage {
		top: 0;
		right: -40px;
		margin-inline: auto;
	}

	.sub-pages.vanry .tvk-market-price .market-rate {
		font-size: 22px;
	}

	.sub-pages.vanry .tvk-market-price:first-child {
		margin-right: 0;
		margin-bottom: 15px;
	}

}

@media (min-width:768px) and (max-width:1024px) {
	.sub-pages.vanry .vanryImage {
		max-width: 90%;
	}

}

@media (max-width:1024px) and (orientation:landscape) {
	.sub-pages.vanry .tvk-market-price .market-rate, .sub-pages.vanry .tvk-market {
		justify-content: flex-start;
	}

	.sub-pages.vanry .main-section .row {
		text-align: left;
	}

}

@media (max-width:990px) {
	.sub-pages.vanry .main-section .row {
		text-align: center;
	}

	.sub-pages.vanry .tvk-market {
		margin-top: 20px;
		gap: 5px;
	}

	.sub-pages.vanry .vanryDetail {
		max-width: 100%;
	}

	.sub-pages.vanry .tvk-market-price:first-child {
		margin-bottom: 10px;
	}

	.sub-pages.vanry .tvk-market-price .tag {
		font-size: 12px;
	}

	.sub-pages.vanry .tvk-market-price .market-rate {
		font-size: 18px;
	}

	.sub-pages.vanry .tvk-market-price .rates {
		font-size: 12px;
	}

}

@media (max-width:480px) {
	.sub-pages.vanry .tvk-market {
		flex-wrap: wrap !important;
	}

	.sub-pages.vanry .tvk-market-price {
		width: auto !important;
	}

}

.content-page.news-content {
	padding-top: 180px;
}

@media (max-width:1366px) {
	.content-page.news-content {
		padding-top: 150px;
	}

}

.news-content .news-body h3 {
	margin-block-end: 0.67em;
}

.author-info {
	margin-bottom: 50px;
}

.author-info .outer-links {
	margin-top: 0px;
}

.author-info .outer-links li:after {
	display: none;
}

.partner_card .shadow-link.withIconImg:hover .icon img {
	filter: grayscale(100%);
	opacity: 0.75;
}

@media (min-width:1399px) and (max-width:1919px) {
	.site-counter .counter h3 {
		font-size: 90px;
		line-height: 90px;
		min-height: 90px;
	}

	.owl-carousel .owl-nav .owl-prev {
		margin-right: 20px;
	}

}

/* 
-------------------
USE-CASE & MASS ADOPTION ACCORDION SECTION UPDATE
------------------- 
*/
.usecase-tabs-section {
	position: relative;
	padding: 0 0 160px;
}

.usecase-tabs-section::before {
	background: linear-gradient(90deg, #9f01ff 21.42%, #fdcf8a 60.71%, #03d9af 100%);
	border-radius: 100%;
	content: "";
	filter: blur(100px);
	height: 360px;
	opacity: 0.3;
	position: absolute;
	left: -200px;
	top: -70px;
	transform: rotate(35deg);
	width: 50%;
}

.usecase-tabs-section .usecase-tabs {
	padding: 60px 100px;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 20px;
	border: 1.5px solid rgba(var(--text-rgba), 0.1);
}

[lang="ar"] .usecase-tabs-section .top-sc {
	padding-left: 6vw;
	padding-right: 0;
	direction: rtl;
}

.usecase-tabs-section .top-sc {
	padding-right: 6vw;
	margin-bottom: 48px;
}

.useCaseAccordion .accordion-item:not(:last-child) {
	margin-bottom: 35px;
}

.useCaseAccordion .accordion-item {
	background: transparent !important;
	color: var(--white) !important;
	border: none;
}

.useCaseAccordion .accordion-button {
	background: transparent;
	color: var(--white);
	border: none;
	box-shadow: none !important;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: -0.06rem;
	padding: 0 !important;
}

.useCaseAccordion .accordion-button:hover {
	color: var(--green);
}

.useCaseAccordion .usecaseImage {
	position: relative;
	max-width: 350px;
	max-height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	margin-inline: auto;
}

.useCaseAccordion .usecaseImage img {
	height: 100%;
}

[lang="ar"] .useCaseAccordion .accordion-button:not(.collapsed) {
	padding: 0 0 16px 20px !important;
}

.useCaseAccordion .accordion-button:not(.collapsed) {
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	background: linear-gradient(128deg, #50fddb 26.27%, #03d9af 67.57%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0 20px 16px 0 !important;
	color: var(--green);
}

.useCaseAccordion .accordion-item {
	position: relative;
}

[lang="ar"] .useCaseAccordion .accordion-body {
	padding: 0 0 0 20px !important;
}

.useCaseAccordion .accordion-body {
	padding: 0 20px 0 0 !important;
	color: rgba(var(--text-rgba), 0.7);
}

.useCaseAccordion .accordion-body p {
	margin-bottom: 0 !important;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -0.03rem;
}

.useCaseAccordion .usecaseSeperateImage .accordion-collapse::before {
	display: none;
}

.usecaseSeperateImage {
	display: none;
}

.usecaseSeperateImage .usecaseImage img {
	-webkit-animation: fadeInUpBig 0.75s both 0.25s;
	animation: fadeInUpBig 0.75s both 0.25s;
}

.useCaseAccordion .accordion-button::after {
	display: none;
}

.useCaseAccordion .accordion-button {
	display: flex;
	align-items: center;
	gap: 10px;
}

.useCaseAccordion .accordion-button:not(.collapsed) .down-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(180deg);
	transition: 0.25s all;
}

.useCaseAccordion .accordion-button:not(.collapsed) svg path {
	stroke: var(--green);
}

[lang="ar"] .accordion-item {
	direction: rtl;
}

@media (min-width:1050px) {
	[lang="ar"] .useCaseAccordion .usecaseImage {
		left: 1%;
	}

	.useCaseAccordion .usecaseImage {
		right: 1%;
	}

}

@media (min-width:1600px) {
	.useCaseAccordion .usecaseImage img {
		max-width: 90%;
	}

}

@media (min-width:1200px) {
	[lang="ar"] .usecase-tabs-section .usecase-tabs {
		direction: rtl;
	}

	.usecase-tabs-section .usecase-tabs {
		min-height: 650px;
	}

	.usecaseSeperateImage {
		display: block;
	}

	.useCaseAccordion .usecaseImage.mobileOnly {
		display: none;
	}

	[lang="ar"] .useCaseAccordion .usecaseImage {
		left: 7%;
	}

	.useCaseAccordion .usecaseImage {
		position: absolute;
		right: 7%;
		top: 50%;
		transform: translateY(-50%);
		height: 100%;
		max-width: 640px;
		margin-bottom: 0;
	}

	.useCaseAccordion .usecaseImage img {
		max-width: 80%;
		max-height: 698px;
		height: auto;
	}

	.useCaseAccordion .accordion-button {
		color: var(--white);
	}

}

@media (max-width:1600px) {
	.usecase-tabs-section .usecase-tabs {
		padding: 40px 50px;
	}

	.useCaseAccordion .accordion-item:not(:last-child) {
		margin-bottom: 30px;
	}

}

@media (max-width:1024px) {
	.usecase-tabs-section .top-sc {
		padding: 0 !important;
	}

	.usecase-tabs-section .usecase-tabs {
		padding: 30px 15px;
	}

	.useCaseAccordion .accordion-body p {
		font-size: 16px;
		line-height: 24px;
	}

	.useCaseAccordion .accordion-button {
		font-size: 18px;
	}

	.useCaseAccordion .accordion-button:not(.collapsed) {
		font-size: 22px;
	}

}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: scale(0.85);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}

}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: scale(0.85);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}

}
