* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Clash Display', sans-serif;
  background-image: url('https://fvoutlagmdlxfljpdbck.supabase.in/storage/v1/object/sign/images/skatepark/Texture_100.png?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJpbWFnZXMvc2thdGVwYXJrL1RleHR1cmVfMTAwLnBuZyIsImlhdCI6MTYzNjI5NzM1MCwiZXhwIjoxOTUxNjU3MzUwfQ.QzkHcfxyQx6cgwRD2SGlwWSTnA8BX7H50UlXu4mbbvA');
  background-size: 300px;
  background-color: #000a14;
  background-repeat: repeat;
  color: #fff;
  overflow-x: hidden;
}

a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  text-decoration: none;
}

p {
}

.container {
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
}

.gap-0 {
  gap: 24px;
}

.gap-1 {
  gap: 28px;
}

.gap-2 {
}

.gap-3 {
  gap: 40px;
}

.gap-4 {
}

.mt-0 {
}

.mt-1 {
  margin-top: 24px;
}

.mt-2 {
}

.mt-3 {
}

header {
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header nav ul {
  display: flex;
  align-items: center;
  list-style-type: none;
}

.logo img {
  width: 44px;
  height: 44px;
}

.social-media img {
  width: 28px;
  height: 28px;
}

.mobile-nav {
  display: none;
}

.mobile-nav img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/* ============================ */
/*      Small Mobile Version    */
/* ============================ */
@media only screen and (min-width: 100px) and (max-width: 325px) {
  /* CONTAINER */
  .container {
    padding: 0 24px;
  }

  /* HEADER */
  header {
    height: 76px;
  }

  .nav-item {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000a14;
    z-index: 222;
    height: 100vh;
    width: 100%;
    padding: 0 24px;
  }

  .mobile-menu.active {
    display: block;
  }

  .menubar {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 32px;
  }

  .mobile-nav-item {
    margin-bottom: 32px;
  }

  .mobile-nav-item li a {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #ffffff;
  }

  .mobile-menu .social-media nav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
  }

  .mobile-menu .social-media {
    margin-top: 32px;
  }

  .mobile-menu nav ul {
    list-style: none;
  }

  /* HERO */
  #hero {
    height: 444px;
    margin-top: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-ilus {
    position: relative;
  }

  .hero-ilus img {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-47%, -50%);
    --webkit-transform: translate(-47%, -50%);
    height: 200px;
    width: 200px;
  }

  h1 {
    font-family: Clash Display;
    font-style: normal;
    font-weight: bold;
    font-size: 69px;
    line-height: 69px;
    text-align: center;
    background: linear-gradient(
      90deg,
      #ffffff 37.92%,
      rgba(255, 255, 255, 0) 51.06%,
      #ffffff 64.09%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 20px 0;
  }

  h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
  }

  .countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(100px);
    padding: 10px 0;
    width: 273px;
    height: 68px;
    margin-bottom: 20px;
  }

  .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    width: 273px;
    height: 64px;
    background: #55ff08;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #000a14;
    padding: 24px;
    border: 1px solid transparent;
  }

  .btn-primary:hover {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #55ff08;
    box-shadow: 0px 0px 0px 5px rgba(85, 255, 8, 0.2);
    backdrop-filter: blur(100px);
    color: #ffffff;
  }

  .countdown p {
    font-family: Clash Display;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
  }

  .countdown span {
    font-family: Clash Display;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }

  /* ABOUT */
  #about {
    height: 552px;
    margin-top: 104px;
  }

  .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  #about h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
  }

  #about img {
    width: 256px;
    height: 248px;
  }

  .about-text p {
    margin-top: 12px;
  }

  /* MEMBERSHIP */
  #member {
    height: 934px;
    text-align: center;
    margin-top: 104px;
  }
  .gif {
    width: 227px;
    height: 227px;
    display: block;
    margin: 0 auto;
  }
  .gif img {
    width: 227px;
    height: 227px;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2);
  }
  #member h2 {
    margin-bottom: 32px;
  }

  #member h4 {
    margin: 32px 0 8px 0;
  }

  #member p {
    max-width: 271px;
  }
  .type-2 {
    margin-top: 48px;
  }

  /* FAQ */
  #faq {
    height: 879px;
    margin-top: 104px;
  }

  #faq .row {
    align-items: flex-start;
  }

  .faq-side img {
    width: 140px;
    height: 140px;
  }

  .faq-side h2 {
    margin: 24px 0;
  }

  .question-item h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
  }

  .question-item p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }

  /* FOOTER */
  footer {
    height: 216px;
    margin-top: 104px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  footer .social-media nav ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
  }

  footer .social-media {
    margin: 20px 0;
  }

  .copyright {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #ffffff;
  }

  p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }
  h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
  }
  .mt-1 {
    margin-top: 32px;
  }
  .green-neon {
    position: absolute;
    width: 250px;
    height: 250px;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -60%);
    --webkit-transform: translate(-50%, -60%);
    background: #55ff08;
    filter: blur(1000px);
    z-index: -999;
    display: none;
  }

  .red-neon {
    position: absolute;
    width: 250px;
    height: 250px;
    left: 150%;
    top: 280%;
    transform: translate(-280%, -150%);
    --webkit-transform: translate(-280%, -150%);
    background: #da0a3c;
    filter: blur(1000px);
    z-index: -999;
    display: none;
  }

  .light-blue-neon {
    position: absolute;
    width: 280px;
    height: 280px;
    left: 180%;
    top: 380%;
    transform: translate(-380%, -180%);
    --webkit-transform: translate(-380%, -180%);
    z-index: -999;
    background: #23bbff;
    filter: blur(1000px);
    display: none;
  }

  .blue-neon {
    position: absolute;
    width: 280px;
    height: 280px;
    left: 70%;
    top: 120%;
    transform: translate(-120%, -70%);
    --webkit-transform: translate(-120%, -70%);
    z-index: -999;
    background: #0124fe;
    filter: blur(1000px);
    display: none;
  }
}

