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;
}

/* 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,
q:before,
q:after {
  content: "";
  content: none;
}

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

header {
  width: 100vw;
  height: 5.5rem;
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: rgba(0, 0, 0, 0.788);
  opacity: 0.9;
}
header h1 a {
  color: #ffffff;
  font-size: 2.1rem;
  font-family: "Yuji Mai", serif;
  cursor: pointer;
  text-decoration: none;
}
header nav {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
header nav #nav-links-ul {
  display: flex;
  flex-direction: row;
  gap: 1.5625rem;
}
header nav #nav-links-ul #active {
  border-bottom: 0.125rem solid #d4a373;
}
header nav #nav-links-ul #active a {
  color: #a5a5a5;
}
header nav #nav-links-ul li {
  display: flex;
  align-items: center;
  list-style: none;
  transition: 0.3s;
}
header nav #nav-links-ul li:hover {
  border-bottom: 0.125rem solid #b9b9b9;
}
header nav #nav-links-ul li a {
  display: flex;
  text-decoration: none;
  font-size: 1.2rem;
  color: #ffffff;
  transition: 0.2s;
}
header nav #nav-links-ul li a:hover {
  transform: scale(1.05);
  color: #b9b9b9;
}
header nav .burger-menu-div {
  display: none;
  align-items: center;
}
header nav .burger-menu-div .fa-bars {
  font-size: 1.5rem;
  color: rgb(222, 222, 222);
  cursor: pointer;
  transition: 0.3s;
}
header nav .burger-menu-div .fa-bars:hover {
  transform: scale(1.1);
  color: #ffffff;
}
header nav #header-line {
  border: 0.015rem solid #ffffff;
}
header nav #authorization i {
  color: rgb(136, 136, 136);
  font-size: 1.4rem;
  transition: 0.3s;
  cursor: pointer;
}
header nav #authorization i:hover {
  transform: scale(1.1);
  color: #ffffff;
}

footer .footer-section1 {
  width: 100%;
  min-height: 17rem;
  display: flex;
  justify-content: space-evenly;
  background-color: #0b0d0e;
  padding: 4rem 0 4rem;
  box-sizing: border-box;
}
footer .footer-section1-right, footer .footer-section1-left {
  width: 34.625rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .footer-section1-right div, footer .footer-section1-left div {
  width: 14rem;
}
footer .footer-section1-right div h1, footer .footer-section1-left div h1 {
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 1.3rem;
  line-height: 1.563rem;
  font-family: "Lora", serif;
  color: #ffffff;
}
footer .footer-section1-right div h5, footer .footer-section1-left div h5 {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.96rem;
  color: #c0c0c0;
  margin-top: 1.1rem;
}
footer .footer-section1-right div h5:nth-child(3), footer .footer-section1-left div h5:nth-child(3) {
  margin-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid grey;
}
footer .footer-section1-right div h5:nth-child(4), footer .footer-section1-left div h5:nth-child(4) {
  margin-top: 0.7rem;
}
footer .footer-section1-right div h5 a, footer .footer-section1-left div h5 a {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 0.96rem;
  color: #00adee;
  font-size: 1rem;
}
footer .footer-section1-right div h5 a:hover, footer .footer-section1-left div h5 a:hover {
  color: #19c2ff;
}
footer .footer-section1-right div .footer-icons-div, footer .footer-section1-left div .footer-icons-div {
  display: flex;
  justify-content: space-between;
  margin-top: 1.1rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid grey;
}
footer .footer-section1-right div .footer-icons-div i, footer .footer-section1-left div .footer-icons-div i {
  color: white;
  font-size: 20px;
}
footer .footer-section1-left {
  width: 39.375rem;
}
footer .footer-section1-left div:nth-child(1) {
  width: 18.75rem;
  box-sizing: border-box;
}
footer .footer-section2 {
  width: 100%;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #15181a;
  padding: 0 2.25rem;
  box-sizing: border-box;
}
footer .footer-section2 h1 {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17.92px;
  color: #e5e5e5;
}
footer .footer-section2 img {
  width: 2.5rem;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-0.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.after--lowPXS {
  display: none;
  text-align: center;
  height: 100vh;
  justify-content: center;
  flex-direction: column;
}
.after--lowPXS .after--lowPXS__txt {
  color: red;
  text-transform: uppercase;
}
.after--lowPXS .after--lowPXS__txt:nth-child(1) {
  font-size: 35px;
}
.after--lowPXS a {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  transition: 0.8s;
}
.after--lowPXS a:hover {
  font-size: 25px;
  color: aquamarine;
}

@media only screen and (max-width: 60rem) {
  body header .burger-menu-div {
    display: flex;
  }
  body header .burger-menu-div .fa-bars.active {
    transform: rotate(180deg);
  }
  body header #nav-links-ul {
    position: fixed;
    left: -100%;
    top: 5.5rem;
    gap: 0;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.788);
    width: 100%;
    transition: 0.3s;
  }
  body header #nav-links-ul #active {
    padding-bottom: 0.5rem;
  }
  body header #nav-links-ul li {
    margin: 0.8rem 0;
    justify-content: center;
  }
  body header #nav-links-ul.active {
    left: 0;
  }
}
@media only screen and (max-width: 87.5rem) and (min-width: 70.938rem) {
  body footer .footer-section1-right, body footer .footer-section1-left {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 70.938rem) {
  body footer .footer-section1 {
    justify-content: space-between;
  }
  body footer .footer-section1-right, body footer .footer-section1-left {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
  }
  body footer .footer-section1-right div:nth-child(2), body footer .footer-section1-left div:nth-child(2) {
    margin-top: 1.3rem;
  }
  body footer .footer-section1-left div {
    width: 18.75rem;
  }
  body footer .footer-section1-left div:nth-child(1) h5 {
    padding-bottom: 0;
    border: none;
  }
  body footer .footer-section1-left div:nth-child(1) h5:nth-child(4) {
    border-bottom: 2px solid grey;
    padding-bottom: 0.8rem;
  }
}
@media only screen and (max-width: 43.75rem) {
  body footer .footer-section1 {
    align-items: center;
    flex-direction: column;
  }
  body footer .footer-section1-right {
    margin-top: 1.3rem;
  }
  body footer .footer-section1-right div {
    width: 18.75rem;
  }
}
@media only screen and (max-width: 28.125rem) {
  body header h1 {
    scale: 0.9;
  }
  body header div {
    scale: 0.95;
  }
  body header i {
    scale: 0.9;
  }
}
@media only screen and (max-width: 21.25rem) {
  body header {
    display: none;
  }
  body main {
    display: none;
  }
  body footer {
    display: none;
  }
  body {
    background-color: black;
  }
  body .after--lowPXS {
    display: flex;
  }
}

header nav #authorization {
  border-bottom: 0.125rem solid #d4a373;
}
header nav #authorization i {
  margin-bottom: 0.2rem;
  color: #a5a5a5;
}

main {
  background-image: url(../../images/background.avif);
  width: 100%;
  height: 59.563rem;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
main .main {
  position: absolute;
  top: 7.5rem;
  left: calc(50% - 15rem);
  width: 30rem;
  height: 50rem;
  background-color: rgba(0, 36, 41, 0.6862745098);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 2rem;
}
main .main img {
  width: 8rem;
  height: 7rem;
  -o-object-fit: cover;
  object-fit: cover;
}
main .main form {
  width: 19rem;
  margin-top: 1rem;
  text-align: center;
}
main .main form h1 {
  color: #ffffff;
  font-size: 3rem;
  font-family: "Yuji Mai", serif;
}
main .main form section {
  margin-top: 1rem;
}
main .main form .section-inputENP {
  display: flex;
  align-items: center;
  background-color: #003941;
  padding: 1rem 0 1rem 1.5rem;
  border-radius: 2rem;
}
main .main form .section-inputENP:nth-child(2) {
  margin-top: 2rem;
}
main .main form .section-inputENP input {
  background: none;
  border: none;
  margin-left: 1rem;
  font-size: 1rem;
  color: rgb(194, 194, 194);
  width: 75%;
  border-bottom: 0.14rem solid rgb(159, 159, 159);
}
main .main form .section-inputENP input:focus {
  outline: none;
  border-bottom: 0.14rem solid white;
}
main .main form .section-inputENP i {
  color: rgb(143, 143, 143);
}
main .main form .section-inputENP:nth-child(4) input::-webkit-outer-spin-button,
main .main form .section-inputENP:nth-child(4) input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
main .main form .section-inputENP:nth-child(6) input, main .main form .section-inputENP:nth-child(7) input {
  width: 70%;
}
main .main form .section-inputENP:nth-child(6) .fa-eye,
main .main form .section-inputENP:nth-child(6) .fa-eye-slash, main .main form .section-inputENP:nth-child(7) .fa-eye,
main .main form .section-inputENP:nth-child(7) .fa-eye-slash {
  margin-left: 0.8rem;
  cursor: pointer;
}
main .main form .section--questions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: 0.5rem 0 0.8rem 0;
  border-bottom: 2px solid rgb(159, 159, 159);
  box-sizing: border-box;
}
main .main form .section--questions--Gender {
  margin-left: 0.3rem;
  font-size: 1rem;
  margin-right: 0.75rem;
  font-weight: 500;
  color: #3d8f3f;
}
main .main form .section--questions--Gender:nth-child(4) {
  color: #c51e1e;
  padding-right: 0.75rem;
  border-right: 2px solid rgb(159, 159, 159);
}
main .main form .section--questions--radio {
  vertical-align: bottom;
  display: flex;
  width: 0.9rem;
  height: 0.9rem;
  margin-top: -0.1rem;
  cursor: pointer;
}
main .main form .section--questions--age {
  font-size: 0.7rem;
  padding: 0.5rem;
  border: 1px solid #434343;
  border-radius: 5px;
  background-color: rgb(96, 96, 96);
  color: #d8d8d8;
  cursor: pointer;
}
main .main form .section-inputRF {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
main .main form .section-inputRF input {
  background: black;
  width: 0.8rem;
  height: 0.8rem;
  accent-color: #47a94a;
  cursor: pointer;
  margin-left: 1.5rem;
}
main .main form .section-inputRF label {
  color: rgb(159, 159, 159);
  margin-left: 0.7rem;
  font-size: 1.09rem;
}
main .main form button {
  height: 3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  margin-top: 1.3rem;
  background-color: rgba(44, 148, 48, 0.7019607843);
  color: white;
  border: none;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
}
main .main form h5 {
  display: inline-flex;
  margin-top: 1.4rem;
  font-size: 1.1rem;
  font-weight: 300;
  color: rgb(199, 199, 199);
}
main .main form a {
  display: inline-flex;
  margin-left: 0.2rem;
  font-size: 1.12rem;
  font-weight: 700;
  text-decoration: none;
  color: rgb(237, 237, 237);
}

body {
  animation: fadeIn 1s ease;
}

@media only screen and (max-width: 36.25rem) {
  main .main {
    left: calc(50% - 12.5rem);
    width: 25rem;
  }
}
@media only screen and (max-width: 28.125rem) {
  main {
    height: 55.563rem;
  }
  main .main {
    width: 22rem;
    top: 5.5rem;
    left: calc(50% - 11rem);
    scale: 0.9;
  }
}/*# sourceMappingURL=style.css.map */