@media screen and (max-width: 1300px) {
  /* Navbar */

  .navSection .logo {
    width: 100px;
  }

  .navRight {
    display: none;
  }

  .menu {
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  /******************* Nav Section **********************/

  .navSection {
    padding: 20px 20px;
  }

  .navTop {
    gap: 20px;
  }

  .navbottom {
    flex-wrap: wrap;
    padding: 50px 0;
  }

  .navImg {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 30px;
  }

  .navText {
    width: 100%;
    color: #ffffff;
  }

  /******************* Hero Section **********************/

  .heroSection {
    padding: 80px 20px;
  }

  /******************* Card Section **********************/

  .cardSection {
    padding: 50px 20px;
  }

  .card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px 0;
  }

  .cardText {
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .card > img {
    width: 100%;
  }

  .cardText > p {
    margin: 25px 0;
    width: 100%;
  }

  .middle {
    margin-left: 0;
  }

  .target > img {
    order: 2;
  }

  /******************* Team Section **********************/

  .teamsSection {
    padding: 50px 20px;
  }

  .teamsSection > .text {
    gap: 20px;
    margin-bottom: 30px;
    flex-direction: column;
  }

  .teamsSection > .text > h3 {
    text-align: center;
  }

  .teamsSection > .text > p {
    text-align: center;
  }

  .members {
    justify-content: center;
  }

  /******************* Footer Section **********************/

  footer {
    padding: 50px 20px;
  }

  .footerTop > img{
    width: 100px;
}
}

@media screen and (max-width: 625px) {
  /******************* Nav Section **********************/

  .navText > h1 {
    font-size: 52px;
    line-height: 60px;
  }

  .navText > p {
    width: 80%;
    margin: 20px 0;
  }

  .emailBox {
    display: flex;
    justify-content: space-between;
    width: auto;
    background-color: #ffffff;
    padding: 5px 5px 5px 12px;
  }

  .emailBox > input {
    width: 60%;
    padding-left: 0;
  }

  .emailBtn {
    background-color: #89c0a3;
    border: none;
    color: #ffffff;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
  }

  /******************* Hero Section **********************/

  .stats h2 {
    font-size: 32px;
  }

  .stats {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 20px;
    padding: 40px 0 70px 0;
  }

  /******************* Footer Section **********************/

  .footerTop {
    gap: 30px;
    flex-direction: column;
}

  .footerLinks {
    display: none;
  }
}
