@charset "UTF-8";


ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a{
  text-decoration: none !important;
}



h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
address {
  margin: 0;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  background: #050509;
  color: #f3f3f3;
  margin: 0;
  padding: 0;
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  padding-top: 100px;
}

/* ========================added css new==================== */
.banner {
  position: relative;
  overflow: hidden;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .3;
}

.main_color,
.gradient-text,
.dream-dots span,
.section-heading h2 span {
  color: #f5b942 !important;
}

.btn,
.button,
.dream-btn a,
.more-btn,
.read-more-btn,
.metamask_btn_enter,
.copy_address {
  background: linear-gradient(90deg, #c9901d 0%, #f5b942 50%, #ffcf67 100%) !important;
  color: #111 !important;
  border: none !important;
  box-shadow: 0 10px 30px rgba(245, 185, 66, 0.28);
}




header {
  background: rgba(5, 5, 9, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(245, 185, 66, 0.14);
}

header .menu li a,
.copyright-text,
footer p,
.faq-sub,
.timeline-content .description,
.fancy-content p,
.who-we-contant p,
.section-heading p,
.token-info .token-descr,
.vantures-token-list li,
.team-info p {
  color: #d6d6d6 !important;
}

header .menu li.selected>a,
header .menu li a:hover {
  color: #f5b942 !important;
}




.features,
.features2,
.about-us-area,
.our_services_area,
.token-distribution,
.roadmap,
.metamask-section,
.our_team_area,
.faq-timeline-area,
.subscribe,
.footer-section {
  background-color: transparent;
}

.pricing-item,
.pre-sale-timer,
.iq-fancy-box,
.single-team-member,
.dream-faq-area dl dt,
.subscribe-wrapper,
.metamask-main,
.readcode-section,
.token-price-section,
.timeline-content,
.vantures-token-list li {
  background: rgba(255, 255, 255, 0.03) !important;
  box-shadow: 0 3px 14px rgb(125 108 2 / 83%);
  border-radius: 18px;
  opacity: .6;
}

.pricing-item h4,
.main_heading h2,
.section-heading h2,
.who-we-contant h4,
.fancy-content h5,
.timeline-content .title,
.team-info h5,
.dream-faq-area dt,
.distributer-tittle,
.metamask-main h4,
.vantures-token-list li span {
  color: #fff !important;
}

.pricing-item h3 strong,
.token-icon,
.date-outer .date,
.footer-social-icon .social-icon ul li a:hover i {
  color: #f5b942 !important;
}


.subscribe-section {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(245, 185, 66, 0.14) !important;
  border-radius: 16px;
}

.subscribe-section .input-wrapper input {
  background: transparent !important;
  color: #fff !important;
}

.subscribe-section .input-wrapper i {
  color: #f5b942 !important;
}

.lock-icon i {
  color: #f5b942 !important;
}

.footer-section {
  border-top: 1px solid rgba(245, 185, 66, 0.12);
  padding-top: 40px;
  background: #050509;
}

.footer-social-icon .social-icon ul li a i {
  color: #f5b942 !important;
}

.new_letter_section {
  margin-top: 40px;
}


/* =========================================================
   BTNX TOKENOMICS REDESIGN
========================================================= */

.btnx-tokenomics-wrap {
  margin-top: 20px;
}

.tokenomics-card {
  position: relative;
  height: 100%;
  padding: 32px;
  border-radius: 28px;
  border: 1px solid rgba(245, 185, 66, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(245, 185, 66, 0.04), rgba(255, 255, 255, 0.01));
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.tokenomics-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(245, 185, 66, 0.08), transparent 30%);
  pointer-events: none;
}

.tokenomics-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(245, 185, 66, 0.12);
  border: 1px solid rgba(245, 185, 66, 0.24);
  color: #f5b942;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.tokenomics-summary h3,
.tokenomics-card h3 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #fff;
  font-weight: 700;
}

