@import "./root.css";

.head_ban {
  position: relative;
  margin-top: 100px;
}
.app-btn a {
  background: #4ff55f;
}
.password-reset {
  color: var(--font-txt);
  font-size: 18px;
}
body.dark-mode p.password-reset {
  color: #fff;
}
/* .head_ban::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../image/banbg.webp") no-repeat center;
  animation: floating 4s ease-in-out infinite;
  z-index: -1;
} */
/* .banslider .slick-list.draggable {
  background: #d9dade;
}
@keyframes floating {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(10px); }
} */

img.tychi-logo {
  width: 144px;
  height: 37px;
}
.offcanvas-body a.nav-link {
  font-size: 14px;
  font-weight: 500;
}
/* Safari-only */
@supports (-webkit-touch-callout: none) {
  img.tychi-logo {
    width: 140px; /* Example different width for Safari */
    height: 45px; /* Example different height for Safari */
    /* Safari-specific styles */
  }
}
.head_ban1 {
  background: url("../image/banbg1.webp") no-repeat center;
  background-size: cover;
}
.head_ban2 {
  background: url("../image/banbg2.webp") no-repeat center;
  background-size: cover;
}
.head_ban .contain-width {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head_ban h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--font-text);
  margin-bottom: 35px;
  max-width: 550px;
}
.head_ban p {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: var(--font-text);
  margin-bottom: 50px;
}
.head_ban .tychi {
  font-weight: 700;
  font-size: clamp(40px, 8vw, 120px);
  line-height: 105%;
  text-align: center;
  color: #fff;
  margin: 20px 0;
}
.head_ban .para {
  color: #cecece;
}
.cus_btn {
  background: #200297;
  border-radius: 150px;
  padding: 14px 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  transition: 0.5s;
  margin: 0 25px 0 0;
}
.cus_btn:hover {
  transition: 0.5s;
  transform: scale(1.04);
}
.roll-in {
  opacity: 0;
  transform: translateX(200px) rotate(120deg); /* Start off-screen and rotated */
}
.lock-img.active .roll-in {
  animation: rollIn 1.5s ease-out forwards;
}
@keyframes crazy-shake {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  20% {
    transform: translate(-3px, 3px) rotate(-2deg);
  }
  40% {
    transform: translate(3px, -3px) rotate(2deg);
  }
  60% {
    transform: translate(-3px, 3px) rotate(-2deg);
  }
  80% {
    transform: translate(3px, -3px) rotate(2deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}

section.why_sec .box:hover .shake {
  animation: crazy-shake 1.5s linear infinite;
}

/* Arch Wobble Animation */
@keyframes arch-wobble {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  15% {
    transform: translateY(-8px) rotate(5deg);
  }
  30% {
    transform: translateY(-12px) rotate(-5deg);
  }
  45% {
    transform: translateY(-8px) rotate(4deg);
  }
  60% {
    transform: translateY(-5px) rotate(-4deg);
  }
  75% {
    transform: translateY(-2px) rotate(2deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

/* Apply Wobble */
.arch-wobble {
  animation: arch-wobble 2s ease-in-out infinite; /* Smooth infinite arch-like wobble */
  display: inline-block; /* Ensure transform works properly */
}

/* Animation definition */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(200px) rotate(120deg); /* Start off to right and rotated */
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(0); /* End in place, upright */
  }
}

.high_sec {
  overflow: hidden;
}
.high_sec .high {
  font-weight: 700;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: var(--font-text);
  margin-bottom: 50px;
}
.high_sec .col-lg-6 {
  padding-left: 6px;
  padding-right: 6px;
}
.high_sec .box {
  border-radius: 24px;
  text-align: center;
  height: 93%;
  display: flex;
  flex-direction: column;
  padding: 50px;
  margin-bottom: 6px;
  background: var(--tab-bar-bg);
  box-shadow: 0px 4px 250px 0px #7829ff40;
}
.highlight-img {
  display: flex;
  justify-content: end;
  position: relative;
}
.highlight-img.Flexibility1:before {
  position: absolute;
  content: "";
  background: #aa3fff;
  width: 179px;
  height: 100%;
  z-index: -1;
  filter: blur(400px);
}
.gas-part {
  display: flex;
  align-items: center;
  gap: 135px;
  justify-content: center;
}
.coin-finger {
  margin-top: 65px;
}
.gas-part a {
  margin-bottom: 40px;
}

.wallet-storage {
  display: flex;
  margin-top: 70px;
  position: relative;
}
.box.box2 .gas-part {
  gap: 175px;
}
.wallet-storage .cold-img:first-child {
  position: absolute;
  bottom: 3px;
  right: 268px;
}
body.dark-mode img.light-logo,
body.light img.tychi-logo.dark-logo {
  display: none;
}
body.dark-mode img.tychi-logo.dark-logo {
  display: block;
}

.offcanvas-body a,
.offcanvas-body a:hover {
  color: var(--white-text);
}
ul.navbar-nav {
  justify-content: center;
  gap: 11px;
}
.offcanvas-header {
  align-items: flex-start;
}
body.dark-mode .offcanvas-header button {
  filter: invert(1);
}
.offcanvas-header button {
  padding: 11px 0;
}
section.header-section {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--tab-bar-bg);
  z-index: 999;
  box-shadow: 0 -3px 35.4px 0 #36353580;
}
a.nav-link {
  font-size: 14px;
  font-weight: 500;
}
.banner_img:after {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, #aa3fff, #aa3fff);
  width: 300px;
  height: 295px;
  top: 0;
  z-index: -1;
  left: 0;
  filter: blur(350px);
  border-radius: 50px;
}
@keyframes riseBounceLeft {
  0% {
    transform: translate(-50%, 150%);
  }
  60% {
    transform: translate(-50%, 0);
  }
  75% {
    transform: translate(-50%, 20px);
  }
  90% {
    transform: translate(-50%, -33px);
  }
  100% {
    transform: translate(-50%, -33px);
  }
}
@keyframes riseBounceRight {
  0% {
    transform: translate(50%, 150%);
  }
  60% {
    transform: translate(50%, 0);
  }
  75% {
    transform: translate(50%, 20px);
  }
  90% {
    transform: translate(50%, -38px);
  }
  100% {
    transform: translate(50%, -38px);
  }
}

.protect-img {
  position: relative;
}
.protect-img-sec {
  position: absolute;
  right: 44px;
  bottom: 0;
  top: 229px;
  animation: zoom-in-out 4s ease-in-out infinite;
}
@keyframes zoom-in-out {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.protect-security-tab {
  position: absolute;
  top: 162px;
  left: 55px;
  animation: zoom-in-out 4s ease-in-out infinite;
}
button.theme-switch {
  background: none;
  border: none;
  font-size: 20px;
}

.wallet-security {
  position: absolute;
  right: 83px;
  bottom: 0;
  animation: flipArrow 4s infinite ease-in-out;
}
/* .box.box3.full-landing-image canvas{
  border-radius: 22px;
}
.high_sec .box3 {
  background: url("../image/b3.webp") no-repeat center bottom;
  background-size: cover;
}
.high_sec .box4 {
  background: url("../image/b4.svg") no-repeat center bottom;
  background-size: cover;
}
.high_sec .box5 {
  background: url("../image/b5.svg") no-repeat center bottom;
  background-size: cover;
} */
/* .high_sec .box6 {
  background: url("../image/b6.webp") no-repeat center bottom;
  background-size: cover;
  background: #f0f1f3;
  display: block;
} */
@keyframes moveUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-path.active {
  animation: moveUp 0.8s ease-out forwards;
}
.animate-path {
  opacity: 0;
  transform: translateY(100px); /* Start lower */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  animation: none; /* No animation until active */
}
.coin-crypto {
  position: relative;
  right: 24px;
  top: -11px;
}
.box4 {
  background-image: url(../image/box4-bg.svg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
body.dark-mode .box4 {
  background-image: url(../image/box4-bg-dark.svg) !important;
}
.box.box4 p {
  max-width: 290px;
}

.high_sec .box .sell_all {
  border: 1px solid #101111;
  background: transparent !important;
}
.high_sec .box h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 122%;
  margin-bottom: 15px;
  color: var(--font-text);
}
.high_sec .box p {
  font-size: 17px;
}
.high_sec .box .cus_btn {
  font-weight: 700;
  background: #4ff55f;
  width: fit-content;
  color: #101111;
  white-space: nowrap;
}

.comp_sec {
  margin-bottom: 20px;
}
.comp_sec .w_box {
  background: var(--table-bg);
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  padding: 40px 50px;
}
.comp_sec .bar {
  background: var(--tab-bar-bg);
  border: 1px solid #e4e4e4;
  border-radius: 160px;
  margin-bottom: 30px;
}
.comp_sec .flx {
  display: flex;
  gap: 30px;
  padding: 10px;
}
.comp_sec .scrl {
  width: 70%;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.comp_sec .choose {
  border-radius: 150px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #000;
  text-align: center;
  flex: 1;
  overflow: hidden;
  min-width: fit-content;
  position: relative;
}
.comp_sec .choose span {
  width: 100%;
  display: block;
  text-align: center;
  background: #f2f2f2;
  height: 100%;
  padding: 20px 20px;
  border-radius: 150px;
  cursor: pointer;
}
.comp_sec .choose.active span,
.comp_sec .choose.active {
  background: #4ff55f;
  color: #000;
}

.comp_sec .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 115%;
  color: #222;
}
.comp_sec .list li {
  margin-bottom: 30px;
  height: 30px;
  color: var(--white-text);
}
.comp_sec .cus_btn {
  color: #fff;
  background: #601feb;
  width: 100%;
  justify-content: center;
}

.h2tag {
  font-weight: 600;
  font-size: 60px;
  line-height: 102%;
  letter-spacing: -0.01em;
  color: var(--font-text);
  margin-bottom: 50px;
  max-width: 550px;
}

.protect_sec {
  margin-bottom: 40px;
}
.protect_sec p {
  font-size: 18px;
  color: var(--white-text);
}

.million_sec {
  background: #6143dd;
  text-align: center;
  color: #fff;
  padding: 40px 0;
  margin-bottom: 100px;
}
.million_sec h2 {
  font-weight: 500;
  font-size: 100px;
  line-height: 102%;
  color: #fff;
  max-width: none;
}
.million_sec p {
  font-weight: 500;
  font-size: 21px;
  line-height: 134%;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
  color: #fff;
}
.million_sec h3 {
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #4ff55f;
  max-width: 750px;
  margin: 30px auto 0;
}
.million_sec .flx {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.million_sec .flx a {
  border: 1.9px solid #fff;
  border-radius: 14px;
  color: #fff;
  padding: 3px 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}
.million_sec .flx a svg {
  width: 28px;
}
.million_sec .flx a .sm {
  font-size: 11px;
  display: block;
  margin-bottom: -8px;
  font-weight: 400;
}
.million_sec .flx a .sm + span {
  font-size: 25px;
  font-weight: 500;
}

footer .bdr {
  border-bottom: 1px solid rgb(50 115 0 / 10%);
  padding-bottom: 10px;
}
footer .fl_x {
  display: flex;
  flex-wrap: wrap;
}
footer .fl_x > div {
  flex-grow: 1;
}
footer .fl_x p {
  font-weight: 700;
  font-size: 17px;
  line-height: 166%;
  letter-spacing: 0.03em;
  color: var(--white-text);
  margin-bottom: 12px;
}
footer .fl_x ul {
  padding: 0;
  list-style-type: none;
  margin: a;
}
footer .fl_x li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 161%;
  letter-spacing: 0.03em;
  color: #327300;
  margin-bottom: 12px;
  display: block;
}

footer .flx {
  display: flex;
  gap: 13px;
  align-items: center;
  flex-wrap: wrap;
}
footer .flx a {
  border: 1.9px solid #327300;
  border-radius: 10px;
  color: #327300;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-align: left;
}
footer .flx a svg {
  width: 20px;
}
footer .flx a .sm {
  font-size: 10px;
  display: block;
  margin-bottom: -8px;
}
footer .flx a .sm + span {
  font-size: 16px;
  font-weight: 500;
}
footer .social a {
  background: #327300;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social {
  display: flex;
  gap: 20px;
  padding: 0;
  flex-wrap: wrap;
}
footer .ty_flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
footer .ty_flx .made {
  font-weight: 500;
  font-size: 14px;
  line-height: 166%;
  letter-spacing: 0.03em;
  color: #327300;
}
footer .dropdown button {
  border-radius: 13px;
  border: 1px solid #eaf0e5 !important;
  background: transparent;
  font-weight: 500;
  font-size: 15px;
  line-height: 157%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #327300 !important;
  align-items: center;
  display: flex;
  gap: 7px;
}
footer .dropdown button::after {
  background: url(../image/arw.webp) no-repeat center;
  width: 13px;
  height: 8px;
  background-size: contain;
  border: 0;
}
footer .dropdown button.show::after {
  transform: rotate(180deg);
}
footer .dropdown-item:active {
  background-color: transparent;
  color: #000;
}
footer .ctns {
  opacity: 0.5;
  font-weight: 500;
  font-size: 10px;
  line-height: 168%;
  letter-spacing: 0.03em;
  color: #327300;
}

.custom_nav .contain-width {
  padding: 10px 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.navbar-toggler,
.btn-close {
  box-shadow: none !important;
}
/* .custom_nav .contain-width:before {
  content: "";
  position: absolute;
  backdrop-filter: blur(24.5px);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px 20px 20px 20px;
} */

.tech_head {
  color: #101111;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 200px 0 200px;
  overflow: hidden;
  background-position: center 50%;
}
.tech_head h1 {
  position: relative;
}
.tech_head h1:after {
  position: absolute;
  content: "";
  background-image: url(../image/feature-banner-1.svg);
  width: 100%;
  height: 500px;
  top: -112px;
  background-repeat: no-repeat;
  animation: floatLock 2s infinite ease-in-out;
}
.wallet-work-img {
  position: absolute;
  right: 220px;
  bottom: 0;
}
.tech_head h1:before {
  position: absolute;
  content: "";
  background-image: url(../image/feature-banner-2.svg);
  width: 100%;
  height: 500px;
  top: 123px;
  background-repeat: no-repeat;
  animation: floatLock 2s infinite ease-in-out;
  left: 111px;
}
.tech_head::before {
  content: "";
  position: absolute;
  filter: blur(50.69999694824219px);
  background: linear-gradient(156deg, #aa3fff 20.47%, #60941a 75.33%);
  opacity: 0.2;
  z-index: -1;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.tech_head h1 {
  font-weight: 600;
  font-size: 70px;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  color: var(--white-text);
}
.tech_head h5 {
  font-weight: 500;
  font-size: 26px;
  line-height: 138%;
  margin-bottom: 15px;
  color: var(--white-text);
}
.tech_head p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  max-width: 500px;
  margin: 0 auto;
  color: var(--white-text);
}

.h_48 {
  font-weight: 700;
  font-size: clamp(28px, 4vw, 55px);
  text-align: center;
  color: var(--white-text);
  margin-bottom: 50px;
}
.h_48 span {
  color: #9f66ff;
}
.overview_box .box {
  background: var(--table-bg);
  border-radius: 31px;
  padding: 60px 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 138%;
  max-width: 1000px;
  margin: 0 auto;
  color: var(--white-text);
}
p {
  color: var(--white-text);
}
.key_technological .box {
  background: var(--table-bg);
  color: #000;
  border-radius: 39px;
  padding: 40px 30px;
  position: relative;
  z-index: 3;
  transition: 0.5s;
}
.key_technological .box:hover {
  transform: none !important;
}
.browser-ext img {
  width: 700px;
}
section.overview_box .box:hover,
section.security_sec .box:hover,
.key_technological .box:hover,
.download_box .box:hover,
.support_head .box:hover,
section.what_we .box:hover,
.road_sec .box:hover,
section.mission_sec .box:hover {
  box-shadow: none !important;
  transform: none !important;
}
.key_technological .w_card > .box:nth-child(2) {
  transform: translateY(-93%) scale(0.9);
  z-index: 2;
  position: absolute;
  background: #23239b;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  background: #dedee9;
}
.key_technological .w_card > .box:nth-child(3) {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  transform: translateY(-86%) scale(0.8);
  background: #c7c7cf;
}
body.dark-mode .key_technological .w_card > .box:nth-child(2),
body.dark-mode .key_technological .w_card > .box:nth-child(3) {
  background-color: #2c2c31 !important ;
}
.key_technological .box .h_48 {
  letter-spacing: -0.06em;
  background: linear-gradient(156deg, #aa3fff 20.47%, #4ff55f 75.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
  text-align: left;
  line-height: normal;
}
.key_technological .icon_flx {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 23px;
  line-height: 147%;
  color: #7ba0ff;
  margin-bottom: 10px;
}
.key_technological .icon_flx > div {
  min-width: 40px;
}
.key_technological ul {
  padding-left: 60px;
  line-height: 188%;
}
.key_technological li {
  list-style-type: disc;
  font-size: 18px;
  color: var(--white-text);
}

.security_sec .box {
  box-shadow: 0 4px 250px 0 rgba(120, 41, 255, 0.25);
  background: var(--security-bg);
  border-radius: 40px;
  padding: clamp(24px, 4vw, 50px);
  margin: 100px 0 0;
}
.security_sec h2 {
  font-weight: 700;
  font-size: 53px;
  line-height: 1.2;
  color: var(--white-text);
  margin-bottom: 50px;
}
.security_sec .left_box {
  max-width: 400px;
}
.security_sec .box p {
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: var(--white-text);
}
.security_sec li {
  list-style-type: disc;
  font-weight: 500;
  font-size: 18px;
  line-height: 206%;
  color: var(--white-text);
}
.security_sec .box .cus_btn {
  border: 1px solid var(--white-text);
  background: transparent;
  color: var(--white-text);
  font-weight: 700;
}

.why_sec {
  margin-bottom: 50px;
  overflow: hidden;
}
.why_sec .head {
  /* background: url("../image/why_bg.webp") no-repeat center; */
  background-size: 90%;
  padding: 40px 0;
  background-position: center 50%;
}
.why_sec .head .h_48 {
  margin-bottom: 0 !important;
}
.why_sec .box {
  background: var(--security-bg);
  border-radius: 32px;
  padding: clamp(20px, 4vw, 28px);
  display: flex;
  flex-direction: column;
}
section.why_sec.why_sec_chg .box:hover .why_sec .box h5 {
  font-weight: 600;
  font-size: 35px;
  line-height: 120%;
  color: var(--white-text);
  margin-bottom: 30px;
  margin-top: 15px;
}

.why_sec .box p {
  font-weight: 400;
  margin-bottom: 30px;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 130%;
  color: var(--white-text);
  max-width: 450px;
}
section.why_sec h5 {
  font-size: 32px;
  font-weight: 600;
  color: var(--white-text);
}

.download_ban h1 {
  font-weight: 700;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 118%;
  letter-spacing: -0.04em;
  color: var(--white-text);
  margin-bottom: 40px;
}
.download_ban h1 span {
  color: #4ff55f;
}
.download_ban p {
  font-weight: 500;
  font-size: 22px;
  line-height: 142%;
  color: var(--white-text);
  margin-bottom: 30px;
  max-width: 540px;
}
.web3-banner {
  margin-top: 100px;
}
.download_ban ul {
  padding-left: 20px;
}
.download_ban li {
  list-style-type: disc;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 14px;
  line-height: 142%;
  color: #9f66ff;
  max-width: 520px;
}
.download_ban .cus_btn {
  background: #4ff55f;
  font-weight: 700;
  color: #101111;
}

.mobile_app h2 {
  font-weight: 600;
  font-size: calc(32px, 4vw, 43px);
  color: #fff;
  margin-bottom: 40px;
}
.mobile_app h2 span {
  color: #9f66ff;
}
.mobile_app p {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.mobile_app .cus_btn {
  background: #4ff55f;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
.mobile_app .box {
  border-radius: 14px;
  padding: 90px;
  background: url("../image/mobile_app_bg.webp") no-repeat center;
  background-size: contain;
}
.mobile_app .box .row {
  max-width: 1100px;
  margin: 0 auto;
}

.browser_extension p {
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 30px;
}
.browser_extension li {
  list-style-type: disc;
  font-weight: 400;
  font-size: 22px;
  line-height: 200%;
  color: #9f66ff;
}

.download_box .box {
  background: url(../image/download_bg.webp) no-repeat center;
  border-radius: 15px;
  text-align: center;
  padding: 50px;
  background-size: cover;
}
.download_box .box .h_48 {
  color: #fff;
  margin-bottom: 30px;
}
.download_box .chrome {
  font-weight: 600;
  font-size: 30px;
  color: #9f66ff;
  margin-bottom: 20px;
}
.download_box p {
  font-weight: 600;
  font-size: 21px;
  line-height: 130%;
  color: #fff;
}
.download_box .cus_btn {
  background: #4ff55f;
  font-weight: 500;
  font-size: 17px;
  color: #000;
}

.browser_extension {
  margin-bottom: 30px;
  margin-top: clamp(30px, 5vw, 100px);
}
.white_bg .custom_nav .contain-width:before {
  background: #fff;
}

.why_sec_chg {
  padding: 100px 0;
}
/* .why_sec_chg .col-lg-6:nth-child(1) {
  grid-template-rows: 54% 54%;
  grid-template-columns: 1fr;
}
.why_sec_chg .col-lg-6:nth-child(2) {
  grid-template-rows: 60% 48%;
}
.why_sec_chg .box {
  padding-bottom: 60px;
} */

.dev_ban {
  /* background: url("../image/devbg.webp") no-repeat center; */
  padding: 140px 0 0;
  /* background-size: cover; */
}
/* body.dark-mode .dev_ban, body.dark-mode .about_ban{
  background: url("../image/banbg-dark.webp") no-repeat center;
} */
.dev_ban h1 {
  font-weight: 700;
  font-size: clamp(36px, 4vw, 60px);
  letter-spacing: -0.02em;
  color: var(--font-text);
  margin-bottom: 30px;
}
.dev_ban h1 span {
  font-size: clamp(40px, 4vw, 60px);
  display: block;
}
.dev_ban p {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: rgba(5, 0, 56, 0.72);
}
body.dark-mode .dev_ban p {
  color: #fff;
}

.building_ban {
  margin-top: 50px;
}
.building_ban h2 span {
  color: #9f66ff;
}
.building_ban p {
  max-width: 800px;
  margin: 0 auto 20px;
  text-align: center;
}

.core_ban .contain-width {
  position: relative;
  padding-top: 50px;
}
.core_ban .contain-width::before {
  content: "";
  position: absolute;
  filter: blur(74.600006px);
  background: linear-gradient(156deg, #aa3fff 20.47%, #60941a 75.33%);
  opacity: 0.2;
  width: 90%;
  height: 60%;
  z-index: -1;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.core_ban .box {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
  background: var(--security-bg);
  border-radius: 20px;
  padding: 50px clamp(20px, 4vw, 40px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border: 3px solid transparent;
  transition: 0.5s;
}
.core_ban .box.scnd {
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #a73ff9, #5f911a) border-box;
  border: 3px solid transparent;
}
.core_ban .box:hover {
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #a73ff9, #5f911a) border-box;
  border: 3px solid transparent;
  transform: translateY(-10px);
}
body.dark-mode .core_ban .box:hover {
  background: linear-gradient(black, black) padding-box,
    linear-gradient(to right, #a73ff9, #5f911a) border-box;
}
.core_ban .box h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #9f66ff;
  margin-bottom: 20px;
}
.core_ban .box h2 {
  font-weight: 600;
  font-size: clamp(20px, 4vw, 28px);
  line-height: 150%;
  color: var(--white-text);
}
.core_ban .box p {
  font-weight: 400;
  font-size: clamp(16px, 4vw, 18px);
  color: #606060;
  margin-bottom: 50px;
}
body.dark-mode .core_ban .box p,
body.dark-mode .wallet-card p,
body.dark-mode .stay_sec p {
  color: #decbcb;
}
.core_ban .box .github {
  font-weight: 400;
  font-size: 16px;
  line-height: 146%;
  color: var(--white-text);
  text-align: center;
  margin-bottom: 20px;
}
.core_ban .box .cus_btn {
  width: 100%;
  justify-content: center;
  background: #000;
}
body.dark-mode .core_ban .box .cus_btn {
  border: 1px solid #4ff55f;
}
.core_ban .box .cus_btn.grn {
  background: #4ff55f;
  color: #000;
}

.support_head {
  padding: 100px 0;
  position: relative;
}
.support_head::before {
  content: "";
  position: absolute;
  filter: blur(125.69999694824219px);
  background: linear-gradient(156deg, #aa3fff 20.47%, #60941a 75.33%);
  opacity: 0.2;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.support_head h1 {
  font-weight: 600;
  font-size: clamp(48px, 8vw, 168px);
  color: var(--font-text);
  text-align: center;
}
.support_head p {
  font-weight: 500;
  font-size: clamp(18px, 3vw, 26px);
  line-height: 138%;
  text-align: center;
  color: var(--white-text);
  max-width: 900px;
  margin: 0 auto;
}
.support_head .box {
  position: relative;
  z-index: 1;
}
.support_head .box::before {
  content: "";
  position: absolute;
  background: url(../image/star.svg) no-repeat center;
  left: -84px;
  top: -53px;
  width: 350px;
  height: 389px;
  z-index: -1;
}
.support_head .box::after {
  content: "";
  position: absolute;
  background: url(../image/feature-banner-1.svg) no-repeat center;
  background-size: contain;
  left: 38rem;
  bottom: -200px;
  width: 100%;
  z-index: -1;
  height: 100%;
  animation: floatLock 2s infinite ease-in-out;
}

.faq_box {
  background: #100d37;
  border-radius: 20px;
  max-width: 99%;
  margin: 0 auto 50px;
  padding: 70px 0;
}
.faq_box .box {
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  background: var(--security-bg);
  border-radius: 12px;
  padding: 25px 20px;
  margin: 0 15px;
  height: 100%;
}
.faq_box .box h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 67%;
  color: var(--font-text);
  margin-bottom: 10px;
}
.faq_box .box h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 138%;
  color: var(--white-text);
}
.faq_box .box h6 {
  font-weight: 500;
  font-size: 26px;
  line-height: 138%;
  text-align: center;
  color: var(--white-text);
}
.faq_box .box p {
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: rgba(43, 43, 43, 0.9);
}
body.dark-mode .faq_box .box p {
  color: #aeaeaee5;
}
.faq_box .cus_btn {
  color: #000;
  width: 45%;
  background: #4ff55f;
  justify-content: center;
  white-space: nowrap;
}
.faq_box h3 {
  font-weight: 700;
  font-size: clamp(45px, 4vw, 52px);
  line-height: 123%;
  text-align: center;
  color: #9f66ff;
  margin-bottom: 10px;
}
.faq_box h4 {
  font-weight: 500;
  font-size: 26px;
  line-height: 115%;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.faq_box .bdr {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 0;
  border-right: 0;
  padding: 30px 0;
}
.faq_box .para {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
.faq_box .hed {
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: #fff;
  margin-bottom: 15px;
}

.why_sec .subhead {
  font-weight: 500;
  font-size: 24px;
}
.about_ban {
  /* background: url(../image/devbg.webp) no-repeat center; */
  padding: 140px 0 0px;
  /* background-size: cover; */
}
.about_ban h1 {
  font-weight: 700;
  font-size: clamp(32px, 5vw, 65px);
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--font-text);
  margin-bottom: 20px;
}
.about_ban p {
  font-weight: 500;
  color: var(--font-text);
}
.about_ban .abt {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000;
  background: #4ff55f;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  padding: 7px;
  padding-right: 20px;
  gap: 5px;
  margin-bottom: 50px;
}
.about_ban .abt .dot {
  font-size: 70px;
  margin-top: -40px;
}
.explore_ban {
  box-shadow: -10px -10px 40px 0 rgba(10, 0, 52, 0.1);
  background: #200297;
  border-radius: 100px 0 0 0;
  padding-top: 100px;
}
.explore_ban h3 {
  font-weight: 600;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #4ff55f;
}
.explore_ban p {
  font-weight: 500;
  font-size: 22px;
  line-height: 136%;
  letter-spacing: -0.01em;
  color: #fff;
  max-width: 400px;
  margin-top: 30px;
}

.career_sec h2 {
  font-weight: 600;
  font-size: clamp(36px, 5vw, 168px);
  margin-bottom: 30px;
}
.career_sec h3 {
  font-weight: 500;
  font-size: clamp(32px, 5vw, 65px);
  letter-spacing: -0.01em;
  color: var(--font-text);
  margin-bottom: 30px;
}
.career_sec .para {
  font-weight: 500;
  font-size: 18px;
  line-height: 183%;
  letter-spacing: -0.01em;
  color: var(--white-text);
  max-width: 570px;
}
.career_sec h5 {
  font-weight: 600;
  font-size: 23px;
  line-height: 155%;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 15px;
}
.career_sec li {
  font-weight: 600;
  font-size: 23px;
  list-style-type: disc;
  line-height: 155%;
  letter-spacing: -0.04em;
  color: #4ff55f;
}
.career_sec .gry {
  font-weight: 500;
  font-size: 16px;
  line-height: 166%;
  letter-spacing: -0.01em;
  color: #adabba;
}
.career_sec .box {
  background: #100d37;
  border-radius: 0 0 14px 122px;
  padding: clamp(40px, 5vw, 60px);
  padding-top: 0;
  position: relative;
}
.career_sec .box::before {
  content: "";
  position: absolute;
  background: url(../image/career_shape.webp) no-repeat center;
  top: -161px;
  width: calc(100% + -0.15px);
  height: 163px;
  left: 0;
  right: 0;
  background-size: 100% 100%;
}
.lock-wobble {
  animation: moveableWiggle 8s infinite ease-in-out;
}
.arrow {
  animation: flipArrow 4s infinite ease-in-out;
}
.career_sec .cus_btn {
  background: #4ff55f;
  color: #000;
  font-weight: 500;
}
.career_sec .pad {
  padding-top: 200px;
}

.download_sec {
  color: #fff;
  margin-bottom: 80px;
}
.download_sec .h_48 {
  text-align: left;
  color: #fff;
  line-height: 140%;
  max-width: 700px;
  margin: 10px 0 20px;
}
.download_sec p {
  font-weight: 500;
  font-size: 18px;
  line-height: 183%;
  letter-spacing: -0.01em;
  margin: 0;
  max-width: 700px;
  color: #fff;
}
.download_sec h5 {
  font-weight: 600;
  font-size: 27px;
  line-height: 129%;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 20px;
}
.download_sec .btnbg {
  box-shadow: -60px 39px 79px 0 #000;
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
  width: fit-content;
  border-radius: 30px;
  margin: 0 auto;
}
.download_sec .cus_btn {
  box-shadow: -8px 6px 28px 0 rgba(0, 0, 0, 0.5);
  background: #4ff55f;
  border: 1px solid #4ff55f;
  border-radius: 12px;
  color: #000;
  font-weight: 600;
  font-size: clamp(17px, 1.8vw, 27px);
  padding: 14px clamp(20px, 5vw, 60px);
}
.download_sec .box {
  border-radius: 24px;
  background: url("../image/download_sec_bg.webp") no-repeat center;
  background-size: cover;
  padding: clamp(20px, 5vw, 70px);
}

.stay_sec .box {
  background: var(--security-bg);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 12px;
}
.stay_sec p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #606060;
  max-width: 920px;
}
.stay_sec h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: var(--white-text);
  margin-bottom: 10px;
}
.stay_sec .img_box img {
  border-radius: 20px 20px 0 0;
  margin-bottom: 20px;
  width: 100%;
}
.stay_sec .cus_btn {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  color: #000;
  background: #4ff55f;
}
.cus_btn.grn {
  color: #000;
  background: #4ff55f;
}
.cus_btn.bdr {
  color: var(--white-text);
  border: 1px solid var(--white-text);
  background: transparent;
}
section.black_sec .box {
  margin: 70px auto;
}
.black_sec .box {
  max-width: 675px;
  padding: 30px;
  border-radius: 28px;
  background: #141414;
  margin: 70px 0;
}
.black_sec .box h5 {
  font-weight: 600;
  font-size: 28px;
  line-height: 125%;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  color: #fff;
}
.black_sec .box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0.01em;
  color: #fff;
  opacity: 0.6;
  margin-bottom: 10px;
}

.attychi {
  font-weight: 600;
  font-size: clamp(25px, 2vw, 70px);
  line-height: 114%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--font-text);
}

.know_head {
  padding: 120px 0 60px;
  position: relative;
}
.know_head::before {
  content: "";
  position: absolute;
  filter: blur(125.69999694824219px);
  background: linear-gradient(156deg, #aa3fff 20.47%, #60941a 75.33%);
  opacity: 0.2;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.know_head h2 {
  font-weight: 600;
  font-size: clamp(26px, 4vw, 80px);
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--font-text);
  margin: 30px 0;
}
.know_head p {
  font-weight: 500;
  font-size: clamp(16px, 2vw, 23px);
  line-height: 138%;
  text-align: center;
  color: #101111;
  max-width: 1040px;
  margin: 0 auto;
}

.leader_sec {
  box-shadow: -10px -10px 40px 0 rgba(10, 0, 52, 0.1);
  background: #4ff55f;
  border-radius: 20px 150px 0 0;
  padding: 60px 0 100px;
  margin-bottom: 50px;
}
.leader_sec .w_box {
  padding: 60px clamp(20px, 6vw, 60px) 90px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 60px;
  margin-top: 100px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}
.leader_sec .box {
  background: #fff;
  border-radius: 15px;
  height: 95%;
}
.leader_sec .abv {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
  background: #9f66ff;
  border-radius: 15px;
}
.leader_sec .box img {
  width: 100%;
  border-radius: 15px;
}
.leader_sec .box .img_b {
  margin-bottom: 10px;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}
.leader_sec .box h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 124%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.leader_sec .box h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}
.leader_sec .blw {
  padding: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--font-text);
}
.leader_sec .blw p {
  color: #000;
}
.core_sec .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px clamp(20px, 6vw, 80px) 60px;
  background: var(--security-bg);
  border-radius: 32px;
  margin-bottom: 24px;
}
.core_sec .box h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 126%;
  color: var(--font-text);
  margin-bottom: 20px;
}
.core_sec .box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--white-text);
  opacity: 0.6;
  margin: 0;
  max-width: 470px;
}
.core_sec .cus_btn {
  width: 250px;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.advisory_sec {
  padding: 50px 0 70px;
}
.advisory_sec p {
  max-width: 400px;
}

.partner_head {
  /* background: url(../image/devbg.webp) no-repeat center; */
  padding: 100px 0 90px;
  background-size: cover;
}
.partner_head h1 {
  font-weight: 600;
  font-size: clamp(32px, 5vw, 80px);
  margin-bottom: 40px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--font-text);
}
.partner_head p {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}
.project_sec .img_b {
  margin-right: -73px;
}
.project_sec .box {
  padding: 20px clamp(24px, 4vw, 45px);
  background: var(--security-bg);
  border-radius: 25px;
}
.project_sec li {
  list-style-type: disc;
  font-size: 17px;
  color: var(--white-text);
  font-weight: 500;
}
.green_con {
  font-weight: 600;
  font-size: clamp(32px, 4vw, 70px);
  line-height: 114%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #4ff55f;
}
.seek_sec .para {
  font-size: 20px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.seek_sec .h_48.vio {
  color: #9f66ff !important;
}
.proud_ly {
  text-align: center;
}
.proud_ly h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 104%;
  letter-spacing: 0.01em;
  color: #fff;
}
.proud_ly p {
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  margin: 0;
  opacity: 0.6;
}
.proud_ly h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 125%;
  letter-spacing: 0.01em;
  color: #4ff55f;
  margin-bottom: 30px;
}
.proud_ly h4 {
  color: #fff;
}
.proud_ly .box {
  background: #141414;
  padding: clamp(20px, 4vw, 40px);
  border-radius: 28px;
  margin-bottom: 50px;
  overflow: hidden;
}

.part_sec .w_box {
  position: relative;
}
.part_sec .w_box::before {
  content: "";
  position: absolute;
  border-radius: 210px;
  background: linear-gradient(45deg, #100d37, #100d37);
  padding: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  width: calc(50% - 50px);
  height: 100%;
  right: 0;
  bottom: -50px;
}
.part_sec .inbox {
  position: relative;
}
.part_sec .inbox::before {
  content: "";
  position: absolute;
  background-color: #100d37;
  width: 50%;
  height: 151px;
  top: calc(100% - 100px);
  left: 50%;
  border-radius: 40px 40px 250px 40px;
  z-index: -1;
}
.part_sec .box {
  background: #100d37;
  border-radius: 20px 200px 200px 200px;
  padding: clamp(24px, 4vw, 60px);
  padding-bottom: 0;
  position: relative;
}
.part_sec .box::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 100%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 16px 16px #100d37;
  top: 100%;
  box-shadow: 16px -16px #100d37;
}
.part_sec .box .grn {
  color: #4ff55f;
}
.part_sec .box p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #fff;
  max-width: 420px;
  margin-bottom: clamp(30px, 11vw, 300px);
}
.part_sec .box h2 {
  max-width: 440px;
}

.contact_us {
  padding-top: clamp(100px, 6vw, 150px);
}

.foundation_head {
  padding: 120px 0 0;
  position: relative;
}
.foundation_head::before {
  content: "";
  position: absolute;
  filter: blur(125.69999694824219px);
  background: linear-gradient(156deg, #aa3fff 20.47%, #60941a 75.33%);
  opacity: 0.2;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.foundation_head h1 {
  font-weight: 600;
  font-size: clamp(32px, 5vw, 80px);
  margin-bottom: 40px;
  letter-spacing: -0.02em;
  color: var(--font-text);
}

.mission_sec .box {
  border-radius: 39px;
  background: var(--security-bg);
  padding: clamp(20px, 7vw, 100px) clamp(20px, 10vw, 150px);
}
.mission_sec h2 {
  background: linear-gradient(156deg, #aa3fff 20.47%, #4ff55f 75.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mission_sec h5 {
  display: grid;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
  color: #7ba0ff;
  grid-template-columns: 25px 1fr;
}
.mission_sec h5 img {
  max-width: 35px;
}
.mission_sec ul {
  padding-left: 70px;
}
.mission_sec li {
  list-style-type: disc;
  font-size: 18px;
  color: var(--white-text);
}

.what_we .what_head {
  font-weight: 600;
  font-size: clamp(36px, 4vw, 64px);
  line-height: 106%;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--white-text);
  margin-bottom: 50px;
}
.what_we .box {
  border-radius: 40px;
  padding: clamp(17px, 5vw, 40px) clamp(17px, 5vw, 50px);
}
.what_we .flx {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
.what_we .inbox {
  box-shadow: -34px 37px 46px 0 rgba(126, 126, 126, 0.1);
  background: var(--security-bg);
  border-radius: 39px;
  padding: 35px clamp(17px, 2vw, 24px);
  max-width: 260px;
  margin-bottom: 10px;
}
.what_we .slick-track {
  display: flex;
  align-items: center;
}
.what_we .inbox li {
  list-style-type: disc;
  color: var(--white-text);
}
.grow-mobile-two {
  margin-top: 150px;
}
.advi-mobile {
  display: flex;
  gap: 20px;
}
.what_we .inbox h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 168%;
  color: var(--white-text);
}
.what_we .slick-list {
  box-shadow: 0 4px 250px 0 rgba(120, 41, 255, 0.25);
  border-radius: 40px;
}
.what_we .violet {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #9f66ff;
}
/* .mobile-screen{
  animation: scrollContent 3s linear infinite;
}
@keyframes scrollContent {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
} */
.contact_sec h2 {
  color: #fff;
}
.contact_sec .box {
  background: url("../image/contact_bg.webp") no-repeat center;
  padding: 70px 20px;
  border-radius: 15px;
  background-size: cover;
}
.contact_sec p {
  max-width: 790px;
  font-weight: 600;
  font-size: clamp(16px, 3vw, 21px);
  line-height: 130%;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.contact_sec p .grn {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #4ff55f !important;
}
.contact_sec p .violet {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #9f66ff !important;
}

.road_sec .h_48 {
  color: #9f66ff;
  font-size: clamp(28px, 4vw, 60px);
}
.road_sec .box {
  position: relative;
  z-index: 1;
}
.road_sec .box::before {
  content: "";
  position: absolute;
  background: #9f66ff;
  width: 5px;
  height: 100%;
  border-radius: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.road_sec .box::after {
  content: "";
  position: absolute;
  background: #4ff55f;
  width: 3px;
  height: 450px;
  border-radius: 20px;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.road_sec img {
  display: block;
}
.road_sec .left {
  padding-right: clamp(0px, 5vw, 70px);
  text-align: right;
}
.road_sec .right {
  padding-left: clamp(0px, 5vw, 70px);
}
.road_sec .mb_70 {
  margin-bottom: 70px;
}
.road_sec .mb_100 {
  margin-bottom: 100px;
}
.road_sec .mb_200 {
  margin-bottom: 200px;
}
.flexibility-modal .modal-dialog.modal-dialog-centered {
  max-width: 900px;
}
.flexibility-modal .modal-content {
  border-radius: 19px;
  background: #f7f7fc;
}
.flexibility-modal .modal-content {
  border-radius: 19px;
  background: #f7f7fc;
}
.flexibility-modal .modal-header {
  border-bottom: 0;
  padding: 40px 40px 0;
  justify-content: space-between;
}
.flexibility-modal h5 {
  color: #6143dd;
  font-weight: 600;
  font-size: clamp(26px, 5vw, 30px);
}
.flexibility-modal .modal-footer {
  border-top: 0;
}
.flexibility-modal .modal-body {
  padding: 16px 40px;
}
.flexibility-modal button.close-icon {
  background: #200297;
  border: none;
  color: #fff;
  padding: 11px;
  clip-path: circle(44% at 50% 50%);
  font-size: 21px;
  position: relative;
  bottom: 35px;
  left: 20px;
}
.based-card h5 {
  color: #000;
  font-size: 18px;
}
.based-card p {
  font-size: 15px;
  margin-top: 15px;
}
.based-card {
  border: 1px solid;
  border-image-source: linear-gradient(
    107.34deg,
    #aa3fff 20.47%,
    #60941a 75.33%
  );
  padding: 20px;
  background-image: linear-gradient(107.34deg, #aa3fff 20.47%, #60941a 75.33%);
  background-origin: border-box;
  box-shadow: inset 0 300vw #fff;
  height: 100%;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.device-based {
  position: relative;
}
.device-based:after {
  position: absolute;
  content: "";
  background: linear-gradient(107.34deg, #aa3fff 20.47%, #60941a 75.33%);
  width: 100%;
  height: 102px;
  top: 70px;
  filter: blur(200px);
}
.dark-download-btn {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* .light-dark {
  position: fixed;
  bottom: 7px;
  background: #9292a1ba;
  clip-path: circle(36% at 50% 50%);
  padding: 16px;
} */
.device-based h6 {
  margin: 20px 0;
}
.flexibility-modal .modal-content {
  border-radius: 19px;
  background: #f7f7fc;
}
.flexibility-modal.cold-wallet .modal-dialog.modal-dialog-centered {
  max-width: 1050px;
}
.funding-btn-col {
  display: flex;
  align-items: center;
  gap: 20px;
}
.funding-btn a {
  background: #4ff55f;
  padding: 7px 21px;
  border-radius: 90px;
  color: #000;
  font-weight: 600;
}
section.term-condition {
  padding: 87px 0;
}
section.term-condition h1 {
  font-size: clamp(33px, 5vw, 75px);
  font-weight: 700;
  margin-bottom: 30px;
  /* background: #6143dd; */
  color: #000;
  padding: 100px;
  background-image: url(../image/terms-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
section.privacy-policy h1 {
  background-image: url(../image/privacy-bg.webp);
  color: #fff;
}
section.aml-policy h1 {
  background-image: url(../image/aml-bg.webp);
}
section.cookie-bg h1 {
  background-image: url(../image/cookie-bg.webp);
  color: #fff;
}
.terms-col h3 {
  font-size: clamp(22px, 5vw, 30px);
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--white-text);
}
.accordion-cnt .accordion-header {
  margin-bottom: 0;
}

.accordion-cnt .accordion-button {
  background-color: #fff;
  color: var(--font-text);
  font-weight: 600;
  padding: 20px;
  border: none;
  box-shadow: none;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
}

.accordion-cnt .accordion-button:not(.collapsed) {
  color: #ffff;
  background-color: #6143dd !important;
  box-shadow: none;
}
body.dark-mode .accordion-cnt .accordion-button::after {
  filter: invert();
}
.accordion-cnt .accordion-item:first-of-type,
.accordion-cnt
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-cnt .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-cnt .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); /* Bootstrap default SVG arrow */
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  transition: transform 0.15s ease-in-out;
}
.accordion-cnt .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  filter: invert(1);
}

.accordion-cnt .accordion-body {
  padding: 1rem;
  color: var(--font-text);
  font-size: 18px;
}
body.dark-mode .accordion-cnt .accordion-item {
  background: #121111;
}
body.dark-mode .accordion-cnt .accordion-button {
  background-color: #181818;
}
.accordion-cnt .accordion-item:not(:first-of-type) {
  border-top: 1px solid #dee2e6;
}
.accordion-cnt .accordion-item {
  margin-bottom: 20px;
}
.terms-col ul li {
  list-style: auto;
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--white-text);
}
.terms-col p {
  font-size: 18px;
}
.terms-col ul {
  padding-left: 16px;
}
.terms-cnt h4 {
  color: #327300;
  font-size: 22px;
  font-weight: 700;
}
.coin-finger {
  margin-top: 65px;
  position: relative;
  right: 137px;
  top: -16px;
}
.coin-finger .coin-flip.coin-split {
  position: absolute;
  top: 165px;
  right: 41px;
}
.coin-finger .coin-flip.coin-split img {
  animation: spin 10s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tychi.my-5.pb-lg-5 {
  display: none;
}
.banner1_img {
  position: relative;
}
.coin-finger .coin-flip img {
  animation: spin 10s linear infinite;
}
.box {
  transition: 0.5s !important;
}
section.stay_sec .box:hover,
.why_sec .box:hover {
  box-shadow: 0 8px 20px 0 #9f66ff;
  transform: translateY(-10px) !important;
}
.banner1_img::before {
  content: "";
  position: absolute;
  background: url(../image/banner1_arw.webp) no-repeat center;
  width: 457px;
  height: 457px;
  width: 50%;
  bottom: 0;
  left: 0;
  animation: arrowMove 1.5s infinite ease-in-out,
    arrowGlow 1.5s infinite ease-in-out;
  animation: flipArrow 4s infinite ease-in-out;
  z-index: 1;
}
@keyframes flipArrow {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes arrowMove {
  0%,
  100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-10px);
    opacity: 0.7;
  }
}
@keyframes arrowGlow {
  0%,
  100% {
    filter: drop-shadow(0px 0px 8px rgba(0, 123, 255, 0.8));
  }
  50% {
    filter: drop-shadow(0px 0px 12px rgba(0, 123, 255, 1));
  }
}
.p_img {
  animation: rotateEffect 3s ease-in-out infinite;
}
/* img.banner-first{
  width: 400px;
  animation: rotateEffect 3s ease-in-out infinite;
}
@keyframes rotateEffect {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(2deg); }
} */

.banner_img {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto;
}
.banner_img .lock {
  position: absolute;
  top: -3px;
  left: -24px;
  /* animation: floatLock 2s infinite ease-in-out; */
  z-index: -1;
  max-width: 40%;
}

.banner_img .rocket {
  position: absolute;
  bottom: 3px;
  right: -46px;
  /* animation: floatRocket 2s infinite ease-in-out; */
  z-index: -1;
  max-width: 40%;
}

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

@keyframes floatRocket {
  0% {
    transform: translateY(0) rotate(0deg);
    filter: drop-shadow(0px 0px 8px rgba(0, 123, 255, 0.8));
  }
  50% {
    transform: translateY(-15px) rotate(-5deg);
    filter: drop-shadow(0px 0px 12px rgba(0, 123, 255, 1));
  }
  100% {
    transform: translateY(0) rotate(0deg);
    filter: drop-shadow(0px 0px 8px rgba(0, 123, 255, 0.8));
  }
}

.universel-gas > .contain-width > .row,
.debit-integration > .contain-width > .row {
  max-width: 1270px !important;
  margin: 0 auto;
}
.universel-gas h2 {
  max-width: 311px;
  position: relative;
}

.universel-gas h2::after {
  content: "";
  position: absolute;
  width: 74%;
  height: 21px;
  background: url(../image/flexibility-line.webp) no-repeat;
  right: 0;
  bottom: -6px;
}
.flexibility-box {
  background: linear-gradient(
    135deg,
    rgba(159, 102, 255, 0.25) 0%,
    rgba(79, 245, 95, 0.25) 100%
  );
  border-radius: 32px;
  padding: 24px;
  position: relative;
}
.universel-img {
  position: absolute;
}
.flexibile-two .universel-img:first-child {
  top: -38px;
  left: -30px;
}
.flexibile-two .universel-img:nth-child(2) {
  left: 0;
  bottom: -90px;
}
.flexibility-box p,
section p.top-para,
.integration-box p {
  font-weight: 400;
  font-size: 17px;
  line-height: 170%;
}
.flexibility-box p,
section p.top-para {
  color: var(--white-text);
}
.flexibile-thr {
  top: -51px;
}
.flexibile-thr .universel-img {
  left: -53px;
  top: 0px;
}
.row.cold-wallet-cards {
  position: relative;
}
.row.cold-wallet-cards::after {
  content: "";
  position: absolute;
  background: linear-gradient(107.34deg, #aa3fff 20.47%, #60941a 75.33%);
  filter: blur(554px);
  width: 1365px;
  height: 150px;
  top: 100px;
  left: 0;
  z-index: -1;
}
.cold-wallet h2 {
  line-height: 1.6;
}
p.prime-option {
  font-size: 19px;
  font-weight: 600 !important;
}
.wallet-card {
  border-radius: 20px;
  background-image: linear-gradient(107.34deg, #aa3fff 20.47%, #60941a 75.33%);
  background-origin: border-box;
  box-shadow: inset 0 313vw #f8f9fc;
  padding: 20px 30px 20px 20px;
  border: 1px solid transparent;
  height: 94%;
  margin-bottom: 20px;
  transition: 0.5s ease-in;
}
.wallet-card:hover {
  transform: translateY(-10px);
}
.wallet-card:hover .cold-wallet-card-img img,
section.why_sec.why_sec_chg .box:hover img {
  transform: scale(1.1);
  transition: 0.5s ease-in;
}
body.dark-mode .wallet-card,
body.dark-mode .thousand-crypto-block,
body.dark-mode .core_ban .box.scnd {
  box-shadow: inset 0 313vw #000000;
}
.wallet-card h3 {
  font-weight: 600;
  font-size: 22px;
  color: var(--white-text);
  margin-bottom: 10px;
  text-align: center;
}
.wallet-card p {
  font-weight: 400;
  font-size: 15px;
  line-height: 129%;
  color: #606060;
}
section.cold-wallet,
section.debit-integration {
  padding-bottom: 40px;
}
section.debit-integration h2 {
  /* max-width: 500px; */
  margin: 0 auto 30px;
  color: #6143dd;
}
.integration-box {
  border-radius: 32px;
  padding: 35px;
  background: linear-gradient(
    110.84deg,
    #d1a97c 1.79%,
    #a4719a 48.77%,
    #5a35ac 97.67%
  );
  margin-bottom: 15px;
  position: relative;
}
.integration-box-thr .universel-img:first-child {
  top: -63px;
  left: 0;
}
.integration-box-thr .universel-img:nth-child(2) {
  bottom: -63px;
  left: 0;
}
.integration-box-two .universel-img {
  left: -58px;

  top: 0;
}
.integration-box p {
  color: #fff;
}
.edutcation-resource {
  padding: 50px 0;
  border-top-right-radius: 205px;
  background: var(--tab-bar-bg);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
  background-repeat: no-repeat;
}
.edutcation-resource h2 {
  color: #200297;
}
body.dark-mode .edutcation-resource h2 {
  color: #fff;
}
.education-resource-img {
  position: relative;
}
.education-resource-img .heart {
  position: absolute;
  top: -25px;
  right: 42px;
  animation: moveableWiggle 8s infinite ease-in-out;
  z-index: -1;
  max-width: 34%;
}
@keyframes moveableWiggle {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(60px, -3px) rotate(5deg);
  }
  40% {
    transform: translate(-60px, 3px) rotate(-6deg);
  }
  60% {
    transform: translate(3px, -60px) rotate(4deg);
  }
  80% {
    transform: translate(-3px, 60px) rotate(-3deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

.moveable-wiggle {
  display: inline-block;
  animation: moveableWiggle 1.5s infinite ease-in-out;
}
section.multi-chain h2 {
  color: #6143dd;
  max-width: 500px;
}
section.multi-chain {
  padding: 50px 0 80px;
  border-bottom-left-radius: 200px;
  box-shadow: -10px -10px 40px 0 rgba(10, 0, 52, 0.1);
  background: #4ff55f;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.multi-chain-block {
  background: var(--security-bg);
  border: 1px solid #e4e4e4;
  padding: clamp(20px, 3vw, 40px);
  border-radius: 40px;
}
@keyframes starAnimation {
  0% {
    transform: translateX(-50px) rotate(305deg);
    filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8));
  }
  50% {
    filter: drop-shadow(0 0 20px rgba(0, 162, 255, 1));
  }
  100% {
    transform: translateX(50px) rotate(310deg);
    filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8));
  }
}
body.tech-features {
  background: #fcfcfd;
}
.multi-chain-star img {
  position: absolute;
  right: -8%;
  bottom: -7%;
  rotate: 305deg;
  animation: starAnimation 3s ease-in-out infinite alternate;
  z-index: -1;
}
section.thousand-crypto {
  padding: 80px 0 40px;
  position: relative;
}
.browser-ext h2 {
  font-size: clamp(45px, 4vw, 80px);
  font-weight: 700;
  color: #60941a;
}
section.thousand-crypto h2 {
  color: #6143dd;
}
img.tychi-logo.dark-logo {
  display: none;
}
.thousand-crypto-block {
  background-image: linear-gradient(107.34deg, #aa3fff 20.47%, #60941a 75.33%);
  background-origin: border-box;
  box-shadow: inset 0 313vw #f8f9fc;
  padding: 40px 80px 40px 40px;
  border: 1px solid transparent;
  border-radius: 40px;
  /* max-width: 80%; */
  margin-left: auto;
}
.eye-img {
  text-align: -webkit-right;
}
a.nav-link.active {
  position: relative;
}

a.nav-link.active::after,
li.nav-item a::after {
  position: absolute;
  content: "";
  width: 50%;
  background: #9f66ff;
  height: 3px;
  bottom: 0px;
  left: 9px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}

a.nav-link.active::after {
  transform: scaleX(1);
}
a.nav-link.active,
li.nav-item a:hover {
  color: #9f66ff !important;
}
.project_sec p.proj-img-part {
  position: relative;
}
.project_sec p.proj-img-part:after {
  position: absolute;
  content: "";
  width: 580px;
  height: 288px;
  background-image: url(../image/market-after-img.svg);
  background-repeat: no-repeat;
  bottom: -81px;
  left: 850px;
  background-size: cover;
}

.mobile-tab {
  display: none !important;
}
.security-banner-cnt {
  position: relative;
}
.security-banner-cnt:before {
  position: absolute;
  content: "";
  background: #aa3fff;
  filter: blur(350px);
  width: 100%;
  height: 300px;
  top: 0;
  z-index: -1;
  left: 300px;
}
.security-page section.why_sec h5 {
  font-weight: 700 !important;
}
section.entire-journey h2 {
  font-size: clamp(30px, 4vw, 64px);
  font-weight: 700;
  max-width: 800px;
  margin: 40px auto;
  color: var(--white-text);
}
.protect-core-text {
  max-width: 670px;
  margin: 100px auto 0;
  position: relative;
}
.protect-core-text ul li {
  margin-bottom: 35px;
  color: #6143dd;
  font-weight: 600;
  font-size: clamp(18px, 4vw, 23px);
  position: relative;
}
.protect-core-text ul li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/crown-list.svg) no-repeat;
  right: 35px;
  top: 9px;
}
.protect-core-text:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 580px;
  background: url(../image/entire-before-img.svg) no-repeat;
  top: -20px;
  right: 300px;
}
section.right-privacy {
  margin-top: 150px;
}
.web3-part {
  position: relative;
}
.web3-part:after {
  position: absolute;
  content: "";
  width: 580px;
  height: 580px;
  background: url(../image/entire-before-img-1.svg) no-repeat;
  top: 90px;
  left: 65%;
}
section.why_sec.why_sec_chg.security-page {
  padding: 0 !important;
}
.help-guidelines h2 {
  font-size: clamp(35px, 4vw, 45px);
  font-weight: 700;
  margin-bottom: 15px;
  max-width: 400px;
  color: var(--white-text);
}
.privacy-cta-box h2 {
  margin: 50px auto 25px;
}
.privacy-cta-box p {
  color: #fff;
  font-size: 16px;
}
.privacy-cta-box h3,
.privacy-cta-box h2 {
  font-size: clamp(26px, 4vw, 33px);
  font-weight: 700;
  color: #fff;
}
.tracking-part p {
  max-width: 298px;
  margin: 25px auto;
}
.privacy-cta-box {
  background: #141414;
  padding: 25px;
  border-radius: 30px;
  margin-top: 100px;
}
body.security-full {
  overflow-x: hidden;
}

/*  */
.wallet-dropdown {
  display: none;
  list-style: none;
  padding-left: 20px;
}

@media (min-width: 1200px) {
  .wallet-dropdown {
    position: absolute;
    margin-left: -100px;
    top: 85%;
    /* left: 0;
    width: 100%; */
    padding: 0 50px;
    border-radius: 20px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    background: var(--tab-bar-bg);
    transition: max-height 0.6s ease, opacity 0.3s ease, padding 0.3s ease;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    z-index: 999;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .wallet-item:hover .wallet-dropdown {
    max-height: 300px;
    padding: 28px 26px 36px;
    opacity: 1;
    pointer-events: auto;
  }
  ul.wallet-dropdown li a {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  ul.wallet-dropdown li p {
    margin-bottom: 0;
  }
  .dropdown-icon {
    display: none;
  }
}

@media (max-width: 1199px) {
  .wallet-dropdown.open {
    display: block;
  }

  .dropdown-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
  }

  .wallet-toggle.active .dropdown-icon {
    transform: rotate(180deg);
  }

  .wallet-toggle {
    cursor: pointer;
  }

  .wallet-dropdown {
    padding-left: 10px;
  }
}
.smart-card {
  background: linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(180deg, #eff2f6 45%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 3.43px 214.21px 0px #7829ff40;
  padding: 35px;
  border-radius: 30px;
  height: 100%;
}
.smart-card h3 {
  color: var(--font-text);
}
body.dark-mode .smart-card {
  background: #313132;
}
.smart-card img {
  width: 138px;
  height: 120px;
}
.trade-smarter p {
  color: #57608e;
  font-size: 18px;
  line-height: 1.3;
}
.dapp-btn a {
  display: inline-block;
  background: #5f8649;
  color: #fff;
  height: 47px;
  padding: 10px 22px;
  border-radius: 10px;
  font-size: 18px;
}
.dapp-btn {
  margin-top: 30px;
}
section.proud_ly .box:hover {
  box-shadow: none;
  transform: none !important;
}
section.proud_ly .company-brand img {
  width: 247px;
  height: 85px;
}
section.supported-company h2,
.trade-smarter h2 {
  font-size: clamp(40px, 5vw, 55px);
  font-weight: 700;
  color: var(--font-text);
}
.company-brand {
  display: flex;
  animation: scroll 30s linear infinite;
  gap: 50px;
  margin-top: 50px;
}
.supported-company {
  margin: 50px 0 0;
  padding-bottom: 50px;
}
.company-scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.company-brand img {
  width: 250px;
  height: 100px;
  border: 1px solid #7829ff40;
  border-radius: 30px;
}
.company-brand:hover {
  animation-play-state: paused;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.company-logo {
  animation: scroll2 60s linear infinite;
  width: calc(250px * 42); /* or 21 if you've only listed once */
}
@keyframes scroll2 {
  0% {
    transform: translateX(calc(-250px * 21));
  }
  100% {
    transform: translateX(0);
  }
}

body.dark-mode .trade-smarter p {
  color: #fff;
}
.chat-bot-button button {
  color: #fff;
  border: none;
  padding: 5px 22px;
  font-size: 34px;
  clip-path: circle(40% at 50% 50%);
}
.chat-bot-button {
  position: fixed;
  z-index: 2147483647;
  bottom: 20px;
  right: 20px;
}
/*  */
.chatbot-modal {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 420px;
  height: 450px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.chatbot-modal iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.chatbot-modal-header {
  background: #4ff55f;
  color: #000;
  padding: 12px;
  font-size: 20px;
  font-weight: 700px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px 10px 0 0;
}

.chatbot-modal-close {
  cursor: pointer;
  font-weight: bold;
}

.chat-bot-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.chat-bot-button img {
  width: 60px;
  height: 60px;
  border-radius: 90px;
}
/* .upload-img-preview img {
    width: 150px;
    height: 100px;
} */
