:root {
  --primary-color: #4313e8;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

::-webkit-scrollbar {
  width: 12px
}

::-webkit-scrollbar-track {
  background: #090418
}

::-webkit-scrollbar-thumb {
  background-color: #4313e8;
  border-radius: 20px;
  border: 3px solid #090418
}

b,
strong {
  color: #f1f1f1;
}

b,
strong {
  font-weight: 600;
}

a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
}

a {
  text-decoration: none;
}

button,
input,
textarea,
select {
  font-family: "Rubik", sans-serif;
  outline: none;
}

body {
  font-family: "Rubik", sans-serif;
  color: #A4B4C3;
  background-color: #090418;
}

.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none !important;
}

main {
  margin-top: 2rem;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: #727885;
  margin-bottom: 15px;
}

span b {
  color: #4313e8;
  font-size: 1.4rem;
}

.section-title .sub-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.09em;
  display: inline-block;
  padding: 0 15px;
}

.section-title .sub-title::after,
.section-title .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #4313e8;
  border-radius: 50%;
}

.section-title .sub-title::after {
  left: auto;
  right: 0;
}

.section-title .title {
  font-size: 42px;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  color: #fff;
}

.section-title .title span {
  color: #4313e8;
}

.gab {
  user-select: none;
  -moz-user-select: none;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 70px;
  font-weight: 500;
  padding: 20px 40px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  min-height: 45px;
  font-size: 15px;
  letter-spacing: .5px;
  position: relative;
}

.gab:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.gab-primary {
  background: #090418;
  border: 2px solid transparent;
  color: #fff;
  box-shadow: 0px 6px 22px rgba(6, 34, 51, 0.22);
  background-clip: padding-box;
  text-transform: uppercase;
}

.gab-primary:hover {
  border-color: #4313e8;
  color: #fff;
}

.gab-primary::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: -2px;
  background: linear-gradient(90deg, #4313e8 0%, #090418 49%, #4313e8 100%);
  border-radius: 70px;
  transition: all 0.4s ease 0s;
  z-index: -1;
}

.gab:disabled {
  border: 2px solid rgb(9 4 24 / 50%);
  opacity: 1;
  cursor: default;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.gab-loading:disabled:after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 17px;
  height: 17px;
  border: 2px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: var(2s);
  animation-duration: var(2s);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  margin-left: 7px;
}

.footer-area {
  position: relative;
  z-index: 1;
}

.footer-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(359.43deg, #0c042a 11.06%, rgba(11, 29, 51, 0) 99.43%);
  z-index: -1;
}

.footer-scroll-wrap {
  position: relative;
  z-index: 1;
}

.footer-scroll-wrap .scroll-to-target {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #030B15;
  border: 1px solid #1F262F;
  border-radius: 50%;
  font-size: 18px;
  padding: 0 0;
  color: #fff;
  margin: 0 auto;
  transition: 0.3s;
}

.footer-scroll-wrap .scroll-to-target:hover {
  background: #4313e8;
  border-color: #4313e8;
  transition: 0.3s;
}

.footer-scroll-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #1F262F;
  z-index: -1;
}

.footer-top {
  padding: 55px 0 50px;
}

.text-bg-dark {
  color: #fff !important;
  background-color: #1a191f !important;
}

.form-control {
  border: 1px solid rgba(255, 255, 255, 0.103);
  background: transparent;
  border-radius: 70px;
  box-shadow: none !important;
  color: #FFF;
}

.form-control:focus {
  border: 1px solid rgba(255, 255, 255, 0.103);
  background: transparent;
  box-shadow: none !important;
  color: #FFF;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
  padding: 31px 1.9rem;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
  inset: 1rem 0.375rem;
  color: #A4B4C3;
  height: 1.5em;
  background-color: transparent;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  color: #A4B4C3;
  transform: scale(.85) translateY(-0.4rem) translateX(.15rem);
}

.form-floating>label {
  color: #A4B4C3;
  padding: 19px 1.9rem;
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 38px;
  padding-bottom: 24px;
}

