@media all and (max-width: 1180px) {
  header {
    display: none !important;
  }
  .login-mobile {
    display: block;
  }
  .powered-by {
    flex: 0.4;
  }
}
@media all and (max-width: 1024px) {
  .app-preview {
    display: none;
  }
  .powered-by {
    flex: 0.4;
  }
  .contact-fluid .image-part img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
}

@media all and (max-width: 920px) {
  .powered-by {
    flex: 1;
  }
  .hero {
    min-height: 80vh;
    flex-direction: column;
    align-items: center;
  }
  .hero-content {
    justify-content: center;
  }
  .footer-container {
    flex-direction: column;
    align-items: self-start;
  }
  .social-section {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-description br {
    display: none;
  }
  .app-section {
    width: 100%;
  }
  .app-info {
    width: 100%;
  }
  .app-preview {
    display: none;
  }
  .footer .footer-container {
    flex-direction: column;
    align-items: self-start;
  }
  .formobile-content {
    display: block;
  }
  .contact-fluid .form-section {
    width: 90%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .toturial-fluid .main-section {
    flex-direction: column;
  }
  .toturial-fluid .main-section .video-part {
    width: 100%;
    order: 1;
  }
  .toturial-fluid .main-section .content-part {
    width: 100%;
    order: 2;
    padding: 20px 0px 0px 0px;
  }
  .toturial-fluid {
    padding: 20px 0px;
  }
  .about-banner .overlay {
    top: 50%;
    right: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 30px 40px;
    transform: translateY(-50%);
  }
  .aboutstory-fluid .main-section {
    flex-direction: column;
  }
  .aboutstory-fluid {
    padding: 20px 0px;
  }
  .aboutstory-fluid .main-section .content-part {
    width: 100%;
    order: 2;
    padding: 20px 0px 0px 0px;
  }
  .aboutstory-fluid .main-section .video-part {
    width: 100%;
    order: 1;
  }
  .team-fluid {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  .team-fluid .image-section {
    width: 100%;
    margin-bottom: 20px;
  }
  .team-fluid .content-part {
    width: 100%;
    padding: 20px 0px;
  }
  .partners-section {
    padding: 2rem 0;
  }
  .partners-logos ul {
    gap: 1rem;
    flex-direction: column;
  }
  .partners-title {
    font-size: 24px;
  }
  .cta-title {
    font-size: 24px;
  }
}
