.btn-primary {
  background-color: #90EE90;
  border: 4px solid #000000;
  color: #000000;
  transition: all 0.1s ease;
  box-shadow: 4px 4px 0px #000000;
}
.btn-primary:hover {
  background-color: rgb(100.93546875, 231.40453125, 100.93546875);
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0px #000000;
}
.btn-primary:active {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0px #000000;
}

.bg-primary {
  background-color: #90EE90 !important;
  color: #000000;
}

.bg-secondary {
  background-color: #FF69B4 !important;
  color: #000000;
}

.bg-light {
  background-color: #E3DFF2 !important;
  color: #000000;
}

.bg-dark {
  background-color: #000000 !important;
  color: #FFFFFF;
}

.border-primary {
  border-color: #90EE90 !important;
}

.text-primary {
  color: #90EE90 !important;
}

.text-secondary {
  color: #FF69B4 !important;
}

.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #FFFFFF;
  border-bottom: 4px solid #000000;
  box-shadow: 4px 4px 0px #000000;
}

.nav-link {
  color: #000000 !important;
  transition: all 0.1s ease;
  font-weight: 700;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link.active {
  color: #90EE90 !important;
  background: #BAFCA2;
  border-radius: 2px;
}

.navbar-toggler {
  padding: 0.5rem;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  width: 1.5em;
  height: 1.5em;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background: #FFFFFF;
    border: 4px solid #000000;
    box-shadow: 4px 4px 0px #000000;
    padding: 1rem;
    border-radius: 4px;
    margin-top: 0.5rem;
  }
  .nav-item {
    text-align: center;
    padding: 0.5rem 0;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    gap: 1.5rem;
  }
  .nav-item {
    margin: 0;
  }
  .nav-link {
    padding: 0.5rem 0;
  }
  .navbar-collapse {
    display: flex !important;
  }
}
.py-lg-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.hero {
  position: relative;
  overflow: hidden;
  transition: padding-top 0.2s ease;
  background: #E3DFF2;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.12) 1.5px, transparent 1.5px);
  background-size: 30px 30px;
  background-position: 0 0;
  z-index: 0;
  pointer-events: none;
}
.hero .container,
.hero .row,
.hero [class*=col-] {
  position: relative;
  z-index: 1;
}
.hero h1,
.hero h1.display-4 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 1.2;
  background: linear-gradient(135deg, #000000 0%, #FF69B4 50%, #90EE90 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 767.98px) {
  .hero {
    padding-top: 5rem;
  }
}

#vanta-waves {
  display: none;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.modal-content.bg-gradient {
  background: #FFFFFF;
  background: #FFFFFF;
  border: 4px solid #000000;
  box-shadow: 6px 6px 0px #000000;
  border-radius: 4px;
}

#subscribePopup {
  background: rgba(0, 0, 0, 0.5);
}
#subscribePopup .modal-dialog {
  max-width: 400px;
  margin: 1rem;
}
@media (min-width: 576px) {
  #subscribePopup .modal-dialog {
    margin: 1.75rem auto;
  }
}
#subscribePopup .modal-content {
  background: #FFFFFF;
  border: 4px solid #000000;
  box-shadow: 6px 6px 0px #000000;
  border-radius: 4px;
}

.subscribe-form-container {
  background: #FFFFFF;
  border: 4px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  border-radius: 4px;
  background: #FFFFFF !important;
}

.social-proof-mini {
  font-size: 0.9rem;
}

.testimonial-card {
  background: #FFFFFF;
  border: 4px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  border-radius: 4px;
  height: auto;
  display: flex;
  flex-direction: column;
  min-height: 250px;
}
.testimonial-card:hover {
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.testimonial-card:hover:hover {
  transform: translate(-4px, -4px);
  box-shadow: 6px 6px 0px #000000;
}
.testimonial-card .card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.testimonial-card .twitter-tweet-rendered {
  margin: 0 auto !important;
  width: 100% !important;
}
.testimonial-card iframe.twitter-tweet-rendered {
  border-radius: 0 !important;
}

.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #90EE90;
  border: 3px solid #000000;
  box-shadow: 2px 2px 0px #000000;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.testimonial-avatar-large {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #90EE90;
  border: 3px solid #000000;
  box-shadow: 2px 2px 0px #000000;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .testimonial-avatar-large {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
}

