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

@font-face {
  font-family: "Garet";
  src: url("/resources/fonts/fonnts.com-garet-thin.otf");
  font-weight: 100;
}
@font-face {
  font-family: "Garet";
  src: url("/resources/fonts/fonnts.com-garet-light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "Garet";
  src: url("/resources/fonts/fonnts.com-garet-regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Garet";
  src: url("/resources/fonts/fonnts.com-garet-medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "Garet";
  src: url("/resources/fonts/fonnts.com-garet-bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "Garet";
  src: url("/resources/fonts/fonnts.com-garet-black.otf");
  font-weight: 900;
}
@font-face {
  font-family: "Maragsa";
  src: url("/resources/fonts/Maragsa.otf");
}
body {
  text-decoration: none;
  color: black;
  background-color: #fffcf5;
  overflow-y: scroll;
}
body::-webkit-scrollbar {
  display: none;
}
body .nav {
  transition: transform 0.3s ease;
  background-color: #fffcf5;
  display: flex;
  justify-content: space-between;
  padding: 2rem 4.7rem 1rem 4.7rem;
  letter-spacing: 0.18rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
body .nav__title__text {
  font-family: Garet;
  text-decoration: none;
  font-weight: 600;
  color: black;
  text-transform: uppercase;
  font-size: 1.9rem;
}
body .nav__ul {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  font-size: 1.5rem;
  font-family: Garet;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
body .nav__ul__li {
  padding-right: 2rem;
}
body .nav__ul__li span {
  color: black;
  text-decoration: none;
  display: inline-block;
  padding-right: 8rem;
  border-bottom: 0.13rem solid rgba(0, 0, 0, 0.622);
  padding-bottom: 0.8rem;
}
body .section {
  margin-top: 1rem;
  padding: clamp(3rem, 6vw, 8rem) 2rem;
  font-family: Garet;
  color: #111;
}
body .section__inner {
  max-width: 1100px;
  margin: 0 auto;
}
body .section__title {
  font-family: Garet;
  text-decoration: none;
  font-weight: 600;
  color: black;
  text-transform: uppercase;
  font-size: 1.9rem;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  margin-bottom: 1rem;
  color: #fa573e;
  font-family: Maragsa;
}
body .section__text {
  font-family: Garet;
  font-size: clamp(1.05rem, 2.4vw, 1.4rem);
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.85);
}
body .section a {
  color: #fa573e;
  text-decoration: none;
  border-bottom: 0.08rem solid rgba(0, 0, 0, 0.12);
}
body .section a:hover {
  text-decoration: underline;
}
body .section--about__images {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
body .section--about__images img {
  max-width: 20vw;
}
body .section--contacts h1 {
  font-size: clamp(1.05rem, 2.4vw, 1.4rem);
  line-height: 1.9;
}
body .nav__ul a,
body .hero__text__links a {
  color: inherit;
  text-decoration: none;
}
body .nav__ul a span,
body .hero__text__links a span {
  display: inline-block;
  padding-right: 0;
}

@media (max-width: 1200px) {
  .nav {
    padding: 1.5rem 3rem 0 3rem;
  }
  .nav__ul {
    font-size: 1.4rem;
  }
  .hero {
    padding: clamp(1.5rem, 6vw, 12rem);
  }
}
@media (max-width: 900px) {
  .nav {
    padding: 1rem 1.5rem 0 1.5rem;
  }
  .nav__ul {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: clamp(1rem, 6vw, 6rem);
  }
  .hero__text__main {
    width: 100%;
    justify-content: center;
  }
  .hero__text__links {
    order: 2;
    width: 100%;
  }
  .hero__text__links ul {
    margin-right: 0;
  }
  .hero__text__main__parent h1 {
    font-size: clamp(3rem, 10vw, 9rem);
  }
  .section {
    padding: clamp(2rem, 5vw, 4rem);
  }
  .section .section__title {
    font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  }
}
@media (max-width: 480px) {
  .nav {
    padding: 0.6rem 1rem;
  }
  .nav__title__text {
    font-size: 1.1rem;
  }
  .hero {
    padding: 1rem;
  }
  .hero__text {
    gap: 0.5rem;
  }
  .hero__text__main__parent {
    margin-bottom: 4vh;
  }
  .hero__text__main__parent h1 {
    font-size: clamp(2rem, 12vw, 6rem);
  }
  .hero__text__main__parent h2 {
    font-size: 0.95rem;
  }
  .hero__text__links {
    display: none;
  }
  .section {
    padding: 1.2rem;
  }
  .section .section__title {
    font-size: 1.6rem;
  }
  .section .section__text {
    font-size: 1rem;
  }
}/*# sourceMappingURL=style2.css.map */