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

main {
  min-height: 100vh;
}
main .main-section1 {
  position: relative;
}
main .main-section1 img {
  min-width: 100%;
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 5px 20px black;
}
main .main-section1 div {
  min-width: 70vw;
  position: absolute;
  top: 32vh;
  right: 5%;
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 1.2rem;
}
main .main-section1 div h3 {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 20px;
  color: #e5e5e5;
}
main .main-section1 div h1 {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 46.08px;
  color: #ffffff;
}
main .main-section1 div h2 a {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 20px;
  transition: 0.5s;
  color: #f3f3f3;
  text-decoration: none;
  cursor: pointer;
}
main .main-section1 div h2 a:hover {
  color: #9b9b9b;
  font-size: 1.313rem;
}
main .main-section2 {
  padding: 2.5rem 4rem;
  display: flex;
  flex-direction: column;
}
main .main-section2 #main-section2-firstSentence {
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 46.08px;
  color: #000000;
}
main .main-section2 .main-section2-div1 {
  margin-top: 2.5rem;
}
main .main-section2 .main-section2-div1 h1 {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 35px;
  color: rgb(0, 0, 96);
}
main .main-section2 .main-section2-div1 div {
  max-width: 30rem;
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
}
main .main-section2 .main-section2-div1 div img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 5px 15px black;
}
main .main-section2 .main-section2-div1 div p {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 0.9rem;
  margin-left: 0.75rem;
  line-height: 1.1rem;
}
main .main-section2 .main-section2-div1 div p span {
  font-weight: bold;
}
main .main-section3 {
  min-width: 100vw;
  padding-bottom: 2.5rem;
  margin-top: 1rem;
}
main .main-section3 h1 {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 46.08px;
  color: rgb(139, 0, 139);
  margin-left: 4rem;
}
main .main-section3 h1:nth-child(4) {
  color: rgb(0, 0, 96);
  margin-top: 1.5rem;
}
main .main-section3 img {
  width: 100%;
  height: 40vh;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 1.2rem;
  box-shadow: 0px 5px 20px black;
}
main .main-section3 p {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin: 1rem 4rem;
}
main .main-section3 p:nth-child(5) {
  font-weight: bold;
}

body {
  animation: fadeIn 1s ease;
}

@media only screen and (max-width: 31.875rem) {
  main .main-section1 img {
    height: 50vh;
  }
  main .main-section1 div {
    top: 25vh;
  }
  main .main-section1 div h3 {
    font-size: 1.6rem;
  }
  main .main-section1 div h1 {
    font-size: 1.8rem;
    line-height: 40px;
  }
  main .main-section2 {
    padding: 2rem 2.5rem;
  }
  main .main-section2 #main-section2-firstSentence {
    font-size: 1.7rem;
    line-height: 38px;
  }
  main .main-section2 .main-section2-div1 {
    margin-top: 1.9rem;
  }
  main .main-section2 .main-section2-div1 h1 {
    font-size: 1.6rem;
  }
  main .main-section3 {
    margin-top: 0.5rem;
  }
  main .main-section3 h1 {
    font-size: 1.7rem;
    line-height: 38px;
    margin-left: 2.5rem;
  }
  main .main-section3 h1:nth-child(4) {
    color: #d30000;
    margin-top: 1rem;
  }
  main .main-section3 p {
    font-size: 1.05rem;
    margin: 1rem 2.5rem;
  }
}
@media only screen and (max-width: 25rem) {
  main .main-section1 div {
    top: 18vh;
  }
}/*# sourceMappingURL=style.css.map */