/*
  Theme Name: Tokin - ICO & Crypto Landing Page Template
  Support: themeadapt@gmail.com
  Description: Tokin - ICO & Crypto Landing Page Template.
  Version: 1.0
*/

/* CSS Index
============================
01. Variable CSS
02. Header
03. Mobile Menu
04. OffCanvas
05. Banner
06. Breadcrumb
07. Contribution
08. Brand
09. Features
10. Chart
11. RoadMap
12. Team
13. Faq
14. Download
15. Document
16. Blog
17. Pagination
18. Contact
19. Footer
20. Preloader
============================
*/



/*=============================
	1. Google Fonts
===============================*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*=============================
	01. Variable CSS
===============================*/
:root {
    --tg-body-font-family: 'Outfit', sans-serif;
    --tg-heading-font-family: 'Plus Jakarta Sans', sans-serif;
    --tg-primary-color: #D6F966;
    --tg-secondary-color: #090B1B;
    --tg-body-font-color: #92939E;
    --tg-heading-font-color: #FFFFFF;
    --tg-paragraph-color: #92939E;
    --tg-gradient-color: linear-gradient(90deg, #39374a 0%, #1a1b24 50%, #60637a 100%);
    --tg-body-font-size: 16px;
    --tg-body-font-weight: 400;
    --tg-heading-font-weight: 600;
    --tg-body-line-height: 1.62;
    --tg-heading-line-height: 1.2;
    --tg-blue: #0d6efd;
    --tg-indigo: #6610f2;
    --tg-purple: #6f42c1;
    --tg-pink: #d63384;
    --tg-red: #dc3545;
    --tg-orange: #fd7e14;
    --tg-yellow: #ffc107;
    --tg-green: #093637;
    --tg-teal: #20c997;
    --tg-cyan: #0dcaf0;
    --tg-white: #ffffff;
    --tg-black: #010314;
    --tg-black-two: #222222;
    --tg-black-three: #191a1b;
    --tg-gray: #93B2C8;
    --facebook: #3b5998;
    --twitter: #00acee;
    --linkedin: #1976d2;
    --pinterest: #3b5998;
    --youtube: #c4302b;
    --skype: #00aff0;
}
:root {
    scroll-behavior: auto;
}
body {
	font-family: var(--tg-body-font-family);
	font-weight: var(--tg-body-font-weight);
	font-size: var(--tg-body-font-size);
	line-height: var(--tg-body-line-height);
	color: var(--tg-body-font-color);
	font-style: normal;
    background-color: var(--tg-black);
}
img,
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-decoration: none;
}
a:focus,
.btn:focus,
button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: var(--tg-primary-color);
	text-decoration: none;
}
a,
button {
	color: var(--tg-primary-color);
	outline: medium none;
	text-decoration: none;
}
.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--tg-heading-font-family);
	color: var(--tg-heading-font-color);
	margin-top: 0px;
	margin-bottom: .7rem;
	font-style: normal;
	line-height: var(--tg-heading-line-height);
	font-weight: var(--tg-heading-font-weight);
	text-transform: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1rem;
}
.list-wrap {
	margin: 0px;
	padding: 0px;
}
.list-wrap li {
	list-style: none
}
p {
	font-size: var(--tg-body-font-size);
	font-weight: var(--tg-body-font-weight);
	line-height: var(--tg-body-line-height);
	color: var(--tg-paragraph-color);
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid var(--tg-primary-color);
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: var(--tg-body-font-color);
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
}
*::-moz-selection {
	background: var(--tg-primary-color);
	color: var(--tg-black);
	text-shadow: none;
}
::-moz-selection {
	background: var(--tg-primary-color);
	color: var(--tg-black);
	text-shadow: none;
}
::selection {
	background: var(--tg-primary-color);
	color: var(--tg-black);
	text-shadow: none;
}
*::-moz-placeholder {
	color: var(--tg-body-font-color);
	font-size: var(--tg-body-font-size);
	opacity: 1;
}
*::placeholder {
	color: var(--tg-body-font-color);
	font-size: var(--tg-body-font-size);
	opacity: 1;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: var(--tg-secondary-color);
	border-radius: 10px;
}
::-webkit-scrollbar,
::-webkit-scrollbar {
	width: 8px;
	background-color: var(--tg-secondary-color);
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-image: linear-gradient(0deg, var(--tg-primary-color) 0%, var(--tg-black) 99.23%);
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: var(--tg-primary-color) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid var(--tg-primary-color);
}

/* Bootstrap 5 */
.container {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    --bs-gutter-x: 30px;
}
.row.g-0 {
	--bs-gutter-x: 0;
}
.gutter-y-30 {
  	--bs-gutter-y: 30px;
}

/*=============================
	1. Button style
===============================*/
.btn {
    user-select: none;
    -moz-user-select: none;
    background: var(--tg-white) none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    color: var(--tg-black);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.42px;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 45px;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.btn::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: var(--tg-primary-color);
    line-height: 1;
    margin-left: 40px;
    transition: all 0.3s ease 0s;
}
.btn:hover {
    background: var(--tg-secondary-color);
    color: var(--tg-white);
}
.btn:hover::after {
    color: var(--tg-white);
}
.btn.btn-two {
    background: var(--tg-secondary-color);
    color: var(--tg-white);
}
.btn.btn-two::after {
    color: var(--tg-white);
}
.btn.btn-two:hover {
    background: var(--tg-white);
    color: var(--tg-black);
}
.btn.btn-two:hover::after {
    color: var(--tg-primary-color);
}
.breadcrumb > .active {
	color: var(--tg-primary-color);
}

/* scrollUp */
.scroll-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    bottom: -10%;
    right: 30px;
    font-size: var(--tg-body-font-size);
    border-radius: 50px;
    z-index: 99;
    color: var(--tg-white);
    text-align: center;
    cursor: pointer;
    background: var(--tg-primary-color);
    transition: 1s ease;
    border: none;
}
.scroll-top.open {
	bottom: 30px;
}
.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
	background: var(--tg-secondary-color);
}


/*=============================
	02. Header
===============================*/
.custom-container {
    max-width: 1710px;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 999;
	height: auto;
}
#header-fixed-height.active-height {
    display: block;
    height: 105px;
}
.menu-area {
    padding: 40px 0 20px;
}
.menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
}
.navbar-wrap ul {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 70px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: var(--tg-black);
    border-radius: 40px;
}
.navbar-wrap > ul > li {
    list-style: none;
	display: block;
	position: relative;
    margin-right: 65px;
}
.navbar-wrap > ul > li:last-child {
    margin-right: 0;
}
.navbar-wrap ul li a {
    color: var(--tg-heading-font-color);
    padding: 24px 0;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.96px;
    text-transform: uppercase;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
	color: var(--tg-primary-color);
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
.mobile-menu .navigation .dropdown-btn.open span {
    transform: rotate(180deg);
}
.header-action > ul {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.header-action > ul li {
    position: relative;
    margin-left: 15px;
}
.header-action ul li:first-child {
	margin-left: 0;
}
.header-action ul li a {
	color: var(--tg-heading-font-color);
	font-size: 14px;
}
.header-action .header-login a {
    font-size: 14px;
    display: flex;
    align-items: center;
    background: var(--tg-white);
    color: var(--tg-black);
    font-weight: 700;
    gap: 12px;
    padding: 14px 23px;
    border-radius: 30px;
}
.header-action .header-login a i {
    color: var(--tg-primary-color);
    transition: all 0.3s ease-out 0s;
}
.header-action .header-login a:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.header-action .header-login a:hover i {
    color: var(--tg-white);
}
.offcanvas-menu .menu-tigger {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    border-radius: 50%;
    font-size: 16px;
}
.offcanvas-menu .menu-tigger:hover {
    background: var(--tg-white);
    color: var(--tg-primary-color);
}
.navbar-wrap ul li .sub-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	min-width: 230px;
	border: 1px solid rgba(43 44 56 / 46%);
	background: var(--tg-secondary-color);
	margin: 0 0;
	transform: scale(1 , 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 30px 70px 0px rgba(7 8 8 / 15%);
	-moz-box-shadow: 0px 30px 70px 0px rgba(7 8 8 / 15%);
	box-shadow: 0px 30px 70px 0px rgba(7 8 8 / 15%);
	border-radius: 0;
	padding: 18px 0;
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
    border-radius: 0 0 10px 10px;
}
.navbar-wrap ul li .sub-menu .sub-menu {
	right: auto;
	left: 100%;
	top: 0;
}
.navbar-wrap ul li .sub-menu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li .sub-menu li a {
	padding: 9px 15px 9px 25px;
	color: var(--tg-white);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.96px;
    text-transform: uppercase;
}
.navbar-wrap ul li .sub-menu li.active a,
.navbar-wrap ul li .sub-menu li a:hover {
    color: var(--tg-primary-color);
}
.navbar-wrap ul li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.sticky-menu {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	z-index: 99;
	background: var(--tg-secondary-color);
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}
.sticky-menu.menu-area {
    padding: 20px 0;
}

/*=============================
	03. Mobile Menu
===============================*/
.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: var(--tg-white);
	margin-right: 30px;
	top: 15px;
}
.nav-logo img {
    max-width: 150px;
    max-height: 38px;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	z-index: 999;
	border-radius: 0px;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)e;
	-o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .navigation li.current>a:before {
	height: 100%;
}
.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.5);
}
.mobile-menu-visible .menu-backdrop {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: var(--tg-secondary-color);
	padding: 0px 0px;
	z-index: 5;
	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: var(--tg-primary-color);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}
.mobile-menu .navigation ul {
	padding: 0;
	margin: 0;
}
.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.mobile-menu .navigation li > ul > li:first-child {
	border-top: 1px solid rgb(255 255 255 / 10%);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 14px;
    font-weight: 700;
    color: var(--tg-heading-font-color);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    letter-spacing: 1px;
}
.mobile-menu .navigation li ul li > a {
    font-size: 14px;
    margin-left: 20px;
    text-transform: uppercase;
}
.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	position: absolute;
	right: 15px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: var(--tg-secondary-color);
	background: var(--tg-primary-color);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn i {
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open i {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	color: var(--tg-primary-color);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
	display: none;
}
.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}
.mobile-menu .social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: var(--tg-heading-font-color);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.mobile-menu .social-links li a:hover {
	border-color: var(--tg-primary-color);
	background: var(--tg-primary-color);
	color: var(--tg-white);
}
.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    cursor: pointer;
    line-height: 1;
    display: none;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    font-size: 16px;
    border-radius: 50%;
    color: var(--tg-white);
}