.tokenomics-total {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 800;
  color: #f5b942;
  margin-bottom: 28px;
  text-shadow: 0 0 24px rgba(245, 185, 66, 0.18);
}

.tokenomics-total span {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.tokenomics-stats {
  display: grid;
  gap: 14px;
}

.tokenomics-stat {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(245, 185, 66, 0.10);
}

.stat-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9ca3af;
  font-weight: 600;
}

.stat-value {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.tokenomics-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 18px;
}

.tokenomics-bar-wrap {
  margin-top: 8px;
  margin-bottom: 28px;
}

.tokenomics-bar {
  display: flex;
  width: 100%;
  height: 28px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(245, 185, 66, 0.10);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.35);
}

.tokenomics-bar-public,
.tokenomics-bar-reserve {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
}

.tokenomics-bar-public {
  background: linear-gradient(90deg, #b97a10 0%, #f5b942 60%, #ffd978 100%);
}

.tokenomics-bar-reserve {
  background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 100%);
  color: #fff;
}

.tokenomics-bar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 14px;
}

.legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d6d6d6;
  font-size: 14px;
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.legend-dot.public {
  background: #f5b942;
  box-shadow: 0 0 14px rgba(245, 185, 66, 0.4);
}

.legend-dot.reserve {
  background: #60a5fa;
  box-shadow: 0 0 14px rgba(96, 165, 250, 0.4);
}

.allocation-list {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
}

.allocation-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(245, 185, 66, 0.12);
}

.allocation-left {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex: 1;
}

.allocation-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-top: 7px;
  flex: 0 0 14px;
}

.allocation-dot.public {
  background: #f5b942;
  box-shadow: 0 0 14px rgba(245, 185, 66, 0.4);
}

.allocation-dot.reserve {
  background: #60a5fa;
  box-shadow: 0 0 14px rgba(96, 165, 250, 0.35);
}

.allocation-left h4 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.allocation-left p {
  margin: 0;
  color: #c6c6c6;
  font-size: 15px;
  line-height: 1.7;
}

.allocation-right {
  text-align: right;
  min-width: 170px;
}

.allocation-amount {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.allocation-percent {
  color: #f5b942;
  font-size: 24px;
  font-weight: 800;
}

.tokenomics-table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid rgba(245, 185, 66, 0.10);
}

.tokenomics-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
  background: rgba(255, 255, 255, 0.02);
}

.tokenomics-table thead th {
  background: rgba(245, 185, 66, 0.12);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(245, 185, 66, 0.12);
}

.tokenomics-table tbody td {
  padding: 16px 18px;
  font-size: 15px;
  color: #d8d8d8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.tokenomics-table .total-row td {
  color: #fff;
  font-weight: 700;
  background: rgba(245, 185, 66, 0.06);
}

@media (max-width: 991px) {
  .tokenomics-card {
    padding: 24px;
  }

  .tokenomics-total {
    font-size: 38px;
  }

  .allocation-item {
    flex-direction: column;
  }

  .allocation-right {
    text-align: left;
    min-width: 100%;
  }
}



/* =========================================================
   BTNX SMART CONTRACT SECTION
========================================================= */

.smart-contract-section {
  position: relative;
  overflow: hidden;
}

.smart-contract-wrap {
  margin-top: 20px;
}

.smart-contract-visual,
.smart-contract-card {
  position: relative;
  height: 100%;
  border-radius: 28px;
  border: 1px solid rgba(245, 185, 66, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(245, 185, 66, 0.04), rgba(255, 255, 255, 0.01));
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  overflow: hidden;
}


.smart-contract-card {
  padding: 34px;
}

.smart-contract-visual::before,
.smart-contract-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(245, 185, 66, 0.08), transparent 30%);
  pointer-events: none;
}


.contract-card-head h3 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
}

.contract-card-head p {
  margin: 0 0 28px;
  color: #cfcfcf;
  font-size: 16px;
  line-height: 1.8;
  max-width: 620px;
}

