html,
body {
  overflow-x: hidden;
}
body {
  /* background-color: #000 !important; */
  overflow: visible;
}
.container {
  margin: auto;
  max-width: 1440px;
}

@font-face {
  font-family: "Onest-Regular";
  src: url("../../assets/font/Onest/static/Onest-Regular.ttf")
    format("truetype");

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Onest-Bold";
  src: url("../../assets/font/Onest/static/Onest-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "SFProDisplayMedium";
  src: url("../../assets/font/SFPRODISPLAY/SFPRODISPLAYMEDIUM.OTF")
      format("opentype"),
    url("../../assets/font/SFPRODISPLAY/SFPRODISPLAYMEDIUM.woff2")
      format("woff2"),
    url("../../assets/font/SFPRODISPLAY/SFPRODISPLAYMEDIUM.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.custom-gradient-border {
  position: relative;
  background: transparent;
}

.custom-gradient-border::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: linear-gradient(to bottom, #020202, #131004, #0f0d08);
  z-index: 0;
  border-radius: 6px;
}

.custom-gradient-border > div {
  position: relative;
  z-index: 1;
}

.button-shadow {
  box-shadow: -20px 20px 30px -10px rgba(253, 240, 163, 0.2);
}

.join {
  background-image: url(/assets/img/header/header.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  margin-top: 86px;
}

.banner {
  background-image: url(/assets/img/merch/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* min-height: 100vh; */
  margin-top: 120px;
}

.video {
  background: linear-gradient(
    7deg,
    rgba(13, 13, 13, 0) 0%,
    rgba(13, 13, 13, 0.8) 70%,
    rgba(13, 13, 13, 1) 100%
  );
}

.trading {
  background-image: url(/assets/img/trade/trade-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 1;
}

.trading-card-grad1 {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(7, 7, 7, 0.1)
  );
}

.trading-card-grad2 {
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.1),
    rgba(7, 7, 7, 0.1)
  );
}

.card {
  background: linear-gradient(201deg, rgba(29, 29, 29, 0), rgba(29, 29, 29, 1));
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.1);
}

.alert {
  background-image: url(/assets/img/alerts/alert_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}

.tradeAlert {
  background-image: url(/assets/img/alerts/tradeAlert.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.tablet {
  background-image: url(/assets/img/alerts/laptop.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}

.group {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.4),
    rgba(153, 153, 153, 0.1)
  );
}

.live-card {
  background: linear-gradient(
    200deg,
    rgba(255, 255, 255, 0.1),
    rgba(7, 7, 7, 0.1)
  );
  border: 2px;
  border-color: rgba(110, 106, 106, 0.1);
}

.store {
  /* background-image: url(/assets/img/live/store_bg.png); */
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 100%;
  position: relative;
  z-index: 1;
}

.scanner {
  background-image: url(/assets/img/scanner/scanner_bg.png);
  background-repeat: no-repeat;
  background-position: 100% 65%;
  background-size: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}

.testimonial {
  /* background-image: url(/assets/img/testimonial/testimonial_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  position: relative;
  z-index: 1; */
}

.membership {
  background-image: url(/assets/img/membership/membership-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  position: relative;
  z-index: 1;
}

.dropdown-select {
  appearance: none;
  /* Hide default arrow */
  background-color: transparent;
  border: 2px solid #fdf0a3;
  /* Border color */
  border-radius: 8px;
  color: #fdf0a3;
  font-size: 18px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  line-height: 21.6px;
  padding: 10px 40px 10px 24px;
  /* Space for arrow */
  cursor: pointer;
  position: relative;
  width: 500px;
  height: 61px;
}

.dropdown {
  position: relative;
  width: 500px;
}

.dropdown::after {
  content: url(/assets/img/membership/arrowbtn.png);
  /* Unicode down arrow */
  font-size: 18px;
  color: #fdf0a3;
  /* Arrow color */
  position: absolute;
  top: 56%;
  right: 24px;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Hover Effect */
.dropdown-select:hover {
  border-color: #e0b84e;
}

/* Focus Effect */
.dropdown-select:focus {
  outline: none;
  border-color: #e0b84e;
}

/* dropdownProduct */
.dropdownProduct {
  position: relative;
  width: 160px;
}

.dropdownProduct-select {
  appearance: none;
  /* Hide default arrow */
  background-color: transparent;
  border: 2px solid #fdf0a3;
  /* Border color */
  border-radius: 999px;
  color: #fdf0a3;
  font-size: 16px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  line-height: 24px;
  padding: 5px 24px 5px 32px;
  /* Space for arrow */
  cursor: pointer;
  position: relative;
  width: 160px;
  height: 50px;
}

.dropdownProduct::after {
  content: url(/assets/img/membership/arrowbtn.png);
  /* Unicode down arrow */
  font-size: 18px;
  color: #fdf0a3;
  /* Arrow color */
  position: absolute;
  top: 59%;
  right: 21px;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Hover Effect */
.dropdownProduct-select:hover {
  border-color: #e0b84e;
}

/* Focus Effect */
.dropdownProduct-select:focus {
  outline: none;
  border-color: #e0b84e;
}

.membership-card-1 {
  background: linear-gradient(
    335deg,
    rgb(14 14 11) 0%,
    rgb(225 155 50 / 74%) 100%
  );
}

.footer {
  background: radial-gradient(
      71% 143% at 46% -39%,
      rgba(255, 163, 22, 0.4) -50%,
      rgba(16, 16, 16, 0) 71%
    ),
    radial-gradient(
      20% 126% at 94% -50%,
      rgba(128, 128, 128, 0.3) 12%,
      rgba(16, 16, 16, 0) 92%
    ),
    #000000;
}

.video-container {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.video-background {
  position: absolute;
  top: 200px;
  width: 100%;
  height: 91%;
  object-fit: cover;
  /* z-index: 1; */
}

.planetVideo-container {
  width: 100%;
  /* min-height: 100vh; */
  position: relative;
  overflow: hidden;
  background-color: #000;
  /* padding-bottom: 300px; */
}

.planetVideo-background {
  margin-top: 300px;
  width: 100%;
  object-fit: cover;
}

.top-gradient {
  position: absolute;
  height: 46%;
  background-image: linear-gradient(180deg, black 40%, transparent);
}

.bottom-gradient {
  position: absolute;
  height: 100%;
  background-image: linear-gradient(
    360deg,
    black 28%,
    #fbec3538 40%,
    transparent 55%,
    transparent 100%
  );
}

.planet-gradient-top {
  position: absolute;
  top: 283px;
  height: 46%;
  background-image: linear-gradient(
    180deg,
    black 24%,
    transparent 84%,
    transparent 100%
  );
}

.side-gradient {
  position: absolute;
  height: 100%;
  width: 310px;
  background-image: linear-gradient(
    82deg,
    black 15%,
    transparent 72%,
    transparent 168%
  );
}

.scanner-gradient {
  position: absolute;
  right: -64px;
  width: 201px;
  height: 100%;
  background-image: linear-gradient(
    270deg,
    black 17%,
    transparent 49%,
    transparent 320%
  );
}

/* styles.css */
:root {
  --primary-yellow: #ffd700;
  --background-dark: #000000;
  --card-dark: #171717;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #444;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: var(--primary-yellow);
}

.pagenation {
  font-family: "onest-regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-width: 1px;
  border-color: #525252;
  padding: 4px 12px 4px 12px;
  background: transparent;
  color: #525252;
  border-radius: 4px;
}

.pagenation:hover {
  color: #d09c27;
  border-color: #d09c27;
}

.pagenation.active {
  color: #d09c27;
  border-color: #d09c27;
}

.underline-button {
  background: transparent;
  border: none;
  color: #fdf0a3;
  /* Golden yellow color */
  font-size: 18px;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
  letter-spacing: 1px;
}

.underline-button:hover {
  color: #ffffff;
  text-decoration: none;
}

.bg-gradient-overlay {
  margin-top: -507px;
  position: absolute;
  left: 0;
  width: 100%;
  background-image: linear-gradient(
    180deg,
    rgba(255, 191, 0, 0.15) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(64px);
}

/* Optional: Add some noise texture */
.bg-gradient-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise' x='0' y='0'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E");
  opacity: 0.4;
  z-index: -1;
}

/* Custom radial gradient for the subtle glow effect */
.bg-radial-gradient {
  position: relative;
}

/* Optional: Add a subtle noise texture overlay */
.bg-radial-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(7, 7, 7, 0.2) 40%,
    transparent 100%
  );
}

.bg-radial-gradient::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(7, 7, 7, 0.2) 60%,
    rgba(255, 255, 255, 0.05) 100%
  );
}
.item {
  position: relative;
}

.item .text-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background: linear-gradient(180deg, #5a503e 0%, #0e0a0a 100%);
  border-radius: 20px !important;
  transition: opacity 0.3s ease;
  border: 1px solid #7f7f7f;
  padding: 0px 30px;
}

.item:hover .text-container {
  opacity: 1;
}

.item .text-container p {
  color: #7f7f7f;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}
.bottom-7 {
  bottom: 7rem !important;
}

/* Hide Google Translate Banner */
.goog-te-banner-frame {
  display: none !important;
}

/* Hide Google Translate Frame */
body {
  top: 0px !important;
}

/* Hide Google Translate Element */
.goog-te-gadget {
  font-size: 0px !important;
  display: flex;
}

/* Hide "Powered by Google Translate" */
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

/* Hide Google Translate Toolbar */
#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
}

/* Hide White Background Bar */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.goog-te-gadget .goog-te-combo {
  appearance: none; /* Hides default select arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0px !important;
  background: transparent;
  /* border: 2px solid #1b1b1b; */
  border-radius: 100px;
  font-size: 12px;
  color: #fff;
  padding: 4px 8px 4px 16px;
  text-transform: uppercase;
  width: 170px;
}
.goog-te-gadget .goog-te-combo option {
  color: black !important;
}

/* Hide Google Translate Box */
#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
}
/* Prevent Any Remaining Google Translate UI */
.goog-tooltip {
  display: none !important;
}

.skiptranslate {
  display: none !important;
}
.skiptranslate.goog-te-gadget {
  display: flex !important;
}
.custom-arrow {
  position: absolute;
  right: 7px;
  top: 26%;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.animate-scroll {
  animation: scroll 20s linear infinite;
  display: flex;
  width: 200%; /* Adjust based on the number of items */
}

.truncate-4-lines {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
