

/* 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: #E275FF;
    --tg-secondary-color: #0F101E;
    --tg-body-font-color: #92939E;
    --tg-heading-font-color: #FFFFFF;
    --tg-paragraph-color: #92939E;
    --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: #010314;
    --tg-teal: #20c997;
    --tg-cyan: #0dcaf0;
    --tg-white: #ffffff;
    --tg-black: #010314;
    --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-white);
	text-shadow: none;
}
::-moz-selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}
::selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	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-green) 47.60%, 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.4s ease;
    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: 6px;
    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: 1430px;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 9;
	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: 45px;
}
.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: 60px;
}
.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: 99;
	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: 2;
	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-white);
	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: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    font-size: 16px;
    border-radius: 50%;
    color: var(--tg-black);
}
body, html {
  overflow-x: hidden;
}

/*=============================
	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: 220px 0 145px;
    margin: 0 20px;
    overflow: hidden;
}

.teamwrap .breadcrumb-content .title {
    font-size: 50px;
}
.teamwrap.breadcrumb-bg p{
    color:#fff;
}
.teamwrap+.team-section {
    margin-top: -120px;
    position: relative;
    z-index: 1;
}
.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: #E275FF;
    position: absolute;
    left: 0;
    top: 3px;
}
.chart-list .list-wrap li:nth-child(2):before {
    background: #8B29A6;
}
.chart-list .list-wrap li:nth-child(3):before {
    background: #621378;
}
.chart-list .list-wrap li:nth-child(4):before {
    background: #4A075C;
}
.chart-list .list-wrap li:nth-child(5):before {
    background: #340142;
}
.chart-list .list-wrap li:nth-child(6):before {
    background: #1C1D34;
}
.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: 60px;
}
.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 50px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.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: 60px;
}
.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.84px;
    margin-bottom: 30px;
}
.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: 55px;
}

/* 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: 60px;
}
.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 10px;
    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: 18px;
    font-weight: 500;
    color: var(--tg-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    margin-bottom: 14px;
    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: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--tg-white);
    margin-bottom: 15px;
}
.rc-post-item .title {
    margin-bottom: 0;
    font-size: 18px;
    font-family: var(--tg-body-font-family);
    font-weight: 400;
    color: var(--tg-paragraph-color);
}
.sidebar-follow-wrap .list-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #292A37;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.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: rgba(146, 147, 158, 0.50);
    font-size: 14px;
    letter-spacing: 0.7px;
    border: 1px solid rgba(43 44 56 / 46%);
    display: block;
    padding: 7px 18px;
    line-height: 1;
    border-radius: 3px;
}
.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: 30px;
    mix-blend-mode: luminosity;
}
.blog-details-content {
    margin-bottom: 90px;
}
.blog-details-content .title {
    margin-bottom: 30px;
    font-size: 28px;
}
.blog-details-content > p {
    margin-bottom: 25px;
}
.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: 30px;
    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: rgba(146, 147, 158, 0.50);
    font-size: 14px;
    letter-spacing: 0.7px;
    border: 1px solid rgba(43 44 56 / 46%);
    display: block;
    padding: 7px 18px;
    line-height: 1;
    border-radius: 3px;
}
.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: transparent;
    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-secondary-color);
}

/*=============================
	18. Contact
===============================*/
.contact-info-wrap {
    margin-bottom: 110px;
}
.contact-info-item {
    text-align: center;
    background: var(--tg-secondary-color);
    border-radius: 30px;
    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 .hero-bg-gradient2 {
    width: 721px;
    height: 539px;
    position: absolute;
    background: radial-gradient(48.69% 39.15% at 50.02% 50.04%, #19EFF9 0.01%, rgba(25, 54, 99, 0.3) 53.96%, rgba(0, 0, 0, 0) 100%);
    top: 0%;
    left: -390px;
    transform: rotate(40deg);
    opacity: 0.7;
    z-index: -1;
}
.watermark{
	text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.watermark img{
width: 70%;
    max-width: 70%;
    border-radius: 10px;
    height: 70%;
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
    filter: grayscale(1);
}
.contactform_sec .row{
	position:relative;
	z-index:1;
}
.contactform_sec {
    width: 100%;
    max-width: 1120px;
    margin: auto;
    padding: 80px 40px;
    border-radius: 30px;
    position: relative;
    background: var(--tg-black2);
    border: 1px solid rgba(255, 255, 255, 0.12);
	border-top:none;
}
.contactform_sec:before {
    background: linear-gradient(82.3deg, var(--tg-primary-color) 10.8%, var(--tg-theme-color2) 94.3%);
    position: absolute;
    top: -1.5px;
    left: -1px;
   /*  background: linear-gradient(158deg, var(--tg-primary-color) 10.8%, #021928 34.3%); */
    z-index: -1;
    border-radius: 30px;
    right: -1px;
    bottom: -1px;
    content: '';
}
.contact-form {
    /* background: var(--tg-secondary-color);
    border-radius: 0 15px 15px 0;
    padding: 50px 50px; */
	width: 100%;
    max-width: 720px;
    margin: auto;
}
.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 15px;
    border-radius: 10px;
    color: var(--tg-white);
    line-height: 1;
    height: 50px;
}
.contactform_sec .contact-form .form-grp textarea,
.contactform_sec .contact-form .form-grp input{
	background:rgb(16 18 29 / 45%);
	border:1px solid #ffffff52;
}
.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;
    resize: none;
}
.contact-form .btn:hover {
    background: var(--tg-primary-color);
	color:#fff;
}
.ajax-response.error {
    color: red;
    margin-top: 20px;
}
.ajax-response.success {
    color: green;
}
.btnoutline{
  background: #ffffff25 !important;
  color: #fff !important;
  border-color: #fff !important;
}
.btn {
  text-transform: uppercase;
}
/*=============================
	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 2 ---------------------------------- */
.home-purple-gradient {
    --tg-primary-color: #19EFF9;
    --tg-theme-color2: #036EB4;
    --tg-black2: #10121D;
    --tg-black3: #010314;
    --tg-secondary-color: #010314;
    --tg-secondary-color2: #0F101E;
    
}
.btn5,
.btn3,
.btn2 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    justify-content: center;
}
.btn5:before,
.btn3:before,
.btn2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(82.3deg, var(--tg-primary-color) 10.8%, var(--tg-theme-color2) 94.3%);
    transition: all 0.475s;
    z-index: -1;
    opacity: 0;
}
.btn5:hover:before,
.btn3:hover:before,
.btn2:hover:before {
    opacity: 1;
}
.btn3:after {
    display: none;
}
.btn4 {
    background: transparent;
    border: 1px solid var(--tg-white);
    color: var(--tg-white);
}
.btn4:hover {
    background: var(--tg-white);
    color: var(--tg-secondary-color);
}
.btn5:after,
.btn4:after {
    display: none;
}
.btn5 {
    background: linear-gradient(93.17deg, var(--tg-primary-color) -18.55%, #036EB4 163.09%);
    color: var(--tg-white);
    font-weight: 600;
  }
  .btn5:before {
    background: linear-gradient(-93.17deg, var(--tg-primary-color) -18.55%, #036EB4 163.09%);
  }
  .btn5:focus, .btn5:hover, .btn5.active {
    color: var(--tg-white);
    background: linear-gradient(93.17deg, var(--tg-primary-color) -18.55%, #036EB4 163.09%);
  }
  .btn5:focus:before, .btn5:hover:before, .btn5.active:before {
    opacity: 1;
  }
.title.style2 {
    -webkit-text-fill-color: var(--tg-white);
    font-weight: 700;
}
.text-title {
    color: var(--tg-secondary-color) !important;
    -webkit-text-fill-color: var(--tg-secondary-color) !important;
}
.sec-text {
    font-size: 18px;
    margin-top: 30px;
    line-height: 1.667;
    margin-bottom: 0;
}
@media (max-width: 1299px) {
    .sec-text {
        font-size: 16px;
    }
}
.slider-area {
    position: relative;
}
.slider-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--tg-white);
    border: 1px solid #EBEDF1;
    color: var(--tg-secondary-color);
    position: absolute;
    top: 50%;
    left: var(--pos-x, -120px);
    width: var(--icon-size, 55px);
    height: var(--icon-size, 55px);
    line-height: var(--icon-size, 55px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 55px) / -2);
    z-index: 3;
    border-radius: 50%;
}
.slider-arrow.next-btn {
    right: var(--pos-x, -120px);
    left: auto;
}
.slider-arrow:hover {
    background-color: var(--tg-primary-color);
    color: var(--tg-white);
    border-color: var(--tg-primary-color);
}
.slider-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0;
}
.slick-dots {
    list-style-type: none;
    padding: 2px 0 4px;
    margin: 40px 0 0 0;
    line-height: 0;
    text-align: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .slick-dots li {
    display: inline-block;
    margin-right: 15px;
  }

  .slick-dots li:last-child {
    margin-right: 0;
  }

  .slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.3);
    width: 12px;
    height: 12px;
    line-height: 0;
    border-radius: 9999px;
    border: none;
    border: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative;
  }

  .slick-dots button:hover {
    border-color: var(--tg-primary-color);
  }

  .slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid var(--tg-primary-color);
    background-color: var(--tg-primary-color);
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    visibility: hidden;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }

  .slick-dots .slick-active button::before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
.icon-box {
    display: inline-flex;
    gap: 20px;
}
.gy-30 {
    --bs-gutter-y: 30px;
}
.gy-40 {
    --bs-gutter-y: 40px;
}
.gy-60 {
    --bs-gutter-y: 60px;
}
/* Bg Gradient ---------------------------------- */
.bg-gradient-1 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
}
.bg-gradient-1:after {
    content: '';
    position: absolute;
    background: linear-gradient(to top, #036EB4, transparent 50%);
    background: -webkit-linear-gradient(to top, #036EB4, transparent 50%);
    filter: blur(155px);
	-webkit-filter: blur(155px);
    inset: 0;
}
.bg-gradient-1 img {
    width: 100%;
}
.bg-gradient-2 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
}
.bg-gradient-2:after {
    content: '';
    position: absolute;
    background: linear-gradient(to top, var(--tg-primary-color) 2%, rgb(32 150 255 / 67%), transparent 25%)
    filter: blur(155px);
    inset: -100px 0 0 0;
}
@media (min-width: 1922px) {
    .bg-gradient-2:after {
        inset: 0;
    }
}
.bg-gradient-2 img {
    width: 100%;
}

.bg-gradient-3 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
}
.bg-gradient-3:after {
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, var(--tg-primary-color) -5.52%, rgba(32, 150, 255, 0.27) 56.38%, var(--tg-secondary-color) 207.11%);
    filter: blur(155px);
    inset: 100px 0 0;
}

@media (min-width: 1922px) {
    .bg-gradient-3:after {
        inset: 0;
    }
}
.bg-gradient-3 img {
    width: 100%;
}

.bg-gradient-4 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
}

