@import url(https://fonts.googleapis.com/css?family=Montserrat:900|Raleway:400,400i,700,700i);
body {
  margin: 0;
  padding: 0;
  background: url("../images/backgroundmaths.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  font-family: 'Poppin', sans-serif;
}

/*============================================================================
  ---------------------------------All mixin's----------------------------------
  ===========================================================================*/
/*============================================================================
  ---------------------------------End of mixin's----------------------------------
  ===========================================================================*/
.mega-cnt {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.proj-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.proj-header h3 {
  margin-top: 0px;
}

.start-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.proj-text {
  width: 50%;
  margin-top: 1%;
}

.go-back-cnt {
  width: 10%;
  height: 80px;
  position: absolute;
  margin-top: 1rem;
  left: 3%;
}

.first-hover:hover {
  opacity: 0.7;
}

/*==================START THE GAME BUTTON TEMPLATE===================*/
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2%;
}

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 45px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  color: white;
  background: #6225E6;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 6px 6px 0 black;
          box-shadow: 6px 6px 0 black;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

.cta:focus {
  outline: none;
}

.cta:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 10px 10px 0 #FBC638;
          box-shadow: 10px 10px 0 #FBC638;
}

.cta span:nth-child(2) {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 0px;
}

.cta:hover span:nth-child(2) {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 45px;
}

span {
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}

span:nth-child(2) {
  width: 20px;
  margin-left: 30px;
  position: relative;
  top: 12%;
}

/**************SVG****************/
path.one {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
}

path.two {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}

.cta:hover path.three {
  -webkit-animation: color_anim 1s infinite 0.2s;
          animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-animation: color_anim 1s infinite 0.6s;
          animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-animation: color_anim 1s infinite 0.4s;
          animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */
@-webkit-keyframes color_anim {
  0% {
    fill: white;
  }
  50% {
    fill: #FBC638;
  }
  100% {
    fill: white;
  }
}
@keyframes color_anim {
  0% {
    fill: white;
  }
  50% {
    fill: #FBC638;
  }
  100% {
    fill: white;
  }
}

/*==================END OF THE GAME BUTTON TEMPLATE===================*/
.flag {
  width: 30%;
  height: 30%;
  cursor: pointer;
}

.hovernow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.hovernow:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}

.proj-text {
  font-size: 21px;
  text-align: center;
}

.form-wrapper {
  margin-top: 1rem;
  width: 40%;
  height: auto;
  background-color: white;
  border-radius: 40px;
}

@media (max-width: 1096px) {
  .form-wrapper {
    width: 60%;
  }
}

@media (max-width: 660px) {
  .form-wrapper {
    width: 80%;
  }
}

@media (max-width: 320px) {
  .form-wrapper {
    width: 90%;
  }
}

.form-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
}

.form-cnt h3 {
  margin-bottom: 0px;
}

.form-cnt h2 {
  margin-bottom: 0px;
}

.form-cnt form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#email, #pwd, #email, #fullname, #r-pwd, #lang, #country {
  width: 60%;
}

input {
  height: 30px;
  border-radius: 10px;
  border-color: #757575;
}

.frgt {
  cursor: pointer;
  color: #F8D3BB;
}

.mega-cnt b {
  color: black;
  margin-top: 1rem;
  font-size: 20px;
}

.b {
  margin-top: 1rem;
}

.fl-ct {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 800px) {
  .fl-ct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.avatars-cnt {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.avatar img {
  border-radius: 50%;
  width: 70%;
}

.avatar img :hover {
  opacity: 0.5s;
}

#avatarNameBoy, #avatarNameGirl {
  margin-top: 1rem;
  width: 70%;
}

/*FEATURES FOR PROFILE */
.fetures {
  width: 13%;
  margin-top: .7rem;
  height: 3rem;
  position: absolute;
  left: 86%;
}

.fetures :hover .nav-menu {
  display: block;
}

.nav-menu {
  display: none;
  position: relative;
  z-index: 30;
}

.nav-menu .nav-menu-cnt {
  background-color: #6225E6;
  border-radius: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100px;
}

.nav-menu .nav-menu-cnt ul {
  list-style: none;
  line-height: 2rem;
  margin: 0;
  width: 100%;
  position: relative;
  right: 20px;
  text-align: center;
}

.nav-menu .nav-menu-cnt ul li a {
  cursor: pointer;
  text-decoration: none;
  color: white;
  width: 100%;
}

.nav-menu .triangle {
  width: 0px;
  height: 0px;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #6225E6;
  border-left: 13px solid transparent;
  position: relative;
  left: 60px;
}

.row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.score {
  margin: 2px;
  margin-right: 1rem;
  margin-bottom: 0px;
  cursor: default;
  font-weight: 700;
  height: 1.5rem;
  color: white;
}

/*LOG OUT BUTTON */
.log-out-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #6225E6;
  padding: 6px;
  padding-left: 10px;
  border-radius: 8px;
  margin-right: 1rem;
}

.log-out-btn span {
  margin: 0px;
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
  bottom: 5px;
}

span {
  position: relative;
  width: 180px;
  height: 55px;
  margin: 0 15px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
}

span a {
  font-size: 19px;
  letter-spacing: 1px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(-25px);
          transform: translateZ(-25px);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  font-family: 'Montserrat', sans-serif;
}

span a :before, span a :after {
  position: absolute;
  content: "Log out";
  height: 55px;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 5px solid black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}

span a :before {
  color: #fff;
  background: #000;
  -webkit-transform: rotateY(0deg) translateZ(25px);
          transform: rotateY(0deg) translateZ(25px);
}