.testimonial-author h6 {
  margin-bottom: 0.1rem;
  font-weight: 700;
}
.testimonial-author small {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
}

.testimonial-quote {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #000000;
  margin-top: auto;
  padding-bottom: 1rem;
}

.testimonial-rating {
  font-size: 1.2rem;
  color: #FFD700;
  margin-bottom: 1rem;
}

.tweet-container {
  background: rgba(0, 0, 0, 0.2);
  margin: 0 -1.5rem;
  position: relative;
}
.tweet-container .twitter-tweet {
  margin: 0 !important;
}

.testimonial-wall {
  position: relative;
  z-index: 1;
}

.testimonial-blob {
  background: #FFFFFF;
  border: 4px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  border-radius: 4px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.testimonial-blob:hover {
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.testimonial-blob:hover:hover {
  transform: translate(-4px, -4px);
  box-shadow: 6px 6px 0px #000000;
}

.testimonial-quote-mark {
  font-size: 3rem;
  line-height: 1;
  color: #90EE90;
  opacity: 0.5;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

.testimonial-stars {
  color: gold;
  font-size: 1.1rem;
}

.testimonial-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
}

.featured-testimonial {
  margin-bottom: 2.5rem !important;
}
.featured-testimonial .testimonial-blob {
  background: #BAFCA2;
  border-color: #90EE90;
}
@media (max-width: 767.98px) {
  .featured-testimonial .testimonial-blob {
    padding: 1.5rem;
  }
}

.featured-content {
  flex: 1;
}

.tweet-wrapper {
  background: #FFFFFF;
  border: 4px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
.tweet-wrapper iframe {
  border: none !important;
  background: transparent !important;
}

.testimonial-decoration {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  z-index: -1;
}

.d1 {
  width: 200px;
  height: 200px;
  background: #BAFCA2;
  border: 3px solid #000000;
  box-shadow: 2px 2px 0px #000000;
  top: 10%;
  left: 5%;
}

.d2 {
  width: 300px;
  height: 300px;
  background: rgba(128, 255, 0, 0.05);
  bottom: 20%;
  right: 10%;
}

.d3 {
  width: 150px;
  height: 150px;
  background: rgba(127, 0, 255, 0.1);
  bottom: 10%;
  left: 30%;
}

.minimal-testimonials {
  max-width: 1000px;
  margin: 0 auto;
}

.tweet-minimal {
  max-width: 550px;
  margin: 0 auto;
}

.quote-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #000000;
  font-style: italic;
  position: relative;
}
.quote-text::before {
  content: '"';
  position: absolute;
  left: -10px;
  top: -10px;
  font-size: 2rem;
  color: #90EE90;
  opacity: 0.6;
}

.minimal-quote {
  padding: 1rem;
  position: relative;
  transition: transform 0.2s ease;
}
.minimal-quote:hover {
  transform: translateY(-5px);
}

.stars {
  color: gold;
}

.minimal-testimonials .section-divider {
  height: 3px;
  background: #000000;
  margin: 1rem 0 4rem;
  box-shadow: 2px 2px 0px #000000;
}

.reviews-grid {
  max-width: 1200px;
  margin: 0 auto;
}

.review-item {
  min-height: 200px;
  position: relative;
  margin-bottom: 20px;
  transition: transform 0.2s ease;
}
.review-item:hover {
  transform: translateY(-5px);
}

.review-text {
  font-size: 1.05rem;
  line-height: 1.5;
  color: #000000;
  font-style: italic;
  position: relative;
}
.review-text::before {
  content: '"';
  position: absolute;
  left: -10px;
  top: -10px;
  font-size: 2rem;
  color: #90EE90;
  opacity: 0.6;
}

.review-author {
  margin-bottom: 0.5rem;
}

.review-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-content .twitter-tweet {
  margin: 0 !important;
}

.twitter-tweet {
  width: 100% !important;
}

.post {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.5rem;
  transition: all 0.2s ease;
}
.post:hover {
  transform: translateX(5px);
}
.post:last-child {
  margin-bottom: 0;
}
.post:last-child::after {
  display: none;
}
.post::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 6px;
  height: 6px;
  background: #90EE90;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(128, 255, 0, 0.5);
}
.post::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0.7rem;
  width: 1px;
  height: calc(100% + 0.5rem);
  background: rgba(255, 255, 255, 0.2);
}
.post a {
  text-decoration: none;
  color: white;
  transition: opacity 0.2s ease;
}
.post a:hover h3 {
  opacity: 0.8;
}
.post h3 {
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.post-meta {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0.25rem;
}

.text-gradient {
  background: linear-gradient(90deg, #ffffff, #e6ccff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hover-lift {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hover-lift:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(127, 0, 255, 0.15) !important;
}

.section-divider {
  height: 3px;
  background: #000000;
  margin: 2rem 0;
  box-shadow: 2px 2px 0px #000000;
}

.social-proof {
  background: #FFFFFF;
  border: 4px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  border-radius: 4px;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767.98px) {
  .social-proof {
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
  }
}

.social-proof-number {
  font-weight: 900;
  color: #90EE90;
}

.snake-hover-effect {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.snake-hover-effect:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.snake-hover-effect img {
  transition: opacity 0.2s ease;
  opacity: 0.9;
}
.snake-hover-effect:hover img {
  opacity: 1;
}

.crossed-out {
  position: relative;
}
.crossed-out::before, .crossed-out::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: red;
  top: 50%;
  left: 0;
}
.crossed-out::before {
  transform: rotate(-45deg);
}
.crossed-out::after {
  transform: rotate(45deg);
}

.play-button {
  background-color: #90EE90;
  border: 4px solid #000000;
  color: #000000;
  transition: all 0.1s ease;
  box-shadow: 4px 4px 0px #000000;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  border-radius: 50px;
}
.play-button:hover {
  background-color: rgb(100.93546875, 231.40453125, 100.93546875);
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0px #000000;
}
.play-button:active {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0px #000000;
}

.floating-subscribe {
  background-color: #90EE90;
  border: 4px solid #000000;
  color: #000000;
  transition: all 0.1s ease;
  box-shadow: 4px 4px 0px #000000;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
}
.floating-subscribe:hover {
  background-color: rgb(100.93546875, 231.40453125, 100.93546875);
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0px #000000;
}
.floating-subscribe:active {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0px #000000;
}

.section-subscribe .subscribe-button {
  background-color: #90EE90;
  border: 4px solid #000000;
  color: #000000;
  transition: all 0.1s ease;
  box-shadow: 4px 4px 0px #000000;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
}
.section-subscribe .subscribe-button:hover {
  background-color: rgb(100.93546875, 231.40453125, 100.93546875);
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0px #000000;
}
.section-subscribe .subscribe-button:active {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0px #000000;
}

@media (max-width: 767.98px) {
  #game .container-fluid {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #game .snake-hover-effect {
    margin: 1rem;
  }
  #why-choose .row.g-4 {
    --bs-gutter-y: $spacing-xl;
  }
  #why-choose .card {
    margin-bottom: 1rem;
  }
}
#why-choose .card:last-child {
  margin-top: 2rem;
}