.bg-gradient-4:after {
    content: '';
    position: absolute;
    background: linear-gradient(to top, #036caf -5.52%, rgba(32, 150, 255, 0.27) 46.38%, var(--tg-secondary-color) 217.11%);
    filter: blur(100px);
    -webkit-filter: blur(100px);
    inset: 500px 0 0;
}

.feature-area-2 .bg-gradient-4:after {
	background:linear-gradient(to top, #020618 -5.52%, rgba(32, 150, 255, 0.27) 46.38%, var(--tg-secondary-color) 217.11%);
}

@media (min-width: 1922px) {
    .bg-gradient-4:after {
        inset: 0;
    }
}
@media (max-width: 1500px) {
    .bg-gradient-4:after {
        inset: 0;
    }
}
@media (max-width: 525px) {
    .bg-gradient-4 {
        top: 30%;
    }
}
.bg-gradient-4 img {
    width: 100%;
}

.bg-gradient-5 {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(to bottom, #0887c0 -20%, rgb(4 17 43) 56%, #010314 100%);
}

.bg-black2 {
    background: var(--tg-black2);
}
.z-index-common {
    position: relative;
    z-index: 3;
}
.social-btn {
    display: flex;
    gap: 10px;
}
.brand-area2 .social-btn a {
  height:auto;
  width: auto;
  line-height: normal;
  font-size: inherit;
  display: block;
  border-radius: 0;
  background:transparent;
}

.brand-area2 .social-btn a i{
  height: var(--icon-size, 78px);
  width: var(--icon-size, 78px);
  line-height: 78px;
  font-size: 28px;
  display: block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.brand-area2 .social-btn a:hover{
  background: transparent;
}

.brand-area2 .social-btn a small {
  font-size: 16px;
  display: block;
  margin-top: 15px;
  color: #fff !important;
}
.brand-area2 .social-btn a:hover i{
  color: #000;
  background: var(--tg-primary-color);
}
.brand-area2 .social-btn a:hover svg{
  stroke: #000;
}
.brand-area2 .social-btn {
  gap: 92px;
}
.subtitle {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, var(--tg-primary-color) -18.55%, var(--tg-theme-color2) 163.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin: 20px 0 10px 0;
}
.social-btn a {
    height: var(--icon-size, 45px);
    width: var(--icon-size, 45px);
    min-width: var(--icon-size, 45px);
    line-height: 45px;
    display: inline-block;
    color: var(--tg-white);
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}
.social-btn a:hover {
    background: var(--tg-primary-color);
    color: var(--tg-black);
    border-color: var(--tg-primary-color);
}
/* Header 1 ---------------------------------- */
/* .header-layout1 .custom-container {
    max-width: 1692px;
} */
.header-layout1 .navbar-wrap ul {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
	    margin: 0;
    margin-left: auto;
}
/* .header-layout1 .menu-area {
    padding:30px 0 23px 0;
} */
.header-layout1 .menu-area {
    padding:0px 0 23px 0;  
}
.header-layout1 .header-action > ul li {
    margin-left: 20px;
}
.header-layout1 .header-action ul li:first-child {
    margin-left: 0;
}
.header-layout1 .header-action .header-login .btn2 {
    padding: 14px 40px;
}
.header-layout1 .menu-area.sticky-menu{
	padding:15px 0;
}

.header-action .header-login a.btn-brd {
    background: transparent;
    color: #fff;
    border: 1.6px solid #fff;
}
.header-action .header-login a.btn-brd:hover {
    border-color: transparent !important;
}
.dropdown-link {
    position: relative;
    display: inline-block;
}
.dropdown-link > a {
    color: var(--tg-white);
    font-size: 14px;
    font-weight: 600;
    font-family: var(--tg-body-font-color);
    letter-spacing: -0.42px;
}
.dropdown-link > a i {
    margin-right: 3px;
    transition: 0.4s;
}
.dropdown-link > a:hover i {
    color: var(--tg-white) !important;
}

.dropdown-toggle::after {
    content: "\f107";
    border: none;
    font-family: "Font Awesome 5 Free";
    vertical-align: middle;
    font-weight: 700;
    margin-left: 6px;
}
.dropdown-menu {
    width: fit-content;
    min-width: auto;
    top: calc(100% + 10px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    padding: 8px 20px !important;
    border-color: #E3E3E3;
}
.dropdown-menu li {
    padding-right: 0;
    margin-right: 0;
}
.dropdown-menu li:after {
    display: none;
}
.dropdown-menu li a {
    display: block;
}
.dropdown-menu a {
    color: var(--tg-secondary-color) !important;
}
.dropdown-menu a:hover {
    color: var(--tg-primary-color) !important;
}
.dropdown-menu:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background-color: var(--tg-white);
    z-index: -1;
    transform: rotate(45deg);
    border-top: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
}
/* Hero 1 ---------------------------------- */
.hero-1 {
    position: relative;
    overflow: hidden;
    padding-bottom: 145px;
}
.hero-1 .hero-bg-gradient {
    position: absolute;
    left: 50%;
    z-index: -1;
    background: linear-gradient(0.41deg, #036EB4 19.48%, rgba(6, 33, 56, 0.27) -13.62%, var(--tg-black) 267.11%);
    filter: blur(225px);
    top: -1292px;
    width: 1873px;
    height: 2191px;
    transform: translate(-50%, 0);
    border-radius: 0 0 50% 50%;
}
@media (max-width: 1199px) {
    .hero-1 .hero-bg-gradient {
        top: -1400px;
    }
    .hero-1 {
        padding-bottom: 120px;
    }
}
@media (max-width: 991px) {
    .hero-1 {
        padding-bottom: 100px;
    }
}
.hero-1 .ripple-shape {
    transform: skewX(240deg);
    position: relative;
    z-index: -1;
    opacity: 0.3;
}
.hero-1 .ripple-1,
.hero-1 .ripple-2,
.hero-1 .ripple-3,
.hero-1 .ripple-4,
.hero-1 .ripple-5,
.hero-1 .ripple-6,
.hero-1 .ripple-7 {
    width: 700px;
    height: 700px;
    position: absolute;
    left: 30%;
    top: 0;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 1px solid var(--tg-white);
    border-radius: 50%;
    animation: ripple2 10s linear infinite;
    opacity: 0;
    transition: 0.4s;
}
.hero-1 .ripple-1 {
    animation-delay: 0;
}
.hero-1 .ripple-2 {
    animation-delay: 1s;
}
.hero-1 .ripple-3 {
    animation-delay: 3s;
}
.hero-1 .ripple-4 {
    animation-delay: 4s;
}
.hero-1 .ripple-4 {
    animation-delay: 5s;
}
.hero-1 .ripple-5 {
    animation-delay: 6s;
}
.hero-1 .ripple-6 {
    animation-delay: 7s;
}
.hero-1 .ripple-7 {
    animation-delay: 8s;
}
/* .hero-1 .hero-thumb {
    margin: 0 -47px;
} */
@keyframes ripple {
    0% {
      transform: scale(1);
      opacity: 0;
    }

    30% {
      opacity: 1;
    }

    100% {
      transform: scale(2.1);
      opacity: 0;
    }
}
@keyframes ripple2 {
    0% {
      transform: scale(0);
      opacity: 1;
    }
    10% {
      opacity: 0.6;
    }
    30% {
      opacity: 0.4;
    }
    40% {
      opacity: 0.2;
    }
    50% {
      opacity: 0.14;
    }
    100% {
      transform: scale(3.5);
      opacity: 0;
    }
}
@media (max-width: 991px) {
    .hero-1 .hero-thumb {
        margin: 0;
    }
}
@media (max-width: 767px) {
   /*  .hero-1 .hero-thumb img {
        transform: scale(0.8);
    } */
}
.hero-title {
    margin-bottom: 0;
    color: var(--tg-white);
    font-weight: 700;
    letter-spacing: -2.8px;
/*     font-size: 65px;
    line-height: 1.2857; */
	    font-size: 75px;
    line-height: 1.2;
}
.hero-description {
    font-size: 18px;
    color: #fff;
    max-width: 470px;
    margin: 25px 0 0 0;
}
@media (max-width: 1399px) {
    .hero-title {
      font-size: 60px;
    }
}
@media (max-width: 1299px) {
    .hero-title {
      font-size: 50px;
      letter-spacing: normal;
    }
}
@media (max-width: 991px) {
    .hero-title {
      font-size: 40px;
    }
	.hero-description {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
    .hero-title {
      font-size: 42px;
      letter-spacing: normal;
    }
    br{
      display: none;
    }
    
}
@media (max-width: 375px) {
    .hero-title {
      font-size: 34px;
    }
    .hero-style1 .btn-wrap a {
      min-width: 201px;
    }
}
.hero-style1 {
    position: relative;
    z-index: 6;
    padding: 200px 0 30px;
	min-height: 100vh;
    display: flex;
    align-items: center;
}
.hero-style1 .btn-wrap {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 15px;
}
@media (max-width: 991px) {
    .hero-style1 {
        padding: 170px 0 100px;
        text-align: center;
    }
    .hero-style1 .btn-wrap {
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .hero-style1 {
        padding: 150px 0 50px;
    }
}
@media (max-width: 575px) {
    .hero-style1 {
      padding: 150px 0 50px;
    }
	 .header-layout1 .header-action ul li:nth-last-child(1) {
		margin-left: 10px;
	}
}

.hero-countdown-wrap {
    /* background: var(--tg-black2);
    border-radius: 0;
    padding: 50px; */
	position:relative;
	margin-top:10px;
}

.hero-countdown-wrap .col-md-6:first-child{
	padding-right:30px;
}

.hero-countdown-wrap .col-md-6:last-child{
	padding-left:30px;
}

.ico_icon_img{
	width:100%;
	max-width:90px; 
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
	opacity: 1;
}

.ico_col{
	padding:10px;
	position:relative;
	height: 100%;
}

.ico_col:before{
	content:'';
	position:absolute;
	top:0px;
	left:0px;	
	background: transparent linear-gradient(244deg, #036EB4 0%, #19EFF9 100%) 0% 0% no-repeat padding-box;
	width: 100%;
    height: 100%;
	border-radius:10px;
	/* clip-path: polygon(0 0, 100% 0%, 100% 41%, 0% 100%); */
}

.ico_col.ico_col_right:before {
    background: transparent linear-gradient(69deg, #036EB4 0%, #19EFF9 100%) 0% 0% no-repeat padding-box;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 41%);
}

.ico_col_in{
	padding:10px 0 0 0;
	background:#10121D;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ico_col_in video.congratsvideo{
	width: 100%;
    max-width: 1000px;
    margin-top: 0px;
}

.ico_col_in h2{
	font-size: 55px;
    margin: -153px 0 11px 0;
    font-weight: 700;
	position:relative;
}

.ico_col_in span{
	font-size: 75px;
    color: #fff;
    font-family: var(--tg-heading-font-family);
    font-weight: 700;
    line-height: 1;
    margin: 0px 0 -110px 0;
	position: relative;
	z-index: 1;
}

span.counter-value{
	/* min-width: 214px;
	display:inline-block;
	text-align:right; */
	margin:0px;
}

.ico_col_in h6{
	font-size: 30px;
    margin: 95px 0 40px 0;
	font-style:italic;
}

.ico_col_in label{
	font-size: 30px;
    color: #fff;
    position: relative;
    margin-top: 30px;
    margin-bottom: 18px;
    padding: 0 15px;
    font-weight: 500;
    border: 2px solid #036eb4;
	border-radius:3px;
}

.ico_col_in:before{
	content:'';
	position:absolute;
}

.hero-countdown-wrap .banner-countdown-wrap {
    margin-top: 50px;
}

.hero-countdown-wrap .banner-countdown-wrap .time-count {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    background: var(--tg-secondary-color);
    border-radius: 10px;
    min-width: 110px;
    color: var(--tg-paragraph-color);
    font-weight: 500;
    font-size: 14px;
    padding: 15px 15px 20px;
    position: relative;
    line-height: 1.4;
}

.hero-countdown-wrap .banner-countdown-wrap .time-count span {
    line-height: .9;
    font-size: 35px;
    font-weight: 700;
    color: var(--tg-primary-color);
    font-family: var(--tg-heading-font-family);
    display: block;
    margin-top: 7px;
    margin-bottom: 0;
}

.banner-countdown-wrap h6 {
  margin-bottom: 20px;
  font-size:36px;
  font-weight: 700;
  background: rgb(255, 0, 0);
  color: transparent;
  background: linear-gradient(
    90deg,
    rgba(255, 0, 0, 1) 0%,
    rgba(238, 100, 10, 1) 7%,
    rgba(210, 169, 39, 1) 14%,
    rgba(234, 252, 62, 1) 21%,
    rgba(134, 248, 82, 1) 28%,
    rgba(99, 245, 156, 1) 35%,
    rgba(87, 241, 215, 1) 42%,
    rgba(75, 216, 237, 1) 49%,
    rgba(66, 158, 239, 1) 56%,
    rgba(57, 74, 241, 1) 63%,
    rgba(126, 45, 244, 1) 70%,
    rgba(162, 84, 247, 1) 77%,
    rgba(229, 117, 249, 1) 84%,
    rgba(251, 103, 164, 1) 91%,
    rgba(253, 127, 190, 1) 97%,
    rgba(255, 0, 191, 1) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 500%;
  animation: color 10s linear infinite;
}
@keyframes color {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}

@media (max-width: 991px) {
    
    .hero-countdown-wrap .banner-countdown-wrap .coming-time {
        gap: 30px 49px;
    }
    .hero-countdown-wrap .banner-countdown-wrap .coming-time .time-count:before,
    .hero-countdown-wrap .banner-countdown-wrap .coming-time .time-count:after {
        display: none;
    }
	.hero-countdown-wrap .banner-countdown-wrap .time-count span {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
    
    .hero-countdown-wrap .banner-countdown-wrap .coming-time {
        gap: 15px 30px;
    }
}

.hero-countdown-wrap .hero-countdown-wrap-title {
    color: var(--tg-white);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: -0.25em;
}
@media (max-width: 991px) {
    .hero-countdown-wrap .hero-countdown-wrap-title {
        font-size: 34px;
    }
}
@media (max-width: 767px) {
    .hero-countdown-wrap .hero-countdown-wrap-title {
        font-size: 30px;
    }
}
.hero-countdown-wrap .skill-feature_list {
    list-style: none;
    padding: 0;
    margin: 0px 0 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
	    max-width: 100%;
}
.hero-countdown-wrap .skill-feature_list li {
    color: rgb(255 255 255 / 64%);
    text-align: left;
    position: relative;
	font-size: 12px;
    font-family: var(--tg-heading-font-family);
}

@media (max-width: 575px) {
    /* .hero-countdown-wrap .skill-feature_list li:after {
        display: none;
    } */
    body .hero-countdown-wrap .skill-feature_list li:first-child:after {
        left: 31px !important;
        border-bottom: solid 14px #10121d;
    }
	.hero-countdown-wrap .skill-feature_list.style2 li:first-child:after {
    left: 49px !important;
    border-top: solid 12px #10121d;
    transform: translate(-50%, -17px);
}
}
.hero-countdown-wrap .skill-feature_list li:first-child {
    width: 50%;
    padding-left: 0px;
}
.hero-countdown-wrap .skill-feature_list.style2 li:nth-child(2) {
    margin: 0 0px 0 0 !important;
	text-align: right;
	width: 35%;
}

.hero-countdown-wrap .skill-feature_list li:nth-child(2) {
    width: 50%;
    text-align: left;
}

.hero-countdown-wrap .skill-feature_list li:last-child {
    margin: 0 0px 0 0px;
}


.hero-countdown-wrap .skill-feature_list li span {
    display: block;
}
.hero-countdown-wrap .skill-feature_list li h4 {
    color: var(--tg-white);
    margin-bottom: 0;
}
.hero-countdown-wrap .skill-feature_list.style2 {
    margin-top: 17px;
    align-items: start;
	max-width:100%;
}
.hero-countdown-wrap .skill-feature_list.style2 li:first-child {
    padding-left: 0;
    text-align: center;
	margin: 0 0 0 0px;
	width: 65%;
}


/* .hero-countdown-wrap .skill-feature_list.style2 li:after {
    display: none;
} */

.hero-countdown-wrap .skill-feature_list li:last-child:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 28px;
    bottom: -38px;
    left: 45px;
    background: #ffffff99;
    z-index: 11;
}
.hero-countdown-wrap .skill-feature_list.style2 li:last-child:after{
	 display:none;
}
.hero-countdown-wrap .skill-feature {
    /* background: var(--tg-secondary-color); */
    border-radius: 8px;
    padding: 0px;
    display: flex;
    gap: 27px;
    position: relative;
    z-index: 1;
    margin-bottom: 0 !important;
}
@media (max-width: 767px) {
    .hero-countdown-wrap .skill-feature {
        padding: 0 20px;
    }
}
@media (max-width: 575px) {
    .hero-countdown-wrap .skill-feature {
        background: transparent;
        padding: 0;
    }
}
.hero-countdown-wrap .skill-feature:after, .hero-countdown-wrap .skill-feature:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0.5px;
    background: #1C1D34;
    top: 0;
    left: 22%;
    z-index: -1;
    opacity: 0.5;
}
@media (max-width: 1299px) {
    .hero-countdown-wrap .skill-feature:after, .hero-countdown-wrap .skill-feature:before {
        left: 26%;
    }
}
@media (max-width: 1199px) {
    .hero-countdown-wrap .skill-feature:after, .hero-countdown-wrap .skill-feature:before {
        left: 25%;
    }
}
@media (max-width: 991px) {
    .hero-countdown-wrap .skill-feature:after, .hero-countdown-wrap .skill-feature:before {
        left: 28%;
    }
}
@media (max-width: 767px) {
    .hero-countdown-wrap .skill-feature:after, .hero-countdown-wrap .skill-feature:before {
        left: 31%;
    }
}
@media (max-width: 575px) {
    .hero-countdown-wrap .skill-feature:after, .hero-countdown-wrap .skill-feature:before {
        display: none;
    }
}
.hero-countdown-wrap .skill-feature:after {
    left: 43.5%;
}
@media (max-width: 1299px) {
    .hero-countdown-wrap .skill-feature:after {
        left: 52%;
    }
}
@media (max-width: 767px) {
    .hero-countdown-wrap .skill-feature:after {
        left: 61%;
    }
}
.hero-countdown-wrap .skill-feature .progress {
    background: #FFFFFF1C;
    height: 18px;
    border-radius: 0;
    width: 100%;
}
.hero-countdown-wrap .skill-feature .progress .progress-bar {
    height: 18px;
    border-radius: 0;
    margin: 0;
    background: transparent linear-gradient(268deg, #036EB4 0%, #19EFF9 100%) 0% 0% no-repeat padding-box;
}
.hero-countdown-wrap .skill-feature .progress-value-max {
    flex: none;
    color: var(--tg-white);
}
@media (max-width: 767px) {
    .hero-countdown-wrap .skill-feature .progress-value-max {
      display: none;
    }
}










.brand-slider-wrap {
    background: var(--tg-black2);
    border-radius: 16px;
    text-align: center;
    padding: 80px 90px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 100px;
}

@media (max-width: 991px) {
    .brand-slider-wrap {
        padding: 60px 50px;
    }
}
@media (max-width: 767px) {
    .brand-slider-wrap {
        padding: 40px 30px;
		margin-top:60px;
    }
}
@media (max-width: 375px) {
    .brand-slider-wrap {
        padding: 40px 20px;
    }
}


/* Brand area 2 ---------------------------------- */
.brand-item-wrap.style2:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 33px;
    height: 33px;
    background: var(--tg-secondary-color);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    transform: rotate(45deg) translate(-50%, 50%);
    left: 50%;
    top: -17px;
    z-index: 1;
}
.brand-item-wrap.style2:before {
    display: none;
}

/* Why choose area 1 ---------------------------------- */
/*skill-feature**************/
.skill-feature {
    position: relative;
  }
  .skill-feature:not(:last-child) {
    margin-bottom: 27px;
  }
  .skill-feature_title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 7px;
  }
  .skill-feature .progress {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 25px;
    overflow: visible;
    height: 15px;
  }
  .skill-feature .progress .progress-bar {
    background: linear-gradient(269.91deg, var(--tg-primary-color) 2.78%, rgba(32, 150, 255, 0.27) 47.66%, var(--tg-secondary-color) 95.38%);
    border-radius: 25px;
    height: 8px;
    margin: 3.5px 4px;
  }
  .skill-feature .progress .progress-value {
    font-size: 14px;
    font-weight: 600;
    font-family: var(--tg-heading-font-family);
    position: relative;
    top: -29px;
    transform: translate(-100%, 0);
  }
.wcu-thumb img {
    width: 256px;
    height: 256px;
    object-fit: contain;
  }

  .wcu-amount-quantity {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 48px;
  }
  .wcu-amount-quantity .title {
    font-size: 24px;
    font-weight: 600;
    color: var(--tg-white);
    margin-bottom: 10px;
  }
  @media (max-width: 575px) {
    .wcu-amount-quantity .title {
      font-size: 20px;
    }
  }

  .wcu-price-progress-wrap {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .wcu-price-progress-wrap li:not(:last-child) {
    margin-bottom: 82px;
  }
  .wcu-price-progress-wrap .progress-wrap-title {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--tg-body-font-family);
    margin-bottom: 5px;
  }
  .wcu-price-progress-wrap .progress-wrap-text {
    font-size: 14px;
    color: var(--tg-white);
    margin-bottom: 26px;
  }
  .wcu-price-progress-wrap .skill-feature .progress:after {
    content: "";
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    right: 0;
    background: var(--tg-primary-color);
    transform: translate(-50%, -50%);
    top: 50%;
  }
  .wcu-price-progress-wrap .skill-feature .progress-value {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    color: var(--tg-white);
    margin-right: 65px;
    margin-top: 9px;
    letter-spacing: 0.02em;
    margin-bottom: -0.3em;
  }

  /* Feature Card ---------------------------------- */
.feature-card {
    box-shadow: 0px 16px 18px rgba(1, 12, 50, 0.1);
    border-radius: 15px;
    background: var(--tg-black2);
    max-width: 570px;
    min-height: 206px;
    margin-left: auto;
    /* display: flex; */
    padding: 60px 40px 40px 40px;
    gap: 32px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    height: 100%;
	position:relative;
    /* Medium devices */
    /* Extra small devices */
  }
  .feature-card:not(:last-child) {
    margin-bottom: 25px;
  }
  @media (max-width: 991px) {
    .feature-card {
      margin-left: 0;
      max-width: none;
    }
  }
  .feature-card-details {
    /* max-width: 220px; */
    margin-bottom: -0.4em;
  }
  .feature-card-details img{
		position: absolute;
		right: -20px;
		top: -70px;
		width: 100%;
		max-width: 170px;
  }
  .feature-card-icon {
    background: var(--tg-primary-color);
    border-radius: 50%;
    flex: none;
    width: 82px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    margin-bottom: 20px;
  }
  .feature-card-icon img {
    transition: 0.4s;
  }
  .feature-card-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.5em;
    margin-bottom: 18px;
  }
  .feature-card-text {
    margin-bottom: 5px;
    font-weight: 500;
  }
  .feature-card-text:last-child {
    margin-bottom: 0;
  }
  .feature-card:hover .feature-card-icon img {
    transform: rotateY(180deg);
  }
  @media (max-width: 375px) {
    .feature-card {
      padding: 30px;
      gap: 20px;
      flex-wrap: wrap;
    }
  }

  /* Intro Area ---------------------------------- */
.intro-thumb1 {
    position: relative;
    text-align: center;
    /* margin-top: -60px; */
    /* margin-top: -260px; */
	margin:-40px 0 20px 0;
}
.intro-thumb1 img {	
    /* width: 276px;
    height: 344px;
    object-fit: contain; */

}
.intro-thumb1 img {
    width: 100%;
    max-width: 390px;
}

.intro-thumb1 video {
    width: 100%;
    max-width: 270px;
}
  @media (max-width: 590px) {
	  .intro-thumb1 video {
    max-width: 170px;
}
  }
  .intro-thumb1:after {
    content: "";
    position: absolute;
    width: 479.43px;
    height: 71.62px;
    background: linear-gradient(0.41deg, var(--tg-primary-color) 7.48%, rgba(46, 32, 255, 0.27) 36.38%, var(--tg-secondary-color) 67.11%);
    filter: blur(23px);
    border-radius: 50%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
	display:none;
  }
 .total_supply {
    width: 100%;
    max-width: 260px;
    margin: auto;
	    text-align: center;
}
.total_supply h2 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}
.total_supply{
	font-size: 17px;
}
  @media (max-width: 1199px) {
    .intro-thumb1 {
      margin-top: 70px;
    }
  }

  .intro-wrap:not(:last-child) {
    margin-bottom: 70px;
  }
  .intro-wrap .intro-wrap-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .intro-wrap .intro-wrap-title:before {
    content: "";
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: var(--tg-primary-color);
    margin-right: 9px;
  }
  .intro-wrap .intro-wrap-text {
    margin-bottom: -0.4em;
  }

/* Roadmap 2 ---------------------------------- */
.roadmap-slider1 {
    max-width: 1870px;
    margin-right: -255px;
    margin-left: auto;
}
.roadMap-active2 .col-lg-4 {
    padding: 0 15px;
}
  @media (min-width: 1922px) {
    .roadmap-slider1 {
      max-width: 2114px;
      margin-right: -180px;
    }
  }
  @media (max-width: 1700px) {
    .roadmap-slider1 {
      margin-right: -370px;
    }
  }
  @media (max-width: 1500px) {
    .roadmap-slider1 {
      margin-left: 55px;
      margin-right: -440px;
    }
  }
  @media (max-width: 1399px) {
    .roadmap-slider1 {
      max-width: 1388px;
      margin-left: 20px;
      margin-right: -180px;
    }
  }
  @media (max-width: 1299px) {
    .roadmap-slider1 {
      max-width: 1328px;
      margin-left: 35px;
    }
  }
  @media (max-width: 1199px) {
    .roadmap-slider1 {
      max-width: 1110px;
    }
  }
  @media (max-width: 991px) {
    .roadmap-slider1 {
      max-width: none;
      margin: 0;
    }
  }
  @media (max-width: 767px) {
    .roadmap-slider1 {
      max-width: 540px;
      margin: 0 auto;
    }
  }
  @media (max-width: 575px) {
    .roadmap-slider1 {
      margin: 40px -15px 0;
      max-width: none;
    }
  }

/*------------------- 4.00. Invest -------------------*/
.invest-card {
    text-align: center;
    background: var(--tg-secondary-color2);
    border-radius: 15px;
    padding: 70px 60px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}
  .invest-card .invest-card-icon {
    border-radius: 50%;
    width: 99px;
    height: 99px;
    margin: auto;
    margin-bottom: 70px;
  }
  .invest-card .btn {
    width: 100%;
  }
  @media (max-width: 1399px) {
    .invest-card {
      padding: 50px 40px;
    }
  }
  @media (max-width: 1199px) {
    .invest-card {
      padding: 50px 30px;
    }
    .invest-card .invest-card-icon {
      margin-bottom: 50px;
    }
.invest-card .btn {
      padding-left: 30px;
      padding-right: 30px;
    }
}
/* Founder 1 ---------------------------------- */
.founder-card {
    background: var(--tg-black2);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
	gap: 40px;
    align-items: center;
    padding: 50px 65px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .founder-card .founder-card-img {
    mask-image: url(../img/team/team-mask.png);
    mask-size: 100% 100%;
    height: 235px;
    width: 220px;
    flex: none;
  }
  .founder-card .founder-card-img img {
    transition: 0.4s;
  }
  .founder-card .founder-card-title {
    font-size: 35px;
    font-weight: 600;
    color: var(--tg-white);
    letter-spacing: -0.03em;
    margin-bottom: 15px;
  }
  .founder-card .founder-card-title a {
    color: inherit;
  }
  .founder-card .founder-card-title:hover {
    color: var(--tg-primary-color);
  }
  .founder-card .founder-card-desig {
    font-size: 18px;
    font-weight: 500;
  }
  .founder-card .social-btn a {
background: rgba(255, 255, 255, 0.1);
    color: var(--tg-primary-color);
    font-size: 18px;

  }
  .founder-card .social-btn a:hover {
    color: var(--tg-black2);
	 background: var(--tg-primary-color);
  }
  .founder-card:hover .founder-card-img img {
    transform: scale(1.05);
  }
  @media (max-width: 1399px) {
    .founder-card {
      padding: 50px 55px;
    }
    .founder-card .founder-card-title {
      font-size: 28px;
    }
  }
  @media (max-width: 1199px) {
    .founder-card {
      padding: 40px 45px;
    }
    .founder-card .founder-card-img {
      height: 155px;
      width: 140px;
    }
  }
  @media (max-width: 575px) {
    .brand-area2 .social-btn {
      gap: 22px;
      flex-wrap: wrap;
      justify-content: center;
  }
  
.brand-area2 .social-btn a i {
  height: var(--icon-size, 68px);
  width: var(--icon-size, 68px);
  line-height: 68px;
  font-size: 24px;
  margin: 0 auto;
}
.brand-area2 .social-btn a {
  width: 40%;
  margin: 0 auto;
}
  }
  @media (max-width: 575px) {
    .founder-card {
      padding: 40px;
      flex-wrap: wrap;
      text-align: center;
      justify-content: center;
      gap: 20px;
    }
    .founder-card .social-btn {
      justify-content: center;
    }
}
/* Team 1 ---------------------------------- */
.team-tab-btn {
    display: inline-flex;
    gap: 30px 130px;
    padding-bottom: 30px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 80px;
    flex-wrap: wrap;
  }
  .team-tab-btn button {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-white);
    letter-spacing: -0.03em;
    border: 0;
    background: transparent;
    opacity: 0.4;
    transition: 0.4s;
    position: relative;
    padding: 0;
  }
  .team-tab-btn button:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 0;
    background: var(--tg-primary-color);
    bottom: -30px;
    left: 0;
    border-radius: 15px;
    transition: 0.4s;
  }
  .team-tab-btn button.active {
    opacity: 1;
  }
  .team-tab-btn button.active:after {
    width: 100%;
  }
  @media (max-width: 991px) {
    .team-tab-btn {
      gap: 30px 50px;
    }
  }
  @media (max-width: 767px) {
    .team-tab-btn {
      gap: 30px 40px;
      justify-content: center;
    }
    .team-tab-btn button {
      font-size: 20px;
      width: 28%;
    }
  }
  @media (max-width: 575px) {
    .team-tab-btn {
      gap: 30px 10px;
    }
    .team-tab-btn button {
      font-size: 18px;
    }
    .team-tab-btn button:after {
      display: none;
    }
  }
  @media (max-width: 375px) {
    .team-tab-btn button {
      font-size: 16px;
      width: 29%;
    }
  }
  @media (max-width: 320px) {
    .team-tab-btn button {
      width: 31%;
    }
  }

  .team-tab-list {
      list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    gap: 70px 0px;
    flex-wrap: wrap;
    justify-content: center;
  }
 .team-tab-list li {
    width: 33.3%;
}
  @media (max-width: 1399px) {
    .team-tab-list li {
      width: calc(25% - 65px);
    }
  }
  @media (max-width: 1299px) {
    .team-tab-list li {
      width: calc(25% - 0px);
    }
  }
  @media (max-width: 991px) {
    .team-tab-list {
      gap: 60px;
    }
    .team-tab-list li {
      width: calc(33% - 42px);
    }
  }
  @media (max-width: 767px) {
    .team-tab-list {
      gap: 50px 30px;
    }
    .team-tab-list li {
      width: calc(45% - 42px);
    }
  }
  @media (max-width: 575px) {
    .team-tab-list li {
      width: 100%;
    }
  }

  .team-tab-content {
    width: 100%;
  }

  .team-card {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .team-card_img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 184px;
    height: 194px;
    mask-image: url(../img/team/team-mask.png);
    mask-size: 100% 100%;
    margin-bottom: 20px;
  }
  .team-card_subtitle {
      font-weight: 500;
    line-height: normal;
    margin: 10px 0;
}
  .team-card_img img {
    transition: 0.4s;
    width: 100%;
  }
  .team-card_img .social-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .team-card_title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .team-card_title a {
    color: var(--tg-white);
  }
  .team-card_title a:hover {
    color: var(--tg-primary-color);
  }
  .team-card .social-btn a {
    --icon-size: 32px;
    line-height: 32px;
    background: var(--tg-white);
    color: var(--tg-secondary-color);
  }
  .team-card .social-btn a:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
  }
  .team-card:hover .team-card_img img {
    transform: scale(1.05);
    filter: grayscale(0);
  }

/* Partner area 1 ---------------------------------- */
.testimonial-slider1 .slick-track > [class*=col],
.partner-slider1 .slick-track > [class*=col] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
.partner-card {
    border-radius: 8px;
    padding: 70px 90px 90px;
    background: linear-gradient(180deg, var(--tg-secondary-color) 0%, rgba(1, 3, 20, 0) 100%);
    text-align: center;
    position: relative;
    transition: 0.4s;
    overflow: hidden;
  }
  .partner-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, var(--tg-primary-color) -20.97%, rgba(46, 32, 255, 0.2) 65%, rgba(1, 3, 20, 0) 100%);
    border-radius: 16px;
    height: 0;
    transition: 0.4s;
    z-index: -1;
  }
  .partner-card .partner-card-img {
    margin-bottom: 38px;
    height: 43px;
  }
  .partner-card .partner-card-img img{
    margin: auto;
  }
  .partner-card .partner-card-text {
    margin-bottom: 112px;
    transition: 0.4s;
  }
  .partner-card .btn {
    min-width: 160px;
  }
  .partner-card:hover {
    border-radius: 16px;
    background: transparent;
  }
  .partner-card:hover:after {
    height: 100%;
  }
  .partner-card:hover .partner-card-text {
    color: var(--tg-white);
  }
  @media (max-width: 1399px) {
    .partner-card {
      padding: 70px;
    }
    .partner-card .partner-card-text {
      margin-bottom: 60px;
    }
  }
  @media (max-width: 767px) {
    .partner-card {
      background: linear-gradient(180deg, var(--tg-primary-color) -20.97%, rgba(46, 32, 255, 0.2) 65%, rgba(1, 3, 20, 0) 100%);
      border-radius: 16px;
    }
    .partner-card:after {
      display: none;
    }
    .partner-card .partner-card-text {
      color: var(--tg-white);
    }
    .partner-card:hover {
      background: linear-gradient(180deg, var(--tg-primary-color) -20.97%, rgba(46, 32, 255, 0.2) 65%, rgba(1, 3, 20, 0) 100%);
    }
  }
  @media (max-width: 375px) {
    .partner-card {
      padding: 50px;
    }
  }

  /*Event area 1***********************/
  .event-card-img {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
  }
  .event-card-img a {
    display: inline-block;
    width: 100%;
  }
  .event-card-img a img {
    transition: 0.5s;
    width: 100%;
  }
  .event-card-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 11px;
  }
  .event-card-title a {
    color: inherit;
  }
  .event-card-title:hover {
    color: var(--tg-primary-color);
  }
  .event-card .event-meta a {
    display: flex;
    gap: 8px;
    color: var(--tg-white);
    align-items: center;
  }
  .event-card .event-meta a i {
    color: var(--tg-primary-color);
  }
  .event-card .event-meta a:not(:last-child) {
    margin-bottom: 10px;
  }
  .event-card .event-meta a:hover {
    color: var(--tg-primary-color);
  }
  .event-card .btn {
    margin-top: 30px;
    letter-spacing: -0.01em;
    min-width: 155px;
    padding: 11.5px 40px;
  }
  .event-card:hover .event-card-img img {
    transform: scale(1.05);
  }
  @media (max-width: 1199px) {
    .event-card .event-card-title {
      font-size: 20px;
    }
  }

/* CTA Area 1 ---------------------------------- */
.cta-slider1 .slick-track > [class*=col] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
.cta-wrap1 {
    background: var(--tg-black2);
    border-radius: 16px;
    padding: 70px 50px;
    display: flex;
    gap: 40px 18px;
  }
  .cta-wrap1 .cta-wrap-title {
    font-size: 28px;
    font-weight: 600;
    margin-top: 30px;
  }
  .cta-wrap1 .cta-wrap-text {
    margin-bottom: -0.4em;
  }
  .cta-wrap1 .btn {
    flex: none;
    align-self: start;
  }
  @media (max-width: 1199px) {
    .cta-wrap1 {
      flex-wrap: wrap;
      padding: 60px 40px;
    }
  }
  @media (max-width: 767px) {
    .cta-wrap1 {
      padding: 60px 50px;
    }
  }
  @media (max-width: 375px) {
    .cta-wrap1 {
      padding: 40px 30px;
    }
  }

/* Faq 1 ---------------------------------- */
.accordion-card {
    transition: 0.4s ease-in-out;
    overflow: hidden;
    background: var(--tg-secondary-color2);
    border-radius: 33px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 18px 30px;
    position: relative;
  }
  .accordion-card:not(:last-child) {
    margin-bottom: 24px;
  }
  .accordion-card .accordion-header {
    flex: none;
  }
  .accordion-card .accordion-button {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-white);
    border: 0;
    background-color: transparent;
    padding: 0px;
    gap: 15px;
    margin-bottom: 0;
    text-align: left;
    transition: 0.3s;
    align-items: start;
    position: inherit;
  }
  .accordion-card .accordion-button .number {
    height: 26px;
    width: 26px;
    line-height: 26px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    color: var(--tg-primary-color);
    text-align: center;
    background: linear-gradient(38deg, var(--tg-primary-color), rgba(46, 32, 255, 0.27), var(--tg-secondary-color));
    position: relative;
    z-index: 1;
    flex: none;
  }
  .accordion-card .accordion-button .number:after {
    content: "";
    position: absolute;
    inset: 1px;
    background: var(--tg-secondary-color2);
    border-radius: 50%;
    z-index: -1;
    transition: 0.4s;
  }
  .accordion-card .accordion-button:after {
    content: "\f067";
    width: auto;
    background: transparent;
    border: 0;
    font-family: "Font Awesome 5 Free";
    color: var(--tg-white);
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 18px;
    right: 30px;
    transition: 0.3s ease-in-out;
    transform: rotateY(180deg);
  }
  .accordion-card .accordion-button .faq-number {
    font-size: 14px;
    font-weight: 600;
    margin-right: 40px;
  }
  .accordion-card .accordion-button:focus {
    outline: none;
    box-shadow: none;
  }
  .accordion-card .accordion-button:not(.collapsed):after {
    content: "\f068";
    transform: rotate(0);
  }
  .accordion-card .accordion-button:not(.collapsed) .number {
    background: var(--tg-white);
    color: var(--tg-white);
  }
  .accordion-card .accordion-collapse {
    border: none;
    position: relative;
  }
  .accordion-card .accordion-body {
    border-radius: 0;
    background-color: transparent;
    border: none;
    padding: 0px;
    margin: 10px 35px;
  }
  .accordion-card .accordion-body p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
  }
  .accordion-card:last-child {
    margin-bottom: 0;
  }

  /* Medium devices */
  @media (max-width: 991px) {
    .accordion-card {
      display: block;
    }
    .accordion-card .accordion-body {
      margin-top: 20px;
      max-width: none;
    }
  }
  /* Extra small devices */
  @media (max-width: 375px) {
    .accordion-card .accordion-body {
      margin: 10px 0;
    }
  }