/*=============================
	04. OffCanvas
===============================*/
.extra-info {
	background: var(--tg-black) none repeat scroll 0 0;
	height: 100%;
	padding: 30px;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.7s ease 0s;
	width: 340px;
	z-index: 999;
	overflow-y: scroll;
	transform: translateX(100%);
}
.extra-info.active {
	transform: translateX(0);
}
.close-icon {
	margin-top: -16px;
	text-align: right;
}
.close-icon > button {
    background: transparent;
    border: 0 none;
    color: var(--tg-primary-color);
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}
.extra-info .logo-side img {
	max-width: 151px;
}
.side-info {
	border-top: 1px solid var(--tg-primary-color);
	padding-top: 25px;
}
.contact-list h4 {
	color: var(--tg-heading-font-color);
	font-weight: 700;
	font-size: 18px;
}
.contact-list p {
    color: var(--tg-paragraph-color);
    margin: 0;
    margin-bottom: 2px;
    line-height: 26px;
}
.social-icon-right > a {
	color: var(--tg-primary-color);
	display: inline-block;
	margin-right: 20px;
	text-align: center;
}
.social-icon-right > a:hover {
    color: var(--tg-white);
}
.offcanvas-overly {
	position: fixed;
	background: var(--tg-secondary-color);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.offcanvas-overly.active {
	opacity: .7;
	visibility: visible;
}
.extra-info::-webkit-scrollbar {
    width: 0px;
}


/*=============================
	05. Banner
===============================*/
.banner-bg {
    background-size: cover;
    background-position: center;
    border-radius: 0 0 20px 20px;
    position: relative;
    padding: 140px 0px 120px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    margin: 0 20px;
}
.banner-bg::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--tg-primary-color) 0%, var(--tg-green) 47.60%, transparent 65.23%);
    z-index: -1;
    border-radius: 0px 0px 20px 20px;
}
.banner-content {
    position: relative;
    z-index: 1;
}
.banner-content .title {
    font-size: 65px;
    margin-bottom: 45px;
    letter-spacing: -2.6px;
}
.banner-content .title span {
    background: linear-gradient(180deg, var(--tg-white) 0%, var(--tg-primary-color) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-content p {
    font-size: 20px;
    margin-bottom: 55px;
    color: var(--tg-white);
    font-weight: 500;
}
.coming-time {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 75px;
}
.time-count {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: var(--tg-white);
    border-radius: 5px;
    min-width: 110px;
    color: var(--tg-black);
    font-weight: 500;
    font-size: 14px;
    padding: 15px;
    position: relative;
    line-height: 1.4;
}
.time-count span {
    line-height: .9;
    font-size: 35px;
    font-weight: 700;
    color: var(--tg-black);
    font-family: var(--tg-heading-font-family);
    display: block;
    margin-bottom: 5px;
}
.time-count::after,
.time-count::before {
    content: "";
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--tg-white);
    opacity: .3;
}
.time-count::after {
    right: -45px;
}
.time-count:last-child:after,
.time-count:last-child:before {
    display: none;
}
.banner-scroll-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}
.banner-scroll-down a {
    color: var(--tg-white);
    display: block;
    width: 30px;
    height: 50px;
    text-align: center;
}
.banner-scroll-down a span {
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid var(--tg-white);
    border-right: 2px solid var(--tg-white);
    transform: rotate(45deg);
    margin: -10px 0 0 8px;
    animation: animate 2s infinite;
}
.banner-scroll-down a span:nth-child(2) {
    animation-delay: -0.2s;
}
.banner-scroll-down a span:nth-child(3) {
    animation-delay: -0.4s;
}
.banner-shape-wrap img {
    position: absolute;
}
.banner-shape-wrap img:nth-child(1) {
    left: 107px;
    bottom: 134px;
}
.banner-shape-wrap img:nth-child(2) {
    right: 107px;
    bottom: 120px;
}
@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-15px, -15px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(15px, 15px);
    }
}
@keyframes alltuchtopdown {
  0% {
        transform: rotateX(0deg) translateY(0px);
    }
  50% {
        transform: rotateX(0deg) translateY(-30px);
    }
  100% {
        transform: rotateX(0deg) translateY(0px);
    }
}
.alltuchtopdown {
    -webkit-animation-name: alltuchtopdown;
    animation-name: alltuchtopdown;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes leftToRight {
  0% {
        transform: rotateX(0deg) translateX(0px);
    }
  50% {
        transform: rotateX(0deg) translateX(50px);
    }
  100% {
        transform: rotateX(0deg) translateX(0px);
    }
}
.leftToRight {
    -webkit-animation-name: leftToRight;
    animation-name: leftToRight;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

/*=============================
	06. Breadcrumb
===============================*/
.breadcrumb-bg {
    background-size: cover;
    background-position: center;
    border-radius: 0 0 20px 20px;
    position: relative;
    z-index: 1;
    padding: 270px 0 195px;
    margin: 0 20px;
    overflow: hidden;
}
.breadcrumb-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--tg-primary-color) 0%, var(--tg-green) 47.60%, transparent 65.23%);
    z-index: -1;
}
.breadcrumb-content {
    text-align: center;
}
.breadcrumb-content .title {
    font-size: 60px;
    margin-bottom: 25px;
    letter-spacing: -1.8px;
}
.breadcrumb-content .breadcrumb {
    justify-content: center;
    margin-bottom: 0;
}
.breadcrumb-content .breadcrumb-item {
    color: var(--tg-white);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.breadcrumb-content .breadcrumb-item a {
    color: #B4B4C3;
}
.breadcrumb-content .breadcrumb-item a:hover {
    color: var(--tg-primary-color);
}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 10px;
    color: var(--tg-white);
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    margin-top: 3px;
}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
}
.breadcrumb-shape-wrap img {
    position: absolute;
    z-index: -1;
}
.breadcrumb-shape-wrap img:nth-child(1) {
    left: 6%;
    top: 42%;
}
.breadcrumb-shape-wrap img:nth-child(2) {
    right: 8%;
    bottom: 22%;
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}


/*=============================
	07. Contribution
===============================*/
.contribution-area {
    position: relative;
}
.contribution-title .title {
    font-size: 60px;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: -1.8px;
}
.contribution-title {
    margin-bottom: 60px;
}
.contribution-title .title span {
    color: var(--tg-primary-color);
}
.progress-wrap .list-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 160px;
    gap: 30px;
}
.progress-wrap .list-wrap li {
    position: relative;
    color: #AAABB2;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding-bottom: 40px;
}
.progress-wrap .list-wrap li::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 17px;
    width: 2px;
    height: 14px;
    background: var(--tg-white);
}
.progress-wrap .progress {
    height: 32px;
    background-color: #1C1D34;
    border-radius: 25px;
    padding: 7px 8px;
    margin-bottom: 20px;
}
.progress-wrap .progress-bar {
    border-radius: 25px;
    background: linear-gradient(286deg, var(--tg-primary-color) 0%, var(--tg-green) 47.60%, var(--tg-black) 98.23%)
}
.progress-wrap .progress-title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--tg-body-font-family);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.contribution-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 50px;
    flex-wrap: wrap;
}
.contribution-shape-wrap img {
    position: absolute;
    z-index: -1;
}
.contribution-shape-wrap img:nth-child(1) {
    left: 2%;
    bottom: 25%;
}
.contribution-shape-wrap img:nth-child(2) {
    right: 3%;
    bottom: 23%;
}

