@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rubik:ital,wght@1,300..900&display=swap");

*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  scroll-behavior: smooth;
}
:root {
  --body-bg: #0b0b0b;
  --cl-white: #fff;
  --cl-border: #31313b;
  --cl-description: #ebebeb;
  --theme-green: #00cc0a;
  --theme-blue: #0075ff;
  --conthrax: "conthrax" !important;
  --roboto-mono: "roboto-mono-reg" !important;
  --roboto-mono-med: "roboto-mono" !important;
  --roboto-mono-semi: "roboto-mono-semi" !important;
}
body {
  font-family: "Poppins", sans-serif;
  color: var(--cl-white);
  line-height: 1.8;
  background-color: var(--body-bg);
}
p {
  font-size: 14px;
  color: #737373;
  font-family: var(--roboto-mono);
}
@font-face {
  font-family: "annapolis";
  src: url("../fonts/annapolis.woff") format("woff");
}
@font-face {
  font-family: "conthrax";
  src: url("../fonts/Conthrax-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "roboto-mono";
  src: url("../fonts/RobotoMono-Medium.woff") format("woff");
}
@font-face {
  font-family: "roboto-mono-reg";
  src: url("../fonts/RobotoMono-Regular.woff") format("woff");
}
@font-face {
  font-family: "roboto-mono-semi";
  src: url("../fonts/RobotoMono-SemiBold.woff") format("woff");
}
.border-none {
  border: 1px solid #00000000 !important;
}
.border-none:hover {
  border: 1px solid #00000000 !important;
}
.col-ash{
  color: #ACACAC !important;
}
.blue {
  background-color: #131313db;
}
header {
  border-bottom: 1px solid #2e2e2e;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: transparent;
  padding: 17px 30px 14px !important;
  background-color: #0b0b0b !important;
}
header .header-row-main {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
header a {
  display: flex;
  text-decoration: none;
}
header .hamburger-icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 2;
  margin: 25px;
  display: none;
}
header .hamburger-icon .bar {
  transition: 0.4s;
  margin: 25px;
}
header .hamburger-icon .bar-1 {
  display: block;
  width: 25px;
  border-top: 2px solid var(--cl-white);
  padding-top: 5px;
  cursor: pointer;
  transition: 0.4s;
}
header .hamburger-icon .bar-2 {
  display: block;
  width: 20px;
  border-top: 2px solid var(--cl-white);
  padding-top: 5px;
  transition: 0.4s;
}
header .hamburger-icon .bar-3 {
  display: block;
  width: 14px;
  border-top: 2px solid var(--cl-white);
  padding-top: 5px;
  transition: 0.4s;
}
header .hamburger-icon .change .bar-1 {
  transform: rotate(-45deg) translate(-4px, 8px);
  width: 26px;
}
header .hamburger-icon .change .bar-2 {
  opacity: 1;
  transform: rotate(45deg) translate(1px, 1.5px);
  width: 26px;
}
header .hamburger-icon .change .bar-3 {
  transform: rotate(45deg) translate(-14px, -9.8px);
  display: none;
}
header .menu-items {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  justify-content: end;
  position: relative;
}
header .menu-items li {
  list-style-type: none;
}
header .menu-items li a {
  text-decoration: none;
  padding: 0px 17px;
  font-weight: 400;
  font-size: 15px;
  color: var(--cl-white);
  cursor: pointer;
  align-items: center;
  font-family: var(--roboto-mono);
}
header .menu-items .menu-parent-list:hover a {
  color: #dddddd;
}
header .menu-items .menu-parent-list:hover .toggle-arrow-white {
  filter: brightness(0) saturate(100%) invert(58%) sepia(20%) saturate(7120%)
    hue-rotate(88deg) brightness(118%) contrast(122%);
  transform: rotate(-90deg);
  transition: transform 0.5s;
}
.toggle-arrow-green {
  display: none;
  transition: transform 0.5s;
}
.toggle-arrow-green,
.toggle-arrow-white {
  margin-left: 5px;
  transition: transform 0.5s;
}
header .menu-items li a:hover svg path {
  fill: #01ea0d;
}
.logo-content img {
  width: 100px;
}

.bns-banner-image img {
  width: 85%;
}

.bns-banner h1 span {
  color: #00d701;
}

.wt-is-bns h2 span {
  color: #00d701;
}

.bns-banner h1 {
  margin-top: 50px;
}

.wt-is-bns p {
  padding: 0px 90px;
}

.bns-systerm h2 span,
.bns-systerm h3 span,
.coming-soon-head span {
  color: #00d701;
}

.bns-systerm h2 {
  margin-bottom: 50px;
}

.bns-systerm .bns-imgbg {
  background-color: #23232f;
  border: 1px solid #464666;
  border-radius: 12px;
  padding: 20px 20px 25px;
}

.bns-boxes h2 span {
  color: #00d701;
}

.bns-boxes h2 {
  margin-bottom: 80px;
}

.bns-inner-box {
  border: unset !important;
  background-color: unset !important;
  padding: unset !important;
}

.bns-inner-box h4 {
  font-size: 20px !important;
  margin-bottom: 20px;
}

.bns-inner-box .secure-icon span,
.bns-inner-box .secure-icon img {
  filter: unset !important;
}

.bns-faq h3 {
  margin-bottom: 50px;
}

.bns-faq h3 span {
  color: white;
}

.bns-first-header {
  padding-bottom: 0;
  position: relative;
}
.bns-first-header {
  margin-top: 60px;
  padding: 0px 0;

  min-height: 600px;
  display: flex;
  position: relative;
  align-items: center;
}
.hero-bg-1 {
  position: absolute;
  top: 0;
  opacity: 0.6;
  width: 100%;
  height: 100%;
}
.hero-bg-2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.content {
  position: relative;
  z-index: 1;
}
.echo-systerm .box .icon-bns {
  position: absolute;
  left: 0;
  top: -10px;
  right: 0;
  text-align: center;
}
.reg-bns h3 {
  font-size: 33px;
  font-weight: 600;
  text-align: center;
  margin: 50px 0px;
  font-family: var(--conthrax);
}
.reg-bns h3 span {
  color: #00d701;
}
.bns-systerm h2 {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 60px;
}
.bns-systerm h3 {
  font-size: 19px;
}
.bns-faq .toggle {
  font-size: 14px;
}
.reg-bns img {
  width: 100%;
}
.reg-bns .box {
  padding: 0;
  border: 1px solid #3d3d4b;
  border-right: unset;
}
.reg-bns .box h4 {
  margin: 20px 0px 10px;
  padding: 30px 30px 10px;
}
.reg-bns .box p {
  padding: 0px 20px 20px 30px;
  font-size: 14px;
  color: #9898b1;
}
.bns-image-box {
  position: relative;
  margin: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.bns-image-box img {
  transition: all 0.3s;
}
.bns-image-box:hover img {
  transform: scale(1.05);
}
.bns-scroll-text h3 {
  font-size: 23px;
  color: #fff !important;
  margin: 40% 0% 4%;
  font-weight: 700;
  text-align: left;
}
.bns-scroll-text h3 span {
  color: #00d701 !important;
}
.bns-scroll-text p {
  font-size: 14px;
  text-align: left;
  color: #9898b1;
}
.imgSection {
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
  float: right;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 20px;
  width: 50%;
}
.reg-bns-row {
  --bs-gutter-x: unset !important;
  --bs-gutter-y: unset !important;
}
.imgSection img {
  width: 400px;
  display: none;
}
.bnsContent .textRevealer:nth-child(1) {
  padding-top: 80px;
}
.bnsContent .textRevealer:nth-child(4) {
  padding-bottom: 80px;
}
.bnsContent {
  float: left;
  padding: 20px;
  width: 50%;
}
.bns-inner-container {
  position: relative;
  padding: 30px;
}
.bns-inner-container:before,
.bns-inner-container:after {
  content: " ";
  display: table;
  clear: both;
}
.height {
  min-height: 600px;
}
.bnsActive {
  pointer-events: all;
  opacity: 1 !important;
}
.bnsShow {
  display: block !important;
}
.bns-container {
  margin-top: 70px;
}
.bnsContent .textRevealer {
  padding: 70px 50px 70px 50px;
  opacity: 0.5;
  font-weight: 600;
  font-size: 16px;
  transition: opacity 0.5s;
}
.bns-sys {
  margin-top: 70px;
}
.bnsContent .textRevealer p {
  font-weight: 400;
  font-size: 17px;
}
.bnsContent .textRevealer h2 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 22px;
}
.bnsContent .textRevealer h2 span {
  color: #00d701;
}
.bnsShow-res {
  display: none;
}
.echo-systerm .box .filter-bns-bg img {
  width: 45px;
  filter: drop-shadow(0 0mm 10mm #00ec00) brightness(100%);
}
.echo-systerm .box .filter-bns-bg span {
  width: 45px;
  filter: drop-shadow(0 0mm 10mm #00ec0014) brightness(100%);
}
.wt-is-bns,
.bns-boxes,
.bns-faq {
  margin-top: 70px;
}
.bns-hero-section {
  padding: 0;
}
.bns-boxes {
  padding: 0;
}
.bns-faq {
  padding-top: 0;
}
.spacer {
  width: 100%;
  height: 50vh;
  background: #ddd;
}
.headline {
  border-radius: 6px;
  width: 100%;
}
.text {
  border-radius: 6px;
  width: 100%;
}
.pin-spacer {
  justify-content: center;
  height: 2540px;
}
.gallery {
  display: flex;
}
.left {
  width: 50%;
}
.detailsWrapper {
  margin: auto;
  width: 100%;
}
.details {
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10rem;
}
.right {
  width: 50% !important;
  max-width: unset;
  max-height: unset;
  height: 120vh;
  display: flex;
  justify-content: center;
}
.photos img {
  width: 400px;
  height: 75%;
}
.right {
  width: 50% !important;
}
.rl-content-boxes .secure-icon .def-width {
  width: 70px;
}
.wrapper .master-content li::before {
  list-style-type: none;
  color: white;
  content: " ";
  width: 5px;
  position: absolute;
  border-radius: 50px;
  height: 5px;
  background-color: #fff;
  top: 7px;
  left: 3px;
}
.wrapper .master-content li {
  position: relative;
  padding-left: 15px;
}
.wrapper .master-content li {
  list-style-type: none;
  font-size: 12px;
  font-weight: 400;
  font-family: var(--roboto-mono);
}
iframe,
.frame-thumb {
  width: 100% !important;
}
.bns-image-box {
  position: relative;
}
.new-btn {
  color: #000;
  background-color: #fff;
  padding: 6px 23px;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  min-width: 200px;
  text-align: center;
  margin-top: 20px;
}
.how-to-buy-bns .right-section .box {
  padding: 10px;
  flex-basis: calc(50% - 0px);
  display: flex; /* height: 100%; */ /* min-height: 100%; */
}
.how-to-buy-bns .right-section .inner-box {
  padding: 30px 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #333333;
}
.how-to-buy-bns .left-section .box {
  padding: 10px;
  height: 100%;
  min-height: 100%;
}
.how-to-buy-bns .left-section .inner-box {
  padding: 35px 35px;
  height: 100%;
  min-height: 100%;
  width: 100%;
  border: 1px solid #333333;
}
.how-to-buy-bns .inside-box {
  border: 1px solid #ffffff1a;
  padding: 0px 0px;
}
.min-100 {
  min-height: 100%;
}
.how-to-buy-bns .right-section img {
  padding: 20px;
  background-color: #151515;
  width: 90px;
  height: 90px;
  border: 1px solid #333333;
}
.how-to-buy-bns h6 {
  color: #8d8d8d;
  font-size: 15px;
  font-weight: 400;
  margin: 15px 0px 25px;
  font-family: var(--roboto-mono);
}
.how-to-buy-bns a {
  color: #8d8d8d;
  display: inline-block;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 36px;
  min-width: auto;
  font-family: var(--roboto-mono);
  padding: 15px;
  font-size: 14px;
  border: 1px solid rgba(255, 0, 0, 0);
}
.how-to-buy-bns a:hover {
  border: 1px solid #8d8d8d;
  gap: 5px;
}
.how-to-buy-bns h4 {
  font-family: var(--roboto-mono);
  font-size: 16px;
  font-weight: 600;
}
.how-to-buy-bns h5 {
  font-size: 15px;
  font-weight: 600;
  font-family: var(--conthrax);
  text-transform: uppercase;
}
.how-to-buy-bns .bns-wallet-tabs {
  padding: 25px;
  border-bottom: 1px solid #ffffff1a;
}
.how-to-buy-bns .bns-elec-wallets {
  display: flex;
  justify-content: left;
  gap: 15px;
  padding-top: 10px;
  flex-wrap: wrap;
}
.def-bns-border {
  border-bottom: unset !important;
}
.def-bns-border a {
  font-size: 13px;
}
.bns-iandi .box {
  padding: 0px 10px;
}
.bns-iandi .inner-box {
  padding: 20px 10px 25px;
  height: 100%;
}
.bns-iandi img {
  width: 85px;
}
.bns-iandi h3 {
  font-size: 19px;
  margin: 20px 0px 10px;
  font-family: var(--conthrax);
}
.bns-iandi p {
  font-size: 14px;
  font-family: var(--roboto-mono);
}
h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
  font-family: var(--conthrax);
  text-transform: uppercase;
}
.bns-iandi h2 span,
.bns-advs h2 span,
.faq-section h2 span {
  color: #00d701;
}
.bns-advs .bns-advs-tabs {
  justify-content: center;
  position: relative;
}
.bns-advs .bns-advs-tabs h6 {
  width: 50%;
}
.bns-advs .bns-advs-tabs h6 span {
  text-align: center;
  width: auto;
  padding: 25px;
  border: 1px solid #3d3d4b;
  border-radius: 9px;
  display: inline-block;
  margin: 20px 70px;
  font-size: 19px;
  font-weight: 300;
  background-color: var(--body-bg);
  transition: 0.2s;
}
.bns-advs .bns-advs-tabs h6 span img {
  width: 23px;
  margin-right: 8px;
}
.bns-advs .bns-advs-tabs h6 span:hover {
  border: 1px solid #00c000;
  transition: 0.2s;
}
.bns-advs {
  position: relative;
  background: radial-gradient(
      13% 22% at 1% 44%,
      rgb(34 216 40 / 8%) 0%,
      rgba(20, 189, 24, 0) 100%
    ),
    radial-gradient(
      13% 22% at 95% 70%,
      rgb(34 216 40 / 9%) 0%,
      rgba(20, 189, 24, 0) 100%
    );
  min-height: 1200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.bns-advs .separate-line {
  position: absolute;
  height: 60%;
  width: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #3d3d4b;
}
.bns-connector-curve {
  position: absolute;
  left: 0;
  margin: auto;
  right: 5px;
  width: 200px;
  top: 0px;
  bottom: 30px;
  z-index: -11;
}
.master-content p {
  color: #ffffff88;
  font-size: 14px;
  font-weight: 300;
}
.bns-banner-head {
  height: 100%;
  height: 100%;
  display: inline-block;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bns-banner-row {
  padding: 40px 0px 50px 0px;
  min-height: 100%;
  position: relative;
  z-index: 2;
}
.bns-banner .bns-banner-image {
  text-align: end;
}

.bns-banner .bns-banner-head h1 {
  font-size: 55px;
  font-weight: 700;
  font-family: var(--conthrax);
  text-transform: uppercase;
}

.idi-text {
  font-size: 21px;
  color: #8d8d8d;
  font-weight: 300;
  margin: 5px 0px 20px;
  font-family: var(--roboto-mono);
}
.reg-bns .box {
  padding: 20px;
}
.bns-icon {
  width: 16px; /* adjust as needed */
  margin-left: auto;
  transition: transform 0.3s ease;
}

.bns-icon.rotate {
  transform: rotate(180deg);
}
.bns-hero-section,
.market-place {
  padding: 100px 0px 80px;
}
.market-place .inner-row {
  background: url("../images/marketplace/grid.svg");
}
.reg-bns-section {
  padding: 10px 0px 80px;
}
.bns-hero-section {
  background: #ebebeb;
}
.bns-advs {
  margin-bottom: 50px;
}
.how-to-buy-bns {
  padding: 40px 0;
}
.bns-re-header-container {
  position: relative;
  pad: 40px 0;
}
.wrapper-box {
  padding: 0px 10px;
}
.wrapper {
  padding: 10px 20px;
  margin-bottom: 15px;
  border: 1px solid #444444;
}
.toggle,
.content {
  font-family: "Poppins", sans-serif;
}
.toggle {
  width: 100%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 0;
  color: #ffffffde !important;
  font-size: 14.4px !important;
  font-weight: 400;
  text-align: left;
  font-family: var(--roboto-mono);
}
.master-content {
  height: 0;
  overflow: hidden;
  transition: all 1s;
  position: relative;
  font-size: 14px;
  font-weight: 100;
}
.faq-section {
  padding: 0px 0px 130px;
}
.faq-section h3 {
  color: #00d701;
  text-align: center;
  font-size: 33px;
  font-weight: 700;
}
.bns-faq .faq-section h4 {
  text-align: center;
  margin-bottom: 50px;
}
.master-content .table {
  color: #fff;
  opacity: 1;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  text-align: center;
}
::placeholder {
  color: #8d8d8dab;
}
.check-available-names::placeholder {
  font-weight: 300;
  color: #ffffff79;
  font-size: 15px;
}
.search-img {
  position: absolute;
  width: 40px;
  right: 25px;
  top: 0;
  margin: auto 0;
  bottom: 25px;
  cursor: pointer;
}
.search-bns {
  position: relative;
  min-width: 820px;
  margin: 0 auto;
}
.gradient-border {
  display: inline-block;
  min-width: 100%;
  margin: 15px auto 40px;
  border: 1px solid #8d8d8d;
}
.gradient-border-sec {
  padding: 0px 1.5px 0px 2.5px; /* thickness of border */
  display: inline-block;
  min-width: 100%;
  position: relative;
  margin: 15px auto 20px;
  border: 1px solid #8d8d8d;
  min-height: 54px;
}
.search-bns-field {
  min-width: 100%;
  height: 100%;
  padding: 19px 85px 19px 33px;
  color: #ffffffbf;
  background-color: #0b0b0b;
  outline: unset;
  display: inline-block;
  position: relative;
  font-size: 19px;
  border: none;
  outline: none;
}
.market-place-content {
  display: flex;
  align-items: start;
  flex-flow: column;
  justify-content: center;
}
.coming-soon-head {
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 5px;
  text-align: left ;
}
.coming-soon-para {
  font-size: 24px;
  color: #ffffff8c;
  font-weight: 200;
  letter-spacing: 5px;
  font-family: "Inter";
}
.circle-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  min-height: 882px;
  top: -150px;
}
.circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #00da1959;
}
.circle-1 {
  width: 30rem;
  height: 30rem;
  animation-delay: 0s;
  border-width: 1px;
  border-color: #8d8d8d;
}
.circle-2 {
  width: 45rem;
  height: 45rem;
  animation-delay: 0.5s;
  border-width: 1px;
  border-color: #8d8d8d;
}
.circle-3 {
  width: 60rem;
  height: 60rem;
  animation-delay: 1s;
  border-width: 1px;
  border-color: #8d8d8d;
}
.gif-container {
  width: 300px;
  height: 300px;
  overflow: hidden;
  filter: brightness(1);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.gif-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}
.tags {
  position: absolute;
  z-index: 11;
}
.tags img {
  width: 20px;
  margin-right: 11px;
}
.tags h4 {
  border: 1px solid #8d8d8d;
  padding: 13px 19px;
  font-size: 16px;
  background: #ebebeb;
  font-weight: 400;
  font-family: var(--roboto-mono);
}
.bns-advs h2 {
  margin-bottom: 100px;
}
.bns-advs {
  margin-block-start: -2px;
}
.tag-1 {
  top: -4rem;
}
.tag-2 {
  top: 5rem;
  left: 7rem;
}
.tag-3 {
  top: 5rem;
  right: 7rem;
}
.tag-4 {
  top: 12rem;
}
.tag-5 {
  left: 2rem;
}
.tag-6 {
  right: 2rem;
}
.tag-7 {
  bottom: -4.5rem;
}
.tag-8 {
  bottom: 12rem;
}
.tag-9 {
  bottom: 5rem;
  right: 7rem;
}
.tag-10 {
  bottom: 5rem;
  left: 7rem;
}
a {
  text-decoration: none;
}
.copy-rights a {
  color: #8d8d8d;
}

footer {
  padding: 20px 0;
  background: url(../images/Footer.png);
}
.market-place video {
  backdrop-filter: blur(0px);
  border: 1px solid #282828;
}
.market-place .inner-row {
  border: 1px solid #333333;
  /* border-radius: 20px; */
  padding: 24px 30px;
}
.bns-iandi .inner-box {
  /* display: flex; */
  align-items: center;
}
.dropdown-linux {
  /* top: 60px; */
  width: max-content;
  background: #0b0b0b;
  border:1px solid #333333;
  padding: 7px;
  font-size: 15px;
  display: none;
}
.dropdown-linux img {
  width: 18px;
  margin-left: 10px;
}
.dropdown-linux a {
  padding: 6px 16px !important;
  height: unset;
  border: unset !important;
  color: #fff;
  font-size: 13px;
}
.lnx-drpdwn:hover .dropdown-linux {
  display: block;
}
.toggle-arrow-white {
  filter: brightness(0) saturate(100%) invert(58%) sepia(20%) saturate(7120%)
    hue-rotate(88deg) brightness(118%) contrast(122%);
  transform: rotate(-90deg);
  transition: transform 0.5s;
}
.theme-white {
  color: #0b0b0b;
  background: #ebebeb;
}
.lnx-drpdwn {
  position: relative;
}
li {
  list-style-type: none;
}
.wrapper-dropdown {
  padding-top: 10px;
  position: absolute;
  z-index: 1;
}
.master-content li {
  color: #ffffffba;
}
/* popup */
.subtitle {
  font-size: 1.2rem;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.video-demo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
.video-card {
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  width: 100%;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  height: 100%;
}
.video-thumbnail {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 100%;
}
.video-thumbnail img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
.video-thumbnail:hover img {
  transform: scale(1.05);
}
.play-button {
  position: absolute;
  top: 35%;
  left: 43%;
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.video-info {
  padding: 20px;
}
.video-info h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.video-info p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}
.reg-bns-row .inner-box {
  height: 100%;
}
.faq-section b {
  color: white;
}
/* Popup styles */
.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s;
}
.popup-container.active {
  opacity: 1;
  visibility: visible;
}
.popup-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  background: #111;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
  transform: scale(0.9);
  transition: transform 0.4s ease;
}
.popup-container.active .popup-content {
  transform: scale(1);
}
.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s ease;
}
.close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
}
#videoFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.ytp-title-link {
  display: none !important;
}
.popup-bg {
  display: none;
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  z-index: 101;
  align-items: center;
}
.popup {
  background: #0b0b0b;
  padding: 30px 50px;
  width: 44%;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  border: 1px solid #181f19;
  position: relative;
  max-height: 96%;
  overflow: auto;
}
.popup::-webkit-scrollbar {
  display: none;
}
.check-available-names {
  min-width: 100%;
  height: 100%;
  padding: 15px 131px 15px 18px;
  color: #ffffffbf;
  background-color: #0b0b0b !important;
  outline: unset;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  font-size: 15px;
  border: none;
  outline: none;
}
.input-field-popup {
  position: relative;
}
.close-btn-popup {
  background: #d9534f;
}
.popup-bg input {
  display: inline-block;
}
.popup-bg .status-text {
  text-align: justify;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-inline-start: 10px;
}
.search-btn-popup {
  width: 100%;
  height: 100%;
}
.popup-bg h3 {
  font-size: 18px;
  font-weight: 300;
  color: #9696a2;
  margin-bottom: 20px;
  font-family: var(--roboto-mono);
}
#checkBtn {
  cursor: pointer;
}
.availability-status img {
  position: absolute;
  width: 18px;
  top: 20px;
  left: 25px;
}
.input-display {
  display: block;
  text-align: justify;
  margin-inline-start: 0px;

  background: #0b0b0b;
  padding: 14px 80px 14px 52px;
  font-size: 15px;
  font-weight: 400;
  word-break: break-all;
  border: 1px solid #333333;
  color: #fff;
}
.availability-status {
  position: relative;
  font-weight: bold;
  display: none;
  margin-top: 10px;
}
.status-icon {
  display: none;
}
.at-let {
  position: absolute;
  color: #00b71b66;
  font-size: 17px;
  left: 48px;
  top: 12px;
}
.search-btn-bg {
  position: absolute;
  right: -1px;
  top: 8.1px;
  bottom: 0;
  width: 57px;
  height: 68px;
  border-radius: 25px;
  padding: 0px 3px;
}
#searchHistory {
  margin-top: 5px;
  margin-bottom: 20px;
  margin-inline-start: 10px;
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  display: none;
}
#searchHistory ul {
  padding-left: 0px;
  display: flex;
  margin: 0;
}
#searchHistory li {
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  padding: 0px 10px;
  background-color: #000000;
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid #3d3d4b;
}
#searchHistory p {
  margin: 0;
  color: #9696a2;
}
.at-search {
  position: absolute;
  color: #828284;
  font-size: 17px;
  right: 65px;
  top: 12px;
  font-weight: 400;
  font-family: var(--roboto-mono);
}
#searchHistory li:hover {
  background: linear-gradient(to right, #0a590a, #00c000);
}
#clearInput {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}
#clearInput img {
  width: 13px;
}
.close-popup-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 0.5;
  width: 12px;
  cursor: pointer;
}
.close-popup-icon:hover {
  opacity: 15;
}
#walletDownload {
  display: none;
}
#walletDownload .popup-wallet-head {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 11px;
}
#walletDownload .bns-wallet-tabs {
  padding: 15px 20px;
}
#walletDownload .bns-elec-wallets {
  padding-top: 0;
}
.wallet-head-pop {
  font-size: 14px !important;
  margin-left: 10px !important;
}
#loader {
  display: none;
  width: 22px;
  height: 22px;
  border: 3px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  margin-top: 10px;
  margin-bottom: 10px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.description-footer {
  text-align: center;
  padding: 50px 0px;
}
.description-footer p {
  color: #fff;
  font-size: 15px;
}
.buy-sell-btn{
        color: #000;
    background-color: #fff;
    padding: 10px 26px;
    font-weight: 500;
    font-size: 17px;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    margin-top: 20px;
}
.arrow-nav{
     transform: rotate(270deg) translateX(2px);
    width: 16px;
}