/*footer 1************/
.footer-wrapper{
	padding-top:140px;
}
.footer-wrapper video{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
footer.footer-wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/Grid.png) repeat;
    top: 0;
    left: 0;
    position: absolute;
    background-position: center;
    opacity: 0.1;
    z-index: -1;
}
footer.footer-wrapper .bg-gradient-1 img{
	opacity:0;
}
.copyright-wrap {
    padding: 20px 0;
    /* Medium devices */
  }
  @media (max-width: 991px) {
    .copyright-wrap {
      padding: 22px 0;
    }
  }
  .copyright-text {
    margin: 0;
    color: var(--tg-white);
    font-weight: 500;
    font-size: 14px;
  }
  .copyright-text a {
    color: var(--tg-white);
  }
  .copyright-text a:hover {
    color: var(--tg-primary-color);
  }

  .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px 40px;
    justify-content: center;
    /* Extra small devices */
  }
  .footer-links li {
    display: inline-block;
  }
  .footer-links li a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    font-family: var(--tg-body-font-family);
    color: var(--tg-white);
  }
  .footer-links li a:hover {
    color: var(--tg-primary-color);
  }
  @media (max-width: 575px) {
    .footer-links {
      gap: 15px 30px;
    }
  }
  .footer-menu-area {
    border-bottom: 1px solid var(--tg-white);
    padding: 0 0 57px;
  }
  footer h6 {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 22px;
}
  .footer-menu-area .footer-menu-list {
 list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer-menu-area .footer-menu-list li {
     display: block;
    width: 100%;
  }
  .footer-menu-area .footer-menu-list li a {
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    font-family: var(--tg-body-font-color);
    color: var(--tg-white);
    opacity: 0.7;
  }
  .footer-menu-area .footer-menu-list li a:hover {
    color: var(--tg-primary-color);
	opacity: 1;
  }
  .footer-logo {
    width: 100%;
    margin: 0 0 60px 0;
	}
	.footer-logo img{
		width:100%;
		max-width:170px;
		    margin-bottom: 10px;
	}
  @media (max-width: 1199px) {
    .footer-menu-area .footer-menu-list {
      gap: 15px 28px;
    }
  }
  @media (max-width: 991px) {
    .footer-menu-area {
      padding: 0 0 27px;
    }
  }
  @media (max-width: 767px) {
    .footer-menu-area .footer-menu-list {
      justify-content: center;
    }
  }
  @media (max-width: 575px) {
    .footer-menu-area .footer-menu-list {
      display: block;
    }
    .footer-menu-area .footer-menu-list li {
      display: block;
    }
    .footer-menu-area .footer-menu-list li:not(:last-child) {
      margin-bottom: 10px;
    }
  }

/* Home 3 ---------------------------------- */
.sub-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, var(--tg-primary-color) -18.55%, var(--tg-theme-color2) 163.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-top: -0.4em;
    position: relative;
    top: -6px;
    margin-bottom: 0px;
  }
  .sub-title.text-white {
    background: transparent;
    -webkit-text-fill-color: var(--white-color);
  }
  .sub-title.text-title {
    background: transparent;
    -webkit-text-fill-color: var(--title-color);
    color: var(--tg-secondary-color);
  }