.subscribe-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.08) 25%, transparent 25%), linear-gradient(-45deg, rgba(0, 0, 0, 0.08) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.08) 75%), linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.08) 75%);
  background-size: 40px 40px;
  background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}

.subscribe-gradient-bg {
  background: #90EE90;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.subscribe-content {
  position: relative;
  z-index: 1;
}
.subscribe-content h2, .subscribe-content p {
  color: #000000;
}
.subscribe-content .container,
.subscribe-content .row,
.subscribe-content [class*=col-] {
  position: relative;
  z-index: 1;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  background: #BAFCA2;
  filter: blur(40px);
  z-index: 0;
}

.shape-1 {
  width: 300px;
  height: 300px;
  top: -150px;
  right: -150px;
}

.shape-2 {
  width: 200px;
  height: 200px;
  bottom: -100px;
  left: -100px;
}

.subscribe-card {
  background: #FFFFFF;
  border: 4px solid #000000;
  box-shadow: 6px 6px 0px #000000;
  border-radius: 4px;
  padding: 2.5rem;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  border-top: 5px solid #90EE90;
  overflow: hidden;
}
.subscribe-card::before {
  display: none;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 4rem;
}

.feature-item {
  background: #FFFFFF;
  border: 4px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  border-radius: 4px;
  padding: 1.5rem;
  text-align: center;
}
.feature-item:hover {
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.feature-item:hover:hover {
  transform: translate(-4px, -4px);
  box-shadow: 6px 6px 0px #000000;
}

.feature-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  display: block;
}