/*=============================
	08. Brand
===============================*/
.brand-title {
    margin-bottom: 60px;
}
.brand-title .title {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.26px;
    padding: 0 18px;
}
.brand-title .title::after,
.brand-title .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--tg-primary-color);
}
.brand-title .title::after {
    left: auto;
    right: 0;
}
.brand-item-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    position: relative;
    padding: 45px 0;
}
.brand-item-wrap::after,
.brand-item-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18%;
    height: 100%;
    background: linear-gradient(90deg, #010314 0%, rgba(1, 3, 20, 0.00) 100%);
    z-index: 5;
}
.brand-item-wrap::after {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}
.brand-active .col-12 {
    padding: 0 15px;
}
.brand-item {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-item img {
    opacity: .5;
    cursor: pointer;
    transition: .3s linear;
}
.brand-item img:hover {
    opacity: 1;
}

/*=============================
	09. Features
===============================*/
.section-title .title {
    background: linear-gradient(180deg, var(--tg-white) 0%, var(--tg-gray) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    margin-bottom: 0;
    letter-spacing: -1.5px;
}
.features-item {
    display: flex;
    align-items: center;
    background: var(--tg-secondary-color);
    border: 1px solid rgba(43 44 56 / 46%);
    border-radius: 15px;
    padding: 40px 70px 40px 55px;
    margin-bottom: 30px;
}
.features-content {
    width: 50%;
    margin-right: 20px;
}
.features-content .title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.84px;
    margin-bottom: 25px;
}
.features-img {
    flex-grow: 1;
    text-align: right;
}
.features-content p {
    margin-bottom: 0;
}

/* features-two */
.features-bg {
    background-size: cover;
    background-position: center;
    border-radius: 20px 20px 0 0;
    position: relative;
    margin: 0 20px;
    overflow: hidden;
}
.features-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--tg-primary-color) 0%, var(--tg-green) 47.60%, var(--tg-black) 65.23%);
    z-index: -1;
    transform: rotate(180deg);
}
.features-inner-wrap {
    position: relative;
    padding: 140px 0;
    z-index: 1;
}
.features-line-shape {
    width: 100%;
    height: 2px;
    background: linear-gradient(225deg, #010314 0%, rgba(255, 255, 255, 0.45) 54.98%, rgba(1, 3, 20, 0.99) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}
.features-item-wrap {
    margin-bottom: 90px;
}
.features-item-two {
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.00) 100%);
    box-shadow: 0px 16px 18px 0px rgba(1, 12, 50, 0.10);
    display: flex;
    align-items: center;
    padding: 30px 30px;
    margin-bottom: 30px;
    transition: .3s linear;
}
.features-item-two:hover {
    transform: translateY(-5px);
}
.features-img-two {
    width: 95px;
    flex: 0 0 auto;
    margin-right: 30px;
}
.features-content-two .title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.72px;
}
.section-title .title img {
    border-radius: 50px;
    margin: 0 5px;
}
.section-title-two.section-title .title {
    font-size: 60px;
    background: linear-gradient(180deg, var(--tg-white) 0%, var(--tg-primary-color) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.features-shape-wrap img {
    position: absolute;
}
.features-shape-wrap img:nth-child(1) {
    left: 15%;
    bottom: 6%;
}
.features-shape-wrap img:nth-child(2) {
    right: 9%;
    bottom: 0%;
}

/*=============================
	10. Chart
===============================*/
.chart-inner-wrap {
    position: relative;
}
.chart-inner-wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(225deg, var(--tg-black) 0%, rgba(255, 255, 255, 0.45) 54.98%, rgba(1, 3, 20, 0.99) 100%);
}
.chart-wrap {
    margin-left: 30px;
}
.chart-wrap .chart {
    width: 340px;
    height: 340px;
    margin: 0 0 50px 60px;
}
.chart-tab .nav-tabs {
    border-bottom: none;
    display: inline-flex;
    background: #1C1D34;
    border-radius: 30px;
    padding: 10px 10px;
    justify-content: center;
    margin-bottom: 50px;
}
.chart-tab .nav-tabs .nav-link {
    margin-bottom: 0;
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    color: var(--tg-white);
    padding: 8px 35px;
}
.chart-tab .nav-tabs .nav-link.active {
    background: var(--tg-white);
    color: #010314;
}
.chart-list .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 0;
}
.chart-list .list-wrap li {
    color: var(--tg-white);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.48px;
    width: 50%;
    position: relative;
    padding-left: 30px;
}
.chart-list .list-wrap li::before {
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #44A08D;
    position: absolute;
    left: 0;
    top: 3px;
}
.chart-list .list-wrap li:nth-child(2):before {
    background: #033356;
}
.chart-list .list-wrap li:nth-child(3):before {
    background: #136F84;
}
.chart-list .list-wrap li:nth-child(4):before {
    background: #012641;
}
.chart-list .list-wrap li:nth-child(5):before {
    background: #0B446D;
}
.chart-list .list-wrap li:nth-child(6):before {
    background: #191F28;
}
.chart-inner-wrap .right-side-content {
    margin-left: 190px;
}
.chart-inner-wrap .right-side-content img {
    margin-bottom: 30px;
}
.chart-inner-wrap .right-side-content p {
    margin-bottom: 25px;
    margin-left: 20px;
}
.chart-inner-wrap .right-side-content .list-wrap li {
    display: flex;
    font-size: 18px;
    font-weight: 500;
    color: var(--tg-white);
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    padding: 9px 20px;
    transition: .3s ease-in-out;
}
.chart-inner-wrap .right-side-content .list-wrap li span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 10%);
    color: var(--tg-white);
    border-radius: 50%;
}
.chart-inner-wrap .right-side-content .list-wrap li:hover {
    background: linear-gradient(82deg, var(--tg-primary-color) 0%, var(--tg-green) 47.60%, var(--tg-black) 98.23%);
}
.chart-inner-wrap .right-side-content .list-wrap li:hover span {
    background: var(--tg-black);
}

/*=============================
	11. RoadMap
===============================*/
.roadmap-area {
    overflow: hidden;
}
.roadmap-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 45px;
    margin-left: 14px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}
.roadmap-content {
    border: 1px solid rgba(43 44 56 / 46%);
    background: var(--tg-secondary-color);
    border-radius: 15px;
    padding: 75px 50px 65px;
}
.roadmap-content .title {
    display: flex;
    align-items: flex-start;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 32px;
    gap: 16px;
}
.roadmap-content .title .dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    position: relative;
    background: rgba(255 255 255 / 11%);
    flex: 0 0 auto;
    transform: translateY(3px);
}
.roadmap-content .title .dot::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(0deg, var(--tg-primary-color) 0%, var(--tg-green) 47.60%, var(--tg-black) 98.23%)
}
.roadmap-content .title .dot::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    width: 1px;
    height: 120px;
    background: #292A37;
}
.roadmap-content p {
    margin-bottom: 0;
}
.roadMap-active .col-lg-4 {
    padding: 0 15px;
}

/*=============================
	12. Team
===============================*/
.team-bg {
    background-size: cover;
    background-position: center;
    border-radius: 0 0 20px 20px;
    position: relative;
    padding: 140px 0;
    overflow: hidden;
    margin: 0 20px;
}
.team-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--tg-primary-color) 0%, var(--tg-green) 47.60%, var(--tg-black) 91.23%);
    z-index: -1;
}
.team-item {
    text-align: center;
}
.team-thumb {
    position: relative;
    margin-bottom: 15px;
}
.team-thumb img {
    mix-blend-mode: luminosity !important;
    display: inline-block !important;
}
.team-thumb .team-social {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-white);
    border-radius: 50%;
    font-size: 15px;
}
.team-thumb .team-social:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.team-content .title {
    font-size: 22px;
    margin-bottom: 15px;
}
.team-content span {
    line-height: 1;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #CBD0D4;
}

/*=============================
	13. Faq
===============================*/
.faq-inner-wrap {
    padding: 140px 0;
    position: relative;
}
.faq-inner-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(225deg, #010314 0%, rgba(255, 255, 255, 0.45) 54.98%, rgba(1, 3, 20, 0.99) 100%);;
}
.faq-wrap {
    margin: 0 30px;
}
.faq-wrap .accordion-item {
    background-color: var(--tg-secondary-color);
    border: 1px solid rgba(43 44 56 / 46%);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}
.faq-wrap .accordion-item.active {
    background: linear-gradient(0deg, var(--tg-primary-color) 0%, var(--tg-green) 47.60%, var(--tg-black) 98.23%);
    border: none;
}
.faq-wrap .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-wrap .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.faq-wrap .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.faq-wrap .accordion-button {
    padding: 38px 90px 38px 55px;
    font-size: 24px;
    color: var(--tg-white);
    background-color: transparent;
    font-weight: 600;
    letter-spacing: -0.48px;
    font-family: var(--tg-heading-font-family);
    position: relative;
}
.faq-wrap .accordion-button::after {
    flex-shrink: 0;
    width: auto;
    height: auto;
    content: "\f062";
    background-image: none;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    right: 45px;
    top: 38px;
    color: var(--tg-white);
    opacity: 0.3;
}
.faq-wrap .accordion-button:not(.collapsed)::after {
    background-image: none;
    opacity: 1;
}
.faq-wrap .accordion-button:not(.collapsed) {
    color: var(--tg-white);
    background-color: transparent;
    box-shadow: none;
}
.faq-wrap .accordion-button:focus {
    border-color: none;
    box-shadow: none;
}
.faq-wrap .accordion-body {
    padding: 0 55px 70px;
}
.faq-wrap .accordion-body p {
    font-size: 18px;
    margin-bottom: 0;
    color: #CBD0D4;
}