/* Hero 2 -------------------- */
.hero-2 {
    position: relative;
    padding: 130px 0 100px;
    /* overflow: hidden; */
}
  @media (max-width: 1399px) {
    .hero-2 {
      padding: 253px 0 180px;
    }
  }
  @media (max-width: 1199px) {
    .hero-2 {
      padding: 200px 0 150px;
    }
  }
  /* @media (max-width: 575px) {
    .hero-2 {
      padding: 0px 0 100px;
    }
  } */
  .hero-2 .hero-bg-gradient1 {
    width: 969px;
    height: 722px;
    position: absolute;
    background: radial-gradient(48.69% 39.15% at 50.02% 50.04%, rgba(32, 150, 255, 0.5) 0.01%, rgba(32, 150, 255, 0.3) 23.96%, rgba(32, 150, 255, 0) 90%);
    top: -5%;
    right: 0;
    transform: rotate(40deg);
    z-index: -1;
  }
  @media (max-width: 1199px) {
    .hero-2 .hero-bg-gradient1 {
      right: -40%;
    }
  }
  .hero-2 .hero-bg-gradient2 {
    width: 721px;
    height: 539px;
    position: absolute;
    background: radial-gradient(48.69% 39.15% at 50.02% 50.04%, #19EFF9 0.01%, rgba(25, 54, 99, 0.3) 53.96%, rgba(0, 0, 0, 0) 100%);
    top: 25%;
    left: -448px;
    transform: rotate(40deg);
    opacity: 0.7;
    z-index: -1;
  }
  .hero-2 .hero-gradient-ball {
    background: radial-gradient(114.99% 94.16% at 72.92% 82.18%, #111111 47.39%, #091534 68.23%, #19EFF9 86.63%);
    height: 350px;
    width: 350px;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    bottom: 10%;
    z-index: -1;
    opacity: .5;
  }
  @media (max-width: 1399px) {
    .hero-2 .hero-gradient-ball {
      height: 250px;
      width: 250px;
    }
  }
  @media (max-width: 767px) {
    .hero-2 .hero-gradient-ball {
      height: 150px;
      width: 150px;
    }
 
  }
  .hero-2 .ripple-shape {
    transform: skewX(220deg);
    position: relative;
    z-index: -1;
    top: -300px;
    left: 240px;
    opacity: 0.3;
  }
  .hero-2 .ripple-1,
  .hero-2 .ripple-2,
  .hero-2 .ripple-3,
  .hero-2 .ripple-4,
  .hero-2 .ripple-5,
  .hero-2 .ripple-6,
  .hero-2 .ripple-7 {
    width: 700px;
    height: 700px;
    position: absolute;
    left: 30%;
    top: 0;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 1px solid var(--tg-primary-color);
    border-radius: 50%;
    animation: ripple2 10s linear infinite;
    opacity: 0;
    transition: 0.4s;
  }
  .hero-2 .ripple-1 {
    animation-delay: 0;
  }
  .hero-2 .ripple-2 {
    animation-delay: 1s;
  }
  .hero-2 .ripple-3 {
    animation-delay: 3s;
  }
  .hero-2 .ripple-4 {
    animation-delay: 4s;
  }
  .hero-2 .ripple-4 {
    animation-delay: 5s;
  }
  .hero-2 .ripple-5 {
    animation-delay: 6s;
  }
  .hero-2 .ripple-6 {
    animation-delay: 7s;
  }
  .hero-2 .ripple-7 {
    animation-delay: 8s;
  }

  .hero-style2 .hero-subtitle {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, var(--tg-primary-color) -18.55%, var(--tg-theme-color2) 163.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
  .hero-style2 .hero-title {
    font-size: 100px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-left: -11px;
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .hero-style2 .hero-title span {
    position: relative;
  }
  .hero-style2 .hero-title span .bitcoin {
    position: absolute;
    top: 26px;
    left: 2px;
    width: 21px;
    /* height: 21px; */
  }
.hero-style2 .btn-wrap {
    margin-top: 43px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 70px;
}
  /* @media (max-width: 1399px) {
    .hero-style2 .hero-title {
      font-size: 170px;
    }
    .hero-style2 .hero-title span .bitcoin {
      top: 40px;
      left: 4px;
    }
  } */
  /* @media (max-width: 1299px) {
    .hero-style2 .hero-title {
      font-size: 150px;
    }
  } */
  /* @media (max-width: 1199px) {
    .hero-style2 .hero-title {
      font-size: 120px;
      margin-bottom: 55px;
      margin-top: 0;
      margin-left: 0;
    }
    .hero-style2 .hero-title span .bitcoin {
      top: 29px;
      left: 3px;
    }
  } */
  @media (max-width: 991px) {
    .hero-style2 .hero-title {
      font-size: 90px;
    }
    .hero-style2 .hero-title span .bitcoin {
      top: 22px;
      left: 2px;
    }
  }
  @media (max-width: 575px) {
    .hero-style2 .hero-title {
      font-size: 60px;
      letter-spacing: normal;
      margin-bottom: 35px;
      max-width: 460px; 
    }
    .hero-style2 .hero-subtitle {
      font-size: 20px;
    }
    .hero-style2 .hero-title span .bitcoin {
      top: 13px;
      left: 0px;
    }
  }
  @media (max-width: 375px) {
    .hero-style2 .hero-title {
      font-size: 50px;
      margin-bottom: 30px;
    }
    .hero-style2 .hero-title span .bitcoin {
      top: 10px;
      left: 0px;
    }
  }
  .hero-style2 .btn-wrap {
    gap: 70px;
  }
  @media (max-width: 1199px) {
    .hero-style2 .btn-wrap {
      gap: 50px 70px;
    }
  }
  @media (max-width: 575px) {
    .hero-style2 .btn-wrap {
      gap: 30px 70px;
    }
  }
  .hero-style2 .hero-title2 {
    display: inline-block;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.607;
    background: linear-gradient(180deg, #E5F8C6 0%, #61B998 100%);
   /*  background: linear-gradient(358deg, #0679b6 0%, #66f4ff 60%); */
    border-radius: 15px;
    color: var(--tg-secondary-color);
    padding: 14px 27px;
    margin-bottom: 0;
  }
  .hero-style2 .hero-title2 strong{
    font-weight: 900 !important;
  }
  /* @media (max-width: 1399px) {
    .hero-style2 .hero-title2 {
      font-size: 40px;
      padding: 24px 30px;
    }
  } */
  @media (max-width: 767px) {
    .hero-style2 .hero-title2 {
      font-size: 30px;
      padding: 14px 30px;
    }
  }
  @media (max-width: 575px) {
    .hero-style2 .hero-title2 {
      font-size: 20px;
      padding: 14px 20px;
      border-radius: 10px;
    }
  }
  @media (max-width: 375px) {
    .hero-style2 .hero-title2 {
      font-size: 16px;
    }
  }
  .hero-style2 .hero-content {
    max-width: 445px;
  }
  .hero-style2 .hero-text {
    margin-bottom: 29px;
    margin-top: -0.3em;
  }
  .spin {
    animation: spin 15s linear infinite;
  }
  @keyframes spin {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .brand-title2 .title {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.015em;
    margin-bottom: 55px;
    margin-top: -0.3em;
  }

/* Feature Area 02 ---------------------------------- */
.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
  }
  .checklist li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    display: flex;
    color: var(--tg-body-font-color);
  }
  .checklist li:last-child {
    margin-bottom: 0;
  }
  .checklist li i, .checklist li svg {
    font-size: 16px;
    margin-right: 10px;
    color: var(--tg-primary-color);
    margin-top: 6px;
    width: 16px;
  }
  .checklist.style2 ul li {
    font-weight: 700;
    border-radius: 6px;
    background-color: rgb(247, 244, 239);
    padding: 17px 30px;
    font-family: var(--tg-heading-font-family);
  }
  .checklist.style2 ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .checklist.style2 ul li i {
    margin-right: 20px;
  }
  .checklist.style3 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
  }
  .checklist.style3 ul li {
    margin-bottom: 0;
  }
  .checklist.style4 ul li:not(:last-child) {
    margin-bottom: 9px;
  }
  .checklist.style5 ul li {
    font-weight: 400;
    font-size: 16px;
    color: var(--tg-body-font-color);
  }
.feature-area-shape {
    position: absolute;
    left: -100px;
    top: 200px;
  }
  .feature-area-shape .feature-shape2-2 {
    position: absolute;
    bottom: -30px;
    right: 30px;
  }
  .feature-area-shape .feature-shape2-3 {
    position: absolute;
    right: 0;
    top: 0;
  }

  .feature-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px 30px;
  }

  .feature-card-grid {
    position: relative;
    border-radius: 25px;
    background: #13141E;
    align-items: center;
  }
  .feature-card-grid .feature-card-details {
    padding: 50px;
    max-width: none;
  }
  .feature-card-grid .feature-card-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
	line-height: 1.3;
    margin-top: -0.4em;
	padding-right:100px;
  }
  .feature-card-grid .feature-card-text {
    font-weight: 400;
    margin-bottom: -0.3em;
  }
  .feature-card-grid .feature-card-text:not(:last-child) {
    margin-bottom: 35px;
  }
  .feature-card-grid .checklist li {
    color: var(--tg-white);
    font-size: 16px;
    font-weight: 400;
  }
  .feature-card-grid .checklist li:not(:last-child) {
    margin-bottom: 10px;
  }
  .feature-card-grid .checklist li i {
    color: var(--tg-white);
    font-size: 6px;
    margin-right: 4px;
    margin-top: 11px;
  }
  .feature-card-grid .feature-card-img {
    transform: translate(134px, 0);
    margin-left: -134px;
    flex: none;
  }
  .feature-card-grid {
    width: 31.5%;

  }
  .feature-card-grid:nth-child(1) .feature-card-img {
    /* transform: translate(-90px, 0);
    margin-left: 0; */
    transform: translate(-100px, 0);
    margin-left: 0;
    text-align: center;
  }
 
  /* Extra large devices */
  @media (max-width: 1500px) {
       /*.feature-card-grid:nth-child(2), .feature-card-grid:nth-child(3) {
      margin-right: 90px;
    } */
    .feature-card-grid:nth-child(2) .feature-card-details, .feature-card-grid:nth-child(3) .feature-card-details {
      padding-right: 40px;
    }
  }
  /* Medium Large devices */
  @media (max-width: 1399px) {
    .feature-card-grid .feature-card-title {
      font-size: 30px;
    }
    .feature-card-grid .feature-card-details {
      padding: 60px 40px;
    }
    .feature-card-grid .feature-card-img {
      transform: none;
      margin: 30px 30px 30px 0;
    }
    .feature-card-grid .feature-card-img img {
      animation: none !important;
    }
    .feature-card-grid:nth-child(1) .feature-card-img {
      transform: none;
    }
    .feature-card-grid:nth-child(2), .feature-card-grid:nth-child(3) {
      margin-right: 0;
    }
  }
  /* Large devices */
  @media (max-width: 1199px) {
    .feature-grid-wrap {
      grid-template-areas: "one one one" "two two two" "three three three";
    }
    .feature-card-grid:nth-child(1) {
      margin-right: 0;
      /* margin-bottom: 40px; */
    }
    .feature-card-grid:nth-child(2) {
      margin-left: 0;
    }
    .feature-card-grid:nth-child(3) {
      margin-left: 0;
    }
  }
  /* Small devices */
  @media (max-width: 767px) {
    .feature-card-grid {
      display: block;
    }
    .feature-card-grid {
      width: 100%;
  }
    .feature-card-grid .feature-card-img {
      margin: 0 40px 60px;
    }
    .feature-card-grid:nth-child(1) {
      padding-bottom: 0;
    }

  }
  /* Extra small devices */
  @media (max-width: 575px) {
    /* .feature-card-grid .feature-card-details {
      padding: 40px 30px;
    } */
    .feature-card-grid .feature-card-img {
      margin: 0 30px 40px;
    }
  }
  /* Feature Area 03 ---------------------------------- */
  .feature-shape-3-1 {
    position: absolute;
    width: 246px;
    height: 246px;
    border-radius: 50%;
    background: radial-gradient(49.88% 55.25% at 50% 50%, #200F31 0%, #82118C 223.72%);
    background: radial-gradient(50% 45.25% at 50% 50%, #200F31 60%, #82118C 153.72%);
    opacity: 0.5;
    left: 0;
    bottom: 80px;
    margin-left: -160px;
    z-index: -1;
  }

  .feature-shape-3-2 {
    position: absolute;
    width: 201px;
    height: 201px;
    border-radius: 50%;
    background: radial-gradient(119.88% 115.25% at 50% 50%, #200F31 20%, #82118C 63.72%);
    opacity: 0.7;
    bottom: 135px;
    right: -135px;
    z-index: -1;
  }

  .feature-thumb-wrap {
    position: relative;
    display: inline-block;
    padding: 0 60px;
    margin-bottom: -23px;
    /* Large devices */
  }
  .feature-thumb-wrap .feature-thumb-3-1 {
    width:330px;
  }
    @media (max-width: 767px) {
  	.feature-thumb-wrap .feature-thumb-3-1 {
		width: 150px;
	}
	#web3 {
    text-align: center;
	}
	#web3.pt-140 {
		padding-top: 100px;
	}
	.feature-shape-4-3, .feature-shape-4-1 {
		display: none;
	}
	}
	
  .feature-thumb-wrap .feature-thumb-3-2 {
    position: absolute;
    left: -50px;
    z-index: -1;
  }
  .feature-thumb-wrap .feature-thumb-circle {
    position: absolute;
    width: 153px;
    height: 153px;
    border-radius: 50%;
    background: radial-gradient(114.99% 94.16% at 72.92% 92.18%, #111111 47.39%, #091534 68.23%, #A24DD6 86.63%);
    bottom: 60px;
    z-index: -1;
  }   
  @media (max-width: 1199px) { 
    .feature-thumb-wrap {
      margin-bottom: 0;
    }
  }

  /* Feature Area 04 ---------------------------------- */
  .feature-shape-4-1 {
    position: absolute;
    background: radial-gradient(144.03% 144.03% at 41.08% 9.08%, #044d825c 47.39%, #39d9e0 100%);
    width: 135px;
    height: 135px;
    border-radius: 50%;
    right: 12%;
    top: 30%;
    z-index: -1;
  }

  .feature-shape-4-2 {
    position: absolute;
    right: 20px;
    bottom: 0;
	background:radial-gradient(104.92% 104.68% at 58.37% -0.84%, #19eff9d4 0%, #036eb4d9 25.52%, rgba(212, 39, 255, 0) 55.1%);
    width: 247px;
    height: 247px;
    border-radius: 50%;
    z-index: -1;
  }

  .feature-shape-4-3 {
    position: absolute;
    left: -43px;
    bottom: 250px;
    background:radial-gradient(165.58% 165.58% at 54.64% -34.27%, #003257bd 47.39%, #45c2de 89.06%);
    width: 215px;
    height: 215px;
    border-radius: 50%;
    z-index: -1;
  }

  .feature-shape-4-4 {
    position: absolute;
    left: -530px;
    bottom: -80px;
    background: radial-gradient(48.69% 39.15% at 50.02% 50.04%, #036EB4 0.01%, #036EB4 53.96%, rgba(66, 0, 83, 0) 100%);
    height: 960px;
    width: 722px;
    border-radius: 50%;
    transform: skew(30deg, 10deg);
    z-index: -1;
  }

  .feature-category-list {
    list-style: none;
    padding: 0;
    gap: 45px 80px;
    display: flex;
    flex-wrap: wrap;
    /* Extra small devices */
  }
  .feature-category-list li {
    width: calc(50% - 40px);
  }
  .feature-category-list a {
    font-size: 28px;
    font-weight: 600;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-body-font-color);
    text-decoration: underline;
  }
  .feature-category-list a:hover {
    color: var(--tg-white);
  }
  @media (max-width: 575px) {
    .feature-category-list {
      gap: 40px;
    }
    .feature-category-list a {
      font-size: 18px;
    }
  }

  .feature-wrap4-thumb {
    /* Extra small devices */
  }
  .feature-wrap4-thumb img {
  /*   width: 350px;
    height: 350px; */
    object-fit: contain;
  }
  /* @media (max-width: 575px) {
    .feature-wrap4-thumb img {
      width: 280px;
      height: 280px;
      object-fit: contain;
    }
    
  } */

  .feature-wrap-4 {
    background: linear-gradient(180deg, #E5F8C6 0%, #61B998 100%);
    border-radius: 30px;
    padding: 60px 100px;
  }
  @media (max-width: 1199px) {
    .feature-wrap-4 {
      padding: 60px 50px;
    }
  }
  @media (max-width: 991px) {
    .feature-wrap-4 {
      padding: 60px;
    }
  }
  @media (max-width: 767px) {
    .feature-wrap-4 .title-area .btn {
      margin-top: 16px;
    }
  }
  @media (max-width: 575px) {
    .feature-wrap-4 {
      padding: 40px 30px;
    }
  }

  /* Counter area ---------------------------------- */
.counter-grid-wrap {
    display: flex;
    gap: 30px 60px;
  }

  .counter-card_number {
    font-size: 65px;
    font-weight: 600;
    font-family: var(--body-font);
    margin-top: -0.3em;
    margin-bottom: 4px;
    background: linear-gradient(180deg, #e5f8c6 0%, #61b998 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .counter-card_text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: -0.4em;
  }

  /* Medium Large devices */
  @media (max-width: 1399px) {
    .counter-card_number {
      font-size: 45px;
    }
  }
  /* Small devices */
  @media (max-width: 767px) {
    .counter-card_number {
      font-size: 40px;
    }
  }

/* Testimonial 1 ---------------------------------- */
.testimonial-wrap-3 {
    background: radial-gradient(298.93% 263.81% at 149.5% 261.83%, #111111 47.39%, #091534 68.23%, rgba(162, 77, 214, 0.5) 86.63%);
    border-radius: 30px;
    position: relative;
    padding: 160px 195px;
  }
  .testimonial-wrap-3 .testimonial-wrap-bg {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .testimonial-wrap-3 .testimonial-wrap-circle1 {
    position: absolute;
    background: radial-gradient(120.5% 130.5% at -19.95% 33.74%, #190F2E 77.39%, #7D4087 114.59%);
    width: 161px;
    height: 161px;
    border-radius: 50%;
    right: -60px;
    top: -80px;
    z-index: -1;
    filter: blur(3px);
  }
  .testimonial-wrap-3 .testimonial-wrap-circle2 {
    position: absolute;
    background: radial-gradient(139.08% 139.08% at 6.17% 127.08%, #130F1A 57.39%, #3B2A5E 112.32%, #8543B1 139.14%);
    width: 158px;
    height: 158px;
    border-radius: 50%;
    left: -90px;
    top: 80px;
    z-index: -1;
    filter: blur(4px);
  }
  .testimonial-wrap-3 .testimonial-wrap-circle3 {
    position: absolute;
    background: radial-gradient(107.91% 147.91% at 140.21% 149.09%, #AB432C 0%, #460615 10.9%, #543871 156.63%);
    filter: blur(6.66516px);
    width: 85px;
    height: 85px;
    border-radius: 50%;
    z-index: -1;
    top: 250px;
    right: 30px;
  }
  @media (max-width: 1399px) {
    .testimonial-wrap-3 {
      padding: 130px 135px;
    }
  }
  @media (max-width: 1299px) {
    .testimonial-wrap-3 {
      padding: 100px 100px;
    }
  }
  @media (max-width: 1199px) {
    .testimonial-wrap-3 {
      padding: 100px 80px;
    }
  }
  @media (max-width: 991px) {
    .testimonial-wrap-3 {
      padding: 80px;
    }
    .brand-slider-wrap .text-left{
      text-align: center;
    }
  }
  @media (max-width: 767px) {
    .testimonial-wrap-3 {
      padding: 60px;
    }
  }
  @media (max-width: 575px) {
    .testimonial-wrap-3 {
      padding: 30px;
    }
  }

  .testi-box_text {
    margin-bottom: -0.1em;
    line-height: 1.357;
    font-size: 28px;
    font-family: var(--tg-heading-font-family);
    font-weight: 600;
    margin-top: 76px;
    color: var(--tg-white);
  }
  .testi-box-profile {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .testi-box-profile .testi-box-profile-thumb {
    flex: none;
  }
  .testi-box-profile .testi-box-profile-thumb img {
    border-radius: 50%;
  }
  .testi-box-profile .testi-box_name {
    margin-bottom: 0px;
    margin-top: -0.35em;
    font-weight: 700;
    font-size: 18px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-white);
  }
  .testi-box-profile .testi-box_desig {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: -0.1em;
  }
  .testi-box-profile .testi-box-profile-ratting {
    margin-left: auto;
    align-self: center;
    color: #FBB138;
    font-size: 14px;
    gap: 6px;
    display: flex;
  }
  @media (max-width: 1399px) {
    .testi-box .testi-box_text {
      font-size: 20px;
    }
  }
  @media (max-width: 1299px) {
    .testi-box .testi-box_text {
      font-size: 16px;
      line-height: 30px;
    }
  }
  @media (max-width: 991px) {
    .testi-box .testi-box_text {
      margin-top: 36px;
    }
  }
  @media (max-width: 575px) {
    .testi-box .testi-box_text {
      margin-top: 16px;
    }
    .testi-box .testi-box-profile {
      flex-wrap: wrap;
    }
    .testi-box .testi-box-profile .testi-box-profile-ratting {
      margin-left: 0;
    }
  }

  .testimonial-slider-wrap {
    position: relative;
  }
  .testimonial-slider-wrap .slider-arrow {
    left: var(--pos-x, -225px);
  }
  .testimonial-slider-wrap .slider-arrow.next-btn {
    right: var(--pos-x, -225px);
    left: auto;
  }
  @media (max-width: 1500px) {
    .testimonial-slider-wrap .slider-arrow {
      --pos-x: -225px;
    }
  }
  @media (max-width: 1399px) {
    .testimonial-slider-wrap .slider-arrow {
      --pos-x: -165px;
    }
  }
  @media (max-width: 1299px) {
    .testimonial-slider-wrap .slider-arrow {
      --pos-x: -125px;
    }
  }
  @media (max-width: 1199px) {
    .testimonial-slider-wrap .slider-arrow {
      --pos-x: -105px;
    }
  }
  @media (max-width: 991px) {
    .testimonial-slider-wrap .slider-arrow {
      --pos-x: -100px;
      margin-left: 0;
      margin-right: 0;
    }
  }
  @media (max-width: 767px) {
    .testimonial-slider-wrap .slider-arrow {
      --pos-x: -80px;
    }
  }
  @media (max-width: 575px) {
    .testimonial-slider-wrap .slider-arrow {
      display: none;
    }
  }

.testimonial-slider1 {
    --bs-gutter-x: 150px;
}
.testimonial-slider1 .slick-track > [class*=col] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}


/* CTA Area 2 ---------------------------------- */
.cta-2-shape1 {
    position: absolute;
    left: -150px;
    top: 300px;
    z-index: -1;
  }

  .cta-2-shape2 {
    position: absolute;
    background: radial-gradient(120.5% 120.5% at -19.95% 23.74%, #190F2E 47.39%, #7D4087 94.59%);
    width: 81px;
    height: 81px;
    border-radius: 50%;
    right: 25px;
    bottom: 35%;
    z-index: -1;
  }

  .cta-2-shape3 {
    position: absolute;
    right: 30%;
    bottom: 10px;
    background: radial-gradient(139.08% 139.08% at 6.17% 137.08%, #130F1A 47.39%, #3B2A5E 82.32%, #8543B1 99.14%);
    width: 81px;
    height: 81px;
    border-radius: 50%;
    filter: blur(6.66516px);
    z-index: -1;
  }

  .cta-2-shape2 {
    position: absolute;
    background: radial-gradient(120.5% 120.5% at -19.95% 23.74%, #190F2E 47.39%, #7D4087 94.59%);
    width: 81px;
    height: 81px;
    border-radius: 50%;
    right: 25px;
    bottom: 35%;
    z-index: -1;
  }

  .cta-wrap2 {
    border-radius: 30px;
    padding-left: 110px;
    padding-right: 110px;
  }
  @media (max-width: 1399px) {
    .cta-wrap2 {
      padding-left: 75px;
      padding-right: 75px;
    }
  }
  @media (max-width: 1199px) {
    .cta-wrap2 {
      padding-left: 60px;
      padding-right: 60px;
    }
  }
  @media (max-width: 575px) {
    .cta-wrap2 {
      padding-left: 30px;
      padding-right: 30px;
      border-radius: 20px;
    }
  }
  @media (max-width: 375px) {
    .cta-wrap2 {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  /* CTA Area 3 ---------------------------------- */
  .cta-wrap3 {
    /* background: linear-gradient(180deg, #E5F8C6 0%, #61B998 100%); */
    background: linear-gradient(302deg, #0679b6 0%, #66f4ff 80%);
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    padding-right: 130px;
    margin-top: 90px;
    align-items: center;
  }
  .cta-wrap3 .cta-3-thumb img{
    border-radius: 50%;
    /* mix-blend-mode: luminosity; */
    box-shadow:0 0 19px 0px #1b222661;
  }
  .cta-wrap3 .cta-wrap-details {
    padding: 75px 100px;
    max-width: 800px;
  }
  .cta-wrap3 .cta-3-thumb {
    /* margin-top: -90px; */
    /* max-width: 300px; */
  }

  @media (max-width: 1399px) {
    .cta-wrap3 {
      margin-top: 40px;
    }
    .cta-wrap3 .cta-3-thumb {
      margin-top: -40px;
    }
    .cta-wrap3 .cta-wrap-details {
      padding: 60px 100px;
    }
  }
  @media (max-width: 1199px) {
    .cta-wrap3 {
      margin-top: 20px;
    }
    .cta-wrap3 .cta-wrap-details {
      padding: 60px;
    }
    .cta-wrap3 .cta-3-thumb {
      margin-top: -20px;
    }
  }
  @media (max-width: 991px) {
    .cta-wrap3 {
      padding-right: 100px;
      align-items: center;
      margin-top: 0;
    }
    .cta-wrap3 .cta-wrap-details {
      padding: 50px 0 50px 50px;
    }

  }
  @media (max-width: 767px) {
    .feature-card {
      text-align: center;
    }
    .wcu-area-1 .gy-5 {
    --bs-gutter-y: 1rem;
    }
    .wcu-area-1{
    padding-bottom: 70px;
    }
    div#about {
    text-align: center;
    padding-bottom: 0;
    }
    .intro-thumb1 img {
    width: 200px;
    }
    /* .hero-1 .hero-thumb img {
    width: 300px;
    } */
    .feature-card-grid:nth-child(1) .feature-card-img {
      display: none;
  }
  div#contact {
    padding: 0;
    text-align: center;
}
.contact-form {
  padding: 0px 20px 60px;
}
div#contact .section-title.mb-50 {
  margin: 0;
}
  .cta-wrap3 {
    padding: 30px 20px;
    gap: 20px;
    text-align: center;
}
  .cta-wrap3 .cta-3-thumb {
    max-width: 140px;
}
  .hero-wrapper.hero-2 {
    text-align: center;
}
.feature-card-grid .feature-card-details {
  padding: 40px 20px;
  text-align: center;
}
.hero-style2 .btn-wrap {
  justify-content: center;
}
  .feature-card-grid .feature-card-title {
    font-size: 25px;
	line-height: normal;
	margin-bottom: 15px;;
}
  .hero-2 {
    padding: 140px 0 100px;
}
    .feature-wrap4-thumb img {
    width: 190px;
    height: auto;
    }
    .feature-card-icon{
      margin: 0 auto 20px;
    }
    .cta-wrap3 {
     
      flex-direction: column-reverse;

      text-align: center;
    }
    .cta-wrap3 .cta-wrap-details {
      padding: 0;
    }
    .cta-wrap3 .cta-3-thumb {
      margin-top: 0;
      animation: none !important;
    }
  }

  .play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .play-btn > i {
    display: inline-block;
    width: var(--icon-size, 110px);
    height: var(--icon-size, 110px);
    line-height: 107px;
    text-align: center;
    background: linear-gradient(93.17deg, var(--tg-primary-color) -18.55%, #7E2AFD 163.09%);
    color: var(--tg-primary-color);
    font-size: var(--icon-font-size, 30px);
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
  }
  .play-btn:after, .play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(223, 134, 170, 0.2);
    border: 0;
    z-index: -1;
    border-radius: 50%;
    transition: all ease 0.4s;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
  }
  .play-btn:after {
    animation-delay: 2s;
  }
  .play-btn:hover i {
    background-color: var(--tg-primary-color);
    color: var(--tg-white);
  }
  .play-btn.style2:before, .play-btn.style2:after {
    background-color: transparent;
    border: 1px solid var(--tg-white);
  }
  .play-btn.style3 > i {
    background-color: var(--tg-primary-color);
    color: var(--tg-white);
    font-size: 20px;
  }
  .play-btn.style3:before, .play-btn.style3:after {
    background-color: var(--tg-white);
  }
  .play-btn.style3:hover > i {
    background-color: var(--tg-white);
    color: var(--tg-primary-color);
  }
  /*******Magnific Image*******/
.mfp-zoom-in .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.7;
  }

  .mfp-zoom-in.mfp-removing .mfp-content {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }

  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
  }

/* Faq 2 ---------------------------------- */
.accordion-card.style2 {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(180deg, #E5F8C6 0%, #61B998 100%);
    border-radius: 63px;
    padding: 0;
    transition: 0.4s;
  }
  .accordion-card.style2 .accordion-button {
    font-size: 24px;
    padding: 35px 60px 35px 90px;
    margin: 0 0;
    color: var(--tg-secondary-color);
  }
  .accordion-card.style2 .accordion-button:after {
    content: "\f107";
    top: 56px;
    right: 36px;
    font-size: 24px;
    color: var(--tg-secondary-color);
    width: 65px;
    height: 65px;
    line-height: 67px;
    border-radius: 50%;
    background: var(--tg-white);
    transform: rotate(180deg);
    z-index: 1;
  }
  .accordion-card.style2 .accordion-button.collapsed {
    color: var(--tg-white);
  }
  .accordion-card.style2 .accordion-button.collapsed:after {
    transform: rotate(0deg);
    background: transparent;
    color: var(--tg-body-font-color);
    top: 25px;
  }
  .accordion-card.style2:not(:last-child) {
    margin-bottom: 20px;
  }
  .accordion-card.style2 .accordion-body {
    margin: 0;
  }
  .accordion-card.style2 .accordion-body p {
    margin: 0 200px 33px 90px;
    color: var(--tg-secondary-color);
  }
  .accordion-card.style2:has(.accordion-button.collapsed) {
    background: transparent;
  }
  @media (max-width: 991px) {
    .accordion-card.style2 .accordion-button {
      font-size: 20px;
      padding: 31px 60px 29px 60px;
    }
    .accordion-card.style2 .accordion-body p {
      margin: 0 170px 33px 60px;
    }
    .accordion-card.style2 .accordion-button.collapsed:after {
      top: 7px;
    }
  }
  @media (max-width: 767px) {
    .accordion-card.style2 .accordion-body p {
      margin: 0 100px 33px 40px;
    }
    .accordion-card.style2 .accordion-button {
      padding: 31px 40px 29px 40px;
    }
    .accordion-card.style2 .accordion-button:after {
      top: 19px;
      width: 50px;
      height: 50px;
      line-height: 53px;
    }
    .accordion-card.style2 .accordion-button.collapsed:after {
      top: 15px;
    }
  }
  @media (max-width: 575px) {
    .accordion-card.style2 .accordion-button {
      padding: 31px 70px 29px 30px;
      font-size: 17px;
    }
    .accordion-card.style2 .accordion-button:after {
      right: 15px;
    }
    .accordion-card.style2 .accordion-body p {
      margin: 0 30px 30px 30px;
    }
  }

  .faq-2-shape-1 {
    position: absolute;
    height: 960px;
    width: 722px;
    border-radius: 50%;
    transform: skew(40deg, 0deg);
    z-index: -1;
    background: radial-gradient(48.69% 39.15% at 50.02% 50.04%, #CD22F8 0.01%, rgba(200, 9, 249, 0.3) 53.96%, rgba(66, 0, 83, 0) 100%);
    right: -620px;
    bottom: -260px;
  }

/*footer 2************/
.widget-about .footer-logo {
    margin-bottom: 30px;
  }
  .widget-about .about-text {
    font-size: 16px;
    margin-bottom: 38px;
    max-width: 390px;
    /* Medium Large devices */
  }
  @media (max-width: 1399px) {
    .widget-about .about-text {
      max-width: 360px;
    }
  }

  .widget-contact {
    max-width: 430px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 60px 60px 0;
    text-align: center;
    /* Medium Large devices */
    /* Large devices */
  }
  .widget-contact .contact-info-text {
    font-size: 16px;
    color: var(--tg-body-font-color);
    margin-bottom: 0;
  }
  .widget-contact .contact-info-link a {
    color: var(--tg-white);
  }
  .widget-contact .contact-info-link a:hover {
    color: var(--tg-primary-color);
  }
  .widget-contact .copyright-text {
    margin-top: 125px;
  }
  @media (max-width: 1399px) {
    .widget-contact {
      padding: 0px 35px;
    }
    .widget-contact .copyright-text {
      margin-top: 85px;
    }
  }
  @media (max-width: 1199px) {
    .widget-contact {
      border: 0;
      padding: 0;
      text-align: left;
    }
    .widget-contact .copyright-text {
      margin-top: 55px;
    }
  }

  .widget-newsletter {
    max-width: 330px;
    margin-top: 60px;
  }
  .widget-newsletter .newsletter-text {
    margin-top: -0.5em;
  }
  @media (max-width: 1399px) {
    .widget-newsletter {
      margin-top: 0;
    }
  }
  .newsletter-form {
    position: relative;
    margin-top: 20px;
  }
  .newsletter-form .form-group {
    margin-bottom: 0px;
  }
  .newsletter-form .form-group input {
    height: 60px;
    padding: 0 145px 0 30px;
    background: var(--tg-white);
    border: 0;
    border-radius: 50px;
    font-size: 16px;
    font-family: var(--tg-heading-font-family);
    font-weight: 400;
    letter-spacing: -0.48px;
  }
  .newsletter-form .form-group input::placeholder {
    color: rgba(10, 12, 0, 0.5);
  }
  .newsletter-form .btn {
    position: absolute;
    right: 10px;
    top: 4px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 52px;
  }
  .text-left{
    text-align: left;
  }

  a.btn.btn2, .btn.btn-two {
    padding-right: 20px;
}



.counts {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding:30px 0 35px;
}

.counts span {
    border-left: 1px solid #ffffff30;
    padding: 0 20px;
    text-align: center;
    width: 33.3%;
}

.counts span:nth-child(1) {
    border: 0;
}

.counts span label {
    font-size: 16px;
    color: #fff;
}

.counts span h4 {
    background: linear-gradient(90deg, var(--tg-primary-color) -18.55%, var(--tg-theme-color2) 163.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    letter-spacing: -1px;
    font-weight: 500;
	    margin-bottom: 21px;
}

.counts span .grd-1{
	    background: linear-gradient(90deg, #c973ff 20%, #8e5cde 80%);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
}
.counts span .grd-2{
	    background: linear-gradient(90deg, #43edae 20%, #439885 80%);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
}
.counts span .grd-3{
	    background: linear-gradient(90deg, #45afff 20%, #345ec0 80%);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
}
.counts span .grd-4{
	    background: linear-gradient(90deg, #19eff9 20%, #0474b7 80%);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
}
.counts span .grd-5{
	    background: linear-gradient(90deg, #ff9c0a -18.55%, #45261b 163.09%);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
}
#highlights .bg-gradient-4{
	bottom:100px;
}
#highlights .bg-gradient-4:after{
	background:linear-gradient(to top, #036caf24 -5.52%, rgba(32, 150, 255, 0.27) 46.38%, var(--tg-secondary-color) 217.11%);
}
#mfevcoin{
	background: var(--tg-black);
}
.brand-slider-wrap .row {
    z-index: 1;
    position: relative;
}
.brand-slider-wrap {
    position: relative;
    overflow: hidden;
}
.brand-slider-wrap:after {
    content: '';
    position: absolute;
    top: -11%;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 780px;
    margin: 0 auto;
    background: url(../img/bg/circle.webp) no-repeat;
    background-size: 100%;
    background-position: center center;
    z-index: 0;
    /* transition: 5s all ease; */
    filter: hue-rotate(312deg);
}

.diverse_sec .section-title img{
	width:auto;
	max-width:100%;
	margin:50px 0 0 0;
}

.diverse_sec .intro-wrap{
    text-align: left;
    /* box-shadow: 0px 16px 18px rgba(1, 12, 50, 0.1);
    border-radius: 10px;
    background: var(--tg-black2);
    background: #010314;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12); */
	position: absolute;
    width: 240px;
	transition:all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
	opacity:0;	
	visibility: hidden;
	top: 100px;
    left: -75px;
}

.diverse_sec a.branches.text-left .intro-wrap{
	left:inherit;
	right:-75px;
}

.diverse_sec .intro-wrap h6{
	font-size: 16px;
    margin-bottom: 10px;
}

.diverse_sec .intro-wrap h6:before{
	display:none;
}

.diverse_sec .intro-wrap .intro-wrap-text{
	font-size: 17px;
    line-height: 26px;
    display: inline-block;
    color: #ffffffc2;
}

.popover__wrapper{
	position:absolute;
	transition:all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
	cursor:pointer;
}

.popover__wrapper:before{
	content: "";
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: var(--tg-primary-color);
    top: 0;
    left: 0;
}

.popover__wrapper:after{
	content: "";
    position: absolute;
    display: inline-block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    top: 4px;
    left: 0;
    animation: blink 2s infinite;
    opacity: 1;
    box-shadow: 0px 0px 6px 5px #19eff9;
}

@keyframes blink {
  0%, 100% { opacity: 0; } /* more concise! */
  50% { opacity: 0.5; }
}

.branches:hover .intro-wrap{
	opacity:1;
	visibility: visible;
}

.our_eco {
    width: 100%;
    max-width: 750px;
    position: relative;
    margin: auto;
    min-height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our_eco:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 90%;
    border: 2px dashed #19eff938;
    border-radius: 100%;
    z-index: -1;
}

.our_eco img{
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mid-sec {
    width: 100%;
    max-width: 350px;
    height: 350px;
    border: 18px solid #13cde7;
    border-radius: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 350px;
	position: relative;
}

.mid-sec img {
    width: 100%;
    max-width: 90%;
	position: initial;
    transform: initial;
    top: initial;
    left: initial;
}

a.branches {
    position: absolute;
    display: flex;
    align-items: center;
	width: 100%;
    max-width: 300px;
}

a.branches span {
    width: 120px;
    height: 120px;
    background: #1b1d2d;
    border-radius: 120px;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.branches img {
    width: 100%;
    max-width: 80px;
    max-height: 90px;
    position: inherit;
    top: inherit;
    left: inherit;
    transform: none;
}

a.branches label {
    color: #fff;
    font-size: 21.5px;
    line-height: 1.3;
}

a.branches.text-right label {
    margin-right: 15px;
}

a.branches.text-left label {
    margin-left: 15px;
}

a.branches.text-left img {
    margin-left: 0px;
}

a.branches.branch1{
	top: 0;
	left: 0;
}

a.branches.branch1:before {
    content: '';
    position: absolute;
    transform: rotate(-25deg);
    bottom: -57px;
    right: 20px;
    height: 64px;
	border: none;
	background: linear-gradient(90deg, #19eff9 50%, transparent 50%), linear-gradient(90deg, #19eff9 50%, transparent 50%), linear-gradient(0deg, #19eff9 50%, transparent 50%), linear-gradient(0deg, #19eff9 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 0px 0 0 2px;
    animation: border-dance 6s infinite linear;
}

a.branches.branch1 img{
	/* margin-top:-50px; */
}

a.branches.branch2 {
    top: 0;
    right: 0;
}

a.branches.branch2:before {
    content: '';
    position: absolute;
    border-left: none;
    transform: rotate(25deg);
    bottom: -57px;
    left: 20px;
    height: 64px;
    background: linear-gradient(90deg, #19eff9 50%, transparent 50%), linear-gradient(90deg, #19eff9 50%, transparent 50%), linear-gradient(0deg, #19eff9 50%, transparent 50%), linear-gradient(0deg, #19eff9 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 0px 0 0 2px;
    animation: border-dance 6s infinite linear;
}

a.branches.branch2 img {
    /* margin-top: -30px; */
}

a.branches.branch3 {
    right: -170px;
}

a.branches.branch3:before{
	content: '';
    position: absolute;
    border-top: 2px dashed #19eff938;
    transform: translateY(-50%);
    bottom: 50%;
    left: -67px;
    width: 65px;
	
	border: none;
	background: linear-gradient(90deg, #19eff9 50%, transparent 50%), linear-gradient(90deg, #19eff9 50%, transparent 50%), linear-gradient(0deg, #19eff9 50%, transparent 50%), linear-gradient(0deg, #19eff9 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 2px 0 0 0px;
    animation: border-dance 6s infinite linear;
}

@keyframes border-dance {
  0% {
    background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
  100% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
}

a.branches.branch3 img {
    /* margin-top: -40px; */
}

a.branches.branch4{
	bottom: 0;
	right: 0;
}

a.branches.branch4:before {
    content: '';
    position: absolute;
    transform: rotate(-25deg);
    top: -55px;
    left: 25px;
    height: 60px;
	border: none;
	background: linear-gradient(90deg, #19eff9 50%, transparent 50%), linear-gradient(90deg, #19eff9 50%, transparent 50%), linear-gradient(0deg, #19eff9 50%, transparent 50%), linear-gradient(0deg, #19eff9 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 0px 0 0 2px;
    animation: border-dance2 6s infinite linear;
}

a.branches.branch4 img {
    /* margin-top: -50px; */
}

a.branches.text-right {
    text-align: right;
	justify-content: flex-end;
}

a.branches.text-right img{
	margin-right:0px;
}

a.branches.branch5 {
    bottom: -220px;
}

a.branches.branch5 img{
	margin-top: -70px;
    margin-left: -50px;
	max-width:120px;
}

a.branches.branch6{
	bottom: 0;
	left: 0;
}

a.branches.branch6:before {
    content: '';
    position: absolute;
    border-left: 2px dashed #19eff938;
    transform: rotate(25deg);
    top: -57px;
    right: 20px;
    height: 64px;
    background: linear-gradient(90deg, #19eff9 50%, transparent 50%), linear-gradient(90deg, #19eff9 50%, transparent 50%), linear-gradient(0deg, #19eff9 50%, transparent 50%), linear-gradient(0deg, #19eff9 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 2px 0 0 2px;
    animation: border-dance2 6s infinite linear;
    border: none;
}

a.branches.branch6 img{
    /* margin-top: -50px;
    margin-left: -70px; */
}

a.branches.branch7 {
    left: -170px;
}

a.branches.branch7:before{
	content: '';
    position: absolute;
    transform: translateY(-50%);
    bottom: 50%;
    right: -67px;
    width: 65px;
	border: none;
	background: linear-gradient(90deg, #19eff9 50%, transparent 50%), linear-gradient(90deg, #19eff9 50%, transparent 50%), linear-gradient(0deg, #19eff9 50%, transparent 50%), linear-gradient(0deg, #19eff9 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 2px 0 0 0px;
    animation: border-dance2 6s infinite linear;
}

@keyframes border-dance2 {
  0% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
  100% {
    background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
}

a.branches.comingsoon label{
	position:relative;
}

a.branches.comingsoon small{
	opacity:0;
	font-size: 14px;
    background: #0784c0;
    padding: 4px 10px;
    position: absolute;
    top: -35px;
    border-radius: 3px;
	transition:all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
	white-space:nowrap;
}
a.branches.comingsoon:hover small{
	opacity:1;
}
a.branches.text-right.comingsoon:hover small {
    right: 0px;
}

/* a.branches.branch1:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 90px;
    border: 1px dashed #0b6270;
    top: 100%;
    left: 50%;
}
a.branches.branch1:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 1px;
    border: 1px dashed #0b6270;
    bottom: -90px;
    left: 50%;
}

a.branches.branch2:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 70px;
    border: 1px dashed #0b6270;
    top: 100%;
    left: 30%;
}
a.branches.branch2:after {
    content: '';
    position: absolute;
    width: 88px;
    height: 1px;
    border: 1px dashed #0b6270;
    bottom: -70px;
    right: 70%;
}

a.branches.branch3:before {
    content: '';
    position: absolute;
    width:130px;
    height: 1px;
    border: 1px dashed #0b6270;
    top: 50%;
    left: -130px;
}

a.branches.branch4:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 145px;
    border: 1px dashed #0b6270;
    top: -110px;
    left: -60px;
}
a.branches.branch4:after {
    content: '';
    position: absolute;
    width: 56px;
    height: 1px;
    border: 1px dashed #0b6270;
    bottom: 50%;
    right: 100%;
}

a.branches.branch5:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 120px;
    border: 1px dashed #0b6270;
    top: -130px;
    left: 50%;
}

a.branches.branch6:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 105px;
    border: 1px dashed #0b6270;
    top: -70px;
    right: -60px;
}
a.branches.branch6:after {
    content: '';
    position: absolute;
    width: 56px;
    height: 1px;
    border: 1px dashed #0b6270;
    bottom: 50%;
    left: 100%;
}

a.branches.branch7:before {
    content: '';
    position: absolute;
    width:130px;
    height: 1px;
    border: 1px dashed #0b6270;
    top: 50%;
    right: -130px;
} */

a.branches.branch7 img {
    /* margin-top: -40px; */
}

a.branches.text-right .intro-wrap{
	text-align:right;
}

.rotating_coin{
	animation: rotate 12s infinite linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

.popover1{
	top: 66px;
    left: -30px;
}

.popover2 {
    right: 0;
    top: 52px;
}

.utility_row{
	gap:45px 0;
}

/* .utility_row .intro-wrap .intro-wrap-title{
	margin-bottom:18px;
} */

.title.style3{
	/* background: linear-gradient(82.3deg, var(--tg-primary-color) 10.8%, var(--tg-theme-color2) 94.3%); */
	background: linear-gradient(302deg, var(--tg-primary-color) 10.8%, #ffffff 94.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight: 700;
    font-size: 48px;
    line-height: 64px;
}

.ico_sec .container{
	max-width: 1140px;
    margin: auto;
}

.ico_sec {
    position: relative;
}

.ico_sec:after {
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, var(--tg-primary-color) -5.52%, rgba(32, 150, 255, 0.27) 56.38%, var(--tg-secondary-color) 207.11%);
    filter: blur(175px);
    inset: 100px 0 0;
    z-index: -1;
}

.ico_wrap>.row{
	position:relative;
	z-index:1;
}

.ico_wrap {
    padding: 80px;
    /* background: radial-gradient(298.93% 263.81% at 149.5% 261.83%, #111111 47.39%, #091534 68.23%, rgba(162, 77, 214, 0.5) 86.63%); 	
	background: linear-gradient(82.3deg, var(--tg-primary-color) 10.8%, var(--tg-theme-color2) 94.3%);*/
    border-radius: 30px;
    position: relative;
	background: var(--tg-black2);
}

.ico_wrap:before{
	/* background:linear-gradient(82.3deg, var(--tg-primary-color) 10.8%, var(--tg-theme-color2) 94.3%); */
	content: '';
    position: absolute;
    top: -1.5px;
    left: -1px;
    background: linear-gradient(158deg, var(--tg-primary-color) 10.8%, #021928 34.3%);
    z-index: -1;
    border-radius: 30px;
    right: -1px;
    bottom: -1px;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.iti__selected-flag{
	padding-left:15px !important;
}

.iti__country-list{
	z-index:11 !important;
}

.iti__country-list{
	background-color: #21232d !important;
    border: 1px solid #3c3c3c !important;
}

/* .ico_wrap:after {
    background-image: url(../img/bg/breadcrumb_bg.png);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
} */

.ico_wrap .alltuchtopdown{
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.ico_wrap .contact-form .form-grp input{
	height:60px;
}

.ico_wrap .btn{
	padding:22px 45px;
}

.btn-dark{
	background:#010314;
}

.community_sec .container{
	max-width:1100px;
}

.mediasec {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.social-link {
    display: flex;
    gap: 30px;
    width: 45%;
}

.social-link>i{
	font-size:30px;
	color:#fff;
	width: 30px;
	display: flex;
    align-items: flex-start;
	margin-top:7px;
	min-width: 30px;
}

.social-link>i svg{
	width:100%;
	height:auto;
}

.social-link label{
	font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.5em;
	color: #fff;
}

.footer-menu-area a.btn.btn2:after{
	display:none;
}

.newsletterdiv {
    width: 100%;
/*     max-width: 200px; */
    display: flex;
    flex-direction: column;
    margin-left: auto;
	/* margin-top:-110px; */
}

.newsletterdiv h5{
	    margin-bottom: 17px;
    font-size: 20px;
    line-height: 22px;
}

.newsletterdiv a{
	padding: 17px 20px;
}

:focus-visible{
	outline:none;
}

.contact-form .form-grp select option {
    font-size: 15px;
}

/** Modal Css Start **/

.modal-backdrop {
	background-color: rgb(0 0 0 / 40%);
}

.modal.fade.in {
	opacity: 1;
}

.modal-backdrop.fade.in {
	opacity: 1;
	background: rgb(0 0 0 / 40%);
}

.modal-backdrop.show {
	opacity: 1;
	backdrop-filter: blur(4px);
}

.modal-content {
	animation: modal-slide-down 0.4s ease-out; /* Animation */
}

@keyframes modal-slide-down {
	from {
		margin-top: -200px; /* Start above the screen */
	}

	to {
		margin-top: 0; /* Slide down to the center */
	}
}

.modal-content {
	border-radius: 20px;
}

#subscribeModal .modal-body {
	padding: 35px;
	border-radius: 20px;
}

.modal-content h1 {
	font-size: 36px;
    font-weight: 800;
    letter-spacing: -1.5px;
    line-height: 1.2em;
    margin-bottom: 30px;
    color: var(--tg-secondary-color);
	text-align:center;
}


#subscribeModal button.close {
	position: absolute;
	right: 20px;
	top: 10px;
	color: #000;
	opacity: 1;
	font-weight: 600;
	font-size: 27px;
	background: none;
    border: none;
}

#subscribeModal .contact-form .form-grp input{
	color: var(--tg-black);
	background: rgb(0 0 0 / 7%);
}

#subscribeModal .contact-form .form-grp select{
	width: 100%;
    background: rgb(0 0 0 / 7%);
    display: block;
    border: none;
    padding: 15px 15px;
    border-radius: 10px;
    color: var(--tg-black);
    line-height: 1;
    height: 50px;
}

#subscribeModal .form-check{
	margin-bottom:20px;
}

#onloadModal .contact-form .form-grp input {
    color: var(--tg-black);
    background: rgb(0 0 0 / 7%);
}

#onloadModal button.close {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #000;
    opacity: 1;
    font-weight: 600;
    font-size: 27px;
    background: none;
    border: none;
}

#onloadModal .modal-body{
	padding:15px 30px 30px 30px;
	text-align: center;
}

#onloadModal .modal-content h1{
	margin:0px 0 10px 0;
}

#onloadModal .modal-dialog{
	max-width:420px;
}

#onloadModal .rocketimg{
	width: 100%;
    max-width: 150px;
}
@media screen and (max-width:767px) {
	#onloadModal .rocketimg {
		max-width: 80px;
	}
	.modal-content h3 {
		font-size: 16px;
	}
	.modal-content h1 {
        font-size: 24px;
    }
}
#onloadModal .contact-form .form-grp {
    margin-bottom: 15px;
}

#onloadModal button.btn{
	width: 100%;
    border-radius: 10px;
	    padding: 18px 45px !important;
}

#onloadModal .btn::after{
	display:none;
}

#onloadModal .social-btn{
	gap:6px;
}

#onloadModal .social-btn a{
	height: 35px;
    width: 35px;
    min-width: 35px;
    line-height: 35px;
	background:rgb(3 110 180);
	color:#fff;
}

button#submitBtn.registered-btn,
button#submitBtn.registered-btn:hover {
    background: #00c75d;
	color:#fff;
}
button#submitBtn.registered-btn:hover:before{
	display:none;
}

button#submitBtn.registered-btn i{
	margin-left:5px;
}

#submitBtn {
  outline:none;
  height: 50px;
  text-align: center;
  border-radius:50px;
      background: #000;
    border: 2px solid #000000;
    color: #ffffff;
  text-shadow:none;
  cursor: pointer;
  transition: all 0.25s ease;
  padding:18px 45px;
  }
 button#submitBtn:before {
    display: none;
}
#submitBtn:hover {
    color:white;
    background: #000;
	border-color: #000;
  }

#submitBtn:after {
	position:absolute;
	content:"Register Now";
	display:block !important;
	margin: 0;
	font-family: var(--tg-body-font-family);
	color: #fff;
	transition: none;
}

.onclic {
  width: 50px !important;
    border-color: #bbbbbb !important;
    border-width: 3px !important;
    font-size: 0 !important;
    border-left-color: #00c75d !important;
    animation: rotating 2s 0.25s linear infinite;
    padding: 0px !important;
    border-radius: 50px !important;
	background: transparent !important;}

.onclic:after {
    content:"";
  }
.onclic:hover {
    color:#00c75d;
    background: white;
  }

.validate {
  font-size:13px;
  color: white !important;
  background: #00c75d !important;
  position:relative}
.validate:after {
    content: 'âœ”' !important;
	position:absolute;
	font-size:30px;
	width:30px;
	height:30px;
	display:block !important;
  }
#submitBtn.validate{
	border:2px solid #00c75d;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.modal-content h3{
	font-size: 20px;
    font-weight: 800;
    letter-spacing: -.5px;
    line-height: 1.2em;
    margin-bottom: 15px;
    color: var(--tg-secondary-color);
    text-align: center;
}



/** Modal Css End **/

.nav-tabs {
    border-bottom: none;
    justify-content: center;
}
.nav-tabs .nav-link{
	color:var(--tg-paragraph-color);
	    border: none;
		border-bottom: 2px solid transparent;
    margin: 0px;
}
.nav-tabs .nav-link.active{
	border:none;
	background-color: transparent;
    border-bottom: 2px solid var(--tg-primary-color);
    color: var(--tg-primary-color);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
	border:none;
	border-bottom: 2px solid transparent;
}

.brand-slider{
	margin-top:60px;
}

.brand-slider .brand-item{
	padding:0 10px;
}

.brand-item img{
	filter: grayscale(1);
	width: 100%;
    max-width: 150px;
    height: 49px;
    object-fit: contain;
	margin:auto;
}
.brand-item img:hover {
    opacity: 1;
    filter: none;
}

.wgl-canvas-outer {
    opacity: 0.6;
}

.wgl-canvas-outer {
	position : fixed;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	z-index : -1;
}

.wgl-canvas-outer canvas {
	position : fixed;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	display : inline-block;
}

.coming_soon {
	width: 100%;
    padding: 7px 0;
}
.coming_soon img {
    width: 30px;
}

.coming_soon .d-flex{
	align-items: center;
    justify-content: center;
}

.coming_soon h6{
/*     margin-left: 10px; */
	margin-bottom: 100px;
    color: #fff;
    font-size: 45px;
    text-transform: capitalize;
    border: 2px solid #ccc;
    padding: 40px 80px;
    border-radius: 12px;
}

.unleashing .brand-slider-wrap{
	padding:80px 40px;
}

.unleashing .counts span{
	width: 20%;
}

.unleashing .counts span h4{
	font-size: 29px;
	margin-bottom:0px;
	letter-spacing:-1.2px;
	font-weight:600;
}
@media screen and (max-width:991px) {
	.coming_soon h6 {
		margin-top: 20px;
		margin-bottom: 50px;
		color: #fff;
		font-size: 19px;
		text-transform: capitalize;
		border: 2px solid #ccc;
		padding: 20px 30px;
		border-radius: 12px;
		text-align: center;
	}
}
/* .hero-style1 h5.subtitle{
	-webkit-text-fill-color: inherit;
    color: #12edf7;
} */

@media screen and (min-width:1025px) and (max-width:1199.9px){
	.feature-card-details img{
		max-width:130px;
	}
}

@media screen and (min-width:768px) and (max-width:1199.9px){
	.feature-card-grid {
		width: 47%;
	}
}

@media screen and (min-width:992px) and (max-width:1199.9px){
	footer .col-lg-2 {
        width: 25.666667%;
    }
	footer .col-lg-8 {
        width: 48.666667%;
    }
	.footer-menu-area .footer-menu-list{
		justify-content:center;
		gap:10px 20px;
	}
}

@media screen and (min-width:992px) and (max-width:1100.9px){
	.navbar-wrap > ul > li {
        margin-right: 25px !important;
    }
	.navbar-wrap ul li a{
		font-size: 13px;
	}
}

@media screen and (min-width:768px) and (max-width:1024.9px){
	#mfevcoin .row:last-child {
        gap: 70px 0;
    }
	#mfevcoin .feature-card{
		padding:40px;
	}
	#mfevcoin .col-md-3 {
        flex: 0 0 auto;
        width: 50%;
    }
	.our_eco{
		min-height: 430px;
		max-width: 690px;
	}
	.mid-sec{
		max-width: 200px;
		min-width: 200px;
		height: 200px;
		border:8px solid #0b6270;
	}
	a.branches span{
		width: 80px;
		height: 80px;
		min-width: 80px;
	}
	a.branches img{
		max-width:50px;
	}
	a.branches label{
		font-size:17px;
	}
	a.branches.branch7 {
		left: -100px;
	}
	a.branches.branch3 {
		right: -100px;
	}
	.diverse_sec .intro-wrap{
		top: 75px;
		width: 170px;
	}
	.diverse_sec .intro-wrap .intro-wrap-text{
		font-size: 15px;
		line-height: 23px;
	}
	.diverse_sec a.branches.text-left .intro-wrap {
		left: 95px;
		right: inherit;
	}
	a.branches.text-right .intro-wrap{
		left: 35px;
	}
	.our_eco:after{
		width: 55%;
		height: 90%;
	}	
	a.branches.branch7:before{
		right: -42px;
		width: 40px;
	}
	a.branches.branch3:before{
		left: -43px;
		width: 42px;
	}
	a.branches.branch1:before{
		bottom: -47px;
		right: 13px;
		height: 50px;
	}
	a.branches.branch2:before{
		bottom: -47px;
		left: 13px;
		height: 50px;
	}
	a.branches.branch6:before{
		top: -47px;
		right: 13px;
		height: 50px;
	}
	a.branches.branch4:before{
		top: -47px;
		left: 13px;
		height: 50px;
	}
	div#features {
		padding: 50px 0;
	}
	div#ecosystem {
		padding-top: 0px;
	}
	.unleashing .counts span {
		width: 50%;
	}
	.section-title .title br {
		display: none;
	}
	div#community {
		padding-bottom: 0px;
	}
	.feature-card-details img{
		right: -20px;
		top: -40px;
		max-width: 130px;
	}
}

  @media (max-width: 991.9px) {
	.counts {
		flex-wrap: wrap;
	}
	.counts span {
		width: 50%;
		padding: 20px 15px;
	}
	.counts span:nth-child(odd) {
		border: 0;
	}
	.counts span h4{
		margin-bottom: 13px;
	}
	.brand-slider-wrap:after {
		top: 46%;
		transform: translateY(-50%);
	}
	.counts {
		padding: 0px 0 15px;
	}

  }
  
  @media screen and (max-width:767.9px) {
	#subscribeModal .modal-body {
		padding: 25px 20px;
	}
	
	.modal-content .contact-form {
        padding: 0px;
    }

	.modal-content h1 {
		font-size: 27px;
	}

	.modal-content p {
		font-size: 16px;
	}

	.modal-content span {
		font-size: 15px;
	}

	.modal-body img.scan_qr {
		margin: 15px 0;
		max-width: 140px;
	}
	.mediasec{
		gap:20px;
	}
	.social-link{
		width:100%;
		gap: 20px;
	}
	.ico_wrap{
		padding:25px;
	}
	.title.style3{
		line-height:44px;
	}
	.ico_sec .contact-form {
        padding: 0 15px;
    }
	.ico_sec .section-title .title{
		margin-bottom:30px;
	}
	#contact .contact-form {
		margin-top: 30px;
		padding: 0px;
	}
	.copyright-wrap .row {
		flex-direction: column-reverse;
		gap: 15px;
	}
	
	.footer-menu-area .footer-menu-list{
		justify-content:center;
	}
	.newsletterdiv{
		max-width: 100%;
	}
	#about .row {
		gap: 30px 0;
	}
	.contact-form .form-grp select option {
		font-size: 14px;
	}
	#mfevcoin .row:last-child{
		gap:90px;
	}
	.hero-1 {
        padding-bottom: 0px;
    }
	div#mfevcoin {
		padding-top: 0px;
		padding-bottom: 0;
	}
	div#mfevcoin {
		padding-top: 0px;
		padding-bottom: 0;
	}
	div#mfevcoin .feature-card-details img,
	.feature-area-2 .feature-card-details img{
		position: absolute;
		max-width: 100px;
		left: 50%;
		transform: translateX(-50%);
	}
	div#mfevcoin .feature-card{
		padding:40px 30px 30px 30px;
	}
	.feature-card-grid .feature-card-title{
		padding-right:0px;
	}
	.hero-wrapper.hero-2 {
        text-align: center;
        padding: 60px 0 110px 0;
    }
	div#ecosystem {
		padding: 60px 0;
	}
	.feature-area-2{
		padding-bottom:70px;	
	}
	#web3.pt-140 {
        padding-top: 70px;
		padding-bottom: 80px;
    }
	div#community {
		padding-top: 0px;
		padding-bottom: 60px;
	}
	.contactform_sec{
		padding:30px 20px;
	}
	.contact-form .form-grp textarea {
		min-height: 120px;
		max-height: 120px;
	}
	.footer-logo{
	    margin: 60px 0 25px 0;
	}
	.row.lg-marg .col-md-4 {
		width: 50%;
	}
	.footer-logo img{
		max-width: 150px;
	}
	.wcu-area-1 .mb-25 {
		margin-bottom: 0px;
	}
	.intro-thumb1 {
        margin-top: 0px;
    }
	.feature-card-title{
		margin-bottom: 15px;
	}
	.mid-sec{
		max-width: 220px;
		height: 220px;
		border: 8px solid #0b6270;
		min-width: 220px;
		margin-bottom:25px;
	}
	a.branches{
		position: inherit !important;
        top: inherit !important;
        left: inherit !important;
        right: inherit !important;
		flex-direction: column;
		margin:0 0 25px 0;
	}
	a.branches:before{
		display:none;
	}
	.our_eco{
		flex-direction:column;
	}
	a.branches label{
		margin:10px 0 0 0 !important;
		font-size:18px;
	}
	a.branches.text-right{
		flex-direction:column-reverse;
	}
	a.branches span{
		width: 80px;
		height: 80px;
		min-width: 80px;
	}
	a.branches img{
		max-width: 50px;
		max-height: 50px;
		object-fit: contain;
	}
	.diverse_sec .intro-wrap{
		display:none;
	}
	.our_eco:after{
		display:none;
	}
	.feature-card-grid {
		width: 100%;
	}
	.feature-card-grid .feature-card-title{
		font-size: 25px;
        line-height: normal;
        margin-bottom: 15px;
		margin-top:0px;
	}
	div#mfevcoin{
		padding-top:60px;
	}
	a.branches.comingsoon:hover small{
		opacity:0;
	}
	#onloadModal .modal-body{
		padding:15px 20px;
	}
	.brand-slider{
		margin-top:30px;
	}
	.nav-tabs .nav-link{
		font-size: 14px;
		padding:.5rem 7px;
	}
	.unleashing {
		padding-bottom:60px;
	}
	.unleashing .brand-slider-wrap {
		padding: 20px 30px;
	}
	.unleashing .counts span {
		width: 100%;
		padding: 15px 0;
		border-left: none;
		border-top: 1px solid #ffffff30;
	}
	.unleashing .counts span:nth-child(odd) {
        border-top: 1px solid #ffffff30;
    }
	.unleashing .counts span h4{
		font-size:22px;
	}
	.section-title .title br{
		display:none;
	}
}
  
  @media (max-width: 590px) {
	.counts span h4{
		font-size: 28px;
	}
  }
  
  
  
  .newsletterdiv p {
    color: #fff;
    opacity: 0.7;
    margin: 0 0 20px 0;
}
  