/* ============================ */
/*         Mobile Version       */
/* ============================ */

@media only screen and (min-width: 326px) and (max-width: 600px) {
  /* CONTAINER */
  .container {
    padding: 0 24px;
  }

  /* HEADER */
  header {
    height: 76px;
  }

  .nav-item {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000a14;
    z-index: 222;
    height: 100vh;
    width: 100%;
    padding: 0 24px;
  }

  .mobile-menu.active {
    display: block;
  }

  .menubar {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 32px;
  }

  .mobile-nav-item {
    margin-bottom: 32px;
  }

  .mobile-nav-item li a {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #ffffff;
  }

  .mobile-menu .social-media nav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
  }

  .mobile-menu .social-media {
    margin-top: 32px;
  }

  .mobile-menu nav ul {
    list-style: none;
  }

  /* HERO */
  #hero {
    height: 444px;
    margin-top: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-ilus {
    position: relative;
  }

  .hero-ilus img {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-47%, -50%);
    --webkit-transform: translate(-47%, -50%);
    height: 200px;
    width: 200px;
  }

  h1 {
    font-family: Clash Display;
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 72px;
    text-align: center;
    background: linear-gradient(
      90deg,
      #ffffff 37.92%,
      rgba(255, 255, 255, 0) 51.06%,
      #ffffff 64.09%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 20px 0;
  }

  h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
  }

  .countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(100px);
    padding: 10px 0;
    width: 327px;
    height: 68px;
    margin-bottom: 20px;
  }

  .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    width: 327px;
    height: 64px;
    background: #55ff08;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #000a14;
    padding: 24px;
    border: 1px solid transparent;
  }

  .btn-primary:hover {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #55ff08;
    box-shadow: 0px 0px 0px 5px rgba(85, 255, 8, 0.2);
    backdrop-filter: blur(100px);
    color: #ffffff;
  }

  .countdown p {
    font-family: Clash Display;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
  }

  .countdown span {
    font-family: Clash Display;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }

  /* ABOUT */
  #about {
    height: 552px;
    margin-top: 104px;
  }

  .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  #about h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
  }

  #about img {
    width: 256px;
    height: 248px;
  }

  .about-text p {
    margin-top: 12px;
  }

  /* MEMBERSHIP */
  #member {
    height: 934px;
    text-align: center;
    margin-top: 104px;
  }
  .gif {
    width: 227px;
    height: 227px;
    display: block;
    margin: 0 auto;
  }
  .gif img {
    width: 227px;
    height: 227px;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2);
  }
  #member h2 {
    margin-bottom: 32px;
  }

  #member h4 {
    margin: 32px 0 8px 0;
  }

  #member p {
    max-width: 271px;
  }
  .type-2 {
    margin-top: 48px;
  }

  /* FAQ */
  #faq {
    height: 879px;
    margin-top: 104px;
  }

  #faq .row {
    align-items: flex-start;
  }

  .faq-side img {
    width: 140px;
    height: 140px;
  }

  .faq-side h2 {
    margin: 24px 0;
  }

  .question-item h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
  }

  .question-item p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }

  /* FOOTER */
  footer {
    height: 216px;
    margin-top: 104px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  footer .social-media nav ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
  }

  footer .social-media {
    margin: 20px 0;
  }

  .copyright {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #ffffff;
  }

  p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }
  h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
  }
  .mt-1 {
    margin-top: 32px;
  }
  .green-neon {
    position: absolute;
    width: 250px;
    height: 250px;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -60%);
    --webkit-transform: translate(-50%, -60%);
    background: #55ff08;
    filter: blur(1000px);
    z-index: -999;
    display: none;
  }

  .red-neon {
    position: absolute;
    width: 250px;
    height: 250px;
    left: 150%;
    top: 280%;
    transform: translate(-280%, -150%);
    --webkit-transform: translate(-280%, -150%);
    background: #da0a3c;
    filter: blur(1000px);
    z-index: -999;
    display: none;
  }

  .light-blue-neon {
    position: absolute;
    width: 280px;
    height: 280px;
    left: 180%;
    top: 380%;
    transform: translate(-380%, -180%);
    --webkit-transform: translate(-380%, -180%);
    z-index: -999;
    background: #23bbff;
    filter: blur(1000px);
    display: none;
  }

  .blue-neon {
    position: absolute;
    width: 280px;
    height: 280px;
    left: 70%;
    top: 120%;
    transform: translate(-120%, -70%);
    --webkit-transform: translate(-120%, -70%);
    z-index: -999;
    background: #0124fe;
    filter: blur(1000px);
    display: none;
  }
}

