@font-face {
  font-family: "Now";
  src:
    url("./fonts/now/Now-Regular.woff2") format("woff2"),
    url("./fonts/now/Now-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
}
html {
  font-family: "Now";
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "freight-big-pro", serif;
}
.coming-soon__title {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
}
.coming-soon {
  padding-top: clamp(20px, 6.25vw, 120px);
  padding-bottom: clamp(20px, 6.25vw, 120px);
  min-height: 100vh;
  background-image: url("./images/hackstons-auction-bg.webp");
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  background-size: cover;
}
.coming-soon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    252deg,
    rgba(0, 0, 0, 0.43) 30.38%,
    rgba(0, 0, 0, 0.85) 86.7%
  );
  background-blend-mode: multiply, normal;
}

.coming-soon-wrapper {
  position: relative;
  z-index: 3;
}
.container {
  max-width: 1236px;
  padding-left: 15px;

  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
}
.coming-soon__huge-desc {
  font-size: 29px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 20px;
}
.coming-soon__desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 51px;
  margin-bottom: 51px;
  position: relative;
}
.coming-soon__desc::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  opacity: 0.3;
  background: #fff;
}
.coming-soon-wrapper {
  display: flex;
  gap: 50px;
}
.coming-soon-wrapper > div {
  width: calc(50% - 25px);
}
.hackstons__logo {
  margin-bottom: 20px;
}
.h2__size {
  font-family: "freight-big-pro", serif;
  font-size: 39px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.2;
}
.coming-soon__right {
  padding: 30px;
  border-radius: 15px;
  background: rgba(9, 51, 74, 0.55);

  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);

  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(255, 255, 255, 0.03);
}
.coming-soon__right input:not([type="checkbox"]):not([type="radio"]) {
  padding: 17px;
  background: #fff;
  color: #09334a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 15px;

  border-radius: 3px;
  border: 1px solid #cbd5e1;
}
@media (max-width: 1440px) {
  .container {
    max-width: 1100px;
  }
}
@media (max-width: 991px) {
  .coming-soon-wrapper {
    flex-direction: column;
  }
  .coming-soon-wrapper > div {
    width: 100%;
  }
  .coming-soon__reviews {
    width: 100%;
  }
}
* {
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .coming-soon__title {
    font-size: 39px;
  }
  .coming-soon__huge-desc {
    font-size: 22px;
  }
  .coming-soon__desc {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .hackstons__logo {
    max-width: 150px;
  }
}