.brand-item.slick-current + .brand-item.slick-slide img {filter: grayscale(0); opacity:1;}
.brand-item.slick-current + .brand-item.slick-slide + .brand-item.slick-slide img {filter: grayscale(0); opacity:1;}
.brand-item.slick-current + .brand-item.slick-slide + .brand-item.slick-slide + .brand-item.slick-slide img {filter: grayscale(0); opacity:1;}





.content-page p {color: #fff;opacity: 0.8;}

.content-page li {
    color: #fff;
    margin: 0 0 11px 0;
    opacity: 0.8;
}

.content-page li strong {
    font-weight: 600;
}

.content-page ul {
    list-style-type: square;
    padding: 10px 0 0 20px !important;
    display: inline-block;
}

.content-page h2 {
    margin: 0 0 30px 0;
}

.content-page h3 {
    margin: 0 0 30px 0;
}

.content-page h4 {
    margin: 0 0 30px 0;
}

.content-page ul ul {
    width: 100%;
    opacity: 1;
    margin: 0px 0 10px 0;
}
.content-page ul ul li {
    list-style: none;
    margin: 4px 0;
    opacity: 1;
}


.cookie-popup { 
    position: fixed;
    z-index: 11;
    bottom: -100%;
    left: 10px;
    right: 10px;
    background: #010313;
    padding: 1.3rem;
    border-radius: 0.375rem;
    border: 1px solid #747474;
	animation: cssAnimation 1s 3s forwards;
	visibility: hidden;
}
@keyframes cssAnimation {
  to   { visibility: visible;   bottom: 10px; }
}
.cookie-popup p {
    color: #fff;
    line-height: 24px;
}
.cookie-popup button{
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.25rem;
  font-size: 0.95rem;
  width: fit-content;
  background-color: transparent;
  border-radius:0;
  padding: 0;
  color: white;
  border: 0;
}
.cookie-popup button.accept{
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.25rem;
  font-size: 0.95rem;
  width: fit-content;
  background-color: #010313;
  border-radius: 1.5rem;
  padding: 0.625rem 1.3125rem;
  color: white;
  border: 1px solid white;
}
.cookie-popup button.accept:hover, .cookie-popup button.accept:focus, .cookie-popup button.accept:active{
	 background-color: white;
	 color: black;
}
.cookie-popup a{
	color:#fff;
	text-decoration:underline;
}
@media (min-width: 768px) {
    .cookie-popup {
        max-width: 400px;
        right: auto;
    }
}



.icoicon {
    width: 100px;
    margin: 0 auto 30px;
}
.backtohome i {
    margin: 0 9px 0 0;
}
.backtohome {
    color: #010314;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 30px;
}
.registerform {
    border-radius: 30px;
    padding: 55px;
    background: #fff;
    max-width: 740px;
    margin: -270px auto 0;
    position: relative;
    z-index: 1;
}
@media (max-width: 1500px) {
	.registerform {
		margin: -160px auto 0;
	}
}
.registerform .form-label {
    color: var(--tg-secondary-color);
    font-weight: 600;
	    line-height: normal;
}
.registerform h1 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -1.5px;
    line-height: 1.2em;
    margin-bottom: 14px;
    color: var(--tg-secondary-color);
    text-align: center;
}
.registerform .contact-form .form-grp input{
	color: var(--tg-black);
	background: rgb(0 0 0 / 7%);
}

