@font-face {
  font-family: "Jaldi";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Jaldi-Regular.woff2") format("woff2"), url("../fonts/Jaldi-Regular.woff") format("woff");
}
@font-face {
  font-family: "Jaldi";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Jaldi-Bold.woff2") format("woff2"), url("../fonts/Jaldi-Bold.woff") format("woff");
}
*, :before, :after {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --app-height: 100vh;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

body, html {
  font-size: 16px;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  background: #fff;
  font-family: "Jaldi", sans-serif;
  line-height: 1.2;
  color: #000;
}

a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}

strong, b {
  font-weight: bold;
}

p, blockquote, ul, ol {
  margin: 0 0 1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem;
  font-weight: bold;
}

h1 {
  text-transform: uppercase;
  line-height: 0.9;
  font-size: 180px;
}

.img-box {
  position: relative;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.com-soon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--app-height);
  background: url("../img/coming.svg") center/cover;
}
.com-soon__line {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 230px;
  height: 22px;
  border-radius: 30px;
  background: #000;
}
.com-soon__line._top {
  top: 65px;
  opacity: 0.25;
}
.com-soon__line._bot {
  bottom: 65px;
}
.com-soon__line._bot:before {
  content: "";
  position: absolute;
  bottom: 200%;
  left: -27%;
  right: -27%;
  height: 100%;
  border-radius: inherit;
  background: #000;
}
.com-soon__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
.com-soon__content > :last-child {
  margin-bottom: 0;
}