@font-face {
  font-family: "cabinet-grotesk";
  src: url("../fonts/CabinetGrotesk-Black.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "b612";
  src: url("../fonts/B612-Regular.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "b612";
  src: url("../fonts/B612-Regular.ttf");
  font-style: normal;
  font-weight: 600;
}

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

.grid-wrapper {
  display: none;
}

body {
  margin: 0;
}

@media (min-width: 1025px) {
  picture img {
    display: none;
    width: 100%;
  }
  .grid-wrapper {
    display: inherit;
  }
  body {
    background-color: #4E5166;
    font-family: "b612";
    color: white;
    margin: 0;
    padding: 3rem;
    height: 100vh;
    background-image: url("../img/desktop-bg-full.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
  }
  a {
    text-decoration: none;
    color: #4E5166;
  }
  header a {
    border-bottom: 2px solid #FF715B;
    text-transform: uppercase;
  }
  header a:first-child {
    border-bottom: none;
  }
  header a:first-child {
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
  header a:last-child {
    margin-left: 2rem;
  }
  .header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0.5rem;
  }
  .header_nav__contact a {
    margin-left: 1rem;
    padding-left: 1rem;
  }
  .button_apple, .button_google {
    background-color: white;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .button_apple a, .button_google a {
    color: black;
    padding-left: 1rem;
  }
  .buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20.5rem 20.5rem;
        grid-template-columns: 20.5rem 20.5rem;
    -ms-grid-rows: 4rem;
        grid-template-rows: 4rem;
    grid-column-gap: 1rem;
  }
  .main_left img {
    width: 1.8rem;
    height: 1.8rem;
  }
  .strong {
    font-family: "b612";
    font-weight: 600;
  }
  .main_title {
    font-family: "cabinet-grotesk";
    font-size: 4rem;
    line-height: 5rem;
    text-transform: uppercase;
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
  .main p {
    width: 60%;
    margin-bottom: 6rem;
  }
  .iphone {
    width: 100%;
  }
  .iphone img {
    left: 10rem;
    top: 10rem;
  }
  .main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}
/*# sourceMappingURL=styles.min.css.map */