/*=============================
	14. Download
===============================*/
.download-inner-wrap {
    background: var(--tg-secondary-color);
    border-radius: 15px;
    border: 1px solid rgba(43 44 56 / 46%);
    padding: 75px 80px 0;
    position: relative;
    z-index: 1;
}
.download-content {
    padding: 40px 0 115px;
}
.download-list .list-wrap {
    display: flex;
    align-items: center;
    gap: 15px 50px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.download-list .list-wrap li {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: var(--tg-white);
    gap: 10px;
}
.download-list .list-wrap li span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: #1A1C2B;
    border-radius: 50%;
    box-shadow: 0px 1px 4px 0px rgba(0, 20, 90, 0.10);
    font-size: 16px;
}
.download-btn-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.download-btn-wrap .download-btn img {
    max-height: 60px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.download-img {
    position: relative;
    z-index: 1;
    text-align: right;
}
.download-img img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.download-shape-wrap img {
    position: absolute;
    z-index: -1;
}
.download-shape-wrap img:nth-child(1) {
    left: 0;
    bottom: 0;
}
.download-shape-wrap img:nth-child(2) {
    right: 0;
    bottom: 0;
}

/*=============================
	15. Document
===============================*/
.document-area {
    position: relative;
    z-index: 2;
}
.document-inner-wrap .row {
    --bs-gutter-x: 20px;
}
.document-form-wrap {
    background: var(--tg-secondary-color);
    border: 1px solid rgba(43 44 56 / 46%);
    padding: 60px 50px 50px;
    text-align: center;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.document-form-wrap .title {
    font-size: 28px;
    margin-bottom: 35px;
}
.document-form-wrap .row {
    --bs-gutter-x: 20px;
}
.document-form-wrap .form-grp {
    margin-bottom: 20px;
}
.document-form-wrap .form-grp textarea,
.document-form-wrap .form-grp input {
    width: 100%;
    background: rgba(255 255 255 / 7%);
    border: none;
    border-radius: 30px;
    font-size: 16px;
    color: var(--tg-white);
    padding: 15px 20px;
    line-height: 1;
    height: 50px;
    display: block;
}
.document-form-wrap .form-grp textarea::placeholder,
.document-form-wrap .form-grp input::placeholder {
    font-size: 16px;
    color: #AAABB2;
    line-height: 1;
}
.document-form-wrap .form-grp textarea {
    min-height: 200px;
    max-height: 200px;
}
.document-form-wrap form .btn {
    margin-top: 15px;
}
.document-wrap .btn:hover,
.document-form-wrap form .btn:hover {
    background: var(--tg-primary-color);
}
.document-wrap {
    background: var(--tg-secondary-color);
    border: 1px solid rgba(43 44 56 / 46%);
    padding: 60px 64px 50px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.document-wrap .title {
    margin-bottom: 35px;
    font-size: 28px;
}
.document-wrap .list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
}
.document-wrap .list-wrap a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: var(--tg-white);
}
.document-wrap .list-wrap a:hover {
    color: var(--tg-primary-color);
}
.document-wrap .list-wrap a .icon {
    width: 130px;
    height: 104px;
    background: rgba(255 255 255 / 7%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tg-white);
    font-size: 35px;
    line-height: 0;
    margin-bottom: 5px;
}
.document-shape img {
    position: absolute;
    right: 3%;
    top: -2%;
    z-index: -1;
}

/*=============================
	16. Blog
===============================*/
.blog-masonry-post {
    display: flex;
    background: var(--tg-secondary-color);
    padding: 20px 40px 20px 20px;
    border-radius: 30px;
    border: 1px solid rgba(43 44 56 / 46%);
    margin-bottom: 40px;
}
.blog-masonry-thumb {
    width: 315px;
    flex: 0 0 auto;
    margin-right: 30px;
}
.blog-masonry-thumb a {
    height: 100%;
}
.blog-masonry-thumb img {
    border-radius: 30px;
    mix-blend-mode: luminosity;
    height: 100%;
    object-fit: cover;
}
.blog-meta .list-wrap {
    display: flex;
    align-items: center;
    gap: 15px 40px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.blog-meta .list-wrap li {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.blog-meta .list-wrap li i {
    color: var(--tg-white);
    font-size: 16px;
    margin-right: 5px;
}
.blog-meta .list-wrap li a {
    display: flex;
    align-items: center;
    color: var(--tg-paragraph-color);
}
.blog-meta .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.blog-masonry-content .title {
    margin-bottom: 30px;
    font-size: 28px;
    letter-spacing: -0.84px;
    width: 90%;
}
.blog-masonry-content .title a {
    display: inline;
    background-image: linear-gradient(var(--tg-white), var(--tg-white)), linear-gradient(var(--tg-white), var(--tg-white));
    background-size: 0% 1.5px, 0 1.5px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}
.blog-masonry-content .title a:hover {
    color: var(--tg-white);
    color: inherit;
    background-size: 0 1.5px, 100% 1.5px;
}
.blog-masonry-content p {
    margin-bottom: 55px;
    width: 90%;
}
.blog-masonry-content .content-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.blog-author a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-white);
}
.blog-author a img {
    border-radius: 50%;
    width: 40px;
    flex: 0 0 auto;
    margin-right: 20px;
}
.blog-author a:hover {
    color: var(--tg-primary-color);
}
.blog-post-wrap .read-more-btn {
    margin-left: auto;
}
.blog-post-wrap .read-more-btn a {
    font-size: 16px;
    color: var(--tg-secondary-color);
    background: var(--tg-white);
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    gap: 10px;
    padding: 7px 29px;
}
.blog-post-wrap .read-more-btn a i {
    transform: rotate(-45deg);
    transition: all 0.3s ease-out 0s;
}
.blog-post-wrap .read-more-btn a:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.blog-post-wrap .read-more-btn a:hover i {
    transform: rotate(0);
}
.blog-standard-post {
    background: var(--tg-secondary-color);
    padding: 20px 20px 60px 20px;
    border-radius: 30px;
    border: 1px solid rgba(43 44 56 / 46%);
    margin-bottom: 40px;
}
.blog-standard-thumb {
    margin-bottom: 30px;
}
.blog-standard-thumb img {
    border-radius: 30px;
    mix-blend-mode: luminosity;
    width: 100%;
}
.blog-standard-content {
    padding: 0 120px 0 40px;
}
.blog-meta .list-wrap .blog-author a {
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-white);
}
.blog-standard-content .title {
    font-size: 28px;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.blog-standard-content .title a {
    display: inline;
    background-image: linear-gradient(var(--tg-white), var(--tg-white)), linear-gradient(var(--tg-white), var(--tg-white));
    background-size: 0% 1.5px, 0 1.5px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}
.blog-standard-content .title a:hover {
    color: var(--tg-white);
    color: inherit;
    background-size: 0 1.5px, 100% 1.5px;
}
.blog-standard-content p {
    margin-bottom: 35px;
}

/* blog-sidebar */
.blog-widget {
    border-radius: 20px;
    border: 1px solid rgba(43 44 56 / 46%);
    background: var(--tg-secondary-color);
    padding: 45px 40px 50px;
    margin-bottom: 40px;
}
.blog-widget:last-child {
    margin-bottom: 0;
}
.widget-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.72px;
    margin-bottom: 30px;
}
.sidebar-search form {
    position: relative;
}
.sidebar-search form input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #292A37;
    background: transparent;
    font-size: 18px;
    line-height: 1;
    padding: 18px 55px 18px 25px;
    height: 60px;
    color: var(--tg-white);
}
.sidebar-search form input::placeholder {
    font-size: 18px;
    color: var(--tg-paragraph-color);
}
.sidebar-search form button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    font-size: 18px;
    padding: 0;
    line-height: 1;
    color: var(--tg-paragraph-color);
}
.sidebar-search form button:hover {
    color: var(--tg-white);
}
.sidebar-cat-list .list-wrap li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.sidebar-cat-list .list-wrap li a:hover {
    color: var(--tg-paragraph-color);
}
.sidebar-cat-list .list-wrap li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #292A37;
    transition: all 0.3s ease-out 0s;
}
.sidebar-cat-list .list-wrap li a:hover::before {
    width: 100%;
}
.sidebar-cat-list .list-wrap li:last-child a {
    margin: 0;
    padding: 0;
}
.sidebar-cat-list .list-wrap li:last-child a::before {
    display: none;
}
.rc-post-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.rc-post-item:last-child {
    margin-bottom: 0;
}
.rc-post-item .thumb {
    width: 80px;
    flex: 0 0 auto;
    margin-right: 20px;
}
.rc-post-item .thumb img {
    border-radius: 5px;
    mix-blend-mode: luminosity;
}
.rc-post-item .date {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    color: var(--tg-white);
    margin-bottom: 8px;
}
.rc-post-item .title {
    margin-bottom: 0;
    font-size: 16px;
    color: var(--tg-paragraph-color);
    line-height: 1.5;
}
.sidebar-follow-wrap .list-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sidebar-follow-wrap .list-wrap li a {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #292A37;
    border-radius: 50%;
    color: var(--tg-white);
}
.sidebar-follow-wrap .list-wrap li a:hover {
    background: var(--tg-white);
    border-color: var(--tg-white);
    color: var(--tg-secondary-color);
}
.sidebar-follow-wrap .btn:hover {
    background: var(--tg-primary-color);
}
.sidebar-tag-list .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.sidebar-tag-list .list-wrap li a {
    color: #ddd;
    font-size: 16px;
    letter-spacing: 0;
    border: 1px solid #2b2c38;
    display: block;
    padding: 9px 15px;
    line-height: 1;
    border-radius: 50px;
}
.sidebar-tag-list .list-wrap li a:hover {
    background: var(--tg-white);
    color: var(--tg-secondary-color);
    border-color: var(--tg-white);
}

/* blog-details */
.blog-details-thumb {
    margin-bottom: 30px;
}
.blog-details-thumb img {
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
    mix-blend-mode: luminosity;
}
.blog-details-content {
    margin-bottom: 90px;
}
.blog-details-content .title {
    margin-bottom: 20px;
    font-size: 28px;
}
.blog-details-content > p {
    margin-bottom: 20px;
}
.blog-details-content blockquote {
    background: var(--tg-secondary-color);
    border-radius: 15px;
    border: 1px solid rgba(43 44 56 / 46%);
    padding: 40px 40px;
    margin: 50px 0 50px 0;
}
.blog-details-content blockquote p {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-white);
    margin-bottom: 15px;
}
.blog-details-content blockquote cite {
    font-style: normal;
    font-size: 16px;
}
.blog-details-inner-img {
    margin-bottom: 20px;
}
.blog-details-inner-img img {
    border-radius: 10px;
    height: 290px;
    object-fit: cover;
    mix-blend-mode: luminosity;
    margin-bottom: 30px;
}
.blog-details-bottom {
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #292A37;
}
.post-tags .list-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.post-tags .list-wrap li a {
    color: #ddd;
    font-size: 14px;
    letter-spacing: 0.7px;
    border: 1px solid #2b2c38;
    display: block;
    padding: 9px 15px;
    line-height: 1;
    border-radius: 50px;
}
.post-tags .list-wrap li a:hover {
    background: var(--tg-white);
    color: var(--tg-secondary-color);
    border-color: var(--tg-white);
}
.blog-post-share .list-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.blog-post-share .list-wrap li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #292A37;
    font-size: 12px;
    color: var(--tg-white);
}
.blog-post-share .list-wrap li a:hover {
    background: var(--tg-white);
    color: var(--tg-secondary-color);
    border-color: var(--tg-white);
}
.blog-avatar-wrap {
    border: 1px solid rgba(43 44 56 / 46%);
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    padding: 42px 42px;
    background: var(--tg-secondary-color);
}
.blog-avatar-img {
    width: 80px;
    flex: 0 0 auto;
    margin-right: 30px;
}
.blog-avatar-img img {
    border-radius: 50%;
}
.blog-avatar-info .name {
    font-size: 20px;
    margin-bottom: 15px;
}
.blog-avatar-info p {
    margin-bottom: 0;
}
.comments-wrap {
    margin-bottom: 90px;
}
.comments-wrap-title {
    font-size: 28px;
    margin-bottom: 50px;
    letter-spacing: -0.84px;
}
.comments-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}
.comments-avatar {
    width: 70px;
    flex: 0 0 auto;
    margin-right: 30px;
}
.comments-text .avatar-name {
    margin-bottom: 20px;
}
.comments-text .avatar-name .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 18px;
}
.comments-text .avatar-name .name .reply-btn {
    font-size: 12px;
    background: var(--tg-secondary-color);
    border: 1px solid rgba(43 44 56 / 46%);
    display: block;
    color: var(--tg-paragraph-color);
    border-radius: 15px;
    padding: 7px 18px;
}
.comments-text .avatar-name .name .reply-btn:hover {
    background: var(--tg-white);
    color: var(--tg-secondary-color);
    border-color: var(--tg-white);
}
.comments-text .avatar-name .date {
    font-size: 14px;
    display: block;
    line-height: 1;
}
.comments-text p {
    margin-bottom: 0;
}
.latest-comments .children {
    margin: 0 0 0 100px;
}
.comment-respond {
    border: 1px solid rgba(43 44 56 / 46%);
    border-radius: 30px;
    padding: 45px 50px 50px;
    background: var(--tg-secondary-color);
}
.comment-reply-title {
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: -0.84px;
}
.comment-notes {
    margin-bottom: 35px;
}
.comment-form .form-grp {
    margin-bottom: 30px;
}
.comment-form .form-grp label {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--tg-white);
    line-height: 1;
    font-family: var(--tg-heading-font-family);
    margin-bottom: 20px;
}
.comment-form .form-grp textarea,
.comment-form .form-grp input {
    width: 100%;
    border: none;
    border-radius: 30px;
    background: rgba(255 255 255 / 7%);
    padding: 12px 20px;
    font-size: 16px;
    color: var(--tg-white);
    height: 50px;
    display: block;
}
.comment-form .form-grp input::placeholder,
.comment-form .form-grp textarea::placeholder {
    color: #AAABB2;
}
.comment-form .form-grp textarea {
    max-height: 155px;
    min-height: 155px;
}
.comment-form .checkbox-grp {
    display: flex;
    align-items: center;
    margin: 40px 0;
}
.comment-form .checkbox-grp input {
    width: 16px;
    margin-right: 9px;
    height: 16px;
    cursor: pointer;
    background: transparent;
    padding: 0;
    border-radius: 2px;
    border: 1px solid #92939E;
    flex: 0 0 auto;
}
.comment-form .checkbox-grp input:focus {
    box-shadow: none;
}
.comment-form .checkbox-grp label {
    font-weight: 400;
    font-size: 14px;
    color: var(--tg-paragraph-color);
    user-select: none;
    margin-bottom: 0;
}
.comment-form .btn:hover {
    background: var(--tg-primary-color);
}
.comments-avatar img {
    border-radius: 50%;
}

