@font-face {
  font-family: 'Bebas';
  src: url('../fonts/Bebas_Neue.ttf');
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu_Regular.ttf');
}
@font-face {
  font-family: 'Arno';
  src: url('../fonts/Arno_Pro.ttf');
}
@font-face {
  font-family: 'Vogue';
  src: url('../fonts/Vogue.otf');
}

:root {
  --resizer: 1920;
}

* {
  margin: 0;
  padding: 0;
}

h3 {
  font-family: 'Bebas';
  font-size: calc(52vw/var(--resizer)*100);
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  display: flex;
  position: relative;
  scroll-behavior: smooth;
}

body {
  display: flex;
  position: relative;
  width: calc(1440vw/var(--resizer)*100);
  margin: 0 auto;
  gap: calc(100vw/var(--resizer)*100);
  flex-direction: column;
}

header {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: start;
  background: rgb(31, 26, 23);
/*   box-shadow: calc(0vw/var(--resizer)*100) calc(20vw/var(--resizer)*100) calc(30vw/var(--resizer)*100) rgb(31, 26, 23); */
  z-index: 9000;
  border-radius: 0 0 calc(25vw/var(--resizer)*100) calc(25vw/var(--resizer)*100);
}

.logo {
  display: inline-flex;
  position: relative;
  width: calc(400vw/var(--resizer)*100);
  height: calc(200vw/var(--resizer)*100);
  background: url('../img/logo.jpg') no-repeat;
  background-size: contain;
  border-bottom-left-radius: calc(25vw/var(--resizer)*100);
}

header > nav {
  display: flex;
  position: relative;
  align-items: center;
  margin: calc(50vw/var(--resizer)*100) auto 0 auto;
  justify-content: space-between;
}

header > nav > ul {
  display: inline-flex;
  position: relative;
  list-style-type: none;
  justify-content: space-between;
  gap: calc(100vw/var(--resizer)*100);
}

