@font-face {
  font-family: "Axiforma";
  src: url("./assets/fonts/Axiforma-thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Axiforma";
  src: url("./assets/fonts/Axiforma-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Axiforma";
  src: url("./assets/fonts/Axiforma-book.otf") format("opentype");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Axiforma";
  src: url("./assets/fonts/Axiforma-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Axiforma";
  src: url("./assets/fonts/Axiforma-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Axiforma";
  src: url("./assets/fonts/Axiforma-semiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Axiforma";
  src: url("./assets/fonts/Axiforma-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Axiforma";
  src: url("./assets/fonts/Axiforma-heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Axiforma";
  src: url("./assets/fonts/Axiforma-black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Axiforma";
  src: url("./assets/fonts/Axiforma-italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

body {
  background-image: url(./back.png);
  font-family: "Axiforma", sans-serif;
  font-weight: 400;
  padding-bottom: 50px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 100vh;
  min-width: 100vw;
  overflow-x: hidden;
}

.logo {
  width: 150px;
  margin: auto;
  display: block;
}

h1 {
  text-align: center;
  text-shadow: 1px 2px 3px #000;
  font-family: "Axiforma", sans-serif;
  color: #fff;
  margin-bottom: 30px;
}

p {
  text-align: center;
  text-shadow: 1px 2px 3px #000;
  color: #b0b0b0;
  font-size: 0.9rem;
  margin-bottom: 30px;
}

.item {
  margin-bottom: 20px;
}

.icons {
  border-bottom: 2px solid #0095d7;
  padding-bottom: 30px;
}

.icons .title {
  font-size: 0.8rem;
  color: #0095d7;
  width: 90px;
}

.icons img {
  height: 40px;
  margin-right: 20px;
}

.icons .item {
  display: flex;
  justify-content: center;
}

.logo-white {
  margin: 30px auto;
  display: block;
  width: 160px;
}

a {
  color: #fff;
  text-shadow: 1px 2px 3px #000;
  display: block;
  margin: auto;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}

@media (min-width: 768px) {
  .logo {
    width: 300px;
  }

  h1 {
    font-size: 4rem;
    font-weight: 200;
  }

  p {
    margin: 50px auto;
    font-weight: 100;
    font-size: 1rem;
  }

  .icons {
    margin: 50px auto;
  }

  .logo-white {
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .logo {
    margin: 60px auto 30px;
  }
  h1 {
    font-size: 5rem;
  }
  p {
    font-size: 1.4rem;
  }
  .icons img {
    height: 60px;
  }
  .icons .title {
    font-size: 1rem;
    font-weight: 100;
  }
  a {
    display: inline-block;
    margin: 0 10px;
  }
  body {
    padding-bottom: 50px;
  }

  .container {
    max-width: 1140px !important;
  }
}