/*=============================
	17. Pagination
===============================*/
.pagination-wrap ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.pagination-wrap ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: var(--tg-secondary-color);
    border-radius: 50%;
    font-size: 18px;
    color: var(--tg-white);
    font-weight: 700;
    border: 1px solid rgba(43 44 56 / 46%);
    line-height: 1;
}
.pagination-wrap ul li.active a,
.pagination-wrap ul li a:hover {
    background: var(--tg-primary-color);
    color: var(--tg-secondary-color);
}

/*=============================
	18. Contact
===============================*/
.contact-info-wrap {
    margin-bottom: 110px;
}
.contact-info-item {
    text-align: center;
    background: var(--tg-secondary-color);
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid rgba(43 44 56 / 46%);
    padding: 60px 30px 50px;
}
.contact-info-item .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #292A37;
    margin: 0 auto 20px;
    font-size: 20px;
    color: var(--tg-white);
    line-height: 1;
}
.contact-info-item .content .title {
    font-size: 20px;
    margin-bottom: 20px;
}
.contact-info-item .content p {
    margin-bottom: 0;
    font-size: 20px;
}
.contact-info-item .content a {
    color: var(--tg-paragraph-color);
}
.contact-info-item .content a:hover {
    color: var(--tg-primary-color);
}
.contact-form-wrap .col-43 {
    width: 43%;
    flex: 0 0 auto;
}
.contact-form-wrap .col-57 {
    width: 57%;
    flex: 0 0 auto;
}
.contact-map {
    width: 100%;
    height: 100%;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px 0 0 15px;
}
.contact-form {
    background: var(--tg-secondary-color);
    border-radius: 0 15px 15px 0;
    padding: 50px 50px;
}
.contact-form .title {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 500;
}
.contact-form .row {
    --bs-gutter-x: 20px;
}
.contact-form .form-grp {
    margin-bottom: 20px;
}
.contact-form .form-grp textarea,
.contact-form .form-grp input {
    width: 100%;
    background: rgba(255 255 255 / 7%);
    display: block;
    border: none;
    padding: 15px 25px;
    border-radius: 30px;
    color: var(--tg-white);
    line-height: 1;
    height: 50px;
}
.contact-form .form-grp textarea::placeholder,
.contact-form .form-grp input::placeholder {
    color: #AAABB2;
}
.contact-form .form-grp textarea {
    min-height: 160px;
    max-height: 160px;
}
.contact-form .btn:hover {
    background: var(--tg-primary-color);
}
.ajax-response.error {
    color: red;
    margin-top: 20px;
}
.ajax-response.success {
    color: green;
}
.contact-form-two .btn::after {
    color: currentColor;
}
.contact-form-two .btn:hover {
    color: var(--tg-secondary-color)
}

/*=============================
	19. Footer
===============================*/
.footer-bg {
    background-size: cover;
    background-position: center;
    border-radius: 20px 20px 0 0;
    position: relative;
    padding: 350px 0 0;
    margin: -350px 20px 0;
    overflow: hidden;
}
.footer-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--tg-primary-color) 0%, var(--tg-green) 47.60%, var(--tg-black) 65.23%);
    z-index: -2;
    transform: rotate(180deg);
}
.footer-top {
    padding: 110px 0 30px;
    z-index: 2;
    position: relative;
}
.footer-widget {
    margin-bottom: 40px;
}
.footer-widget .fw-title {
    margin-bottom: 25px;
    font-size: 18px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}
.footer-link .list-wrap li {
    margin-bottom: 15px;
}
.footer-link .list-wrap li:last-child {
    margin-bottom: 0;
}
.footer-link .list-wrap li a {
    color: #CBD0D4;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    position: relative;
}
.footer-link .list-wrap li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--tg-white);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}
.footer-link .list-wrap li a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.footer-newsletter p {
    margin-bottom: 60px;
    font-size: 15px;
    color: #CBD0D4;
    font-weight: 500;
}
.footer-newsletter form {
    position: relative;
}
.footer-newsletter form input {
    width: 100%;
    border: none;
    background: var(--tg-secondary-color);
    padding: 24px 80px 24px 18px;
    font-size: 15px;
    color: var(--tg-white);
    font-weight: 400;
    border-radius: 10px;
    height: 72px;
}
.footer-newsletter form input::placeholder {
    font-size: 15px;
    color: #AAABB2;
    font-weight: 400;
}
.footer-newsletter form button {
    width: 65px;
    height: 72px;
    border: none;
    padding: 0;
    background: var(--tg-white);
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 24px;
    color: var(--tg-secondary-color);
}
.footer-newsletter form button:hover {
    color: var(--tg-white);
    background: var(--tg-primary-color);
}
.footer-bottom {
    padding: 30px 0;
    position: relative;
}
.footer-bottom::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(225deg, var(--tg-black) 0%, rgba(255, 255, 255, 0.45) 54.98%, rgba(1, 3, 20, 0.99) 100%);
}
.copyright-text p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    font-size: 500;
    color: var(--tg-white);
}
.footer-shape-wrap img {
    position: absolute;
}
.footer-shape-wrap img:nth-child(1) {
    left: 0;
    top: 35%;
}
.footer-shape-wrap img:nth-child(2) {
    right: 5%;
    top: 43%;
}


/*=============================
	20. Preloader
===============================*/
#preloader {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--tg-black);
	z-index: 9999;
	width: 100%;
	height: 100%;
}
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: var(--tg-primary-color);
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1.0);
  };
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  };
}


/* home-two-css */

/* header */
.header__top {
    padding: 9px 0;
}
.header__top-content p {
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--tg-heading-font-family);
}
.header__top-content p span {
    color: var(--tg-primary-color);
}
.menu-area-two {
    padding: 0;
}
.menu-area-two .menu-wrap {
    text-align: center;
}
.menu-area-two .menu-nav {
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(1, 3, 20, 0.01);
    border-radius: 100px;
    backdrop-filter: blur(20px);
    padding: 0 14px 0 24px;
}
.menu-area-two .navbar-wrap ul {
    border: none;
    padding: 0 60px;
    background: transparent;
}
.menu-area-two .navbar-wrap > ul > li {
    margin-right: 40px;
}
.menu-area-two .navbar-wrap > ul > li > a {
    padding: 31px 0;
}
.menu-area-two .header-action > ul {
    margin-left: 0;
}
.menu-area-two.sticky-menu {
    background: transparent;
    padding: 0;
    box-shadow: none;
    margin-top: 20px;
}
.tg-btn-three {
    background: var(--tg-gradient-color);
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    letter-spacing: 0.14em;
    color: var(--tg-white);
    padding: 17px 28px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .3s linear;
    font-family: var(--tg-heading-font-family);
}
.tg-btn-three::after {
    display: none;
}
.tg-btn-three::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #60637a 0%, #1a1b24 50%, #39374a 100%);
    opacity: 0;
    transition: .3s linear;
    z-index: -1;
}
.tg-btn-three:hover::before {
    opacity: 1;
}
.tg-btn-three:hover {
    background: var(--tg-gradient-color);
}
.tg-btn-four::after {
    display: none;
}
.tg-btn-four {
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family: var(--tg-heading-font-family);
    background: var(--tg-primary-color);
    padding: 18px 30px;
}
.tg-btn-four:hover {
    background: var(--tg-white);
    color: var(--tg-secondary-color);
}
.scroll-top-two {
    color: var(--tg-secondary-color);
}
.scroll-top-two:hover {
    background: var(--tg-white);
}
.menu-area-two .mobile-nav-toggler {
    width: auto;
    height: auto;
    background: transparent;
    font-size: 30px;
    border-radius: 0;
    color: var(--tg-primary-color);
}
.menu-area-two .mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
    color: var(--tg-secondary-color);
}
.menu-area-two .mobile-menu .social-links li a:hover {
    color: var(--tg-secondary-color);
}

