@import url("https://fonts.googleapis.com/css2?family=Cantata+One&family=DM+Serif+Text:ital@0;1&family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

a:hover {
  color: #FF7F00;
}

.comingSoon {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.comingSoon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(58, 56, 48, 0.8) 0%, #3A3830 100%);
  z-index: 1;
}
.comingSoon .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}
.comingSoon .csInner {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 50px;
}
.comingSoon .csInner .csContent {
  text-align: center;
  width: 100%;
  max-width: 46rem;
  padding: 0 1rem;
}
.comingSoon .csInner .csContent h1 {
  color: #FFF;
  text-align: center;
  font-family: "DM Serif Text";
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem;
  margin-bottom: 1rem;
}
.comingSoon .csInner .csContent p {
  color: #AAA9A4;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}
.comingSoon .csInner .csFooter {
  margin-top: 16rem;
  color: #AAA9A4;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.comingSoon .csWatermark {
  position: absolute;
  z-index: 2;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  color: #999;
  text-align: center;
  font-family: "Cantata One";
  font-size: 14.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.8;
  mix-blend-mode: soft-light;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 1700px) {
  .comingSoon .csWatermark {
    font-size: 11.7rem;
  }
}
@media (max-width: 1400px) {
  .comingSoon .csWatermark {
    font-size: 10.8rem;
  }
}
@media (max-width: 1300px) {
  .comingSoon .csWatermark {
    font-size: 11rem;
  }
}
@media (max-width: 1200px) {
  .comingSoon .csWatermark {
    font-size: 10rem;
  }
}
@media (max-width: 1180px) {
  .comingSoon .csWatermark {
    font-size: 8.5rem;
  }
}
@media (max-width: 991px) {
  .comingSoon .csWatermark {
    font-size: 7rem;
  }
}
@media (max-width: 767px) {
  .comingSoon .csWatermark {
    position: absolute;
    font-size: 3rem;
    bottom: 0;
    left: 0;
    transform: unset;
    width: 100%;
    text-align: center;
  }
  .comingSoon .csInner {
    justify-content: center;
  }
  .comingSoon .csInner .csFooter {
    margin-top: 3rem;
  }
  .comingSoon .csInner .csContent h1 {
    font-size: 3rem;
    line-height: 1.3;
  }
}/*# sourceMappingURL=style.css.map */