* {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/* ---- reset ---- */

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;

  height: 1172px;
  /* background-color: #000a9f; */
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 50% 50%;
}

/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

.c-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%);
  -ms-transform: translate(-50%, -25%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -25%);
  /* Safari prior 9.0 */
}

.canvas-text {
  transform: rotate(390deg);
  -ms-transform: rotate(390deg);
  /* IE 9 */
  -webkit-transform: rotate(390deg);
  /* Safari prior 9.0 */
  position: absolute;
  bottom: -404px;
  left: -9px;
  font-size: 1.2rem;
  letter-spacing: 20px;
}

.canvas-text text,
.canvas-text-copy text {
  fill: #00f !important;
  text-shadow: 0px 0px 10px #fff !important;
}

.canvas-text-copy {
  transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  /* IE 9 */
  -webkit-transform: rotate(210deg);
  /* Safari prior 9.0 */
  position: absolute;
  bottom: 30px;
  left: 57px;
  font-size: 1.2rem;
  letter-spacing: 8px !important;
}

.wrapper {
  position: relative;
  width: 100%;
}

/* Main Canvas element  */
.challenge-circle {
  display: inline;
  /* transform: translate(-50%, -2254%); */
}

li {
  list-style-type: none;
}

.banner {
  position: relative;
  width: 100%;
  /*height: 1172px; -- commented by Manish - after removing the countdown and the buttons */
  /*height: 800px;*/
  background: #000a9f;
}


.banner-register,
.banner-register #particles-js {
  height: 172px !important;
}

/* navbar */
.navbar .show {
  z-index: 1;
  background: #00046e;
  text-align: center;
  -webkit-transition: height 5s;
  transition: height 5s;
  position: absolute;
  width: 100%;
  top: 74px;
  left: 0px;
  z-index: 11;
}

.navbar-nav li a {
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-size: .8rem;
  font-weight: 400;
  border-radius: 12px;
}

