@font-face {
  font-family: "General Sans", sans-serif;
  src: url("../fonts/GeneralSans-Variable.d9532b38.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.relative {
  position: relative;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.home header#navbar {
  position: absolute;
}

header#navbar {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  padding: 1rem;
}

#navbar.scrolled {
  position: fixed !important;
  background-color: #202b36;
  border-bottom: 1px solid #2b3640;
}


/* to give space for fixed navbar */
.hentry {
  margin-top: 84px;
}

.entry-header {
  text-align: center;
}

/* banner section css*/

.banner-section {
  background-color: #161F2C;
  padding: 240px 20px 0px 20px;
  position: relative;
}

.banner-text-wrapper {
  text-align: center;
  position: relative;
  z-index: 2;
}

.banner-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  object-fit: cover;
  object-position: center 16%;
}


.banner-icon-one {
  position: absolute;
  top: -66px;
  left: 100px;
  right: auto;
  height: auto;
  width: 82px;
}

.banner-icon-two {
  position: absolute;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 100px;
  width: 145px;
  height: auto;
}

.banner-rocket-image {
  position: absolute;
  right: 100px;
  top: -100px;
  bottom: auto;
  left: auto;
  width: 190px;
}

.banner-icon-three {
  position: absolute;
  left: 100px;
  right: 0;
  margin: 0 auto;
  top: -66px;
  bottom: auto;
  width: 50px;
  height: auto;
}

.banner-section h1 {
  font-family: "General Sans", sans-serif;
  font-weight: 600;
  font-size: 72px;
  line-height: 80px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.banner-section .banner-text-wrapper p {
  font-family: "General Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #ECF6F4;
  margin-bottom: 36px;
}

.xs-btn-primary {
  display: inline-block;
  padding: 20px 36px;
  background-color: #F1750F;
  color: #FFFFFF;
  text-decoration: none;
  font-family: "General Sans", sans-serif;
  font-weight: 600;
  border-radius: 50px;
  font-size: 16px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.xs-btn-primary:hover {
  background-color: #f79928;
}

.xs-btn-primary::after {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.37) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  /* Don't block clicks */
}

/** Banner Tag Styles */
.banner-tag {
  padding: 24px 0px 48px 0px;
  margin-top: 128px;
}

.banner-tag-wrapper {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.banner-tag-item {
  padding: 16px 24px;
  border-radius: 40px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ECF6F4;
  font-family: "General Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  background: linear-gradient(180deg, #202B36 0%, #192430 100%);
}

.banner-tag-item::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 40px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.37) 0%,
      rgba(255, 255, 255, 0) 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}


/* Bitcoin crash section Styles */
.bitcoin-crash-game {
  background-color: #161F2C;
  padding: 128px 20px;
  position: relative;
}

.bitcoin-crash-text-wrapper {
  max-width: 398px;
  width: 100%;
  margin-bottom: 72px;
  margin: 0 auto;
  text-align: center;
}

.bitcoin-crash-game-bg-wrapper {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  object-fit: contain;
  object-position: bottom;
}

.bitcoin-crash-content-wrapper {
  position: relative;
  z-index: 2;
}

.bitcoin-crash-text-wrapper h2 {
  font-family: "General Sans", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 72px;
  background: linear-gradient(0deg, #999999 -33.12%, #FFFFFF 71.79%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bitcoin-crash {
  width: 100%;
  max-width: 600px;
  margin: auto;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}

.bitcoin-crash-image-wrapper {
  margin-bottom: 21px;
}

.bitcoin-crash-image-wrapper img {
  margin: 0 auto;
}

.bitcoin-crash-game p {
  color: #B3BDBF;
}

.bitcoin-crash .bc-tab-buttons {
  display: inline-flex;
  background: #202B36;
  padding: 6px;
  border: 1px solid #26313C;
  border-radius: 40px;
  margin-bottom: 48px;
  box-shadow: 0px 1px 3px 0px #0000004D;
}

.bitcoin-crash .bc-tab-btn {
  position: relative;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 14px;
  color: #6F7A7F;
  background: transparent;
  border-radius: 30px;
  cursor: pointer;
  letter-spacing: 0.56px;
  transition: 0.3s ease;
  border: none;
}

.bitcoin-crash .bc-tab-btn.active {
  background: #f1750f;
  color: #fff;
}

.bitcoin-crash .bc-tab-btn.active::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 30px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.37) 0%,
      rgba(255, 255, 255, 0) 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.bitcoin-crash .bc-tab-content {
  display: none;
}

