@media (max-height: 1000px) {
  .contact-footer{
    position: relative;
  }

  .term-footer{
    position: relative;
  }

  .data-footer{
    position: relative;
  }
}

@media (max-width : 1328px) {
  .carousel{
    display: flex;
  }
  .screenshot-gallery{
    display: none;
  }
}

@media (max-width: 1024px) {
  .hero h1 {
    font-size: 2.8rem;
  }

  .hero {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }

  .hero-content {
    max-width: 100%;
    margin-left: 0px;
  }

  .screenshots {
    height: 800px;
  }

  .screenshots-container img {
    display: none; 
  }

  .carousel {
    display: flex; 
  }

}

@media (max-width: 768px) {
  .screenshot-gallery {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    margin: 0 10px;
    width: 200px;
    gap: 130px;
  }

  .heading{
    margin: 10px;
  }

  .toHome{
    display: block;
  }

  .container{
    padding: 10px;
  }

  .nav-links {
    display: none;
  }

  .hero-content {
    margin: 0px;
  }

  .hero h1 {
    font-size: 2.3rem;
  }

  .screenshots {
    height: 800px;
  }

  .screenshots-container img {
    display: none;
  }

  .carousel {
    display: flex; 
  }

  .features h2,
  .screenshots h2,
  .download h2,
  .testimonials h2 {
    font-size: 2rem;
  }

  .footer-content {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .footer-links,
  .social-links {
    flex-direction: column;
    display: flex;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 2rem;
  }

  .screenshots {
    height: 800px;
  }

  .carousel {
    display: flex;
  }

  .screenshots-container img {
    display: none; 
  }

  .hero p {
    font-size: 1rem;
  }

  .hero-content {
    margin: 0px;
  }

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

  .feature {
    padding: 20px;
  }

  .download-buttons {
    flex-direction: column;
    align-items: center;
  }
}
