:root {
  --white: white;
  --black: black;
}

body {
  color: #e2e2e2;
  font-family: Vogie, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.1;
}

h1 {
  color: #faf0c8;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Vogie, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

a {
  color: #d3af68;
  text-decoration: underline;
}

.sec {
  background-image: linear-gradient(#000c, #000c), url('../images/Asset-1.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  display: flex;
}

.logo-comingsoon {
  width: 30.5rem;
}

.heading {
  color: #f9f0c7;
}

.header-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.subtitle {
  color: #d8b875;
  text-transform: uppercase;
  font-family: Vogie, sans-serif;
  font-weight: 600;
}

.wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
}

.group {
  margin-top: 2rem;
}

@media screen and (max-width: 991px) {
  .sec {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }

  h1 {
    font-size: 3rem;
  }

  .sec {
    height: auto;
    min-height: 100dvh;
    padding: 2.5rem 1.5rem;
  }

  .logo-comingsoon {
    width: 10rem;
  }

  .header-wrap {
    margin-bottom: 1rem;
  }

  .subtitle {
    font-size: .75rem;
  }

  .wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: justify;
    font-size: .95rem;
  }

  .group {
    margin-top: 1rem;
  }

  .heading-2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }
}


@font-face {
  font-family: 'Vogie';
  src: url('../fonts/Vogie-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vogie';
  src: url('../fonts/Vogie-ExtraBoldExpanded.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vogie';
  src: url('../fonts/Vogie-LightExpanded.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vogie';
  src: url('../fonts/Vogie-SemiBoldNarrow.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}