body,
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #fefefe !important;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
  background: #000000 url(../img/body_bg.jpg)repeat-y 50% 0% / 100%;
}
h2,
h3,

h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}

ul,
ol {
  list-style-type: disc;
}
ul,
ol {
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
}
#menu.navbar-default {
  border-radius: 20px;
  background: rgba(0,0,0,.3);
  padding: 14px 30px;
  border: 1px solid;
  border-image-source: radial-gradient(121.49% 277.08% at 0% 0%, rgba(255, 255, 255, .44) 0%, rgba(255, 255, 255, .05) 100%);
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  margin: 1.5%;
}
#menu a.navbar-brand {
  font-family: Nunito Sans, sans-serif !important;
  font-size: 26px;
  font-weight: 700;
  color: white;
  text-decoration: none;
}
#menu.navbar-default .navbar-nav > li > a {
  margin: 0 15px;
  padding: 16px 0;
  color: white;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

#menu.navbar-default .navbar-nav > li > a:hover {
  color: #9022FF;
}

#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}

#menu.navbar-default > .container > .navbar-header > .navbar-brand > a > img {
  height: 50px;
  width: 50px;
}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #9022FF;
}

.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #608dfd;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #608dfd;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #5ca9fb;
  background-image: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #6372ff;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
  position: relative;
  display: table;
  width: 100%;
  height: 100vh;
  /* min-height: 850px; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

/* .intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: blur(3px); /* Adjust the blur value as needed for the background
} */

.intro .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro h1,
.intro p,
header .intro-text {
  position: relative;
  z-index: 1;
}

.intro h1 {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 82px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

.intro h1 span {
  font-weight: 800;
  color: #5ca9fb;
}

.intro p {
  /* color: #fff; */
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  /* margin-bottom: 60px; */
}

header .intro-text {
  padding-top: 350px;
  padding-bottom: 200px;
  text-align: center;
}

/* Features Section */
#features {
  /* width: 80%;
  margin-left: 10%;
  margin-right: 10%; */
}

#features h3{
  color: white;
  font-weight: bolder;
}



/* About Section */
#about {
  background: white;
  padding-bottom: 200px;
  width: 100%;
}

/* Services Section */
#services {
  padding: 100px 0;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  color: #fff;
}
#services .service-desc {
  margin: 10px 10px 20px;
}
#services h2 {
  color: #fff;
}
#services .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
#services i.fa {
  font-size: 42px;
  width: 120px;
  height: 120px;
  padding: 40px 0;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  border-radius: 50%;
  color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
#services h3 {
  font-weight: 500;
  padding: 5px 0;
  color: #fff;
}
#services p {
  color: rgba(255, 255, 255, 0.75);
}
#services .service-desc {
  margin-bottom: 40px;
}
/* Portfolio Section */
#portfolio {
  padding-top: 150px;
}

/* Testimonials Section */
#testimonials {
  padding: 100px 0;
}
#testimonials i {
  color: #e6e6e6;
  font-size: 32px;
  margin-bottom: 20px;
}
.testimonial {
  position: relative;
  padding: 20px;
}
.testimonial-image {
  float: left;
  margin-right: 15px;
}
.testimonial-image,
.testimonial-image img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-content {
  position: relative;
  overflow: hidden;
}
.testimonial-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}
.testimonial-meta {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
}
/* Team Section */
#team {
  background: #000000 url(../img/footer-png.png) no-repeat 0% 0%;
    background-size: 100%;
}

#team h4 {
  margin: 5px 0;
}
#team .team-img {
  width: 240px;
}
#team .thumbnail {
  background: transparent;
  border: 0;
}
#team .thumbnail .caption {
  padding: 10px 0 0;
  color: #888;
}
/* Contact Section */
#contact {
  padding: 100px 0 60px;
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact .section-title p {
  font-size: 16px;
}

#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#contact .btn-custom:hover {
  color: #1f386e;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}

#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fa {
  margin-right: 10px;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #608dfd;
  background: #fff;
}
/* Footer Section*/
#footer {
  background: #f6f6f6;
  padding: 30px 0;
}
#footer p {
  color: #888;
  font-size: 14px;
}
#footer a {
  color: #608dfd;
}
#footer a:hover {
  border-bottom: 2px solid #608dfd;
}

