*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: CMU, sans-serif;
}

body {
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

img {
  width: 100%;
}

p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
p.quotation {
  padding-left: 1.5rem;
  font-style: italic;
  font-size: 1.45rem;
  line-height: 1.55rem;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
p.drop_cap:first-letter {
  font-family: Lit, sans-serif;
  font-size: 3.8rem;
  line-height: 3rem;
  vertical-align: top;
  display: inline-block;
  float: left;
  margin: 0.3rem 0.2rem 0 0;
}
p a {
  text-decoration: underline 1px;
  text-underline-offset: 0.3rem;
  line-height: 0.3;
}

i {
  font-style: italic;
  font-size: 1.5rem;
}

.col-title {
  font-family: Lit, serif;
  font-size: 1.7rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-underline-offset: 0.2rem;
  letter-spacing: 0.01em;
  margin-bottom: 2rem;
  padding: 0;
}

.three-cols {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10rem;
  padding: 4rem;
}

.two-cols {
  display: grid;
  grid-template-columns: 26% auto;
  gap: 8rem;
  padding: 4rem;
}
.two-cols .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  text-decoration: none;
}
.two-cols .circle h2, .two-cols .circle h3 {
  text-align: center;
  font-family: Lit, serif;
  color: white;
  text-transform: uppercase;
}
.two-cols .circle h2 {
  font-size: 3.6rem;
}
.two-cols .circle h3 {
  font-size: 2rem;
}
.two-cols .left-bar p {
  margin-bottom: 3rem;
}
.wind-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin: 8rem auto;
  border-bottom: none;
}

@media (max-width: 1024px) {
  .three-cols, .two-cols {
    display: flex;
    flex-flow: nowrap column;
    gap: 3rem;
    padding: 2rem;
  }
  .two-cols .circle {
    max-width: calc(100vw - 4rem);
    width: 300px;
    margin: 0 auto;
  }
  .two-cols .circle h2 {
    font-size: 2.3rem;
  }
  .two-cols .circle h3 {
    font-size: 1.8rem;
  }
  .wind-container {
    max-width: 200px;
  }
  p {
    font-size: 1.4rem;
  }
  p.quotation {
    padding-left: 3vh;
    font-style: italic;
    font-size: 1.3rem;
    line-height: 1.4rem;
  }
  .two-cols .left-bar p {
    margin-bottom: 1.5rem;
  }
  .two-cols .left-bar .col-title {
    font-size: 1.5rem;
  }
  i {
    font-style: italic;
    font-size: 1.4rem;
  }
}
@font-face {
  font-family: Lit;
  src: url(../fonts/literaturnaya-plain-001-001.ttf) format("truetype");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: CMU;
  src: url(../fonts/cmunrm.ttf) format("truetype");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: CMU;
  src: url(../fonts/cmunbx.ttf) format("truetype");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: CMU;
  src: url(../fonts/cmunti.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: CMU;
  src: url(../fonts/cmunbl.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
header {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/cover_teapot.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
header .overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
}
header h1 {
  font-size: 5rem;
  text-align: center;
  color: white;
  font-family: Lit, serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 3rem;
  z-index: 1;
}

@media (max-width: 1024px) {
  header h1 {
    font-size: 2rem;
  }
}
footer {
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  justify-content: center;
}
footer p, footer a {
  font-size: 100%;
  text-align: center;
  margin-bottom: 0;
  border-bottom: none;
  text-decoration: none;
  max-width: 75%;
}
footer.simple {
  margin: 4rem 0 8rem 0;
}
footer.simple img {
  max-width: 200px;
  margin-bottom: 1rem;
}
footer.covered {
  height: 100vh;
  background-image: url(../images/cover_footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
footer.covered a, footer.covered p {
  color: white;
  font-family: Lit, serif;
  font-size: 3vh;
  font-weight: normal;
}

.leon-city-portrait {
  padding: 4vh 0 10vh;
}

.lots {
  padding-bottom: 4rem;
}

.lots_title {
  text-align: center;
  padding: 5vh 0;
  font-family: Lit;
  font-weight: bold;
  font-size: 4vh;
  text-transform: uppercase;
}

.lots__card-list {
  padding: 0 4vh 10vh;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  list-style-type: none;
}

.lots__card-list-item {
  flex-basis: 300px;
  flex-grow: 1;
}

.lots_card-link {
  display: block;
  text-decoration: none;
  height: 50vh;
}

.lots_card {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding: 50px 40px;
  height: 50vh;
  position: relative;
  font-family: CMU;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.lots_card:hover {
  background-color: black;
  background-image: none;
  border-bottom: 10px;
}

.lots_card__title {
  font-family: Lit;
  color: #FFF;
  font-size: 3vh;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  border-bottom: solid 2px;
}

.lots_card__text {
  font-family: CMU;
  position: relative;
  color: #FFF;
  font-size: 3vh;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
}

.overlaylots {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.4);
}

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