/* banner */
.banner-bg-two {
    background-size: cover;
    background-position: center;
    padding: 315px 0 190px;
    position: relative;
    z-index: 1;
}
.banner-bg-two::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner-content-two .sub-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.04em;
    color: var(--tg-white);
}
.banner-content-two .sub-title span {
    font-weight: 700;
    color: var(--tg-primary-color);
}
.banner-content-two .title {
    margin-bottom: 20px;
    font-size: 96px;
    letter-spacing: -0.04em;
}
.banner__progress-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.banner__progress-top li {
    font-weight: 500;
    font-size: 20px;
    color: var(--tg-white);
    line-height: 1;
}
.banner__progress-wrap .progress {
    border-radius: 100px;
    height: 6px;
    background: rgba(255 255 255 / 10%);
    overflow: visible;
}
.banner__progress-wrap .progress-bar {
    height: 6px;
    background: var(--tg-primary-color);
    overflow: visible;
    border-radius: 100px;
    position: relative;
}
.banner__progress-wrap .progress-bar::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 20px;
    border-radius: 100px;
    background: var(--tg-primary-color);
}
.banner__progress-wrap .progress-bar span {
    position: absolute;
    bottom: 24px;
    right: -17px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
}
.banner__progress-wrap {
    margin-right: 55px;
    margin-bottom: 60px;
}
.banner__btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.banner__progress-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}
.banner__progress-bottom li {
    font-size: 16px;
    color: var(--tg-white);
}
.banner__progress-bottom li span {
    color: rgba(255, 255, 255, 0.7);
}
.banner__img {
    text-align: center;
}
.breadcrumb-bg-two::before {
    background: linear-gradient(0deg, var(--tg-primary-color) 0%, transparent 50%);
}

/* crypto */
.crypto__area {
    position: relative;
    z-index: 1;
}
.crypto__bg {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
}
.crypto__form {
    display: flex;
    justify-content: center;
    gap: 20px 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.crypto__form .form-grp {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    width: 383px;
    background: var(--tg-black);
}
.crypto__form .form-grp span {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 10px;
    white-space: nowrap;
}
.crypto__form .form-grp input {
    flex-grow: 1;
    border: none;
    font-weight: 400;
    font-size: 16px;
    background: transparent;
    color: var(--tg-white);
    padding: 0;
    width: 100%;
}
.crypto__form .form-grp img {
    width: 24px;
    flex: 0 0 auto;
    margin: 0 10px;
}
.crypto__form .form-grp select {
    background: var(--tg-black);
    border: none;
    color: var(--tg-white);
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 0;
    outline: none;
    padding: 0;
    line-height: 1.2;
    height: 24px;
    cursor: pointer;
    width: 53px;
    flex: 0 0 auto;
}
.crypto__content-bottom {
    text-align: center;
}
.crypto__content-bottom .title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}


/* features */
.features__item-wrap {
    display: flex;
    gap: 30px;
    animation: featuresScroll 30s linear infinite;
    transition: all .5s ease-in;
    animation-duration: 30s;
}
.features__item-wrap:hover {
    animation-play-state: paused;
}
.features__item {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    background: var(--tg-secondary-color);
    padding: 20px 20px;
    min-width: 248px;
}
.features__item-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
    align-items: flex-start;
}
.features__icon {
    width: 40px;
    flex: 0 0 auto;
    height: 40px;
    color: var(--tg-primary-color);
}
.features__item-top .list-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 3px;
}
.features__item-top .list-wrap li a {
    font-weight: 600;
    font-size: 14px;
    font-family: var(--tg-heading-font-family);
    background: linear-gradient(90deg, #39374a 0%, #1a1b24 50%, #60637a 100%);
    color: var(--tg-white);
    display: block;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 2px;
    padding: 2px 7px 4px;
}
.features__content .title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
}
.features__content .title span {
    color: rgba(255, 255, 255, 0.7);
}
.features__content .count {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 14px;
    font-family: var(--tg-body-font-family);
}
.features__content .count span {
    color: var(--tg-primary-color);
}
@keyframes featuresScroll {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-50%)
    }
}

/* product */
.section-title-two .sub-title {
    font-size: 20px;
    color: var(--tg-primary-color);
    display: block;
    margin-bottom: 10px;
}
.section-title-two .title {
    margin-bottom: 0;
    font-size: 48px;
    letter-spacing: -0.04em;
    color: var(--tg-white);
}
.section-pt-150 {
    padding-top: 150px;
}
.product__wrap {
    text-align: center;
    padding: 64px 111px 0;
    position: relative;
}
.product__wrap .main-shape {
    position: relative;
    margin-bottom: -133px;
}
.product__wrap .main-shape .shape {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--tg-primary-color);
}
.product__item {
    position: absolute;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
}
.product__item .number {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #39374a 0%, #1a1b24 50%, #60637a 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-white);
    margin: 0 auto;
    line-height: 1;
}
.product__item .title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.04em;
}
.product__item:nth-child(1) {
    left: 5.5%;
    top: 45%;
}
.product__item:nth-child(2) {
    left: 16%;
    top: 15%;
}
.product__item:nth-child(3) {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.product__item:nth-child(4) {
    right: 16%;
    top: 15%;
}
.product__item:nth-child(5) {
    right: 2%;
    top: 45%;
}

/* token */
.token__area {
    position: relative;
    z-index: 1;
    background-color: var(--tg-secondary-color);
}
.token__bg {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    mix-blend-mode: luminosity;
    opacity: .3;
}
.token__bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--tg-secondary-color);
    opacity: .1;
}
.section-py-150 {
    padding: 150px 0;
}
.section-pb-150 {
    padding-bottom: 150px;
}
.token__info-wrap {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    background: rgba(9, 11, 27, 0.01);
    backdrop-filter: blur(40px);
    padding: 40px 40px;
}
.token__info-wrap .list-wrap li {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: rgba(255 255 255 / 80%);
    gap: 10px;
    line-height: 1.5;
    margin-bottom: 24px;
}
.token__info-wrap .list-wrap li:last-child {
    margin-bottom: 0;
}
.token__info-wrap .list-wrap li span {
    width: 150px;
    flex: 0 0 auto;
    color: var(--tg-white);
}
.token__info-wrap .btn {
    width: 100%;
    justify-content: center;
    margin-top: 40px;
}
.token__sell-wrap {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    backdrop-filter: blur(40px);
    background: rgba(9, 11, 27, 0.01);
    padding: 80px 0 40px;
    margin-left: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
.token__sell-info {
    position: relative;
}
.token__sell-info img {
    width: 100%;
}
.token__item {
    text-align: center;
    position: absolute;
}
.token__item .count {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -0.04em;
    color: var(--tg-primary-color);
}
.token__item p {
    margin-bottom: 10px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1;
}
.token__item .dot {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}
.token__item .dot::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: var(--tg-white);
    border-radius: 50%;
}
.token__item:nth-child(1) {
    left: 14%;
    top: -15px;
}
.token__item:nth-child(2) {
    left: 20%;
    bottom: 22%;
}
.token__item:nth-child(3) {
    left: 43%;
    top: 16%;
}
.token__item:nth-child(4) {
    right: 14%;
    top: -12px;
}
.token__sell-bottom {
    text-align: center;
}
.token__sell-bottom .title {
    margin-bottom: 0;
    font-size: 40px;
    letter-spacing: -0.04em;
    color: #5e606f;
}
.token__sell-bottom .title span {
    color: var(--tg-primary-color);
}
.gutter-y-40 {
    --bs-gutter-y: 40px;
}
.token__chart-wrap {
    backdrop-filter: blur(40px);
    background: rgba(9, 11, 27, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 40px 20px;
    gap: 30px;
}
.token__chart-wrap .thumb {
    width: 200px;
    flex: 0 0 auto;
}
.token__chart-wrap .title {
    font-size: 24px;
    letter-spacing: -0.04em;
    margin-bottom: 25px;
}
.token__chart-wrap .list-wrap li {
    display: flex;
    align-items: center;
    gap: 13px;
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0.03em;
    color: var(--tg-white);
    position: relative;
    margin-bottom: 10px;
}
.token__chart-wrap .list-wrap li:last-child {
    margin-bottom: 0;
}
.token__chart-wrap .list-wrap li::before {
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 50px;
    display: block;
    background: var(--tg-primary-color);
    flex: 0 0 auto;
}
.token__chart-wrap .list-wrap li:nth-child(2)::before {
    background: #136F84;
}
.token__chart-wrap .list-wrap li:nth-child(3)::before {
    background: #44A08D;
}
.token__chart-list {
    display: flex;
    align-items: flex-start;
    gap: 10px 30px;
}
.token__chart-wrap .list-wrap-two li:nth-child(1)::before {
    background: var(--tg-white);
}
.token__chart-wrap .list-wrap-two li:nth-child(2)::before {
    background: #012641;
}
.divider {
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: linear-gradient(225deg, #010314 0%, rgba(255, 255, 255, 0.45) 54.98%,
                rgba(1, 3, 20, 0.99) 100%);
    display: block;
}

/* services */
.services__item {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    background: var(--tg-secondary-color);
    padding: 30px 30px;
    height: 100%;
}
.services__item .btn {
    width: 100%;
    justify-content: center;
    background: transparent;
}
.services__content-top .title {
    margin-bottom: 12px;
    font-size: 24px;
}
.services__content-top .title span {
    color: var(--tg-primary-color);
}
.services__content-top p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
}
.services__thumb {
    text-align: center;
    padding: 45px 0;
}
.services__list-wrap {
    margin-bottom: 24px;
}
.services__list {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 15px;
}
.services__list:last-child {
    margin-bottom: 0;
}
.services__list .icon {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--tg-primary-color);
    background: #323550;
    border-radius: 50%;
}
.services__list .content .title {
    margin-bottom: 8px;
    font-size: 20px;
    letter-spacing: -0.04em;
}
.services__list p {
    margin-bottom: 0;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}


