.first-block {
  margin-top: 150px;
  padding: 0 1.2rem;
}

.first-block-link a {
  color: #000;
  text-decoration: none;
  font-size: 2.5rem;
  position: relative;
}
.first-block-link a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  height: 2px;
  width: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  content: "";
}
.first-block-link a:hover::after {
  width: 100%;
}

.second-block {
  width: 100%;
  height: 90vh;
  margin-top: 40px;
  background: url("../images/Architecture/Oscar_Nymeyer_w.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.section-title h2 {
  font-size: 3rem !important;
}

.pre-title {
  font-size: 1rem;
  margin-left: 6px;
}

.section-description {
  line-height: 1.3rem;
  font-size: 1rem;
  color: #000;
}

#lama,
#sbb,
#jabee,
#emme,
#SHOPPINGCENTER {
  margin-top: 150px;
  width: 100%;
  padding: 0 2rem;
}

.section-gallery {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr calc(20px + 3.75vw) 1fr calc(20px + 3.75vw) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(20px + 3.75vw);
}

.section-object {
  aspect-ratio: 1/1.2;
}
.section-object img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.section-object:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.section-swiper {
  margin-top: 60px;
  width: 100%;
  height: 100vh;
}

.swiper-slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.big-image-container {
  width: 100%;
  height: 100vh;
}
.big-image-container img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
}

.bars {
  width: 100%;
  height: 300px;
  max-width: 1700px;
  margin: 100px auto 0 auto;
  border: 2px solid #000;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr 1fr;
  grid-template-columns: 1fr 2fr 1fr;
  background: #fff;
}

.bars__left {
  background: repeating-linear-gradient(to bottom, #fff 0%, #fff 20%, #d6d6d6 20%, #d6d6d6 40%, #fff 40%, #fff 60%, #d6d6d6 60%, #d6d6d6 80%, #fff 80%, #fff 100%);
}

.bars__mid {
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(10%, #000), color-stop(10%, #d6d6d6), color-stop(20%, #d6d6d6), color-stop(20%, #000), color-stop(30%, #000), color-stop(30%, #d6d6d6), color-stop(40%, #d6d6d6), color-stop(40%, #000), color-stop(50%, #000), color-stop(50%, #fff), color-stop(60%, #fff), color-stop(60%, #d6d6d6), color-stop(70%, #d6d6d6), color-stop(70%, #fff), color-stop(80%, #fff), color-stop(80%, #d6d6d6), color-stop(90%, #d6d6d6), color-stop(90%, #fff), to(#fff));
  background: linear-gradient(to right, #000 0%, #000 10%, #d6d6d6 10%, #d6d6d6 20%, #000 20%, #000 30%, #d6d6d6 30%, #d6d6d6 40%, #000 40%, #000 50%, #fff 50%, #fff 60%, #d6d6d6 60%, #d6d6d6 70%, #fff 70%, #fff 80%, #d6d6d6 80%, #d6d6d6 90%, #fff 90%, #fff 100%);
}

.bars__right {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(20%, #000), color-stop(20%, #d6d6d6), color-stop(40%, #d6d6d6), color-stop(40%, #000), color-stop(60%, #000), color-stop(60%, #d6d6d6), color-stop(80%, #d6d6d6), color-stop(80%, #000), to(#000));
  background: linear-gradient(to bottom, #000 0%, #000 20%, #d6d6d6 20%, #d6d6d6 40%, #000 40%, #000 60%, #d6d6d6 60%, #d6d6d6 80%, #000 80%, #000 100%);
}