/*============================================

   Theme Name: Webze - ICO & Crypto Landing Page Template
   Author :  ThemeAdapt
   Support: themeadapt@gmail.com
   Description: Webze - ICO & Crypto Landing Page Template
   Version: 1.0

==============================================*/
/* CSS Index
==============================================

    01. Theme Default CSS
    02. Header
    03. Slider
    04. Banner
    05. Features
    06. About
    07. Counter
    08. Services
    09. Cta
    10. Team
    11. Project
    12. Faq
    13. Work
    14. Video
    15. History
    16. Community
    17. Choose
    18. Client
    19. Office
    20. Support
    21. Consultation
    22. Company
    23. Testimonial
    24. Shop
    25. Blog
    26. Brand
    27. Contact
    28. Footer

==============================================*/
/*============================================
/*  01. Theme Default CSS
==============================================*/
@import url("../../../../css2");
:root {
  /* fonts (unchanged) */
  --tg-body-font-family: 'Parkinsans', sans-serif;
  --tg-heading-font-family: 'Parkinsans', sans-serif;
  --tg-icon-font-family: "Font Awesome 5 Free";

  /* typography */
  --tg-body-font-size: 16px;
  --tg-body-line-height: 1.5;
  --tg-heading-line-height: 1.2;

  /* text colors */
  --tg-body-font-color: #BFC7CC;        /* light gray for body text on dark background */
  --tg-heading-font-color: #FFFFFF;     /* headings stay white for contrast */

  /* Bybit primary + dark surfaces (main brand orange from Bybit listings) */
  --tg-primary-color: #F7A707;          /* Bybit brand orange. */ 
  --tg-color-yellow-light: #FFD57A;     /* lighter amber/soft highlight (derived) */
  --tg-color-yellow-light-2: #FFF6E6;   /* very pale background highlight */

  /* dark mode surfaces */
  --tg-secondary-color: #0B0C0E;        /* primary page background / main surface */
  --tg-color-dark-blue: #0E0F17;        /* deep surface / cards (keeps slight blue tint if needed) */
  --tg-color-white-default: #FFFFFF;

  /* grays & borders for dark UI */
  --tg-color-gray-1: #8F9296;           /* muted gray for secondary text */
  --tg-color-dark: #0F1012;             /* another surface tone for panels */
  --tg-border-1: #232425;               /* subtle border on dark surfaces */

  /* font weights (unchanged) */
  --tg-fw-extra-bold: 800;
  --tg-fw-bold: 700;
  --tg-fw-semi-bold: 600;
  --tg-fw-medium: 500;
  --tg-fw-regular: 400;
  --tg-fw-light: 300;
}


/*=============================
	Typography css start
===============================*/
body {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
  color: var(--tg-body-font-color);
  line-height: var(--tg-body-line-height);
  background-color: var(--tg-color-dark);
}

img,
.img {
  max-width: 100%;
  -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;
}

a,
button {
  color: var(--tg-primary-color);
  outline: none;
  text-decoration: none;
  -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;
}

a:focus,
.btn:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

a:hover,
button:hover {
  color: var(--tg-primary-color);
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-font-color);
  margin-top: 0px;
  font-weight: var(--tg-fw-semi-bold);
  line-height: var(--tg-heading-line-height);
  text-transform: unset;
}

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-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  line-height: var(--tg-body-line-height);
  font-weight: var(--tg-fw-regular);
  color: var(--tg-body-font-color);
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid var(--tg-common-color-gray);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: var(--tg-heading-font-color);
  cursor: pointer;
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tg-primary-color);
  color: var(--tg-color-white-default);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tg-primary-color);
  color: var(--tg-color-white-default);
  text-shadow: none;
}

::selection {
  background: var(--tg-primary-color);
  color: var(--tg-color-white-default);
  text-shadow: none;
}

/*=============================
    - Input Placeholder
===============================*/
input,
textarea {
  color: var(--tg-body-font-color);
}

*::-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;
}

/*=============================
    - Common Classes
===============================*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*=============================
    - Bootstrap Custom
=============================*/
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.gx-0 {
  --bs-gutter-x: 0;
}

.gutter-20 {
  --bs-gutter-x: 20px;
}

.gutter-24 {
  --bs-gutter-x: 24px;
}

