* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Archivo", "sans-serif";
  background-color: rgb(9, 9, 18);
}
html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 320px) {
  .menu {
    display: block;
  }
}

.menulist {
  display: none;
}
.last-line {
  width: 95%;
  margin: auto 2%;
}
.one-lasttime {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.social-media-app {
  display: flex;
  gap: 20px;
}
.social-media-app img {
  width: 30px;
  background-color: white;
  border: 1px solid white;
  border-radius: 50px;
  gap: 30px;
}
.startbtns {
  display: none;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.679);
  position: fixed;
  top: 0;
  left: 0;
  border: 0px solid white;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.sub-pro {
  box-shadow: rgb(5, 5, 98) 0px 0px 3px 2px;
  padding: 10px;
  text-align: center;
  border: 1px solid black;
  width: 310px;
  height: 174px;
  transform: translateX(220%) translateY(160%);
}

.sub-pro h1 {
  padding: 10px;
  color: #fff;
}

.sub-pro p {
  color: #fff;
}

.sub-pro button {
  font-size: 20px;
  justify-content: center;
  color: white;
  width: 100%;
  height: 50px;
  background-color: green;
  margin: 30px 0px 0px 0px;
  border: 0px;
}
.play-demo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  /* opacity: 0.7; */
  z-index: 9999;
}
.play-demo video {
  width: 40%;
  transform: translateX(70%) translateY(65%);
  position: fixed;
}
.body-imgs {
  width: 1510px;
  position: absolute;
  top: 480%;
  background: transparent;
  opacity: 0.6;
  z-index: 1;
}
.body-imgs-star {
  width: 130px;
  background: transparent;
  position: absolute;
  top: 170%;
  right: 0;
  opacity: 0.5;
}
.body-imgs-round {
  width: 160px;
  background: transparent;
  position: absolute;
  top: 194%;
}
.body-imgs-stars {
  display: none;
  /* width: 130px;
  background: transparent;
  position: absolute;
  top: 450%;
  left: -2%;
  opacity: 0.7;
  transform: scaleX(-1);
  transform: rotate(180deg);
  z-index: 1; */
}
.all {
  display: flex;
  opacity: 0.8;
  align-items: center;
  padding: 0px 20px;
  justify-content: space-between;
  position: relative;
}
.header h1 {
  color: white;
}
.header {
  display: flex;
  font-size: 10px;
  align-items: center;
  gap: 10px;
}
.header img {
  margin: 20px 0px 20px 70px;
  width: 50px;
}
.menu {
  display: none;
}
.nav {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 10px 0px 10px 0px;
  margin: 0px 70px 0px 0px;
  font-size: 20px;
}
.nav a {
  color: white;
  text-decoration: none;
}
.nav a:hover {
  color: rgb(51, 51, 198);
}
.nav button {
  border: 1px solid grey;
  border-radius: 10px;
  padding: 10px 10px;
  color: white;
  font-size: 15px;
}
.nav img {
  width: 30px;
  height: 30px;
}
.all-1 {
  display: flex;
  color: white;
  align-items: center;
  width: 94%;
  margin: auto 4%;
}
.content {
  margin: 0px 0px 5% 0px;
}
.content .cont-1 {
  font-size: 22px;
}
.content h1 {
  font-size: 50px;
  margin: 10px 0px 0px 0px;
}
.content .cont-2 {
  font-size: 15px;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
.btns {
  display: flex;
  gap: 20px;
  margin: 20px 0px;
}
.btns button {
  color: white;
  border: 1px solid rgb(108, 108, 113);
}
.btns .play img {
  width: 40px;
}
.explore {
  padding: 10px;
  width: 40%;
  border-radius: 10px;
  font-size: 16px;
  box-shadow: rgb(6, 6, 79) 0px 0px 5px 5px;
  transition: transform 0.3s;
}
.explore:hover {
  transform: scale(1.05);
}
.play {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40%;
  padding: 5px;
  color: white;
  border: 1px solid rgb(108, 108, 113);
  border-radius: 10px;
  box-shadow: rgb(6, 6, 79) 0px 0px 5px 5px;
  transition: transform 0.3s;
}
.play:hover {
  transform: scale(1.05);
}
.content-1 h1 {
  font-size: 15px;
}
.content-1 p {
  font-size: 9px;
}
.content-1 {
  position: relative;
  margin: 50px 0px 0px 0px;
  width: 80%;
  padding: 10px;
}
.small-border {
  position: absolute;
  width: 65%;
  height: 80px;
  z-index: 1;
  top: 10px;
  left: 0;
  background: transparent;
}
.glass img {
  width: 100px;
  position: absolute;
  top: -40px;
  right: 140px;
  transform: rotate(-90deg);
  transform: scaleX(-1);
}
.body-img {
  width: 100%;
  margin: 0px 0px 0px 130px;
}
.box {
  display: flex;
  gap: 3%;
  position: absolute;
  border: 0px solid white;
  color: white;
  padding: 30px 30px 30px 50px;
  width: 100%;
  top: 87%;
  backdrop-filter: blur(5px);
  background-color: transparent;
}
.box-1 {
  display: flex;
  align-items: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  gap: 10px;
  backdrop-filter: blur(5px);
  background-color: transparent;
}
.box-cont {
  margin: 10px 0px 0px 0px;
  background-color: transparent;
}
.box-1 h1 {
  font-size: 12px;
  background-color: transparent;
}
.box-1 p {
  font-size: 10px;
  background-color: transparent;
}
.box-1 img {
  width: 200px;
  border-radius: 10px;
  background-color: transparent;
}
.box-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}
.box-subs {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: transparent;
}
.box-sub img {
  width: 20px;
  height: 20px;
  background-color: transparent;
}
.box-sub button {
  color: white;
  width: 70px;
  padding: 10px;
  border: 0px;
  background-color: transparent;
}
.box-2 {
  display: flex;
  align-items: center;
  margin: 0px 0px 20px 0px;
  gap: 10px;
  padding: 0px;
  backdrop-filter: blur(5px);
  background-color: transparent;
}
.box-2 img {
  width: 200px;
  border-radius: 10px;
  background-color: transparent;
}
.box-sub-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}
.box-cont-1 {
  margin: 10px 0px 0px 0px;
  background-color: transparent;
}
.box-2 h1 {
  font-size: 15px;
  background-color: transparent;
}
.box-2 p {
  font-size: 10px;
  background-color: transparent;
}
.box-subs-1 {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: transparent;
}
.box-sub-1 img {
  width: 20px;
  height: 20px;
  background-color: transparent;
}
.box-sub-1 button {
  color: white;
  width: 90px;
  padding: 10px;
  border: 0px;
  background-color: transparent;
}
.box-3 {
  display: flex;
  align-items: center;
  margin: 0px 0px 20px 0px;
  gap: 10px;
  padding: 0px;
  backdrop-filter: blur(5px);
  background-color: transparent;
}
.box-cont-2 {
  margin: 10px 0px 0px 0px;
  background-color: transparent;
}
.box-3 h1 {
  font-size: 15px;
  background-color: transparent;
}
.box-3 p {
  font-size: 10px;
  background-color: transparent;
}
.box-3 img {
  width: 200px;
  border-radius: 10px;
  background-color: transparent;
}
.box-sub-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}
.box-subs-2 {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: transparent;
}
.box-sub-2 img {
  width: 20px;
  height: 20px;
  background-color: transparent;
}
.box-sub-2 button {
  color: white;
  width: 90px;
  padding: 10px;
  border: 0px;
  background-color: transparent;
}
.point {
  margin: 100px 0px 0px 0px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Orbitron", sans-serif;
}
.point-1 {
  display: flex;
}
.point-1 img {
  width: 12%;
  margin: 0px 10px 0px 45px;
  height: 12%;
}
.point-1 h1 {
  margin: 0px 0px 0px 0px;
  font-size: 27px;
}
.all-2 {
  color: white;
  width: 94%;
  margin: 0 auto;
  padding: 50px;
  align-items: center;
  gap: 30px;
  display: flex;
}
.all-imgs img {
  width: 280px;
  height: 340px;
  border-radius: 20px;
}
.all-imgs {
  position: relative;
  display: flex;
  width: 50%;
  height: 100%;
}
.border-img .first-border {
  width: 90%;
  height: 350px;
}
.border-img .second-border {
  width: 49%;
  height: 350px;
}
.second-border {
  position: absolute;
  top: 36%;
  left: 32%;
}
.all-content {
  width: 60%;
  height: auto;
  margin: 60px 0px 0px 0px;
}
.all-content h1 {
  position: absolute;
  top: 135%;
  left: 36%;
  font-size: 95px;
  font-family: "Orbitron", sans-serif;
  opacity: 0.1;
  width: 45%;
}
.all-content h2 {
  background: linear-gradient(#d10ed1, #10a3da);
  font-size: 35px;
  -webkit-background-clip: text;
  color: transparent;
  margin: 40px 0px 0px 0px;
}
.all-content p {
  margin: 10px 0px 0px 0px;
  font-size: 18px;
}
.first-img {
  position: absolute;
  top: 1px;
  left: 1%;
  padding: 10px;
  object-fit: cover;
}
.second-img {
  position: absolute;
  transform: scaleX(-1);
  top: 36.5%;
  left: 195px;
  padding: 10px;
  object-fit: cover;
  background-color: transparent;
}
.cont-01 {
  display: flex;
  gap: 10px;
}
.cont-02 {
  display: flex;
  gap: 10px;
}
.cont-03 {
  display: flex;
  gap: 10px;
}
span {
  font-size: 35px;
  padding: 0px 0px 0px 0px;
}
.know-btn {
  color: white;
  font-size: 10px;
  padding: 12px;
  border: 0px;
  background: linear-gradient(#d114d1, #10a3da);
  border-radius: 5px;
  margin: 20px 0px 0px 0px;
  transition: transform 0.3s;
}
.know-btn:hover {
  transform: scale(1.05);
}
.center {
  color: white;
  width: 94%;
  margin: 7% auto;
  text-align: center;
}
.center h1 {
  font-family: "Orbitron", sans-serif;
}
.center p {
  margin: 20px 0px 0px 0px;
  font-size: 17px;
}
.card {
  display: flex;
  gap: 10px;
  padding: 40px 100px 0px 100px;
  align-items: center;
  justify-content: space-evenly;
  margin: 10px 0px 0px 0px;
}
.cards-3 {
  border: 1px solid white;
  width: 23%;
  padding: 15px;
  margin: auto;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.cards-3::before {
  background: linear-gradient(90deg, #d10ed1, #10a3da);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  margin: 0px 0px 0px 0px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.cards-3 img {
  width: 240px;
  height: 200px;
  object-fit: cover;
  border-top-right-radius: 20px;
}
.cards-3 h1 {
  font-size: 14px;
  margin: 15px 15px 0px 0px;
}
.cards-3 p {
  font-size: 13px;
}
.cards-3 button {
  color: white;
  padding: 10px;
  font-size: 13px;
  margin: 20px 160px 0px 0px;
  border: 1px solid white;
  background: transparent;
  border: none;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
  position: relative;
  transition: transform 0.3s;
}
.cards-3 button:hover {
  transform: scale(1.05);
}
.cards-3 button::before {
  background: linear-gradient(90deg, #d10ed1, #10a3da);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 1px;
  margin: 0px 0px 0px 0px;
}
.cards-2 {
  border: 1px solid white;
  width: 23%;
  padding: 15px;
  margin: auto;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.cards-2::before {
  background: linear-gradient(90deg, #d10ed1, #10a3da);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  margin: 0px 0px 0px 0px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.cards-2 img {
  width: 240px;
  height: 200px;
  object-fit: cover;
  border-top-right-radius: 20px;
}
.cards-2 h1 {
  font-size: 14px;
  margin: 15px 15px 0px 0px;
}
.cards-2 p {
  font-size: 13px;
}
.cards-2 button {
  color: white;
  padding: 10px;
  font-size: 13px;
  margin: 20px 160px 0px 0px;
  border: 1px solid white;
  background: transparent;
  border: none;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
  position: relative;
  transition: transform 0.3s;
}
.cards-2 button:hover {
  transform: scale(1.05);
}
.cards-2 button::before {
  background: linear-gradient(90deg, #d10ed1, #10a3da);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 1px;
  margin: 0px 0px 0px 0px;
}
.cards-1 {
  border: 1px solid white;
  width: 23%;
  padding: 15px;
  margin: auto;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.cards-1::before {
  background: linear-gradient(90deg, #d10ed1, #10a3da);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  margin: 0px 0px 0px 0px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.cards-1 img {
  width: 240px;
  height: 200px;
  object-fit: cover;
  border-top-right-radius: 20px;
}
.cards-1 h1 {
  font-size: 14px;
  margin: 15px 15px 0px 0px;
}
.cards-1 p {
  font-size: 13px;
}
.cards-1 button {
  color: white;
  padding: 10px;
  font-size: 13px;
  margin: 20px 160px 0px 0px;
  border: 1px solid white;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
  position: relative;
  transition: transform 0.3s;
}
.cards-1 button:hover {
  transform: scale(1.05);
}
.cards-1 button::before {
  background: linear-gradient(90deg, #d10ed1, #10a3da);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 1px;
  margin: 0px 0px 0px 0px;
}
.all-3 {
  color: white;
  width: 94%;
  margin: 7% auto;
  text-align: center;
}
.all-3 h1 {
  font-size: 40px;
  font-family: "Orbitron", sans-serif;
}
.all-3 p {
  font-size: 23px;
}
.game {
  background: linear-gradient(#d10ed1, #10a3da);
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Orbitron", sans-serif;
}
.all-3-img {
  display: flex;
  justify-content: space-evenly;
  margin: 4% auto;
  padding: 10px;
}
.drag-1 {
  width: 550px;
  border: 1px solid transparent;
  padding: 10px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 0, 255, 0.4), 0 0 20px rgba(0, 0, 255, 0.4);
  transition: transform 0.3s;
}
.drag-2 {
  width: 550px;
  border: 1px solid transparent;
  padding: 10px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 0, 255, 0.4), 0 0 20px rgba(0, 0, 255, 0.4);
  transition: transform 0.3s;
}
.drag-1:hover {
  transform: scale(1.05);
}
.drag-2:hover {
  transform: scale(1.05);
}
.all-4 {
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 94%;
  margin: 7% auto;
  padding: 75px;
  background-image: url(./asset/61218a61806dd155000db80873c845157d52c79c.png);
  background-color: linear-gradient(rgb(6, 6, 75), #0a0e52, rgb(11, 11, 50));
  background: no-repeat;
  object-fit: cover;
  border-radius: 10px;
  border: 0px solid white;
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.4), 0 0 5px rgba(0, 0, 255, 0.4);
}
.stright {
  display: flex;
  align-items: center;
  font-family: "Orbitron", sans-serif;
  gap: 10px;
}
.stright img {
  transform: rotate(5deg);
  width: 32px;
  height: 25px;
  margin: 10px 0px 0px 0px;
}
.left {
  margin: 0px 0px 40px 0px;
}
.left .stright h1 {
  font-size: 30px;
}
.left h1 {
  font-size: 35px;
  margin: 5px 0px 0px 0px;
}
.left p {
  margin: 20px 0px 0px 0px;
  font-size: 16px;
}
.right img {
  width: 550px;
  height: 300px;
  border-radius: 20px;
  opacity: 0.6;
}
.inputs-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 25px 0px 0px 0px;
}
input {
  padding: 18px;
  width: 60%;
  border: 0px solid gray;
  box-shadow: 0px 0px 8px rgb(13, 0, 68);
}
.start-btn button {
  color: white;
  background-color: transparent;
  font-size: 15px;
  border: 0px solid transparent;
  background: linear-gradient(#d114d1, #10a3da);
  border-radius: 5px;
  width: 200%;
  padding: 10px;
  margin: 4px 0px 0px 0px;
  transition: transform 0.3s;
}
.start-btn button:hover {
  transform: scale(1.05);
}
/* .start-btn img {
  width: 20px;
  height: 20px;
  background: transparent;
} */
/* .start-btn {
} */
@media screen and (max-width: 670px) {
  .last-line {
    display: none;
  }
  body .one-lasttime {
    display: none;
  }
  .all-2 .all-imgs .border-img {
    display: none;
  }
  body .body-imgs {
    display: none;
  }
  body .body-imgs-star {
    width: 25px;
    background: transparent;
    position: absolute;
    top: 96%;
    right: 0;
    opacity: 0.5;
  }
  body .body-imgs-round {
    width: 40px;
    background: transparent;
    position: absolute;
    top: 107%;
  }
  body .body-imgs-stars {
    display: none;
  }
  .all {
    padding: 10px 20px;
  }
  .all .menu {
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
  .menulist {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background-color: #060829;
    transition: right 0.7s;
    z-index: 9999;
  }
  .menulist.active {
    display: flex;
  }

  .main .menulist .lists {
    background-color: #060829;
    font-size: 20px;
    position: absolute;
    top: 10%;
    right: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    cursor: pointer;
  }
  .main .menulist .lists a {
    background-color: #060829;
    text-decoration: none;
    color: white;
    display: block;
  }
  .main .menulist button {
    font-size: 18px;
    color: white;
    border: 0px solid transparent;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: transparent;
    background: linear-gradient(#d114d1, #10a3da);
  }
  .main .menulist .cancel {
    background-color: #060829;
    width: 30px;
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
  }
  /* .all .menu {
    font-size: 30px;
    cursor: pointer;
    color: white;
  } */
  .all .nav {
    display: none;
  }
  .all .header img {
    width: 35px;
    margin: 0px;
  }
  .all .header h1 {
    font-size: 18px;
  }
  .all-1 {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 20px;
  }
  .play-demo {
    background-color: black;
  }
  .play-demo video {
    transform: translateX(5%) translateY(100%);
    width: 90%;
  }
  .all-1 .content {
    margin: 20px auto;
  }
  .all-1 .content h1 {
    font-size: 25px;
    margin: px 0px;
  }
  .all-1 .content .cont-1 {
    font-size: 15px;
    margin: 0px;
  }
  .all-1 .content .cont-2 {
    font-size: 10px;
    margin: 8px 0px 0px 0px;
    padding: 0px;
  }
  .all-1 .btns {
    margin: 18px 0px 0px 5px;
  }
  .all-1 .btns button {
    width: 90px;
    font-size: 8px;
  }
  .all-1 .btns .play img {
    width: 10px;
  }
  .all-1 .btns .play {
    font-size: 8px;
  }
  .all-1 .content-1 {
    display: none;
  }
  .all-1 .content-1 h1 {
    font-size: 7px;
  }
  .all-1 .content-1 p {
    font-size: 3px;
  }
  .all-1 .glass img {
    width: 25px;
    position: absolute;
    top: -9px;
    right: -20%;
    transform: scaleX(-1);
  }
  .all-1 .content-3 img {
    display: none;
  }
  .all .content .btns .main-page-video .play-demo {
    width: 20%;
    margin: auto;
  }
  .main .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 46%;
    color: white;
    margin: auto 5px;
    padding: 10px 20px;
    backdrop-filter: blur(5px);
    background-color: rgb(3, 3, 24);
  }
  .main .box .box-1 {
    width: 100%;
  }
  .main .box .box-1 h1 {
    font-size: 7px;
  }
  .main .box .box-1 .box-cont {
    margin: 0px;
  }
  .main .box .box-1 p {
    font-size: 5px;
  }
  .main .box .box-1 .box-sub .box-subs p {
    font-size: 11px;
  }
  .main .box .box-1 .box-sub button {
    font-size: 10px;
  }
  .main .box .box-2 {
    display: none;
  }
  .main .box-3 {
    display: none;
  }
  body .point {
    display: flex;
    gap: 5px;
    width: 100%;
    margin: 53% 0px auto;
    color: white;
    justify-content: space-between;
    align-items: center;
    font-family: "Orbitron", sans-serif;
  }
  .point .point-1 img {
    width: 10px;
    margin: 0px 2px 0px 0px;
    height: 10px;
  }
  .point .point-1 h1 {
    margin: 0px 0px 0px 0px;
    font-size: 7px;
  }
  body .all-2 {
    color: white;
    width: 100%;
    margin: auto 0;
    justify-content: center;
    padding: 23px;
    align-items: center;
    gap: 20px;
    display: flex;
  }

  .all-2 .all-imgs img {
    width: 75px;
    height: 90px;
    border-radius: 8px;
    object-fit: cover;
  }
  .all-2 .all-imgs {
    display: flex;
    gap: 0px;
    width: 50%;
    height: 100%;
    padding: 0px;
    margin: 20px 0px 40px 10px;
  }
  .all-2 .first-img {
    position: absolute;
    top: -47px;
    padding: 5px;
    margin: 6px;
    object-fit: cover;
  }
  .all-2 .second-img {
    position: absolute;
    top: 78%;
    left: 40%;
    transform: scaleX(-1);
    padding: 0px;
    object-fit: cover;
    background-color: transparent;
  }
  .all-2 .all-content {
    width: 70%;
    height: auto;
    margin: 40px 0px 0px 0px;
  }
  .all-2 .all-content h1 {
    position: absolute;
    top: 85%;
    left: 39%;
    font-size: 20px;
    font-family: "Orbitron", sans-serif;
    opacity: 0.1;
    width: 45%;
    background: transparent;
  }
  .all-2 .all-content h2 {
    background: linear-gradient(#d10ed1, #10a3da);
    font-size: 9px;
    -webkit-background-clip: text;
    color: transparent;
    margin: 8px 0px 0px 0px;
  }
  .all-2 .all-content p {
    margin: 5px 0px 8px 0px;
    font-size: 4.5px;
  }
  .all-2 .all-content span {
    font-size: 20px;
    margin: 3px 0px px 0px;
  }
  .all-2 .all-content .cont-01 {
    display: flex;
    width: 90%;
    gap: 10px;
  }
  .all-2 .all-content .cont-02 {
    display: flex;
    gap: 10px;
  }
  .all-2 .all-content .cont-03 {
    display: flex;
    gap: 10px;
  }
  .all-2 .all-content .know-btn {
    color: white;
    font-size: 4px;
    padding: 5px;
    border: 0px;
    background: linear-gradient(#d114d1, #10a3da);
    border-radius: 5px;
    margin: 5px 0px 0px 30px;
    transition: transform 0.3s;
  }
  .know-btn:hover {
    transform: scale(1.05);
  }
  body .center {
    color: white;
    margin: 40px auto;
    text-align: center;
    padding: 20px;
  }
  body .center h1 {
    font-size: 28px;
    font-family: "Orbitron", sans-serif;
  }
  body .center p {
    margin: 8px 0px 0px 0px;
    font-size: 10px;
  }
  .center .card {
    display: flex;
    gap: 0px;
    padding: 0px 0px 0px 0px;
    align-items: center;
    justify-content: space-evenly;
    margin: 15px 15px;
  }
  .center .card .cards-2 {
    display: none;
  }
  .center .card .cards-3 {
    display: none;
  }
  .center .card .cards-1 {
    border: 1px solid white;
    width: 55%;
    height: 250px;
    padding: 8px;
    margin: 10px auto;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1;
    position: relative;
  }
  .center .cards-1::before {
    background: linear-gradient(90deg, #d10ed1, #10a3da);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    margin: 0px 0px 0px 0px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .center .cards-1 img {
    width: 100%;
    height: 55%;
    object-fit: cover;
    border-top-right-radius: 20px;
  }
  .center .cards-1 h1 {
    font-size: 8px;
    margin: 10px 0px 0px 0px;
  }
  .center .cards-1 p {
    font-size: 7px;
  }
  .center .cards-1 button {
    color: white;
    width: 50%;
    height: 10%;
    padding: 2px;
    font-size: 11px;
    margin: 15px 15px 0px 0px;
    border: 1px solid white;
    background: transparent;
    border: none;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1;
    position: relative;
    transition: transform 0.3s;
  }
  .center .cards-1 button:hover {
    transform: scale(1.05);
  }
  .center .cards-1 button::before {
    background: linear-gradient(90deg, #d10ed1, #10a3da);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 3px;
    padding: 1px;
    margin: 0px 0px 0px 0px;
  }
  body .all-3 {
    color: white;
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
  }
  body .all-3 h1 {
    font-size: 19px;
    font-family: "Orbitron", sans-serif;
    margin: 0px;
  }
  body .all-3 p {
    font-size: 9px;
  }
  .game {
    background: linear-gradient(#d10ed1, #10a3da);
    font-size: 19px;
    -webkit-background-clip: text;
    color: transparent;
    font-family: "Orbitron", sans-serif;
    margin: 0px 0px 0px 0px;
  }
  .all-3 .all-3-img {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: space-evenly;
    /* margin: 30px 0px 0px 35px; */
    padding: 0px;
  }
  .all-3 .all-3-img .drag-1 {
    width: 80%;
    margin: 20px auto;
    border: 1px solid transparent;
    padding: 2px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(255, 0, 255, 0.4), 0 0 20px rgba(0, 0, 255, 0.4);
    transition: transform 0.3s;
  }
  .all-3 .all-3-img .drag-2 {
    width: 80%;
    margin: 20px auto;
    border: 1px solid transparent;
    padding: 2px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(255, 0, 255, 0.4), 0 0 20px rgba(0, 0, 255, 0.4);
    transition: transform 0.3s;
  }
  .all-3 .all-3-img .drag-1:hover {
    transform: scale(1.05);
  }
  .all-3 .all-3-img .drag-2:hover {
    transform: scale(1.05);
  }
  body .all-4 {
    width: 95%;
    margin: 30px auto;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 5px;
    background-image: url(./asset/61218a61806dd155000db80873c845157d52c79c.png);
    background-color: linear-gradient(rgb(6, 6, 75), #0a0e52, rgb(11, 11, 50));
    background: no-repeat;
    object-fit: cover;
    border-radius: 10px;
    border: 0px solid white;
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.4), 0 0 5px rgba(0, 0, 255, 0.4);
  }
  .all-4 .left {
    width: 60%;
    border: 0px solid white;
  }
  .all-4 .left .stright {
    display: flex;
    align-items: center;
    font-family: "Orbitron", sans-serif;
  }
  .all-4 .left .stright img {
    transform: rotate(5deg);
    width: 16px;
    height: 10px;
    margin: 0px 0px 0px 0px;
  }
  body .all-4 .left {
    margin: 0px 0px 0px 0px;
  }
  .all-4 .left h1 {
    margin: 0px 0px 0px 0px;
    font-size: 13px;
  }
  .all-4 .left .stright h1 {
    font-size: 13px;
  }
  .all-4 .left p {
    margin: 10px 0px 0px 0px;
    font-size: 7px;
  }
  .all-4 .right img {
    width: 110%;
    height: 70px;
    border-radius: 20px;
    opacity: 0.6;
    margin: 0px 0px 0px 0px;
  }
  .all-4 .left .inputs-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 25px 0px 0px 0px;
  }
  .all-4 .left input {
    padding: 5px;
    width: 35%;
    border: 0px solid gray;
    box-shadow: 0px 0px 8px rgb(13, 0, 68);
    font-size: 8px;
    margin: 0px 0px 0px 0px;
  }

  .all-4 .left .start-btn button {
    color: white;
    background-color: transparent;
    font-size: 8px;
    border: 0px solid transparent;
    background: linear-gradient(#d114d1, #10a3da);
    border-radius: 5px;
    width: 40px;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    transition: transform 0.3s;
  }
  .start-btn button:hover {
    transform: scale(1.05);
  }
  body .all-5 {
    width: 97%;
    margin: 40px auto;
    height: 150px;
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: linear-gradient(rgb(6, 6, 75), #0a0e52, rgb(11, 11, 50));
    background: no-repeat;
    object-fit: cover;
    border-radius: 10px;
    border: 0px solid white;
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.4), 0 0 5px rgba(0, 0, 255, 0.4);
    gap: 30px;
  }
  .all-5 .all-left h1 {
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    font-family: "Oswald", "sans-serif";
  }
  .all-5 .all-left p {
    font-size: 4.5px;
    margin: 0px 0px 0px 0px;
  }
  .all-5 .all-left {
    margin: 0px 0px 0px 0px;
  }
  .all-5 .all-right {
    width: 25%;
    margin: 0px 0px 0px 0px;
  }
  .all-5 .all-right img {
    width: 60px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
  }
  .all-5 .all-right .first-imgs {
    position: relative;
  }
  .all-5 .all-right .second-imgs {
    position: absolute;
    top: 295.5%;
    left: 268px;
    background: transparent;
  }
  body .contact {
    width: 94%;
    height: 420px;
    margin: 20% auto;
    display: flex;
    color: white;
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.4), 0 0 5px rgba(0, 0, 255, 0.4);
  }
  .contact .left-contact {
    display: none;
  }
  .contact .right-contact {
    width: 90%;
    height: 360px;
    margin: 10px;
    padding: 5px;
  }
  .contact .right-contact .form-para {
    font-size: 12px;
    font-weight: 400;
    background: linear-gradient(#d10ed1, #10a3da);
    -webkit-background-clip: text;
    color: transparent;
  }
  .contact .right-contact .form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px;
    background: transparent;
    width: 100%;
    height: 350px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0px 0px 0px;
    background-color: rgb(6, 3, 30);
    box-shadow: 0 0 10px rgba(20, 20, 120, 0.4), 0 0 10px rgba(49, 49, 241, 0.4);
  }
  .contact .right-contact .form .form-all .form-main label {
    font-size: 10px;
    background-color: rgb(6, 3, 30);
  }
  .contact .right-contact .form .form-all .form-main input {
    width: 135px;
    height: 3px;
    border-radius: 5px;
    padding: 12px;
    background-color: rgb(6, 3, 30);
  }
  .contact .right-contact .form .form-all .form-main input::placeholder {
    font-size: 9px;
  }
  .contact .right-contact .form .form-all .form-main input:focus {
    outline: none;
  }

  .contact .right-contact .form .form-all .form-main input:focus-within {
    border: 1.5px solid #2d79f3;
  }
  .contact .right-contact .form .form-all .form-main {
    margin: 10px 0px 0px 0px;
    padding: 0px;
  }
  .contact .right-contact .form .form-all .form-mains {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: rgb(6, 3, 30);
    padding: 10px 0px 0px 0px;
  }
  .contact .right-contact .form .form-all .form-mains p {
    font-size: 10px;
    background-color: rgb(6, 3, 30);
  }
  .contact .right-contact .form .form-all .form-main .one {
    gap: 8px;
  }
  .contact .right-contact .form .form-all .form-main select {
    width: 135px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid white;
    color: white;
    font-size: 8px;
    background-color: rgb(6, 3, 30);
  }
  .contact .right-contact .form .form-all .form-main select:focus {
    outline: none;
  }
  .contact .right-contact .form .form-all .form-main select:focus-within {
    border: 1.5px solid #2d79f3;
  }
  .contact .right-contact .form .form-all .form-mains .big {
    width: 281px;
    height: 30px;
    border-radius: 5px;
    font-size: 9px;
    background-color: rgb(6, 3, 30);
  }
  .contact .right-contact .form .form-all .form-mains textarea {
    width: 281px;
    height: 50px;
    padding: 10px;
    border-radius: 5px;
    color: white;
    background-color: rgb(6, 3, 30);
  }
  .contact .right-contact .form .form-all .form-mains textarea:focus {
    outline: none;
  }
  .contact .right-contact .form .form-all .form-mains textarea:focus-within {
    border: 1.5px solid #2d79f3;
  }
  .contact .right-contact .form .form-all .send {
    color: white;
    width: 100%;
    height: 40px;
    margin: 10px 0px 0px 0px;
    border-radius: 15px;
    background: linear-gradient(#d10ed1, #10a3da);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 12px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    position: relative;
  }
}
.all-5 {
  display: flex;
  color: white;
  align-items: center;
  width: 94%;
  margin: 7% auto;
  padding: 75px;
  background-color: linear-gradient(rgb(6, 6, 75), #0a0e52, rgb(11, 11, 50));
  background: no-repeat;
  object-fit: cover;
  border-radius: 10px;
  border: 0px solid white;
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.4), 0 0 5px rgba(0, 0, 255, 0.4);
  gap: 30px;
}
.all-right img {
  width: 290px;
  padding: 15px;
  margin: 0px 0px 0px 100px;
}
.all-right .first-imgs {
  position: relative;
  transform: rotate(-8deg);
}
.all-right .second-imgs {
  position: absolute;
  top: 483%;
  left: 817px;
  background: transparent;
}
.all-left h1 {
  font-size: 38px;
  font-family: "Oswald", "sans-serif";
}
.all-left p {
  font-size: 15px;
  row-gap: 50px;
}
.all-left {
  margin: 0px 0px 0px 20px;
}
.contact {
  width: 94%;
  height: 710px;
  margin: 5% auto;
  display: flex;
  justify-content: space-evenly;
  color: white;
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.4), 0 0 5px rgba(0, 0, 255, 0.4);
}
.para-tag {
  margin: 5px 0px 0px 25px;
  padding: 10px 10px 0px 15px;
}
.para-tag img {
  margin: 5px;
  padding: 10px;
}
.left-contact {
  width: 52%;
  margin: auto 30px;
  padding: 10px 20px 15px 25px;
}
.left-contact h5 {
  font-weight: 600;
  font-size: 35px;
  padding: 20px 0px 30px 30px;
  background: linear-gradient(#d10ed1, #10a3da);
  -webkit-background-clip: text;
  color: transparent;
}
.left-contact h1 {
  font-weight: 500;
  font-size: 70px;
  width: 100%;
  padding: 30px 30px 0px 30px;
  background: linear-gradient(#d10ed1, #10a3da);
  -webkit-background-clip: text;
  color: transparent;
}
.left-contact p {
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 20px;
}
.right-contact {
  width: 40%;
  margin: 2% auto;
}
.form .form-para {
  font-size: 19px;
  font-weight: 600;
  background: linear-gradient(#d10ed1, #10a3da);
  -webkit-background-clip: text;
  color: transparent;
}
.form-main label {
  font-size: 15px;
  background-color: rgb(6, 3, 30);
}
.form-main input {
  width: 240px;
  height: 50px;
  border-radius: 10px;
  color: white;
  border: 1px solid white;
}
.form-main input:focus {
  outline: none;
}

.form-main input:focus-within {
  border: 1.5px solid #2d79f3;
}
.form-main {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px auto;
  padding: 20px 0px 0px 0px;
  background-color: rgb(6, 3, 30);
}
.form-mains {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 0px 0px 0px;
  background-color: rgb(6, 3, 30);
}
.form-mains p {
  font-size: 17px;
  background-color: rgb(6, 3, 30);
}
.one {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: rgb(6, 3, 30);
}
.form {
  border: 0px solid white;
  background-color: rgb(6, 3, 30);
  height: 650px;
  width: 95%;
  margin: auto;
  padding: 25px;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 10px rgba(20, 20, 120, 0.4), 0 0 10px rgba(49, 49, 241, 0.4);
}
.platform {
  display: flex;
  gap: 40px;
  padding: 0px 0px 0px 30px;
}
.meta {
  width: 150px;
  height: 35px;
}
.play-station {
  width: 60px;
  height: 50px;
}
select {
  width: 240px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid white;
  color: white;
  font-size: 18px;
}
select:focus {
  outline: none;
}
select:focus-within {
  border: 1.5px solid #2d79f3;
}
.big {
  width: 490px;
}
textarea {
  width: 490px;
  height: 100px;
  padding: 10px;
  border-radius: 10px;
  color: white;
}
textarea:focus {
  outline: none;
}
textarea:focus-within {
  border: 1.5px solid #2d79f3;
}
.send {
  color: white;
  width: 98%;
  margin: 20px 0px 0px 0px;
  height: 60px;
  border-radius: 10px;
  background: linear-gradient(#d10ed1, #10a3da);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  position: relative;
}
.send::before {
  background: linear-gradient(90deg, #d10ed1, #10a3da);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  margin: 0px 0px 0px 0px;
}
.form-all {
  background-color: rgb(6, 3, 30);
}
option {
  background-color: white;
  font-size: 18px;
  color: black;
}
.all-1 {
  animation-name: example;
  animation-duration:-4s;
}
@keyframes example {
  100% {
    left: 100px;
    top: 0px;
  }
}
