@import "bootstrap.css";
@import "fonts.css";
@import "plugins.css";
@import url("https://fonts.googleapis.com/css2?family=Cascadia+Mono:ital,wght@0,200..700;1,200..700&display=swap");
*,
*::after,
*::before {
  font-family: "Cascadia Mono", sans-serif;
  direction: ltr;
}

body {
  margin: 0;
  padding: 0;
  background: url("../assets/images/new-body.jpg") no-repeat center center #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  color: #FFF;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-page .container {
  text-align: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 20px;
  align-items: center;
}
.landing-page .container .logo img {
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 20px;
}
.landing-page .container .message h2 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: 1px;
}
.landing-page .container .message h2 {
  font-size: 25px;
}
@media screen and (min-width: 320px) {
  .landing-page .container .message h2 {
    font-size: calc(25px + 15 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .landing-page .container .message h2 {
    font-size: 40px;
  }
}
.landing-page .container .message h2 {
  line-height: 35px;
}
@media screen and (min-width: 420px) {
  .landing-page .container .message h2 {
    line-height: calc(35px + 15 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .landing-page .container .message h2 {
    line-height: 50px;
  }
}
.landing-page .container .footer .coming-soon {
  margin-bottom: 20px;
  font-weight: 700;
  color: #c9d3c3;
}
.landing-page .container .footer .coming-soon {
  font-size: 25px;
}
@media screen and (min-width: 320px) {
  .landing-page .container .footer .coming-soon {
    font-size: calc(25px + 10 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .landing-page .container .footer .coming-soon {
    font-size: 35px;
  }
}
.landing-page .container .footer .coming-soon {
  line-height: 25px;
}
@media screen and (min-width: 420px) {
  .landing-page .container .footer .coming-soon {
    line-height: calc(25px + 10 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .landing-page .container .footer .coming-soon {
    line-height: 35px;
  }
}
.landing-page .container .footer .contact {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: center;
  justify-content: center;
}
.landing-page .container .footer .contact span {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .landing-page .container .footer .contact span {
    font-size: calc(16px + 9 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .landing-page .container .footer .contact span {
    font-size: 25px;
  }
}
.landing-page .container .footer .contact span {
  line-height: 15px;
}
@media screen and (min-width: 420px) {
  .landing-page .container .footer .contact span {
    line-height: calc(15px + 10 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .landing-page .container .footer .contact span {
    line-height: 25px;
  }
}
.landing-page .container .footer .contact a {
  color: #FFF;
  text-decoration: none;
  font-weight: 300;
  display: block;
  transition: all 0.3s ease-in-out;
}
.landing-page .container .footer .contact a {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .landing-page .container .footer .contact a {
    font-size: calc(16px + 9 * (100vw - 320px) / 1601);
  }
}
@media screen and (min-width: 1921px) {
  .landing-page .container .footer .contact a {
    font-size: 25px;
  }
}
.landing-page .container .footer .contact a {
  line-height: 15px;
}
@media screen and (min-width: 420px) {
  .landing-page .container .footer .contact a {
    line-height: calc(15px + 10 * (100vw - 420px) / 1180);
  }
}
@media screen and (min-width: 1600px) {
  .landing-page .container .footer .contact a {
    line-height: 25px;
  }
}
.landing-page .container .footer .contact a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */