@font-face {
    font-family: "Rubik";
    src: url("../fonts/Rubik-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Rubik";
    font-weight: lighter;
    src: url("../fonts/Rubik-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Rubik";
    font-weight: bold;
    src: url("../fonts/Rubik-Regular.ttf") format("truetype");
}

* {
    box-sizing: border-box;
    line-height: 1.4;
}

html, body {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Rubik';
    font-size: 20px;
    color: rgb(221, 221, 221);
    background: #0d0d0d;
    font-weight: lighter;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 40px;
}

.hl {
    color: rgb(255, 0, 234);
    background-color: rgb(156, 53, 204);
    background-image: -webkit-linear-gradient(70deg, rgb(204, 95, 255), rgb(156, 53, 204), rgb(208, 64, 143));
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
}

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

.btns {
    display: flex;
    align-items: center;
}

.btn {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0.7rem 1.8em;
    background: #1a1a1a;
    color: #fff;
    border-radius: 15px;
    border: none;
    border-bottom: 2px solid rgb(156, 53, 204);
    transition: all 0.2s ease;
    font-size: 0.75em;
    margin-right: 20px;
    cursor: pointer;
}

.btn__icon {
    margin-right: 10px;
}

.btn:hover {
    background: rgb(156, 53, 204);
}

/* Header */

.header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    padding: 1rem 0;
}

/* Welcome */

.welcome {
    display: flex;
    flex-flow: row nowrap;
    padding: 20px 0;
    margin: 6rem 0;
}

.welcome__text_wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    flex: 1;
}

.welcome__text__header {
    font-size: 2.2em;
    margin-bottom: 1em;
}

.welcome__society {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 1em;
}

.welcome__society__item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-size: 1.6em;
    transition: all 0.2s ease;
    margin-top: 1em;
}

.welcome__society__item:hover {
    color: rgb(255, 0, 234) !important;
    background: -webkit-linear-gradient(70deg, rgb(204, 95, 255), rgb(156, 53, 204), rgb(208, 64, 143)) !important;
    color: transparent !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
}

.welcome__society__item__icon {
    margin-right: 10px;
}

.welcome__photo {
    flex: 1;
    position: relative;
    background: url(../img/moon.png) no-repeat center center;
    background-size: contain;
}

/* Astro */


.astro {
    background: url(../img/polygons.png) no-repeat center center;
    background-size: contain;
    padding: 80px 0 240px 0;
    text-align: center;
    margin: 30px 0;
    position: relative;
}

.astro__center {
    font-size: 3em;
    margin: 4.2rem 0;
    color: #fff;
}

.astro__top, .astro__bottom, .astro__top {
    z-index: 10;
}

.astro__lights {
    background: url(../img/lights.webp) no-repeat bottom center;
    background-size: contain;
    position: absolute;
    height: 70%;
    width: 77%;
    bottom: -15%;
    right: 0;
    z-index: 1;
}

/* Approach */

.approach {
    background: rgb(238, 238, 238);
    color: #4d4d4d;
    clip-path: polygon(30% 100%, 0 65%, 0% 1%, 100% 0%, 100% 65%, 70% 100%);
    height: 400px;
    text-align: center;
    padding-top: 4em;
}

.approach__text {
    max-width: 500px;
    margin: 0 auto;
}

.approach__cards {
    display: flex;
    flex-flow: row nowrap;
}

.card {
    margin: 0 30px;
    flex: 1;
    padding: 2rem 1em;
    background: #1a1a1a;
    border-radius: 15px;
    color: rgb(221, 221, 221);
    text-align: center;
    margin-top: -12em;
    z-index: 10;
    border-bottom: 2px solid rgb(156, 53, 204);
    box-shadow: 0px 0px 77px 29px rgba(34, 60, 80, 0.3);
}

.card__header {
    color: #fff;
    margin: 3rem 0 2rem 0;
    font-weight: bold;
}

.card__icon {
    font-size: 4em;
    color: rgb(156, 53, 204) !important;
}

.closer {
    width: 100%;
    clip-path: polygon(0% 47%, 51% 0%, 100% 27%, 100% 100%, 0 100%);
    margin-top: 18em;
    height: 56em;
    background: rgb(238, 238, 238);
}

.closer_form {
    margin-top: 0;
}

.closer__contain {
    background: rgb(238, 238, 238);
}

