@media only screen and (max-width: 1399px) {
  /* Services page */
  .services__card__content {
    width: 55%;
  }

  .services__card__content h2 {
    font-size: 32px;
    font-weight: 600;
  }

  .services__card__content p {
    font-size: 16px;
  }

  .services__card__subservices li {
    margin-top: 12px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  /* About us page */
  .about__hero {
    height: 500px;
  }
}

@media only screen and (max-width: 1199px) {
  .services__wide__card {
    margin-top: 0;
    width: 100% !important;
    height: 110vh !important;
    position: static;
    top: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .services__card__content__wrapper {
    width: 100%;
    height: 110%;
    background: #000000b1 !important;
  }

  .services__card__content {
    width: 100% !important;
  }

  .services__card__content h2,
  .services__card__content p,
  .services__card__content li {
    color: #fff !important;
  }

  .services__wide__card .services__card__content li i {
    color: #e4f0ff;
    background-color: #ffffff39;
  }
}

@media only screen and (max-width: 1080px) {
  /* Header */
  header {
    background-color: #363246 !important;
  }
  .header__menu {
    position: fixed;
    top: 65px;
    left: 0;
    height: 100vh !important;
    width: 220px;
    background-color: #363246;
    flex-direction: column;
    gap: 0;
    transform: translate(-100%);
    transition: all 0.5s;
  }

  .header__menu.open {
    transform: translate(0%);
  }

  .header__menu__item {
    width: 100%;
    border-top: 1px solid #5b5576;
  }

  .header__menu__item a {
    padding: 12px 22px;
    width: 100%;
    display: block;
    font-size: 16px;
  }

  .header__btton {
    display: none;
  }

  #hameBurgerMenu {
    display: block;
  }

  /* Footer */
  .footer__links__heading {
    margin-top: 25px;
  }

  /* Home Page */
  .hero {
    height: 680px;
  }

  .hero__content {
    right: var(--section-padding-lr);
  }

  .hero__content__heading {
    font-size: 32px;
    line-height: 44px;
  }

  .hero__content__subtext {
    font-size: 18px;
    line-height: 32px;
  }

  .about__image__wrapper {
    transform: none;
  }

  .about__right__heading {
    margin-top: 20px;
    font-size: 36px;
  }

  .services__cards {
    margin-top: 20px;
  }

  .services__card {
    margin-top: 20px;
  }

  /* Services Page */
  .hero {
    height: 680px;
  }

  .services__hero__content {
    right: var(--section-padding-lr);
  }

  .services__hero__content h1 {
    font-size: 32px;
    line-height: 44px;
  }

  .services__hero__content p {
    font-size: 18px;
    line-height: 32px;
  }

  .discuss__project {
    flex-direction: column;
  }

  /* About us page */
  .about__hero__svg {
    display: none;
  }

  .about__hero img {
    filter: brightness(0.4);
  }

  .about__hero__content h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .about__hero__content p {
    font-size: 18px;
    line-height: 30px;
  }

  .mission__boxes {
    flex-direction: column;
  }

  .mission__box {
    position: static;
    width: 100%;
    height: auto;
  }

  /* Cotact us page */
  .contact__form__section {
    grid-template-columns: 1fr;
  }

  /* Blog */
  .blogs__hero {
    padding: 100px var(--section-padding-lr);
    padding-top: 167px;
  }

  .blog__hero__heading {
    font-size: 32px;
  }

  .blog__list__grid {
    grid-template-columns: 200px auto;
  }

  .blog__hero__paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  /* Blog Details */
  .blog__detail__hero__heading {
    font-size: 36px;
  }

  .blog__details__content__heading {
    font-size: 26px;
  }

  /* Industries */

  .industry__hero h1 {
    font-size: 32px;
  }

  .industry__hero p {
    margin-top: 0;
    font-size: 18px;
    line-height: 28px;
  }

  /* Products Page */

  .products__hero__content {
    right: var(--section-padding-lr);
  }

  .products__hero__content h1 {
    font-size: 32px;
    line-height: 50px;
    text-align: center;
  }

  .products__hero__content p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }

  .product__heading {
    font-size: 32px;
  }

  .product__paragraph {
    margin-top: 0;
    font-size: 16px;
  }

  /* Terms & Condition Page */
  .tnc__grid {
    grid-template-columns: 200px auto;
  }

  .tnc__hero__content {
    padding: 0 var(--section-padding-lr);
    padding-top: 80px;
  }

  /* Career page */
  .hiring__process__cards::before {
    display: none;
  }

  .hiring__process__cards {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hiring__process__card__icon::before {
    display: none;
  }

  .hiring__process__card:nth-of-type(1) {
    background-color: #ebf5fc;
  }
  .hiring__process__card:nth-of-type(2) {
    background-color: #feffcf;
  }
  .hiring__process__card:nth-of-type(3) {
    background-color: #e2dbfd;
  }
  .hiring__process__card:nth-of-type(4) {
    background-color: #deffd7;
  }
  .hiring__process__card:nth-of-type(5) {
    background-color: #ffe1e3;
  }

  .hiring__process__card {
    border-radius: 22px;
    padding: 22px;
  }

  .hiring__process__card__icon {
    width: auto !important;
    height: auto !important;
  }

  .job__section .row {
    display: flex;
    flex-direction: column;
  }

  .job__type__list {
    display: flex;
    width: 85vw;
    overflow-x: scroll;
  }

  .job__type__list a {
    white-space: nowrap;
  }

  .job__card__badge__list {
    flex-wrap: wrap;
  }

  .job__card__badge {
    margin-bottom: 0;
  }

  .job__card__button {
    top: auto;
    right: 10px;
    bottom: 10px;
  }

  .job__card__title {
    font-size: 22px;
  }
  .job__card__description {
    margin-bottom: 60px;
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 520px) {
  .section__heading {
    font-size: 28px;
    text-align: center;
  }

  .section__paragraph {
    width: 90vw;
    font-size: 16px;
    text-align: center;
  }

  /* Footer */

  .footer__logo {
    width: 200px !important;
    display: inline-block;
  }

  .footer__bottom {
    flex-direction: column;
    gap: 12px;
  }

  /* Home */
  .hero__content__heading {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }

  .hero__content__subtext {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }

  .hero__buttons {
    flex-direction: column;
  }

  .about__right__heading {
    font-size: 24px;
    text-align: center;
  }

  .about__right__paragraph {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }

  .about__buttons {
    flex-direction: column;
  }

  .about__right__devider {
    display: none;
  }

  .about__statistics {
    margin-top: 30px;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }

  .about__statistics h1 {
    font-size: 30px;
    text-align: center;
  }

  .about__statistics p {
    font-size: 16px;
    text-align: center;
  }

  .services__cards {
    margin-top: 20px;
  }

  .services__card {
    margin-top: 20px;
  }

  .client__logo img {
    width: 100%;
  }

  /* Services Page */
  .services__hero__content h1 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }

  .services__hero__content p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .hero__buttons {
    flex-direction: column;
  }

  .services__card__content h2 {
    font-size: 24px;
    font-weight: 600;
  }

  /* About us page */
  .about__hero__content {
    right: var(--section-padding-lr);
  }

  .about__hero__content h1 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }

  .about__hero__content p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }

  .about__hero__content button {
    display: block;
    margin: 0 auto;
  }

  .team {
    padding: 30px var(--section-padding-lr);
  }

  .who .section__heading {
    text-align: center !important;
  }

  .who p {
    font-size: 16px;
    text-align: center !important;
  }

  .mission__boxes {
    flex-direction: column;
  }

  .mission__box {
    position: static;
    width: 93%;
    height: auto;
  }

  .mission__left__box {
    padding-right: 50px;
    border-radius: 0 199px 199px 0;
    margin-right: var(--section-padding-lr);
  }

  .mission__right__box {
    padding-left: 50px;
    border-radius: 199px 0 0 199px;
    margin-left: var(--section-padding-lr);
  }

  /* Contact us page */
  .contact__form__section {
    grid-template-columns: 1fr;
  }

  .contact__form__heading {
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }

  .contact__input__box {
    margin-top: 20px;
  }

  .contact__form__btn {
    left: 50%;
    transform: translateX(-50%);
  }

  .contact__info {
    margin-top: 40px;
  }

  .contact__info__heading {
    font-size: 24px;
  }

  .contact__form__btn {
    width: max-content;
  }

  /* Blogs Page */

  .blogs__category__menu {
    max-width: 80vw;
    overflow-x: scroll;
    border-radius: 22px;
    display: flex;
  }

  .blogs__categories__item a {
    white-space: nowrap;
    font-size: 18px;
  }

  .blog__list__grid {
    grid-template-columns: 1fr;
  }

  /* Blog Details */
  .blog__detail__hero__heading {
    font-size: 22px !important;
    line-height: 30px;
    text-align: center;
  }

  .blog__detail__hero__category {
    font-size: 18px;
  }

  .blog__details__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .blog__details__content__heading {
    font-size: 22px !important;
  }

  .blog__details__sidebar h3 {
    font-size: 22px;
  }

  .blog__topics__list {
    margin-top: 0;
  }

  .blog__details {
    margin-top: 10px;
  }

  /* Industries */

  .industry__card {
    padding: 20px;
    font-size: 12px;
  }

  .industry__image__wrapper {
    border-radius: 12px;
  }

  .industry__card__title {
    margin-top: 20px;
    font-size: 22px;
  }

  .industry__card__paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  /* Products Page */
  .products__hero__content {
    right: var(--section-padding-lr);
  }

  .products__hero__content h1 {
    font-size: 28px;
    line-height: 42px;
    text-align: center;
  }

  .products__hero__content p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }

  .product__heading {
    font-size: 22px;
  }

  /* Terms and Condition page */

  .tnc__hero__content h1 {
    font-size: 28px;
  }

  .tnc__hero__content p {
    font-size: 18px;
  }

  .tnc__grid {
    grid-template-columns: 1fr;
  }

  .tnc__sidebar {
    position: static;
    border-right: none;
  }

  .tnc__topics__menu {
    max-width: 85vw;
    display: flex;
    flex-direction: row;
    gap: 18px;
    overflow-y: scroll;
  }

  .tnc__content {
    margin-top: 40px;
    padding-left: 0;
  }

  .tnc__topics__list__item {
    white-space: nowrap;
  }

  .tnc__content__heading {
    font-size: 22px;
  }
}

/* Other Breakpoints */
@media only screen and (max-width: 767px) {
  .blog__detail__hero__heading {
    width: 100%;
  }

  .blog__details__image__wrapper {
    height: auto;
    margin-top: 20px;
  }

  .blog__topics__list {
    display: flex;
    gap: 12px;
    overflow-x: scroll;
  }

  .blog__topics__list__item {
    white-space: nowrap;
    width: max-content;
  }

  /* Products Page */
  .product__heading {
    margin-top: 20px;
  }
  .products__section > :nth-child(2) {
    flex-direction: column-reverse;
  }

  .product__heading {
    text-align: center;
  }

  .product__paragraph {
    text-align: center;
  }

  .product__buttons {
    flex-direction: column;
  }

  .product__buttons {
    width: 100%;
  }
}

@media only screen and (max-width: 1500px) {
  .hiring__process__card__icon::before {
    right: -60px;
  }
}

@media only screen and (max-width: 1345px) {
  .hiring__process__card__icon::before {
    right: -60px;
    top: 73px;
  }

  .hiring__process__card__icon {
    width: 150px;
    height: 150px;
  }

  .hiring__process__cards::before {
    top: 72px;
  }
}
