@import url("https://fonts.googleapis.com/css2?family=Gruppo&family=Orbitron:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gruppo&family=Orbitron:wght@400..900&family=Rubik+Mono+One&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5b5b5b;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1BFD9C;
}

.gruppo-regular {
  font-family: "Gruppo", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.rubik-mono-one-regular {
  font-size: 4rem;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

body {
  font-size: 16px;
  background-color: #000000;
  scroll-behavior: smooth;
  font-family: "Gruppo", sans-serif;
}

a {
  text-decoration: none !important;
}
a:hover {
  color: #ffffff;
}
a span {
  font-style: italic;
  font-weight: 400;
  float: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
}

h1 {
  margin: 0;
  margin: 0;
  font-size: 7rem !important;
  font-weight: 900;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
}

.main-scene {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
.main-scene spline-viewer {
  transform: scale(1.2);
  width: 100%;
  height: 100vh;
  margin-left: 250px;
}

#spline {
  height: 100vh !important;
}

.crypto-prices {
  width: 100%;
  padding: 1em;
  margin-top: 45px;
  background: rgba(49, 49, 49, 0.3);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  border-radius: 10px;
}

/* From Uiverse.io by adamgiebl */
.sbmt {
  --green: #1BFD9C;
  font-size: 15px;
  padding: 0.7em 2.7em;
  letter-spacing: 0.06em;
  position: relative;
  font-family: inherit;
  border-radius: 0.6em;
  overflow: hidden;
  transition: all 0.3s;
  line-height: 1.4em;
  border: 2px solid var(--green);
  background: linear-gradient(to right, rgba(27, 253, 156, 0.1) 1%, transparent 40%, transparent 60%, rgba(27, 253, 156, 0.1) 100%);
  color: var(--green);
  box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.4), 0 0 9px 3px rgba(27, 253, 156, 0.1);
  text-decoration: none;
}

.sbmt:hover {
  color: #82ffc9;
  box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.6), 0 0 9px 3px rgba(27, 253, 156, 0.2);
}

.sbmt:before {
  content: "";
  position: absolute;
  left: -4em;
  width: 4em;
  height: 100%;
  top: 0;
  transition: transform 0.4s ease-in-out;
  background: linear-gradient(to right, transparent 1%, rgba(27, 253, 156, 0.1) 40%, rgba(27, 253, 156, 0.1) 60%, transparent 100%);
}

.sbmt:hover:before {
  transform: translateX(15em);
}

section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.card {
  box-shadow: 2px 2px 5px rgb(0, 0, 0);
  border-radius: 30px;
  background: #171717;
  color: #ffffff;
}

.card-body {
  background: #171717;
}

.card-footer {
  width: 100%;
  background: #171717;
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}
.card-footer a {
  text-decoration: none;
  margin-top: 15px;
  color: #ffffff;
  padding-bottom: 15px;
}

.card-header {
  border-radius: 30px !important;
  border: 0px;
  background: #171717;
  padding-top: 15px;
}

.card-header img {
  border-radius: 30px;
}

.crypto-card {
  position: relative;
  overflow: hidden;
  padding-top: 55px;
}
.crypto-card spline-viewer {
  width: 100%;
  height: 100%;
  transform: scale(1.8);
}

.about-us-con {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.about-us-con p {
  color: #fff;
}

/* Preloader Styles */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #000000; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Hide content while preloader is active */
.content {
  display: none;
}

.plan {
  position: relative;
  overflow: hidden;
}
.plan .plan-name {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 1;
  width: 100%;
  align-items: center;
}
.plan video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}

.plan-details {
  list-style: none;
  padding-top: 15px;
}
.plan-details li {
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: 10px;
}

.accordion {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.851);
  padding: 30px;
  border-radius: 30px;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.89);
}

.accordion .accordion-title {
  margin: 30px;
  text-align: center;
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 1.55rem;
}