.registerform .contact-form .form-grp select{
	width: 100%;
    background: rgb(0 0 0 / 7%);
    display: block;
    border: none;
    padding: 15px 15px;
    border-radius: 10px;
    color: var(--tg-black);
    line-height: 1;
    height: 50px;
}

.registerform .form-check{
	margin-bottom:20px;
}

.desc_cont {
    max-width: 580px;
    margin: 0 auto;
    text-align: center;
}

.registerform p {
    margin: 0 0 30px 0;
    font-size: 20px;
    line-height: 30px;
}

select {
     background: rgb(0 0 0 / 7%) url(../img/arrow-down.svg) no-repeat !important;
    appearance: none !important;
    background-position: center right 16px !important;
    background-size: 11px !important;
}
.registerform .contact-form {
    padding: 0 !important;
}


@media (max-width: 1200px) {
	.registerform {
		margin: -140px auto 0;
	}
}


@media (max-width: 590px) {

	.registerform h1 {
		font-size: 30px;
		letter-spacing: 0;
	}
	.registerform p {
		margin: 0 0 20px 0;
		font-size: 16px;
		line-height: 23px;
	}
	.registerform {
		padding: 42px 40px;
		margin: -120px auto 0;
	}
	.desc_cont {
		        padding-top: 40px;
	}
	#onloadModal .modal-dialog{
		margin: .5rem auto;
	}
	.officialform .desc_cont, .giveawayform .desc_cont{
        padding-top: 0;
    }
	
}