.bitcoin-crash-game .bc-tab-content h2 {
  font-family: "General Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 32px;
}

.bitcoin-crash-game .bc-tab-content p {
  font-family: "General Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #B3BDBF;
}

.bitcoin-crash .bc-tab-content.active {
  display: block;
}


/* crypto-and-faq-section  */

.crypto-and-faq-section {
  background: linear-gradient(180deg, #202B36 0%, #192430 100%);
  position: relative;
  overflow: hidden;
}

.crypto-and-faq-bg-image {
  position: absolute;
  top: 208px;
  left: 0;
  width: 690px;
  height: 690px;
  object-fit: contain;
  object-position: center;
  z-index: 2;
  margin: 0 auto;
  right: 0;
}

.rectangle-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  z-index: 2;
}

.crypto-gaming-section {
  padding: 128px 20px;
  position: relative;
  z-index: 2;
}

.crypto-gaming-heading-wrapper {
  max-width: 600px;
  width: 100%;
  text-align: center;
  margin: 0 auto 64px auto;
}

.crypto-gaming-heading-wrapper h2 {
  font-family: "General Sans", sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 114.99999999999999%;
  color: #FFFFFF;
  margin-bottom: 32px;
}

.crypto-gaming-heading-wrapper p {
  font-family: "General Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #CAD4D4;
}

.crypto-gaming-card-wrapper {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(231px, 1fr));
  justify-items: center;
}

.crypto-gaming-card {
  padding: 16px 16px 40px 16px;
  box-shadow: 0px 4px 60px 0px #00000040;
  backdrop-filter: blur(8px);
  border: 1px solid #26313C;
  background: #192430B2;
  border-radius: 40px;
  width: 100%;
}

.crypto-gaming-card h3 {
  font-family: "General Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 24px;
  text-align: center;
}

.crypto-gaming-card p {
  font-family: "General Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #B3BDBF;
  margin-top: 16px;
  text-align: center;
}

.crypto-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 12px;
  background: #202B36;
  /* box-shadow: 0px 0px 0px 3px #3B57F440; */
  margin-bottom: 48px;
}


/* FAQ Section Styles */
.faq-section {
  /* background: linear-gradient(180deg, #202B36 0%, #192430 100%); */
  padding: 128px 20px;
  position: relative;
  z-index: 2;
}

.faq-row-block {
  display: grid;
  gap: 64px;
  grid-template-columns: 0.65fr 1fr;
  flex-wrap: nowrap;
  justify-content: center;
}

.faq-heading-wrapper h2 {
  font-family: "General Sans", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  background: linear-gradient(0deg, #999999 -33.12%, #FFFFFF 71.79%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.faq-question {
  color: #ECF6F4;
  font-family: "General Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 32px;
  cursor: pointer;
}

.faq-answer {
  color: #B3BDBF;
  font-family: "General Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
  display: none;
}

.faq-item {
  margin-bottom: 32px;
  border-bottom: 1px solid #6F7A7F;
  padding-right: 25px;
  position: relative;
}

.faq-icon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}

.faq-icon-wrapper .minus-icon {
  display: none;
}

.faq-item.active .plus-icon {
  display: none;
}

.faq-item.active .minus-icon {
  display: block;
}

.faq-icon-wrapper img.plus-icon,
.faq-icon-wrapper img.minus-icon {
  cursor: pointer;
}

/* provably section Styles */
.provably-section {
  background-color: #192430;
  padding: 100px 20px 200px 20px;
  position: relative;
}

/* Enhanced Privacy Section Styles */
.enhanced-privacy {
  background-color: #161F2C;
  padding: 100px 20px 200px 20px;
  position: relative;
}