.container {
  max-width: 1230px;
}
@media (max-width: 1500px) {
  .container {
    max-width: 1230px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*=============================
	 Button style
===============================*/
.tg-btn {
  user-select: none;
  -moz-user-select: none;
  background: var(--tg-primary-color) none repeat scroll 0 0;
  border: none;
  color: var(--tg-color-dark) !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: var(--tg-fw-semi-bold);
  font-family: var(--tg-heading-font-family);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 20px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  -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;
  vertical-align: middle;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  white-space: nowrap;
  overflow: hidden;
}
.tg-btn:hover, .tg-btn:focus-visible {
  background: var(--tg-color-white-default);
  color: var(--tg-color-dark) !important;
}
.tg-btn-two {
  border: 1px solid var(--tg-border-1);
  background: #fff3e0;
  color: var(--tg-color-white-default);
  padding: 17px 20px;
}
.tg-btn-two span {
  color: var(--tg-primary-color);
  -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;
  margin-left: 5px;
}
.tg-btn-two:hover {
  background: var(--tg-primary-color);
}
.tg-btn-two:hover span {
  color: var(--tg-color-dark);
}

/*=============================
    00. Preloader
===============================*/
#preloader {
  background-color: var(--tg-color-dark);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 4px;
  color: var(--tg-primary-color);
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 0px, 19px 0 0 5px, 38px 0 0 5px, 57px 0 0 5px, 19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 0px;
  transform: translateX(-38px);
  animation: l26 2s infinite linear;
}

@keyframes l26 {
  12.5% {
    box-shadow: 19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 5px, 19px 0 0 5px, 38px 0 0 0px, 57px 0 0 5px, 19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 0px;
  }
  25% {
    box-shadow: 19px -19px 0 5px, 38px -19px 0 0px, 57px -19px 0 5px, 19px 0 0 0px, 38px 0 0 0px, 57px 0 0 0px, 19px 19px 0 0px, 38px 19px 0 5px, 57px 19px 0 0px;
  }
  50% {
    box-shadow: 19px -19px 0 5px, 38px -19px 0 5px, 57px -19px 0 0px, 19px 0 0 0px, 38px 0 0 0px, 57px 0 0 0px, 19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 5px;
  }
  62.5% {
    box-shadow: 19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 0px, 19px 0 0 5px, 38px 0 0 0px, 57px 0 0 0px, 19px 19px 0 0px, 38px 19px 0 5px, 57px 19px 0 5px;
  }
  75% {
    box-shadow: 19px -19px 0 0px, 38px -19px 0 5px, 57px -19px 0 0px, 19px 0 0 0px, 38px 0 0 0px, 57px 0 0 5px, 19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 5px;
  }
  87.5% {
    box-shadow: 19px -19px 0 0px, 38px -19px 0 5px, 57px -19px 0 0px, 19px 0 0 0px, 38px 0 0 5px, 57px 0 0 0px, 19px 19px 0 5px, 38px 19px 0 0px, 57px 19px 0 0px;
  }
}
/*=============================
    - Background color
===============================*/
.grey-bg {
  background: var(--tg-color-gray-4);
}

.grey-bg-two {
  background: var(--tg-color-gray-2);
}

.grey-bg-three {
  background: var(--tg-border-5);
}

.white-bg {
  background: var(--tg-color-white-default);
}

.black-bg {
  background: var(--tg-common-color-black);
}

/*=========================
      Breadcrumb
===========================*/
.breadcrumb__bg {
  background-size: cover;
  background-position: bottom center;
  padding: 245px 0 145px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1500px) {
  .breadcrumb__bg {
    padding: 215px 0 120px;
  }
}
@media (max-width: 1199.98px) {
  .breadcrumb__bg {
    padding: 185px 0 110px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb__bg {
    padding: 165px 0 100px;
  }
}
.breadcrumb__content .title {
  margin-bottom: 0 !important;
}
.breadcrumb__shape {
  pointer-events: none;
}
.breadcrumb__shape img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40%;
  z-index: -1;
}

/*=============================
    00. Scroll Top
===============================*/
.scroll__top {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  font-weight: 700;
  color: var(--tg-secondary-color);
  text-align: center;
  cursor: pointer;
  background: var(--tg-primary-color);
  transition: 1s ease;
  border: none;
}
@media (max-width: 1199.98px) {
  .scroll__top {
    right: 25px;
    bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .scroll__top {
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .scroll__top {
    right: 15px;
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.scroll__top.open {
  bottom: 30px;
}
@media (max-width: 767.98px) {
  .scroll__top.open {
    bottom: 15px;
  }
}
.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-color-white-default);
  color: var(--tg-secondary-color);
}

/*=============================
	00. Section Title
===============================*/
.section__title .sub-title {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  color: var(--tg-primary-color);
  border: 1px solid var(--tg-border-1);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 6px 10px;
  margin-bottom: 20px;
}
.section__title .title {
  font-size: 48px;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .section__title .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .section__title .title {
    font-size: 35px;
  }
}
.section__title .title span {
  color: rgba(255, 255, 255, 0.3);
}

.section-divider span {
  height: 1px;
  background: var(--tg-border-1);
  display: block;
}

.section-py-120 {
  padding: 120px 0;
}
@media (max-width: 767.98px) {
  .section-py-120 {
    padding: 100px 0;
  }
}

.section-pt-120 {
  padding-top: 120px;
}
@media (max-width: 767.98px) {
  .section-pt-120 {
    padding-top: 100px;
  }
}

.section-pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  .section-pb-120 {
    padding-bottom: 100px;
  }
}

@media (max-width: 991.98px) {
  .section__title.mb-70,
  .section__title.mb-60 {
    margin-bottom: 40px;
  }
}

/*=============================
	    Mobile Menu
===============================*/
.tgmobile__search {
  padding: 0 20px 25px 25px;
}
.tgmobile__search form {
  position: relative;
}
.tgmobile__search input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 45px 10px 20px;
  font-size: 15px;
  height: 45px;
  background: var(--tg-secondary-color);
  color: var(--tg-heading-font-color);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.tgmobile__search input::placeholder {
  font-size: 15px;
  color: var(--tg-body-font-color);
}
.tgmobile__search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  padding: 0;
  right: 20px;
  line-height: 1;
  background: transparent;
  color: var(--tg-heading-font-color);
}
.tgmobile__menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 991;
  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%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
}
.tgmobile__menu .navbar-collapse {
  display: block !important;
}
.tgmobile__menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.tgmobile__menu .nav-logo img {
  width: 150px;
}
.tgmobile__menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
.tgmobile__menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid var(--tg-border-1);
}
.tgmobile__menu .navigation li.active > a {
  color: var(--tg-primary-color);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 20px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tg-heading-font-color);
  background: var(--tg-secondary-color);
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 12px;
  height: 2px;
  background-color: var(--tg-color-white-default);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 2px;
  height: 12px;
  background-color: var(--tg-color-white-default);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
  background-color: var(--tg-primary-color);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
  background-color: var(--tg-secondary-color);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
  display: none;
}
.tgmobile__menu .navigation li > a {
  position: relative;
  display: block;
  padding: 10px 60px 10px 25px;
  font-size: 15px;
  font-weight: 600;
  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;
}
.tgmobile__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;
  width: 2px;
  background: var(--tg-primary-color);
  pointer-events: none;
}
.tgmobile__menu .navigation li ul li > a {
  margin-left: 20px;
}
.tgmobile__menu .navigation li ul li ul li a {
  margin-left: 40px;
}
.tgmobile__menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}
.tgmobile__menu .navigation li > ul {
  display: none;
}
.tgmobile__menu .navigation li > ul > li > ul {
  display: none;
}
.tgmobile__menu .navigation ul {
  padding: 0;
  margin: 0;
}
.tgmobile__menu .navigation ul li a {
  display: block;
}
.tgmobile__menu .navigation ul li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}
.tgmobile__menu .navigation:last-child {
  border-bottom: 1px solid var(--tg-border-1);
}
.tgmobile__menu .navigation > li > ul > li:first-child {
  border-top: 1px solid var(--tg-border-1);
}
.tgmobile__menu .navigation > li.active > a::before {
  height: 100%;
}
.tgmobile__menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 14px;
  color: var(--tg-primary-color);
  cursor: pointer;
  padding: 8px;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tgmobile__menu .close-btn i[class^=flaticon-]:before {
  font-weight: var(--tg-fw-bold) !important;
}
.tgmobile__menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.tgmobile__menu .social-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.tgmobile__menu .social-links ul li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px;
}
.tgmobile__menu .social-links ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: var(--tg-primary-color);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid var(--tg-border-1);
  border-radius: 50%;
}
.tgmobile__menu .social-links ul li a:hover {
  border-color: var(--tg-primary-color);
  background: var(--tg-primary-color);
  color: var(--tg-secondary-color);
}
.tgmobile__menu .tgmenu__action {
  padding: 0 0;
  margin: 0 0;
}
.tgmobile__menu .tgmenu__action > ul {
  margin: 0 0;
  padding: 30px 20px 0;
  justify-content: center;
  gap: 0 15px;
}
.tgmobile__menu .tgmenu__action > ul li {
  margin: 0 0;
}
.tgmobile__menu .tgmenu__action > ul .header-btn {
  display: block;
}
.tgmobile__menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--tg-color-dark);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
}
.tgmobile__menu-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--tg-color-white-default);
  margin-right: 30px;
  top: 15px;
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .tgmobile__menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu-visible .tgmobile__menu-backdrop {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .tgmobile__menu .close-btn {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*=============================
    00. Keyframe Animation
===============================*/
@-webkit-keyframes hoverShine {
  100% {
    left: 125%;
  }
}
@keyframes hoverShine {
  100% {
    left: 125%;
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  -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);
  }
}
.alltuchtopdown {
  -webkit-animation: alltuchtopdown 5s ease-in-out 0s infinite alternate;
  animation: alltuchtopdown 5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeRight2 {
  -webkit-animation-name: fadeRight2;
  animation-name: fadeRight2;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.shine__animate-link {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.shine__animate-link::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.shine__animate-item:hover .shine__animate-link::before {
  -webkit-animation: hoverShine 1.2s;
  animation: hoverShine 1.2s;
}

/*=============================
    	02. Header
===============================*/
.transparent-header {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 9;
  height: auto;
}
@media (max-width: 767.98px) {
  .transparent-header {
    top: 0;
  }
}

.tg-header__area .mobile-nav-toggler {
  position: relative;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: var(--tg-primary-color);
  display: none;
}
@media (max-width: 991.98px) {
  .tg-header__area .mobile-nav-toggler {
    display: block;
  }
}
.tg-header__area.sticky-menu {
  padding: 0 0;
}

.tgmenu__wrap {
  margin-top: 30px;
  background: #1a1c21;
  /* background: var(--tg-secondary-color); */
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .tgmenu__wrap {
    padding: 14px 20px;
  }
}
@media (max-width: 767.98px) {
  .tgmenu__wrap {
    margin-top: 20px;
  }
}
.tgmenu__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .tgmenu__nav {
    justify-content: space-between;
  }
}
.tgmenu__nav .logo img {
  max-height: 45px;
}
.tgmenu__navbar-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}
.tgmenu__navbar-wrap > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}
.tgmenu__navbar-wrap > ul > li {
  display: block;
  position: relative;
  list-style: none;
}
.tgmenu__navbar-wrap > ul > li > a {
  font-size: 14px;
  font-weight: var(--tg-fw-semi-bold);
  text-transform: uppercase;
  color: var(--tg-color-white-default);
  font-family: var(--tg-heading-font-family);
  padding: 27px 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .tgmenu__navbar-wrap > ul > li > a {
    padding: 27px 16px;
  }
}
.tgmenu__navbar-wrap > ul > li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 20px;
  height: 2px;
  background: var(--tg-primary-color);
  -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;
  opacity: 0;
  visibility: hidden;
}
.tgmenu__navbar-wrap > ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 230px;
  border: none;
  background: var(--tg-secondary-color);
  margin: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: 0 0;
  -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;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.20);
  border-radius: 0 0 10px 10px;
  padding: 18px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.tgmenu__navbar-wrap > ul > li .sub-menu.sub-menu-right {
  right: 0;
  left: auto;
}
.tgmenu__navbar-wrap > ul > li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}
.tgmenu__navbar-wrap > ul > li .sub-menu li {
  margin-left: 0;
  text-align: left;
  display: block;
}
.tgmenu__navbar-wrap > ul > li .sub-menu li a {
  padding: 8px 15px 8px 25px;
  display: block;
  color: var(--tg-heading-font-color);
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
}
.tgmenu__navbar-wrap > ul > li .sub-menu li:hover > a, .tgmenu__navbar-wrap > ul > li .sub-menu li.active > a {
  color: var(--tg-primary-color);
}
.tgmenu__navbar-wrap > ul > li .sub-menu li:hover > a::before, .tgmenu__navbar-wrap > ul > li .sub-menu li.active > a::before {
  opacity: 1;
  visibility: visible;
}
.tgmenu__navbar-wrap > ul > li .sub-menu li:hover > a {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
}
.tgmenu__navbar-wrap > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.tgmenu__navbar-wrap > ul > li.active a, .tgmenu__navbar-wrap > ul > li:hover a {
  color: var(--tg-primary-color);
}
.tgmenu__navbar-wrap > ul > li.active a::before, .tgmenu__navbar-wrap > ul > li:hover a::before {
  opacity: 1;
  visibility: visible;
}
.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
  display: none;
}
.tgmenu__search {
  margin-inline-end: 25px;
}
@media (max-width: 1199.98px) {
  .tgmenu__search {
    margin-left: auto;
  }
}
.tgmenu__search-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 535px;
  border-radius: 100px;
  border: 1px solid #D3D2DF;
}
@media (max-width: 1800px) {
  .tgmenu__search-form {
    width: 485px;
  }
}
@media (max-width: 1500px) {
  .tgmenu__search-form {
    width: 380px;
  }
}
@media (max-width: 1199.98px) {
  .tgmenu__search-form {
    width: 500px;
  }
}
@media (max-width: 991.98px) {
  .tgmenu__search-form {
    width: auto;
  }
}
.tgmenu__search-form .select-grp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  padding: 12px 0 12px 17px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 153px;
  flex: 0 0 auto;
  position: relative;
}
.tgmenu__search-form .select-grp::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #BDBABB;
}
@media (max-width: 991.98px) {
  .tgmenu__search-form .select-grp::after {
    display: none;
  }
}
.tgmenu__search-form .select-grp svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
.tgmenu__search-form .select-grp path {
  fill: var(--tg-theme-primary);
}
.tgmenu__search-form .form-select {
  outline: none;
  box-shadow: none;
  border: none;
  padding-left: 8px;
  color: var(--tg-heading-font-color);
  font-family: var(--tg-heading-font-family);
  font-size: 14px;
}
.tgmenu__search-form .input-grp {
  position: relative;
  flex-grow: 1;
  margin-left: -1px;
}
@media (max-width: 991.98px) {
  .tgmenu__search-form .input-grp {
    display: none;
  }
}
.tgmenu__search-form input {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 12px 50px 10px 20px;
  height: 50px;
  font-size: 15px;
  font-family: var(--tg-heading-font-family);
}
.tgmenu__search-form input::placeholder {
  color: #8D9DB5;
  font-size: 14px;
}
.tgmenu__search-form [type=submit] {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4px;
  width: 44px;
  height: 44px;
  border: none;
  padding: 0 0;
  background: var(--tg-theme-primary);
  font-size: 20px;
  color: var(--tg-color-white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.tgmenu__search-form [type=submit]:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-heading-font-color);
}
.tgmenu__search-bar {
  flex-grow: 1;
}
@media (max-width: 1500px) {
  .tgmenu__search-bar {
    max-width: 240px;
  }
}
@media (max-width: 1199.98px) {
  .tgmenu__search-bar {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .tgmenu__search-bar {
    display: none;
  }
}
.tgmenu__search-bar form {
  position: relative;
}
.tgmenu__search-bar form input {
  display: block;
  width: 100%;
  background: var(--tg-color-white-default);
  border: 1px solid var(--tg-border-2);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 12px 50px 10px 20px;
  height: 45px;
  font-size: 15px;
  font-family: var(--tg-heading-font-family);
}
.tgmenu__search-bar form input::placeholder {
  color: #8D9DB5;
  font-size: 14px;
}
.tgmenu__search-bar form [type=submit] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  right: 10px;
  border: none;
  padding: 0 0;
  background: transparent;
  font-size: 24px;
  color: #8D9DB5;
}
.tgmenu__search-bar form [type=submit]:hover {
  color: var(--tg-theme-primary);
}
@media (max-width: 991.98px) {
  .tgmenu__action {
    margin: 0 30px 0 auto;
  }
}
@media (max-width: 767.98px) {
  .tgmenu__action {
    display: none;
  }
}
.tgmenu__action > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tgmenu__action > ul li {
  position: relative;
  margin-left: 30px;
  flex: 0 0 auto;
}
@media (max-width: 991.98px) {
  .tgmenu__action > ul li {
    margin-left: 20px;
  }
}
.tgmenu__action > ul li.header-search a {
  font-size: 18px;
  color: var(--tg-color-dark);
  line-height: 0;
}
.tgmenu__action > ul li.header-search a:hover {
  color: var(--tg-theme-primary);
}
.tgmenu__action > ul li.header-search-two a {
  color: var(--tg-color-white-default);
}
.tgmenu__action > ul li .cart-count {
  color: var(--tg-color-dark);
  font-size: 20px;
  line-height: 0;
  margin: 0;
  position: relative;
}
.tgmenu__action > ul li .cart-count span {
  position: absolute;
  bottom: -4px;
  right: -11px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}
