body {
  margin: 0;
  background-color: #150e28;
  color: white;
  overflow-x: hidden;
}

.maxx {
  max-width: 1512px;
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

header {
  color: white;
  position: relative;
}

header .purple1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -25;
}

.topnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10%;
}

.topnav a {
  text-decoration: none;
}

.topnav h1 {
  font-family: Clash Display;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.topnav h1 span {
  color: #d434fe;
}

.topnav ul {
  display: flex;
  gap: 50px;
  list-style: none;
}

.topnav ul a {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
  color: white;
}

.topnav .btnreg1 {
  padding: 10px 50px;
  border-radius: 5px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  border: none;
  text-decoration: none;
  background: linear-gradient(
    270deg,
    #903aff 0%,
    #d434fe 56.42%,
    #ff26b9 99.99%,
    #fe34b9 100%
  );
}

.topnav .btnreg1 a {
  text-decoration: none;
  color: white;
}

.line {
  background-color: #ffffff2e;
  height: 1px;
  margin: 0;
}

.ign {
  padding: 10px 10%;
  text-align: right;
}

.ign h1 {
  font-family: Montserrat;
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  line-height: 44px;
  text-align: right;
  margin: 15px 0 0;
}

.ign img {
  margin-right: 10px;
}

.headbody {
  display: flex;
  padding: 10px 0 0 10%;
  column-gap: 0px;
  align-items: center;
}

.headtext {
  margin-top: 80px;
}

.headtext .headimgg span {
  color: #d434fe;
}

.headtext h2 {
  font-family: Clash Display;
  font-size: 80px;
  font-weight: 700;
  line-height: 98px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}

.headrec {
  position: relative;
}

.headrec .img1 {
  position: absolute;
  top: -45px;
  right: 30%;
}

.headrec .img2 {
  position: absolute;
  top: -45px;
  right: 50px;
  opacity: 50%;
}

.headrec .img3 {
  position: absolute;
  top: -135px;
  left: 60px;
  opacity: 50%;
}

.headtext h1 {
  font-family: Clash Display;
  font-size: 80px;
  font-weight: 700;
  line-height: 98px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
  display: inline;
}

.headimgg {
  width: 120%;
}

.headtext {
  z-index: 25;
}

.purple2 {
  position: absolute;
  top: 30px;
  left: -50px;
  width: 100%;
  filter: blur(2px);
  animation: rotate 4s infinite;
}

@keyframes rotate {
  50% {
    transform: scaleY(-1);
  }
}

.headimg {
  position: relative;
  width: 100%;
  height: 100%;
}

.imgg {
  display: flex;
  flex-wrap: nowrap;
  margin-left: 10px;
  align-items: center;
}

.poppp {
  width: 100%;
  height: 100%;
}

.headtext p {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  padding-right: 90px;
}

.headtext .btnreg2 {
  padding: 10px 55px;
  border-radius: 5px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  border: none;
  background: linear-gradient(
    270deg,
    #903aff 0%,
    #d434fe 56.42%,
    #ff26b9 99.99%,
    #fe34b9 100%
  );
}

.countrec {
  position: relative;
  margin-top: 100px;
}

.countrec img {
  position: absolute;
  top: -20px;
  right: 150px;
  opacity: 0.5;
}

.countdown p {
  font-family: "Unica One", cursive;
  font-size: 64px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: 0em;
  text-align: left;
}

.countdown p span {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}

.headdy {
  position: relative;
}

.next1 {
  padding: 50px 10%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  color: white;
  column-gap: 70px;
}

.next1img {
  position: relative;
}

.next1img .omgg11 {
  width: 100%;
  animation: rota 3s linear infinite;
}

.next1img .omgg1 {
  position: absolute;
  right: 0px;
  bottom: -8px;
}

.next1img .omgg2 {
  position: absolute;
  left: -60px;
  top: 120px;
}

.next1text {
  position: relative;
}

.next1text img {
  position: absolute;
  right: 0;
  top: 50px;
}

.nextt h1 {
  font-family: Clash Display;
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
}

.nextt h1 span {
  color: #d434fe;
}

.nextt p {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}

.next2 {
  padding: 50px 10% 20px 10%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  color: white;
  column-gap: 70px;
  position: relative;
}

.recpurple1 {
  position: absolute;
  right: 0;
  bottom: -350px;
  z-index: -50;
  filter: blur(20px);
}

.recpurple2 {
  filter: blur(20px);
  position: absolute;
  left: 0px;
  bottom: -100px;
  z-index: -10;
  width: 100%;
}

.next2img .omgg22 {
  width: 90%;
}

.next2text {
  position: relative;
}

.omgg31 {
  position: absolute;
  top: 0;
  left: 45%;
}
.omgg21 {
  position: absolute;
  bottom: -10px;
  right: 50px;
}

.next3 {
  padding: 50px 10%;
  color: white;
  display: flex;
  align-items: center;
  gap: 70px;
  position: relative;
}

.next3img .img00 {
  width: 100%;
  margin-top: 30px;
}

.next3img {
  flex: 1;
}

.recimg21 {
  filter: blur(20px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -2;
  width: 100%;
}

.next3rec {
  position: absolute;
  left: 20%;
  top: -100px;
}

.next3rec2 {
  position: absolute;
  right: 30px;
  bottom: -70px;
}

.next3text {
  flex: 1;
}

.next3text h3 {
  font-family: Clash Display;
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}

.next3text span {
  color: #d434fe;
}

.next3text p {
  margin: 0;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.btnnext3 {
  margin-top: 50px;
  background: linear-gradient(
    270deg,
    #903aff 0%,
    #d434fe 56.42%,
    #ff26b9 99.99%,
    #fe34b9 100%
  );
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
}

.next4 {
  display: flex;
  padding: 100px 10%;
  gap: 50px;
  align-items: center;
}

.plus {
  width: 10px;
  height: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.plus1 {
  width: 10px;
  height: 2.5px;
  background-color: #d434fe;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.plus1:nth-child(1) {
  transform: translateY(7px);
}

.plus1:nth-child(2) {
  transform: rotate(90deg);
}

.plus.active .plus1:nth-child(2) {
  opacity: 0;
}

.faqboss {
  border-bottom: 1px solid #d434fe;
}

.faq {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  display: none;
}

.faq.active {
  display: block;
}

.next4text {
  width: 50%;
}

.next4text h1 {
  font-family: Clash Display;
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
}

.next4text h1 span {
  color: #d434fe;
}

.next4text p {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.next4text p span {
  color: #d434fe;
}

.next4img {
  flex: 1;
  position: relative;
}

.quest1 {
  position: absolute;
  top: -20px;
  left: 20%;
}

.quest2 {
  position: absolute;
  top: -80px;
  left: 40%;
}

.quest3 {
  position: absolute;
  top: -20px;
  right: 25%;
}

.next4img .mainimg {
  width: 120%;
}

.img22 {
  position: absolute;
  top: -400px;
  right: 0px;
  z-index: -10;
  filter: blur(30px);
}

.faq1 {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.next5 {
  padding: 50px 10%;
  text-align: center;
}

.next5 h2 {
  font-family: Clash Display;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.next5 h6 {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 33%;
}

.next5tab {
  margin-top: 50px;
}

.next5table {
  display: flex;
  align-items: end;
  gap: 60px;
  margin: 20px 0;
}

.tab2 {
  margin-bottom: -10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tab3 {
  width: 45%;
  text-align: left;
  margin-bottom: -10px;
}

.tab1 {
  text-align: right;
  width: 45%;
  margin-bottom: -10px;
}

.tab1 h1,
.tab3 h1 {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  color: #d434fe;
  margin-bottom: 20px;
}

.tab33 {
  display: none;
}

.tab1 p,
.tab3 p {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.tab2 .recc1 {
  background-color: #d434fe;
  height: 86px;
  width: 4px;
  margin: 0;
}

.tab2 .recc2 {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #d434fe;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 15px;
}

.next6 {
  padding: 50px 10%;
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
}

.next6 img {
  width: 100%;
}

.next5rew {
  display: flex;
  align-items: center;
}

.next5rew h1 {
  color: #d434fe;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
  line-height: 69px;
  margin: 0;
}

.next5rew h2 {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}

.next6text .h1 {
  font-family: Clash Display;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  text-align: center;
}

.next6text h1 strong {
  color: #903aff;
}

.next6text h1 span {
  color: #d434fe;
}

.next6text p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}

.rewtext {
  border: 1px solid #d434fe;
  border-radius: 10px;
  text-align: center;
  background-color: rgba(144, 58, 255, 0.1);
  margin-top: -80px;
  z-index: -20;
  bottom: -190px;
  padding: 100px 20px 20px;
}

.first,
.second,
.third {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.next6rec1 {
  filter: blur(30px);
  position: absolute;
  right: 0;
  bottom: -250px;
  z-index: -55;
}

.next6rec2 {
  filter: blur(30px);
  position: absolute;
  left: 0;
  /* bottom: 0px; */
  z-index: -55;
}

.next7 {
  margin: 50px 150px;
  border: 2px solid #d434fe;
  position: relative;
}

.lastrec {
  position: absolute;
  top: -200px;
  left: 5%;
  z-index: -25;
  opacity: 0.5;
  width: 100%;
}
.next77 {
  text-align: center;
}

.sponsors2 img,
.sponsors1 img {
  width: 100%;
}

.next7rec {
  height: 112.48px;
  width: 5px;
  background-color: #d434fe;
}

.next7rec2 {
  width: 257.3px;
  height: 5px;
  background-color: #d434fe;
}

.next7rec22 {
  width: 300px;
  height: 5px;
  background-color: #d434fe;
}

/* .sponsors1 img,
.sponsors2 div,
.sponsors3 img {
  width: 100%;
  height: 40%;
} */

.sponsors1 {
  display: flex;
  justify-content: center;
  gap: 120px;
  align-items: center;
}

.sponsor3 {
  display: flex;
  justify-content: center;
  gap: 70px;
}

.sponsors2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
}

.sponsors2 h1 {
  font-size: 61px;
  font-weight: 400;
}

.sponsors2 img {
  width: 100%;
}

.next77 h2 {
  font-family: Clash Display;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
}

.next77 p {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  max-width: 452px;
  margin: 0 auto;
}

footer {
  background-color: #100b20;
  padding: 50px 10%;
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr;
  gap: 30px;
  align-items: baseline;
  filter: blur(100);
}

.foot1 h1 {
  font-family: Clash Display;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
.foot1 h1 span {
  color: #d434fe;
}

.foot1 p {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.foot2 h3,
.foot3 h3 {
  color: #d434fe;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 10px 0;
}

.foot2 p,
.foot3 p {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.terms {
  display: flex;
}

.foot1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 2;
}

.foot2 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.security {
  padding: 50px 10%;
  display: flex;
  gap: 20px;
  align-items: center;
}

.security .left {
  width: 50%;
}
.rightt {
  width: 50%;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.rightt img {
  width: 100%;
}

.almo {
  margin-top: -510px;
}

.left11 {
  max-width: 400px;
}

.left11 h1 {
  font-family: Clash Display;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}

.left11 h1 span {
  color: #d434fe;
}

.left11 p {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.leftbord {
  border: solid 1px #903aff;
  margin: 70px 0;
  max-width: 500px;
  padding: 40px;
  border-radius: 5px;
}

.leftbord p {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.license {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  color: #d434fe;
  margin: 0;
  text-align: left;
  margin-top: 30px;
}

.leftbord h6 {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin: 0;
}
.check {
  display: flex;
  align-items: baseline;
  gap: 15px;
  text-align: left;
}
.check img {
  background-color: #2de100;
  padding: 5px 3px;
  border-radius: 100%;
}
