@font-face {
  font-family: "Iosevka";
  src: url("assets/iosevka-regular.woff2") format("woff"); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
html,
body {
  overflow-x: hidden;
}
body {
  position: relative;
}
body {
  background-color: #e9bfd5;
}

.container {
  padding: 0;
  /* margin: 0; */
}

.header {
  margin: 24px 20px 0 20px;
  padding: 0;
}

.header .col {
  padding: 0;
}

.logo {
  height: 16px;
  width: auto;
}

a {
  text-decoration: none;
}

.new {
  color: #6499ff;
}

.contact-us {
  width: 123px;
  height: 34px;
  background: #6499ff;
  border-radius: 70px;

  font-family: "Iosevka";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
}

.arrow-right {
  padding-left: 4px;
  width: 17px;
  height: 14px;
}

.title {
  margin: 120px 20px 0 20px;
}

.title div:first-child {
  padding: 0;
}

.title h1 {
  font-family: "Crimson Pro", serif;
  font-style: normal;
  font-size: 44px;
  line-height: 100%;
}

.title h1 span:first-child {
  font-weight: 600;
  white-space: nowrap;
}

.title h1 span:last-child {
  font-style: italic;
  text-decoration: underline;
}

.record-player-img {
  margin-top: 48px;
  margin-left: 0;
  margin-right: 0;
}

.record-player-img div:first-child {
  padding: 0;
}

/* .record-player-img img {
        width: 100%;
        height: auto;
      } */

.description-desktop {
  display: none;
}

.description {
  margin: 32px 20px 0 20px;
  font-family: "Crimson Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

.description div:first-child {
  padding: 0;
}

.description-buttons {
  margin: 0px 20px 0 20px;
}

.description-buttons div:first-child {
  padding: 0;
}

.download-manual {
  width: 167px;
  height: 34px;
  background: #e7ff85;
  border-radius: 70px;

  font-family: "Iosevka";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
}

.download-firmware {
  width: 167px;
  height: 34px;
  background: #6499ff;
  border-radius: 70px;

  font-family: "Iosevka";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
}

.read-more {
  font-family: "Iosevka";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #e7ff85;
  cursor: pointer;
}

.module-image {
  margin-left: 0;
  margin-right: 0;
}

.module-image img {
  margin-top: 48px;
  width: 280px;
}

.sound-samples {
  margin-left: 0;
  margin-right: 0;
}

.sound-samples h2 {
  margin-top: 100px;
  margin-left: 20px;
  margin-bottom: 48px;

  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
}

.carousel {
  margin-top: 60px;
  height: 240px;
  display: block;
}

.carousel img {
  margin: 5px;
}

.carousel img:last-child {
  /* margin-right: 0; */
}

.desktop-images {
  display: none;
}

.title-2 {
  margin: 80px 20px 0 20px;
}

.title-2 div:first-child {
  padding: 0;
}

.title-2 h2 {
  font-family: "Crimson Pro", serif;
  font-style: normal;
  font-size: 32px;
  line-height: 100%;
  color: #000000;
}

.title-2 h2 span:first-child {
  font-weight: 600;
}

.title-2 h2 span:last-child {
  font-style: italic;
}

.cats {
  margin: 40px 20px 0 20px;
}

.contact-us-footer {
  margin: 0 20px 100px 20px;
}

.contact-us-footer h2 {
  margin-top: 100px;
  margin-bottom: 32px;
  padding: 0;

  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
}

.contact-us-footer p {
  padding: 0;
  margin-bottom: 10px;
}

.contact-us-footer p:last-child {
  margin-bottom: 50px;
}

.contact-us-footer a {
  font-family: "Crimson Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  text-decoration-line: underline;
  color: #000000;
}

.contact-title {
  font-family: "Iosevka";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #000000;
}

ul {
  list-style: none;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .header {
    margin: 47px 0 0 0;
    padding: 0;
  }
  .logo {
    height: 24px;
    width: auto;
  }
  .contact-us {
    width: 206px;
    height: 56px;
    font-size: 24px;
  }
  .arrow-right {
    padding-left: 10px;
    width: 28px;
    height: 24px;
  }
  .title {
    margin: 220px 0 0 0;
  }
  .title h1 {
    font-size: 90px;
  }

  .record-player-img {
    justify-content: end;
    margin-top: 100px;
  }

  .sound-samples h2 {
    font-size: 64px;
    line-height: 120%;
    margin-top: 220px;
    margin-bottom: 100px;
    margin-left: 0;
  }

  .carousel {
    display: none;
  }

  .desktop-images {
    display: block;
    /* margin-left: 60px;
    margin-right: 60px; */
    margin-top: 200px;
  }

  .desktop-images .col-5 img {
    max-height: 80%;
  }

  .desktop-images > div:last-child {
    margin-top: 80px;
  }

  .title-2 {
    margin: 300px 0 0 0;
  }

  .title-2 h2 {
    font-size: 70px;
    line-height: 100%;
  }

  .cats {
    display: none;
  }

  .contact-us-footer {
    margin: 0 0 180px 0;
    display: flex;
  }

  .contact-us-footer h2 {
    font-size: 64px;
    line-height: 120%;
    margin-top: 300px;
  }

  .contact-us-footer a {
    font-size: 44px;
    line-height: 100%;
  }

  .contact-title {
    font-size: 28px;
    line-height: 130%;
  }
}

@media (min-width: 1023px) {
  .description {
    display: none;
  }

  .description-desktop {
    display: flex;
    margin-top: 100px;
    font-family: "Crimson Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 130%;
    color: #000000;
  }

  .description-desktop p {
    margin-bottom: 2rem;
  }

  .description-buttons {
    display: none;
  }

  .download-manual {
    width: 292px;
    height: 56px;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.1em;

    margin-top: 30px;
  }

  .download-firmware {
    width: 292px;
    height: 56px;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.1em;

    margin-top: 30px;
  }

  .module-image {
    display: none;
  }
}

@media (min-width: 1300px) {
  .contacts {
    display: flex;
  }

  .contacts div:last-child {
    margin-left: 190px;
  }
}