@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
  }
}


/* Features */

.setion_title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: .5px;
  color: white;
  text-transform: uppercase;
}

.text-secondary {
  font-size: 15px !important;
  opacity: 1;
}

.text-secondary-header {
  font-size: 20px !important;
  opacity: 1;
  padding-top: 1.5rem !important;
  text-align: center;
}

.body-title-header {
  text-align: left !important;
}
.text-align-left {
  text-align: left !important;
}

.setion_header {
  padding-top: 84px;
}

.btn-primary {
    border-radius: 35px;
    border: 2px solid #ffffff;
    color: #171717;
    font-size: 14px;
    letter-spacing: .5px;
    padding: 12px 15px;
    font-weight: 900;
    min-width: 160px;
    min-height: 45px;
    cursor: pointer;
    background: linear-gradient(92deg, #1DDAFF 1.73%, #EA1AF7 99.52%);
    color: #fff;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;

}

.btn-purple {
  border-radius: 8px;
  border: 2px solid #ffffff;
  background: #9022FF;
  box-shadow: 4px 4px #9022FF;
  color: white;
  font-size: 14px;
  letter-spacing: .5px;
  padding: 7px 35px;
  font-weight: 900;
  min-width: 160px;
  min-height: 45px;
  margin-left: 15px;
  text-transform: uppercase;
  cursor: pointer;
}

.whitepaper {
  border-radius: 24px;
  border: .5px solid rgba(255, 255, 255, .13);
  background: rgba(31, 41, 55, .4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 100%;
  padding: 30px 0 43px;
  max-width: 80%;
  margin: 0 auto;
}

.btn-left {
  float: left;
}

.btn-right {
  float: right;
}

/* about */
.about-image-size {
  max-height: 500px;
  max-width: 100%;
  height: auto;
}

 .display-flex {
   display: flex !important;
   justify-content: center !important;
 }

.block-bottom {
  padding-top: 20px;
}

.block-top {
  padding-top: 30px;
}


/* gallery */
.section {
  background: #f45b69;
  padding: 50px 0;
}

.section .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section h1 {
  font-size: 2.5rem;
}

.section h2 {
  font-size: 1.3rem;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
  white-space: nowrap;
  overflow-x: hidden;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 250px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  background-image: linear-gradient(to right, #FFD549 50%, rgba(255, 255, 255, 0) 0%);
  background-size: 12px 2px;
}

.timeline ol li:last-child {
  width: 280px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #f45b69;
}

.timeline ol li div {
  position: absolute;
  width: 223px;
  padding: 10px;
  font-size: 16px;
  white-space: normal;
  color: white;
}

.timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

.timeline time {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .disabled {
  opacity: 0.5;
}

.timeline .arrows img {
  width: 45px;
  height: 45px;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto;
  }

  .timeline ol {
    padding: 0;
    transform: none !important;
  }

  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }

  .timeline ol li:first-child {
    margin-top: 25px;
  }

  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }

  .timeline ol li div {
    position: static;
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }

  .timeline ol li:nth-child(odd) div {
    transform: none;
  }

  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }

  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
}

.box {
  border-radius: 24px;
  border: .5px solid rgba(255, 255, 255, .13);
  background: rgba(31, 41, 55, .5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 40px 8px 20px 29px;
  min-height: 240px;
  margin-top: 30px;
}

/* tokennomics */
.tokenomics-box {
  border-radius: 24px;
  border: .5px solid rgba(255, 255, 255, .4);
  max-width: 610px;
  height: auto;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  position: relative;
}

.tokenomics-image {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 70px;
}

.img-fluid {
  padding: 12px;
  max-width: 210px;
}

.chart-label {
  /* position: absolute; */
  right: 0;
  top: 0;
}

.postion-absolute {
  /* position: absolute; */
  min-width: 400;
  min-height: 400;
}

.chart-label span{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 25px;
}

.chart-label p{
  font-size: 23px;
  font-weight: 500;
}

.font-size-18 {
  font-size: 18px;
}

.chart-label div {
  min-width: 110px;
}

.align-items-center {
  align-items: center !important;
}

.d-flex {
  display: flex !important;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 213, 73) !important;
}