/* brand */
.brand__bg {
    background-size: cover;
    background-position: center;
}
.brand__item-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
.brand__item {
    backdrop-filter: blur(20px);
    background: rgba(9, 11, 27, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 30px 40px;
    min-height: 100px;
    display: flex;
    align-items: center;
    cursor: pointer;
    min-width: 310px;
    justify-content: center;
}
.brand__item:hover img {
    opacity: .5;
}

/* work */
.work__item-wrap {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    overflow: hidden;
}
.work__item {
    background: var(--tg-secondary-color);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding: 30px 45px 30px 30px;
    height: 100%;
}
.row.gx-0 {
    --bs-gutter-x: 0;
}
.work__icon {
    margin-bottom: 34px;
}
.work__content .title {
    margin-bottom: 12px;
    font-size: 24px;
    letter-spacing: -0.04em;
}
.work__content p {
    margin-bottom: 0;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}
.work__list {
    margin-top: 60px;
}
.work__list li {
    display: flex;
    gap: 18px;
    font-size: 20px;
    color: var(--tg-white);
    line-height: 1.5;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 10px;
    margin-top: 10px;
}
.work__list li:first-child {
    margin-top: 0;
}
.work__list li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--tg-primary-color);
    border-radius: 50%;
}
.work__item-wrap .row > *:last-child .work__item {
    border-right: none;
}

/* faq */
.faq__area {
    background: var(--tg-secondary-color);
    position: relative;
    z-index: 1;
}
.faq__wrap {
    margin-left: 60px;
}
.faq__wrap .accordion-item {
    background-color: var(--tg-secondary-color);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px !important;
    margin-bottom: 12px;
    overflow: hidden;
    transition: .3s all ease-in-out;
}
.faq__wrap .accordion-item.active {
    border-color: var(--tg-primary-color);
}
.faq__wrap .accordion-item:last-child {
    margin-bottom: 0;
}
.faq__wrap .accordion-button {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.02em;
    padding: 30px 25px;
    background: transparent;
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
    border-radius: 10px !important;
    position: relative;
}
.faq__wrap .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.faq__wrap .accordion-button::after {
    display: none;
}
.faq__wrap .accordion-button::before {
    content: "\f078";
    position: absolute;
    right: 30px;
    top: 34px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 20px;
    transition: .3s all ease-in-out;
    line-height: 1;
}
.faq__wrap .accordion-button:not(.collapsed)::before {
    transform: rotate(180deg);
}
.faq__wrap .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.faq__wrap .accordion-body {
    padding: 0 70px 30px 30px;
}
.faq__wrap .accordion-body p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}
.section__line-wrap {
    top: 0px;
    left: 50%;
    bottom: 0px;
    width: 100%;
    z-index: -2;
    position: absolute;
    transform: translateX(-50%);
    max-width: 1600px;
    margin: auto;
    display: flex;
}
.section__line-wrap .line__item {
    height: 100%;
    position: relative;
    width: 33.33%;
    flex: 0 0 auto;
}
.section__line-wrap span {
    height: 100%;
    display: block;
    width: 1px;
    background: var(--tg-white);
    opacity: 0.05;
}

/* blog */
.blog__post-thumb {
    position: relative;
    margin-bottom: 30px;
}
.blog__post-thumb img {
    width: 100%;
    mix-blend-mode: luminosity;
    border-radius: 10px;
    min-height: 200px;
    object-fit: cover;
}
.blog__post-thumb .tag {
    font-weight: 500;
    font-size: 16px;
    background: var(--tg-primary-color);
    color: var(--tg-secondary-color);
    border-radius: 4px;
    line-height: 1;
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 7px 13px;
}
.blog__post-thumb .tag:hover {
    background: var(--tg-secondary-color);
    color: var(--tg-white);
}
.blog__post-content .title {
    margin-bottom: 24px;
    font-size: 24px;
    letter-spacing: -0.03em;
}
.blog__post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 45px;
}
.blog__post-meta .post__author {
    display: flex;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
    align-items: center;
    color: var(--tg-white);
}
.blog__post-meta .post__author a {
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
}
.blog__post-meta .post__author a:hover {
    color: var(--tg-primary-color);
}
.blog__post-meta .post__author img {
    width: 26px;
    flex: 0 0 auto;
    border-radius: 50%;
}
.blog__post-meta li {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}
.blog__post-meta li::before {
    content: "";
    position: absolute;
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--tg-primary-color);
    border-radius: 50%;
}
.blog__post-meta li:last-child::before {
    display: none;
}
.blog-post-wrap .read-more-btn-two a:hover {
    color: var(--tg-secondary-color);
}
.sidebar-follow-wrap-two .btn:hover {
    background: var(--tg-gradient-color);
}
.comment-form .btn.tg-btn-three:hover {
    background: var(--tg-gradient-color);
}

/* team */
.team__area {
    background: var(--tg-secondary-color);
}
.team__content-wrap .btn {
    background: transparent;
}
.team__item-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 45px;
    justify-content: flex-end;
    margin-right: 20px;
}
.team__item {
    width: 184px;
}
.team__thumb {
    position: relative;
    margin-bottom: 15px;
    mask-image: url(../img/team/mask_img.png);
    width: 184px;
    height: 204px;
    mask-size: 100% 100%;
    margin-bottom: 20px;
    background-color: var(--tg-secondary-color);
}
.team__thumb img {
    mix-blend-mode: luminosity;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team__thumb a {
    width: 32px;
    height: 32px;
    background: var(--tg-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--tg-white);
    font-size: 15px;
    line-height: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}
.team__thumb a:hover {
    background: var(--tg-primary-color);
}
.team__thumb a i {
    background: linear-gradient(0deg, #b498ff 0%, #5729d6 45.4%, #010314 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.team__content {
    text-align: center;
}
.team__content .title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin-bottom: 5px;
}
.team__content span {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    font-size: 16px;
}


/* footer */
.footer__bg-two {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.footer__bg-three {
    background: var(--tg-secondary-color);
}
.footer__top-two {
    padding: 150px 0 85px;
}
.footer__contact .title {
    font-size: 48px;
    letter-spacing: -0.03em;
    font-weight: 600;
    margin-bottom: 4px;
}
.footer__contact a {
    font-weight: 600;
    font-size: 48px;
    display: inline-block;
    letter-spacing: -0.03em;
    line-height: 1;
    font-family: var(--tg-heading-font-family);
}
.footer-widget .fw-title-two {
    font-size: 24px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.footer-link-two .list-wrap li a {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}
.footer-link-two .list-wrap li a:hover {
    color: var(--tg-white);
}
.footer__newsletter-two p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin-bottom: 30px;
}
.footer__newsletter-form {
    position: relative;
}
.footer__newsletter-form input {
    width: 100%;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: var(--tg-white);
    border: none;
    background: transparent;
    padding: 0 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer__newsletter-form input::placeholder {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.7);
}
.footer__newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: transparent;
    padding: 0;
    color: var(--tg-white);
}
.footer__newsletter-form button:hover {
    color: var(--tg-primary-color);
}
.footer__top-two .row > *:nth-child(2) .footer-widget {
    padding-left: 50px;
}
.footer__top-two .row > *:nth-child(3) .footer-widget {
    padding-left: 35px;
}
.copyright__text p {
    margin-bottom: 0;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}
.copyright__text p span {
    color: var(--tg-primary-color);
}
.footer__bottom-menu .list-wrap {
    display: flex;
    gap: 5px 40px;
    justify-content: flex-end;
}
.footer__bottom-menu .list-wrap li a {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}
.footer__bottom-menu .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.footer__bottom-two {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer__bottom-text .title {
    margin-bottom: 0;
    background: linear-gradient(90deg, #39374a 0%, #1a1b24 50%, #60637a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 460px;
    line-height: .8;
    margin-bottom: -175px;
    z-index: -1;
    position: relative;
}


/* login */
.login__area {
    min-height: 100vh;
    padding: 30px 20px;
}
.login__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: calc(100vh - 60px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}
.login__form-wrap {
    background: var(--tg-secondary-color);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 50%;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 30px 250px;
    text-align: center;
}
.login__form-wrap .title {
    margin-bottom: 14px;
    font-size: 30px;
    letter-spacing: -0.03em;
}
.login__form-wrap p {
    margin-bottom: 45px;
    font-size: 18px;
}
.login__form {
    width: 100%;
}
.login__form .form-grp {
    position: relative;
    margin-bottom: 20px;
}
.login__form .form-grp input {
    width: 100%;
    background: var(--tg-secondary-color);
    border: 1px solid rgba(255, 255, 255, 0.15);
    height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 400;
    color: var(--tg-white);
    padding: 15px 10px 15px 96px;
}
.login__form .form-grp input::placeholder {
    font-size: 20px;
    font-weight: 400;
}
.login__form .form-grp label {
    width: 72px;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    user-select: none;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.login__form .form-grp label svg {
    opacity: 0.5;
}
.checkbox-grp-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 14px;
    margin-bottom: 40px;
    text-align: left;
}
.checkbox-grp-two input {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    border: none;
    transform: translateY(3px);
}
.checkbox-grp-two label {
    color: var(--tg-body-font-color);
    font-size: 18px;
    user-select: none;
}
.checkbox-grp-two label a {
    color: var(--tg-white);
}
.checkbox-grp-two label a:hover {
    color: var(--tg-primary-color);
}
.login__form-wrap .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 40px 0;
}
.login__form-wrap .list-wrap li a {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    color: #03A9F4;
}
.login__form-wrap .list-wrap li:nth-child(2) a {
    color: #4267B2;
}
.login__form-wrap .list-wrap li a:hover {
    border-color: var(--tg-primary-color);
}
.login__form-wrap .bottom-text {
    display: block;
    font-size: 18px;
}
.login__form-wrap .bottom-text a {
    color: var(--tg-white);
}
.login__form-wrap .bottom-text a:hover {
    color: var(--tg-primary-color);
}
.login__img-wrap {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    padding: 100px 120px;
    background-color: var(--tg-secondary-color);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login__img {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    mix-blend-mode: luminosity;
}
.login__img-wrap .login__top-btn {
    position: absolute;
    right: 60px;
    top: 40px;
}
.login__img-wrap .login__top-btn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
    text-transform: uppercase;
    color: var(--tg-white);
    font-size: 16px;
    justify-content: flex-end;
    font-weight: 700;
}
.login__img-wrap .login__top-btn a:hover {
    color: var(--tg-primary-color);
}
.login__content {
    background: linear-gradient(180deg, rgba(25, 26, 27) 0%, rgba(214 249 102 / 66%) 100%);
    border: 1px solid #363636;
    text-align: center;
    padding: 106px 90px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.login__content a {
    margin-bottom: 32px;
    display: inline-block;
}
.login__content .title {
    margin-bottom: 0;
    font-size: 34px;
    line-height: 1.4;
}



/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1800px) {
.login__img-wrap {
    padding: 100px 90px;
}
.login__form-wrap {
    padding: 30px 140px;
}
.login__content {
    padding: 90px 40px;
}


}


/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1500px) {
.banner-bg-two {
    padding: 230px 0 140px;
}
.banner-content-two .title {
    font-size: 85px;
}
.footer__bottom-text .title {
    font-size: 440px;
}
.banner__progress-wrap {
    margin-bottom: 40px;
}
.menu-area.menu-area-two {
    padding: 0;
}
.login__content {
    padding: 70px 40px;
}
.login__img-wrap {
    padding: 80px 60px;
}
.login__form-wrap {
    padding: 30px 100px;
}
.login__form-wrap .title {
    font-size: 28px;
    margin-bottom: 10px;
}
.login__form-wrap p {
    margin-bottom: 20px;
}
.login__form .form-grp {
    margin-bottom: 15px;
}
.checkbox-grp {
    margin-bottom: 25px;
}
.login__form-wrap .list-wrap {
    margin: 25px 0;
}
.login__content .title {
    font-size: 32px;
}
.login__area {
    padding: 15px 15px;
}
.login__wrap {
    min-height: calc(100vh - 30px);
}

}


/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
.menu-area-two .navbar-wrap > ul > li {
    margin-right: 15px;
}
.menu-area-two .navbar-wrap > ul > li:last-child {
    margin-right: 0;
}
.menu-area-two .navbar-wrap ul {
    padding: 0 30px;
}
.banner-content-two .title {
    font-size: 65px;
}
.banner-bg-two {
    padding: 200px 0 100px;
}
.section-title-two .title {
    font-size: 38px;
}
.section-py-150 {
    padding: 120px 0;
}
.crypto__form .form-grp {
    width: 370px;
}
.token__info-wrap {
    padding: 30px 20px;
}
.token__info-wrap .list-wrap li {
    font-size: 16px;
    margin-bottom: 18px;
}
.token__sell-wrap {
    padding: 60px 0 40px;
    margin-left: 0;
}
.token__item .count {
    font-size: 26px;
}
.token__item p {
    font-size: 16px;
}
.token__sell-bottom .title {
    font-size: 35px;
}
.services__item {
    padding: 20px 20px;
}
.services__content-top .title {
    font-size: 22px;
}
.services__thumb {
    padding: 30px 0;
}
.services__list .content .title {
    font-size: 18px;
}
.brand__item {
    padding: 30px 20px;
    min-width: 290px;
}
.section-pt-150 {
    padding-top: 120px;
}
.work__item {
    padding: 30px 30px 30px 30px;
}
.faq__wrap {
    margin-left: 0;
}
.blog__post-meta {
    gap: 15px 30px;
}
.blog__post-meta li::before {
    right: -18px;
}
.team__item-wrap {
    gap: 30px 20px;
    margin-right: 0;
}
.team__item {
    width: 160px;
}
.footer__top-two .row > *:nth-child(2) .footer-widget {
    padding-left: 0;
}
.footer__top-two .row > *:nth-child(3) .footer-widget {
    padding-left: 0;
}
.footer__contact a {
    font-size: 40px;
}
.footer__contact .title {
    font-size: 40px;
}
.footer__bottom-text .title {
    font-size: 325px;
    margin-bottom: -100px;
}
.login__form-wrap {
    padding: 30px 45px;
}
.login__img-wrap {
    padding: 80px 40px;
}
.login__content {
    padding: 50px 30px;
}
.login__content .title {
    font-size: 28px;
}
.login__img-wrap .login__top-btn {
    right: 40px;
    top: 30px;
}


}