/* ============================ */
/*        Tablet Version        */
/* ============================ */

@media only screen and (min-width: 601px) and (max-width: 1049px) {
  /* CONTAINER */
  .container {
    padding: 0 56px;
  }

  /* HEADER */
  .nav-item {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000a14;
    z-index: 222;
    height: 100vh;
    width: 100%;
    padding: 0 56px;
  }

  .mobile-menu.active {
    display: block;
  }

  .menubar {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 40px;
  }

  .mobile-nav-item {
    margin-bottom: 32px;
  }

  .mobile-nav-item li a {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #ffffff;
  }

  .mobile-menu .social-media nav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
  }

  .mobile-menu .social-media {
    margin-top: 32px;
  }

  .mobile-menu nav ul {
    list-style: none;
  }

  /* HERO */
  #hero {
    height: 528px;
    margin-top: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .hero-ilus {
    position: relative;
  }

  .hero-ilus img {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-45%, -50%);
    --webkit-transform: translate(-47%, -50%);
    height: 264px;
    width: 264px;
  }

  h1 {
    font-family: Clash Display;
    font-style: normal;
    font-weight: bold;
    font-size: 96px;
    line-height: 96px;
    text-align: center;
    background: linear-gradient(
      90deg,
      #ffffff 37.92%,
      rgba(255, 255, 255, 0) 51.06%,
      #ffffff 64.09%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 28px 0;
  }

  h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
  }

  .countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(100px);
    padding: 10px 0;
    width: 348px;
    height: 68px;
    margin: 0 auto 28px;
  }

  .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    width: 348px;
    height: 68px;
    margin: 0 auto;
    background: #55ff08;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #000a14;
    padding: 24px;
    border: 1px solid transparent;
  }

  .btn-primary:hover {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #55ff08;
    box-shadow: 0px 0px 0px 5px rgba(85, 255, 8, 0.2);
    backdrop-filter: blur(100px);
    color: #ffffff;
  }

  .countdown p {
    font-family: Clash Display;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
  }

  .countdown span {
    font-family: Clash Display;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }

  /* ABOUT */
  #about {
    height: 292px;
    margin-top: 140px;
  }

  #about .row {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }

  #about img {
    width: 280px;
    height: 271px;
  }

  .about-text h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    width: 311px;
    color: #ffffff;
  }

  .about-text p {
    width: 311px;
    margin-top: 12px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }

  /* MEMBERSHIP */
  #member {
    height: 524px;
    text-align: center;
    margin-top: 140px;
  }
  #member .row {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
  }
  .gif {
    width: 268px;
    height: 268px;
    display: block;
    margin: 0 auto;
  }
  .gif img {
    width: 268px;
    height: 268px;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2);
  }
  #member h2 {
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  #member h4 {
    margin: 32px 0 8px 0;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
  }

  #member p {
    max-width: 268px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }

  /* FAQ */
  #faq {
    height: 712px;
    margin-top: 140px;
  }
  #faq .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .faq-side {
    width: 311px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .faq-side img {
    width: 220px;
    height: 220px;
  }
  .faq-side h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
  }
  .question {
    width: 351px;
    margin-left: 40px;
  }
  .question-item h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
  }
  .question-item p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 8px;
  }

  /* FOOTER */
  footer {
    height: 124px;
    margin-top: 140px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  footer .social-media nav ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 140px;
    margin-left: 100px;
  }

  .copyright {
    font-family: Clash Display;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
  }

  .green-neon {
    position: absolute;
    width: 150px;
    height: 550px;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -60%);
    --webkit-transform: translate(-50%, -60%);
    background: #55ff08;
    filter: blur(1000px);
    z-index: -999;
    display: none;
  }

  .red-neon {
    position: absolute;
    width: 150px;
    height: 550px;
    left: 120%;
    top: 280%;
    transform: translate(-280%, -120%);
    --webkit-transform: translate(-280%, -120%);
    z-index: -999;
    background: #da0a3c;
    filter: blur(1000px);
    display: none;
  }

  .light-blue-neon {
    position: absolute;
    width: 150px;
    height: 550px;
    left: 40%;
    top: 300%;
    transform: translate(-300%, -40%);
    --webkit-transform: translate(-300%, -40%);
    z-index: -999;
    background: #23bbff;
    filter: blur(1000px);
    display: none;
  }

  .blue-neon {
    position: absolute;
    width: 150px;
    height: 550px;
    left: 40%;
    top: 120%;
    transform: translate(-120%, -40%);
    --webkit-transform: translate(-120%, -40%);
    z-index: -999;
    background: #0124fe;
    filter: blur(1000px);
    display: none;
  }
}

