* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", Poppins, "Segoe UI", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  font-size: 16px;
}

html,
body {
  width: 100%;
  height: 100%;
}

#gofit-world {
  position: absolute;
  width: 75%;
  height: 100%;
  right: 0;
  overflow: hidden;
}

.landing__wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}

.landing__wrapper .header {
  height: 108px;
  padding: 2rem 3rem;
}

.landing__wrapper .header .logo {
  max-height: 100%;
}

.landing__wrapper .header .logo img {
  height: 100%;
}

.landing__wrapper .landing__content {
  padding-left: 4rem;
  padding-top: 6rem;
}

.landing__wrapper .landing__content .sub__text {
  font-size: 1.25rem;
  font-weight: 600;
  color: #023e8a;
}
.main__text{
  font-size: 3rem;
}
.landing__wrapper .landing__content .main__text {
  font-size: 4rem;
  width: 50%;
  word-wrap: break-word;
  font-weight: 600;
}

.landing__wrapper .landing__content .code__input {
  margin-top: 1rem;
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  border: 1px solid #023e8a;
  color: white;
  background: #023e8a;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
}

.landing__wrapper .landing__content .code__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.landing__wrapper .landing__content .code__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.landing__wrapper .landing__content .code__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.landing__wrapper .landing__content .code__input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.landing__wrapper .landing__content .code__input.disabled {
  background: #333333;
  border: 1px solid #333333;
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
}

.landing__wrapper .landing__content .input__loader {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}

.landing__wrapper .landing__content .input__loader svg {
  width: 24px;
  height: 24px;
  margin-right: 0.75rem;
}

.spinner {
  -webkit-animation: rotation 1.35s linear infinite;
  animation: rotation 1.35s linear infinite;
}

#gofit-world-game {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  overflow: hidden;
}

.game__wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#badbe4), to(#aaf7e1));
  background: linear-gradient(#badbe4, #aaf7e1);
}

.panel {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2em 3em;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.game-title {
  z-index: 100;
  position: relative;
  text-align: center;
}

.game-title .title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 3em;
}

.game-title .byline {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 0.2em;
  font-size: 0.8em;
  font-weight: 600;
  margin-top: 0.5em;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

.circle {
  stroke-dasharray: 180;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: turn 1.35s ease-in-out infinite;
  animation: turn 1.35s ease-in-out infinite;
}

@-webkit-keyframes turn {
  0% {
    stroke-dashoffset: 180;
  }
  50% {
    stroke-dashoffset: 45;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 180;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

@keyframes turn {
  0% {
    stroke-dashoffset: 180;
  }
  50% {
    stroke-dashoffset: 45;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 180;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animate-flicker {
  -webkit-animation: flickerAnimation 1.5s infinite;
  animation: flickerAnimation 1.5s infinite;
}

svg {
  stroke: #023e8a;
}
/*# sourceMappingURL=style.css.map */



.wrap {
  height: 100%;
  display: flex;
}

.button {
  margin-top: 30px;
  margin-bottom: 70px;
  width: 175px;
  height: 45px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 6px 10px #6792ca;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  }

.button:hover {
  background-color: #7296c5;
  box-shadow: -2px 1px 14px #8aa5c8;
  color: #fff;
  transform: translateY(-4px);
}

.button1 {
  margin-top: 20px;  
  width: 350px;
  height: 45px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 6px 10px #6792ca;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  }

.button1:hover {
  background-color: #7296c5;
  box-shadow: -2px 1px 14px #8aa5c8;
  color: #fff;
  transform: translateY(-4px);
}