.bg-yellow {
  color: #ffc107;
}

.text-purple {
  --bs-text-opacity: 1;
  color: rgba(144, 34, 255) !important;
}

.text-dark {
  color: rgba(23, 23, 23) !important;
}

.bg-light-blue {
  background-color: #9bb1ff;
}

.bg-purple {
  background-color: rgba(144, 34, 255) !important;
}

.padding-bottom {
  padding-bottom: 5%;
}

.text-start {
  text-align: left;
}

.width-size {
  width: 2.333333em;
}

.font-18 {
  font-size: 21px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-26 {
  font-size: 26px !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.text-align-right {
  text-align: right !important;
}

.text-align-left {
  text-align: left !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: .875rem 1rem;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  appearance: none;
  background-color: #878787;
  background-clip: padding-box;
  border: 0 solid var(--bs-border-color);
  border-radius: .4rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-rewards {
  min-height: 50px;
  padding: 8px 15px;
  font-size: 18px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #171717;
  color: #171717;
}

.position-relative {
  position: relative !important;
}

.img-badge {
  position: absolute;
  width: 30px;
  right: 7px;
  top: 15px;
}

.padding-top-20 {
  padding-top: 20px;
}

.progress-bar-container {
  width: 100%;
  height: 20px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background-color: #007bff;
}

input[type=range] {
  color: #9022ff !important;
    --thumb-height: 1.125em;
    --track-height: 8px;
    --track-color: $purple;
    border-radius: 8px;
    --brightness-down: 80%;
    --clip-edges: 8px;
    min-height: unset !important;
    width: 100%;
}

/* footer */

.footer-logo {
  max-width: 210px;
  text-align: center;
}

.footer-box {
  color: rgba(144, 34, 255) !important;
}

.footer-title-box {
  width: 27%;
  font-size: 21px;
}

.footer-heading {
  color: inherit;
  font-weight: 900;
  font-family: Nunito Sans, sans-serif !important;
  color: white;
}

.footer-a {
  margin-bottom: 20px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: .02em;
}

.footer-nav {
  font-weight: 700;
}

.text-tertiary {
  --bs-text-opacity: 1;
  color: rgba(237, 233, 223) !important;
}

.flex-column {
  flex-direction: column !important;
}

.d-block {
  display: block !important;
}

.justify-content-md-end {
  justify-content: flex-end !important;
}

.padding-bot {
  padding-top : 50px;
  padding-right : 12px;
}

.mx-1 {
  margin-right: .75rem !important;
  margin-left: .25rem !important;
}

.font-15 {
  font-size: 15px !important;
}

.my-lg-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.walletBox {
  padding: 15px;
  border-radius: 20px;
  min-height: 400px;
  width: 100%;
  max-width: 420px;
  margin: 0 auto 10px;
  background: linear-gradient(90deg, rgba(111, 124, 245, .8) 0%, rgba(242, 24, 115, .8) 100%), rgba(0, 0, 0, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  overflow: hidden;
  border: 4px solid white;
  box-shadow: 50px -164px 40px #785a5414, -80px 250px 32px #785a540a;
  font-family: ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

/* wallet box */
.bannerSec {
  padding-top: 170px;
  position: relative;
  display: flex;
  flex: 1;
}

.leftSec {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

#intro {
  position: relative;
}

.counter {
  background: #9022FF;
  padding: 0;
  border-radius: 12px;
  width: 100%;
  justify-content: center !important;
}

.time-card {
  min-width: 60px;
    width: 20%;
    padding: 8px 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.colon-item {
  content: "";
  position: absolute;
  right: -6px;
  top: 28%;
  width: 4px;
  height: 16px;
}

.value {
  font-size: 26px;
    line-height: 35px;
}

.title-wallet {
  padding-top: 10px;
}

.fw-semibold {
  font-weight: 600 !important;
}

.swapArea {
  position: relative;
  background: linear-gradient(90deg, rgba(111, 124, 245, .8) 0%, rgba(242, 24, 115, .8) 100%), rgba(0, 0, 0, .5);
  width: 100%;
}

.dashTitle {
  position: relative;
  letter-spacing: 1.5px;
  color: #fff;
}

.dashTitle::before {
  content: "";
  width: 20%;
  height: 1px;
  background: #535353;
  position: absolute;
  left: 0;
  top: 50%;
}

.dashTitle::after {
  content: "";
  width: 20%;
  height: 1px;
  background: #878787;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
}

.font-14 {
  font-size: 14px !important;
}

.tab-container {
  width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gap-2 {
  gap: .5rem !important;
}

.btn-wallet {
  width: 50%;
  height: 50px;
  padding: 6px;
  border-radius: .4rem;
  color: #fff;
  font-weight: 700;
  background-color: transparent;
  transition: all .2s;
  border: 1px solid white;
}

.selected{
  color: #000;
  background-color: #fff;
}

.justify-content-center {
  justify-content: center !important;
}

.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}

.ms-2 {
  margin-left: .5rem !important;
}

.form-control-custom {
  min-height: 50px;
  padding: 8px 15px;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

.form-control-custom::placeholder {
  color: white;
}

.family-title {
  letter-spacing: 1px;
}

.w-100 {
  width: 100% !important;
}

.f-right {
  float: right !important;
}

.gap-3 {
  gap: 2.5rem !important;
}

.poweredByIcon {
  height: 15px;
}

.amountType {
  position: absolute;
  top: 47px;
  right: 2rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.text-decoration-n {
  text-decoration: none;
}

.btn-buynow {
  padding: 9px 20px;
  cursor: pointer;
  letter-spacing: .02em;
  border-radius: 8px;
  background: transparent;
  border: 1px solid white;
  text-transform: capitalize;
  font-weight: 600;
  color: white;
  margin-right: 15px;
}

.btn-english {
  margin-left: 20px;
  background: none;
  font-size: 18px;
}

.pd-20 {
  padding: 20px;
}

.text-gradient {
  background: linear-gradient(90deg, #1DDAFF 30.71%, #EA1AF7 49.97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}

.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}

.status {
  position: relative;
  bottom: 10px;
  background-color: #fff;
  border-radius: 30px;
  padding: 3px 6px;
  width: auto;
  margin: 0 auto;
}

.font-9 {
  font-size: 9px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-35 {
  font-size: 35px !important;
}

.font-32 {
  font-size: 32px !important;
}
.font-18-real {
  font-size: 18px !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: white !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.card-row {
  padding: 10px 24px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background: rgb(66, 66, 66);
}

.card-title {
  background: transparent !important;
  border-bottom: 1px solid rgba(75, 94, 117, .15);
}

.card-item {
  display: flex;
  align-items: center;
}


.dot.bgcolor-1 {
  background: rgb(114, 232, 255);
}

.dot.bgcolor-2 {
  background: rgb(0, 194, 255);
}

.dot.bgcolor-3 {
  background: rgb(72,141,255);
}

.dot.bgcolor-4 {
  background: rgb(78,87,255);
}

.dot.bgcolor-5 {
  background: rgb(157,97,255);
}

.dot.bgcolor-6 {
  background: rgb(231, 127, 255);
}

.dot.bgcolor-7 {
  background: rgb(225,84,177);
}

.dot {
  min-width: 15px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  margin-right: 8px;
}

.wd-35 {
  width: 35%;
}

.banner-content {
  position: absolute;
  max-width: 630px;
  top: 317px;
  left: 30%;
  right: 0;
}

.font-50 {
  font-size: 50px !important;
}

.outline-title {
  text-shadow: 0px 4px 8px rgba(0,0,0,.5);
  -webkit-text-stroke-width: 2px;
  background: linear-gradient(92deg, #00d5ff 1.73%, #EA1AF7 99.52%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px transparent;
  color: #fff;
}

.indicator{
  font-weight: 700;
}
.box-time {
  background: #966cf2;
  padding: 15px;
  border: 1px solid #966cf2;
  border-radius: 16px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.box-time *, .box-time :after, .box-time :before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}
.box-time :after, .box-time :before {
  --tw-content: "";
}
.box-time :disabled {
  cursor: default;
}
.box-time *, .box-time :after, .box-time :before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, .5);
  --tw-ring-offset-shadow: 0 0 #000 0;
  --tw-ring-shadow: 0 0 #000 0;
  --tw-shadow: 0 0 #000 0;
  --tw-shadow-colored: 0 0 #000 0;
}
.box-time .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.box-time .flex {
  display: flex;
}
.box-time .w-full {
  width: 100%;
}
.box-time .items-center {
  align-items: center;
}
.box-time .justify-center {
  justify-content: center;
}
.box-time .gap-6 {
  gap: 1.5rem;
}
.box-time .text-center {
  text-align: center;
}
.box-time .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.box-time .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.box-time .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.box-time ::-webkit-scrollbar {
  width: 10px;
}
.box-time ::-webkit-scrollbar-track {
  border-radius: 2px;
}
.box-time ::-webkit-scrollbar-thumb {
  background: rgba(186, 139, 249, .7);
  border-radius: 2px;
}
.box-time ::-webkit-scrollbar-thumb:hover {
  background: rgba(186, 139, 249, .6);
}
.box-time #account .wrap-right .box-time {
  background: #966cf2;
  padding: 15px;
  border: 1px solid #966cf2;
  border-radius: 16px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .box-time #account .wrap-right .box-time {
    width: 90%;
  }
}
#account .title {
  text-align: center;
  width: 100%;
  display: block;
}

#account .progress {
  height: 20px;
  width: 90%;
  background-color: rgba(238, 232, 250, .071);
  border-radius: 50px;
}

#account .progress .filler {
  height: 100%;
  background-color: #ccbbf2;
  border-radius: inherit;
  text-align: right;
}

#account .progress .text {
  color: #fff;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 14px;
}

#account .wrap-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#account .text-line {
  width: 90%;
  position: relative;
  text-align: center;
}

#account .wrap-text .text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

#account .text-line:after, #account .text-line:before {
  content: "";
  position: absolute;
  width: 20%;
  height: 1px;
  background: #fff;
  top: 50%;
}
#account .text-line:before {
  left: 0;
}
#account .text-line:after {
  right: 0;
}

