@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

input:focus {
  outline: none;
}

.clearfix {
  clear: both;
}

/* body.st--overflow--hidden{
  overflow: hidden;
} */

.wrapper {
  max-width: 1716px;
  margin: auto;
  padding-left: 0px;
  padding-right: 0px;
}

img {
  max-width: 100%;
}

.full_img {
  display: flex;
  align-items: flex-end;
}
.full_img_fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.full_img--wrapper {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#newPosition {
  visibility: hidden;
}

.first_section {
  min-height: 100vh;
  position: relative;
}
.first_section-pin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.first_section-pin .full_img {
  height: 100vh;
  z-index: -1;
}
.first_section-pin2 {
  height: 100vh;
  overflow: hidden;
}
/* .first_section .wrapper {
    display: flex;
    align-items: flex-start;
  } */
.first_section .leftcont {
  position: relative;
  /* flex-shrink: 0; */
  float: left;
  padding-bottom: 15px;
  /* position: absolute; */
  /* margin-top: calc(100vh - 370px);  */
}
.first_section .leftcont {
  color: #ffffff;
  transition: color 0.5s ease-in-out;
}
.first_section .leftcont .full_img {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: -1;
}
.first_section .leftcont .cont_text {
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
  padding-bottom: 65px;
}
.first_section .leftcont .cont_text--hidden {
  visibility: hidden;
}

.project_text {
  position: relative;
}

.project_text--visible {
  position: relative;
}

.first_section .leftcont h2 {
  font-family: Montserrat;
  font-size: 16px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 120%;
  text-align: left;
  padding-left: 135px;
  position: relative;
  margin-bottom: 30px;
}
.h2-decor {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 2px;
  background: #fff;
  transition: background-color 0.5s ease-in-out;
}

.first_section .leftcont h1 {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 120%;
  text-align: left;
  margin-bottom: 50px;
}
.first_section .leftcont p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 120%;
  text-align: left;
  max-width: 408px;
}
.first_section .leftcont p b {
  font-weight: 700;
}
.first_section .leftcont .mt {
  margin-top: 39px;
  margin-bottom: 154px;
}
.first_section .leftcont .imgs {
  padding-top: 88px;
}
.first_section .leftcont .imgs img {
  display: block;
  margin-bottom: 100px;
  max-width: 429px;
}
.first_section .leftcont .imgs img:last-child {
  margin-bottom: 0;
}
.first_section .leftcont.black_c {
  color: #000;
}
.first_section .leftcont.black_c h2:before {
  background: #000;
}

.first_section .rightcont {
  position: relative;
  float: right;
  max-width: 1144px;
  width: 100%;
  padding-bottom: 100px;
}
.first_section .rightcont .full_img {
  height: 100vh;
  margin-bottom: 88px;
}
.first_section .rightcont .full_img--wrapper {
  max-height: calc(100vh - 100px);
  height: 800px;
}
.first_section .rightcont .full_img--wrapper img {
  margin: 0;
}
.first_section .rightcont img {
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 600px;
}
.first_section .rightcont .boxes {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.first_section .rightcont .boxes img:nth-child(odd) {
  max-width:572px;
      height: 500px;
}
.first_section .rightcont .boxes img:nth-child(even) {
  max-width:429px;
      height: 500px;
}
.first_section .rightcont h2 {
  color: #000000;
  font-family: Montserrat;
  font-size: 78px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: normal;
  line-height: 120%;
  text-align: left;
  margin-bottom: 25px;
}
.first_section .rightcont h3 {
  color: #000000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
}
.first_section .rightcont h3 b {
  font-weight: 600;
}

/* .section2 {
  padding-top: 88px; }
  .section2 .move_to_right {
    padding-left: 566px; } */

.section3 {
  margin-top: 100px;
  padding-bottom: 220px;
  position: relative;
}
.section3 .wrapper {
  position: relative;
}
.section3 img {
  max-width: 100%;
  margin: auto;
  display: block;
  object-fit:cover;
  height: 750px;
}
.section3 .slick-prev {
  background: transparent;
  border: 0;
  font-size: 0;
  padding-left: 52px;
  background: url(../img/arrowleft.png) left center no-repeat;
  position: absolute;
  bottom: -150px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.section3 .slick-prev:before {
  content: 'previous project';
  color: #000000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: normal;
  line-height: 120px;
  text-align: left;
}

.section3 .slick-prev:hover {
  padding-left: 70px;
  background-position: 20px center;
}
.section3 .slick-prev:hover:after {
  opacity: 1;
}
.section3 .slick-next {
  background: transparent;
  border: 0;
  font-size: 0;
  padding-right: 52px;
  background: url(../img/arrowright.png) right center no-repeat;
  position: absolute;
  bottom: -150px;
  right: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.section3 .slick-next:before {
  content: 'next project';
  color: #000000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: normal;
  line-height: 120px;
  text-align: left;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.section3 .slick-next:hover {
  padding-right: 70px;
  background-position: right 20px center;
}
.section3 .slick-next:hover:after {
  opacity: 1;
}

.section4 {
  min-height: 550px;
  background: url('../img/srb9.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.section3_without_slider .arrows {
  position: relative;
  margin-top: 50px;
  margin-bottom: 100px;
}
