:root {
  --index: calc(1vw+1vh);
}

@font-face {
  font-family: "Pricedown";
  src: url("../fonts/pricedown.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
}

@font-face {
  font-family: "Joecaxton";
  src: url("../fonts/Joecaxton.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  font-display: fallback;
}

#selectionInfo {
  white-space: pre-line;
}

body {
  position: relative;
  justify-content: center;
  background: url("../img/NewBack.png") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #333;
  line-height: 1.5;
}

.lang-box {
  position: relative;
  justify-content: left;
  display: flex;
  margin-top: 0.13%;
  margin-left: 1%;
}

.lang-icons {
  transition: 1s;
  width: 35px;
  height: auto;
}

.lang-box img {
  width: 35px;
  height: auto;
}

.lang-icons:hover {
  transform: scale(1.05);
}

.video {
  margin-top: 3%;
  max-width: 100%;
  margin-left: -5%;
  display: flex;
}

.video-player {
  border-radius: 20px;
  box-shadow: 5px 5px 30px rgba(254, 254, 255, 0.3);
  border: 2px solid #e0e0e0;
  background-color: #000000;
}

.glowonhover {
  width: 660px;
  height: 150px;
  font-size: 42px;
  font-family: pricedown;
  border: none;
  outline: none;
  color: #fff;
  background: #00158086;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.glowonhover:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(10px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

.glowonhover:active {
  color: #000;
}

.glowonhover:active:after {
  background: transparent;
}

.glowonhover:hover:before {
  opacity: 1;
}

.glowonhover:after {
  z-index: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.tokinfo {
  position: relative;
  overflow: hidden;
  width: inherit;
  font-size: 26px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.5px;
  line-height: 1;
  font-family: "Franklin Gothic Medium";
  text-shadow: 0px 0px 0.5px #000000;
  color: rgba(113, 113, 216, 0.95);
}

.itbut {
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-color: #dcdde6;
  border-style: solid;
  border-radius: 2px;
  margin-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition:
    box-shadow 300ms ease-in-out,
    color 300ms ease-in-out;
  transition:
    box-shadow 300ms ease-in-out,
    color 300ms ease-in-out;
  cursor: pointer;
}

.itbuttype {
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-color: #dcdde6;
  border-style: solid;
  border-radius: 2px;
  -webkit-transition:
    box-shadow 300ms ease-in-out,
    color 300ms ease-in-out;
  transition:
    box-shadow 300ms ease-in-out,
    color 300ms ease-in-out;
  cursor: pointer;
}

.itbuttype:hover {
  box-shadow: 0 0 40px 40px #dde1ff inset;
}

.wrapper {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20%;
  margin-top: -50%;
  background: transparent;
  border: 2px solid;
  border-radius: 20px;
  backdrop-filter: blur(50px);
  box-shadow: 0 0 30px black;
  overflow: hidden;
  transform: scale(0);
  transition:
    transform 1s ease,
    height 0.2s ease;
}

.wrapper.active-glowonhover {
  transform: scale(1);
}

.wrapper .icon-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #4960ad;
  color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 20px;
  cursor: pointer;
  z-index: 0;
}

.wrapper.active {
  height: 520px;
}

.wrapper .from-box {
  width: 100%;
  padding: 40px;
}

.itwrapper {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -100% 1% 1% 2%;
  background: transparent;
  border: 2px solid;
  border-radius: 20px;
  backdrop-filter: blur(50px);
  box-shadow: 0 0 30px black;
  overflow: hidden;
  transform: scale(0);
  transition:
    transform 1s ease,
    height 0.2s ease;
}

.itwrapper img {
  padding-top: 0.5%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  width: 25px;
  height: 50px;
}

.itwrapper.active-itbut {
  transform: scale(1);
}

.itwrapper .iticon-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #4960ad;
  color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 20px;
  cursor: pointer;
  z-index: 0;
}

.itwrapper.active {
  height: 520px;
}

.itwrapper .from-box {
  width: 100%;
  padding: 40px;
}

.itbut:hover {
  box-shadow: 0 0 40px 40px #dde1ff inset;
}

.itwrapper1 {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -30% 1% 1% 30%;
  background: transparent;
  border: 2px solid;
  border-radius: 20px;
  backdrop-filter: blur(50px);
  box-shadow: 0 0 30px black;
  overflow: hidden;
  transform: scale(0);
  transition:
    transform 1s ease,
    height 0.2s ease;
}

.itwrapper1 img {
  padding-top: 0.5%;
  margin-left: 0.5%;
  margin-right: 0.5%;
}

.itwrapper1.active-itbut1 {
  transform: scale(1.2);
}

.itwrapper1 .iticon-close1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  background: #4960ad;
  color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 20px;
  cursor: pointer;
  z-index: 0;
}

