.body {
  background-color: #000;
  font-family: Poppins, sans-serif;
}

.navbar {
  position: absolute;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
}

.container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.c-hero {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.c-section2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.c-section3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.c-section4 {
  padding-top: 30px;
  padding-bottom: 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(128, 0, 255, 0.8);
  border-radius: 20px;
}

.container.c-section5 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.c-section6 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.c-footer {
  padding-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.c-feature {
  height: 194px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px solid #8000ff;
}

.container.c-vote {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  max-width: 100vw;
  margin-bottom: 190px;
  padding-top: 106px;
  background-image: url('../images/blur.svg'), url('../images/box_pattern.svg');
  background-position: 90% 90%, 50% 50%;
  background-size: auto, contain;
  background-repeat: no-repeat, repeat;
}

.hero-img-1 {
  max-width: 651px;
  min-height: 651px;
}

.star-1 {
  position: absolute;
  top: 319px;
  right: 131px;
}

.star-2 {
  position: absolute;
  left: 240px;
  top: 71px;
}

.hero-typo {
  margin-bottom: 32px;
}

.hero-content-wrapper {
  position: absolute;
  left: 20px;
  top: 268px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-btn {
  position: relative;
  z-index: 1;
  padding: 16px 89px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 30px;
  background-color: transparent;
  box-shadow: inset 0 0 8px 4px #9e00ff, 0 0 8px 4px #9e00ff;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

.hero-float-text {
  position: absolute;
  top: 129px;
  right: 0px;
  width: 251px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.inner-hero-btn {
  position: relative;
  z-index: 11;
  display: block;
  font-weight: 600;
}

.inner-hero-btn.hero-text-glow {
  position: absolute;
  z-index: 0;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  color: #9e00ff;
}

.section1-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-top: 122px;
}

.section1-img {
  position: relative;
  z-index: 1;
  width: 55%;
}

.section1-p1 {
  margin-top: 24px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.section1-p2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.section1 {
  max-width: 100vw;
  margin-bottom: 170px;
}

.section2 {
  max-width: 100vw;
  margin-bottom: 150px;
}

.section2-label {
  margin-top: 12px;
  margin-bottom: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.section2-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section2-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section2-itm-img {
  width: 95px;
  height: 95px;
  border-radius: 10px;
  background-color: transparent;
}

.section2-itm-label {
  margin-top: 24px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.section3 {
  margin-bottom: 150px;
}

.section3-text {
  margin-top: 33px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.08em;
}

.section4 {
  margin-bottom: 150px;
}

.section4-warpper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section4-itm {
  width: 461.65px;
  height: 269.47px;
  padding: 33px;
  background-image: url('../images/event_border.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-big {
  position: absolute;
  left: -1090px;
  top: -1098px;
  z-index: 0;
  width: 3261.13px;
  max-width: 3261.13px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section5 {
  overflow: hidden;
  max-width: 100vw;
  padding-bottom: 150px;
}

.section5-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 60px;
  padding-right: 50px;
  padding-left: 50px;
}

.section5-itm {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #191919;
  cursor: pointer;
}

.section5-itm-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.minus-btn {
  display: none;
}

.section5-itm-p {
  display: none;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #9996aa;
  font-size: 16px;
  line-height: 30px;
}

.footer {
  max-width: 100vw;
  background-color: #171717;
}

.accord-bg {
  position: absolute;
  left: -720px;
  top: -178px;
  z-index: 0;
  width: 1463.31px;
  max-width: 1463.31px;
  -webkit-transform: rotate(-157deg);
  -ms-transform: rotate(-157deg);
  transform: rotate(-157deg);
}

.footer-logo {
  width: 326px;
}

.footer-detail {
  width: 920px;
  margin: 32px auto 40px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.footer-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copy {
  margin-top: 40px;
  margin-bottom: 70px;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
}

.feature-section {
  max-width: 100vw;
  margin-bottom: 150px;
}

.feature-itm {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.feature-itm.feature-center {
  border-right: 2px solid #8000ff;
  border-left: 2px solid #8000ff;
}

.section-vote {
  max-width: 100vw;
  margin-bottom: 150px;
}

.vote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.vote-itm {
  position: relative;
  width: 25%;
  height: 218px;
  padding: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vote-itm.vote-itm-top {
  border-bottom: 1px solid #404040;
}

.vote-itm.vote-itm-top.vote-top-left {
  border-right: 1px solid #404040;
}

.vote-itm.vote-itm-top.vote-top-right {
  border-left: 1px solid #404040;
}

.vote-itm.vote-itm-top.vote-top-center {
  border-right: 1px solid #404040;
}

.vote-itm.vote-bot-left {
  border-right: 1px solid #404040;
}

.vote-itm.vote-bot-right {
  border-left: 1px solid #404040;
}

.vote-itm.vote-bot-center {
  border-right: 1px solid #404040;
}

.vote-itm-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}

.vote-top-left-d {
  position: absolute;
  right: -8px;
  bottom: -8px;
  z-index: 1;
}

.vote-top-right-d {
  position: absolute;
  left: -9px;
  bottom: -8px;
  z-index: 1;
}

.vote-top-center-d {
  position: absolute;
  right: -8px;
  bottom: -8px;
  z-index: 1;
}

.float1 {
  position: absolute;
  top: 494px;
  right: -164px;
  width: 294px;
  height: 317px;
}

.float2 {
  position: absolute;
  left: -236px;
  top: -15px;
  width: 309px;
  height: 241px;
}

.float3 {
  position: absolute;
  right: -178px;
  bottom: -209px;
  width: 298px;
  height: 240px;
}

.social-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39px;
  height: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.vote-bot-center-d {
  display: none;
}

@media screen and (min-width: 1280px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 39px;
    padding-left: 39px;
  }

  .container.c-hero {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .container.c-section3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section1 {
    margin-bottom: 170px;
  }

  .section2-label {
    margin-top: 12px;
    margin-bottom: 60px;
    color: #fff;
  }

  .bg-big {
    left: -1033px;
    top: -1124px;
    width: 3261.13px;
    max-width: 3261.13px;
  }

  .accord-bg {
    left: -837px;
    top: -178px;
  }
}

@media screen and (max-width: 767px) {
  .container.c-section2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container.c-feature {
    height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-img-1 {
    max-width: 100%;
  }

  .star-1 {
    right: 0px;
    width: 15%;
  }

  .star-2 {
    left: 88px;
    top: 92px;
    width: 6%;
  }

  .hero-typo {
    width: 80%;
  }

  .hero-content-wrapper {
    left: 20px;
    top: 451px;
  }

  .hero-float-text {
    position: absolute;
    top: 31px;
    right: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .section1-wrapper {
    width: 100%;
  }

  .section1-img {
    width: 100%;
  }

  .section1-p1 {
    font-size: 18px;
    line-height: 28px;
  }

  .section1-p2 {
    font-size: 14px;
    line-height: 22px;
  }

  .section2-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section2-itm-label {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 18px;
    line-height: 22px;
  }

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

  .section5-itm-btn {
    font-size: 18px;
  }

  .section5-itm-p {
    font-size: 14px;
    line-height: 25px;
  }

  .footer-detail {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

  .footer-link-wrapper {
    width: 60%;
  }

  .footer-copy {
    text-align: center;
  }

  .feature-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .feature-itm.feature-center {
    border-width: 2px 0px;
    border-top-style: solid;
    border-top-color: #8000ff;
    border-bottom-style: solid;
    border-bottom-color: #8000ff;
  }

  .vote-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .vote-itm {
    width: 50%;
  }

  .vote-itm.vote-itm-top {
    border-right: 0px solid #404040;
  }

  .vote-itm.vote-itm-top.vote-top-left {
    border-right-width: 0px;
  }

  .vote-itm.vote-itm-top.vote-top-right {
    border-right-width: 0px;
    border-left-width: 1px;
  }

  .vote-itm.vote-itm-top.vote-top-center {
    border-left: 1px solid #404040;
    border-right-width: 0px;
  }

  .vote-itm.vote-bot-left {
    border-bottom: 1px solid #404040;
    border-right-width: 0px;
  }

  .vote-itm.vote-bot-center {
    border-bottom: 1px solid #404040;
    border-left: 1px solid #404040;
    border-right-width: 0px;
  }

  .vote-top-center-d {
    display: none;
  }

  .vote-bot-center-d {
    position: absolute;
    left: -9px;
    bottom: -8px;
    z-index: 1;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .star-2 {
    left: 71px;
    top: 188px;
  }

  .section2-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section2-item {
    width: 100%;
    margin-bottom: 36px;
  }

  .section5-itm-btn {
    font-size: 14px;
    line-height: 22px;
  }

  .footer-link-wrapper {
    width: 100%;
  }

  .vote-itm {
    height: 150px;
  }

  .vote-itm-txt {
    font-size: 14px;
    text-align: center;
  }
}

.relative-container {
  position: relative;
}

.absolute-item {
  position: absolute;
  top: 10px;
  left: 10px;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column; /* Stack items vertically on smaller screens */
  }
}

