@font-face {
  font-family: "PFDinTextCompProRegular";
  src: url("../fonts/PFDinTextCompPro-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "PFDinTextCompProBoldItalic";
  src: url("../fonts/PFDinTextCompPro-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "PFDinTextCompProBoldItalic";
  background: url(../img/bg.webp) center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 10px;
}
.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 2rem;
}

.home__wrap {
  height: 100dvh;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.home__link {
  display: inline-block;
  padding: 1rem 4rem 0;
  color: #fff;
  font-weight: 700;
  font-size: 5rem;
  border-radius: 44.8px;
  background-color: #ff6a13;
  border: 7px solid #ff6a13;
}

.home__box {
  max-width: 1200px;
  width: 100%;
}

.home__box h1 {
  margin-right: -90px;
}

.home__box h1,
.home__box h2 {
  font-size: 10rem;
  text-align: center;
}

.home__box h2,
.home__box h3 {
  text-align: right;
}

.home__box h3 {
  font-size: 35rem;
  line-height: 82%;
}

@media screen and (max-width: 750px) {
  body {
    background: url(../img/bg-mob.webp) center no-repeat;
    background-size: cover;
  }

  .home__wrap {
    justify-content: inherit;
  }

  .home__logo {
    width: 200px;
  }

  .home__link {
    font-size: 3rem;
    margin-top: auto;
    padding-top: 0.5rem;
  }

  .home__box h1 {
    margin-top: 3rem;
    margin-right: auto;
  }

  .home__box h1,
  .home__box h2 {
    font-size: 4rem;
    text-align: right;
  }

  .home__box h2,
  .home__box h3 {
    text-align: right;
  }

  .home__box h2 {
    width: 50%;
    font-size: 5rem;
    margin-left: auto;
  }

  .home__box h3 {
    font-size: 10rem;
    line-height: 82%;
  }
}
