* {
  padding: 0;
  margin: 0;
  font-family: "area-normal", sans-serif;
  font-style: normal;
  line-height: 1.5em;
}

body {
  transition: background-color 0.5s;
  position: relative;
}

.container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 1920px;
  overflow: hidden;
}

.homepage-content {
  margin: 0rem 10rem;
  position: relative;
}

.background-element {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: black;
  z-index: 3;
  overflow: hidden;
  opacity: 0.5;
  display: none;
  transition: opacity 0.4s ease-out;
}

.header {
  margin-top: 15rem;
}
.header .start {
  margin-bottom: 0.5rem;
}
.header .start p {
  font-size: 0.9rem;
  text-transform: uppercase;
}
.header .end p {
  line-height: 1em;
}
.header .end .line-1 p {
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 600;
}
.header .end .line-1 span {
  font-weight: 400;
}
.header .end .line-2 {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.header .end .line-2 p {
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 600;
}
.header .end .line-2 .link a {
  font-size: 1rem;
  text-decoration: underline;
  color: black;
}

.banner img {
  width: 100%;
}

.about {
  width: 100%;
  margin-top: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.about .title {
  font-size: 3.125rem;
  text-transform: uppercase;
  font-weight: 500;
}
.about .description {
  width: 500px;
  font-weight: 300;
}

.section {
  margin-top: 15rem;
}

.hero {
  width: 100%;
  display: flex;
  align-items: center;
  place-content: center;
  gap: 10rem;
  margin-top: 5rem;
}
.hero .start img {
  width: 550px;
}
.hero .end {
  width: 500px;
}
.hero .end .title-1 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.hero .end .title-2 {
  font-size: 3.125rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.1em;
  margin-top: 1rem;
}
.hero .end .description {
  margin-left: 7rem;
  margin-top: 1.5rem;
  font-size: 0.95rem;
  font-weight: 300;
}

.impression-container {
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.impression-container a {
  text-decoration: none;
  color: black;
}
.impression-container .impression {
  width: 384px;
}
.impression-container .impression .photo img {
  width: 100%;
}
.impression-container .impression .block-1 {
  display: flex;
  justify-content: space-between;
}
.impression-container .impression .block-1 .start .button {
  cursor: pointer;
  border: 1px solid black;
  border-radius: 5rem;
  padding: 0.3rem 1.5rem;
  display: block;
  background: linear-gradient(to right, black 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  text-align: center;
  font-size: 0.9rem;
  color: black;
}
.impression-container .impression .block-1 .start .button:hover {
  background-position: left bottom;
  color: white;
}
.impression-container .impression .block-1 .end {
  cursor: pointer;
}
.impression-container .impression .block-1 .end p {
  font-size: 2.5rem;
  text-transform: uppercase;
}
.impression-container .impression .block-1 .end img {
  width: 5rem;
}
.impression-container .impression .block-1 .end img {
  transition: 0.3s ease-in;
  display: inline-block;
}
.impression-container .impression .block-1 .end:hover img {
  transform: translate(10%);
}

.impression2 {
  margin-top: 10rem;
}

.impression3 {
  margin-top: 5rem;
}

@media only screen and (max-width: 1450px) {
  .hero .end .description {
    margin-left: 0rem;
  }
}
@media only screen and (max-width: 1350px) {
  .hero {
    gap: 5rem;
  }
}
@media only screen and (max-width: 1280px) {
  .homepage-content {
    margin: 0rem 2rem;
  }
}
@media only screen and (max-width: 1030px) {
  .header .end {
    line-height: 3em;
  }
  .header .end .line-1 p {
    font-size: 3rem;
  }
  .header .end .line-2 p {
    font-size: 3rem;
  }
  .hero {
    gap: 5rem;
  }
  .hero .start img {
    width: 350px;
  }
  .impression-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .impression-container .impression3 {
    margin-top: 0rem;
  }
  .impression-container .impression {
    width: 100%;
  }
  .impression-container .impression .block-1 .end p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 860px) {
  .homepage-content {
    margin: 0rem 1rem;
  }
  .about {
    margin-bottom: -5rem;
    display: flex;
    flex-direction: column;
  }
  .about .description {
    margin-top: 1rem;
    font-size: 0.9rem;
  }
  .hero {
    gap: 3rem;
  }
  .hero .end .title-2 {
    font-size: 2.5rem;
  }
  .hero .end .description {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 760px) {
  .hero {
    display: grid;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hero .end {
    width: 100%;
  }
  .hero .end .description {
    max-width: 500px;
  }
  #blockA {
    order: 1;
  }
  #blockB {
    order: 2;
  }
  #blockC {
    order: 4;
  }
  #blockD {
    order: 3;
  }
}
@media only screen and (max-width: 620px) {
  .impression-container {
    display: flex;
    flex-direction: column;
  }
  .impression-container .impression3 {
    margin-top: 5rem;
  }
  .impression-container .impression2 {
    margin-top: 5rem;
  }
  .impression-container .impression {
    width: 100%;
  }
  .impression-container .impression .block-1 .end p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 580px) {
  .about .description {
    width: 100%;
  }
}
@media only screen and (max-width: 611px) {
  .header {
    margin-top: 10rem;
  }
  .header .end {
    line-height: 2em;
  }
  .header .end .line-1 p, .header .end .line-2 p {
    font-size: 2rem;
  }
  .header .end .line-1 .link a, .header .end .line-2 .link a {
    font-size: 0.8rem;
    text-decoration: underline;
    color: black;
  }
  .banner img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 420px) {
  .header .end {
    line-height: 1.5em;
  }
  .header .end .line-1 p {
    font-size: 1.5rem;
  }
  .header .end .line-2 {
    display: flex;
    flex-direction: column;
  }
  .header .end .line-2 p {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
  }
  .about .title {
    font-size: 2.5rem;
  }
  .hero .start img {
    width: 100%;
  }
  .hero .end {
    text-align: start;
  }
}/*# sourceMappingURL=homepage.css.map */