@media (max-width: 400px) {
	.registerform {
        padding: 42px 30px;
    }
}

.giveawayform .form-grp.sitchgroup {
    margin: 0 0 20px 0;
}
.giveawayform .form-switch label.form-check-label {
    color: var(--tg-secondary-color);
    font-weight: 500;
    line-height: normal;
    margin: 0 0 10px 0;
	word-break: break-word;
}

.giveawayform .form-switch {
    padding-left:4em;
}
.giveawayform .form-check .form-check-input {
    width: 3em;
    height: 1.6em;
    margin-left: -4em;
}
.giveawayform .form-check-input:checked {
    background-color: #036eb4;
    border-color: #036eb4;
}
.registerform.giveawayform .form-check {
    margin-bottom: 0 !important;
}
.giveawayform .form-check .form-grp {
    margin-bottom: 20px;
}

@media (max-width: 400px) {
    .registerform.giveawayform {
        padding: 42px 20px;
    }
	 .registerform.giveawayform h1 {
        font-size: 24px;
        letter-spacing: 0;
    }
}




.note p {
    margin: 0;
    color: rgb(255 255 255 / 78%);
}

.note {
  text-align: left;
  margin: 30px 0 0 0;
  background: rgb(9 63 104 / 33%);
  border: 1px solid rgb(7 135 193);
  border-radius: 10px;
  padding: 13px 16px;
}


.telegram-row {
    text-align: center;
    background: #036EB4;
    color: #fff;
    padding: 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 13px 0;
}
.telegram-row a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 6px;
}
.telegram-row a i{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0 0 8px;
    color: #000;
    background: var(--tg-primary-color);
    padding: 2px 2px 0 0;
}


.header-layout1 .menu-area.sticky-menu .telegram-row {
    display: none;
}

.raisedamt h5 {
    font-size: 25px;
    margin: 0 0 50px 0;
	font-style:italic;
	line-height: 37px;
}

/* .raisedamt h2 {
    font-size: 75px;
    font-weight: 800;
    background: linear-gradient(91deg, var(--tg-primary-color) 31%, var(--tg-theme-color2) 93.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 10px 0;
} */
.raisedamt h2 {
    font-size: 29px;
    font-weight: 400;
    margin: 0 0 40px 0;
    color: #d2d2d2;
}
.raisedamt h2 strong {
    background: linear-gradient(91deg, var(--tg-primary-color) 31%, var(--tg-theme-color2) 93.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    display: block;
    font-size: 50px;
    margin: 0 0 10px 0; 
}
.higlight-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}
.raisedamt img {
    margin: 0 0 90px 0;
    max-width: 470px;
}
.time-count span {
	line-height: 40px;
    font-size: 32px;
    font-weight: 800;
    font-family: var(--tg-heading-font-family);
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #19eff9;
}
.raisedamt .time-count {
	display: flex;
    align-items: center;
    flex-direction: column;
    min-width: 90px;
    font-weight: normal;
    font-size: 12px;
    padding: 7px 8px;
    position: relative;
    line-height: 1.4;
    background: #10121d;
    border: 1px solid rgb(255 255 255 / 38%);
    border-radius: 19px;
    height: 100px;
    justify-content: center;
    letter-spacing: 1.54px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: var(--tg-heading-font-family);

}

.raisedamt .coming-time {
  gap:16px;
  margin:35px 0 95px 0;
}

.raisedamt .time-count::after, .raisedamt .time-count::before{
  display: none;
}

.raisedamt p{
	font-size: 25px;
    font-style: italic;
    line-height: 44px;
    margin: 0;
    color: #ffff;
}

.raisedamt p label{
	margin:0px;
	color:#19eff9;
	font-weight:800;
	font-size:30px;
	cursor: inherit;
}

.lr-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}

.lr-cont span {
	color: #fff;
    max-width: 153px;
    font-size: 18px;
    line-height: 43px;
    font-weight: 600;
    background: #10121D;
    width: 100%;
    text-align: center;
    font-style: italic;
    border-radius: 6px;
	border:2px solid transparent;
	position:relative;
}
.lr-cont span:before{
	content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #10121D;
    z-index: 1;
    border-radius: 6px;
}
.lr-cont span:after{
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent linear-gradient(257deg, #036EB4 0%, #19EFF9 100%) 0% 0% no-repeat;
    z-index: 0;
    border-radius: 6px;
    right: 0;
    bottom: 0;
}
.lr-cont span label {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 43px;
    font-weight: 600;
    color: #fff;
	cursor: inherit;
}

.ico_col_right label{
	font-family: var(--tg-heading-font-family);
    color: rgb(255 255 255 / 64%);
	font-size: 22px;
    line-height: 28px;
    margin: 8px 0 0 0;
	cursor:inherit;
}

.community {
    margin: -40px 0 30px 0;
    text-align: right;
}

.community img {
    max-width: 500px;
    width: 100%;
}

@media (max-width: 767.98px) {
	.community {
		margin: 0 0 30px 0;
		text-align: center;
	}
	.community img {
		max-width: 320px;
		width: 100%;
	}
}

.officialform ul {
  background: #F5F5F5;
    margin: 0;
    width: 100%;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
}

.officialform li {
    list-style: none;
    text-align: left;
    display: flex;
    margin: initial;
    font-size: 15px;
    line-height: 1.5;
    gap: 10px;
    align-items: baseline;
}
.officialform .icoicon {
    width: 130px;
}
.officialform li i {
    position: relative;
    top: 4px;
	font-size: 17px;
}
.officialform li:nth-last-child(1) {
    margin-top: .5em;
}

.officialform h1 {
    font-size: 28px;
    margin: 0 0 20px 0;
    font-weight: 700;
    letter-spacing: -1px;
}

.officialform {
	max-width: 540px;
    padding: 35px;
	    margin: -170px auto 0;
}
@media (max-width: 1500px) {
	.officialform {
		margin: -140px auto 0;
	}
}
@media (max-width: 767.98px) {
	.officialform {
		margin: -70px auto 0;
	}
}
.officialform .input-group {
    margin: 30px 0;
    width: 100%;
    display: block;
    border: 1.7px solid #d9d9d9;
    border-radius: 10px;
    height: 50px;
}

.officialform .input-group input {
    border: 0;
    width: 85%;
    margin: 0;
    line-height: normal;
    text-transform: capitalize;
    height: 100%;
    outline: none !important;
    box-shadow: none !important;
    display: block;
    padding: 15px 20px;
    color: var(--tg-black);
	    border: 0 !important;
    background: transparent;
}
.officialform .input-group button {
   position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    color: #a4a4a4;
    padding: 0 20px;
    background: transparent;
    height: 100%;
    border-left: 1.7px solid #d9d9d9;
}
.officialform .card-title {
    border-bottom: 1px solid rgba(0,0,0,.125);
    text-align: left;
    padding: 12px 15px;
}

.officialform .card-title h5 {
    color: #0371b5;
    margin: 0;
    font-size: 15px;
    letter-spacing: -.2px;
    font-weight: 700;
    text-transform: capitalize;
}

.officialform .card-body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    padding: 12px 15px;
}

