body {

  overflow: auto;
  overflow-x: hidden;


  margin: 0;
  padding: 0;
  text-align: center;
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #222222 32px), repeating-linear-gradient(#2d2c2c, #2d2c2c);
  background-color: #222222;


}

p {
  color: #fff;
  word-wrap: break-word;
  font-size: 20px;
  text-align: center;
}

/* Animation */

.gold {

  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  background: linear-gradient(90deg, rgba(186, 148, 62, 1) 0%, rgba(236, 172, 32, 1) 20%, rgba(186, 148, 62, 1) 39%, rgba(249, 244, 180, 1) 50%, rgba(186, 148, 62, 1) 60%, rgba(236, 172, 32, 1) 80%, rgba(186, 148, 62, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite;
  background-size: 200%;
  background-position: left;
  z-index: 4;
  position: relative;

}

@keyframes shine {
  to {
    background-position: right
  }

}

/* HEADER */

.header {
  background-color: #070d13;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  position: sticky;
  top: 0;
  box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
  z-index: 5;
}

.main-login {
  display: flex;
}

.main-logo>div {
  display: block;
}

.main {
  display: flex;
  align-items: center;
}

.main-news {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-right: 30px;
}

.reg {
  font-size: 13px !important;
  width: 90px;
  background-color: #00E777;
  margin-left: 8px;
  height: 36px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  border: 0;
  text-transform: uppercase;
  transition: all .2s;
  cursor: pointer;
}

.reg-style {
  margin: 0 auto;
  text-decoration: none;
  color: black;
}

.reg:hover {
  background-color: #00E777;
}

.login {
  font-size: 13px !important;
  width: 90px;
  margin-left: 8px;
  background-color: #141d25;
  height: 36px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  border: 0;
  text-transform: uppercase;
  transition: all .2s;
  cursor: pointer;
}

.login-style {
  margin: 0 auto;
  text-decoration: none;
  color: white;
}

.help,
.promo,
.news {
  font-size: 13px;
}

.login:hover {
  background-color: #1b2c3c;
}

.login a:hover {
  color: white;
}

.reg a:hover {
  color: white;
}


/************************ Promotion button place ************************/

.promo {
  background-color: #141d25;
  height: 35px;
  line-height: 35px;
  padding: 0 8px;
  border-radius: 2px;
  width: 120px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#promoLink {
  color: #00E777;
  text-decoration: none;
  left: 32px;
}

#svgSize {
  color: #00E777;
  height: 15px;
}


/************************ Promotion button place ************************/

.promo:hover {
  background-color: #1b2c3c;
  text-decoration: none;
}

.help,
.news {
  color: white;
}

.help:hover,
.news:hover {
  color: #00E777;
}

.help,
.promo,
.news {
  margin-left: 30px;
  text-decoration: none;
}

.logo {
  display: block;
  width: 180px;
  height: auto;
}

.logo-mob {
  display: none;
}


a {
  color: #00E777;
  text-decoration: none;
  /* font-weight: bold; */
}



/* CONTENT */

.text-1 ul li {
  color: #fff;
  text-align: left;
  list-style: none;
}



.content {
  max-width: 900px;
  margin: 0 25%;
}

span {
  background: #2c2c2c;
}

.heading {
  font-size: 35px;
  color: #fff;
  margin-top: 1.5%;
  margin-bottom: 1%;
  /* font-weight: 600; */
  letter-spacing: 2px;
  font-size: 48px;
  /* color: #DDE3FD; */
}

.banner img {
  background-size: cover;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 80%, transparent 100%);
}

.web {
  display: block;
}

.mob {
  display: none;
}


ul {
  color: black;
  /* margin-bottom: 5%; */
  text-align: left !important;
}

li {
  text-align: left !important;
}

/* BUTTON */