.account-details {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.account-details .data {
  display: inline-flex;
  flex-direction: column;
  min-width: 200px;
  height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  gap: 7px;
}

.code__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.account-details .data.code {
  border-radius: 0;
  border: 2px solid rgb(62 20 219 / 80%);
  transition: 0.3s;
  height: 130px;
}

.data.code small {
  color: #727885;
  font-size: 12px;
  font-weight: 400;
}

.account-details .data span {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  color: #727885;
}

.data.code span {
  background: linear-gradient(45deg, #ffffff 0%, #d3d3d3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
}

.account-details .data input {
  font-family: "Rubik", sans-serif;
  background: transparent;
  font-size: 16px;
  color: #727885;
  border: none !important;
  outline: none !important;
}

.account-details .data button {
  font-family: "Rubik", sans-serif;
  cursor: pointer;
  background: transparent;
  font-size: 22px;
  color: #727885;
  border: none !important;
  outline: none !important;
  transition: 0.3s;
}

.account-details .data button:hover {
  color: #fff;
  transition: 0.3s;
}

.account-details .data h6 {
  color: #fff;
}

.account-details .data .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.instruction {
  background: transparent;
  border: 1px solid #121A23;
  border-radius: 15px;
  padding: 25px;
  transition: .3s ease-in-out;
}

.instruction h2 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 24px;
  font-weight: 500;
  text-transform: none;
  line-height: 1.27;
}

.instruction p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 22px;
  color: #A4B4C3;
}

button.accordion-button {
  font-size: 19px;
  font-weight: 500;
  color: #FFF;
  background: transparent;
  border: 1px solid #121A23;
  border-radius: 15px !important;
  padding: 25px;
  transition: .3s ease-in-ou;
  box-shadow: none !important;
  border-color: #121A23;
}

.accordion-item {
  background: transparent;
  border: none;
  margin-bottom: 1rem;
  border-color: #121A23;
}

.accordion-button:focus {
  border-color: #121A23;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: #4313e8;
  border-color: #4313e8;
  background-color: transparent;
  box-shadow: none !important;
}

.accordion-body {
  color: #A4B4C3;
}

.screenshot img {
  display: inline-block;
  border-radius: 15px;
  width: 155px;
  margin-bottom: 20px;
  cursor: pointer;
  border: 1px solid rgb(67 19 232 / 50%);
  padding: 5px;
}

.cat-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -15;
  opacity: 0.08;
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  transition: 0.3s;
}

button.btn-close {
  border: none !important;
  box-shadow: none !important;
}

.alert-warning {
  --bs-alert-color: #bbbbbb;
  --bs-alert-bg: rgb(255 255 255 / 5%);
  --bs-alert-border-color: rgba(255, 255, 255, 0.06);
  --bs-alert-link-color: #4313e8;
}

.modal-content {
  color: #A4B4C3;
  background-color: #090418;
  border: 1px solid #353535;
  border-radius: 35px;
  z-index: 100;
}

.modal-body p {
  color: #A4B4C3;
  color: #e8f3fd;
  font-weight: 500;
}

.modal-header,
.modal-body,
.modal-footer {
  border-color: rgb(65, 64, 64);
  border: 0;
}

.modal-body-important {
  background: rgb(255 255 255 / 5%);
  border: 1px solid;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  margin: 0 auto;
  margin-bottom: 12px;
  max-width: 700px;
}

#available_in {
  display: none;
}

#available_in span {
  color: #eae4ff;
}

.x-input {
  background: transparent;
  border: 1px solid rgb(67 19 232 / 50%);
  border-radius: 70px;
  padding: 1rem;
  text-align: center;
  color: #4313e8;
  font-size: 1.125rem;
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotating {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0)
  }

  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

/* XL MAX */
@media(max-width: 1400px) {}

/* LG MAX */
@media(max-width: 1200px) {}

/* MD MAX */
@media(max-width: 992px) {}

/* SM MAX */
@media(max-width: 767px) {}

/* XS MAX */
@media(max-width: 575px) {}

/* XS MIN */
@media(min-width: 575px) {}

/* SM MIN */
@media(min-width: 767px) {}

/* MD MIN */
@media(min-width: 992px) {}

/* LG MIN */
@media(min-width: 1200px) {}

/* XL MIN */
@media(min-width: 1400px) {}