@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Barlow&display=swap");
.btn {
  display: inline-block;
  font-weight: 700;
  padding: 1rem 2rem;
  background: #ff5c5c;
  text-decoration: none;
  color: white;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  letter-spacing: 1px;
}

.btn:hover {
  opacity: 0.9;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.nav a {
  text-decoration: none;
  color: #242942;
}

.nav .logo {
  -ms-grid-column-align: start;
      justify-self: start;
}

.nav ul {
  justify-self: end;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav ul li {
  margin-right: 2.5rem;
}

.nav ul .dark {
  color: #a0a1ac;
}

@media (max-width: 600px) {
  .nav ul {
    display: none;
  }
}

.nav .menu {
  display: none;
  cursor: pointer;
}

@media (max-width: 600px) {
  .nav .menu {
    display: block;
    margin-right: 2rem;
  }
}

.content {
  margin-top: 2.75rem;
  max-width: 500px;
  text-transform: uppercase;
}

.content h1 {
  color: #a0a1ac;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 1rem;
}

.content h1 span {
  letter-spacing: 1px;
  display: inline-block;
  background: #242942;
  color: white;
  border-radius: 100px;
  font-weight: 700;
  text-align: center;
  padding: 0.25rem 0.5rem;
  margin-right: 1rem;
}

.content h2 {
  margin-top: 1.1rem;
  font-size: 4rem;
  line-height: 1;
}

@media (max-width: 1000px) {
  .content h2 {
    font-size: 2.5rem;
  }
}

.content .text {
  letter-spacing: 0px;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: none;
  margin-top: 1.95rem;
  color: #5b5f71;
  max-width: 290px;
  line-height: 1.35;
}

.content .schedule {
  margin-top: 4rem;
  color: #a0a1ac;
  letter-spacing: 3px;
  font-size: 1rem;
  font-family: "Barlow Condensed", sans-serif;
}

@media (max-width: 1000px) {
  .content .schedule {
    margin-top: 1rem;
    font-size: 0.85rem;
  }
}

.content .schedule a {
  margin-right: 1rem;
}

@media (max-width: 1000px) {
  .content .schedule a {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  color: #242942;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

h1,
h2,
h3,
.cta,
nav {
  font-family: "Barlow Condensed", sans-serif;
  margin: 0;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5rem;
  position: relative;
  max-width: 1920px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-row-gap: 7rem;
  padding-top: 4rem;
  padding-left: 10rem;
  padding-right: 7.5rem;
}

@media (max-width: 1300px) {
  .wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 1rem;
    padding: 0rem;
  }
}

header {
  grid-column: 1 / -1;
}

@media (max-width: 1300px) {
  header {
    padding-top: 2rem;
    padding-left: 2rem;
  }
}

@media (max-width: 1300px) {
  .content {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.hero {
  position: absolute;
  text-align: end;
  right: 0;
  top: 13rem;
}

.hero img {
  width: 100%;
}

@media (min-width: 1920px) {
  .hero img {
    display: none;
  }
}

@media (max-width: 1140px) {
  .hero {
    position: unset;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column-align: end;
        justify-self: end;
    top: 4rem;
  }
}

@media (min-width: 1920px) {
  .hero {
    background: url("../images/illustration-devices-full.svg") center center/cover no-repeat;
    width: 960px;
    height: 464px;
  }
}

.grey-block {
  position: absolute;
  width: 50%;
  right: 0;
  height: 425px;
  background: #eef3f6;
  z-index: -1;
  border-bottom-left-radius: 50px;
}

footer {
  justify-self: flex-end;
  padding: 2rem;
  font-size: 11px;
  text-align: center;
}

footer a {
  color: #3e52a3;
}
/*# sourceMappingURL=main.css.map */