body {
  background:
    radial-gradient(50% 50% at 100% 0, #161c2a 0% 5%, #1a2238 6% 15%, #161c2a 16% 25%, #1a2238 26% 35%, #161c2a 36% 45%,
      #1a2238 46% 55%, #161c2a 56% 65%, #1a2238 66% 75%, #161c2a 76% 85%, #1a2238 86% 95%,
      #0000 96%),
    radial-gradient(50% 50% at 0 100%, #161c2a 0% 5%, #1a2238 6% 15%, #161c2a 16% 25%, #1a2238 26% 35%, #161c2a 36% 45%,
      #1a2238 46% 55%, #161c2a 56% 65%, #1a2238 66% 75%, #161c2a 76% 85%, #1a2238 86% 95%,
      #0000 96%),
    radial-gradient(50% 50%, #161c2a 0% 5%, #1a2238 6% 15%, #161c2a 16% 25%, #1a2238 26% 35%, #161c2a 36% 45%,
      #1a2238 46% 55%, #161c2a 56% 65%, #1a2238 66% 75%, #161c2a 76% 85%, #1a2238 86% 95%,
      #0000 96%),
    radial-gradient(50% 50%, #161c2a 0% 5%, #1a2238 6% 15%, #161c2a 16% 25%, #1a2238 26% 35%, #161c2a 36% 45%,
      #1a2238 46% 55%, #161c2a 56% 65%, #1a2238 66% 75%, #161c2a 76% 85%, #1a2238 86% 95%,
      #0000 96%) 32px 32px;
  background-size: 64px 64px;
  background-color: #161c2a;
  margin: 0;
  text-align: center;
}

p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 6%;
  text-align: right;
  word-wrap: break-word;
  text-align: center;
  font-family: 'Noto Sans Arabic';
}

.text_1 {
  font-size: 25px;
  font-weight: bold;
}

h1 {
  font-size: 5px;
  margin-bottom: 10px;
  margin-top: 30px;
  font-weight: normal;
}

h2 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: normal;
  padding: 30px;
}

.stunning-text {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  animation: neon-effect 1s ease-in-out infinite alternate;
  text-align: center;
}


.media_1 {
  font-weight: bold;
  color: #00E777;
  border: #00E777;
  background-color: transparent;
  font-size: 30px;
  padding: 10px;
  font-weight: bold;
  border-radius: 50px;
  border: 5px solid;
}

h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: normal;
}




@keyframes neon-effect {
  0% {
    color: #F3F4F6;
    text-shadow: 0 0 5px #F3F4F6, 0 0 10px #F3F4F6, 0 0 15px #00e777, 0 0 20px #00ee77, 0 0 30px #00ee77, 0 0 40px #00ee77, 0 0 50px #00ee77;
  }

  100% {
    color: #F3F4F6;
    text-shadow: 0 0 5px#00e777, 0 0 10px #00e777;

  }
}


@-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;
  }
}


/* HEADER */

.header {
  background-color: #070d13;
  display: flex;
  justify-content: space-between;
  font-family: 'Noto Sans Arabic';
  padding: 15px;
  top: 0;
  position: sticky;
  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;
}

.tab-ims1 {
  margin-top: 10px;
  width: 400px;
  height: 138px;
  margin-bottom: 20px;
}


.tab-ims2 {
  margin-top: 10px;
  width: 350px;
  height: 210px;
  margin-bottom: 20px;
}



.reg {
  font-size: 14px !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 0.2s;
  cursor: pointer;
}

.reg a {
  color: black !important;
}

.reg-style {
  margin: 0 auto;
  text-decoration: none;
  color: black;
}

.reg:hover {
  background-color: #ffffff;
  color: #000;
}

.login {
  font-size: 12px !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 0.2s;
  cursor: pointer;
}

.login a {
  color: white;
}

.login-style {
  margin: 0 auto;
  text-decoration: none;
  color: white;
}

.help,
.promo,
.news {
  font-size: 13px;
}

.login:hover {
  background-color: #1b2c3c;
  color: #fff;
}


/************************ Promotion button place ************************/
.promo {
  background-color: #141d25;
  height: 35px;
  line-height: 35px;
  padding: 0 8px;
  border-radius: 2px;
  width: 107px;
  position: relative;
  display: block;
  justify-content: center;
}

#promoLink {
  color: #00E777;
  text-decoration: none;
  left: 37px;
  position: absolute;
}

#svgSize {
  color: #00E777;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 10px;
}

/************************ 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;
}

/* CONTENT */

.content {
  /* max-width: 900px; */
  margin: 0 30%;
}

span {
  background-color: transparent;
  font-size: 40px;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 35px;
  border: 5px solid;
}

.heading {
  font-size: 25px !important;
  color: #d3afff;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  letter-spacing: 2px;
  font-size: 48px;
  text-align: center;
}

.banner img {
  background-size: cover;
 
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 80%, transparent 100%);
}

.web {
  display: block;
  max-width: 100%;
  width: 100%;
  height:60% !important
}

.mob {
  display: none;
  max-width: 100%;
  width: 100%;
}

/* TABLE */

