@font-face {
  font-family: 'Gotham-Black';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham-BookItalic';
  src: url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #254F37;
}

main {
  overflow: hidden;
  height: 100vh;
}

.coex_1 {
  margin-top: -1rem;
  display: block;
  width: 69vw;
  opacity: 0;
}

p.mainpp {
  text-align: center;
  width: 100%;
  font-size: 1.35vw;
  font-family: 'Gotham-Bold';
  color: #0A3F15;
  padding: 1rem 0;
  opacity: 0;
  position: absolute;
  top: 67%
}
p.mainpp2 {
    width: 100%;
    font-size: 1.6vw;
    font-family: 'Gotham-Bold';
    color: #0A3F15;
    margin-top: 2%;
  
}

.cd_wrapper {
  position: absolute;
  top: 78%;
  left: 0;
  right: 0;
  opacity: 0;
}

.countdown {
  display: flex;
  justify-content: space-around;
  font-size: 2rem;
  max-width: 34vw;
  margin: auto;
  color: #254F37;
  font-family: 'Gotham-Medium';
  align-items: center;
}

.time-unit {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.time-unit span {
  display: block;
  /* font-family: monospace; */
  font-family: 'Gotham-Medium';
  letter-spacing: 3px;
  font-size: 4vw;
}

.time-unit label {
  font-size: 1rem;
}

.pos-main-content {
  position: absolute;
  top: -5%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  align-content: center;
  width: 100%;
}

.topubc {
  width: 120px;
  margin-bottom: 30px;
  opacity: 0;
}

.img-mask {
  width: 100%;
  height: 100vh;
  display: block;
  background: radial-gradient(circle, #1c5b37 0%, #254F37 60%);
}

.mainw {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  opacity: 0;
  clip-path: circle(0% at 50% 50%);
  transition: opacity 0.5s ease-out;
}

@media screen and (max-width: 786px) {
  .mainw {
    width: 100%;
    height: 67ch;
  }

    p.mainpp {
        font-size: 3vw;
        top: 64%;
    padding: 0;
  }

p.mainpp2 {
    font-size: 3vw;
    margin-top: 6%;
}
  .time-unit label {
    font-size: 11px;
  }

  .img-mask {
    width: 100%;
    height: auto;
  }

  .coex_1 {
    width: 96%;
  }

  main {
    height: auto;
  }

  .countdown {
    display: flex;
    justify-content: space-evenly;
    font-size: 4rem;
    max-width: 86%;
  }

  .time-unit span {
    letter-spacing: 3px;
    font-size: 9vw;
  }

  .topgap {
    height: 115px;
  }

}