.privacy-content-wrapper {
  max-width: 527px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.privacy-image-wrapper {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: bottom;
}

.provably-section h2 {
  font-family: "General Sans", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 32px;
  background: linear-gradient(0deg, #999999 -33.12%, #FFFFFF 71.79%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.provably-section p {
  font-family: "General Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #B3BDBF;
}


.enhanced-privacy h2 {
  font-family: "General Sans", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 32px;
  background: linear-gradient(0deg, #999999 -33.12%, #FFFFFF 71.79%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.enhanced-privacy p {
  font-family: "General Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #B3BDBF;
}


/** * Footer new Styles */
.footer-new {
  background-color: #161F2C;
  position: relative;
  padding: 0px 16px 20px 20px;
  width: 100%;
  overflow: hidden;
}

/* .footer-new {
  background-color: #161F2C;
  position: relative;
  padding: 180px 16px 20px 20px;
  width: 100%;
  overflow: hidden;
} */

.footer-bg-image {
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 0 auto;
  display: none;
}


/* footer old styles */

/*footer {
  background-color: #161F2C;
  position: relative;
  width: 100%;
} */

.footer-bg-gradient {
  background: #7AFFEF12;
  filter: blur(61px);
  position: absolute;
  z-index: 0;
  width: calc(100% - 80px);
  height: 425px;
}

.footer-main-wrapper {
  position: relative;
  z-index: 2;
}

.footer-menu-section {
  padding: 57px 20px 0px 20px;
}

.footer-cta-section {
  text-align: center;
  padding: 104px 20px 162px 20px;
  position: relative;
  overflow: hidden
}

.footer-left-wrapper p {
  font-family: "General Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #9DA7AA;
  margin-top: 16px;
  margin-bottom: 20px;
}

.footer-social-icon {
  display: flex;
  gap: 8px;
  display: none;
}

.footer-social-icon a {
  width: 36px;
  height: 36px;
  border: 1px solid #2B3640;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

img.footer-icon-one {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  bottom: auto;
  width: 119px;
  height: auto;
}

img.footer-icon-two {
  position: absolute;
  right: 150px;
  top: auto;
  bottom: -100px;
  width: 142px;
  height: auto;
}

.footer-bg-wrapper {
 // position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* .footer-bg-image {
  max-width: 875px;
  height: auto;
  margin: 0 auto;
} */

.footer-image-wrapper {
  display: none;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.footer-badge-wrapper img {
  max-width: 161px;
  height: auto;
  margin-top: 91px;
}

.footer-left-wrapper {
  max-width: 252px;
  width: 100%;
}


.footer-cta-section h2 {
  font-family: "General Sans", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 52px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.footer-cta-section p {
  font-family: "General Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF99;
}

.footer-cta-section .cta-button {
  display: inline-block;
  margin-top: 36px;
  padding: 20px 36px;
  background-color: #F1750F;
  color: #FFFFFF;
  text-decoration: none;
  font-family: "General Sans", sans-serif;
  font-weight: 600;
  border-radius: 50px;
  font-size: 16px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.cta-button:hover {
  background-color: #f79928;
}

.footer-cta-section .cta-button::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 50px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.37) 0%,
      rgba(255, 255, 255, 0) 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.highlight-text {
  color: transparent;
  background: linear-gradient(95.87deg, #F79928 45.34%, #F1750F 81.76%);
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-menu-items h3 {
  font-family: "General Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF;
}

.footer-menu-wrapper {
  display: grid;
  gap: 64px;
  grid-template-columns: 1fr;
}

.footer-menu-items .footer-list-menu {
  list-style: none;
  margin-top: 24px;
  padding: 0;
}

.footer-menu-items .footer-list-menu li {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}

.footer-menu-items .footer-list-menu li a {
  font-family: "General Sans", sans-serif;
  color: #B3BDBF;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer-list-menu li:hover a {
  color: #f1750f;
}

.copyright-wrapper {
  padding: 27.5px 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #39444D;
  color: #9DA7AA;
}

.language-dropdown select {
  background-color: transparent;
  color: #ffffff;
  border: none;
  outline: none;
  padding: 8px;
  border-radius: 4px;
  font-family: "General Sans", sans-serif;
  font-size: 14px;
  margin-top: 24px;
}

select option {
  background-color: #161F2C;
  color: #FFFFFF;
}

.language-dropdown select:focus {
  outline: none;
}

.copyright-wrapper p {
  color: #9DA7AA;
  font-size: 12px;
  font-weight: 500;
}

.copyright-wrapper a {
  color: #FFFFFF;
  text-decoration: none;
}


/* Language Dropdown Styles */
/* 
.lang-dropdown {
  width: 180px;
  position: relative;
  font-family: Arial, sans-serif;
}

.lang-selected {
  padding: 8px 0px;
  background: transparent;
  border-radius: 5px;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.flag {
  width: 20px;
  height: 14px;
  border-radius: 2px;
  object-fit: cover;
}

.arrow {
  margin-left: auto;
}

.lang-options {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: rgba(10, 20, 30, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 5px 0;
  margin-top: 0px !important;
  z-index: 999;
}

.lang-options li {
  padding: 8px 12px;
  cursor: pointer;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang-options li:hover {
  background-color: #7fbce9;
  color: #000;
} */