.itwrapper1.active {
  height: 520px;
}

.itwrapper1 .from-box {
  width: 100%;
  padding: 30px;
  border-color: #dcdde6;
}

.itbut1 {
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-color: #dcdde6;
  border-style: solid;
  border-radius: 2px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition:
    box-shadow 300ms ease-in-out,
    color 300ms ease-in-out;
  transition:
    box-shadow 300ms ease-in-out,
    color 300ms ease-in-out;
  cursor: pointer;
}

.itbut1:hover {
  box-shadow: 0 0 40px 40px #dde1ff inset;
}

.itwrapper2 {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -10% 1% 1% 12%;
  background: transparent;
  border: 2px solid;
  border-radius: 20px;
  backdrop-filter: blur(50px);
  box-shadow: 0 0 30px black;
  overflow: hidden;
  transform: scale(0);
  transition:
    transform 1s ease,
    height 0.2s ease;
}

.itwrapper2.active-itbut2 {
  transform: scale(1.4);
}

.itwrapper2 .iticon-close2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #4960ad;
  color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 15px;
  cursor: pointer;
  z-index: 0;
}

.itwrapper2.active {
  height: 520px;
}

.itwrapper2 .from-box {
  width: 100%;
  padding: 20px;
}

.itbut2 {
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-color: #dcdde6;
  border-style: solid;
  border-radius: 2px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition:
    box-shadow 300ms ease-in-out,
    color 300ms ease-in-out;
  transition:
    box-shadow 300ms ease-in-out,
    color 300ms ease-in-out;
  cursor: pointer;
}

.itbut2:hover {
  box-shadow: 0 0 40px 40px #dde1ff inset;
}

.topnav {
  position: relative;
  background-color: #2d2b4b;
  overflow: hidden;
  width: inherit;
  font-size: 18px;
}

.topnav a {
  float: right;
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;
  padding: 10px;
}

.topnav button {
  background: transparent;
  cursor: pointer;
}
.topnavbottom {
  position: relative;
  background-color: #2d2b4b;
  color: #ddd;
  overflow: hidden;
  width: inherit;
  font-size: 18px;
}

.topnavbottom p {
  text-align: left;
  letter-spacing: 1.5px;
  line-height: 1;
  font-family: Joecaxton;
  text-shadow: 0px 0px 0.5px #000000;
}

.topnavbottom img {
  float: left;
  padding-top: 0.5%;
  margin-left: 1.5%;
  margin-right: 1%;
  width: 75px;
  height: 80px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #5c80f5;
  color: white;
}

.infotext {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 1.5px;
  font-family: Century Gothic;
  text-align: center;
  color: rgba(113, 113, 216, 0.95);
  text-shadow: 0px 0px 0.5px #000000;
}

.infotext img {
  position: relative;
  width: 100%;
  height: auto;
}

.newsimg {
  position: relative;
  text-align: center;
  transition: 1s;
}

.newsimg:hover {
  transform: scale(1.05);
}

.newsimg img {
  position: relative;
  align-items: center;
  width: 60%;
  height: auto;
  border: 3px solid #2569a1;
  border-radius: 50%;
}

.maintext {
  position: relative;
  font-size: 80px;
  font-family: pricedown;
  text-align: center;
  letter-spacing: 2.5px;
  color: rgba(225, 225, 235, 0.95);
  text-shadow: 1px 3px 5px #000000;
}

.maintext img {
  position: relative;
  margin-left: -33%;
  width: 166%;
  height: auto;
}

.maintext1 {
  position: relative;
  font-size: 110px;
  font-family: pricedown;
  text-align: center;
  line-height: 110%;
  color: rgba(225, 225, 235, 0.95);
  text-shadow: 1px 3px 5px #000000;
}
.maintext1 img {
  position: relative;
  width: auto;
  height: auto;
  margin-top: -12%;
}

.mimage {
  position: relative;
  justify-content: center;
  display: flex;
}

.mimage img {
  width: 1900px;
}

.sectext {
  position: relative;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  font-family: Century Gothic;
  text-align: center;
  color: rgba(113, 113, 216, 0.95);
  text-shadow: 0px 0px 0.5px #000000;
}

.sectext img {
  position: relative;
  width: 400px;
  height: auto;
}