/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {
.menu-area-two .menu-nav {
    display: flex;
    padding: 15px 20px;
}
.banner__progress-wrap {
    margin-bottom: 30px;
    margin-right: 0;
}
.banner-content-two {
    text-align: center;
}
.banner-content-two .sub-title {
    justify-content: center;
}
.banner__btn {
    justify-content: center;
}
.banner__img {
    margin-top: 50px;
}
.banner__img img {
    max-width: 90%;
}
.section-title-two .sub-title {
    font-size: 18px;
}
.banner-bg-two::before {
    background: #010314;
    opacity: 0.5;
}
.header__top-content p {
    letter-spacing: 0.1em;
}
.banner-content-two .title {
    font-size: 58px;
}
.banner-bg-two {
    padding: 170px 0 80px;
}
.section-py-150 {
    padding: 100px 0;
}
.crypto__form .form-grp {
    width: 335px;
}
.features__item-wrap {
    gap: 20px;
}
.features__item {
    min-width: 235px;
}
.work__item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.work__item-wrap .row > *:last-child .work__item {
    border-bottom: none;
}
.faq__img {
    text-align: center;
    margin-bottom: 50px;
}
.team__item {
    width: 184px;
}
.team__item-wrap {
    gap: 30px 30px;
    justify-content: flex-start;
    margin-top: 50px;
}
.footer__top-two {
    padding: 100px 0 60px;
}
.copyright__text {
    text-align: center;
    margin-bottom: 10px;
}
.footer__bottom-menu .list-wrap {
    gap: 30px 30px;
    justify-content: center;
}
.footer__bottom-text .title {
    font-size: 260px;
    margin-bottom: -70px;
}
.section-pt-150 {
    padding-top: 100px;
}
.login__wrap {
    flex-direction: column-reverse;
}
.login__form-wrap {
    width: 100%;
    padding: 50px;
}
.login__img-wrap {
    padding: 80px 40px 50px;
}
.login__content {
    padding: 45px 30px;
}
.login__content .title {
    font-size: 30px;
}


}


/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
.menu-area-two .menu-nav {
    padding: 10px 20px;
}
.banner-content-two .title {
    font-size: 40px;
}
.banner-bg-two {
    padding: 150px 0 70px;
}
.section-title-two .title {
    font-size: 28px;
}
.section-title-two.mb-60,
.section-title-two.mb-70,
.section-title-two.mb-80 {
    margin-bottom: 30px;
}
.crypto__form .form-grp {
    width: 100%;
}
.features__item-wrap {
    animation: featuresScroll 10s linear infinite;
    animation-duration: 10s;
    gap: 15px;
}
.section-py-150 {
    padding: 60px 0;
}
.product__wrap {
    padding: 0;
}
.section-pt-150 {
    padding-top: 60px;
}
.product__wrap .main-shape {
    margin-bottom: 0;
    display: none;
}
.product__item {
    position: initial;
    flex-direction: column;
    gap: 20px;
    min-width: 150px;
}
.product__item .title {
    margin-bottom: 0;
}
.product__item:nth-child(3) {
    transform: translateX(0);
}
.product__item-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.product__area {
    padding: 60px 0;
}
.token__info-wrap .list-wrap li span {
    width: 130px;
}
.token__sell-info img {
    height: 250px;
    object-fit: cover;
}
.token__item:nth-child(1) {
    left: 5%;
    top: -15px;
}
.token__item:nth-child(2) {
    left: 3%;
    bottom: 22%;
}
.token__item:nth-child(3) {
    left: 43%;
    top: 21%;
}
.token__item:nth-child(4) {
    right: 4%;
}
.token__sell-bottom .title {
    font-size: 26px;
}
.token__chart-wrap {
    padding: 40px 30px;
    flex-wrap: wrap;
}
.token__chart-wrap .thumb {
    margin: 0 auto;
}
.token__chart-list {
    flex-wrap: wrap;
}
.brand__item {
    padding: 20px 20px;
    min-width: 200px;
    min-height: 80px;
}
.brand__item img {
    max-width: 120px;
}
.brand__item {
    padding: 15px 13px;
    min-width: 160px;
    min-height: 60px;
}
.faq__wrap .accordion-button {
    font-size: 18px;
    padding: 16px 50px 16px 20px;
}
.faq__wrap .accordion-body {
    padding: 5px 16px 20px 16px;
}
.faq__wrap .accordion-button::before {
    right: 25px;
    top: 23px;
}
.team__item {
    width: 47%;
}
.team__item-wrap {
    gap: 30px 20px;
}
.footer__bottom-text .title {
    font-size: 135px;
    margin-bottom: 0;
}
.footer__top-two {
    padding: 60px 0 20px;
}
.login__img-wrap .login__top-btn a {
    gap: 10px;
    justify-content: center;
}
.login__img-wrap {
    padding: 60px 25px 40px;
}
.login__content a {
    margin-bottom: 20px;
}
.login__content .title {
    font-size: 25px;
}
.login__img-wrap .login__top-btn {
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    right: auto;
}
.login__content {
    padding: 30px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.login__form-wrap {
    padding: 30px 20px;
}
.blog__post-thumb .tag {
    font-size: 16px;
}
.services__list p {
    font-size: 16px;
}
.services__content-top p {
    font-size: 16px;
}
.work__content p {
    font-size: 16px;
}
.work__list {
    margin-top: 35px;
}
.work__list li {
    font-size: 16px;
}
.work__content .title {
    margin-bottom: 8px;
    font-size: 20px;
}
.work__icon {
    margin-bottom: 20px;
}
.blog__post-content .title {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 15px;
}
.blog__post-thumb {
    margin-bottom: 20px;
}
.team__thumb {
    width: 100%;
    height: auto;
}
.team__content .title {
    font-size: 18px;
    letter-spacing: 0;
}
.team__content span {
    font-size: 14px;
}
.faq__wrap .accordion-body p {
    font-size: 16px;
}
.banner__btn {
    gap: 15px 20px;
}
.tg-btn-four {
    padding: 15px 25px;
}
.scroll-top.open {
    bottom: 20px;
}


}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
.team__item {
    width: 30%;
}
.banner-content-two .title {
    font-size: 48px;
}
.section-title-two .title {
    font-size: 35px;
}
.token__item:nth-child(2) {
    left: 12%;
    bottom: 22%;
}
.footer__bottom-text .title {
    font-size: 180px;
    margin-bottom: -40px;
}


}

