@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap');
:root {
  --primary: #5e83ca;
  --white: #ffffff;
  --background-gradient: linear-gradient(
    180deg,
    rgba(27, 95, 104, 0.5) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  --shadow-sm: 0px 4px 4px rgba(0, 0, 0, 0.25);
  --shadow-md: 0px 8px 8px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0px 20px 8px rgba(0, 0, 0, 0.1);
  --text-xs: 18px;
  --text-sm: 24px;
  --text-md: 34px;
  --text-lg: 36px;
  --text-xl: 46px;
  --text-2xl: 54px;
  --text-3xl: 48px;
  --text-4xl: 64px;
  --container: 1200px;
  --border-radius: 10px;
  --app-height: 100%;
}

@media all and (max-width: 600px) {
  :root {
    --text-2xs: 12px;
    --text-xs: 14px;
    --text-sm: 16px;
    --text-md: 18px;
    --text-lg: 20px;
    --text-xl: 22px;
    --text-2xl: 32px;
    --text-3xl: 44px;
    --text-4xl: 50px;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.3;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue,
    sans-serif;
  color: var(--black);
  background: var(--background);
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 100vh;
  /* as fallback */
  height: var(--vh);
  display: flex;
  flex-direction: column;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

button {
  background: none;
  color: inherit;
  border: 0;
  padding: 0;
  font: inherit;
  outline: inherit;
  cursor: pointer;
}

input {
  background: none;
  color: inherit;
  border: 0;
  padding: 0;
  font: inherit;
  outline: inherit;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1230px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* screen resolution */
.main {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  padding: 24px 24px 0;
}
.main .video-container {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .main .video-container {
    visibility: hidden;
  }
}
.main .video-container video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.main .slider-container {
  visibility: hidden;
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  .main .slider-container {
    visibility: visible;
  }
}
.main .slider-container .image {
  width: 100%;
  height: 100vh;
}
.main .slider-container .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .logo {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 1;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .main .logo {
    padding: 8px;
  }
}
.main .logo a {
  cursor: pointer;
}
.main .logo a img {
  width: 80%;
  height: 100px;
  object-fit: contain;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .main .logo a img {
    width: 100%;
    height: 50px;
  }
}
.main .logo img {
  width: 200px;
  height: 100px;
  object-fit: contain;
}
@media only screen and (max-width: 600px) {
  .main .logo img {
    width: 100%;
    height: 50px;
  }
}
.main .social-wrapper {
  background: url('/assets/img/BG.png') no-repeat;
  position: fixed;
  top: 30%;
  right: 24px;
  width: 67px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .main .social-wrapper {
    display: none;
  }
}
.main .social-wrapper .box-img-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .social-wrapper .box-img-flex span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(160, 213, 255, 0.1);
  background: rgba(160, 213, 255, 0.1);
  box-shadow: 8px 14px 10px -4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.main .social-wrapper .box-img-flex span:hover::before {
  left: 0;
}
.main .social-wrapper .box-img-flex span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
  transition-duration: 0.3s;
}
.main .social-wrapper .box-img-flex span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .social-wrapper-mobile {
  display: none;
  gap: 2rem;
}
@media only screen and (max-width: 600px) {
  .main .social-wrapper-mobile {
    display: flex;
  }
}
.main .social-wrapper-mobile .box-img-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px rgba(67, 165, 255, 0.9);
  border-radius: 50%;
}
.main .social-wrapper-mobile .box-img-flex span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(160, 213, 255, 0.1);
  background: rgba(160, 213, 255, 0.1);
  box-shadow: 8px 14px 10px -4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.main .social-wrapper-mobile .box-img-flex span:hover::before {
  left: 0;
}
.main .social-wrapper-mobile .box-img-flex span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
  transition-duration: 0.3s;
}
.main .social-wrapper-mobile .box-img-flex span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .context {
  width: 60%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .main .context {
    flex-direction: column;
  }
}
.main .context .img-slogan {
  width: 70%;
}
@media only screen and (max-width: 600px) {
  .main .context .img-slogan {
    width: 100%;
  }
}
.main .context .img-slogan img {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .main .context .img-slogan img {
    width: 100%;
  }
}
.main .context .img-slogan button {
  position: relative;
  bottom: 2.9rem;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .main .context .img-slogan button {
    bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .main .context .img-slogan button {
    bottom: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .main .context .img-slogan button {
    bottom: 1.2rem;
  }
}
.main .context .img-slogan button .btn-register {
  animation: imgbounce 1.2s ease-in-out infinite alternate-reverse;
  width: 100%;
}
.main .context .img-slogan button .btn-register.hidden {
  display: none;
}
.main .context .img-slogan button .btn-close {
  width: 100%;
}
.main .context .img-slogan button .btn-close.hidden {
  display: none;
}
.main .context .time {
  max-width: 329px;
  width: 25%;
  background: url('/assets/img/time.png') no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .main .context .time {
    background: url('/assets/img/time-mobile.png') no-repeat;
    width: 100%;
    height: 30px;
    background-size: contain;
  }
}
.main .context .time p {
  color: var(--white);
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .main .context {
    width: 90%;
    padding-bottom: 5%;
    gap: 1rem;
  }
}
.main .btn-register {
  position: relative;
}
.main .btn-register-text {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -40%);
  width: 100%;
}
.main .btn-register-text .title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 42.11px;
  color: var(--white);
}
.main .btn-register:hover {
  color: var(--white);
}

@media (min-aspect-ratio: 16/9) {
  .video-container video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-container video {
    width: auto;
    height: 100%;
  }
}
.overlay {
  position: fixed;
  inset: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 768px) {
  .overlay {
    align-items: flex-start;
  }
}
.overlay.active {
  visibility: visible;
  opacity: 1;
}
.overlay .login-form {
  background: url('/assets/img/desktop-board.png');
  background-size: cover;
  width: 750px;
  height: 360px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .overlay .login-form {
    width: 450px;
    height: 500px;
    background: url('/assets/img/board-1.png');
    background-repeat: no-repeat;
    background-size: 100% 350px;
    background-position: center;
    height: max-content;
    margin: auto 0;
  }
  .overlay .login-form::before {
    content: '';
    position: absolute;
    background: url('/assets/img/board-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 200px;
    width: 200px;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
.overlay .login-form .form {
  height: 350px;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .overlay .login-form .form {
    justify-content: center;
  }
}
.overlay .login-form .form .success {
  display: grid;
  gap: 20px;
  text-align: center;
  color: var(--white);
  width: 60%;
  font-size: 25px;
  margin: auto 0;
}
@media only screen and (max-width: 768px) {
  .overlay .login-form .form .success {
    width: 85%;
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .overlay .login-form .form .success {
    font-size: var(--text-lg);
  }
}
.overlay .login-form .form .success.hidden {
  display: none;
}
.overlay .login-form .form .success > .title {
  color: #ffe871;
  font-weight: 600;
  font-size: 44px;
}
@media only screen and (max-width: 768px) {
  .overlay .login-form .form .success > .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .overlay .login-form .form .success > .title {
    font-size: var(--text-2xl);
  }
}
.overlay .login-form .form .wrapper {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .overlay .login-form .form .wrapper {
    margin-top: 4rem;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .overlay .login-form .form .wrapper {
    width: 60%;
  }
}
.overlay .login-form .form .wrapper.hidden {
  display: none;
}
.overlay .login-form .form .wrapper .input-wrapper {
  position: relative;
}
.overlay .login-form .form .wrapper .input-wrapper::before {
  display: none;
  content: attr(data-error);
  position: absolute;
  color: #1ffeff;
  font-weight: 600;
  bottom: -25px;
  left: 0;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  .overlay .login-form .form .wrapper .input-wrapper::before {
    font-size: 14px;
    bottom: -20px;
  }
}
.overlay
  .login-form
  .form
  .wrapper
  .input-wrapper.active.input-wrapper::before {
  display: block;
}
.overlay .login-form .form .wrapper .input-wrapper > input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  color: var(--white);
  font-weight: 600;
}
.overlay .login-form .form .wrapper .input-wrapper > input::placeholder {
  color: var(--primary);
}
.overlay .login-form .form .wrapper .input-wrapper > button {
  width: 200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .overlay .login-form .form .wrapper .input-wrapper > button {
    width: 150px;
  }
}
.overlay .login-form .form .wrapper .input-wrapper > button img {
  width: 100%;
}
.overlay .login-form .exit {
  position: absolute;
  background: url('/assets/img/close.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  top: 0;
  right: 80px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .overlay .login-form .exit {
    top: -20px;
    transform: translateY(100%);
    right: 16px;
    width: 40px;
    height: 40px;
  }
}

#preloader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  /* background: #000; */
}

.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid white;
    /* border: 4px solid #f44336; */
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid white;
    /* border: 4px solid #673ab7; */
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid white;
    border-left-color: transparent;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid white;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid white;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid white;
    border-left-color: transparent;
  }
}
@keyframes imgbounce {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-10%);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
} /*# sourceMappingURL=style.css.map */
