body {
  background: #000000;
  font-family: 'Poppins', helvetica;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: #a255ff;
  /* color: #292929; */
  font-weight: 600;
}

h4 {
  /* color: #292929; */
  color: #a255ff;
  font-size: 18px;
  font-weight: 600;
}

/*----------------------------------------------------------------------------------*/
/*  Video Background
/*-----------------------------------------------------------------------------------*/
#header .header-content {
  height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  /* bottom: 400%; */
}
.header-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #a255ff;
  line-height: 145%;
  background: -webkit-linear-gradient(315deg, #c866ff, #a255ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-content p {
  font-size: 11px;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}
.header-content p.f15b {
  font-size: 15px;
  font-weight: bold;
}
.gnb {
  width:100%;
  /* text-align: left; */
  text-align: center;
  position: absolute;
  padding: 16px;
  top: 0;
}
.gnb img {
  width:10vw;
  min-width: 80px;
  max-width: 110px
}
.poster {
  width: 100%;
  max-width:240px;
  margin:0 auto;
}
.mb-box {
  width: 100%;
  overflow: hidden;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  background-color: #000;
}
.socials-media {
  position: absolute;
  width: 100%;
  justify-content: center;
  bottom: 0;
}
.socials-media i {
  font-size: 32px;
  padding: 6px 12px;
  color: #a255ff;
}
/* Video Background */
video {
  height: 100vh;
  justify-content: center;
}

@media screen and (max-width: 1024px)  {
  /* #intro video {
    transform: translateX(-30%);
  } */
}
@media screen and (max-width: 480px)  {
  /* #intro video {
    transform: translateX(-36%);
  } */
}
* {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}

/*------------------------------------------------------------------------*/
/*  COUNTDOWN
/*------------------------------------------------------------------------*/

.black-overlay {
   display: block;
   position: absolute;
   background-color: black;
   width: 100%;
   height: 100vh;
   opacity: 0.7;
   z-index: 1;
}

.container{
   position: relative;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   color: white;
   text-align: center;
   z-index: 100;
}

.countdown {
   display: flex;
   /* flex-direction: column; */
   justify-content: center;
   margin-top: 3rem;
   background: rgba(171,90,254,.65);
   border-radius: 1rem;
   margin: 0 auto;
   padding: 20px 40px;
}
.count-wrap {
    width: 20vw;
    max-width: 160px;
}
.countdown .count-text {
   font-size: 5rem;
   font-weight: bold;
   margin: 2rem 0;
}
.countdown span {
   font-size: 1rem;
}

@media screen and (max-width: 992px) {
  .count-wrap {
      width: 14vw;
  }
  .countdown .count-text {
    font-size: 4.2rem;
    margin: 1.4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .count-wrap {
      width: 16vw;
  }
  .countdown .count-text {
    font-size: 4.2rem;
    margin: 1.4rem 0;
  }
  .poster {
   width: 90%;
  }
}
@media screen and (max-width: 560px) {
  .count-wrap {
      width: 18vw;
  }
  .countdown .count-text {
     font-size: 2rem;
     margin: 0.4rem 0;
  }
  .countdown span {
     font-size: 0.5rem;
  }
  .poster {
    width: 80%;
  }
  .header-content h1 {
    font-size: 1.5rem;
  }
  .countdown {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 480px) {
  .count-wrap {
      width: 20vw;
  }
  .countdown .count-text {
    font-size: 2rem;
    margin: 0.4rem 0 0.2rem;
  }
  .countdown span {
    font-size: 0.5rem;
  }
  .poster {
   width: 90%;
  }
  .header-content h1 {
   font-size: 1.6rem;
  }
  .countdown {
   padding: 10px 20px;
  }
}
@media screen and (max-width: 320px) {
  .countdown .count-text {
    font-size: 1.6rem;
    margin: 0.2rem 0 0.1rem;
  }
  .countdown span {
    font-size: 0.5rem;
  }
  .poster {
   width: 90%;
  }
  .header-content h1 {
   font-size: 1.3rem;
  }
  .header-content p {
   font-size: 8px;
  }
  .socials-media i {
   font-size: 24px;
  }
  .countdown {
   padding: 6px 18px 3px;
  }
}