span a :after {
  color: #000;
  -webkit-transform: rotateX(90deg) translateZ(25px);
          transform: rotateX(90deg) translateZ(25px);
}

span a :hover {
  -webkit-transform: translateZ(-25px) rotateX(-90deg);
          transform: translateZ(-25px) rotateX(-90deg);
}

/*END OF LOG OUT BUTTON*/
/*ERROR MESSAGE ON LOGIN */
.error {
  background: #F2DEDE;
  color: #A94442;
  padding: 10px;
  width: 95%;
  border-radius: 5px;
}

/*LOGIN BUTTON */
#btn-log {
  width: 60%;
  padding: 10px 0;
  margin: 10px auto;
  border-radius: 5px;
  border: none;
  background: #4472C4;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
}

#btn-log :hover {
  background: #3b769b;
}

/*CHOOSE-QUIZ*/
/*** FONTS ***/
/*** VARIABLES ***/
/* Colors */
/*** EXTEND ***/
/* box-shadow */
ol.gradient-list > li, ol.gradient-list > li::before {
  -webkit-box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
          box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}

/*** STYLE ***/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clsScroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1321px) {
  .clsScroll {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.proj-header h2 {
  font-family: sans-serif;
  font-weight: 300;
  font-size: 2em;
}

@media screen and (max-width: 650px) {
  .proj-header h3 {
    width: 60%;
    font-size: 18px;
    text-align: center;
  }
  .proj-text {
    width: 80%;
  }
}

.gradient-list li {
  color: #1d1f20;
  display: block;
  margin: 0 auto;
  max-width: 40rem;
  padding: 1rem;
}

ol.gradient-list {
  counter-reset: gradient-counter;
  list-style: none;
  margin: 1.75rem 0;
  padding-left: 0;
}

ol.gradient-list > li {
  background: white;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  counter-increment: gradient-counter;
  margin-top: 1rem;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}

ol.gradient-list > li:hover {
  opacity: .8;
}

ol.gradient-list > li::before, ol.gradient-list > li::after {
  background: linear-gradient(135deg, #83e4e2 0%, #a2ed56 100%);
  border-radius: 1rem 1rem 0 1rem;
  content: '';
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}

ol.gradient-list > li::before {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  content: counter(gradient-counter);
  color: #1d1f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 900 1.5em/1 'Montserrat';
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.125em 0.25em;
  z-index: 1;
}

ol.gradient-list > li:nth-child(10n+1):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%);
}

ol.gradient-list > li:nth-child(10n+2):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%);
}

ol.gradient-list > li:nth-child(10n+3):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%);
}

ol.gradient-list > li:nth-child(10n+4):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%);
}

ol.gradient-list > li:nth-child(10n+5):before {
  background: linear-gradient(135deg, #a2ed56 0%, #fddc32 100%);
}

ol.gradient-list > li:nth-child(10n+6):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%);
}

ol.gradient-list > li:nth-child(10n+7):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%);
}

ol.gradient-list > li:nth-child(10n+8):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%);
}

ol.gradient-list > li:nth-child(10n+9):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%);
}

ol.gradient-list > li:nth-child(10n+10):before {
  background: linear-gradient(135deg, rgba(162, 237, 86, 0) 0%, rgba(253, 220, 50, 0) 100%);
}

ol.gradient-list > li + li {
  margin-top: 2rem;
}

/*-----------------Questions Template----------------------------*/
.qust-body {
  font-family: sans-serif;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

.spacer {
  width: 100%;
  height: 100px;
}

.spacer-sm {
  width: 100%;
  height: 57px;
}

.leaderboard-cnt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.leaderboard-cnt .leaderboard {
  width: 60%;
  min-height: 550px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.leaderboard-cnt .global-lb {
  height: 100%;
}

.leaderboard-cnt .global-lb .global-leaderboard {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 400px;
}

.leaderboard-cnt .global-lb .global-leaderboard thead tr {
  background: #009879;
  color: white;
  text-align: left;
  font-weight: bold;
}

.leaderboard-cnt .global-lb .global-leaderboard th, .leaderboard-cnt .global-lb .global-leaderboard td {
  padding: 12px 15px;
}

.leaderboard-cnt .global-lb .global-leaderboard tbody tr {
  border-bottom: 1px solid #dddddd;
  background-color: white;
  color: black;
}

.leaderboard-cnt .global-lb .global-leaderboard tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.leaderboard-cnt .line {
  width: 1px;
  margin-left: 2rem;
  margin-right: 2rem;
  height: 400px;
  background-color: #c3c3c3;
}

.leaderboard-cnt .personal-lb {
  width: 30%;
  height: 100%;
}

@media screen and (max-width: 978px) {
  .leaderboard-cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.personal-lb {
  height: 100%;
  margin-top: 5rem;
}

.personal-lb .personal-leaderboard {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 400px;
}

.personal-lb .personal-leaderboard thead tr {
  background: #009879;
  color: white;
  text-align: left;
  font-weight: bold;
}

.personal-lb .personal-leaderboard th, .personal-lb .personal-leaderboard td {
  padding: 12px 15px;
}

.personal-lb .personal-leaderboard tbody tr {
  border-bottom: 1px solid #dddddd;
  background-color: white;
  color: black;
}

.personal-lb .personal-leaderboard tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.line {
  width: 2px;
  margin-left: 2rem;
  margin-right: 2rem;
  height: 400px;
  background-color: #c3c3c3;
}

.log-out-prof {
  width: 200px;
  height: 200px;
  padding: .6rem;
  border: 2px solid black;
}

.log-out-prof a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */