* {
  padding: 0;

  margin: 0;

  border: 0;
}
@font-face {
  font-family: "Mont Regular";

  src: url("../fonts/Mont-Regular.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Mont Bold";

  src: url("../fonts/Mont-Bold.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Mont Semibold";

  src: url("../fonts/Mont-SemiBold.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "EuropeExt Bold";

  src: url("../fonts/EuropeExtBold.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;

  -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 {
  width: 100%;

  font-size: 100%;

  line-height: 1;

  font-size: 14px;

  -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;
}

p {
  margin: 0 0 10px 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}
button,
button:active,
button:focus {
  outline: none;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Mont Regular, sans-serif;
  color: #1a1d23;
}

body.active {
  overflow-y: hidden;
}

img {
  width: 100%;
}

a {
  color: #1a1d23;
  text-decoration: none;
}

ul {
  list-style: none;
}

button:hover {
  cursor: pointer;
}

.h2 {
  font-size: 64px;
  font-family: EuropeExt Bold, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 3.5rem;
}

.bl-text {
  color: #21e0d5;
}

.object-fit {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.container {
  margin: 0 auto;
  max-width: 1240px;
  display: flex;
}

.btn-black {
  min-width: 180px;
  padding: 15px 10px;
  color: #fff;
  font-family: EuropeExt Bold, sans-serif;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  border: 2px solid transparent;
  background-color: #1a1d23;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.btn-black:hover {
  color: #1a1d23;
  background-color: transparent;
  border-color: #1a1d23;
}

.soon {
  padding: 1px 7px;
  color: #fff;
  font-size: 12px;
  background-color: #21e0d5;
  border-radius: 5px;
  position: absolute;
  top: -15px;
  right: -30px;
}

.nav-bar_mobile {
  padding-top: 70px;
  padding-left: 30px;
  display: block;
  background-color: #1a1d23;
  width: 300px;
  height: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: fixed;
  top: 0;
  left: -350px;
}

.nav-bar_mobile nav a {
  margin-top: 15px;
  font-size: 22px;
  color: #fff;
}

.nav-bar_mobile.active {
  left: 0;
}

.section-track {
  padding-top: 85px;
}
.track-main {
  padding: 110px 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.track {
  width: 100px;
  height: 100px;
  background-color: #000000;
}
.track-desc {
  padding-top: 50px;
  max-width: 600px;
  color: #000000;
  font-family: Mont Regular, sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
.search {
  padding-top: 55px;
  max-width: 1030px;
  margin: 0 auto;
}
.search-form {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  height: 52px;
}
.search .search-form .search-input {
  margin: 0;
  outline: 0;
  width: 100%;
  display: block;
  height: 52px;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  line-height: 26px;
  background: #fff;
  -webkit-appearance: none;
  color: #064666;
  font-family: Mont Regular, sans-serif;
  padding: 12px 14px;
  box-sizing: border-box;
  border: 1px solid #064666;
  border-right: 0;
  border-right: none;
}
.col {
  display: flex;
  min-width: 720px;
}

.msg {
  padding-top: 30px;
  justify-content: space-around;
  display: none;
  align-items: center;
}
.message-img {
  display: none;
  width: 165px;
  height: 165px;
  background-size: cover;
}
.all_icon-img {
  display: flex;
  width: 235px;
  opacity: 1;
  transition: all 0.1s;
  margin-top: 10px;
}
.wrap_botm {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.3s;
}
.time {
  font-size: 26px;
  font-family: "Mont Semibold";
  color: #1d1d1d;
  margin-top: -21px;
  margin-bottom: 10px;
  transition: all 0.18s;
}
.main-play {
  margin: 0 auto 10px;
}
.downl {
  width: 35px;
  height: 35px;
  cursor: default;
  margin: 0 auto;
  transition: all 0.2s;
  box-shadow: 0px 10px 30px rgb(23 23 23 / 0%);
}
.perp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.download-img:hover,
.stop-img:hover,
.pause-img:hover,
.play-img:hover {
  box-shadow: 0px 10px 30px rgb(23 23 23 / 10%);
}
.message_result {
  max-width: 330px;
  line-height: 1.5;
}
.message_status {
  padding-bottom: 20px;
  font-family: "Mont SemiBold", sans-serif;
  font-size: 21px;
}
.message_text {
  display: none;
  font-family: "Mont Regular", sans-serif;
  font-size: 18px;
}

.edit_audio_title {
  text-align: center;
  margin-top: 140px;
  font-size: 48px;
  font-family: EuropeExt Bold, sans-serif;
  text-transform: uppercase;
  line-height: 4.5rem;
}
.main_desc {
  text-align: center;
  font-size: 20px;
  font-family: Mont Regular, sans-serif;
  color: #9a9a9a;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 8px;
}
.block-features {
  display: flex;
  width: 100%;
  margin: 75px auto;
}
.block-item {
  padding: 35px 40px 33px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  height: auto;
  width: 390px;
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 6px;
  position: relative;
}
.link-hide {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: -40px;
  margin-top: -35px;
}
.block-item:hover {
  box-shadow: 0 6px 58px 0 rgba(141, 145, 146, 0.26),
    0 1px 7px 0 rgba(0, 0, 0, 0.03);
  background-color: #fff;
}
.block-item:last-child {
  margin-right: 0;
}
.block-image {
  width: 100%;
  margin: 15px auto;
  object-fit: contain;
}
.block-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.name-block {
  font-family: Mont Regular, sans-serif;
  font-size: 24px;
  line-height: 31px;
  text-align: right;
  color: #1a1d23;
}
.border {
  width: 150px;
  margin: 15px auto;
  height: 1px;
  background-color: #dbdbdb;
}
.block-container {
  width: calc(100% - 20px);
  margin: 0 auto;
}
.block-desc {
  font-family: Mont Regular, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.5;
  color: #9a9a9a;
  padding-bottom: 5px;
}

@media (max-width: 900px) {
  .search {
    max-width: 100%;
    min-width: 100%;
  }
  .col {
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  .header_offset {
    padding-top: 70px;
  }

  .policy_cont .container .left_side {
    width: 100%;
  }

  .policy_cont .container .left_side ul li a {
    padding: 10px;
    margin-bottom: 15px;
  }

  .policy_cont .container .right_side {
    width: 100%;
    margin-top: 20px;
  }

  .policy_cont .container .h2 {
    font-size: 26px;
    padding-bottom: 20px;
  }

  .policy_cont .container .h4 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .policy_cont .container p {
    font-size: 14px;
    line-height: 20px;
  }

  .policy_cont .container .line {
    padding-bottom: 30px;
  }

  .policy_cont .container .h5 {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .policy_cont .container .right_side ul {
    padding-bottom: 10px;
    margin-left: 10px;
  }

  .policy_cont .container .right_side ul li {
    margin-bottom: 5px;
  }

  .policy_cont .container .h6 {
    font-size: 16px;
  }
}

.features_block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 90%;
}
.item_block {
  width: 300px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  box-shadow: 0 6px 58px 0 rgb(141 145 146 / 26%), 0 1px 7px 0 rgb(0 0 0 / 3%);
  display: flex;
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
  position: relative;
  margin-bottom: 60px;
  justify-content: center;
}
.main_block {
  margin-top: 140px;
}
.image_1 {
  width: 100px;
  height: 100px;
  background: url(../img/audio_editor.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.image_2 {
  width: 100px;
  height: 100px;
  background: url(../img/audio_create.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.image_3 {
  width: 100px;
  height: 100px;
  background: url(../img/audio_example.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.title_block {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 1.05px;
  margin: 10px 0 9px;
  color: #1a1d23;
}
.desc_block p {
  font-size: 18px;
  max-width: 88%;
  margin: 0 auto;
  text-align: center;
  color: #5d5d5d;
  line-height: 1.35;
}
.link_audio {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.brr {
  width: 100px;
  height: 2px;
  background-color: #21e0d5;
  margin-bottom: 10px;
}
.pre_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 300px;
}

.main_title {
  font-size: 55px;
  margin: 0 auto;
  line-height: 1.2;
  text-align: center;
  margin-left: auto;
  color: #1a1d23;
  font-family: "EuropeExt Bold", sans-serif;
  max-width: 87%;
}
.desc_title {
  text-align: center;
  font-size: 20px;
  font-family: Mont Regular, sans-serif;
  color: #9a9a9a;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 25px;
}
@media (max-width: 1280px) {
  .features_block {
    max-width: 100%;
  }
}
@media (max-width: 680px) {
  .item_block {
    width: 80%;
    height: 350px;
  }
  .pre_item {
    height: 260px;
  }
  .main_title {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .item_block {
    width: 90%;
  }
  .main_title {
    font-size: 45px;
  }
}
@media (max-width: 408px) {
  .item_block {
    width: 94%;
    height: 400px;
  }
  .pre_item {
    height: 300px;
  }
}
