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

*,
::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: 1300px;
}

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

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

@media (max-width: 1280px) {
  .container {
    max-width: 1040px;
  }
}
@media (max-width: 1080px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 990px) {
  .container {
    max-width: 90%;
  }
}

.edit_audio_title {
  text-align: center;
  margin-top: 100px;
  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: 50px auto;
  flex-wrap: wrap;
}
.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;
  margin-bottom: 70px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 6px;
  position: relative;
  min-height: 460px;
}
.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;
  height: 150px;
}
.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;
}
.img-scissors {
  background: url(../img/Scissors.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 35px;
  height: 31px;
}
.img-extract {
  background: url(../img/extract.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.img-convert {
  background: url(../img/convert.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.img-microphone {
  background: url(../img/microphone.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 35px;
  height: 31px;
}
.img-fade {
  background: url(../img/fade.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 35px;
  height: 31px;
}
.img-merge {
  background: url(../img/icon_merge.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 33px;
  height: 31px;
}
.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: 1280px) {
  .block-features {
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: space-around;
  }
}
@media (max-width: 960px) {
  .block-features {
    max-width: 800px;
  }
  .block-item {
    margin-top: 70px;
    margin-bottom: 0;
  }
  .block-item {
    width: 100%;
  }
  .block-image {
    width: 100%;
    height: auto;
  }
  .block-features {
    margin-top: 0;
  }
}

@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;
  }
}
@media (max-width: 660px) {
  .msg {
    flex-direction: column;
  }
  .message_result {
    margin-left: 0;
    max-width: 85%;
    text-align: center;
  }
  .track-main {
    padding: 55px 0 120px;
  }
  .message_status {
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: "Mont SemiBold", sans-serif;
    font-size: 21px;
  }
}
@media (max-width: 580px) {
  .block-item {
    padding: 26.25px 30px 24.75px;
  }
}
@media (max-width: 480px) {
  .block-desc {
    font-size: 16px;
  }
  .name-block {
    font-size: 20.5px;
  }
}
@media (max-width: 400px) {
  .track-logo {
    width: 170px;
    height: 45px;
  }
  .track-main {
    padding: 20px 0 120px;
  }
  .track-desc {
    padding-top: 35px;
    max-width: 97%;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  .message-img {
    width: 125px;
    height: 125px;
  }
  .block-item {
    padding: 17.5px 20px 16.5px;
  }
}
@media (max-width: 370px) {
  .block-desc {
    font-size: 16px;
  }
}