.nav-left li:hover a {
  color: #00099d !important;
  background-image: linear-gradient(-90deg, #ffe100, #ffffff, #ffe100);
  background-image: -moz-linear-gradient(-90deg, #ffe100, #ffffff, #ffe100);
  background-image: -webkit-linear-gradient(-90deg, #ffe100, #ffffff, #ffe100);
  border: 2px solid #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 30px #fff;
}

.nav-right li a {
  padding-top: 0;
}

.nav-right li:hover a .lwrap,
.nav-right li:hover a .rwrap {
  color: #00099d !important;
  background-image: linear-gradient(-90deg, #ffe100, #ffffff, #ffe100);
  background-image: -moz-linear-gradient(-90deg, #ffe100, #ffffff, #ffe100);
  background-image: -webkit-linear-gradient(-90deg, #ffe100, #ffffff, #ffe100);
  box-shadow: 0px 0px 30px #fff;
  border: 2px solid #fff;
}

.nav-right li:hover a .lwrap .login-icon {
  background-image: url(../img/log_in_icon-svg-dark.png);
}

.lwrap,
.rwrap {
  width: 35px;
  height: 35px;
  display: inline-block;
  border: 2px solid #06bfff;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0px 0px 30px #06bfff;
}

.login-icon {
  width: 20px;
  height: 20px;
  background-image: url(../img/log_in_icon-svg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.lspan,
.rspan {
  margin: -32px 0px 0 44px;
  display: block;
}

.nav-right li:hover a .rwrap .register-icon {
  background-image: url(../img/register_icon-svg-dark.png);
}

.register-icon {
  width: 20px;
  height: 20px;
  background-image: url(../img/register_icon-svg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.nav-active {
  color: #00099d !important;
  background-image: linear-gradient(-90deg, #ffe100, #ffffff, #ffe100);
  background-image: -moz-linear-gradient(-90deg, #ffe100, #ffffff, #ffe100);
  background-image: -webkit-linear-gradient(-90deg, #ffe100, #ffffff, #ffe100);
  border: 2px solid #fff;
  box-shadow: 0px 0px 30px #fff;
}

.user-lr span img {
  /* height: 40px;
  width: 40px; */
  border: 2px solid #06bfff;
  border-radius: 50%;
  background: #00099d;
  padding: 5px;
  box-shadow: 0px 0px 30px #06bfff;
  font-size: 1rem;
}

.world-experiment {
  /*font-family: 'Cinzel Decorative', cursive;*/
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  /*font-weight: 600;*/
  font-weight: 400;
  font-family: 'Ubuntu';
  letter-spacing: 1px;
  font-size: 1.8rem;
}

.t-band-1 {
  width: 63px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -385%);
}

.t-band-2 {
  width: 63px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -385%);
}

.t-band-3 {
  width: 63px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -385%);
}

.timer {
  display: flex;
  justify-content: center;
}

.timer div {
  list-style-type: none;
  float: left;
  margin: 0 15px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.timer div span {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #fff;
  background-image: linear-gradient(-90deg, #d0d0d0, #fff, #d0d0d0);
  background-image: -moz-linear-gradient(-90deg, #d0d0d0, #fff, #d0d0d0);
  background-image: -webkit-linear-gradient(-90deg, #d0d0d0, #fff, #d0d0d0);
  color: #f00 !important;
  padding: 10px;
}

.timer div p {
  font-size: 15px;
  padding: 10px 0;
  color: #ddd;
  color: #aba8a8;
  font-weight: 400;
}


/* .button-apps {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 393%);
  -ms-transform: translate(-50%, 393%);
  -webkit-transform: translate(-50%, 393%);
  width: 100%;
} */

.button-apps li {
  list-style-type: none;
  float: left;
  margin: 0 15px 0 0;
}

.button-apps li.app-store {
  background-image: linear-gradient(rgb(248, 66, 187), #e4ff00);
  background-image: -moz-linear-gradient(rgb(248, 66, 187), #e4ff00);
  background-image: -webkit-linear-gradient(rgb(248, 66, 187), #e4ff00);
  border-radius: 40px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font: 1.125rem 'Ubuntu', sans-serif;
  /*18*/
  height: 80px;
  letter-spacing: 1px;
  padding: 4px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  width: 240px;
  z-index: 2;
  cursor: pointer;
}

.button-apps li.app-store .app-store-inner {
  align-items: center;
  background: #e7e8e9;
  background-image: linear-gradient(to right, rgb(248, 66, 187), #e4ff00);
  background-image: -moz-linear-gradient(to right, rgb(248, 66, 187), #e4ff00);
  background-image: -webkit-linear-gradient(to right, rgb(248, 66, 187), #e4ff00);
  border-radius: 40px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background .5s ease;
  width: 100%;
}

.button-apps li.app-store .app-store-inner span {
  width: 100%;
}

.as-innerDiv:first-child {
  width: 50px;
  height: auto;
  font-size: 2.5rem;
}

.button-apps li.google-play {
  background-image: linear-gradient(rgb(66, 248, 164), #ffbc00);
  background-image: -moz-linear-gradient(rgb(66, 248, 164), #ffbc00);
  background-image: -webkit-linear-gradient(rgb(66, 248, 164), #ffbc00);
  border-radius: 40px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font: 1.125rem 'Ubuntu', sans-serif;
  /*18*/
  height: 80px;
  letter-spacing: 1px;
  padding: 4px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  width: 240px;
  z-index: 2;
  cursor: pointer;
}

.button-apps li.google-play .google-play-inner {
  align-items: center;
  background: #e7e8e9;
  background-image: linear-gradient(to right, rgb(66, 248, 164), #ffbc00);
  background-image: -moz-linear-gradient(to right, rgb(66, 248, 164), #ffbc00);
  background-image: -webkit-linear-gradient(to right, rgb(66, 248, 164), #ffbc00);
  border-radius: 40px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background .5s ease;
  -webkit-transition: background .5s ease;
  width: 100%;
}

.button-apps li.google-play .google-play-inner span {
  width: 100%;
}

.gp-innerDiv:first-child {
  width: 50px;
  height: auto;
  font-size: 2.5rem;
}

.button-apps li.online-game {
  background-image: linear-gradient(rgb(66, 139, 248), #93dad0);
  background-image: -moz-linear-gradient(rgb(66, 139, 248), #93dad0);
  background-image: -webkit-linear-gradient(rgb(66, 139, 248), #93dad0);
  border-radius: 40px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font: 1.125rem 'Ubuntu', sans-serif;
  /*18*/
  height: 80px;
  letter-spacing: 1px;
  padding: 4px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  width: 240px;
  z-index: 2;
  cursor: pointer;
}

.button-apps li.online-game .online-game-inner {
  align-items: center;
  background: #e7e8e9;
  background-image: linear-gradient(to right, rgb(66, 139, 248), #93dad0);
  background-image: -moz-linear-gradient(to right, rgb(66, 139, 248), #93dad0);
  background-image: -webkit-linear-gradient(to right, rgb(66, 139, 248), #93dad0);
  border-radius: 40px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background .5s ease;
  width: 100%;
}

.button-apps li.online-game .online-game-inner span {
  width: 100%;
}

.og-innerDiv:first-child {
  width: 50px;
  height: auto;
  font-size: 2.5rem;
}

.as-innerDiv p:first-child,
.gp-innerDiv p:first-child,
.og-innerDiv p:first-child {
  font-size: .8rem;
}

.as-innerDiv p,
.gp-innerDiv p,
.og-innerDiv p {
  margin-bottom: 0px !important;
}

.banner-elements {
  width: 100%;
  height: 300px;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -webkit-transform: translate(-50%, 100%);  */
}

.cloud {
  height: 200px;
  width: 1000px;
  background-image: url('../img/clouds.png');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 70%);
}

.header-logo {
  width: 143px;
  height: 82px;
}

.register-form {
  width: 500px;
}

.register-form.buy-board-form {
  width: 100%;
}

.show_image {
  width: 100%;
  margin-left: 5%;
  font-style: italic;
  font-size: 1.3vw;
  font-weight: 500;
}

@media (max-width: 899px) {
  .button-apps li {
    margin: .5rem auto;
  }

  .banner {
    /*height: 956px;*/
  }

  .header-logo {
    width: 82px;
    height: 45px;
  }

  .navbar-nav li {
    margin: 0;
    padding: 15px;
  }

  .navbar-nav li a {
    /* float: left !important; */
  }

  .lspan,
  .rspan {
    margin: -32px 0px 0 104px;
  }
}

@media (max-width: 699px) {
  .banner {
    /*height: 929px;*/
  }

  .world-experiment {
    font-size: 1.3rem;
  }

  .banner-register {
    height: 72px !important;
  }

  .register-form {
    width: 300px;
  }
}

@media (min-width: 2024px) {
  .about {
    margin-top: 20rem;
  }

  .history {
    height: 1930px;
  }
}

#myImg {
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.register.feedback .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 6;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.register.feedback .modal-content {
  margin: auto;
  display: block;
  width: 80%;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.register.feedback .modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.register.feedback .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  opacity: 1;
}

.register.feedback .close:hover,
.register.feedback .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .register.feedback .modal-content {
    width: 100%;
  }
}

.con-type,
.in-type {
  display: none;
}

/*Bootstrap Calendar*/
.datepicker {
  border-radius: 0;
  padding: 0;
}

.datepicker-days table thead,
.datepicker-days table tbody,
.datepicker-days table tfoot {
  padding: 10px;
  display: list-item;
}

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
  background: #3546b3;
  color: #ffffff;
  border-radius: 0;
}

.datepicker-days table thead tr:nth-child(2n+0) td,
.datepicker-days table thead tr:nth-child(2n+0) th {
  border-radius: 3px;
}

.datepicker-days table thead tr:nth-child(3n+0) {
  text-transform: uppercase;
  font-weight: 300 !important;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 11px 13px;
}

.datepicker-months table thead td,
.datepicker-months table thead th,
.datepicker-years table thead td,
.datepicker-years table thead th,
.datepicker-decades table thead td,
.datepicker-decades table thead th,
.datepicker-centuries table thead td,
.datepicker-centuries table thead th {
  border-radius: 0;
}

.datepicker td,
.datepicker th {
  border-radius: 50%;
  padding: 0 12px;
}

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
  background: #3546b3;
  color: #ffffff;
  border-radius: 0;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: none;
}

.datepicker .prev,
.datepicker .next {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  width: 37px;
  height: 37px;
}

.datepicker .prev:hover,
.datepicker .next:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.99);
  font-size: 21px;
}

.datepicker .datepicker-switch {
  font-size: 24px;
  font-weight: 400;
  transition: 0.3s;
}

.datepicker .datepicker-switch:hover {
  color: rgb(216 255 0);
  background: transparent;
}

.datepicker table tr td span {
  border-radius: 2px;
  margin: 3%;
  width: 27%;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #3546b3;
  background-image: none;
}

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid rgba(0, 0, 0, .1);
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: none !important;
}