.accordion .content-container .question {
  padding: 18px 0px;
  font-size: 22px;
  cursor: pointer;
  border-bottom: 1px solid white;
  color: #ffffff;
  position: relative;
}

.accordion .content-container .question::after {
  content: "+";
  position: absolute;
  right: -5px;
}

.accordion .content-container .answer {
  padding-top: 15px;
  font-size: 22px;
  line-height: 1.5;
  width: 100%;
  height: 0px;
  overflow: hidden;
  transition: 0.5s;
  color: #ffffff;
}

.accordion .content-container.active .answer {
  min-height: 150px;
}

.accordion .content-container.active .question {
  font-size: 18px;
  transition: 0.5s;
}

.accordion .content-container.active .question::after {
  content: "-";
  font-size: 30px;
  transition: 0.5s;
}

.affilfite {
  background-color: #171717;
}

.logo-slider {
  background: rgb(0, 0, 0);
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-slider::before, .logo-slider::after {
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 175px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.logo-slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.logo-slider::before {
  left: 0;
  top: 0;
}

.logo-slider .logo-slide-track {
  animation: logo-scroll 60s linear infinite;
  display: flex;
  width: 3500px;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

.logo-slider .slide {
  padding: 20px;
}
@keyframes logo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
.currency-title {
  position: relative;
  display: grid;
  place-content: center;
}

.bg-dark {
  background-color: #171717 !important;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 18px;
  font-weight: var(--bs-nav-link-font-weight);
  color: #ffffff;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: #171717;
  border-color: #171717;
}

.inpts {
  background-color: transparent;
  color: white;
  border: solid 1px white;
  border-radius: 10px;
  padding: 5px 12px;
  margin-bottom: 5px;
  width: 100% !important;
}

.forms {
  padding: 1em;
  background-color: #171717;
  border-radius: 12px;
  color: #ffffff !important;
  max-width: 750px;
  height: auto;
  margin: 0 auto;
}

textarea {
  min-height: 200px;
}

@media only screen and (max-width: 600px) {
  h1 {
    margin: 0;
    margin: 0;
    font-size: 5rem !important;
    font-weight: 900;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
  }
}
.text-glow {
  color: #1bfd9c;
  text-shadow: inset 0 0 10px rgba(27, 253, 156, 0.4), 0 0 9px 3px rgba(27, 253, 156, 0.1);
}

.floating-buttons {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.floating-button {
  padding: 4px 4px;
  text-decoration: none;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: #333;
  cursor: pointer;
  font-family: Consolas, Courier New, monospace;
  border: solid #aeb6c0 1px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  transition: 500ms;
  border-radius: 5px;
  background: linear-gradient(145deg, rgba(46, 45, 45, 0.4), rgba(33, 33, 33, 0.1098039216));
  box-shadow: -1px -5px 15px #41465b, 5px 5px 15px rgba(169, 197, 174, 0.2588235294), inset 5px 5px 10px rgba(33, 33, 33, 0.1411764706), inset -5px -5px 10px rgba(33, 33, 33, 0.0901960784);
}

.floating-button:hover {
  box-shadow: 1px 1px 13px #20232e, -1px -1px 13px #545b78;
  color: #d6d6d6;
  transition: 500ms;
}

.widget {
  position: fixed;
  top: 0;
  left: -345px;
  width: 300px;
  height: 100%;
  background-color: #000000;
  color: #fff;
  border-right: 1px solid #ddd;
  transition: left 0.3s;
  padding: 20px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  z-index: 99999999;
}

.widget.active {
  left: 0;
}

.widget-menu {
  position: fixed;
  top: 0;
  left: -345px;
  width: 300px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border-right: 1px solid #ddd;
  transition: left 0.3s;
  padding: 20px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  z-index: 99999999;
}

.widget-menu.active {
  left: 0;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #2e2e2e;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
}/*# sourceMappingURL=main.css.map */