@import "./root.css";

.banner { position: relative; text-align: center; background:
url("../image/homepage/banbg.jpg") no-repeat center; background-repeat:
no-repeat; background-size: cover !important; background-position: right
center; height: 100vh; padding-top: 160px !important; padding: 80px 0 100px; }

section.banner h2 {
  font-size: 36px;
}
.banner h1 {
  font-size: 64px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(0deg, #fff 42.23%, #0a0d14 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner .btn {
  background-color: #ff7b54;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px 20px;
  border-radius: 25px;
}

.banner .icon {
  position: absolute;
  width: 60px;
  animation: float 4s infinite ease-in-out;
}

.banner .icon-bitcoin {
  top: 28%;
  left: 15%;
  animation-delay: 0.5s;
}

.banner .icon-tether {
  top: 20%;
  right: 15%;
  animation-delay: 1s;
}

.banner .icon-xrp {
  bottom: 3%;
  left: 10%;
  animation-delay: 1.5s;
  width: 110px;
}

.banner .icon-eth {
  bottom: 5%;
  right: 10%;
  animation-delay: 2s;
  width: 110px;
}

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

@media (max-width: 768px) {
  .banner h1 {
    font-size: 2rem;
  }

  .banner .icon {
    width: 40px;
  }
}

.banner .badge {
  border-radius: 10px;
  background: rgba(191, 162, 246, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(191, 162, 246, 0.2);
}
.banner .badge p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 2.4px;
  background: linear-gradient(270deg, #bfa2f6 0%, #fc8e61 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-top-pt {
  margin-top: clamp(30px, 5vw, 70px);
}
.section-top {
  margin: 0 auto 35px;
  text-align: center;
}
.section-top .common-highlight {
  margin: 0 auto 16px;
}
h2.title-text {
  font-size: clamp(30px, 5vw, 25px);
  margin-bottom: 16px;
  line-height: 1;
  color: #fff;
}
.recent-blogs a span,
p {
  color: #cdd0d5;
}
p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.market-trade-btn {
  background: #025ebf;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.market-update-table {
  margin: 15px 0;
  border: 1px solid #ffffff0d;
  border-radius: 6px;
  background: #0a0d14;
}
section.market-update table tr,
section.market-update table tr {
  border-bottom: 1px solid #b6b6b6;

  color: #b6b6b6;
  font-weight: 500;
}
section.market-update thead tr th:first-child {
  border-radius: 6px 0 0 0;
}
section.market-update thead tr th:last-child {
  border-radius: 0 6px 0 0;
}
section.market-update table tr td,
section.market-update thead tr th {
  color: #b6b6b6;
  border-color: #ffffff0d;
  background: #0a0d14;
}
section.market-update table tr td {
  align-content: center;
}
section.market-update thead tr th {
  padding: 20px 10px;
  white-space: nowrap;
}
section.market-update .crypto-name {
  display: flex;
  gap: 10px;
}
.market-update-search-box {
  position: relative;
  width: 250px;
}
.market-trade-btn {
  color: #fff !important;
  padding: 8px 24px !important;
}
.market-update-search-box input {
  width: 100%;
  padding: 10px 10px 10px 40px;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  outline: none;
  background: #1f1f1f;
  font-size: 16px;
  color: #ffff;
}

.market-update-search-box .search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  cursor: pointer;
}
.common-highlight {
  padding: 6px 12px;
  backdrop-filter: blur(20px);
  border: 1px solid #bfa2f633;
  border-radius: 8px;
  width: fit-content;
}
.common-highlight p {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  background: linear-gradient(270deg, #bfa2f6 0%, #fc8e61 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0;
}
.linear-txt {
  background: linear-gradient(270deg, #bfa2f6 0%, #fc8e61 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.believe-us .contain-width {
  overflow: hidden;
}

section.believe-us .slide-track {
  gap: clamp(25px, 5vw, 50px);
  animation: 40s linear infinite scroll;
  display: flex;
  white-space: nowrap;
}

.our-partners-logo img {
  width: 190px;
  height: auto;
}
.beloved-client-slider {
  overflow: hidden;
}

.believe-us-slider {
  padding: clamp(5px, 5vw, 30px);
  overflow: hidden;
}

section.believe-us .slide-track:hover {
  animation: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-100%);
  }
}
.see-all-coins {
  color: #fc8e61;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
}
.success-stories-box {
  border: 1px solid #31353f;
  border-radius: 12px;
  height: 200px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(302.79deg, #31353f 0%, #0a0d14 100%);
  padding: 16px 20px;
  flex-direction: column;
  margin-bottom: 15px;
  transition: 0.5s;
}
.success-stories-box:hover {
  transform: translateY(-10px);
}
.success-stories-box p {
  margin-bottom: 0 !important;
}
.success-count span {
  background: linear-gradient(270deg, #bfa2f6 0%, #fc8e61 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Manrope";
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 500;
  line-height: 40px;
}
.features-innovations .section-top {
  max-width: 617px;
}
.features-innovations-tabs {
  background: #20232d;
  border-radius: 16px;
  margin: 0 auto 40px;
  width: fit-content;
  padding: 8px;
  justify-content: center;
}
.features-innovations .nav-pills .nav-link.active,
.features-innovations .nav-pills .show > .nav-link {
  color: #003233 !important;
  background-color: #fc8e61 !important;
}
.features-innovations .nav-pills .nav-link {
  color: #cdd0d5;
  background-color: transparent !important;
  display: flex;
  gap: 10px;
}
.features-innovations .nav-pills .nav-link.active svg path {
  fill: #003233 !important;
}
.features-innovations-tabs {
  position: relative;
}
.features-innovations-tabs::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: #fc8e61;
  filter: blur(138px);
  border-radius: 50%;
  left: -80%;
  top: 44px;
  /* z-index: -1; */
}
.echo-system-block-left {
  /* padding: clamp(15px, 5vw, 30px); */
  padding: 14px 30px;
}
.echo-system-block-left p {
  font-size: 15px !important;
}
.echo-system-block {
  /* background: url(../image/homepage/echosystem-bg.png) no-repeat;

  background-size: 100% 100%; */
  background: linear-gradient(117.04deg, #31353f 0%, #0a0d14 100%);
  box-shadow: 0px 64px 64px -20px #6b6e941a;
  border-radius: 20px;
  border: 1px solid #31353f;
}
.echo-system-img img {
  width: 100%;
}
.data-security-block,
.smart-contract-block {
  padding-top: 50px;
}
.smart-contract-feature {
  display: flex;
  gap: 20px;
  padding: 20px 0 10px;
}
.smart-contract-feature.feature-one {
  border-bottom: 1px solid #20232d;
}
.smart-contract-feature h3 {
  font-size: 18px;
  color: #fff;
}
.smart-contract-feature p {
  font-size: 16px;
}
.data-security-block .orange-bg {
  padding: 8px 20px;
}
.key-features .section-top {
  max-width: 626px;
}
.recent-blogs {
  padding: 30px 25px;
  background: linear-gradient(117.04deg, #31353f 0%, #0a0d14 100%);
  box-shadow: 0px 64px 64px -20px #6b6e941a;
  border-radius: 20px;
  border: 1px solid #31353f;
  margin-bottom: 15px;
  transition: 0.5s;
}
.recent-blogs:hover {
  transform: translateY(10px);
}
.recent-blog-title {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 8px;
  width: fit-content;
}
.blog-section-top a.see-all-btn {
  background: linear-gradient(180deg, #161922 0%, #000000 100%);
  border: 1px solid #525866;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 15px;
}
.recent-blogs h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 16px 0 30px;
}
.recent-blogs-one {
  color: #fc8e61;
  background: #fc8e611a;
}
.recent-blogs-two {
  color: #55c0e5;
  background: #55c0e51a;
}
.recent-blogs-three {
  color: #ffa216;
  background: #ffa2161a;
}
section.faq {
  margin-top: 90px;
}
section.faq .row {
  padding: 30px;
  background: linear-gradient(110.63deg, #31353f 0%, #0a0d14 100%);
  border: 1px solid #31353f;
  border-radius: 20px;
}
.market-update-top button {
  border: 1px solid #ffffff0d;
  background: #ffffff0d;
  color: #b6b6b6 !important;
}
.market-update-top ul {
  gap: 13px;
}
.market-update-top .nav-pills .nav-link.active {
  background: #eaeaea;
  color: #000000 !important;
}
.block-1 {
  color: #fff;
  border: 1px solid #31353f;
  margin-bottom: 10px;
  border-radius: 20px;
  background: #20232d;
}
.accrd-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
}
.accrd-panel-head h4 {
  font-size: 16px;
}
.accrd-panel-body p {
  font-size: 16px;
  padding: 0 16px;
}
.still-qn {
  background: #31353f;
  color: #fff;
  padding: 20px;
  border: 1px solid #525866;
  border-radius: 12px;
}
.still-qn p {
  color: #cdd0d5 !important;
  font-size: 16px;
}
.still-qn button {
  background: linear-gradient(180deg, #161922 0%, #000000 100%);
  border: none;
  color: #fff;
  width: 100%;
  height: 43px;
  border: 1px solid #525866;
  border-radius: 12px;
  font-size: 15px;
}
span.mp-icon {
  cursor: pointer;
}

.promo-section {
  position: relative;
  text-align: center;
  padding: 50px;
   /*background: radial-gradient(circle, #1a1a1a, #000) !important; */
  border-radius: 20px;
}
.floating {
  position: absolute;
  /* width: 100px; */
  animation: floatAnimation 3s infinite ease-in-out;
}
.floating-left {
  top: 20px;
  left: -106px;
}
.floating-right {
  top: 20px;
  right: -17rem;
  animation-delay: 1s;
}
@keyframes floatAnimation {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.badge {
  background-color: #fc8e61;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}
.cta {
  background-color: #fc8e61;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  color: #000;
  border-radius: 5px;
  cursor: pointer;
}
section.promote-startup .common-highlight {
  margin: 0 auto;
}
section.promote-startup h1 {
  color: #fff;
  max-width: 536px;
  margin: 20px auto;
}
.market-update-top.flex-2 {
  align-items: baseline;
}
.market-update-top button:hover {
  box-shadow: inset 800px 0 0 0 #ffff;
  color: #000 !important;
}
.market-update-top button {
  transition: color 0.5s ease-in, box-shadow 0.5s ease-in;
}
.mail-signin input {
  width: 300px;
  background: #b8ccff1a;
  box-shadow: 0px 0px 0px 0px #50f8e4 inset;
  border: 1px solid #303030;
  height: 43px;
  color: #fff;
}
.mail-signin .signin-btn button {
  background: #fc8e61;
  border: none;
  height: 46px;
  padding: 0 20px;
  border-radius: 10px;
  font-weight: 500;
  color: #fff;
}
.mail-signin input::placeholder {
  color: #effefc;
}
footer {
  margin-top: 100px !important;
}
.social-media-link ul {
  padding-left: 0;
  margin-top: 30px;
  gap: 18px;
}
.social-media-link ul li a {
  color: #fff;
  background: linear-gradient(180deg, #161922 0%, #31353f 100%);
  padding: 9px 17px;
  border-radius: 12px;
}
.social-sites p {
  color: #868c98;
}
.social-sites li a {
  color: #fff;
}
.social-sites li {
  margin-bottom: 15px;
}
.contact-no p {
  margin-bottom: 0;
}
.contact-no {
  background: linear-gradient(180deg, #161922 0%, #31353f 100%);
  padding: 12px 22px;
  border-radius: 14px;
}
.copyrights-footer p {
  color: #cdd0d5;
  font-size: 16px;
}
.copyrights-footer {
  border-top: 1px solid #88888833;
  padding: 30px 0;
  flex-wrap: wrap;
}
footer .container {
  background: linear-gradient(105.38deg, #31353f 0%, #0a0d14 100%);
  padding: 50px 50px 0;
  border-radius: 20px;
  border: 1px solid #31353f;
  margin-bottom: 30px;
}
.mail-signin.flex-1.mt-3 {
  flex-wrap: wrap;
}
section.key-features {
  margin-top: 100px;
}
section.key-features .common-highlight {
  margin: 0 auto;
}
section.key-features h2 {
  text-align: center;
  color: #fff;
  font-size: 48px;
  margin: 20px 0;
}
section.key-features p.key-feature-para {
  text-align: center;
  max-width: 633px;
  margin: 0 auto;
}
.scale-able-soln {
  background: linear-gradient(120.03deg, #31353f 0%, #0a0d14 100%);
  border: 1px solid #31353f;
  color: #fff;
  padding: 25px;
  border-radius: 20px;
  transition: color 0.5s ease-in, box-shadow 0.5s ease-in;
}
.scale-able-soln h6 {
  font-size: 20px;
  margin: 13px 0;
}
.scale-able-soln p {
  font-size: 17px !important;
}
/* .scale-able-soln:hover{
  box-shadow: inset 800px 0 0 0 #BFA2F6;
  color: #000;
}
.scale-able-soln:hover p{
  color: #000;
} */
.security-card {
  background-image: url(../image/homepage/robust-bg1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 30px;
  height: 100%;
}
.security-card h5 {
  color: #fff;
  margin-bottom: 12px;
}
.user-friendly-box {
  background: linear-gradient(180deg, #fc8e61 0%, #bfa2f6 100%);
  padding: 20px;
  border-radius: 20px;
}
.user-friendly-box p {
  color: #000;
  font-size: 16px;
}
.close-menu.text-end {
  display: none;
  color: #fff;
}
.user-friendly-box h6 {
  font-size: 20px;
  margin-bottom: 12px;
}
.scale-able-soln.encrypt-card {
  padding: 0;
  height: 100%;
}
.encrypt-card-details {
  padding: 8px 20px;
}
.eryption-img img {
  border-radius: 20px;
}
.header-btn.flex-1 {
  gap: 15px;
  justify-content: end;
}
.mail-signin input:focus {
  background: #b8ccff1a;
}
section.blockchain-reveled {
  margin-top: 100px;
  overflow: hidden;
}
section.blockchain-reveled .common-highlight {
  margin: 20px auto;
}
section.blockchain-reveled h2 {
  color: #fff;
  font-size: 36px;
  margin: 20px 0;
}
.blockchain-img img {
  width: 500px;
}
.content {
  background-color: transparent !important;
}
