@media only screen and (max-width: 600px) {
  header {
    height: 925px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }

  /* Header styling */

  .header-main {
    max-width: 100%;
    padding: 25px 15px;
  }

  .logo-area {
    flex-basis: 50%;
  }

  nav {
    display: none;
  }

  .head-right {
    flex-basis: 50%;
  }

  /* Hero area styling */

  .hero-area-main {
    max-width: 100%;
    flex-direction: column;
    padding: 60px 15px 0 15px;
    text-align: center;
  }

  .hero-title {
    font-size: 35px;
    line-height: 1.3em;
  }

  .hero-bio br {
    display: none;
  }

  .hero-btn {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding-top: 25px;
  }

  .hero-right {
    padding-top: 50px;
  }

  .hero-image {
    max-width: 100%;
  }

  /* Why qubly section styling */

  .why-qubly-main {
    max-width: 100%;
    padding: 80px 15px 80px 15px;
  }

  .why-qubly-head {
    text-align: center;
    padding-bottom: 30px;
  }

  .eye-icon {
    margin-bottom: -4px;
  }

  .why-qubly-heading {
    font-size: 30px;
  }

  .why-qubly-txt br {
    display: none;
  }

  .qubly-feature-boxes {
    flex-direction: column;
    gap: 40px;
    padding-top: 20px;
  }

  /* For product team styling */

  .product-team-main {
    max-width: 100%;
    flex-direction: column;
    gap: 40px;
    padding: 20px 15px 60px 15px;
  }

  .product-team {
    max-width: 100%;
  }

  .product-team-right {
    text-align: center;
  }

  .product-team-txt {
    text-align: center;
  }

  /* Engineering team styling */

  .engineering-team-main {
    flex-direction: column-reverse;
    padding: 20px 15px 80px 15px;
    gap: 40px;
  }

  .engineering-team-left {
    flex-basis: 55%;
    padding-left: 0;
    text-align: center;
  }

  .engineering-team-right {
    flex-basis: 50%;
  }

  /* Testimonial area styling */

  #testimonial {
    width: 100%;
    height: 900px;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    padding: 0 15px;
  }

  .testimonial-main {
    width: 100%;
    padding-top: 160px;
  }

  .testimonial-text br {
    display: none;
  }

  .testimonial-text {
    font-size: 20px;
  }

  .brand-logo {
    flex-wrap: wrap;
  }

  /* Ctc area styling */

  .ctc-main {
    max-width: 100%;
    flex-direction: column;
    padding: 0 15px 100px 15px;
    gap: 80px;
  }

  .ctc-heading br {
    display: none;
  }

  .ctc-heading {
    text-align: center;
  }

  .ctc-logo-area {
    padding-top: 50px;
    display: flex;
    gap: 50px;
    padding-bottom: 30px;
  }

  .ctc-logo {
    margin: 0 auto;
  }

  .ctc-right {
    background-color: #f9f0ff;
    padding: 25px;
    text-align: center;
  }

  .form-section {
    background-color: #fff;
    padding: 40px;
    margin-top: -70px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.036);
  }

  .signup-heading {
    font-size: 25px;
    font-weight: 600;
    color: #000000;
    text-align: center;
  }

  .ctc-button {
    width: 100%;
    padding: 13px 0;
    border: none;
    margin: 20px 0 15px 0;
    background-color: #722ed1;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
  }

  input {
    width: 100%;
    padding: 13px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 2px solid #eaeaea;
  }

  input::placeholder {
    font-size: 16px;
  }

  input:focus {
    outline: none;
  }

  .or {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
  }

  .signup-hr {
    border: none;
    border-top: 2px solid #eaeaea;
    margin: 10px 0;
  }

  .login {
    color: #8f8fa7;
    font-size: 15px;
  }

  a {
    color: #722ed1;
  }

  /* Footer area styling */

  .footer-main {
    max-width: 100%;
    flex-wrap: wrap;
    padding: 50px 15px 80px 15px;
  }

  .footer-col2,
  .footer-col3,
  .footer-col4,
  .footer-col5 {
    text-align: center;
    flex-basis: 50%;
    margin-bottom: 20px;
  }

  .footer-col1 {
    flex-basis: 100%;
    text-align: center;
    padding: 0 15px 50px 15px;
  }

  .footer-col4,
  .footer-col2 {
    padding-left: 0;
  }

  .footer-col6 {
    flex-basis: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .footer-text br {
    display: none;
  }
}