.thirdtext {
  position: relative;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: rgba(113, 113, 216, 0.95);
  font-family: Century Gothic;
  text-align: center;
  text-shadow: 0px 0px 0.5px #000000;
}

.thirdtext img {
  width: 100%;
  height: auto;
}

.ftext {
  position: relative;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: rgba(166, 255, 162, 0.95);
  font-family: Century Gothic;
  text-align: center;
  text-shadow: 0px 0px 0.5px #000000;
}

.ftext img {
  width: 100%;
  height: auto;
}

.ctitle {
  position: relative;
  text-align: center;
  color: rgba(225, 225, 235, 0.95);
  font-size: 42px;
  font-family: pricedown;
  line-height: 1.2;
  letter-spacing: 1.5px;
}

.ctitle img {
  position: relative;
  width: 60px;
  height: auto;
}

.ctitle input {
  width: 70%;
  height: 100%;
  text-align: center;
  background: transparent;
  border: 5px solid #f2f2f2;
  outline: none;
  color: rgba(166, 255, 162, 0.95);
}

.socimg {
  width: 100px;
  height: 100px;
  margin: 10px;
  transition: 1s;
}

.socimg:hover {
  transform: scale(1.2);
}

.item_img {
  text-align: center;
}

.item_img img:hover {
  transform: scale(1.05);
}

.item_img img {
  position: relative;
  width: 270px;
  height: auto;
  border-radius: 50%;
  border: 3px solid #2569a1;
  transition: 1s;
}

.imgs_main {
  justify-content: center;
  text-align: center;
}

.aslzb {
  margin-top: 3%;
  margin-bottom: 5%;
  box-shadow: 0 7px 8px #333;
  backdrop-filter: blur(50px);
  border: 2px solid #dcdde6;
}

.aslzb p {
  font-size: 18px;
}

.aslzr {
  display: inline-table;
  margin-top: 3%;
  margin-bottom: 5%;
  box-shadow: 0 7px 8px #333;
  border: 2px solid #dcdde6;
}

.aslzr p {
  font-size: 18px;
}

.aslzr img {
  width: 200px;
  height: auto;
  transition: 1s;
}

.aslzr.first {
  display: block;
  position: absolute;
  background-image: image();
  transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
}

.aslzr.second {
  display: flex;
  opacity: 0;
  transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
}

.rbutton {
  margin-left: 2%;
  margin-top: 0.1%;
  padding: 0.1% 1% 0.1% 1%;
  background-color: #695d5d;
  color: #f2f2f2;
  font-size: 24px;
  border-color: #3c56e7;
  border-style: solid;
  border-radius: 2px;
  -webkit-transition:
    box-shadow 300ms ease-in-out,
    color 300ms ease-in-out;
  transition:
    box-shadow 300ms ease-in-out,
    color 300ms ease-in-out;
  cursor: pointer;
}

.rbutton:hover {
  box-shadow: 0 0 40px 40px #3c56e7 inset;
}

.wrapper1 {
  position: relative;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid;
  border-radius: 20px;
  backdrop-filter: blur(50px);
  box-shadow: 0 0 30px black;
  margin-top: 2%;
  margin-bottom: 2%;
}

.wrapper1 a {
  text-decoration: none;
}

.wrapper1 p {
  position: relative;
  font-size: 58px;
  font-family: pricedown;
  text-align: center;
  letter-spacing: 2.5px;
  color: rgba(113, 113, 216, 0.95);
  text-shadow: 1px 3px 5px #000000;
}

.from-box h3 {
  font-size: 1.5em;
  color: #e7dddd;
  text-align: center;
}

.input-box {
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #f2f2f2;
  margin: 30px 0;
}

.input-box label {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  font-size: 1em;
  color: #e4dada;
  font-weight: 500px;
  pointer-events: none;
  transition: 0.5s;
}

.input-box input:focus ~ label,
.input-box input:valid ~ label {
  top: -5px;
}

.input-box input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-size: 1em;
  font-weight: 600;
  padding: 0 35px 0 5px;
  color: #e4dada;
}

.input-box .icon {
  position: absolute;
  right: 8px;
  font-size: 1.2em;
  color: #f2f2f2;
  line-height: 57px;
}

.remember-forgot {
  font-size: 0.9em;
  font-weight: 500;
  margin: -15px 0 15px;
  display: flex;
  justify-content: space-between;
  color: #e4dada;
}

.remember-forgot label input {
  accent-color: #f2f2f2;
  margin-right: 3px;
}

.remember-forgot a {
  color: #f2f2f2;
  text-decoration: none;
}

