#homepage-main {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#hmp-firstrow {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: auto;
  height: 600px;
}

#hmp-heading {
  height: 10em;
  width: 15em;
  text-align: center;
  text-wrap: balance;

  margin: 0;
}

.hmp-heading-wd {
  font-size: 84px;
  font-weight: 100;
  color: var(--text-color)
}

.fancy {
  font-style: italic;
  font-weight: 200;
  color: var(--blue);
}

#hmp-pic {
  width: 350px;
  height: 350px;

  background-color: rgba(0, 0, 0, 0.2);
}

#hmp-spacer {
  height: 80px;
}

.pricing {
  display: flex;
  gap: 2rem;
  justify-content: center;
  padding: 3rem 1rem;
}

.hmp-card {
  background: var(--background-color);
  color: var(--text-color);
  border: 1px solid var(--blue);
  border-radius: 1rem;
  padding: 2rem;
  width: 260px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hmp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.6);
}

.hmp-card h2 {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.hmp-subtitle {
  font-size: 0.9rem;
  color: #aaa;
  margin-bottom: 1rem;
}

.hmp-price {
  font-size: 2rem;
  font-weight: bold;
  color: var(--blue);
  margin-bottom: 1rem;
}

.hmp-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.hmp-card ul li {
  margin: 0.5rem 0;
  font-size: 0.9rem;
}

.hmp-card button {
  background: var(--blue);
  border: none;
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 9999px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.hmp-card button:hover {
  background: #2563eb;
}

.hmp-featured {
  border: 2px solid #3b82f6;
  transform: scale(1.05);
}

.hmp-featured:hover {
  transform: scale(1.075);
}

#hmp-about {
  display: flex;
  gap: 2rem;
  justify-content: center;
  padding: 3rem 1rem;
}

.hmp-about-cont {
  display: flex;

  color: var(--text-color);
  text-decoration: none;

  gap: 1em;
  
  padding: 0 2rem;
  margin: 2rem 0;
  width: 260px;
}

.hmp-about-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.33em;
}

.hmp-about-text {
  height: auto;
  font-size: 28px;
}

.hmp-about-subtext {
  height: auto;
  font-size: 18px;
  opacity: 0.5;
}

#hmp-contact {
  display: flex;
  gap: 2em;
  justify-content: center;
  padding: 3rem 1rem;
}

#hmp-contact-text {
  display: flex;
  align-items: center;
  font-size: 32px;
}

@media (max-width: 1024px) {
  #hmp-firstrow {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  #hmp-heading {
    width: 8em;
    height: auto;
  }

  .hmp-heading-wd {
    font-size: 48px;
  }

  #hmp-pic {
    width: 200px;
    height: 200px;
  }

  #hmp-spacer {
    height: 40px;
  }

  .pricing {
    flex-direction: column;
    align-items: center;
    gap: 5rem;
    padding: 2rem 1rem;
  }

  .hmp-card {
    width: 50%;
    max-width: 400px;
  }

  #hmp-about {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .hmp-about-cont {
    width: 90%;
    max-width: 400px;
    justify-content: center;
  }

  #hmp-contact {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  #hmp-contact-text {
    font-size: 24px;
    justify-content: center;
  }

  #get-website {
    align-self: center;
  }

}

#triangle-cont {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#t1 { top: 10%; left: 5%; animation-duration: 5s; }
#t2 { top: 40%; left: 3%; animation-name: floatingtrianglemin; animation-duration: 4.3s; }
#t3 { top: 1%; left: 20%; animation-duration: 4s; }
#t4 { top: 5%; left: 40%; animation-name: floatingtrianglemin; animation-duration: 5s; }
#t5 { top: 30%; left: 20%; animation-duration: 4.8s; }
#t6 { top: 60%; left: 80%;  animation-name: floatingtrianglemin;animation-duration: 5.8s; }
#t7 { top: 60%; left: 10%; animation-duration: 6.4s; }
#t8 { top: 55%; left: 30%; animation-name: floatingtrianglemin; animation-duration: 5.4s; }
#t9 { top: 10%; left: 70%; animation-duration: 5s; }
#t10 { top: 60%; left: 50%; animation-name: floatingtrianglemin; animation-duration: 4.8s; }
#t11 { top: 15%; left: 86%; animation-duration: 5.6s; }
#t12 { top: 55%; left: 90%; animation-name: floatingtrianglemin; animation-duration: 5.2s; }

@media (max-width: 1024px) {
  #t1 { top: 5%; left: 5%; animation-duration: 5s; }
  #t2 { display: none; }
  #t3 { display: none; }
  #t4 { top: 30%; left: 8%; animation-name: floatingtrianglemin; animation-duration: 5s; }
  #t5 { top: 60%; left: 12%; animation-duration: 4.8s; }
  #t6 { display: none; }
  #t7 { top: 0%; left: 60%; animation-duration: 6.4s; }
  #t8 { display: none; }
  #t9 { top: 30%; left: 80%; animation-duration: 5s; }
  #t10 { display: none; }
  #t11 { display: none; }
  #t12 { top: 60%; left: 80%; animation-name: floatingtrianglemin; animation-duration: 5.2s; }

  #triangle-cont img {
    opacity: 0.8;
  }
}

@media (max-width: 600px) {
  #t9 { display: none; }
  #t12 { top: 50%; left: 75%; animation-name: floatingtrianglemin; animation-duration: 5.2s; }
}

#disclaimer {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

#desclaimer-text {
  color: red;
  font-size: 102px;
  font-weight: 800;
  text-align: center;
}