header > nav > ul > li {
  font-family: 'Bebas';
  font-size: calc(46vw/var(--resizer)*100);
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

main {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: calc(100vw/var(--resizer)*100);
}

.main_wrapper {
  display: flex;
  position: relative;
  width: 100%;
  gap: calc(100vw/var(--resizer)*100);
}

.main {
  display: flex;
  position: relative;
  gap: calc(100vw/var(--resizer)*100);
  flex-direction: column;
}

.main_quote {
  display: flex;
  position: relative;
  width: 100%;
  gap: calc(10vw/var(--resizer)*100);
  justify-content: center;
  align-items: end;
  flex-direction: column;
  border-bottom: calc(2vw/var(--resizer)*100) solid rgb(31, 26, 23);
}

.main_quote > span {
  font-family: 'Ubuntu';
  font-size: calc(28vw/var(--resizer)*100);
}

.main_quote > span:last-child {
  font-family: 'Arno';
  font-style: italic;
}

.main_content {
  display: flex;
  position: relative;
  width: calc(600vw/var(--resizer)*100);
  gap: calc(30vw/var(--resizer)*100);
  margin: 0 auto;
  flex-direction: column;
}

.main_content_headline {
  display: flex;
  position: relative;
  margin: 0 auto;
}

.main_contnet_description {
  display: flex;
  position: relative;
  margin: 0 auto;
}

.main_contnet_description > span {
  font-family: 'Ubuntu';
  font-size: calc(32vw/var(--resizer)*100);
}

.main_background {
  display: flex;
  position: relative;
  width: calc(700vw/var(--resizer)*100);
  height: calc(710vw/var(--resizer)*100);
  margin: auto;
  background: url('../img/main.jpg') no-repeat center center;
  background-size: contain;
  border-radius: calc(25vw/var(--resizer)*100);
}

.main_content > button {
  display: flex;
  position: relative;
  width: calc(250vw/var(--resizer)*100);
  height: calc(50vw/var(--resizer)*100);
  margin: auto;
  border: calc(2vw/var(--resizer)*100) solid black;
  border-radius: calc(20vw/var(--resizer)*100);
  background: #fff;
  justify-content: center;
  align-items: center;
}

.main_content > button > span {
  font-family: 'Ubuntu';
  font-size: calc(22vw/var(--resizer)*100);
}

.services_wrapper {
  display: flex;
  position: relative;
  gap: calc(50vw/var(--resizer)*100);
  flex-direction: column;
  padding-top: calc(50vw/var(--resizer)*100);
}

.services {
  display: flex;
  position: relative;
}

.services_picture {
  display: flex;
  position: relative;
  width: calc(534vw/var(--resizer)*100);
  height: calc(600vw/var(--resizer)*100);
  background: url('../img/services.jpg') no-repeat center center;
  background-size: cover;
  border-radius: calc(25vw/var(--resizer)*100);
}

.services_content {
  display: flex;
  position: relative;
  width: calc(907vw/var(--resizer)*100);
  flex-direction: column;
}

.services_content_headline {
  display: flex;
  position: relative;
  justify-content: center;
}

.services_content_headline > span {
  font-family: 'Bebas';
  font-size: calc(52vw/var(--resizer)*100);
}

.services_content_description {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: calc(50vw/var(--resizer)*100);
  margin: calc(90vw/var(--resizer)*100) calc(-20vw/var(--resizer)*100) 0 auto;
  justify-content: end;
  align-items: end;
  z-index: 9000;
}

.services_content_description_item {
  display: flex;
  position: relative;
  gap: calc(10vw/var(--resizer)*100);
}

.services_content_description_item > i {
  display: flex;
  position: relative;
  width: calc(40vw/var(--resizer)*100);
  height: calc(10vw/var(--resizer)*100);
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(28, 86, 65) 50%, #fff 50%);
}

.services_content_description_item > span {
  font-family: 'Ubuntu';
  font-size: calc(32vw/var(--resizer)*100);
  line-height: calc(5vw/var(--resizer)*100);
  text-align: right;
}

.letters {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.letter:first-child {
  background: url('../img/letter_1.jpg') no-repeat center center;
}
.letter:nth-child(2) {
  background: url('../img/letter_2.jpg') no-repeat center center;
}
.letter:nth-child(3) {
  background: url('../img/letter_3.jpg') no-repeat center center;
}
.letter:last-child {
  background: url('../img/letter_4.jpg') no-repeat center center;
}

.letter {
  display: flex;
  position: relative;
  width: calc(360vw/var(--resizer)*100);
  height: calc(400vw/var(--resizer)*100);
  background-size: contain !important;
}

.construction {
  display: flex;
  position: relative;
  width: 100%;
  height: calc(666vw/var(--resizer)*100);
  margin-top: calc(-30vw/var(--resizer)*100);
  background: url('../img/construction.jpg') no-repeat center center;
  background-size: cover;
}

.lightbox {
  display: flex;
  position: relative;
  width: calc(800vw/var(--resizer)*100);
  height: calc(600vw/var(--resizer)*100);
  margin: calc(-35vw/var(--resizer)*100) auto 0 calc(150vw/var(--resizer)*100);
  align-items: end;
  justify-content: end;
  background: url('../img/lightbox.jpg') no-repeat center center;
  background-size: cover;
}

.lightbox > span {
  margin: 0 calc(-50vw/var(--resizer)*100) calc(70vw/var(--resizer)*100) 0;
  width: calc(400vw/var(--resizer)*100);
  font-family: 'Ubuntu';
  font-size: calc(32vw/var(--resizer)*100);
  text-transform: uppercase;
}

.works_wrapper {
  display: flex;
  position: relative;
  gap: calc(50vw/var(--resizer)*100);
  flex-direction: column;
}

.works_examples {
  display: flex;
  position: relative;
  justify-content: space-between;
  row-gap: calc(30vw/var(--resizer)*100);
  flex-wrap: wrap;
}

.works_examples > img {
  max-width: 49%;
}

.works_head {
  display: flex;
  position: relative;
  width: 100%;
  height: calc(800vw/var(--resizer)*100);
  background: url('../img/works.jpg') no-repeat center center;
  background-size: cover;
  justify-content: end;
  align-items: end;
}

.works_head > span {
  margin: 0 calc(110vw/var(--resizer)*100) calc(100vw/var(--resizer)*100) 0;
  font-family: 'Ubuntu';
  font-size: calc(52vw/var(--resizer)*100);
  color: #fff;
}

.works {
  display: flex;
  position: relative;
  justify-content: center;
  flex-direction: column;
}

.works_headline {
  display: flex;
  position: relative;
  margin: calc(50vw/var(--resizer)*100) auto;
}

.contacts_wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-top: calc(50vw/var(--resizer)*100);
}

.contacts_headline {
  display: flex;
  position: relative;
/*   justify-content: center; */
  margin-bottom: calc(30vw/var(--resizer)*100);
}

.contacts {
  display: flex;
  position: relative;
  gap: calc(30vw/var(--resizer)*100);
}

.contacts_leftside {
  display: flex;
  position: relative;
  width: calc(534vw/var(--resizer)*100);
  flex-direction: column;
}

.contacts_picture {
  display: flex;
  position: relative;
  width: calc(534vw/var(--resizer)*100);
  height: calc(600vw/var(--resizer)*100);
  background: url('../img/contacts.jpg') no-repeat center center;
  background-size: cover;
  border-radius: calc(25vw/var(--resizer)*100);
}

.contacts_picture > span {
  width: calc(480vw/var(--resizer)*100);
  margin: auto auto calc(15vw/var(--resizer)*100) auto;
  font-family: 'Vogue';
  font-size: calc(32vw/var(--resizer)*100);
  color: #fff;
}

.contacts_content {
  display: flex;
  position: relative;
  width: calc(440vw/var(--resizer)*100);
/*   justify-content: center; */
  flex-direction: column;
  gap: calc(20vw/var(--resizer)*100);
}

.contacts_content_item {
  display: flex;
  position: relative;
  gap: calc(15vw/var(--resizer)*100);
}

.contacts_content_item:nth-child(2) > picture {
  background: url('../img/telephone.svg') no-repeat center center;
}
.contacts_content_item:nth-child(3) > picture {
  background: url('../img/whatsapp.svg') no-repeat center center;
}
.contacts_content_item:nth-child(4) > picture {
  background: url('../img/email.svg') no-repeat center center;
}
.contacts_content_item:nth-child(5) > picture {
  background: url('../img/location.svg') no-repeat center center;
}

.contacts_content_item > picture {
  display: flex;
  position: relative;
  width: calc(42vw/var(--resizer)*100);
  height: calc(42vw/var(--resizer)*100);
  background-size: contain !important;
}

.contacts_content_item > span {
  width: calc(620vw/var(--resizer)*100);
  font-family: 'Ubuntu';
  font-size: calc(32vw/var(--resizer)*100);
}

.contacts_feedback {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: calc(50vw/var(--resizer)*100);
}

.contacts_feedback > form {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: calc(30vw/var(--resizer)*100);
}

.contacts_feedback > form > input {
  display: flex;
  position: relative;
  width: calc(300vw/var(--resizer)*100);
  height: calc(50vw/var(--resizer)*100);
  padding-left: calc(10vw/var(--resizer)*100);
  border-radius: calc(5vw/var(--resizer)*100);
  border: calc(2vw/var(--resizer)*100) solid black;
  box-sizing: border-box;
  font-family: 'Ubuntu';
  font-size: calc(18vw/var(--resizer)*100);
}

.contacts_feedback > form > input::placeholder {
  font-family: 'Ubuntu';
  font-size: calc(18vw/var(--resizer)*100);
}

.contacts_feedback > form > button {
  display: flex;
  position: relative;
  width: calc(300vw/var(--resizer)*100);
  height: calc(50vw/var(--resizer)*100);
  padding-left: calc(10vw/var(--resizer)*100);
  border-radius: calc(5vw/var(--resizer)*100);
  border: calc(2vw/var(--resizer)*100) solid black;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.contacts_feedback > form > button > span {
  font-family: 'Ubuntu';
  font-size: calc(18vw/var(--resizer)*100);
}

.footer {
  display: flex;
  position: relative;
  width: 100%;
  height: calc(600vw/var(--resizer)*100);
  background: url('../img/footer.jpg') no-repeat center center;
  background-size: cover;
  border-radius: calc(25vw/var(--resizer)*100) calc(25vw/var(--resizer)*100) 0 0;

}

@media screen and (max-width:414px) {
  :root {
    --resizer: 414;
  }
  main {
    width: 90%;
    margin: auto;
  }
  .main_wrapper {
    flex-direction: column-reverse;
  }
  .services {
    width: 100%;
    margin: auto;
  }
  .letters {
    width: 100%;
    flex-wrap: wrap;
    margin: auto;
  }
  .letter {
    width: 50%;
  }
  .construction {
    background-size: contain;
  }
  .contacts {
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
  }
}







