/**
 * Media Query Mixin
 * Usage:
 *
 * .target {
   * font-size: 36px;
   * @include device(phone) {
     * font-size: 32px;
   * }
 * }
 */
/*
* Home Hero Swiper Module
*/
@import 'photoswipe.css';
@import url(_mixins.scss);
.module_swiper {
  max-width: 2440px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.module_swiper .row {
  margin-top: 0;
  max-width: 2440px;
  position: relative;
}
.module_swiper .row .content {
  backdrop-filter: blur(20px);
  position: absolute;
  padding: 50px;
  z-index: 2;
  top: 50%;
  width: 40%;
  max-width: 500px;
  right: 40px;
  transform: translateY(-50%);
  border-radius: 50px;
}
@media only screen and (max-width: 64em) {
  .module_swiper .row .content {
    text-align: center;
    max-width: 90%;
    width: 80%;
    transform: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(5px);
  }
}
.module_swiper .row .content h1 {
  margin-top: 0;
}
@media only screen and (max-width: 64em) {
  .module_swiper .row .content h1 {
    text-align: center;
  }
}
.module_swiper .row .content h1 {
  animation: animate-in 1s ease forwards;
  text-align: right;
}
@keyframes animate-in {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@media only screen and (max-width: 64em) {
  .module_swiper .row .content h1 {
    text-align: center;
  }
}
.module_swiper .row .content p {
  opacity: 0;
  animation: animate-in 1s 1s ease forwards;
}
@media only screen and (max-width: 64em) {
  .module_swiper .row .content p {
    text-align: left;
  }
}
.module_swiper .swiper-wrapper .swiper-slide {
  position: relative;
  padding-top: 56.25%;
}
@media only screen and (max-width: 64em) {
  .module_swiper .swiper-wrapper .swiper-slide {
    padding-top: 100%;
  }
}
.module_swiper .swiper-wrapper .swiper-slide:before {
  content: "";
  width: 80%;
  top: 0;
  right: 0;
  height: 100%;
  position: absolute;
  z-index: 3;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
@media only screen and (max-width: 64em) {
  .module_swiper .swiper-wrapper .swiper-slide:before {
    background: rgba(34, 32, 33, 0.6);
    width: 100%;
  }
}
.module_swiper .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 64em) {
  .module_swiper .swiper-wrapper .swiper-slide img {
    height: 100%;
  }
}

/*
* Intro Module
*/
.module_intro {
  transition: transform 1s ease, opacity 1.25s ease;
  margin: 80px auto;
  padding: 0 20px;
  max-width: 800px;
  gap: 40px;
}
.module_intro.viewport {
  opacity: 0;
  transform: translateY(50%);
}
.module_intro.viewport .title:before {
  clip-path: inset(100% 100% 100% 100%);
}
.module_intro.in-viewport {
  opacity: 1;
  transform: translateY(0);
}
.module_intro.in-viewport .title:before {
  clip-path: inset(0% 0% 0% 0%);
}
.module_intro .content h2 {
  padding-bottom: 30px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}

/*
* Features Module
*/
.module_features.viewport .row .title {
  opacity: 0;
  transform: translateY(50%);
}
.module_features.viewport .row .title:before {
  clip-path: inset(100% 100% 100% 100%);
}
.module_features.viewport .items .item {
  opacity: 0;
}
.module_features.in-viewport .row .title {
  padding: 60px 20px;
  opacity: 1;
  transform: translateY(0);
}
.module_features.in-viewport .row .title:before {
  top: 0;
  clip-path: inset(0% 0% 0% 0%);
  transform: translate(-50% 0);
}
.module_features.in-viewport .items .item {
  opacity: 1;
}
@media only screen and (max-width: 64em) {
  .module_features.in-viewport .items .item:before {
    opacity: 1;
  }
  .module_features.in-viewport .items .item .text p {
    transform: none !important;
    opacity: 1 !important;
  }
  .module_features.in-viewport .items .item picture.background img {
    transform: scale(1.1);
  }
}
.module_features .row {
  transition: opacity 1.25s ease, transform 1.25s ease;
  max-width: 1500px;
  margin: 0 auto;
}
.module_features .row .title {
  transition: opacity 1.25s ease, transform 1.25s ease;
  margin-bottom: 50px;
  text-align: center;
  width: fit-content;
  margin: 0 auto 50px;
  font-size: clamp(20px, 5vw, 70px);
}
.module_features .row .title:before {
  left: 0;
  transition: clip-path 2s ease;
}
.module_features .row .title .small {
  font-size: 25px;
}
.module_features .row .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  gap: 40px;
}
@media only screen and (max-width: 1460px) {
  .module_features .row .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 64em) {
  .module_features .row .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 800px) {
  .module_features .row .items {
    padding: 0 20px;
    grid-template-columns: 1fr;
  }
}
.module_features .row .items .item {
  overflow: hidden;
  height: -webkit-fill-available;
  display: grid;
  place-items: center;
  position: relative;
  width: -webkit-fill-available;
  transition: opacity 1.25s ease, transform 1.25s ease;
  padding: 80px 20px;
}
.module_features .row .items .item:nth-child(1n) {
  transition-delay: 0.5s;
}
.module_features .row .items .item:nth-child(2n) {
  transition-delay: 1s;
}
.module_features .row .items .item:nth-child(3n) {
  transition-delay: 1.5s;
}
.module_features .row .items .item:nth-child(4n) {
  transition-delay: 2s;
}
.module_features .row .items .item:before {
  transition: opacity 1.25s ease, transform 1.25s ease;
  z-index: 1;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  border: 3px solid rgba(255, 255, 255, 0.3);
}
.module_features .row .items .item .item-title, .module_features .row .items .item p {
  position: relative;
  z-index: 1;
}
.module_features .row .items .item:hover:before {
  opacity: 0;
}
.module_features .row .items .item:hover .text p {
  transform: none;
  opacity: 1;
}
.module_features .row .items .item:hover picture.background img {
  transform: scale(1.1);
}
.module_features .row .items .item .text {
  position: relative;
  z-index: 1;
}
.module_features .row .items .item .text .item-title {
  text-align: center;
  font-size: 30px;
}
.module_features .row .items .item .text p {
  transition: opacity 1.25s ease, transform 1.25s ease;
  transform: translateY(100%);
  opacity: 0;
  text-align: center;
  font-size: 16px;
}
.module_features .row .items .item picture.background img {
  transition: transform 1.25s ease;
  filter: brightness(0.3);
}

/*
* Unit Module
*/
.module_unit {
  padding: 0;
}
@media only screen and (max-width: 64em) {
  .module_unit {
    padding: 0;
  }
}
.module_unit.viewport .row .content {
  opacity: 0;
  transform: translateY(50%);
}
.module_unit.viewport .row .content .title:before {
  clip-path: inset(100% 100% 100% 100%);
}
.module_unit.in-viewport .row .content {
  opacity: 1;
  transform: translateY(0);
}
.module_unit.in-viewport .row .content .title:before {
  clip-path: inset(0% 0% 0% 0%);
}
.module_unit .floorplan-holder {
  padding: 40px 0;
  display: grid;
  place-items: center;
}
.module_unit .floorplan-holder .floorplan-iframe {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 12/8;
}
.module_unit .row {
  max-width: 1920px;
  gap: 40px;
}
.module_unit .row .content {
  backdrop-filter: invert(1);
  margin: 0 auto;
  padding: 80px 0;
  max-width: 900px;
  transition: all 1.25s ease;
}
.module_unit .row .content h2.title {
  color: #000;
}
.module_unit .row .content h2.title:before {
  filter: invert(1);
}
.module_unit .row .content .small {
  color: #000;
}
.module_unit .row .content p {
  color: #000;
  padding-top: 20px;
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .module_unit .row .content {
    padding: 80px 20px;
  }
}
.module_unit .row .title {
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px;
}
.module_unit .row .floorplan-lightbox {
  position: relative;
  display: grid;
  place-items: center;
}
.module_unit .row .floorplan-lightbox img {
  margin: 30px 0;
  display: grid;
  place-items: center;
  max-width: 800px;
}
@media only screen and (max-width: 64em) {
  .module_unit .row .floorplan-lightbox img {
    width: 100%;
  }
}
.module_unit .row .banner {
  margin: 80px auto;
  position: relative;
  min-height: clamp(700px, 100vh, 900px);
  overflow: hidden;
}
.module_unit .row .banner.viewport .banner-content {
  clip-path: inset(0 100% 0 0);
}
.module_unit .row .banner.viewport .banner-content h2, .module_unit .row .banner.viewport .banner-content ul {
  opacity: 0;
  transform: translateY(25%);
}
.module_unit .row .banner.viewport picture.background {
  opacity: 0;
}
.module_unit .row .banner.in-viewport .banner-content {
  backdrop-filter: blur(5px);
  clip-path: inset(0 0 0 0);
}
.module_unit .row .banner.in-viewport .banner-content h2, .module_unit .row .banner.in-viewport .banner-content ul {
  opacity: 1;
  transform: none;
}
.module_unit .row .banner.in-viewport picture.background {
  opacity: 1;
}
@media only screen and (max-width: 1300px) {
  .module_unit .row .banner {
    margin: 20px;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
  }
}
.module_unit .row .banner .banner-content {
  transition: clip-path 1.25s ease;
  position: absolute;
  height: 100%;
  right: 5%;
  top: 50%;
  width: 100%;
  max-width: 500px;
  padding: 50px 30px;
  transform: translateY(-50%);
  z-index: 3;
  background-color: rgba(34, 32, 33, 0.7);
}
.module_unit .row .banner .banner-content h2, .module_unit .row .banner .banner-content ul, .module_unit .row .banner .banner-content li {
  transition: opacity 1.25s ease, transform 1.25s ease;
}
@media only screen and (min-width: 64.1em) {
  .module_unit .row .banner .banner-content.flipped {
    right: auto;
    left: 5%;
  }
}
@media only screen and (max-width: 1300px) {
  .module_unit .row .banner .banner-content.flipped {
    left: 0;
  }
}
@media only screen and (max-width: 1300px) {
  .module_unit .row .banner .banner-content {
    backdrop-filter: blur(1px) !important;
    background: none;
    max-width: 100%;
    width: unset;
    padding: 20px;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    transform: none;
    border: 2px solid rgba(255, 255, 255, 0.1);
  }
}
.module_unit .row .banner picture.background {
  transition: opacity 1.25s ease;
}
@media only screen and (max-width: 1300px) {
  .module_unit .row .banner picture.background {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
.module_unit .row.measurements.viewport .title:before {
  clip-path: inset(100% 100% 100% 100%);
}
.module_unit .row.measurements.in-viewport .title:before {
  clip-path: inset(0% 0% 0% 0%);
}
.module_unit .spec-grid {
  padding: 0 20px;
  width: 100%;
  display: grid;
  place-items: center;
  justify-content: space-evenly;
  align-items: start;
  gap: 50px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 64em) {
  .module_unit .spec-grid {
    gap: clamp(10px, 4vw, 50px);
  }
  .module_unit .spec-grid .item {
    position: relative;
    display: flex;
    align-items: center;
    text-align: right;
  }
}
@media only screen and (max-width: 800px) {
  .module_unit .spec-grid {
    grid-template-columns: repeat(2, 1fr);
    place-items: start;
  }
}
.module_unit .spec-grid .item {
  transition: all 1s ease;
  position: relative;
}
.module_unit .spec-grid .item.viewport {
  opacity: 0;
}
.module_unit .spec-grid .item.viewport picture.measurement-svg {
  opacity: 0;
  transform: translateX(25%);
}
.module_unit .spec-grid .item.viewport .label {
  opacity: 0;
  transform: translateX(-25%);
}
.module_unit .spec-grid .item.in-viewport {
  opacity: 1;
}
.module_unit .spec-grid .item.in-viewport picture.measurement-svg {
  opacity: 1;
  transform: translateX(0);
}
.module_unit .spec-grid .item.in-viewport .label {
  opacity: 1;
  transform: translateX(0);
}
.module_unit .spec-grid .item:nth-child(1n) {
  transition-delay: 0.1s;
}
.module_unit .spec-grid .item:nth-child(1n) .label, .module_unit .spec-grid .item:nth-child(1n) .measurement-svg {
  transition-delay: 0.2s;
}
.module_unit .spec-grid .item:nth-child(2n) {
  transition-delay: 0.2s;
}
.module_unit .spec-grid .item:nth-child(2n) .label, .module_unit .spec-grid .item:nth-child(2n) .measurement-svg {
  transition-delay: 0.4s;
}
.module_unit .spec-grid .item:nth-child(3n) {
  transition-delay: 0.3s;
}
.module_unit .spec-grid .item:nth-child(3n) .label, .module_unit .spec-grid .item:nth-child(3n) .measurement-svg {
  transition-delay: 0.6s;
}
.module_unit .spec-grid .item:nth-child(4n) {
  transition-delay: 0.4s;
}
.module_unit .spec-grid .item:nth-child(4n) .label, .module_unit .spec-grid .item:nth-child(4n) .measurement-svg {
  transition-delay: 0.8s;
}
.module_unit .spec-grid .item:nth-child(5n) {
  transition-delay: 0.5s;
}
.module_unit .spec-grid .item:nth-child(5n) .label, .module_unit .spec-grid .item:nth-child(5n) .measurement-svg {
  transition-delay: 1s;
}
.module_unit .spec-grid .item:nth-child(6n) {
  transition-delay: 0.6s;
}
.module_unit .spec-grid .item:nth-child(6n) .label, .module_unit .spec-grid .item:nth-child(6n) .measurement-svg {
  transition-delay: 1.2s;
}
.module_unit .spec-grid .item:nth-child(7n) {
  transition-delay: 0.7s;
}
.module_unit .spec-grid .item:nth-child(7n) .label, .module_unit .spec-grid .item:nth-child(7n) .measurement-svg {
  transition-delay: 1.4s;
}
.module_unit .spec-grid .item:nth-child(8n) {
  transition-delay: 0.8s;
}
.module_unit .spec-grid .item:nth-child(8n) .label, .module_unit .spec-grid .item:nth-child(8n) .measurement-svg {
  transition-delay: 1.6s;
}
.module_unit .spec-grid .item:nth-child(9n) {
  transition-delay: 0.9s;
}
.module_unit .spec-grid .item:nth-child(9n) .label, .module_unit .spec-grid .item:nth-child(9n) .measurement-svg {
  transition-delay: 1.8s;
}
.module_unit .spec-grid .item .label {
  transition: all 1.25s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 20px);
  width: 115px;
}
@media only screen and (max-width: 64em) {
  .module_unit .spec-grid .item .label {
    width: unset;
    padding-left: 20px;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    font-size: clamp(12px, 1vw, 16px);
  }
}
.module_unit .spec-grid .item picture.measurement-svg {
  transition: all 1.25s ease;
}
.module_unit .spec-grid .item picture.measurement-svg img {
  width: 100%;
  max-width: 100px;
  max-height: 100px;
}
@media only screen and (max-width: 64em) {
  .module_unit .spec-grid .item picture.measurement-svg img {
    max-width: 50px;
    max-height: 50px;
  }
}

/*
* Half Image Unit Module
*/
.module_half_image_unit {
  position: relative;
}
.module_half_image_unit .row {
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (min-width: 64.1em) {
  .module_half_image_unit .row.flipped .media {
    order: 1;
  }
  .module_half_image_unit .row.flipped .content {
    order: 2;
  }
}
@media only screen and (max-width: 64em) {
  .module_half_image_unit .row {
    grid-template-columns: 1fr;
  }
}
.module_half_image_unit .row .media {
  position: relative;
  padding-top: 100%;
}
@media only screen and (max-width: 64em) {
  .module_half_image_unit .row .media {
    order: 1;
  }
}
@media only screen and (min-width: 64.1em) {
  .module_half_image_unit .row .content {
    display: grid;
    place-items: center;
  }
}
@media only screen and (max-width: 64em) {
  .module_half_image_unit .row .content {
    order: 2;
  }
}
@media only screen and (max-width: 64em) {
  .module_half_image_unit .row .copy {
    order: 2;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Colors */
:root {
  --bg-color: hsl(330, 3%, 13%);
  --dot-color: rgba(231, 231, 231, 0.1);
}

/* Dimensions */
:root {
  --dot-size: 1px;
  --dot-space: 30px;
}

body {
  scroll-behavior: smooth;
  scroll-margin-top: 100px;
  margin: 0 auto;
  background-color: var(--bg-color);
  background-image: repeating-radial-gradient(circle, var(--dot-color) 0, var(--dot-color) var(--dot-size), transparent var(--dot-size), transparent calc(var(--dot-size) + var(--dot-space)));
  background-size: var(--dot-space) var(--dot-space);
}
@media only screen and (max-width: 64em) {
  body {
    margin-top: 111px;
  }
}
@media only screen and (max-width: 800px) {
  body {
    margin-top: 57px;
  }
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 100px;
}

a.btn {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  width: fit-content;
  margin: 20px auto 20px;
  transition: background 0.8s ease, color 0.8s ease; /* Specify properties to transition */
}
a.btn:hover {
  background: #fff;
  color: #000;
}

picture.background {
  width: 100%;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 100%;
  display: flex;
  object-fit: cover;
}

picture.background img {
  object-fit: cover;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}

.module {
  padding: 0 20px;
  max-width: 1920px;
  position: relative;
}

.row {
  overflow: hidden;
  margin: 60px auto;
  max-width: 1400px;
}

@font-face {
  font-family: "DIN";
  src: url("../DIN-Medium.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "DIN-Bold";
  src: url("../DIN-Bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
* {
  font-family: "Inter", sans-serif;
  color: #fff;
}

h1, h2, h3, h4, h5 {
  font-family: "DIN";
  font-weight: 800;
}
h1 .small, h2 .small, h3 .small, h4 .small, h5 .small {
  font-size: 50%;
  display: block;
  opacity: 0.6;
}

span.block {
  display: block;
}

h1 {
  font-size: clamp(35px, 5vw, 108px);
  padding-bottom: 30px;
}
@media only screen and (max-width: 64em) {
  h1 {
    padding-bottom: 0;
  }
}

h2 {
  scroll-margin-top: 200px;
  font-size: clamp(30px, 3.2vw, 60px);
}
@media only screen and (max-width: 64em) {
  h2 {
    padding: 20px 0;
  }
}

p {
  font-size: clamp(15px, 1vw, 18px);
}

ul li {
  padding-top: 10px;
}

.title {
  position: relative;
}

.title:before {
  transition: clip-path 2s linear;
  content: "";
  position: absolute;
  left: -40px;
  top: -40px;
  background: url(/assets/accents/dot-decoration.svg) center center/contain no-repeat;
  width: 100px;
  height: 80px;
  z-index: 4;
}

header {
  /* Hamburger */
  transition: all 1.25s ease;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  background: rgba(34, 32, 33, 0.8);
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
header .hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
header .bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 3px 0;
}
@media (max-width: 1024px) {
  header .hamburger {
    transform: translateX(-50px) translateY(-50%);
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: 0%;
    width: 50px;
    height: 50px;
    z-index: 5;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 800px) {
  header .hamburger {
    transform: translateX(0px) translateY(-50%);
  }
}
@media (max-width: 1024px) {
  header nav {
    flex-direction: column;
    position: absolute;
    justify-content: center !important;
    align-items: start !important;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100vh;
    background-color: rgba(34, 32, 33, 0.98);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  header nav.active {
    transform: translateX(0);
  }
  header nav.active .hamburger {
    transform: translateX(-100%);
  }
  header nav a {
    margin: 10px 0;
  }
}
header.scrolled .logo-holder {
  max-width: 100px;
}
header .logo-holder {
  transition: all 1.25s ease;
  max-width: 200px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 800px) {
  header .logo-holder {
    max-width: 100px;
  }
}
header .logo-holder .home-hero-logo {
  width: 100%;
  height: auto;
}
header .logo-holder img {
  padding: 20px;
}
@media only screen and (max-width: 800px) {
  header .logo-holder img {
    padding: 10px 20px;
  }
}
header nav {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 1s ease;
}
header nav a {
  padding: 0 20px;
  text-decoration: none;
  font-size: clamp(13px, 1.25vw, 18px);
  font-weight: bold;
}

footer {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer nav.footer-nav {
  margin-bottom: 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer nav.footer-nav a {
  text-decoration: none;
  text-transform: uppercase;
}
footer .footer-logo {
  text-align: center;
}
footer .footer-logo img {
  max-width: 500px;
  max-height: 100px;
}

dialog {
  transition: opacity 2s ease;
  width: 80%;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.modal-content {
  position: relative;
}
.modal-content h2 {
  margin: 0;
  text-align: center;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  color: #fff;
}

form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
}

input[type=text],
input[type=email] {
  color: #fff;
  background-color: rgba(34, 32, 33, 0.5);
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  max-width: 50%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

button[type=submit] {
  width: fit-content;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  color: hsl(330, 3%, 13%);
  background-color: #fff;
  color: hsl(330, 3%, 13%);
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

img.home-hero-logo {
  max-width: 100%;
}

/*# sourceMappingURL=main.css.map */
