@media screen and (max-width: 1200px) {
  .links {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .btn-primary,
  .btn-secondary {
    padding: 8px 16px;
  }
  .about-card h2,
  .community h2,
  .how_it_works h2,
  .info-text h2,
  .roadmap h2,
  .faqs h2,
  .features h2,
  .locations h2 {
    font-size: 35px;
  }
  .about-card p,
  .community p,
  .how_it_works p,
  .info-text p,
  .roadmap p,
  .faqs p,
  .features p,
  .locations p {
    font-size: 16px;
  }
  .com-image {
    display: none;
  }
  .mob-image {
    display: block;
  }
  .mob-image img {
    width: 100%;
  }

  .hero-text h1 {
    font-size: 44px;
  }

  section.info {
    flex-direction: column;
  }

  .deco-2 {
    display: none;
  }

  section#features {
    padding-top: 5rem;
  }

  img.decoration {
    display: none;
  }
  .footer-links ul {
    gap: 15px;
  }
  .line {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .mob-logo {
    width: 250px;
  }
  .contact-section .container {
    flex-direction: column;
  }
  .row-1 {
    flex-direction: column;
    width: 100%;
  }
  .wis-m {
    width: 100% !important;
  }
  .contact-section .contact-info,
  .contact-section .contact-form-wrapper {
    padding: 30px 20px;
  }
  .contact-section .contact-form input,
  .contact-section .contact-form textarea {
    width: 80% !important;
  }
  header {
    width: 95%;
    margin: 40px auto;
  }
  .hero {
    height: auto;
    padding-block: 40px;
  }

  .about,
  .community,
  .features,
  .how_it_works,
  .info,
  .roadmap,
  .companies,
  .faqs {
    width: 95%;
    margin: 40px auto;
  }
  .about-card p,
  .community p,
  .how_it_works p,
  .info-text p,
  .roadmap p,
  .faqs p,
  .features p,
  .locations p {
    font-size: 14px;
  }

  .about-card h2,
  .community h2,
  .how_it_works h2,
  .info-text h2,
  .roadmap h2,
  .faqs h2,
  .features h2,
  .locations h2 {
    font-size: 40px;
  }

  .locations h2 {
    font-size: 35px;
  }
  .hero {
    flex-direction: column;
  }
  .hero-image {
    width: 100%;
  }
  .hero-text {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 60dvh;
  }
  .about {
    flex-direction: column;
    height: auto;
  }
  .about-card {
    width: auto;
    height: auto;
  }
  .mis-img {
    height: auto;
  }
  .community {
    height: auto;
  }

  .info {
    flex-direction: column-reverse;
  }

  .info-text ul li {
    padding: 8px 8px 8px 8px;
  }
  .accordion {
    width: 90%;
  }
  .footer-links ul {
    flex-direction: column;
    gap: 12px;
  }
  .company-names {
    flex-direction: column;
  }
  .how_it_works h2 {
    text-align: center;
  }
  .info-image img {
    width: 300px;
  }
  .hero-text h1 {
    font-size: 56px;
  }
  .mobile-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  .contract-add {
    flex-direction: column;
  }
  .btn-primary,
  .btn-secondary {
    font-size: 16px;
  }
  .star-image {
    display: none;
  }

  .decoration {
    display: none;
  }
  .com-image {
    display: none;
  }
  .mob-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .mob-do_nt-show {
    display: none;
  }
  .hide-mob {
    display: none;
  }
  .swiper-wrapper {
    flex-direction: column;
    align-items: center;
    transition: none;
  }
  .roadmap-card {
    width: 260px;
    height: 240px;
  }
}
@media screen and (max-width: 480px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
  .grid-item {
    height: auto;
    padding: 15px;
  }
  .logo {
    width: 150px;
  }

  .navbar .btn {
    padding: 10px 15px;
  }
  .hero-text h1 {
    font-size: 40px;
  }
  .btn-primary,
  .btn-secondary {
    font-size: 12px;
  }
}