/* ============================ */
/*        Desktop Version       */
/* ============================ */
/* 857px */
@media only screen and (min-width: 1050px) {
  /* HEADER */
  .ml-nav {
    margin-left: 100px;
  }
  .mobile-menu {
    display: none;
  }

  /* HERO */
  #hero {
    height: 620px;
    margin-top: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .hero-ilus {
    position: relative;
  }

  #hero img {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-47%, -50%);
    --webkit-transform: translate(-47%, -50%);
    height: 272px;
    width: 272px;
  }

  h1 {
    font-family: Clash Display;
    font-style: normal;
    font-weight: bold;
    font-size: 108px;
    line-height: 108px;
    text-align: center;
    background: linear-gradient(
      90deg,
      #ffffff 37.92%,
      rgba(255, 255, 255, 0) 51.06%,
      #ffffff 64.09%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 28px 0;
  }

  h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 32px;
    color: #ffffff;
  }

  .countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(100px);
    padding: 12px 0;
    width: 348px;
    height: 76px;
    margin: 0 auto 28px;
  }

  .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    width: 348px;
    height: 68px;
    margin: 0 auto;
    background: #55ff08;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #000a14;
    padding: 24px;
    border: 1px solid transparent;
  }

  .btn-primary:hover {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #55ff08;
    box-shadow: 0px 0px 0px 5px rgba(85, 255, 8, 0.2);
    backdrop-filter: blur(100px);
    color: #ffffff;
  }

  .countdown p {
    font-family: Clash Display;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
  }

  .countdown span {
    font-family: Clash Display;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
  }

  /* ABOUT SECTION */
  #about {
    height: 380px;
    margin-top: 200px;
  }

  #about .row {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }

  #about img {
    width: 380px;
    height: 380px;
  }

  .about-text h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    width: 510px;
    color: #ffffff;
  }

  .about-text p {
    width: 510px;
    margin-top: 12px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
  }

  /* MEMBERSHIP */
  #member {
    height: 628px;
    text-align: center;
    margin-top: 200px;
  }
  #member .row {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
  }
  .gif {
    width: 292px;
    height: 292px;
    display: block;
    margin: 0 auto;
  }
  .gif img {
    width: 292px;
    height: 292px;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2);
  }
  #member h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 72px;
  }

  #member h4 {
    margin: 48px 0 10px 0;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: #ffffff;
  }

  #member p {
    max-width: 380px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
  }

  /* FAQ */
  #faq {
    height: 792px;
    margin-top: 200px;
  }
  #faq .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .faq-side {
    width: 357px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .faq-side img {
    width: 312px;
    height: 312px;
  }
  .faq-side h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    width: 357px;
  }
  .question {
    width: 550px;
  }
  .question-item h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: #ffffff;
    width: 550px;
  }
  .question-item p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    margin-top: 8px;
    width: 550px;
  }
  .mt-1 {
    margin-top: 48px;
  }

  /* FOOTER */
  footer {
    height: 124px;
    margin-top: 140px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  footer .social-media nav ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 140px;
    margin-left: 100px;
  }

  .copyright {
    font-family: Clash Display;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
  }

  /* NEON STYLE */
  .green-neon {
    position: absolute;
    width: 580px;
    height: 580px;
    left: 950px;
    top: -22px;
    background: #55ff08;
    filter: blur(1000px);
    z-index: -999;
  }

  .blue-neon {
    position: absolute;
    width: 580px;
    height: 580px;
    left: -216px;
    top: 825px;
    background: #0124fe;
    filter: blur(1000px);
    z-index: -999;
  }

  .red-neon {
    position: absolute;
    width: 580px;
    height: 580px;
    left: 995px;
    top: 1757px;
    background: #da0a3c;
    filter: blur(1000px);
    z-index: -999;
  }

  .light-blue-neon {
    position: absolute;
    width: 580px;
    height: 580px;
    left: -147px;
    top: 2545px;
    background: #23bbff;
    filter: blur(1000px);
    z-index: -999;
  }
}
