.landing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.subtitle,
.flagship {
  color: rgba(231, 194, 63, 0.7);
  font-weight: 600;
}

.subtitle-date {
  color: white;
  font-weight: 500;
  font-size: 20px;
}

.coinfest {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 104px;
}

.title {
  margin-top: 12px;
  margin-bottom: 40px;
  color: white;
  font-size: 60px;
  font-weight: 800;
}

.past-event {
  margin-top: 12px;
  margin-bottom: 40px;
  color: white;
  font-size: 80px;
  font-weight: 800;
}

.aspect-16x9 {
  width: 98%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.twitter_post {
  width: 100%;
  height: 65%;
  object-fit: cover;
  margin-bottom: 50px;
}

.sea-page-content {
  margin-top: 50px;
}

@media (min-width: 769px) {
  .aspect-16x9 {
    width: 50%;
    padding-bottom: 32.125%;
  }
}

.aspect-16x9:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 2px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #8000ff, #ad69ae);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.aspect-16x9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.5px;
  border-radius: 10px;
}

.nft-sea-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 104px;
}

.events-main {
  margin-top: 100px;
}

.web3-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nft-sea-text {
  color: white;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-top: 16px;
  width: 75%;
}

.thumbnail {
  border-radius: 8.5px;
  height: 254px;
  max-width: 350px;
  object-fit: cover;
}

.thumbnail-short {
  border-radius: 8.5px;
  height: 254px;
  max-width: 183px;
  object-fit: cover;
}

.carousel-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.carousel-video {
  width: 95%;
  position: relative;
  z-index: 0;
  padding: 2px;
}

.carousel-video:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 2px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #8000ff, #ad69ae);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.carousel-title {
  font-weight: 500;
  font-size: 24px;
  color: #c963c1;
  margin-top: 20px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
}

.carousel-title-short {
  font-weight: 500;
  font-size: 24px;
  color: #c963c1;
  margin-top: 20px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 175px;
}

.nft-sea-carousel {
  margin-left: -42.5%;
  width: 150%;
}

.nft-sea-carousel {
  width: 100%;
  margin: 0;
}

.signup {
  padding: 60px 80px;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.signup:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 2px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #8000ff, #ad69ae);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.signup::after {
  border-radius: 10px;
}

.signup_title {
  color: white;
  font-weight: 700;
}

.signup_subtitle {
  font-size: 24px;
  font-weight: 300;
  color: white;
  margin-top: 4px;
  width: 85%;
  margin: 0 auto;
}

.form-signup {
  margin-top: 60px;
}

.signup-label {
  font-size: 24px;
  color: white;
}

.signup_input {
  height: 68px;
  padding: 0px 12px;
  width: 100%;
  border-radius: 10px;
}

.signup-submit {
  background-color: #914cc6;
  height: 60px;
  border: none;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 10px;
  margin-top: 44px;
  color: white;
  font-weight: 600;
}

.section-spacing {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .flagship {
    font-size: 24px;
    text-align: center;
  }

  .events-main {
    margin-top: 20px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .flagship {
    font-size: 24px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .sea-page-content {
    margin-top: 30px;
  }

  .subtitle {
    font-size: 20px;
  }

  .singapore_container {
    flex-direction: column;
  }

  .singapore_content {
    width: 100%;
    text-align: center;
  }

  .singapore_lion {
    width: 35%;
    margin-top: 20px;
  }

  .nft-sea-text {
    font-size: 16px;
    width: 100%;
  }

  .singapore-sea-text {
    text-align: center;
    font-size: 16px;
  }

  .title {
    font-size: 40px;
    text-align: center;
  }

  .past-event {
    font-size: 60px;
    text-align: center;
  }

  .nft-sea-container,
  .coinfest {
    margin-bottom: 35px;
  }

  .subtitle-date {
    font-size: 16px;
  }

  .nft-sea-carousel {
    width: 100%;
  }

  .carousel-video {
    width: 95%;
    position: relative;
    z-index: 0;
    padding: 2px;
    margin: auto;
  }

  .carousel-title,
  .carousel-title-short {
    margin-top: 10px;
    font-size: 16px;
  }

  .signup {
    width: 100%;
    padding: 10px 8px;
    margin: 0px;
  }

  .signup_title {
    font-size: 24px;
  }

  .signup-label {
    font-size: 16px;
  }

  .signup_subtitle {
    font-size: 16px;
    width: 100%;
  }

  .signup-submit {
    margin-top: 20px;
    height: 44px;
  }

  .form-signup {
    margin-top: 24px;
  }

  .signup_input {
    height: 44px;
  }

  .section-spacing {
    margin-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .twitter_post {
    width: 100%;
    height: auto;
  }

  .subtitle-date {
    font-size: 18px;
  }

  .sea-page-content {
    margin-top: 40px;
  }

  .nft-sea-text {
    font-size: 18px;
    width: 100%;
  }

  .singapore-sea-text {
    font-size: 18px;
  }

  .nft-sea-container,
  .coinfest {
    margin-bottom: 70px;
  }

  .nft-sea-carousel {
    margin-left: -25%;
    width: 150%;
  }

  .signup {
    width: 70%;
    padding: 20px 16px;
  }

  .signup_input,
  .signup-submit {
    height: 50px;
  }

  .section-spacing {
    margin-top: 50px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .signup {
    width: 60%;
  }
}