.button {
  cursor: pointer;
  padding: 15px 50px;
  font-size: 20px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  transition: .5s;
  color: white;
  display: inline-block;
  border-radius: 10px;
  border: 0px;
  background: linear-gradient(0deg, #00E777, #00E777);
  cursor: pointer;
}


.button:active,
.button:hover {
  transition: .8s;
  background: white;
  color: #00E777 !important;
}

.btn {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
}



@media (max-width: 920px) {
  .content {
    margin: 50px;
  }
}

@media (max-width: 600px) {

  th,
  td {
    font-size: 16px;
  }

  .btn {
    padding: 25px 0px 0px 0px;
  }
}

@media (max-width: 500px) {
  .heading {
    font-size: 25px;
  }
}

@media (max-width: 400px) {

  th,
  td {
    font-size: 14px;
  }
}

@media (max-width: 670px) {
  .web {
    display: none;
  }

  .mob {
    display: block;
  }

  .main-news {
    display: none;
  }

  .logo {
    display: none;
  }

  .logo-mob {
    display: block;
  }
}

@media (max-width: 655px) {
  .login {
    margin-left: 8px;
  }
}

.font20 {
  font-size: 20px;
}

.toBottom30 {
  margin-bottom: 1%;
}

.font12 {
  font-size: 14px;
}

.font11 {
  font-size: 14px;
}

.lsTypeArr {
  margin-top: 10px;
  margin-bottom: 10px;
  list-style-type: none;
}

.main-article-content {
  background-color: transparent;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 2% 4% 3%;
  border-radius: 15px;
}

.whiteText {
  color: white;
}

.onePercPadd {
  padding-top: 1.5%;
}

#backToTop {
  display: inline-block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#backToTop>a {
  text-decoration: none;
}

#backToTop>img {
  width: 70px;
  height: 100%;
}

.tableCollapse>.tab-label,
.tableTab {
  display: flex;
  justify-content: space-around;
}

.tableTab {
  border-radius: 8px;
}

.tableTab>.tableCollapse>.tab-content {
  margin-right: 8%;
  margin-left: 6%;
}

.tableTab>strong {
  font-weight: 600;
}

.strongHeading {
  font-weight: 900;
}

.tab-content>table {
  width: 80%;
  display: inline-table;
  border-collapse: collapse;
  border-radius: 20px;
}

.tab>.tab-label {
  color: white;
  text-shadow: .1em .1em 0 hsl(200 50% 30%);
}

table {
  display: flex;
}

table>thead>tr,
td,
th {
  justify-content: center;
  align-items: center;
}

.tableCollapse>.tab-content {
  margin-left: 25%;
  margin-right: 25%;
}

#etim {
  margin-right: 10%;
  margin-left: 10%;
}

#etimNested {
  margin-right: 10%;
  margin-left: 10%;
}


/* accordion   */

input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.row {
  display: flex;
}

.row .col {
  flex: 1;
}

.row .col:last-child {
  margin-left: 1em;
}


/* Accordion styles */

.tabs {
  border-radius: 8px;
  overflow: hidden;
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}

.tab p {
  color: black !important;
  text-align: left;
  font-size: 16px;
}

.tab-label {
  border-radius: 20px;
  border-bottom: 1px solid white;
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #00E777;
  font-weight: bold;
  cursor: pointer;
  font-size: 25px;
}

.tab-label:hover {
  background: rgba(255, 255, 255, 0.247);
  color: #00E777;
  transition: 0.8s;
}

.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 1s;
}

.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #00E777;
  background: #e8f6f9ac;
  transition: all 0.35s;
  border-radius: 20px;
}


.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.tab-close:hover {
  background: #2a3e53;
}

input:checked+.tab-label {
  background: #00E777;
  color: #fff;
}

input:checked+.tab-label::after {
  transform: rotate(90deg);
}

input:checked~.tab-content {
  max-height: 165vh;
  padding: 0 3em;
}




/* .tab-content > p {
  color: #0E3037;
  }
  */


/*# sourceMappingURL=style1.css.map */


/* table **************************/

table {
  border-collapse: unset;
  display: flex;
  justify-content: center;
  padding: 2px;
  padding-bottom: 3%;
}

table>tr,
td {
  padding: 10px;
}

.padTable {
  padding-top: 3%;
  padding-bottom: 3%;
  overflow-x: auto;
}

#padTable>table,
th,
td {
  border: 2px solid black;
  font-size: 15px;
  color: black;
}

#padTable {
  overflow-x: auto;
}

.arrows {
  position: fixed;
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 2%;
  bottom: 5%;
  position: fixed;
}

.arrows img {
  width: 35px;
  height: 35px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  background: #00E777;
  transition: .5s;
  margin: 5px 0;
  border-radius: 50%;
}

.arrows img:hover {
  background: #00582e;
}


.container {

  max-width: 900px;

}

.container span {
  color: white;
  background-color: transparent;
  font-size: 40px;
  padding-left: 10px;

  font-weight: bold;
  border-left: 8px solid #00E777;

}

.container ul {
  font-size: 25px;
  color: white;
  display: inline-block;
  text-align: left;
  padding: 50px;
}


.box {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s ease-in-out;
}

.box a {
  display: block;
  position: relative;
}

.box img {
  max-width: 100%;
  transition: transform 0.3s ease-in-out;
}

.box:hover img {
  transform: scale(1.1);
}

.box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  transition: border-color 0.3s ease-in-out;
  z-index: -1;
}

