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;
  background-color: rgb(237, 237, 237);
}
main .main-section1 img {
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 5px 20px black;
}
main .main-section1 h1 {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 46.08px;
  color: #3d3d3d;
  text-align: center;
  align-items: center;
  margin-top: 2.25rem;
  text-shadow: 5px 5px 5px rgb(195, 195, 195);
}
main .main-section2 {
  display: flex;
  flex-direction: column;
  padding: 4rem 0;
}
main .main-section2 .cards-div {
  display: flex;
  justify-content: space-around;
}
main .main-section2 .cards-div-card {
  width: 22.625rem;
  background-color: #ffffff;
  border-radius: 0.625rem;
  transition: 1s;
}
main .main-section2 .cards-div-card:hover {
  scale: 1.05;
}
main .main-section2 .cards-div-card img {
  width: 22.625rem;
  height: 11.625rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.625rem 0.625rem 0 0;
}
main .main-section2 .cards-div-card div {
  padding: 1.75rem 2rem;
}
main .main-section2 .cards-div-card div h1 {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 46.08px;
  color: #000000;
}
main .main-section2 .cards-div-card div h2 {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 20px;
  color: #000000;
}
main .main-section2 .cards-div-card div h2:nth-child(2) {
  border-bottom: 2px solid rgb(207, 207, 207);
  line-height: 24px;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
main .main-section2 .cards-div-card div h2:nth-child(3), main .main-section2 .cards-div-card div h2:nth-child(4) {
  font-size: 0.9rem;
}
main .main-section2 .cards-div-card div h2:nth-child(4) {
  margin-top: 0.1em;
}
main .main-section2 .cards-div-card div h2 span {
  font-weight: bold;
}
main .main-section2 .cards-div-card form {
  margin: 0 1rem 1.5rem;
}
main .main-section2 .cards-div-card form button {
  height: 3rem;
  width: 100%;
  border-radius: 2rem;
  background-color: #309433;
  color: #ffffff;
  border: none;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
}
main .main-section2 .cards-div-second {
  margin-top: 2.5rem;
}

body {
  animation: fadeIn 1s ease;
}

@media only screen and (max-width: 75rem) and (min-width: 53.125rem) {
  main .main-section2 {
    flex-direction: row;
    justify-content: space-around;
  }
  main .main-section2 .cards-div {
    flex-direction: column;
    gap: 2.25rem;
  }
  main .main-section2 .cards-div-second {
    margin: 0;
  }
}
@media only screen and (max-width: 53.125rem) {
  main .main-section1 img {
    height: 50vh;
  }
  main .main-section2 {
    flex-direction: column;
    align-items: center;
  }
  main .main-section2 .cards-div {
    flex-direction: column;
    gap: 2.25rem;
  }
}
@media only screen and (max-width: 26.25rem) {
  main .main-section1 img {
    height: 40vh;
  }
  main .main-section1 h1 {
    font-size: 2.7rem;
    line-height: 35px;
  }
  main .main-section2 {
    padding: 1.5rem 0;
  }
  main .main-section2 .cards-div {
    gap: 0rem;
  }
  main .main-section2 .cards-div-card {
    scale: 0.9;
  }
  main .main-section2 .cards-div-second {
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */