@font-face {
  font-family: "avenir_regularregular";
  src: url("avenir_regular.woff2") format("woff2"), url("avenir_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "devinne_txt_btregular";
  src: url("de_vinne_text_bt-webfont.woff2") format("woff2"), url("de_vinne_text_bt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Symbio AR + LT";
  src: url("SymbioARLT-Regular.woff2") format("woff2"), url("SymbioARLT-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Symbio AR + LT";
  overflow-x: hidden;
}

.coming-soon {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-image: url('../images/image.jpg');
  background-size: cover;
  background-repeat: no-repeat;*/
  background-color: #F1E9DE;
}
.coming-soon__content {
  position: relative;
  margin: auto;
  max-width: 600px;
  padding-top: 20px;
  text-align: center;
}
.coming-soon__content::after, .coming-soon__content::before {
  content: url("../images/Vector1.svg");
  position: absolute;
  width: 40px;
  height: 40px;
}
.coming-soon__content::before {
  left: -200px;
  top: 30%;
}
@media (max-width: 1200px) {
  .coming-soon__content::before {
    left: 0;
  }
}
.coming-soon__content::after {
  right: -200px;
  top: 55%;
}
@media (max-width: 1200px) {
  .coming-soon__content::after {
    right: 0;
  }
}
.coming-soon h1 {
  margin-top: 50px;
  margin-bottom: 16px;
  color: #A89475;
  text-transform: uppercase;
  font-family: "Symbio AR + LT";
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 99.793%;
}
@media (min-width: 1600px) {
  .coming-soon h1 {
    margin-top: 107px;
    font-size: 72px;
  }
}
@media (max-width: 992px) {
  .coming-soon h1 {
    font-size: 45px;
  }
}
.coming-soon p:first-of-type {
  max-width: 90%;
  color: #000;
  font-weight: 500;
  font-size: 26px;
  margin: 0 auto;
}
.coming-soon p:last-of-type {
  margin-top: 15px;
  color: #000;
  opacity: 0.6;
  font-weight: 500;
  font-size: 20px;
}
.coming-soon ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.coming-soon ul:first-of-type {
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: space-around;
}
@media (min-width: 1600px) {
  .coming-soon ul:first-of-type {
    margin-bottom: 96px;
    margin-top: 48px;
  }
}
.coming-soon ul:first-of-type span {
  font-size: 23px;
  display: block;
  margin-bottom: 3px;
  opacity: 0.6;
}
.coming-soon ul:first-of-type a {
  color: #000;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
}
.coming-soon ul:last-of-type {
  margin-top: 30px;
  justify-content: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media (min-width: 1600px) {
  .coming-soon ul:last-of-type {
    margin-top: 91px;
  }
}
.coming-soon ul:last-of-type a img {
  transition: all 0.3s ease-in-out;
}
.coming-soon ul:last-of-type a img:hover {
  transform: translateY(-5px);
}/*# sourceMappingURL=style.css.map */