.footer-menu ul li a,
.nav-item a {
  color: #fff !important
}

.faq-bg .accordion-body p {
  color: rgba(255, 255, 255, 0.64) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.faq-bg h2 {
  font-size: 16px !important;
}

@font-face {
  font-family: AktivGrotesk;
  src: url('assets/fonts/aktiv-grotesk/AktivGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: AktivGrotesk;
  src: url('assets/fonts/aktiv-grotesk/AktivGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: AktivGrotesk;
  src: url('assets/fonts/aktiv-grotesk/AktivGrotesk-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic
}

@font-face {
  font-family: AktivGrotesk;
  src: url('assets/fonts/aktiv-grotesk/AktivGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: AktivGrotesk;
  src: url('assets/fonts/aktiv-grotesk/AktivGrotesk-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic
}

@font-face {
  font-family: AktivGrotesk;
  src: url('assets/fonts/aktiv-grotesk/AktivGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: AktivGrotesk;
  src: url('assets/fonts/aktiv-grotesk/AktivGrotesk-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic
}

@font-face {
  font-family: AktivGrotesk;
  src: url('assets/fonts/aktiv-grotesk/AktivGrotesk-XBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal
}

@font-face {
  font-family: AktivGrotesk;
  src: url('assets/fonts/aktiv-grotesk/AktivGrotesk-XBoldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic
}

@font-face {
  font-family: AktivGrotesk;
  src: url('assets/fonts/aktiv-grotesk/AktivGrotesk-Hairline.otf') format('opentype');
  font-weight: 100;
  font-style: normal
}

@font-face {
  font-family: AktivGrotesk;
  src: url('assets/fonts/aktiv-grotesk/AktivGrotesk-HairlineItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic
}

@font-face {
  font-family: AktivGrotesk;
  src: url('assets/fonts/aktiv-grotesk/AktivGrotesk-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal
}

@font-face {
  font-family: AktivGrotesk;
  src: url('assets/fonts/aktiv-grotesk/AktivGrotesk-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic
}

@font-face {
  font-family: AktivGrotesk;
  src: url('assets/fonts/aktiv-grotesk/AktivGrotesk-Thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal
}

@font-face {
  font-family: AktivGrotesk;
  src: url('assets/fonts/aktiv-grotesk/AktivGrotesk-ThinItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic
}

@font-face {
  font-family: AktivGrotesk;
  src: url('assets/fonts/aktiv-grotesk/AktivGrotesk-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: AktivGrotesk, sans-serif
}

a {
  text-decoration: none !important
}

.custom-btn {
  color: #ac64e2;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize
}

.navbar {
  background-color: rgba(15, 15, 15, .6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.nav-item {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px
}

.dropdown,
.nav-item.nav-link {
  padding: 0 20px
}

.chevron {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform .3s;
  margin-left: 8px
}

.api-card,
.card-box {
  backdrop-filter: blur(10px);
  transition: .3s;
  display: flex
}

.chevron.rotated {
  transform: rotate(-135deg)
}

.web-view {
  display: none;
}

.bg-ressucess {
  background: #00AE4D52;
  border-radius: 10px;
  padding: 10px;
  color: #00AE4D;
  margin-top: 20px;
  font-size: 14px;
  width: 550px;
}

.bg-resdanger {
  background: #CC543952;
  border-radius: 10px;
  padding: 10px;
  color: #CC5439;
  margin-top: 20px;
  font-size: 14px;
  width: 550px;
}

.bg-ressucess-build {
  background: #00AE4D52;
  border-radius: 10px;
  padding: 10px;
  color: #00AE4D;
  margin-top: 20px;
  font-size: 14px;
  width: 550px;
}

.bg-resdanger-build {
  background: #CC543952;
  border-radius: 10px;
  padding: 10px;
  color: #CC5439;
  margin-top: 20px;
  font-size: 14px;
  width: 600px;
}


.menu-btn li {
  padding: 0 20px !important;
}




.nav-item.dropdown-menu {
  padding: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}

/* .dropdown-menu .nav-item,
.dropdown:hover {
	padding: 0 !important
} */

.drop-menu .dropdown-menu {
  padding: 0 !important;
}



.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0
}

.dropdown:hover {
  background-color: #0f0f0f
}

.dropdown-menu {
  background-color: #0f0f0f !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border: none;
  padding: 3rem 0;
  margin-top: -1px !important
}

.dropdown-item {
  color: #fff;
  /* padding: 10px 20px */
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent !important;
  color: #b969c2 !important;
  /* padding: 0 !important */
}

.navbar-nav .dropdown-menu {
  left: 0 !important
}

.navbar-nav .nav-link {
  border-bottom: 2px solid transparent;
  transition: border-color .3s
}

.navbar-nav .nav-link.show {
  border-bottom: 2px solid transparent !important
}

.subscribe-btn,
.subscribe-input {
  border-width: 1px;
  border-radius: 10px
}

.nav-link:focus-visible {
  box-shadow: none !important
}

.whatsapp-btn a {
  border-radius: 100px;
  background: #00ae4d;
  color: #fff;
  font-family: 12px
}

.whatsapp-btn a:hover {
  background: #00ae4d !important;
  color: #fff !important
}

footer a {
  color: #fff;
  padding: 0 .15rem
}

.bg-secondaryBlack {
  background-color: #202020;
  text-align: left
}

.pt-16 {
  padding-top: 4rem !important
}

.pb-12 {
  padding-bottom: .75rem !important
}

.subscribe-input {
  max-width: 300px;
  height: 40px;
  opacity: 1
}

.subscribe-btn {
  font-size: 14px;
  width: 100px;
  font-weight: 500;
  background: #d6e56e;
  max-height: 40px;
  color: #202020
}

.footer-main-head,
.social-head {
  padding-top: 50px
}

.footer-menu {
  padding-left: 40px
}

.footer_footerText__kz_7U {
  font-size: 12px;
}

.footer-menu h6 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  letter-spacing: 0;
  vertical-align: middle;
  padding-bottom: 15px
}

.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.footer-menu ul li {
  padding: 5px 0;
  font-size: 14px;
  font-weight: 400
}

.footer-menu ul li a:hover {
  color: #d6e56e !important
}

.footer-menu ul li a {
  padding: 0
}

.social-media {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 15px
}

.social-media a {
  padding: 0 15px
}

.trade-bg {
  background: linear-gradient(249deg, #48125d 24.28%, #2b165b 75.17%);
  padding: 90px 0 30px
}

.main-heading {
  margin: 50px auto
}

.for-hr {
  display: flex
}

.for-hr hr {
  height: 8px;
  flex: 1 0 0;
  border-radius: 100px;
  background: linear-gradient(90deg, rgba(172, 100, 226, .24) 0, rgba(172, 100, 226, 0) 50%, rgba(172, 100, 226, 0) 100%);
  position: relative;
  top: 20px;
  left: 20px
}

.main-heading h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px
}

.main-heading h6,
.main-heading p {
  font-weight: 400;
  font-style: normal
}

.main-heading p {
  color: rgba(255, 255, 255, .64);
  font-size: 18px;
  align-self: stretch;
  line-height: 160%
}

.mobile-input {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, .2);
  background: rgba(255, 255, 255, .8) !important;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .2) !important;
  height: 50px
}

.support-paragraph {
  font-size: 14px !important
}

.main-heading h1 span,
.pricing-title h1 span {
  color: #d6e56e
}

.main-heading h6 {
  color: #fff;
  font-size: 20px;
  line-height: 140%
}

.input-wrapper {
  position: relative;
  max-width: 450px
}

.form-control-custom {
  padding-right: 110px;
  border-radius: 50px;
  height: 55px;
  background: rgba(255, 255, 255, .8);
  border: none
}

.input-group-text-custom {
  background: rgba(255, 255, 255, .8);
  border: none;
  border-radius: 50px 0 0 50px;
  height: 55px
}

.mobile-input .signup-btn {
  padding: 10px 8px;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  border: none;
  font-weight: 500;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px
}

.signup-btn:hover {
  background-color: #000 !important;
  color: #fff !important
}

.form-control:focus {
  box-shadow: none
}

.section-title {
  color: #fff;
  margin-bottom: 20px;
  text-align: start
}

.card-box,
.partner-bg h1,
.price-card,
.price-card hr,
.price-card p,
.pricing-title h1,
.pricing-title p {
  text-align: center
}

.card-box {
  border: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(262deg, #27104a 3.95%, #2f1753 26.52%, #250d48 98.97%);
  box-shadow: 0 4px 22.5px 0 rgba(0, 0, 0, .12);
  border-radius: 10px;
  padding: 20px 15px;
  color: #fff;
  width: 100%;
  height: auto;
  min-height: 90px;
  cursor: pointer
}

.card-box:hover {
  border: 2px solid #32aaff;
  background-color: rgba(50, 170, 255, .1);
  box-shadow: 0 0 10px #32aaff88
}

.feature-card .badge-free,
.price-card .badge-free {
  background: linear-gradient(289deg, #00ae4d 0, #25d372 50%, #00ae4d 70.19%, #00e465 100%);
  position: relative
}

.card-label {
  color: #fff;
  margin: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3
}

.card-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 12px
}

.api-bg {
  padding: 100px 0;
  background: url(../../assets/api-bg.png) 0 0/cover no-repeat
}

.api-card {
  border-radius: 10px;
  border: 1.5px solid #9049c6;
  background: linear-gradient(95deg, rgba(154, 103, 201, .32) 7.67%, rgba(132, 45, 198, .32) 66.39%, rgba(110, 78, 199, .32) 94.68%);
  padding: 1.5rem;
  height: 100%;
  color: #fff;
  align-items: flex-center;
  gap: 1rem
}

.building-card,
.price-card {
  transition: transform .3s, box-shadow .3s
}

.api-icon,
.api-title {
  align-items: center;
  display: flex
}

.api-icon {
  width: 50px;
  height: 50px;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  padding-top: 10px
}

.api-content {
  flex: 1
}

.api-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: .5rem;
  gap: .5rem
}

.api-description {
  font-size: 14px;
  color: rgba(255, 255, 255, .64);
  opacity: .9;
  line-height: 1.5
}

.badge-realtime {
  border-radius: 2px;
  background: linear-gradient(262deg, #00ae4d 3.95%, #43db86 26.52%, #00ae4d 67.12%, #23d672 79.48%, #00ae4d 98.97%);
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .2);
  color: #fff;
  font-size: 10px;
  padding: .25rem .4rem;
  font-weight: 500
}

.container-custom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem
}

.partner-bg {
  background: #e1ddf9;
  padding: 50px 0
}

.partner-bg h1 {
  color: #150323
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #fff;
  border-radius: 10px;
  width: 50px;
  height: 30px
}

button.btn-outline-dark {
  width: 44px;
  height: 44px;
  padding: 0;
  background-color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.pricing-bg {
  background: url(../../assets/pricing-bg.png) 0 0/cover no-repeat;
  background-position: unset;
  padding: 85px 0
}

.pricing-title h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: normal
}

.pricing-title p {
  color: rgba(255, 255, 255, .64);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 10px
}

.price-card {
  border-radius: 10px;
  border: 2px solid #9049c6;
  background: linear-gradient(47deg, rgba(0, 0, 0, .4) 10.21%, rgba(0, 0, 0, .02) 53.71%, rgba(0, 0, 0, .24) 75.62%, rgba(0, 0, 0, .06) 90.84%);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .32);
  backdrop-filter: blur(40px);
  margin: 5px 30px
}

.price-card h1 {
  padding: 40px 20px 0;
  font-size: 64px;
  color: #fff;
  font-weight: 400
}

.offer-note,
.price-card p {
  color: rgba(255, 255, 255, .64)
}

.price-card p {
  margin: 30px 0;
  font-size: 16px;
  padding: 0 40px;
  line-height: 140%
}

.price-card hr {
  border: none;
  position: relative;
  display: inline-block;
  width: 64px;
  height: 4px;
  stroke-width: 3px;
  background: #ac64e2;
  margin: 0 40px
}

.price-card .badge-free {
  border-radius: 4px;
  font-size: 14px;
  padding: 6px 14px;
  margin-left: -4px;
  top: -40px
}

.offer-note {
  margin-top: 20px;
  font-size: 12px;
  padding: 15px;
  border-radius: 0 0 10px 10px;
  background: rgba(172, 100, 226, .12)
}

.feature-card {
  background: #150323;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .16)
}

.feature-sec {
  padding: 15px 20px 0
}

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

.feature-card h5 {
  font-weight: 600;
  font-size: 20px;
  color: #00ae4d
}

.feature-title {
  font-weight: 500;
  font-size: 16px;
  color: #e0d7f5;
  margin-top: 10px
}

.feature-card p {
  font-size: 15px;
  color: #cfc6da;
  margin-bottom: 8px
}

.feature-card .badge-free {
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  margin-left: 8px;
  top: -2.5px
}

.old-price {
  text-decoration: line-through;
  color: #00ae4d;
  font-size: 20px;
  display: flex
}

.start-building {
  background: url('../../assets/building-bg.png') 0 0/cover no-repeat, linear-gradient(#e1ddf9, #e1ddf9) 0 0/cover;
  padding: 90px 0
}

.start-building h1 {
  font-size: 2.5rem;
  color: #1e1e1e;
  font-weight: 600
}

.start-building p {
  font-size: 18px;
  line-height: 1.5
}

.build-bg h5,
.build-bg p {
  font-style: normal;
  line-height: normal
}

.input-group-text {
  font-weight: 600;
  background-color: #fff !important;
  color: #333
}

.btn-dark {
  border-radius: 0
}

.contact-build {
  color: #fffFFFA3;
  font-size: 14px !important;
  padding-top: 20px
}

.contact-build a {
  color: #ac64e2
}

.building-card {
  border-radius: 12px;
  border: 1.5px solid #9049c6;
  background: linear-gradient(95deg, rgba(154, 103, 201, .32) 7.67%, rgba(132, 45, 198, .32) 66.39%, rgba(110, 78, 199, .32) 94.68%);
  backdrop-filter: blur(12px);
  height: 150px
}

.building-card h6 {
  color: #ac64e2;
  font-size: 18px;
  margin-bottom: .5rem
}

.building-card p {
  color: #fffFFFA3;
  font-size: 14px
}

.slider-controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px
}

.slider-arrow {
  background: #000;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 18px;
  cursor: pointer;
  transition: .3s
}

.slider-arrow:hover {
  background: #fff;
  color: #000
}

.build-bg {
  background: #150323;
  padding: 100px 0
}

.build-bg .main-heading {
  margin: 0 auto
}

.build-box {
  border-radius: 10px;
  padding: 1rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .02) 100%)
}

.build-bg p {
  color: rgba(255, 255, 255, .64);
  font-size: 18px;
  font-weight: 400
}

.build-bg h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: -10px
}

.build-title {
  font-weight: 600
}

.build-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, .32);
  background: linear-gradient(90deg, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, 0) 100%);
  padding: 10px 18px;
  font-weight: 500;
  color: #ac64e2;
  transition: .3s;
  font-size: 12px;
  text-decoration: none
}

.build-text {
  cursor: none !important;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding-top: 4px
}

.build-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.feature-icon {
  width: 47px;
  height: 47px;
  background-color: #ac64e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.build-logo {
  margin-top: 100px
}

.partners-bar {
  display: flex;
  height: 56px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 100%);
  color: #fff;
  font-weight: 600
}

.partners-bar img {
  height: 24px;
  object-fit: contain
}

.feature-icon i {
  font-size: 1.4rem;
  color: #fff
}

.build-title {
  margin-bottom: 5px;
  font-size: 18px;
  color: #fff
}

.feature-desc {
  font-size: 14px !important;
  color: rgba(255, 255, 255, .64) !important;
  margin: 0 !important
}

.build-btn {
  border-radius: 8px;
  background: #ac64e2;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .2);
  display: flex;
  padding: 12px 24px;
  gap: 1px;
  color: #fff;
  width: 250px
}

.alog-sec {
  background: #e1ddf9;
  padding: 100px 0
}

.badge-investing,
.blog-card {
  background-color: transparent
}

.blog-card {
  border: none;
  border-radius: 1rem;
  transition: transform .3s
}

.blog-card:hover {
  transform: translateY(-5px)
}

.blog-card h6 {
  color: #0f0f0f;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%
}

.blog-img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  width: 100%;
  height: 200px;
  object-fit: cover
}

.badge-investing {
  color: #ac64e2 !important;
  border: 1px solid #ac64e2;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  text-transform: capitalize;
  margin-top: 20px
}

.meta-info {
  font-size: 12px;
  color: #ac64e2;
  font-weight: 500
}

.section-title {
  font-weight: 700;
  font-size: 2rem
}

.view-all {
  color: #9f5de2;
  text-decoration: none;
  font-weight: 500
}

.view-all:hover {
  text-decoration: underline
}

.faq-bg {
  background: linear-gradient(249deg, #48125d 24.28%, #2b165b 75.17%);
  padding: 100px 0
}

.accordion-button,
.accordion-item {
  background: 0 0 !important;
  color: #fff !important;
  box-shadow: none !important
}

.accordion-item {
  border: 1px solid #fff
}

.accordion-button:not(.collapsed) {
  color: #fff !important;
  box-shadow: none !important
}

.accordion-button::after {
  content: '+' !important;
  font-size: 1.25rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: none !important
}

.accordion-button:not(.collapsed)::after {
  content: '-' !important
}

@media (max-width:576px) {
  .card-label {
    font-size: 13px
  }
}

@media (max-width:768px) {
  .main-heading h1 {
    font-size: 36px;
    line-height: normal
  }

  .whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3)
  }

  .trade-bg {
    padding: 60px 10px 50px
  }

  .mobile-input .signup-btn {
    font-size: 12px;
  }

  .faq-bg,
  .partner-bg,
  .start-building {
    padding: 50px 10px 70px
  }

  .navbar-nav .nav-link {
    border-bottom: none;
    transition: none;
    padding: 15px 0;
    font-weight: 600
  }

  .list-unstyled p {
    font-weight: 600 !important
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    outline: 0 !important;
    box-shadow: none !important;
    background-color: none !important
  }

  .dropdown-item a:focus,
  .dropdown-item a:hover {
    outline: 0 !important;
    box-shadow: none !important;
    background: 0 0 !important
  }

  .sign-btn {
    text-align: start !important
  }

  .offer-note {
    text-align: center;
  }

  .offcanvas {
    background: #0f0f0f !important
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link:hover {
    border-bottom: none
  }

  .mobile-view {
    padding-bottom: 120px
  }

  .mobile-view .carousel-indicators {
    bottom: auto !important
  }

  .offcanvas .list-unstyled {
    border-radius: 10px;
    background: rgba(255, 255, 255, .04);
    padding: 20px;
    transition: .3s
  }

  .offcanvas .list-unstyled li a:hover {
    color: #ac64e2 !important;
    border-bottom: 1px solid #fffFFF1F
  }

  .building-card {
    height: auto
  }

  .bg-resdanger-build,
  .bg-ressucess-build,
  .bg-resdanger,
  .bg-ressucess {
    width: 100%;
  }

  .for-hr {
    display: none
  }

  .api-bg h1,
  .pricing-title h1 {
    font-size: 30px
  }

  .main-heading p {
    font-size: 16px
  }

  .pricing-title p {
    font-size: 14px
  }

  .pricing-bg .pricing-title p {
    font-size: 12px
  }

  .api-card {
    margin-bottom: 1rem
  }

  .start-building {
    background: #150323;
    padding-bottom: 10px
  }

  .alog-sec {
    padding: 10px
  }

  .api-description {
    padding-top: 0
  }

  .api-icon {
    padding-top: 20px
  }

  .navbar-toggler-icon {
    color: #fff;
    fill: white;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important
  }

  .navbar-toggler {
    border-color: #fff !important
  }

  .navbar-toggler:focus {
    text-decoration: none !important;
    outline: 0 !important;
    box-shadow: 0 0 0 1px #fff !important
  }

  .pricing-card {
    margin-bottom: 30px
  }

  .pricing-bg {
    background: #261434;
    padding: 70px 10px 50px
  }

  .api-bg {
    background: linear-gradient(249deg, #48125d 24.28%, #2b165b 75.17%);
    padding: 90px 10px
  }

  .container-custom {
    padding: 1rem
  }

  .feature-sec {
    text-align: center
  }

  .feature-header,
  .old-price {
    display: inline-block
  }

  .footer-menu {
    padding-left: 0
  }

  .alog-sec .carousel-indicators [data-bs-target] {
    background: #0f0f0f !important;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent
  }

  .accordion {
    margin-top: 30px !important
  }

  /* Floating WhatsApp icon for mobile */
  .whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 15px;
    width: 55px;
    height: 55px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1050;
  }

  .whatsapp-float img {
    width: 30px;
    height: 30px;
  }

}

.trading-option {
  padding-top: 0
}

.sign-btn {
  text-align: end
}