.tgmenu__action > ul li .cart-count:hover {
  color: var(--tg-theme-primary);
}
.tgmenu__action > ul li .cart-count-two {
  color: var(--tg-color-white-default);
}
.tgmenu__action > ul li.header-btn {
  margin-left: 50px;
}
@media (max-width: 1199.98px) {
  .tgmenu__action > ul li.header-btn {
    margin-left: 40px;
  }
}
@media (max-width: 991.98px) {
  .tgmenu__action > ul li.header-btn {
    margin-left: 30px;
  }
}
.tgmenu__action > ul li.header-btn .tg-btn {
  padding: 14px 26px;
}
.tgmenu__action > ul li:first-child {
  margin-left: 0;
}
@media (max-width: 1500px) {
  .tgmenu__action > ul li.free-btn {
    display: none;
  }
}
.tgmenu__action > ul li.login-btn {
  padding: 0 0;
  margin-inline-start: 15px;
}
@media (max-width: 1199.98px) {
  .tgmenu__action > ul li.login-btn {
    display: none;
  }
}
.tgmenu__action > ul li.login-btn a {
  display: block;
  border-radius: 50px;
  padding: 12px 26px;
  border: 1px solid rgba(6, 35, 91, 0.19);
  background: var(--tg-theme-secondary);
  font-size: 15px;
  color: var(--tg-heading-font-color);
  font-weight: 600;
  line-height: 18px;
}
.tgmenu__action > ul li.login-btn a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  border-radius: 0;
}

#header-fixed-height.active-height {
  display: block;
  height: 90px;
}