.subscribe-orb {
  position: absolute;
  border-radius: 50%;
  opacity: 0.2;
  background: #90EE90;
  border: 3px solid #000000;
  box-shadow: 2px 2px 0px #000000;
  z-index: 0;
}

.orb-1 {
  width: 300px;
  height: 300px;
  top: 15%;
  right: 10%;
  animation: float 20s ease-in-out infinite;
}

.orb-2 {
  width: 200px;
  height: 200px;
  bottom: 15%;
  left: 10%;
  animation: float 15s ease-in-out infinite reverse;
}

@keyframes float {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-20px, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.community-avatars {
  display: flex;
  align-items: center;
}

.avatar-stack {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
@media (max-width: 767.98px) {
  .avatar-stack {
    margin-right: 0;
    margin-bottom: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid #000000;
  box-shadow: 2px 2px 0px #000000;
  margin-right: -10px;
  object-fit: cover;
  background-color: #E3DFF2;
  transition: transform 0.2s ease;
  position: relative;
}
.avatar:hover {
  transform: translateY(-2px);
  z-index: 2;
  box-shadow: 4px 4px 0px #000000;
}
@media (max-width: 767.98px) {
  .avatar {
    width: 28px;
    height: 28px;
    margin-right: -8px;
    margin-bottom: 4px;
  }
}

.more-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #E3DFF2;
  border: 3px solid #000000;
  box-shadow: 2px 2px 0px #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #000000;
  margin-right: 0;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .more-avatar {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}

.highlight-points {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .highlight-points {
    gap: 0.6rem;
    margin-top: 1rem;
  }
}

.highlight-point {
  position: relative;
  padding-left: 1.25rem;
  cursor: default;
  transition: transform 0.2s ease-out;
}
@media (max-width: 767.98px) {
  .highlight-point {
    padding-left: 1rem;
  }
}
.highlight-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 4px;
  background-color: #90EE90;
  border-radius: 2px;
  transition: transform 0.2s ease-out, background-color 0.2s ease-out;
}
@media (max-width: 767.98px) {
  .highlight-point::before {
    width: 3px;
  }
}
.highlight-point:hover::before {
  transform: scaleX(1.5);
  background-color: rgb(100.93546875, 231.40453125, 100.93546875);
}
.highlight-point span {
  display: inline-block;
  font-size: 1.05rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.2s ease-out;
}
@media (max-width: 767.98px) {
  .highlight-point span {
    font-size: 1rem;
  }
}
.highlight-point span:hover {
  color: #90EE90;
}

/*# sourceMappingURL=index.css.13cdea4c70f0.map */