table {
  border: 2px solid black;
  border-spacing: 2px;
  border-collapse: separate;
}

.place,
td {
  border: 1px solid black;
}

.leaderboard {
  border-spacing: 15px;
  border-collapse: separate;
}

th {
  color: black;
  border: 2px solid black;
}

td {
  color: black;
  text-align: center;
}

tr {
  padding: 20px 40px;
  font-size: 20px;
}

th,
td {
  padding: 1px 5px;
}

ul,
ol {
  color: #000000;
  /* margin-bottom: 5%; */
  text-align: right !important;
  font-size: 15px;
}

hr {
  color: white !important;
  margin: 2rem 0;
}

/* BUTTON */
.button {
  padding: 8px 7px;
  box-shadow: 0px 0px 25px #00E777;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: 'Noto Sans Arabic';
  border: none;
  color: #fff;
  background-color: #00c063;
  font-weight: 700px !important;
  font-style: normal; 
  font-size: 10x;
  line-height: 34px;
  transition: color 0.2s ease-out, transform 0.2s ease-out;
}

.button:hover {
  transform: scale(1.05);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), -4px -4px 10px white;
}

.button:focus {
  outline: none;
  transform: scale(0.95);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), -4px -4px 10px white,
    4px 4px 10px 0 rgba(0, 0, 0, 0.1) inset, -4px -4px 10px white inset;
}

.button:hover,
.button:focus {
  color: #000;
}

@media (max-width: 920px) {
  .content {
    margin: 50px;
  }

  .stunning-text {

    font-size: 27px;
  }
}

@media (max-width: 600px) {

  th,
  td {
    font-size: 16px;
  }

  .stunning-text {

    font-size: 25px;
  }



  ul,
  ol {
    overflow: hidden;
  }

  /* .tab-ims1 {
    width: 230px;
    height: 90px;
  }

  .tab-ims2 {
    width: 230px;
    height: 131px;
  } */
}

@media (max-width: 500px) {
  .heading {
    padding-top: 10px;
    font-size: 24px;
  }

  .stunning-text {
    font-size: 25px;

  }

  ul,
  ol {
    overflow: hidden;
  }


  .tab-ims1 {
    width: 230px;
    height: 90px;
  }

  .tab-ims2 {
    width: 230px;
    height: 131px;
  }
}

/* @media (max-width: 400px) {
  th,
  td {
    font-size: 14px;
  }
} */


@media (max-width: 450px) {
  .media {
    font-size: 2.5vh;
  }

  .media_1 {
    font-size: 2.5vh;
  }

  .stunning-text {
    font-size: 25px;

  }

  h1 {

    padding-left: 20px;
    padding-right: 20px;
  }

  h2 {
    font-size: 2vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  ul,
  ol {
    overflow: hidden;
  }

  .tab-ims1 {
    width: 195px;
    height: 90px;
  }

  .tab-ims2 {
    width: 295px;
    height: 131px;
  }
}


@media (max-width: 350px) {
  .stunning-text {

    font-size: 20px;
  }

  ul,
  ol {
    /* font-size: 1.7vh; */
    overflow: hidden;
  }

  .media {
    font-size: 2.5vh;
  }

  .media_1 {
    font-size: 2.5vh;

  }

  h1 {
    font-size: 2vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  h2 {
    font-size: 2vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  p {
    font-size: 2vh;
  }

  .tab-ims1 {
    width: 160px;
    height: 60px;

  }

  .tab-label {
    font-size: 16px;

  }

  .tab-content {
    margin-bottom: 25%;
  }

}



@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: 500;
}

.strongHeading {
  font-weight: 900;
}

.tab-content>table {
  width: 100%;
  display: inline-table;
  border-collapse: collapse;
}

.tab>.tab-label {
  color: white;
}

.tab>.tab2-label {
  color: white;
}

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: auto;

  color: white;
  overflow: hidden;
}

.tab-label {
  border-radius: 20px;
  border-bottom: 1px solid white;
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #00c063;
  font-weight: bold;
  cursor: pointer;
  text-align: right;
  font-size: 15px;
}



.tab-label:hover {
  background: white;
  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: #E8F6F9;
  transition: all 0.35s;
  border-radius: 20px;
  overflow: hidden;


}

/* .tab1-label:hover {
  background: white;
  color: #00E777;
  transition: 0.8s;
}

.tab1-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 1s;
}

.tab1-content {
  max-height: 0;
  padding: 0 1em;
  color: #00E777;
  background: #E8F6F9;
  transition: all 0.35s;
  border-radius: 20px;
  overflow: auto;
} */


.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: 365vh;
  padding: 1em;
}


/* 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: 15px;
  height: 15px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, #2c2827, #00E777);
  transition: .5s;
  margin: 5px 0;
  border-radius: 50%;
}


.arrows img:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.text-1 {
  margin: 100px 0;
}

.text-1 p {
  color: #fff;
  text-align: center;
  margin: 10px auto;
  max-width: 600px;
  letter-spacing: 2px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Noto Sans Arabic';


}

/* 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; */

}



/* scroll body */


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: 10px;
  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)
}