/*=============================
    	03. Banner
===============================*/
.banner__bg {
  background-size: cover;
  background-position: bottom center;
  position: relative;
  z-index: 1;
  padding: 220px 0 230px;
  margin-bottom: 135px;
}
@media (max-width: 1500px) {
  .banner__bg {
    padding: 175px 0 205px;
  }
}
@media (max-width: 1199.98px) {
  .banner__bg {
    padding: 150px 0 160px;
    margin-bottom: 85px;
  }
}
@media (max-width: 991.98px) {
  .banner__bg {
    padding: 145px 0 145px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .banner__bg {
    padding: 135px 0 125px;
    margin-bottom: 40px;
  }
}
.banner__content {
  text-align: center;
  padding: 0 40px;
}
@media (max-width: 1199.98px) {
  .banner__content {
    padding: 0;
  }
}
.banner__content .sub-title {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--tg-primary-color);
  border: 1px solid var(--tg-border-1);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 6px 10px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
}
.banner__content .title {
  margin-bottom: 40px;
  font-size: 64px;
  letter-spacing: -0.03em;
}
@media (max-width: 1199.98px) {
  .banner__content .title {
    margin-bottom: 30px;
    font-size: 58px;
  }
}
@media (max-width: 991.98px) {
  .banner__content .title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .banner__content .title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content .title {
    font-size: 45px;
  }
}
.banner__content .title span {
  color: var(--tg-color-gray-1);
  color: rgba(255, 255, 255, 0.3);
}
.banner__content p {
  margin-bottom: 50px;
  font-size: 1rem;
}
@media (max-width: 1199.98px) {
  .banner__content p {
    margin-bottom: 35px;
  }
}
.banner__content-bottom {
  display: block;
  font-size: 14px;
}
.banner__content-bottom a {
  color: var(--tg-color-white-default);
}
.banner__content-bottom a:hover {
  color: var(--tg-primary-color);
}
.banner__form {
  position: relative;
  width: 530px;
  margin: 0 auto 20px;
}
@media (max-width: 991.98px) {
  .banner__form {
    width: 100%;
  }
}
.banner__form input {
  width: 100%;
  border: 1px solid var(--tg-border-1);
  background: var(--tg-secondary-color);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-size: 14px;
  color: var(--tg-color-white-default);
  padding: 14px 10px 14px 44px;
  height: 50px;
}
.banner__form input::placeholder {
  color: var(--tg-color-white-default);
  opacity: 0.4;
  font-size: 14px;
}
.banner__form label {
  position: absolute;
  left: 20px;
  top: 12px;
}
.banner__form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 767.98px) {
  .banner__form button {
    position: initial;
    transform: translateY(0);
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
}
.banner__shape img {
  position: absolute;
  z-index: -1;
}
.banner__shape img:nth-child(1) {
  left: 13%;
  bottom: 42px;
}
@media (max-width: 1800px) {
  .banner__shape img:nth-child(1) {
    left: 9%;
  }
}
@media (max-width: 1500px) {
  .banner__shape img:nth-child(1) {
    left: 7%;
  }
}
@media (max-width: 1199.98px) {
  .banner__shape img:nth-child(1) {
    width: 120px;
  }
}
@media (max-width: 991.98px) {
  .banner__shape img:nth-child(1) {
    width: 110px;
    bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .banner__shape img:nth-child(1) {
    width: 75px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__shape img:nth-child(1) {
    width: 85px;
  }
}
.banner__shape img:nth-child(2) {
  left: 42%;
  bottom: -135px;
}
@media (max-width: 1199.98px) {
  .banner__shape img:nth-child(2) {
    bottom: -85px;
    width: 200px;
  }
}
@media (max-width: 991.98px) {
  .banner__shape img:nth-child(2) {
    bottom: -70px;
    width: 155px;
  }
}
@media (max-width: 767.98px) {
  .banner__shape img:nth-child(2) {
    bottom: -40px;
    width: 90px;
    left: 40%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__shape img:nth-child(2) {
    width: 120px;
    left: 42%;
  }
}
.banner__shape img:nth-child(3) {
  right: 17%;
  bottom: 45px;
}
@media (max-width: 1800px) {
  .banner__shape img:nth-child(3) {
    right: 11%;
  }
}
@media (max-width: 1500px) {
  .banner__shape img:nth-child(3) {
    right: 9%;
  }
}
@media (max-width: 1199.98px) {
  .banner__shape img:nth-child(3) {
    width: 110px;
  }
}
@media (max-width: 991.98px) {
  .banner__shape img:nth-child(3) {
    width: 100px;
    bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .banner__shape img:nth-child(3) {
    width: 70px;
    bottom: 0px;
    right: 5%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__shape img:nth-child(3) {
    width: 80px;
  }
}
.banner__shape img:nth-child(4) {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .banner__shape img:nth-child(4) {
    width: 60%;
    top: 60px;
  }
}

/*=============================
    	04. Brand
===============================*/
.brand__area {
  padding: 5rem 0 0;
}
.brand__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand__item img {
  opacity: 0.5;
  cursor: pointer;
}
.brand__item img:hover {
  opacity: 1;
}
.brand__item-wrap {
  position: relative;
}
.brand__item-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 380px;
  height: 100%;
  /* background: linear-gradient(90deg, rgb(21, 21, 21) 0%, rgba(21, 21, 21, 0) 100%); */
  z-index: 2;
  pointer-events: none;
}
.brand__item-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 380px;
  height: 100%;
  background: linear-gradient(90deg, rgba(21, 21, 21, 0) 0%, #151515 100%);
  z-index: 2;
  pointer-events: none;
}

/*=============================
    	05. Features
===============================*/
.features__area {
  position: relative;
  z-index: 1;
}
.features__item {
  background: linear-gradient(135deg, #222325 0%, rgba(21, 21, 21, 0) 100%);
  border: 1px solid var(--tg-border-1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 40px 40px 40px 28px;
  gap: 28px;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .features__item {
    padding: 40px 25px 40px 25px;
    gap: 18px;
  }
}
@media (max-width: 991.98px) {
  .features__item {
    padding: 40px 30px 40px 30px;
    gap: 50px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
}
.features__item:hover .features__icon img {
  transform: translateY(-5px);
}
.features__item-two {
  display: block;
  text-align: center;
  padding: 40px 30px 50px 30px;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .features__item-two {
    padding: 40px 30px 40px 30px;
  }
}
.features__item-two .features__icon {
  margin: 0 auto 50px;
}
.features__icon {
  width: 130px;
  flex: 0 0 auto;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .features__icon {
    width: 120px;
  }
}
.features__content .title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.03em;
}
.features__content .title span {
  color: rgba(255, 255, 255, 0.3);
}
.features__content p {
  margin-bottom: 0;
  font-size: 20px;
}
.features__shape {
  position: absolute;
  left: 50%;
  top: -28%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .features__shape {
    top: -13%;
  }
}
@media (max-width: 991.98px) {
  .features__shape {
    top: -5%;
  }
}
@media (max-width: 767.98px) {
  .features__shape {
    top: 2%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features__shape {
    top: -3%;
  }
}

/*=============================
    	06. Marquee
===============================*/
.marquee__item {
  margin-right: 20px;
  display: inline;
  line-height: 1;
  font-size: 120px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1199.98px) {
  .marquee__item {
    font-size: 70px;
  }
}
@media (max-width: 991.98px) {
  .marquee__item {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .marquee__item {
    font-size: 45px;
  }
}

/*=============================
    	07. Token
===============================*/
.token__area {
  position: relative;
  z-index: 1;
}
.token__content {
  width: 85%;
}
@media (max-width: 1199.98px) {
  .token__content {
    width: 95%;
  }
}
@media (max-width: 991.98px) {
  .token__content {
    width: 100%;
    margin-bottom: 50px;
  }
}
.token__content p {
  margin-bottom: 50px;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .token__content p {
    margin-bottom: 35px;
  }
}
.token__wrap {
  background: var(--tg-secondary-color);
  border: 1px solid var(--tg-border-1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.token__wrap-inner {
  border: 1px solid var(--tg-border-1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin: -1px;
  padding: 60px 50px;
}
@media (max-width: 1199.98px) {
  .token__wrap-inner {
    padding: 40px 25px;
  }
}
.token__wrap-inner .title {
  margin-bottom: 40px;
  font-size: 24px;
  letter-spacing: -0.03em;
}
.token__wrap .copy-text {
  padding: 30px 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1199.98px) {
  .token__wrap .copy-text {
    padding: 20px 25px;
  }
}
.token__wrap .copy-text mark {
  padding: 0;
  background: transparent;
  font-size: 14px;
  line-height: 1.2;
  color: var(--tg-color-white-default);
  word-break: break-all;
}
.token__wrap .copy-text .copy-btn {
  background: transparent;
  padding: 0;
  border: none;
  opacity: 0.2;
  width: 14px;
  flex: 0 0 auto;
}
.token__wrap .copy-text .copy-btn:hover {
  opacity: 1;
  transform: scale(1.1);
}
.token__received {
  text-align: center;
  font-size: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
}
.token__received::before {
  content: "";
  width: auto;
  background: var(--tg-color-white-default);
  opacity: 0.1;
  height: 1px;
  flex-grow: 1;
}
.token__received::after {
  content: "";
  width: auto;
  background: var(--tg-color-white-default);
  opacity: 0.1;
  height: 1px;
  flex-grow: 1;
}
.token__received span {
  color: var(--tg-primary-color);
}
.token__progress-wrap .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.token__progress-wrap .list-wrap li {
  font-size: 20px;
  font-weight: 600;
  color: var(--tg-color-white-default);
  line-height: 1;
}
.token__progress-wrap .progress {
  border-radius: 10px;
  background: var(--tg-secondary-color);
  border: 1px solid var(--tg-border-1);
  height: 6px;
}
.token__progress-wrap .progress .progress-bar {
  background: var(--tg-primary-color);
  margin: -1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.token__shape img {
  position: absolute;
  z-index: -1;
  right: 31%;
  top: -36%;
  opacity: 0.6;
}
@media (max-width: 1800px) {
  .token__shape img {
    right: 24%;
    top: -22%;
  }
}

.countdown__wrap {
  margin-bottom: 50px;
}
.countdown__wrap .coming-time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.countdown__wrap .time-count {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: var(--tg-color-white-default);
  text-transform: capitalize;
}
.countdown__wrap .time-count span {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(138deg, #222325 0%, rgba(21, 21, 21, 0) 100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--tg-border-1);
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--tg-primary-color);
  margin-bottom: 14px;
}
@media (max-width: 1199.98px) {
  .countdown__wrap .time-count span {
    width: 80px;
    height: 80px;
    font-size: 34px;
  }
}

/*=============================
    	08. Work
===============================*/
.work__area {
  position: relative;
  z-index: 1;
}
.work__item {
  position: relative;
  padding: 60px 0 0 40px;
  width: 60%;
  margin-bottom: 100px;
}
@media (max-width: 1199.98px) {
  .work__item {
    width: 80%;
    padding: 40px 0 0 30px;
  }
}
@media (max-width: 991.98px) {
  .work__item {
    width: 100%;
    margin-bottom: 60px;
    padding: 25px 0 0 30px;
  }
}
.work__item .number {
  font-size: 120px;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  opacity: 0.05;
  line-height: 0.8;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1199.98px) {
  .work__item .number {
    font-size: 100px;
  }
}
@media (max-width: 991.98px) {
  .work__item .number {
    font-size: 80px;
  }
}
.work__item .title {
  margin-bottom: 16px;
  font-size: 24px;
}
.work__item .title span {
  color: rgba(255, 255, 255, 0.3);
}
.work__item p {
  margin-bottom: 0;
  font-size: 20px;
}
.work__item-right {
  text-align: right;
  padding: 60px 40px 0 0;
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  .work__item-right {
    padding: 40px 30px 0 0;
  }
}
@media (max-width: 991.98px) {
  .work__item-right {
    text-align: left;
    margin-right: auto;
    padding: 25px 0 0 30px;
  }
}
.work__item-right .number {
  left: auto;
  right: 0;
}
@media (max-width: 991.98px) {
  .work__item-right .number {
    left: 0;
    right: auto;
  }
}
.work__item-wrap {
  position: relative;
  z-index: 1;
}
.work__item-wrap .row > *:first-child {
  margin-bottom: 60px;
}
.work__img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 991.98px) {
  .work__img {
    position: initial;
    transform: translate(0);
    text-align: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 1199.98px) {
  .work__img img {
    width: 400px;
  }
}
.work__shape {
  pointer-events: none;
}
.work__shape img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5%;
  z-index: -1;
}

/*=============================
    	09. exchange
===============================*/
.exchange__inner-wrap {
  background: linear-gradient(140deg, #222325 0%, rgba(21, 21, 21, 0) 100%);
  border: 1px solid var(--tg-border-1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 50px 50px 50px 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .exchange__inner-wrap {
    padding: 40px 25px 40px 25px;
  }
}
@media (max-width: 991.98px) {
  .exchange__inner-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.exchange__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 40px;
  width: 50%;
}
@media (max-width: 1199.98px) {
  .exchange__content {
    gap: 15px;
  }
}
@media (max-width: 991.98px) {
  .exchange__content {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .exchange__content {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.exchange__content .title {
  margin-bottom: 16px;
  font-size: 24px;
}
.exchange__content .title span {
  color: rgba(255, 255, 255, 0.3);
}
.exchange__content p {
  margin-bottom: 0;
  font-size: 20px;
}
.exchange__content .icon {
  width: 101px;
  flex: 0 0 auto;
}
.exchange__icons .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.exchange__icons .list-wrap li {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(138deg, #222325 0%, rgba(21, 21, 21, 0) 100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--tg-border-1);
  margin-left: -10px;
}
@media (max-width: 767.98px) {
  .exchange__icons .list-wrap li {
    width: 75px;
    height: 75px;
  }
}
.exchange__icons .list-wrap li:first-child {
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .exchange__icons .list-wrap li img {
    width: 40px;
    height: 40px;
  }
}

/*=============================
    	10. Crypto
===============================*/
.crypto__area {
  position: relative;
  z-index: 1;
  background: var(--tg-secondary-color);
  overflow: hidden;
}
.crypto__item {
  background: linear-gradient(140deg, #222325 0%, rgba(21, 21, 21, 0) 100%);
  border: 1px solid var(--tg-border-1);
  padding: 50px 30px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .crypto__item {
    padding: 50px 20px;
  }
}
.crypto__item:hover .crypto__icon img {
  transform: rotateY(180deg);
}
.crypto__icon {
  margin-bottom: 50px;
  display: inline-block;
}
.crypto__icon img {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.crypto__content .title {
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media (max-width: 1199.98px) {
  .crypto__content .title {
    font-size: 26px;
  }
}
.crypto__content .title span {
  display: block;
  color: rgba(255, 255, 255, 0.3);
}
.crypto__shape {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: -1;
}

/*=============================
    	11. FAQ
===============================*/
@media (max-width: 991.98px) {
  .faq__img {
    text-align: center;
    margin-bottom: 50px;
  }
}
.faq__wrap .accordion-item {
  margin-bottom: 16px;
  background: linear-gradient(140deg, #222325 0%, rgba(21, 21, 21, 0) 100%);
  border: 1px solid var(--tg-border-1);
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  border-radius: 10px !important;
}
.faq__wrap .accordion-item:last-child {
  margin-bottom: 0;
}
.faq__wrap .accordion-button {
  border: none;
  background: transparent;
  font-weight: 600;
  font-size: 20px;
  color: var(--tg-color-white-default);
  padding: 18px 55px 18px 24px;
  position: relative;
}
.faq__wrap .accordion-button::before {
  content: "\f109";
  font-family: "flaticon_tg_default";
  font-weight: 400;
  position: absolute;
  right: 24px;
  top: 21px;
  font-size: 16px;
}
.faq__wrap .accordion-button:focus {
  border-color: none;
  box-shadow: none;
}
.faq__wrap .accordion-button:not(.collapsed) {
  color: var(--tg-color-white-default);
  background-color: transparent;
  box-shadow: none;
}
.faq__wrap .accordion-button:not(.collapsed)::before {
  content: "\f10a";
}
.faq__wrap .accordion-button::after {
  display: none;
}
.faq__wrap .accordion-body {
  padding: 4px 24px 26px;
}
.faq__wrap .accordion-body p {
  margin-bottom: 0;
  font-size: 20px;
}

/*=============================
    	12. RoadMap
===============================*/
.roadmap__area {
  position: relative;
  z-index: 1;
}
.roadmap__item {
  text-align: center;
}
.roadmap__item:hover .roadmap__icon {
  transform: translateY(5px);
}
.roadmap__item-wrap {
  position: relative;
  z-index: 1;
}
.roadmap__item-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 85px;
  width: 100%;
  height: 6px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid var(--tg-border-1);
  z-index: -1;
}
@media (max-width: 991.98px) {
  .roadmap__item-wrap::before {
    display: none;
  }
}
.roadmap__icon {
  min-height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
  -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;
}
.roadmap__content .title {
  margin-bottom: 20px;
  font-size: 32px;
  color: var(--tg-primary-color);
}
.roadmap__content p {
  font-size: 20px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .roadmap__content p {
    width: 100%;
  }
}
.roadmap__shape {
  position: absolute;
  right: 15%;
  top: -21%;
  z-index: -2;
}

/*=============================
    	13. Team
===============================*/
.team__area {
  background: var(--tg-secondary-color);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team__content-wrap {
  width: 80%;
}
@media (max-width: 991.98px) {
  .team__content-wrap {
    width: 100%;
    margin-bottom: 50px;
  }
}
.team__content-wrap p {
  margin-bottom: 50px;
  font-size: 20px;
}
.team__item {
  background: linear-gradient(140deg, #222325 0%, rgba(21, 21, 21, 0) 100%);
  border: 1px solid var(--tg-border-1);
  text-align: center;
  padding: 40px 25px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
}
.team__item .social__icon a {
  position: absolute;
  right: 18px;
  top: 18px;
}
.team__item .social__icon a > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.team__thumb {
  margin-bottom: 40px;
}
.team__thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.team__content span {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  color: var(--tg-primary-color);
  border: 1px solid var(--tg-border-1);
  line-height: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 3px 9px;
  margin-bottom: 20px;
}
.team__content .title {
  margin-bottom: 0;
  font-size: 24px;
}
@media (max-width: 1199.98px) {
  .team__content .title {
    font-size: 22px;
  }
}
.team__social-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px 30px;
  flex-wrap: wrap;
}
.team__social-wrap .title {
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.team__social-wrap .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
.team__social-wrap .list-wrap li a {
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
.team__social-wrap .list-wrap li a .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.team__social-wrap .list-wrap li a:hover {
  transform: translateY(-5px);
}
.team__shape {
  position: absolute;
  right: 32%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

/*=========================
    15. Blog
===========================*/
.blog__post-item {
  margin-bottom: 60px;
}
.blog__post-thumb {
  margin-bottom: 35px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.blog__post-thumb img {
  width: 100%;
}
.blog__post-content .date {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  color: var(--tg-primary-color);
  margin-bottom: 20px;
}
.blog__post-content .title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: var(--tg-color-white-default);
}
.blog__details-thumb {
  margin-bottom: 30px;
}
.blog__details-thumb-wrap {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .blog__details-thumb-wrap {
    margin-bottom: 30px;
  }
}
.blog__details-thumb img {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  width: 100%;
}
.blog__details-content .date {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--tg-primary-color);
  line-height: 1;
  margin-bottom: 20px;
}
.blog__details-content .title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -0.02em -0.8px;
}
@media (max-width: 767.98px) {
  .blog__details-content .title {
    font-size: 36px;
  }
}
.blog__details-content p {
  margin-bottom: 30px;
}
.blog__details-content p:last-child {
  margin-bottom: 0;
}
.blog__details-inner-wrap {
  margin: 80px 0 80px;
}
@media (max-width: 1199.98px) {
  .blog__details-inner-wrap {
    margin: 60px 0 60px;
  }
}
@media (max-width: 991.98px) {
  .blog__details-inner-thumb {
    margin-bottom: 40px;
  }
}
.blog__details-inner-thumb img {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}
@media (max-width: 991.98px) {
  .blog__details-inner-thumb img {
    width: 100%;
  }
}
.blog__details-inner-content .title-two {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 32px;
}
@media (max-width: 1199.98px) {
  .blog__details-inner-content .title-two {
    margin-bottom: 30px;
  }
}
.blog__details-inner-content .list-wrap li {
  border-bottom: 1px solid var(--tg-border-1);
  padding-bottom: 26px;
  margin-bottom: 26px;
}
@media (max-width: 1199.98px) {
  .blog__details-inner-content .list-wrap li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.blog__details-inner-content .list-wrap li:last-child {
  margin-bottom: 0;
}

blockquote {
  position: relative;
  padding: 2px 25px 2px 25px;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  blockquote {
    padding: 2px 10px 2px 25px;
  }
}
blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #ffcc66 0%, #241b09 100%);
}
blockquote > p {
  margin-bottom: 10px !important;
  font-size: 16px;
  line-height: 1.6;
  color: var(--tg-color-white-default);
}
blockquote cite {
  font-style: normal;
  color: var(--tg-primary-color);
  line-height: 1;
}

/*=============================
    	14. Footer
===============================*/
.footer__area {
  position: relative;
  z-index: 1;
}
.footer__area-two {
  background: var(--tg-secondary-color);
}
.footer__top {
  padding: 120px 0;
}
@media (max-width: 767.98px) {
  .footer__top {
    padding: 100px 0;
  }
}
.footer__content {
  text-align: center;
}
.footer__content .sub-title {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  color: var(--tg-primary-color);
  border: 1px solid var(--tg-border-1);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 6px 10px;
  margin-bottom: 20px;
}
.footer__content .title {
  margin-bottom: 50px;
  font-size: 64px;
}
@media (max-width: 1199.98px) {
  .footer__content .title {
    font-size: 54px;
  }
}
@media (max-width: 767.98px) {
  .footer__content .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.footer__content .title span {
  color: rgba(255, 255, 255, 0.3);
}
.footer__content .team__social-wrap {
  justify-content: center;
}
.footer__logo {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .footer__logo {
    margin-bottom: 50px;
  }
}
.footer__bottom {
  border-top: 1px solid var(--tg-border-1);
  padding: 26px 0;
}
.footer__shape img {
  position: absolute;
  z-index: -1;
}
.footer__shape img:nth-child(1) {
  right: 8%;
  top: 16%;
}
@media (max-width: 1800px) {
  .footer__shape img:nth-child(1) {
    right: 4%;
    top: 8%;
  }
}
@media (max-width: 1500px) {
  .footer__shape img:nth-child(1) {
    width: 180px;
  }
}
@media (max-width: 1199.98px) {
  .footer__shape img:nth-child(1) {
    width: 140px;
  }
}
@media (max-width: 767.98px) {
  .footer__shape img:nth-child(1) {
    width: 80px;
    top: 4%;
  }
}
.footer__shape img:nth-child(2) {
  bottom: 16%;
  left: 11%;
}
@media (max-width: 1500px) {
  .footer__shape img:nth-child(2) {
    left: 6%;
    width: 170px;
  }
}
@media (max-width: 1199.98px) {
  .footer__shape img:nth-child(2) {
    width: 130px;
  }
}
@media (max-width: 767.98px) {
  .footer__shape img:nth-child(2) {
    width: 70px;
    bottom: 12%;
  }
}

.copyright-text {
  /* text-align: center; */
}
.copyright-text p {
  margin-bottom: 0;
  font-size: 14px;
}
.footer-area {
	position: relative;
	z-index: 1;
}

.footer-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(359.43deg, #0b1d3300 11.06%, rgba(11, 29, 51, 0) 99.43%);
	z-index: -1;
}

.footer-scroll-wrap {
	position: relative;
	z-index: 1;
}

.footer-scroll-wrap .scroll-to-target {
	width: 66px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #030B15;
	border: 1px solid #1F262F;
	border-radius: 50%;
	font-size: 18px;
	padding: 0 0;
	color: #fff;
	margin: 0 auto;
}

.footer-scroll-wrap .scroll-to-target:hover {
	background: #564dca;
	/* border-color: #00C4F4; */
}

.footer-scroll-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #1F262F;
	z-index: -1;
}

.footer-top {
	/* padding: 5px 0 50px; */
}

.footer-widget {
	margin-bottom: 30px;
}

.footer-widget .f-logo {
	margin-bottom: 20px;
	display: block;
}

.footer-content p {
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 26px;
	color: #A4B4C3;
}

.footer-content .footer-social {
	display: flex;
	align-items: center;
	margin: 0 -7px;
}

.footer-content .footer-social li {
	padding: 0 7px;
}

.footer-content .footer-social li a {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #719ED6;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
}

.footer-content .footer-social li a:hover {
	background: #00C4F4;
	border-color: #00C4F4;
}

.footer-widget .fw-title {
	font-size: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 25px 0 27px;
}

.footer-link ul li {
	margin-bottom: 10px;
}

.footer-link ul li:last-child {
	margin-bottom: 0;
}

.footer-link ul li a {
	font-size: 15px;
	line-height: 20px;
	color: #A4B4C3;
	position: relative;
}

.footer-link ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	-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);
	transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}

.footer-link ul 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-link ul li a:hover {
	color: #fff;
}

.footer-top .row [class*="col-"]:nth-child(2) .footer-widget {
	margin-left: 80px;
}

.footer-top .row [class*="col-"]:nth-child(4) .footer-widget {
	/* margin-left: 75px; */
}

.footer-newsletter p {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 2rem;
	color: #A4B4C3;
}

.footer-newsletter form {
	position: relative;
}

.footer-newsletter form input {
	width: 100%;
	border: none;
	background: rgb(118 118 130 / 10%);
	border-radius: 10px;
	font-weight: 400;
	font-size: 15px;
	padding: 23px 80px 23px 25px;
	color: #fff;
	height: 72px;
}

.footer-newsletter form input::placeholder {
	font-weight: 400;
	font-size: 15px;
	color: #fff;
}

.footer-newsletter form button {
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
	height: 72px;
	background: #00C4F4;
	border-radius: 10px;
	font-size: 20px;
	color: #fff;
	border: none;
}

.footer-bottom {
	border-top: 1px solid rgb(255 255 255 / 6%);
	padding: 27px 0;
}

.copyright-text p {
	color: #fff;
	margin-bottom: 0;
	font-size: 15px;
}

.footer-menu ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 -30px;
}

.footer-menu ul li {
	padding: 0 1rem;
}

.footer-menu ul li a {
	font-size: 15px;
	color: #A4B4C3;
	font-weight: 500;
}

.footer-menu ul li a:hover {
	color: #fff;
}

/* footer-two */
.footer-area-two .footer-top {
	padding: 70px 40px 65px;
}

.footer-menu-two .navigation {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.footer-menu-two .navigation li {
	margin-right: 60px;
}

.footer-menu-two .navigation li:last-child {
	margin-right: 0;
}

.footer-menu-two .navigation li a {
	color: #030B15;
	font-weight: 500;
	font-size: 16px;
}

.footer-menu-two .navigation li a:hover {
	color: #00C4F4;
}

.footer-area-two .footer-social ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footer-area-two .footer-social ul li {
	margin-right: 40px;
}

.footer-area-two .footer-social ul li:last-child {
	margin-right: 0;
}

.footer-area-two .footer-social ul li a {
	color: #0A142F;
	opacity: .3;
	font-size: 24px;
	line-height: 1;
}

.footer-area-two .footer-social ul li a:hover {
	color: #00C4F4;
	opacity: 1;
}

.footer-area-two .footer-bottom {
	border-top: 1px solid #F0F3F9;
	padding: 40px 40px;
}

.footer-area-two .copyright-text p {
	color: #282F3B;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 500;
}

.footer-area-two .scroll-up .scroll-to-target {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #564DCA;
	padding: 0 0;
	border: none;
	color: #fff;
	font-size: 17px;
	margin: -60px auto 15px;
}

.footer-area-two .scroll-up .scroll-to-target:hover {
	background: #00C4F4;
}

.footer-area-two .scroll-up span {
	display: block;
	color: #0A142F;
	font-size: 14px;
	font-weight: 500;
}

.footer-bottom-menu ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footer-bottom-menu ul li {
	margin-right: 30px;
}

.footer-bottom-menu ul li:last-child {
	margin-right: 0;
}

.footer-bottom-menu ul li a {
	font-size: 15px;
	color: #0A142F;
	font-weight: 500;
}

.footer-bottom-menu ul li a:hover {
	color: #00C4F4;
}

/* footer-three */
.footer-bg {
	background-image: url(../img/bg/breadcrumb-bg.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 120px;
}

.footer-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/bg/footer_shape.png);
	background-repeat: repeat;
	background-position: center;
	width: 100%;
	height: 29px;
}

.footer-area-three .footer-top {
	padding: 0 0 50px;
}


.bt-roadmap-wrap {
	display: flex;
	padding: 0;
	min-height: 490px;
	margin: 10px 0 0;
	justify-content: flex-end;
}

.bt-roadmap_x {
	position: relative;
}

.bt-roadmap_x::before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 0px);
	transform: translateY(-50%);
	width: 1670px;
	height: 8px;
	background: linear-gradient(294.72deg, #FF4581 9.05%, #4388DD 79.28%);
	opacity: 0.1;
}

.bt-roadmap-item {
	display: flex;
	width: 370px;
	flex: 0 0 auto;
	height: 305px;
	align-self: flex-end;
	flex-direction: column;
	justify-content: flex-start;
}

.bt-roadmap-item:nth-child(even) {
	align-self: flex-start;
	flex-direction: column-reverse;
	margin-top: -10px;
}

.bt-roadmap-item:nth-child(even) .roadmap-title {
	margin: 22px 0 0;
}

.roadmap-content span {
	display: block;
	color: #A4B4C3;
}

.bt-roadmap-item:nth-child(even) .roadmap-content {
	padding: 0 0 110px 17px;
}

.bt-roadmap-item:nth-child(even) .roadmap-content .dot {
	top: auto;
	bottom: 0;
}

.bt-roadmap-item:not(:first-child) {
	margin-left: -155px;
}

.bt-roadmap-item:last-child {
	width: 280px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	display: none;
}

.bt-roadmap_x._mCS_1.mCS_no_scrollbar {
	padding-bottom: 0;
}

.bt-roadmap_x.mCustomScrollbar {
	padding: 0 0 30px;
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
}

.bt-roadmap_x:not(.mCS_no_scrollbar):before {
	top: calc(50% - 15px);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #00c2f2;
}
/*# sourceMappingURL=main.css.map */
@media (max-width: 767.98px) {
    .footer-top .row [class*="col-"]:nth-child(2) .footer-widget {
        margin-left: 0;
    }
}
@media only screen and (min-width: 767.98px) and (max-width: 987.98px) {
    .footer-top .row [class*="col-"]:nth-child(2) .footer-widget {
        margin-left: 2rem;
    }
}
.tg-btn-mining {
    background: linear-gradient(135deg, #F7931A 0%, #FFBE0B 100%);
    border: none;
    color: #000;
    font-weight: 600;
    padding: 15px 30px;
    margin-right: 15px;
}

.tg-btn-mining:hover {
    background: linear-gradient(135deg, #FFBE0B 0%, #F7931A 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(247, 147, 26, 0.3);
}

.tg-btn-outline {
    background: transparent;
    border: 2px solid #F7931A;
    color: #F7931A;
    font-weight: 600;
    padding: 13px 28px;
}

.tg-btn-outline:hover {
    background: rgba(247, 147, 26, 0.1);
}

.banner__cta-wrap {
    display: flex;
    justify-content: center;
    margin: 25px 0;
}

@media (max-width: 576px) {
    .banner__cta-wrap {
        flex-direction: column;
        align-items: center;
    }
    
    .tg-btn-mining,
    .tg-btn-outline {
        margin: 5px 0;
        width: 100%;
        max-width: 250px;
    }
}
.about__area {
    position: relative;
    overflow: hidden;
}

.about__img-wrap {
    position: relative;
    padding-left: 30px;
}

.about__img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.about__list {
    margin: 25px 0 30px;
}

.about__list ul {
    list-style: none;
    padding: 0;
}

.about__list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    color: var(--tg-heading-font-color);
    font-weight: var(--tg-fw-medium);
}

.about__list li i {
    color: var(--tg-primary-color);
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px;
}

.about__experience {
    position: absolute;
    bottom: 40px;
    left: -30px;
    background: rgba(247, 147, 26, 0.9);
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 10px 30px rgba(247, 147, 26, 0.25);
    max-width: 250px;
}

.about__experience .icon {
    margin-right: 15px;
}

.about__experience .icon img {
    width: 40px;
    height: 40px;
}

.about__experience .content h2.count {
    font-size: 42px;
    margin: 0;
    color: #000;
    font-weight: var(--tg-fw-bold);
    line-height: 1;
}

.about__experience .content p {
    margin: 5px 0 0;
    color: #000;
    font-weight: var(--tg-fw-medium);
}

.about__shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

@media (max-width: 991px) {
    .about__img-wrap {
        padding-left: 0;
        margin-top: 50px;
    }
    
    .about__experience {
        left: 20px;
    }
}
/* Enhanced Choose Area Styles */
.choose-area {
    position: relative;
    overflow: hidden;
}

.choose-area .row {
    margin: 0 -15px;
}

.choose-area .row [class*="col-"] {
    padding: 0 15px;
}

.choose-item {
    background: ;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 50px 30px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 1;
}

.choose-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-color: rgba(247, 147, 26, 0.3);
}

.choose-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    position: relative;
    z-index: 2;
}

.icon-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(247, 147, 26, 0.1) 0%, rgba(0, 188, 212, 0.1) 100%);
    border-radius: 50%;
    z-index: -1;
    transition: all 0.4s ease;
}

.choose-item:hover .icon-bg {
    transform: scale(1.1);
    background: linear-gradient(135deg, rgba(247, 147, 26, 0.2) 0%, rgba(0, 188, 212, 0.2) 100%);
}

.choose-icon img {
    width: 40px;
    height: 40px;
    transition: all 0.4s ease;
}

.choose-item:hover .choose-icon img {
    transform: scale(1.1);
}

.choose-content .title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    text-align: center;
}

.choose-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #CCCCCC;
    text-align: center;
}

.choose-content p strong {
    color: #F7931A;
    font-weight: 600;
}

.choose-hover-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(140deg, #222325 0%, rgba(21, 21, 21, 0) 100%);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: -1;
}

.choose-item:hover .choose-hover-effect {
    opacity: 1;
}

.choose-area .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.choose-area .slide-progress {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
background-image: linear-gradient(to right, #F7931A, #E65100);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
    margin-top: 60px;
}

/* Animation for progress bar */
@keyframes progressAnimation {
    0% {
        background-size: 0% 100%;
    }
    100% {
        background-size: 100% 100%;
    }
}

.choose-area .slide-progress {
    animation: progressAnimation 5s infinite linear;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .choose-item {
        padding: 40px 25px;
    }
    
    .choose-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 25px;
    }
    
    .choose-icon img {
        width: 35px;
        height: 35px;
    }
    
    .choose-content .title {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .choose-area .row [class*="col-"] {
        margin-bottom: 30px;
    }
    
    .choose-item {
        padding: 30px 20px;
    }
    
    .choose-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    
    .choose-content .title {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    .choose-content p {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .choose-area .row [class*="col-"] {
        margin-bottom: 20px;
    }
}.profitability__area {
    position: relative;
    overflow: hidden;
background-image: linear-gradient(135deg, #0f1012 0%, #00000026 80%, rgba(247, 147, 26, 0.15) 100%);
}

.profitability__list {
    margin: 25px 0 30px;
}

.profitability__list ul {
    list-style: none;
    padding: 0;
}

.profitability__list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    color: var(--tg-heading-font-color);
    font-weight: var(--tg-fw-medium);
}

.profitability__list li i {
    color: var(--tg-primary-color);
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px;
}

.profitability__chart {
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #222;
    border-bottom: 1px solid #333;
}

.chart-header .title {
    margin: 0;
    color: var(--tg-heading-font-color);
    font-size: 18px;
}

.time-frames {
    display: flex;
    gap: 5px;
}

.time-btn {
    background: #333;
    border: none;
    color: #aaa;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.time-btn:hover,
.time-btn.active {
    background: var(--tg-primary-color);
    color: #000;
}

.tradingview-widget-container {
    width: 100%;
}

.profitability__shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0.1;
}

.profitability__shape img {
    width: 500px;
    height: auto;
}

@media (max-width: 991px) {
    .profitability__chart {
        margin-top: 50px;
    }
    
    .chart-header {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    
    .time-frames {
        align-self: flex-end;
    }
}


.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
}

.section-subtitle {
    display: inline-block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #F7931A;
    margin-bottom: 1rem;
    font-weight: 600;
}

.section-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.section-description {
    font-size: 1.2rem;
    opacity: 0.85;
    line-height: 1.6;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
}

.about-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-block {
    margin-bottom: 2.5rem;
}

.text-block h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: white;
}

.text-block p {
    font-size: 1.1rem;
    line-height: 1.7;
    opacity: 0.85;
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(247, 147, 26, 0.15);
    border-color: rgba(247, 147, 26, 0.3);
}

.stat-icon {
    font-size: 2rem;
    margin-right: 1rem;
}

.stat-content {
    flex: 1;
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: #F7931A;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.8;
}

.about-visual {
    position: relative;
}

.visual-container {
    position: relative;
    height: 100%;
}

.main-visual {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    height: 500px;
}

.visual-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floating-card {
    position: absolute;
    background: rgba(25, 26, 27, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    animation: float 6s ease-in-out infinite;
    z-index: 2;
}

.floating-card .card-icon {
    font-size: 1.5rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.floating-card .card-content h4 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
    color: white;
}

.floating-card .card-content p {
    font-size: 0.85rem;
    opacity: 0.8;
    margin: 0;
}

.card-1 {
    top: 10%;
    right: -5%;
    animation-delay: 0s;
}

.card-2 {
    bottom: 30%;
    left: -5%;
    animation-delay: 2s;
}

.card-3 {
    bottom: 10%;
    right: -5%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.values-section {
    margin-top: 80px;
}

.values-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
    color: white;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.value-item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.value-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(247, 147, 26, 0.15);
    border-color: rgba(247, 147, 26, 0.3);
}

.value-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, rgba(247, 147, 26, 0.1) 0%, rgba(0, 188, 212, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-icon svg {
    width: 30px;
    height: 30px;
    stroke: var(--tg-primary-color);
}

.value-item h4 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: white;
}

.value-item p {
    opacity: 0.8;
    line-height: 1.6;
}

.section-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.1;
}

.bg-shape.shape-1 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #F7931A 0%, #FFCC66 100%);
    top: -200px;
    right: -200px;
}

.bg-shape.shape-2 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #00BCD4 0%, #0097A7 100%);
    bottom: -150px;
    left: 10%;
}

.bg-shape.shape-3 {
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);
    top: 30%;
    left: -125px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .section-title {
        font-size: 2.5rem;
    }
    
    .floating-card {
        position: relative;
        margin: 15px 0;
        animation: none;
    }
    
    .card-1, .card-2, .card-3 {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    
    .floating-cards-container {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .main-visual {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.75rem;
    }
    
    .section-description {
        font-size: 1rem;
    }
    
    .text-block h3 {
        font-size: 1.25rem;
    }
    
    .text-block p {
        font-size: 1rem;
    }
}

.tg-btn-mining {
    background: linear-gradient(135deg, #F7931A 0%, #FFBE0B 100%);
    border: none;
    color: #000;
    font-weight: 600;
    padding: 15px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.tg-btn-mining:hover {
    background: linear-gradient(135deg, #FFBE0B 0%, #F7931A 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(247, 147, 26, 0.3);
    gap: 15px;
}

.tg-btn-mining svg {
    transition: transform 0.3s ease;
}

.tg-btn-mining:hover svg {
    transform: translateX(4px);
}

.banner__cta-wrap {
    display: flex;
    justify-content: center;
    margin: 25px 0;
}

@media (max-width: 576px) {
    .tg-btn-mining {
        width: 100%;
        max-width: 250px;
    }
}
/* normalize brand logos so they appear consistent */
.brand__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.brand__item img {
  display: block;
  width: auto;
  max-width: 160px;    /* adjust to taste */
  max-height: 60px;    /* keep consistent height across logos */
  object-fit: contain;
}

/* fallback text when an image cannot load */
.brand-fallback {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 14px 6px;
  color: var(--tg-body-font-color, #bfc7cc);
  text-align: center;
}

/* Web3 Stats Section */
.web3-stats-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #0f1012 0%, #0d0e10 100%);
    color: white;
    overflow: hidden;
}

.stats-header {
    text-align: center;
    margin-bottom: 80px;
}

.stats-header .subtitle {
    display: block;
    color: #F7931A;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 15px;
}

.stats-header h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.stats-header p {
    font-size: 18px;
    opacity: 0.8;
    max-width: 600px;
    margin: 0 auto;
}

.gradient-text {
    background: linear-gradient(135deg, #F7931A 0%, #FFBE0B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stats-visualization {
    position: relative;
    height: 500px;
    margin: 0 auto 60px;
    max-width: 800px;
}

.stats-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.pulsing-core {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(247, 147, 26, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: pulse 3s infinite ease-in-out;
}

.core-inner {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F7931A 0%, #00BCD4 100%);
    box-shadow: 0 0 30px rgba(247, 147, 26, 0.5);
}

.energy-ring {
    position: absolute;
    width: 140px;
    height: 140px;
    border: 2px solid rgba(247, 147, 26, 0.3);
    border-radius: 50%;
    animation: rotate 20s infinite linear;
}

.energy-ring-2 {
    position: absolute;
    width: 160px;
    height: 160px;
    border: 1px solid rgba(0, 188, 212, 0.3);
    border-radius: 50%;
    animation: rotate 15s infinite linear reverse;
}

.connecting-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.connecting-lines .line {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(247, 147, 26, 0.5), transparent);
    height: 1px;
    transform-origin: left center;
    width: 300px;
}

.connecting-lines .line:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: rotate(45deg);
}

.connecting-lines .line:nth-child(2) {
    top: 50%;
    left: 50%;
    transform: rotate(135deg);
}

.connecting-lines .line:nth-child(3) {
    top: 50%;
    left: 50%;
    transform: rotate(225deg);
}

.connecting-lines .line:nth-child(4) {
    top: 50%;
    left: 50%;
    transform: rotate(315deg);
}

.stat-node {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.node-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.stat-value {
    font-size: 32px;
    font-weight: 800;
    color: #F7931A;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.node-icon {
    font-size: 32px;
    opacity: 0.7;
}

.node-glow {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(247, 147, 26, 0.1) 0%, transparent 70%);
    animation: glow 3s infinite alternate;
}

/* Position nodes around the center */
.node-1 {
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.node-2 {
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}

.node-3 {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    top: 70%;
}

.node-4 {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.stats-metrics {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.metric {
    text-align: center;
}

.metric-value {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #00BCD4;
    margin-bottom: 5px;
}

.metric-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

/* Floating particles */
.floating-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.particle {
    position: absolute;
    border-radius: 50%;
    background: rgba(247, 147, 26, 0.1);
    animation: float 10s infinite ease-in-out;
}

.particle:nth-child(1) {
    width: 10px;
    height: 10px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.particle:nth-child(2) {
    width: 8px;
    height: 8px;
    top: 60%;
    left: 80%;
    animation-delay: 2s;
}

.particle:nth-child(3) {
    width: 12px;
    height: 12px;
    top: 80%;
    left: 20%;
    animation-delay: 4s;
}

.particle:nth-child(4) {
    width: 6px;
    height: 6px;
    top: 40%;
    left: 70%;
    animation-delay: 6s;
}

.particle:nth-child(5) {
    width: 9px;
    height: 9px;
    top: 30%;
    left: 40%;
    animation-delay: 8s;
}

.particle:nth-child(6) {
    width: 7px;
    height: 7px;
    top: 70%;
    left: 60%;
    animation-delay: 10s;
}

/* Animations */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    from {
        opacity: 0.3;
    }
    to {
        opacity: 0.7;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-20px) translateX(10px);
    }
    50% {
        transform: translateY(10px) translateX(20px);
    }
    75% {
        transform: translateY(20px) translateX(-10px);
    }
}

/* Responsive styles */
@media (max-width: 992px) {
    .stats-visualization {
        height: 400px;
    }
    
    .stat-node {
        width: 150px;
        height: 150px;
    }
    
    .stat-value {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .stats-header h2 {
        font-size: 36px;
    }
    
    .stats-visualization {
        height: 300px;
    }
    
    .stat-node {
        width: 120px;
        height: 120px;
    }
    
    .stat-value {
        font-size: 24px;
    }
    
    .stat-label {
        font-size: 12px;
    }
    
    .stats-metrics {
        flex-direction: column;
        gap: 25px;
    }
}

@media (max-width: 576px) {
    .stats-visualization {
        height: 250px;
    }
    
    .pulsing-core {
        width: 80px;
        height: 80px;
    }
    
    .core-inner {
        width: 40px;
        height: 40px;
    }
    
    .energy-ring {
        width: 100px;
        height: 100px;
    }
    
    .energy-ring-2 {
        width: 120px;
        height: 120px;
    }
    
    .stat-node {
        width: 100px;
        height: 100px;
    }
    
    .stat-value {
        font-size: 20px;
    }
    
    .node-icon {
        font-size: 24px;
    }
}
/* About Hero Simple */
.about-hero-simple {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    color: white;
    overflow: hidden;
    background: linear-gradient(135deg, #0A0C12 0%, #151A23 100%);
}

.about-hero-simple::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1639762681057-408e52192e55?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1632&q=80') center/cover no-repeat;
    opacity: 0.15;
    z-index: 1;
}

.hero-container {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
    letter-spacing: -0.02em;
}

.hero-subtitle {
    font-size: 1.5rem;
    opacity: 0.85;
    font-weight: 400;
    line-height: 1.4;
    max-width: 600px;
    margin: 0 auto;
}

/* Subtle animation for text */
.hero-title {
    animation: fadeInUp 1s ease-out;
}

.hero-subtitle {
    animation: fadeInUp 1s ease-out 0.2s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .about-hero-simple {
        min-height: 50vh;
        padding: 60px 20px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
}

/* Web3 Vision & Mission Section */
.web3-vm-section {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, #000000 0%, #030507 100%);;
    color: white;
    overflow: hidden;
    isolation: isolate;
}

.web3-vm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.web3-vm-card {
    width: 45%;
    background: rgba(25, 26, 27, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.web3-vm-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border-color: rgba(247, 147, 26, 0.3);
}

.vision-card:hover {
    box-shadow: 0 15px 35px rgba(247, 147, 26, 0.2);
}

.mission-card:hover {
    box-shadow: 0 15px 35px rgba(0, 188, 212, 0.2);
}

.card-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.card-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(247, 147, 26, 0.1) 0%, rgba(0, 188, 212, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.card-icon svg {
    width: 30px;
    height: 30px;
    stroke: #F7931A;
}

.mission-card .card-icon svg {
    stroke: #00BCD4;
}

.card-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: white;
}

.card-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #CCCCCC;
}

.card-decoration {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.deco-line {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #F7931A, transparent);
    margin-bottom: 5px;
}

.mission-card .deco-line {
    background: linear-gradient(90deg, #00BCD4, transparent);
}

.deco-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #F7931A;
    margin-left: auto;
}

.mission-card .deco-dot {
    background: #00BCD4;
}

/* Orbit Animation */
.web3-vm-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    z-index: 1;
}

.orbit-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(247, 147, 26, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-core {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #F7931A;
    box-shadow: 0 0 20px rgba(247, 147, 26, 0.5);
}

.orbit-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.orbit-1 {
    width: 100%;
    height: 100%;
    animation: orbit-rotate 20s infinite linear;
}

.orbit-2 {
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
    animation: orbit-rotate 15s infinite linear reverse;
}

.orbit-3 {
    width: 40%;
    height: 40%;
    top: 30%;
    left: 30%;
    animation: orbit-rotate 10s infinite linear;
}

.connecting-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    z-index: 2;
}

/* Floating Particles */
.floating-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.particle {
    position: absolute;
    border-radius: 50%;
    background: rgba(247, 147, 26, 0.1);
    animation: float 8s infinite ease-in-out;
}

.particle-1 {
    width: 10px;
    height: 10px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.particle-2 {
    width: 8px;
    height: 8px;
    top: 60%;
    left: 80%;
    animation-delay: 2s;
}

.particle-3 {
    width: 12px;
    height: 12px;
    top: 80%;
    left: 20%;
    animation-delay: 4s;
}

.particle-4 {
    width: 6px;
    height: 6px;
    top: 40%;
    left: 70%;
    animation-delay: 6s;
}

.particle-5 {
    width: 9px;
    height: 9px;
    top: 30%;
    left: 40%;
    animation-delay: 8s;
}

/* Animations */
@keyframes orbit-rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-15px) translateX(10px);
    }
    50% {
        transform: translateY(10px) translateX(15px);
    }
    75% {
        transform: translateY(15px) translateX(-10px);
    }
}

/* Responsive Styles */
@media (max-width: 992px) {
    .web3-vm-container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    
    .web3-vm-card {
        width: 100%;
        max-width: 600px;
    }
    
    .web3-vm-orbit {
        width: 300px;
        height: 300px;
    }
    
    .connecting-line {
        display: none;
    }
}

@media (max-width: 768px) {
    .web3-vm-section {
        padding: 80px 0;
    }
    
    .web3-vm-card {
        padding: 30px;
    }
    
    .card-header {
        flex-direction: column;
        text-align: center;
    }
    
    .card-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .card-header h2 {
        font-size: 24px;
    }
    
    .card-content p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .web3-vm-card {
        padding: 25px 20px;
    }
    
    .card-icon {
        width: 50px;
        height: 50px;
    }
    
    .card-icon svg {
        width: 25px;
        height: 25px;
    }
    
    .web3-vm-orbit {
        width: 250px;
        height: 250px;
    }
}
/* Modern Timeline Section */
.modern-timeline {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #0A0C12 0%, #151A23 100%);
    color: white;
    overflow: hidden;
}

.timeline-header {
    text-align: center;
    margin-bottom: 80px;
}

.timeline-header .subtitle {
    display: block;
    color: #F7931A;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 15px;
}

.timeline-header h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.timeline-header p {
    font-size: 18px;
    opacity: 0.8;
    max-width: 600px;
    margin: 0 auto;
}

.timeline-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.timeline-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.line-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(to bottom, #F7931A, #00BCD4);
    transition: height 1s ease;
}

.timeline-item {
    position: relative;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.timeline-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.timeline-item:nth-child(odd) {
    justify-content: flex-start;
    padding-right: 50%;
}

.timeline-item:nth-child(even) {
    justify-content: flex-end;
    padding-left: 50%;
}

.timeline-card {
    background: rgba(25, 26, 27, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 500px;
    position: relative;
    transition: all 0.3s ease;
}

.timeline-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border-color: rgba(247, 147, 26, 0.3);
}

.timeline-marker {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.timeline-item:nth-child(odd) .timeline-marker {
    right: -60px;
}

.timeline-item:nth-child(even) .timeline-marker {
    left: -60px;
}

.marker-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #F7931A;
    box-shadow: 0 0 0 4px rgba(247, 147, 26, 0.2);
    position: relative;
    z-index: 2;
}

.marker-pulse {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(247, 147, 26, 0.2);
    animation: pulse 2s infinite;
    z-index: 1;
}

.timeline-date {
    font-size: 14px;
    font-weight: 600;
    color: #F7931A;
    margin-bottom: 10px;
}

.timeline-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.tech-specs {
    list-style: none;
    margin-bottom: 20px;
}

.tech-specs li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 15px;
    color: #CCCCCC;
}

.tech-specs li:before {
    content: "•";
    color: #F7931A;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.achievement-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    background: rgba(247, 147, 26, 0.1);
    border: 1px solid rgba(247, 147, 26, 0.2);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.achievement-badge.green {
    background: rgba(76, 175, 80, 0.1);
    border-color: rgba(76, 175, 80, 0.2);
}

.achievement-badge.blue {
    background: rgba(33, 150, 243, 0.1);
    border-color: rgba(33, 150, 243, 0.2);
}

.achievement-badge.purple {
    background: rgba(156, 39, 176, 0.1);
    border-color: rgba(156, 39, 176, 0.2);
}

.achievement-badge.orange {
    background: rgba(255, 152, 0, 0.1);
    border-color: rgba(255, 152, 0, 0.2);
}

.achievement-badge.gold {
    background: rgba(255, 193, 7, 0.1);
    border-color: rgba(255, 193, 7, 0.2);
}

.badge-icon {
    margin-right: 8px;
    font-size: 16px;
}

.timeline-card.future {
    border-style: dashed;
    background: rgba(25, 26, 27, 0.5);
}

.timeline-card.future .timeline-date {
    color: #00BCD4;
}

.timeline-card.future .timeline-title {
    color: #00BCD4;
}

/* Animations */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    70% {
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* Responsive Styles */
@media (max-width: 992px) {
    .timeline-item:nth-child(odd),
    .timeline-item:nth-child(even) {
        justify-content: center;
        padding: 0;
    }
    
    .timeline-line {
        left: 30px;
    }
    
    .timeline-marker {
        left: -50px !important;
        right: auto !important;
    }
    
    .timeline-card {
        margin-left: 60px;
    }
}

@media (max-width: 768px) {
    .timeline-header h2 {
        font-size: 32px;
    }
    
    .timeline-card {
        padding: 20px;
    }
    
    .timeline-title {
        font-size: 20px;
    }
    
    .tech-specs li {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .modern-timeline {
        padding: 60px 0;
    }
    
    .timeline-header {
        margin-bottom: 60px;
    }
    
    .timeline-header h2 {
        font-size: 28px;
    }
    
    .timeline-header p {
        font-size: 16px;
    }
    
    .timeline-item {
        margin-bottom: 60px;
    }
    
    .timeline-card {
        margin-left: 40px;
    }
    
    .timeline-marker {
        left: -40px !important;
        width: 30px;
        height: 30px;
    }
    
    .marker-dot {
        width: 16px;
        height: 16px;
    }
    
    .marker-pulse {
        width: 30px;
        height: 30px;
    }
}
/* --- Logo Styling --- */

/* Default style for Desktops/Laptops */
.logo img {
    max-width: 120px; /* A good starting size for desktop view */
    height: auto;     /* This is crucial to maintain the image's aspect ratio */
    vertical-align: middle; /* Helps with alignment within the nav bar */
    transition: max-width 0.3s ease; /* Adds a smooth transition effect when resizing */
}

/* Style for Tablets */
@media (max-width: 992px) {
    .logo img {
        max-width: 120px; /* A slightly smaller logo for tablet screens */
    }
}

/* Style for Mobile Phones */
@media (max-width: 767px) {
    .logo img {
        max-width: 120px; /* A smaller logo for mobile screens to save space */
    }
}