.remember-forgot a:hover {
  text-decoration: underline;
}

.regbtn {
  width: 100%;
  height: 45px;
  background: #3c56e7;
  border: none;
  outline: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 500;
}

.login-register {
  font-size: 0.9em;
  text-align: center;
  font-weight: 500;
  margin: 25px 0 10px;
  color: #e4dada;
}

.login-register p a {
  color: #f2f2f2;
  text-decoration: none;
  font-weight: 600px;
}

.login-register p a:hover {
  text-decoration: underline;
}

.aslzr.first:hover {
  opacity: 0;
}

.aslzr.second:hover {
  opacity: 1;
  transform: scale(1.05);
}

.icon {
  position: relative;
}

.icon img {
  width: 25px;
  height: auto;
}

.container {
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0px auto;
}

.stage-progress {
  margin: 5% 5%;
  padding: 1%;
  background: transparent;
  border: 2px solid #f2f2f2;
  border-radius: 30px;
  backdrop-filter: blur(50px);
  box-shadow: 0 0 30px rgb(255, 255, 255);
  font-family: Arial, sans-serif;
}

.stage-info {
  font-family: pricedown;
  color: #f3eeee;
  font-size: 28px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 5%;
}

.progress-bar {
  height: 50px;
  background: transparent;
  border: 2px solid #f2f2f2;
  border-radius: 20px;
  backdrop-filter: blur(50px);
  box-shadow: 0 0 30px black;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #4caf50, #8bc34a);
  width: 0%;
  transition: width 0.5s ease;
}

.stage-stats {
  text-align: center;
  font-family: pricedown;
  margin-top: 10px;
  font-size: 32px;
  color: #f3eeee;
}

@media (max-width: 1200px) {
  .container {
    width: 950px;
  }

  .mimage img {
    width: 100%;
    height: auto;
  }

  .maintext {
    font-size: 42px;
  }

  .wrapper {
    width: 85%;
    font-size: 14px;
    margin-left: 1%;
  }

  .itwrapper {
    width: 85%;
    font-size: 14px;
  }

  .itwrapper1 {
    width: 85%;
    font-size: 14px;
  }

  .itwrapper2 {
    width: 85%;
    font-size: 14px;
  }

  .topnav {
    width: 100%;
    font-size: 14px;
  }

  .topnavbottom {
    width: 100%;
    font-size: 14px;
  }

  .topnavbottom img {
    width: 60px;
    height: 65px;
  }
  .rbutton {
    font-size: 18px;
  }
  .glowonhover {
    width: 100%;
    height: 100%;
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .container {
    width: 80%;
    height: auto;
  }
  .maintext1 {
    font-size: 72px;
  }
  .maintext1 img {
    width: 135%;
    height: auto;
    margin-left: -18%;
  }
  .itwrapper {
    width: 120%;
    height: auto;
    margin-left: -10%;
    margin-top: -150%;
  }
  .itwrapper img {
    width: 40%;
    height: auto;
  }
  .itwrapper2 {
    width: 60%;
    height: auto;
    margin-left: 20%;
    margin-top: -50%;
  }
  .itwrapper2 img {
    width: 70%;
    height: auto;
  }
  .video-player {
    width: 100%;
    height: auto;
    margin-left: 5%;
  }
  .maintext img {
    width: 135%;
    height: auto;
    margin-left: -18%;
  }
}

@media (max-width: 768px) {
  .container {
    width: 80%;
    height: auto;
  }
  .maintext1 {
    font-size: 45px;
  }
  .maintext1 img {
    width: 135%;
    height: auto;
    margin-left: -18%;
  }
  .video-player {
    width: 100%;
    height: auto;
    margin-left: 5%;
  }
  .sectext img {
    width: 300px;
  }
  .wrapper {
    width: 90%;
    height: auto;
    margin-left: -8%;
  }
  .itwrapper {
    width: 100%;
    height: auto;
    margin-left: 1%;
    margin-top: -350%;
  }
  .itwrapper img {
    width: 97%;
    height: auto;
  }
  .itwrapper1 {
    width: 100%;
    height: auto;
    margin-left: 1%;
    margin-top: -150%;
  }
  .itwrapper1 img {
    width: 90%;
    height: auto;
  }
  .itwrapper2 {
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-top: -100%;
  }
  .itwrapper2 img {
    width: 100%;
    height: auto;
  }
  .ctitle {
    font-size: 28px;
  }
  .ctitle img {
    width: 40px;
    height: auto;
  }
  .ftext {
    font-size: 18px;
    word-break: break-all;
  }
}
