/* _reset.scss */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
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;
}

button {
  cursor: pointer;
}

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

.header {
  background-image: url(../images/backgrounds/hero-bg.jpg), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.29)));
  background-image: url(../images/backgrounds/hero-bg.jpg), linear-gradient(to bottom, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.29));
  background-attachment: fixed;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 842px;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 78px;
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 62px;
}

.header-nav-link {
  color: #ffffff;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 700;
}

.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.footer {
  background-color: #010a20;
  height: 136px;
  padding: 0;
  font-family: "DM Sans", sans-serif, sans-serif;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.footer .container {
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 124px;
  width: 100%;
  height: 100%;
}
.footer .footer-brand {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer .footer-brand .footer-logo {
  width: 174px;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  padding-left: 70px;
}
.footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-menu .footer-menu-item .footer-menu-link {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-decoration: none;
  line-height: 1;
}
.footer .footer-menu .footer-menu-item .footer-menu-link:hover {
  color: #dd2242;
}
.footer .footer-socials-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-left: auto; /* Push socials to the right */
  margin-right: 152px; /* Right offset restored */
}
.footer .footer-socials-wrapper .footer-socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
.footer .footer-socials-wrapper .footer-socials-list .footer-socials-item .footer-socials-link {
  display: inline-block;
}
.footer .footer-socials-wrapper .footer-socials-list .footer-socials-item .footer-socials-link .footer-socials-icon {
  width: 24px;
  height: 24px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.footer .footer-socials-wrapper .footer-socials-list .footer-socials-item .footer-socials-link .footer-socials-icon:hover {
  -webkit-transform: translateY(3px) scale(1.1);
          transform: translateY(3px) scale(1.1);
}
.footer .footer-socials-wrapper p.footer-copyright {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
}

.footer {
  position: relative;
}
.footer .red-circle {
  width: 104px;
  height: 104px;
  background-color: #dd2242;
  border-radius: 50%;
  position: absolute;
  top: -68px;
  right: 83px;
  z-index: 10;
  cursor: pointer;
}
.footer .red-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 39px;
  height: 22px;
  background-image: url("/images/hot-folder/footer-arrow-up.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.hero {
  background-image: url(../images/backgrounds/hero-bg.jpg), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.29)));
  background-image: url(../images/backgrounds/hero-bg.jpg), linear-gradient(to bottom, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.29));
  background-attachment: fixed;
}

.hero-title {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 120px;
  line-height: 130px;
  letter-spacing: 0;
  padding-bottom: 21px;
  width: 627.33px;
}

.hero-button {
  color: rgba(255, 255, 255, 0.8);
  font-family: inherit;
  line-height: 150%;
  font-size: 20px;
  font-weight: 700;
  padding: 26px 64px;
  background-color: #dd2242;
  border-radius: 211px;
}

.gallery {
  background-color: #010a20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "DM Sans", sans-serif, sans-serif;
  min-height: 100vh;
}

.gallery-title {
  color: #010a20;
  font-size: 60px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  margin: 172px 0 42px 0;
}

.button {
  padding: 16px 41px;
  letter-spacing: 0;
  color: #ffffff;
  line-height: 150%;
  font-size: 18px;
  background-color: #dd2242;
  border-radius: 32px;
  border: 0;
  font-family: inherit;
}/*# sourceMappingURL=main.css.map */