.contract-address-box {
  margin-bottom: 24px;
}

.contract-label {
  display: inline-block;
  margin-bottom: 10px;
  color: #f5b942;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contract-input-group {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(245, 185, 66, 0.12);
    flex-wrap: wrap;
}

.contract-address-input {
  flex: 1;
  height: 54px;
  border: 0;
  outline: none;
  background: transparent;
  color: #fff;
  font-size: 15px;
  padding: 0 12px;
}

.contract-copy-btn {
  height: 46px;
  padding: 0 20px;
  border: 0;
  outline: none;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #111;
  background: linear-gradient(90deg, #c9901d 0%, #f5b942 50%, #ffcf67 100%);
  box-shadow: 0 8px 22px rgba(245, 185, 66, 0.22);
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}


.contract-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.contract-main-btn {
  height: 56px;
  border: 0;
  outline: none;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  background: linear-gradient(90deg, #c9901d 0%, #f5b942 50%, #ffcf67 100%);
  box-shadow: 0 10px 28px rgba(245, 185, 66, 0.24);
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}



.contract-secondary-btn {
  background: linear-gradient(90deg, #d6a029 0%, #ffd060 100%);
}

.contract-links-grid {
  display: grid;
  gap: 16px;
}

.contract-link-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 20px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(245, 185, 66, 0.12);
    transition: all 0.25s ease;
    flex-wrap: wrap;
}
.contract-link-left {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.contract-link-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 185, 66, 0.10);
  border: 1px solid rgba(245, 185, 66, 0.18);
  color: #f5b942;
  font-size: 20px;
  flex: 0 0 54px;
}

.contract-link-left h4 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.contract-link-left p {
  margin: 0;
  color: #c9c9c9;
  font-size: 14px;
  line-height: 1.7;
}

.contract-link-btn {
  min-width: 92px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #c9901d 0%, #f5b942 50%, #ffcf67 100%);
  color: #111;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(245, 185, 66, 0.20);
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .smart-contract-card {
    padding: 26px;
  }

  .contract-card-head h3 {
    font-size: 28px;
  }

  .contract-action-grid {
    grid-template-columns: 1fr;
  }
}



.btnx-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 100px 0 100px;
  background: radial-gradient(circle at top right, rgba(245, 185, 66, 0.12), transparent 28%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.04), transparent 22%),
    linear-gradient(180deg, #040507 0%, #070a12 45%, #0a0a0f 100%);
}

.btnx-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.38));
  pointer-events: none;
}

.btnx-hero-bg-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(14px);
  opacity: 0.35;
}

.orb-1 {
  width: 220px;
  height: 220px;
  top: 90px;
  left: 8%;
  background: radial-gradient(circle, rgba(245, 185, 66, 0.35), rgba(245, 185, 66, 0));
}

.orb-2 {
  width: 280px;
  height: 280px;
  top: 180px;
  right: 8%;
  background: radial-gradient(circle, rgba(245, 185, 66, 0.22), rgba(245, 185, 66, 0));
}

.orb-3 {
  width: 180px;
  height: 180px;
  bottom: 80px;
  left: 18%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0));
}

.btnx-hero-inner {
  position: relative;
  z-index: 2;
}

.btnx-hero-content {
  max-width: 1100px;
  margin: 0 auto 48px;
}

.btnx-hero-badge {
    color: #f5b942;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    margin-bottom: 16px;
}

.btnx-hero-content h1 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 60px;
    line-height: 1.12;
    font-weight: 800;
}

.btnx-hero-content h1 span {
  color: #f5b942;
  text-shadow: 0 0 24px rgba(245, 185, 66, 0.12);
}

.btnx-hero-content p {
  max-width: 840px;
  margin: 0 auto 30px;
  color: #d5d7dc;
  font-size: 20px;
  line-height: 1.85;
}