.box:hover::before {
  border-color: #00bcd4;
}

*/ .box {
  position: relative;
  flex: 1 1 calc(22% - 15px);
  max-width: calc(22% - 15px);
  min-height: 180px;
  /* Increase the height */
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
}

.box img {
  max-width: 100%;
  max-height: 180px;
  /* Adjust the image height */
  margin-bottom: 10px;
  /* Add margin below the image */
}

.box p {
  color: whitered !important;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: auto;
  font-family: "Montserrat",  !important;
  /* Push the title to the bottom */
}


.box {
  position: relative;
  flex: 1 1 calc(22% - 15px);
  max-width: calc(22% - 15px);
  /* 
    min-height: 50px;
    Increase the height */
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
}

.box img {
  max-width: 100%;
  max-height: 180px;
  /* Adjust the image height */
  margin-bottom: 10px;
  /* Add margin below the image */
}

.box p {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.box:hover p {
  transform: scale(1.1);
  opacity: 0.8;
}


/* Add a subtle shadow effect to the cards on hover */

.box {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.box:hover {
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
}


/* Add a gradient overlay on the cards on hover */

.box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.box:hover::before {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .box {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

@media screen and (max-width: 480px) {
  .box {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .box {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

@media screen and (max-width: 480px) {
  .box {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/*vvv SHINE EFFECT vvv*/

.shimmer {

  font-family: Montserrat;
  font-weight: bold;
  font-size: 30px;
  display: block;
}

.shimmer {
  text-align: center;
  /* -webkit-text-stroke: 1px; */
  color: rgba(0, 231, 119, 0);
  background: -webkit-gradient(linear, left top, right top, from(white), to(orange), color-stop(0.5, yellow));
  background: -moz-gradient(linear, left top, right top, from(white), to(orange), color-stop(0.5, yellow));
  background: gradient(linear, left top, right top, from(white), to(orange), color-stop(0.5, yellow));
  -webkit-background-size: 125px 100%;
  -moz-background-size: 125px 100%;
  background-size: 125px 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-animation-name: shimmer;
  -moz-animation-name: shimmer;
  animation-name: shimmer;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #222;


  text-shadow: 0 0 0 hsla(133, 100%, 50%, 0.563);
}


@-moz-keyframes shimmer {
  0% {
    background-position: top left;
  }

  100% {
    background-position: top right;
  }
}

@-webkit-keyframes shimmer {
  0% {
    background-position: top left;
  }

  100% {
    background-position: top right;
  }
}

@-o-keyframes shimmer {
  0% {
    background-position: top left;
  }

  100% {
    background-position: top right;
  }
}

@keyframes shimmer {
  0% {
    background-position: top left;
  }

  100% {
    background-position: top right;
  }
}

/* Mascot */
@keyframes float {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }

  50% {
    transform: translate3d(-10px, -20px, 0px);
  }

  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

.mascot {
  width: 300px;
  height: auto;
  /* transform: translate3d(0px 0px 0px); */
  animation: float 5s ease-in-out infinite;
  margin: auto;
}

.mascot img {
  width: 80%;
  /* height: auto; */

}



/*^^^^ SHINE EFFECT End ^^^*/




/* scrollbar candy*/

.tab-content::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.tab-content::-webkit-scrollbar {
  border-radius: 10px;
  width: 10px;
  background-color: #F5F5F5;
}

.tab-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #00E777;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, .2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .2) 50%,
      rgba(255, 255, 255, .2) 75%,
      transparent 75%,
      transparent)
}

body::-webkit-scrollbar-track {

  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #2c2c2c;
}

body::-webkit-scrollbar {

  border-radius: 10px;
  width: 5px;
  background-color: #2c2c2c;
}

body::-webkit-scrollbar-thumb {

  border-radius: 10px;
  background-color: #00E777;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, .2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .2) 50%,
      rgba(255, 255, 255, .2) 75%,
      transparent 75%,
      transparent)
}


/*Simple UL*/

.UlSimple {
  font-size: 25px;
  color: white;
  /* display: inline-block; */
  text-align: left;
  padding: 50px;
  font-size: 25px;
  color: white;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.267);
  border: 2px solid #00E777;
  border-radius: 35px;
  padding: 50px;
}


.nft {
  user-select: none;
  max-width: 700px;
  margin: auto;
  border: 1px solid #ffffff22;
  background-color: #282c34;
  background: linear-gradient(0deg, #282c34 0%, rgba(17, 0, 32, 0.5) 100%);
  box-shadow: 0 7px 20px 5px #00000088;
  border-radius: .7rem;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  overflow: hidden;
  transition: .5s all;
}