.officialform .card-body span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 47%;
    font-size: 15px;
}

.officialform .card-body span i {
    width: 20px;
}

@media (max-width: 590px) {
	.officialform {
		max-width: 540px;
		padding: 17px;
	}
	.officialform .card-body span {
		width: 100%;

	}
}

.contact-icon img {
    max-width: 350px;
	width: 100%;
}

@media (max-width: 590px) {
	.contact-icon img {
		max-width: 220px;
		width: 100%;
	}
}

.privacy-policies {
    width: 100%;
    text-align: center;
    display: table;
}

.privacy-policies th, .privacy-policies td {
	border: 1px solid rgb(255 255 255 / 32%);
    padding: 6px 21px;
    color: #fff;
}

.privacy-policies th {
	font-weight: 700;
    color: #19eff9;
}

.privacy-policies .background {
	background: rgb(255 255 255 / 11%);
}

.privacy-policies .visibility-hidden {
	visibility: hidden;
}


@media(max-width:570px) {
	.table-responsive{
		width:690px !important;
		overflow-x:scroll;
	}
}


/** My css start **/
.alert-title {
    border: 2px solid #10b9dc;
    border-radius: 120px;
    padding: 3px 20px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    display: inline-block;
    margin: 20px 0 10px 0;
    color: #19eff9;
}
.hero-inner{
	background:#010314;
	padding:80px 0;
	min-height:100vh;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-inner:before{
     content: '';
    position: absolute;
    top: 0px;
    left: -29%;
    width: 720px;
    height: 680px;
    background-color: #036eb48f;
    filter: blur(170px);
    z-index: 1;
}
.hero-inner:after{
    content: '';
    position: absolute;
    top: 0px;
    right: -39%;
    width: 720px;
    height: 680px;
    background-color: #036eb48f;
    filter: blur(170px);
}
.hero-style11 .col-lg-4 {
    position: relative;
    z-index: 1;
}

.hero-style11 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	position:relative;
}

.hero-style11 .hero-description{
	max-width:100%;
}
.hero-style11 .hero-title {
    background: linear-gradient(91deg, var(--tg-primary-color) 31%, var(--tg-theme-color2) 93.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
	.hero-style11 .hero-title{
		text-align: center;
		font-size: 65px;
	}
	.hero-style11 .hero-description {
		text-align: center;
	}
	.hero-inner:after {
		right: -79%;
	}
	
}
@media (max-width: 767px) {
	.hero-style11 .hero-title{
		font-size: 58px;
	}
    .hero-inner:after {
        right: -100%;
    }
	.hero-inner:before {
		left: -100%;
	}
}
@media (max-width: 590px) {
	 .hero-inner:after , .hero-inner:before{
       display:none;
    }
    .hero-style11 .hero-title {
        font-size: 40px;
    }
	.hero-inner + #mfevcoin {
		text-align: center;
	}
	.distribution_sec img {
		margin: 0 0 40px 0;
	}
	.community_sec .section-title {
    text-align: center;
}
}
.hero-style11 video {
    width: 100%;
    height: 100%;
}

.hero-inner .feature-shape-4-4 {
    position: absolute;
    left: -530px;
    top: -80px;
    background: radial-gradient(48.69% 39.15% at 50.02% 50.04%, #036EB4 0.01%, #036EB4 53.96%, rgba(66, 0, 83, 0) 100%);
    height: 960px;
    width: 692px;
    border-radius: 50%;
	transform: none;
    z-index: initial;
}

.hero-inner .hero-bg-gradient2{
	width: 721px;
    height: 819px;
    position: absolute;
    background: radial-gradient(48.69% 39.15% at 50.02% 50.04%, #19EFF9 0.01%, rgba(25, 54, 99, 0.3) 53.96%, rgba(0, 0, 0, 0) 100%);
    bottom: 0%;
    right: -400px;
    transform: rotate(40deg);
    opacity: 0.7;
    z-index: initial;
}

.hero-countdown-wrap-inner {
    text-align: left;
	padding:50px;
}

.coininfo_sec{
	position:relative;
}

.coininfo_sec .feature-shape-4-4{
	bottom: inherit;
    top: 2%;
	background:radial-gradient(48.69% 39.15% at 50.02% 50.04%, #036EB4 0.01%, #194c6d 53.96%, rgba(66, 0, 83, 0) 100%);
}

.coininfo_sec .hero-bg-gradient1 {
    width: 969px;
    height: 722px;
    position: absolute;
    background: radial-gradient(48.69% 39.15% at 50.02% 50.04%, rgba(32, 150, 255, 0.5) 0.01%, rgba(32, 150, 255, 0.3) 23.96%, rgba(32, 150, 255, 0) 90%);
    bottom: 30%;
    right: 0;
    transform: rotate(40deg);
    z-index: -1;
}

.coininfo_sec .container{
	max-width:1100px;
}
.coininfo_sec h2 {
    font-weight: 700;
}
.token_info {
    display: flex;
    gap: 30px;
    margin-top: 30px;
	align-items:flex-end;
}

.token_info span {
    display: flex;
    align-items: center;
	gap: 15px;
    flex-direction: column;
    width: 100%;
}

.token_info label{
	font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1;
    font-size: 16px;
    color: #fff;
}

.token_info p{
	margin: 0px;
    font-size: 25px;
    margin-bottom: 0px;
    letter-spacing: -1.2px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

.token_info p.grd-1{
	background: linear-gradient(90deg, #c973ff 20%, #8e5cde 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 42px;
}

.token_info p.grd-2{
	background: linear-gradient(90deg, #43edae 20%, #439885 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 42px;
}

.token_info p.grd-3{
	background: linear-gradient(90deg, #45afff 20%, #345ec0 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dark_box {
    background: var(--tg-black2);
    border-radius: 16px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-countdown-wrap-inner img{
	width:100%;
	margin:-125px 0;
}

.hero-countdown-wrap-inner h2{
	font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, var(--tg-primary-color) -18.55%, var(--tg-theme-color2) 163.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin: 0;
}

.distribution_sec img{
	width:auto;
	max-width:100%;
}

ul.chart_list_info {
    margin: 0px;
    padding: 0 0px 0 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

ul.chart_list_info li {
    display: flex;
    gap: 5px;
}

ul.chart_list_info li label {
    width: 100%;
    background: #ffffff0a;
    padding: 10px 5px 10px 20px;
    color: #fff;
}

ul.chart_list_info li span {
    width: 140px;
    background: #ffffff17;
    padding: 10px;
    text-align: center;
	color: #fff;
	    font-size: 14px;
}

ul.chart_list_info_circle li label{
	position:relative;
	padding-left:45px;
}

ul.chart_list_info_circle li label:before{
	content:'';
	position:absolute;
	width:15px;
	height:15px;
	border-radius:30px;
	background:#997dea;
	top: 50%;
    transform: translateY(-50%);
	left:15px;
}

ul.chart_list_info_circle li+li label:before{
	background: #e66392;
}
ul.chart_list_info_circle li+li+li label:before{
	background: #2acd72;
}
ul.chart_list_info_circle li+li+li+li label:before{
	background: #1eb8e0;
}
ul.chart_list_info_circle li+li+li+li+li label:before{
	background: #b843b6;
}
ul.chart_list_info_circle li+li+li+li+li+li label:before{
	background: #f5a67e;
}
ul.chart_list_info_circle li+li+li+li+li+li+li label:before{
	background: #e16e3a;
}
ul.chart_list_info_circle li+li+li+li+li+li+li+li label:before{
    background: #78c596;
}
ul.chart_list_info_circle li+li+li+li+li+li+li+li+li label:before{
    background: #f17776;
}
ul.chart_list_info_circle li+li+li+li+li+li+li+li+li+li label:before{
    background: #ad46f6;
}

.roundsec{
	margin:40px 0 0 0;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.roundsec_top {
    display: flex;
}

.roundsec_top div{
	color:#fff;
	width: 100%;
    font-weight: 600;
	border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 10px 15px;
	max-width: 33.333%;
    min-width: 33.333%;
}

.roundsec_bot {
    display: flex;
	margin-top:0px;
}

.roundsec_bot div{
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 10px 15px;
	max-width: 33.333%;
    min-width: 33.333%;
	color:#fff;
}

.roundsec_bot div.colspan2{
	max-width: 66.7%;
    min-width: 66.7%;
}

.round_head {
    color: #fff;
    font-weight: 500;
	max-width: 33%;
}

.other_det {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.other_det div {
    display: flex;
    justify-content: space-between;
}

.other_det label{
	width: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 10px 15px;
	color:#fff;
}

.other_det span{
	width: 50%;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 10px 15px;
}

.coininfo_sec a.btn.btn2{
	width: auto;
    max-width: 100%;
}

@media screen and (max-width:1199.9px){
	.hero-inner:before{
		left:-670px;
	}
}


@media screen and (max-width:767.9px){
	.hero-inner{
		text-align:center;
		min-height:inherit;
	}
	
	.hero-style11 .hero-description{
		font-size: 18px;
		margin: 10px 0 20px 0;
	}
	.coininfo_sec{
		padding-top:0px;
	}
	.coininfo_sec h2 {
		font-size: 26px;
	}
	.coininfo_sec .mb-35 {
		margin-bottom: 25px;
	}
	.token_info{
		flex-direction:column;
	}
	.token_info span{
		gap:8px;
	}
	.dark_box{
		padding:20px;
	}
	.distribution_sec .row {
		flex-direction: column-reverse;
	}
	.distribution_sec .row .col-md-6:first-child{
		margin-top:30px;
	}
	ul.chart_list_info li label,
	ul.chart_list_info li span{
		padding: 8px;
		font-size: 14px;
		line-height: 1.4;
	}
	ul.chart_list_info li span{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	ul.chart_list_info_circle li label {
		padding-left: 25px;
		display: flex;
        align-items: center;
	}
	ul.chart_list_info_circle li label:before{
		width: 10px;
		height: 10px;
		left:8px;
	}
	.roundsec_top div,
	.roundsec_bot div,
	.other_det label,
	.other_det span{
		font-size: 15px;
		line-height: 1.3;
	}
}


.roundsec_top.active {
    background: #057ebc78;
}
.coininfo_sec h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.coininfo_sec p {
    color: #fff;
}
.empowering img {
    padding: 30px;
}

@media screen and (max-width:767.9px){
.empowering {
    text-align: center;
    padding-bottom: 0;
}	
.empowering img {
    padding: 30px 0;
}
}






/* MArathon Section */
.marathon img {
    border-radius: 12px;
	width:98%;
	margin: 0 auto;
}
.marathon .mobileimg{
	display:none;
}
@media (max-width: 767px) {
	.marathon {
		padding-top: 60px;
	}

}
@media (max-width: 590px) {
	.marathon .mobileimg{
		display:block;
	}
	.marathon .webimg{
		display:none;
	}
}


@media (max-width: 767px) {
	.t-center{
		text-align:center;
	}
}





@media screen and (min-width: 992px) and (max-width: 1200.9px) {
	.navbar-wrap ul li a {
		font-size: 13px;
	}
		.navbar-wrap > ul > li {
		margin-right: 20px !important;
	}
	.header-action > ul {
		margin-left: 0px;
	}
	.header-layout1 .header-action > ul li {
		margin-left: 10px;
	}
	.header-layout1 .header-action .header-login .btn2 {
		padding: 9px 20px;
	}
}





div#corevalues{
	background:var(--tg-black);
}

.values-slider{
    margin-top: 30px;
}

.values-slider .feature-card{
	margin:0 20px;
}

.values-slider .slick-list{
	padding-top:70px;
}

.values-slider .slick-arrow{
	border: 1px solid rgba(255, 255, 255, 0.12);
    background: transparent;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: var(--tg-paragraph-color);
    font-size: 20px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.values-slider button.prev-arrow.slick-arrow{
	left:-60px;
}

.values-slider button.next-arrow.slick-arrow {
    right: -60px;
}

.values-slider .slick-arrow:hover {
    color: #000000;
    border-color: #fff;
    background: #ffff;
}

div#tsparticles {
    position: fixed;
    z-index: -1;
}

@media screen and (min-width:1200px) and (max-width:1350.9px){
	.hero-countdown-wrap{
		padding:40px;
	}	
	.ico_col_in{
		padding:0px;
	}
	.ico_col_in h2{
		font-size:32px;
	}
	.raisedamt .time-count{
		min-width: 80px;
		border-radius: 10px;
		height: 90px;
	}
	.raisedamt p{
		font-size:23px;
		line-height:38px;
	}
	.raisedamt p label{
		font-size:26px;
	}
}

@media screen and (max-width:991.9px){
	.container, .custom-container {
        max-width: 100% !important;
    }
}

@media screen and (min-width:768px) and (max-width:1199.9px){
	.hero-countdown-wrap{
		padding:25px;
	}
	.ico_col_in{
		padding:0px;
	}
	.ico_col_in video.congratsvideo{
		margin:0px;
	}
	.ico_col_in h2{
		font-size:28px;
		margin-top:-90px;
	}
	.ico_col_in span{
		font-size:50px;
		min-width:inherit;
		margin:0 0 -50px 0;
	}	
	/* .ico_col_in label{
		margin-bottom:-20px;
	} */
	.ico_col_in h6{
		font-size: 25px;
		margin: 25px 0 20px 0;
	}
	.hero-countdown-wrap .skill-feature_list li:last-child:after{
		left:42px;
	}
	.lr-cont{
		margin-top:30px;
	}
	.hero-countdown-wrap .col-md-6:first-child {
		padding-right: 15px;
	}
	.hero-countdown-wrap .col-md-6:last-child {
		padding-left: 15px;
	}
	.lr-cont span label{
		font-size:14px;
	}
	.lr-cont img {
		width: 100%;
		max-width: 30px;
		margin: 0 5px;
	}
	.ico_col_right label{
		font-size: 18px;
		line-height: 20px;
	}
	.raisedamt .coming-time {
        gap: 5px;
        margin: 25px 0 35px 0;
    }
	.raisedamt .time-count{
		min-width: 56px;
        height: 70px;
        border-radius: 9px;
	}
	.time-count span{
		font-size:28px;
		line-height:1;
	}
	.raisedamt h5 {
		font-size: 20px;
		margin: 0 0 20px 0;
		line-height: 27px;
	}
	.raisedamt p{
		font-size: 17px;
		line-height: 30px;
	}
	.raisedamt p label{
		font-size:20px;
	}
	.raisedamt p br{
		display:none;
	}
	.ico_icon_img{
		max-width:75px;
	}
	
	.footer-menu-area .col-lg-7{
		width:100%;
	}
	.footer-wrapper video{
		object-position:right;
	}
}

@media screen and (max-width:767.9px){
	.values-slider{
		margin-top:0px;
	}
	div#corevalues {
		padding-top: 0px;
		padding-bottom: 60px;
	}
	div#corevalues .feature-card-details img{
		position: absolute;
		max-width: 100px;
		left: 50%;
		transform: translateX(-50%);
	}
	div#corevalues .feature-card{
		padding:40px 30px 30px 30px;
	}
	.values-slider .slick-dots{
		margin-top:10px;
	}
	.values-slider .slick-dots li{
		margin-right:7px;
	}
	.values-slider .slick-dots button:before{
		width: 14px;
		height: 14px;
	}
	.footer-wrapper video{
		object-position:right;
	}
	
	
	.hero-countdown-wrap{
		padding:0px;
		background:transparent;
	}
	.hero-countdown-wrap .skill-feature_list li:last-child:after{
		left:35px;
	}
	.hero-countdown-wrap .col-md-6:first-child {
		padding-right: 15px;
	}	
	.hero-countdown-wrap .col-md-6:last-child {
		padding-left: 15px;
	}
	.ico_col{
		padding:10px;
	}
	.ico_col_in{
		padding:5px 0px 0 0px;
	}
	.ico_col_in h2{
		font-size:25px;
		line-height:30px;
		margin:-70px 0 5px 0;
	}
	.ico_col_in span{
		font-size:30px;
		margin:0 0 -20px 0;
	}
	span.counter-value{
		min-width:inherit;
	}
	.ico_col_in h6 {
		font-size: 22px;
		margin: 25px 0 20px 0;
	}
	.ico_col_in label{
		font-size: 18px;
		margin-bottom: 10px;
        margin-top: 10px;
		padding:0 10px;
	}
	.hero-countdown-wrap .skill-feature_list li {
        font-size: 12px;
    }
	.ico_col.ico_col_right:before{
		top: inherit;
		bottom: 0;
		clip-path: polygon(0 41%, 100% 0%, 100% 100%, 0 100%);
	}
	.ico_col_right label{
		font-size:16px;
	}
	.lr-cont{
		margin-top:30px;
	}	
	.lr-cont span,
	.lr-cont span label{
		font-size:13px;
		line-height:38px;
	}
	.lr-cont img{
		width: 100%;
		max-width: 30px;
		margin: 0 5px;
	}
    .raisedamt .coming-time {
        gap: 20px 7px;
        margin: 20px 0 30px 0;
        justify-content: center;
    }
	.raisedamt .time-count{
	        min-width: 22%;
        height: auto;
        border-radius: 12px;
        padding: 8px 8px;
	}
	.time-count span{
		font-size:24px;
		margin: 0px;
	}
	.raisedamt h5 {
		font-size: 20px;
		margin: 0 0 15px 0;
		line-height: 27px;
	}
	.raisedamt p{
		font-size:20px;
		line-height: 30px;
	}
	.raisedamt p label{
		font-size:22px;
	}
	.ico_icon_img{
		display:none;
	}
}
 
@media screen and (max-width:500.9px){
	.ico_col_in h2{
		font-size: 22px;
        line-height: 27px;
		margin:-30px 0 5px 0;
	}
	.ico_col_in video.congratsvideo{
		margin-top:10px;
	}
}

@media screen and (max-width:400px){
	.raisedamt .time-count {
		min-width: 48%;
		height: auto;
		border-radius: 12px;
		padding: 4px 8px 12px;
	}
    .raisedamt .coming-time {
        gap: 10px;
    }
}