#btnType *, #btnType :after, #btnType :before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}
#btnType :after, #btnType :before {
  --tw-content: "";
}
#btnType button {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
#btnType button {
  text-transform: none;
}
#btnType button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
#btnType button {
  cursor: pointer;
}
#btnType :disabled {
  cursor: default;
}
#btnType img {
  display: block;
  vertical-align: middle;
}
#btnType img {
  max-width: 100%;
  height: auto;
}
#btnType *, #btnType :after, #btnType :before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, .5);
  --tw-ring-offset-shadow: 0 0 #000 0;
  --tw-ring-shadow: 0 0 #000 0;
  --tw-shadow: 0 0 #000 0;
  --tw-shadow-colored: 0 0 #000 0;
}
#btnType .mt-1 {
  margin-top: 0.25rem;
}
#btnType .flex {
  display: flex;
}
#btnType .w-1\/3 {
  width: 33.333333%;
}
#btnType .w-\[95\%\] {
  width: 95%;
}
#btnType .items-center {
  align-items: center;
}
#btnType .justify-center {
  justify-content: center;
}
#btnType .gap-1 {
  gap: 0.25rem;
}
#btnType .gap-2 {
  gap: 0.5rem;
}
#btnType .rounded-full {
  border-radius: 9999px;
}
#btnType .border {
  border-width: 1px;
}
#btnType .bg-\[\#EEE8FA\] {
  --tw-bg-opacity: 1;
  background-color: #000;
}
#btnType .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#btnType .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#btnType .text-center {
  text-align: center;
}
#btnType .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#btnType .font-medium {
  font-weight: 500;
}
#btnType .text-\[\#ac8eeb\] {
  --tw-text-opacity: 1;
  color: #966cf2;
  background-color: #fff;
}
#btnType ::-webkit-scrollbar {
  width: 10px;
}
#btnType ::-webkit-scrollbar-track {
  border-radius: 2px;
}
#btnType ::-webkit-scrollbar-thumb {
  background: rgba(186, 139, 249, .7);
  border-radius: 2px;
}
#btnType ::-webkit-scrollbar-thumb:hover {
  background: rgba(186, 139, 249, .6);
}
#btnType .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#btnType *, #btnType :after, #btnType :before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}
#btnType :after, #btnType :before {
  --tw-content: "";
}
#btnType button, #btnType input {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
#btnType button {
  text-transform: none;
}
#btnType button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
#btnType input::placeholder {
  opacity: 1;
  color: #9ca3af;
}
#btnType button {
  cursor: pointer;
}
#btnType :disabled {
  cursor: default;
}
#btnType img {
  display: block;
  vertical-align: middle;
}
#btnType img {
  max-width: 100%;
  height: auto;
}
#btnType *, #btnType :after, #btnType :before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, .5);
  --tw-ring-offset-shadow: 0 0 #000 0;
  --tw-ring-shadow: 0 0 #000 0;
  --tw-shadow: 0 0 #000 0;
  --tw-shadow-colored: 0 0 #000 0;
}
#btnType .absolute {
  position: absolute;
}
#btnType .relative {
  position: relative;
}
#btnType .bottom-\[7px\] {
  bottom: 7px;
}
#btnType .right-\[5px\] {
  right: 5px;
}
#btnType .mb-2 {
  margin-bottom: 0.5rem;
}
#btnType .mt-1 {
  margin-top: 0.25rem;
}
#btnType .mt-3 {
  margin-top: 0.75rem;
}
#btnType .block {
  display: block;
}
#btnType .flex {
  display: flex;
}
#btnType .h-4 {
  height: 1rem;
}
#btnType .h-\[45px\] {
  height: 45px;
}
#btnType .w-1\/2 {
  width: 50%;
}
#btnType .w-4 {
  width: 1rem;
}
#btnType .w-\[95\%\] {
  width: 95%;
}
#btnType .w-full {
  width: 100%;
}
#btnType .min-w-\[160px\] {
  min-width: 160px;
}
#btnType .max-w-full {
  max-width: 100%;
}
#btnType .flex-col {
  flex-direction: column;
}
#btnType .items-center {
  align-items: center;
}
#btnType .justify-center {
  justify-content: center;
}
#btnType .justify-between {
  justify-content: space-between;
}
#btnType .gap-1 {
  gap: 0.25rem;
}
#btnType .gap-2 {
  gap: 0.5rem;
}
#btnType .gap-4 {
  gap: 1rem;
}
#btnType .rounded-\[15px\] {
  border-radius: 15px;
}
#btnType .rounded-full {
  border-radius: 9999px;
}
#btnType .border-2 {
  border-width: 2px;
}
#btnType .border-white {
  --tw-border-opacity: 1;
  border-color: #000;
}
#btnType .bg-\[\#ba8bf9\] {
  --tw-bg-opacity: 1;
  background-color: #000;
}
#btnType .bg-transparent {
  background-color: transparent;
}
#btnType .p-2\.5 {
  padding: 0.625rem;
}
#btnType .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#btnType .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#btnType .pt-2 {
  padding-top: 0.5rem;
}
#btnType .text-center {
  text-align: center;
}
#btnType .text-\[10px\] {
  font-size: 10px;
}
#btnType .text-\[12px\] {
  font-size: 12px;
}
#btnType .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#btnType .font-medium {
  font-weight: 500;
}
#btnType .uppercase {
  text-transform: uppercase;
}
#btnType .text-white {
  --tw-text-opacity: 1;
  color: #000;
}
#btnType ::-webkit-scrollbar {
  width: 10px;
}
#btnType ::-webkit-scrollbar-track {
  border-radius: 2px;
}
#btnType ::-webkit-scrollbar-thumb {
  background: rgba(186, 139, 249, .7);
  border-radius: 2px;
}
#btnType ::-webkit-scrollbar-thumb:hover {
  background: rgba(186, 139, 249, .6);
}
#btnType .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 768px) {
  #btnType .md\:h-7 {
    height: 1.75rem;
  }
  #btnType .md\:w-7 {
    width: 1.75rem;
  }
  #btnType .md\:w-\[85\%\] {
    width: 85%;
  }
  #btnType .md\:flex-row {
    flex-direction: row;
  }
  #btnType .md\:text-\[14px\] {
    font-size: 14px;
  }
}