.btnx-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btnx-hero-btn {
  min-width: 210px;
  height: 58px;
  padding: 0 28px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.btnx-hero-btn.primary-btn {
  background: linear-gradient(90deg, #c9901d 0%, #f5b942 50%, #ffcf67 100%);
  color: #111 !important;
  box-shadow: 0 14px 34px rgba(245, 185, 66, 0.25);
}



.btnx-hero-btn.secondary-btn {
  background: rgba(255, 255, 255, 0.02);
  color: #f5b942 !important;
  border: 1px solid rgba(245, 185, 66, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}



@media (max-width: 1199px) {
  .btnx-hero-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
 .btnx-hero {
    padding: 80px 0 80px;
}

  .pricing-item label {
    font-size: 12px;
  }

 .btnx-hero-content h1 {
    font-size: 38px;
}

  .btnx-hero-content p {
    font-size: 17px;
  }

  
}


/* 02. LOADER */
#loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #070b28;
  -webkit-box-orient: vertical;
  transition: all ease-in-out 300ms;
  opacity: 1;
  visibility: visible;
}

#loader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#loader img {
  width: 120px;
  -webkit-animation: rotate 5s normal linear infinite;
  animation: rotate 5s normal linear infinite;
}


/* 03. HEADER */
header {
  padding: 25px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(7, 11, 40, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .container .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
}

header .container .logo img {
  height: 50px;
  position: relative;
  z-index: 2;
  transition: all ease-in-out 300ms;
}



header .container .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

header .container .menu li {
  margin-left: 35px;
  position: relative;
}

header .container .menu li.selected a {
  color: #ffa249;
}

header .container .menu li.selected::before {
  display: none;
}

header .container .menu li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 1px;
  z-index: -1;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s;
}

header .container .menu li a {
  color: #fff;
  transition: all ease-in-out 300ms;
}

header .container .menu .join-btn::before {
  display: none;
}

header .container .menu .join-btn .btn {
  padding: 10px 26px;
  border: none;
  box-shadow: none;
  border-radius: 100px;
  background: rgb(255, 162, 73);
  background: linear-gradient(270deg, rgb(255, 162, 73) 0%, rgb(158, 0, 246) 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all ease-in-out 300ms;
  display: table;
  transition: all ease-in-out 300ms;
}


.menu-trigger {
  position: relative;
  z-index: 10;
  width: 30px;
  height: 22px;
  display: none;
  transition: all 0.4s;
  cursor: pointer;
  box-sizing: border-box;
  margin-left: 25px;
}

.menu-trigger span {
  display: inline-block;
  transition: all 0.4s ease-in-out;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}


/*# sourceMappingURL=main.css.map */

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.section-heading h2 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-heading>p {
  margin-bottom: 0;
  line-height: 2;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
}



.dream-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}


.dream-dots span:first-child {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.dream-btn {
  position: relative;
  z-index: 1;
  min-width: 160px;
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  background-size: 200% auto;
  color: #fff;
  box-shadow: 0 3ox 20px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  background-image: -webkit-linear-gradient(to right, #846FF4 0%, #F17674 51%, #846FF4 100%);
  background-image: linear-gradient(to right, #846FF4 0%, #F17674 51%, #846FF4 100%);

  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.more-btn {
  position: relative;
  z-index: 1;
  min-width: 160px;
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  background-size: 200% auto;
  color: #fff;
  border-radius: 100px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  background: rgb(255, 162, 73);
  background: linear-gradient(270deg, rgb(255, 162, 73) 0%, rgb(158, 0, 246) 100%);
  border: navajowhite;
}


nav {
  -webkit-transition: padding-top .3s, padding-bottom .3s;
  -moz-transition: padding-top .3s, padding-bottom .3s;
  transition: padding-top .3s, padding-bottom .3s;
  border: none;
}


.has-shadow {
  -webkit-box-shadow: 0 9px 68px 0 rgba(62, 57, 107, .2);
  box-shadow: 0 9px 68px 0 rgba(62, 57, 107, .2);
  border-radius: 10px
}


.about-us-area {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

.about-bg {
  position: relative;

}

.supportImg {

  width: 700px;
  position: absolute;
  right: 0;
  top: 0%;
  height: 500px;
  z-index: -1;
  animation: fadeInAndOut 6s ease-in-out 0s infinite alternate;
}


.supportImg,
.welcome-meter img {
  max-width: 420px;
  filter: drop-shadow(0 0 35px rgba(245, 185, 66, 0.35));
}

.who-we-contant h4 {
  margin-bottom: 20px;
  font-size: 30px;
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.welcome-meter {
  position: relative;
  z-index: 1;
}

.roadmap .section-heading>p {
  padding-left: 15px;
  padding-right: 15px
}

/* Roadmap style 2*/

.main-timeline {
  position: relative
}

.main-timeline:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #c6c6c6;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.main-timeline .timeline {
  margin-bottom: 40px;
  position: relative
}

.main-timeline .timeline:after {
  content: "";
  display: block;
  clear: both
}

.main-timeline .icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
  background: #fff;
  border: 2px solid #232323;
  left: -3px
}

.main-timeline .icon:after {
  border: 2px solid #c6c6c6;
  left: 3px
}

.main-timeline .date-content {
  width: 50%;
  float: left;
  margin-top: 22px;
  position: relative
}

.main-timeline .date-content:before {
  content: "";
  width: 36.5%;
  height: 2px;
  background: #00e0c4;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0
}

.main-timeline .date-outer {
  width: 125px;
  height: 125px;
  font-size: 16px;
  text-align: center;
  margin: auto;
  z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
  content: "";
  width: 125px;
  height: 125px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
  background: #fff;
  border: 2px solid #232323;
  left: -6px
}

.main-timeline .date-outer:after {
  border: 2px solid #00e0c4;
  left: 6px
}

.main-timeline .date {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 27%;
  left: 0
}

.main-timeline .month {
  font-size: 18px;
  font-weight: 700
}

.main-timeline .year {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #232323;
  line-height: 36px
}

.main-timeline .timeline-content {
  width: 50%;
  padding: 20px 0 20px 50px;
  float: right
}

.main-timeline .title {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 15px 0;
  color: #fff;
}

.main-timeline .description {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;

}

.main-timeline .timeline:nth-child(2n) .date-content {
  float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
  left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
  padding: 20px 50px 20px 0;
  text-align: right
}

.main-timeline .timeline:last-child {
  margin-bottom: 0
}

/* ##### 11.0 Price Table Area CSS ##### */
.pricing-item {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.05);
  border: solid 1px rgba(255, 255, 255, 0.25);
  text-align: center;
  padding: 30px 0 20px;
  margin: 0 0 30px;
  cursor: pointer;
  opacity: 1;
}

.pricing-item h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.8px;
  color: #00e0c4;
  margin: 0 0 20px;
}

.pricing-item h3 {
  font-size: 52px;
  font-weight: 400;
  line-height: 0.92;
  margin: 0 0 10px;
  color: #fff;
}

.pricing-item .pricing {
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 20px;
  color: #fff
}

.pricing-item span {
  font-size: 14px;
  display: inline-block;
  color: #00e0c4;
  margin: 0 0 20px;
}

.pricing-item label {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  width: 100%;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.5px;
  background-image: linear-gradient(117deg, #724eff, #5187ff);
  background-repeat: no-repeat;
  background-position: left;
  background-image: url(../images/svg/discount-bg-1.svg);
  text-align: left;
  padding-left: 10px;
}

/*
* ----------------------------------------------------------------------------------------
*  START Subscribe STYLE
* ----------------------------------------------------------------------------------------
*/
.subscribe {
  position: relative;
}

.subscribe .section-heading>p {
  color: #eee
}

.subscribe .section-heading {
  margin-bottom: 30px
}

.subscribe .service-text {
  padding-top: 0
}

.subscribe-section {
  background: #fff;
  padding: 15px;
  display: inline-block;
  border-radius: 35px !important
}

.subscribe-section .input-wrapper {
  position: relative;
  display: inline-block;
}

.subscribe-section input {
  padding: 10px 10px 10px 40px;
  position: relative;
  border: 1px solid #eee;
  min-width: 350px;
  border-radius: 25px;
}


.subscribe-section i {
  font-size: 20px;
  color: #4e8ccf;
  position: absolute;
  z-index: 1;
  top: 13px;
  left: 15px
}

.subscribe-wrapper {
  padding: 60px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 20px;
  background: url(../images/bg-img/subscribe-bg.jpg) center center no-repeat;
  background-size: cover;
  box-shadow: 0 10px 80px rgba(15, 62, 153, .3);
}

.new_letter_section {
  margin-top: 100px;
}

.subscribe-wrapper .section-heading.text-center h2 {
  color: #fff !important;
  /* background: unset;
  -webkit-text-fill-color: #fff; */
  font-size: 36px;
}


/* ##### Accordians CSS ##### */

.dream-faq-area dl {
  width: 100%;
}

.dream-faq-area dt {
  cursor: pointer;
  padding: 15px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
}

.dream-faq-area dt:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dream-faq-area dd {
  margin: 0;
  padding: 15px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* ============================= */
.who-we-contant p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
}

.faq-sub {
  color: #ffffff9c;
}
/* ================ footer start ================== */

.list-social li i {
  font-size: 20px;
  color: #fff;
}
.footer-section {
  padding: 20px 0px 0;
}

.footer-social-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.footer-bottom {
  padding: 20px 0;
  border-top: solid 1px #ffffff1c;
  margin-top: 20px;
}

ul.list-social {
  display: flex;
  margin-top: 21px;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}

ul.list-social li {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background: rgba(46, 114, 210, 0.2);
  margin-right: 15px;
  border-radius: 5px;
  text-align: center;
  padding: 8px;
}

.copyright-text {
  color: #fff;
}

.footer-logo {
  width: 25%;
  margin: 0;
}

/* ============= footer end ============== */


/* ======================================================== */
.iq-fancy-box {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.05);
  border: solid 1px rgba(255, 255, 255, 0.25);
  text-align: center;
  padding: 0px 10px 20px;
  margin: 0 0 30px;
  cursor: pointer;
  height: 410px;

}

.iq-fancy-box .fancy-content h5 {
  font-family: 'Poppins', sans-serif;
  margin: 25px 0 25px;
  color: #fff;
  font-size: 21.3px;
  line-height: 1.3;
}

.iq-tw-7 {
  font-weight: 700;
}

.fancy-content p {
  font-size: 16px;
  line-height: 28px;
  color: #f7f7f7;
}

.fancy-icon img {
  width: 100%;
  max-width: 160px;
}


.dream-btn.read-more-btn {
  width: 200px;
  height: unset;
  padding: 7px;
}

.read-more {
  width: 100%;
  max-width: 200px;
  margin: 50px auto 0;
}

.read-more a {
  font-size: 20px;
}

.token-price-section {
  position: relative;
}

.lock-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  padding: 16px 20px;
  background-image: linear-gradient(73deg, #d787f5, #3634bb);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lock-icon i {
  font-size: 30px;
  color: #fff;
}

.faq-timeline-area {
  padding-top: 100px;
}


.roadmap {
  padding-bottom: 80px;
}
@media (max-width: 476px) {
	.btnx-hero-content h1 {
    font-size: 24px;	
	margin-bottom:12px;
}
.btnx-hero-badge {
    font-size: 16px;
    margin-bottom: 6px;
}
.btnx-hero-content p {
    font-size: 14px ;
    line-height: 1.5;
}
}

