.text {
    align-items: center;
    color: #fff;
    /* display: flex; */
    font-size: 3rem;
    /* height: 100vh; */
    justify-content: center;
    /* text-align: center; */
    /* width: 100vw; */
  }
  .ml6 {
  position: relative;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  line-height: 10px;
}

.ml6 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml6 .letter {
  display: inline-block;
  line-height: 1em;
}
  .btn {
    padding: 16px 30px;
    color: #fff;
    outline: none;
    border: none;
    background: linear-gradient(-1deg, #EE322A, #FF7D61);
    color: #fff;
    border-radius: 12px;
    transition: all .5s;
    font-weight: 500;
    font-size: 17px;
    animation: 1s ease-out infinite pulse;
}
.btn:hover{
   background-color: var(--primary-color);
   color: #fff;
   transform: scale(1.1);
  }
  @media (min-width: 768px) {
    .text {
      font-size: 5rem;
    }
  }
 

 /* width */
 ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #55047A, #fff, #b209a7, #99068F); 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}

/* Preloader */
  
.shape-overlays {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
}

.preloader {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background:linear-gradient(90deg, #55047A, #000, #99068F);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
}

.shape-overlays.is-opened {
  pointer-events: auto;
}

.shape-overlays__path:nth-of-type(1) {
  fill: #99068F;
}

.shape-overlays__path:nth-of-type(2) {
  fill: #231f20;
}

.shape-overlays__path:nth-of-type(3) {
  fill: #fff;
}
.loading {
  background: linear-gradient(-1deg, #b509aa, #170021);
  height: 5px;
  width: 0%;
  position: fixed;
  top: 0;
  z-index: 8;
}

/* !@Preloader */

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -17px;
  margin-top: -12px;
  width: 30px;
  border-radius: 80px;
  height: 30px;
  z-index: 10000001;
  background: linear-gradient(-1deg, #ff00ff, #8d00ff);
}

.content-1 h5 {
    color: #D8D8D8;
    font-size: 38px;
    font-weight: 600;
    line-height: 45px;
    padding-bottom: 30px;
    margin: 0;
}

.content-1 p {
    color: #D0D0D0;
    font-size: 17px;
    line-height: 30px;
}

.buttonflexs {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}


.topform .big-title,.big-titles,.big-titlesw{
  text-align: center;
  font-size: 50px;
  position:relative;
  left:10px;
  /* white-space: nowrap; */
  right: 81vw;
  color: #fff;
}

.big-title,.big-titles,.big-titlesw{
/*  
  position:relative;
  left:10px;
  
  right: 81vw; */

}

.topform .big-title, .big-titles, .big-titlesw span {
    display: block;
}

#stage {/* text-align: center; *//* padding: 20px; */}
.text {
  font-size: clamp(28px, 5vw, 64px);
  font-weight: 700;
  color: #E8EAF0;
  /* letter-spacing: -0.02em; */
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: center; */
}
.char { display: inline-block; white-space: pre; }
#replay {
  margin: 48px auto 0;
  padding: 10px 24px;
  background: rgba(124,92,255,0.12);
  border: 1px solid rgba(124,92,255,0.3);
  border-radius: 6px;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  cursor: pointer;
  display: block;
  transition: background 0.2s;
}
#replay:hover { background: rgba(124,92,255,0.25); }
#credit {
  position: fixed;
  bottom: 20px; right: 24px;
   font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(232,234,240,0.35);
  text-decoration: none;
  transition: color 0.2s;
}
#credit span { color: #fff; }
#credit:hover { color: rgba(232,234,240,0.75); }


