@media (min-width: 1920px) {
  body:after {
    background-position: 0px 50%;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}

/* max widht */
@media (max-width: 1200px) {
  .contact_single_item {
    padding: 15px;
    min-width: 280px;
  }
  .get__in__touch_left span {
    max-width: 310px;
  }
}
@media (max-width: 991px) {
  /* Service Area Start  */
  .service__item__content h2 {
    font-size: 26px;
  }
  /* Client Area Start */
  .get_in_touch_wrapper {
    flex-direction: column;
    row-gap: 30px;
  }
  .get__in__touch_left {
    text-align: center;
  }
  .get__in__touch_left span {
    max-width: 80%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .service {
    height: auto;
  }
  /* Header area start */
  .nav__content {
    display: none;
  }
  .header__content a.logo {
    height: 50px;
  }
  /* hero area */
  .hero__wrapper h1 {
    font-size: 40px;
  }

  /* Service Area Start */
  .wrapper__tittle h2 {
    font-size: 36px;
  }
  .service__content {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .service__item__title span {
    color: #fff;
  }
  .service_img .img_hover {
    display: block;
  }
  .service_img .img_defolt {
    display: none;
  }
  .service__single__item {
    background: #000;
    height: 320px;
    color: #fff;
  }
  .service__single__item p {
    visibility: visible;
    opacity: 1;
  }
  /* Project Area Start */

  .project__content {
    grid-template-columns: repeat(3, 1fr);
  }

  .project__item__content p a {
    font-size: 16px;
    line-height: 23.2px;
  }
  /* Client Area Start */

  .get__in__touch {
    padding: 80px 0;
  }
  .get__in__touch_left h2 {
    font-size: 36px;
  }
  .contact_single_item {
    min-width: 270px;
  }
  .contact_single_item img {
    margin-right: 7px;
  }
  /* Footer Area Start  */
  .footer__warapper h4 a {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  /* Header area start */
  .header__content a.logo {
    height: 40px;
  }
  /* hero area */
  .hero {
    background: url(../img/man_hero_mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 623px;
    background-position: center;
  }
  .hero__wrapper {
    padding-top: 100px;
  }
  .hero__wrapper h1 {
    font-size: 36px;
  }
  .hero__wrapper::after {
    top: 113px;
  }

  /* Service Area Start */
  .wrapper__tittle h2 {
    font-size: 28px;
  }
  .service__item__content h2 {
    font-size: 24px;
  }
  .service__item__content p {
    font-size: 14px;
  }

  /* Project Area Start */
  .project {
    padding: 0 0;
  }
  .project__content {
    grid-template-columns: repeat(5, 1fr);
  }
  .project__item__content p a {
    font-size: 14px;
    line-height: 20px;
  }
  /* Get in Touch Area*/
  .contact_info_top,
  .contact_info_buttom {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 15px;
  }
  .contact_info_top .last_item {
    margin-left: 0;
  }
  .get__in__touch_left h2 {
    font-size: 28px;
  }
  .get__in__touch_left h2 {
    font-size: 28px;
  }
  .get__in__touch {
    padding: 50px 0;
  }
  /* Footer Area Start  */
  .footer__warapper {
    padding: 20px 0;
  }
  .footer__warapper h4 a {
    font-size: 16px;
  }
  .footer__warapper p {
    font-size: 12px;
  }
  .project__content-desktop {
    display: none;
  }
  .project__content-mobile {
    display: block !important;
    width: 105% !important;
    padding-right: 30px;
    margin-top: 30px;
  }
  .project__single__item {
    min-height: 323px;
    margin-top: 10px;
  }
}
@media (max-width: 470px) {
  .project__single__item {
    min-height: 280px;
    margin-top: 10px;
  }
}
@media (max-width: 400px) {
  /* Header area start */
  .header__content a.logo {
    height: 34px;
  }
  /* hero area */
  .hero__wrapper h1 {
    font-size: 24px;
  }
  .hero__wrapper::after {
    top: 153px;
    left: 40px;
  }
  .hero__wrapper span {
    font-size: 10px;
  }
  .hero__wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
  .hero__wrapper {
    padding-top: 140px;
    padding-bottom: 98px;
  }
  /* Service Area Start */
  .wrapper__tittle h2 {
    font-size: 24px;
  }
  .wrapper__tittle span {
    font-size: 10px;
  }
  .shape::after {
    top: 14px;
    left: 65px;
  }
  /* Project Area Start */
  .long_shape::after {
    top: 14px;
    left: 118px;
  }
  .project__single__item {
    max-width: 160px;
    min-height: 250px;
  }
  .project__item__content p a {
    font-size: 12px;
    line-height: 1.4;
  }
  /* Get in Touch Area  */
  .project__content-mobile {
    margin-top: 20px;
  }
  .get__in__touch_left h2 {
    font-size: 24px;
  }
  .get__in__touch_left span {
    font-size: 14px;
    line-height: 19.6px;
    padding-top: 10px;
  }
  .contact_single_item p {
    font-size: 14px;
  }
  /* Footer Area Start  */
  .footer__warapper {
    padding: 15px 0;
  }
  .footer__warapper h4 a {
    font-size: 12px;
  }
}
