@font-face {
  font-family: 'Halfre';
  src: url('../fonts/Halfre.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  background-color: #000;
  color: #fff;
}
*,
::after,
::before {
  box-sizing: border-box;
  scroll-behavior: smooth;
  margin: 0;
}
* {
  padding: 0;
  font: inherit;
  font-family: 'Helvetica Neue', Sans-serif;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
}
a,
button {
  text-decoration: none !important;
  font-family: 'Tektur', Sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 96%;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
img {
  max-width: 100%;
}
.title {
  font-family: 'Halfre', Sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
}
.featured {
  background: linear-gradient(92deg, #e13021 0%, #ff6f00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.featured-2 {
  background: linear-gradient(270deg, #fa2a87 0%, #f28506 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.d-hide {
  display: none;
}
.m-hide {
  display: block;
}

.d-hide-f {
  display: none !important;
}
.m-hide-f {
  display: flex !important;
}
@media (max-width: 768px) {
  .d-hide {
    display: block;
  }
  .m-hide {
    display: none;
  }
  .title {
    font-size: 25px;
  }
  .d-hide-f {
    display: flex !important;
  }
  .m-hide-f {
    display: none !important;
  }
}