.closer_wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    background: rgb(238, 238, 238);
    color: #4d4d4d;
}

.closer__photo {
    flex: 1;
    background: url(../img/smartphone.webp) no-repeat bottom left;
    background-size: contain;
    height: 56em;
    margin-top: -56em;
    z-index: 10;
}

.closer__right {
    flex: 1;
    margin-top: -56em;
    z-index: 10;
}

.closer__header {
    font-size: 2.2em;
    margin-bottom: 1em;
}

.eclipse {
    position: absolute;
    top: -19em;
    left: -19em;
    width: 54em;
    height: 54em;
    background: url(../img/Eclipse.webp) no-repeat top left;
    background-size: contain;
    z-index: -1;
}

/* Forms */

.form {
    padding: 3rem 3em;
    background: #111111;
    border-radius: 15px;
    color: rgb(221, 221, 221);
}

.form_login {
    margin: 3rem 0;
}

.form__header {
    text-align: center;
    margin-bottom: 3em;
    font-size: 1.6em;
}

.input-group {
    margin: 2rem 0;
}

.input-label {
    display: block;
    margin-bottom: 0.5em;
    font-size: 1.1em;
}

.input {
    background: #1a1a1a;
    padding: 1rem 1.5em;
    border-radius: 15px;
    outline: none !important;
    border: none !important;
    font-family: 'Rubik';
    color: rgb(238, 238, 238);
    display: block;
    width: 100%;
}

.form__btns {
    margin: 4rem 0 0 0;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.container_form {
    max-width: 860px;
}

.form__inputs_row {
    display: flex;
    flex-flow: 'row nowrap';
    margin: 0 -20px;
}

.form__inputs__column {
    flex: 1;
    margin: 20px;
}

/* Users table */

.users-table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 14px;
    border-radius: 10px;
    border-spacing: 0;
    text-align: center;
    width: 100%;
}

.users-table th {
    background: #1a1a1a;
    color: #fff;
    padding: 10px 20px;
}

.users-table th, .users-table td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #111111;
}

.users-table th:first-child, td:first-child {
    text-align: left;
}

.users-table th:first-child {
    border-top-left-radius: 10px;
}

.users-table th:last-child {
    border-top-right-radius: 10px;
    border-right: none;
}

.users-table td {
    padding: 10px 20px;
    background: #1a1a1a;
}

.users-table tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

.users-table tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

.users-table tr td:last-child {
    border-right: none;
}

/* Private room */

.lk-welcome p, .notready p {
    margin: 0;
}

.nat-map {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.nat-map, .notready {
    margin: 50px 0;
}

.pdf_wrapper {
    margin: 4rem 0;
}

.pdf {
    display: inline-block;
    font-size: 3em;
    padding: 20px;
    background: linear-gradient(70deg, #1a1a1a, #111111);
    border-radius: 15px;
    box-shadow: 0px 0px 207px 79px rgba(34, 60, 80, 0.3);
}

.pdf::before {
    color: rgb(255, 0, 234);
    background: -webkit-linear-gradient(70deg, rgb(204, 95, 255), rgb(156, 53, 204), rgb(208, 64, 143));
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.consult {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 -20px;
}

.consult__column {
    flex: 1;
    margin: 20px;
}

/* Input */

.pdf-input {
    position: relative;
    border: none;
    padding: 20px;
    background: #1a1a1a;
    border-radius: 20px;
    margin-bottom: 60px;
    text-align: center;
    width: 200px;
    margin: 0 auto 20px auto;
}

.pdf-input p {
    font-size: 1em;
    font-family: 'Rubik';
    margin-top: 10px;
}

.pdf-input.hover {
    border: 2px dashed #9592A6;
}

.pdf-input input[type="file"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.not-found__text {
    font-size: 9.2em;
    font-weight: bold;
    line-height: 1;
}

.not-found__subtext  {
    font-size: 1.4em;
}

.not-found {
    padding-top: calc(50vh - 16em);
    text-align: center;
}
.span__btn {
    cursor: pointer;
    color: #64278d;
}
.span__btn:hover {
    color: rgb(113, 42, 160);
}
.pdf__file {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pdf__filename {
    padding-left: 10px;
    font-size: .8em;
}
.pdf__remove {
    color: #d71212;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
}
.footer {
    text-align: center;
    padding: 30px 0;
    font-size: .8em;
}