
@media (max-width: 1200px) {
  .hero {
    border-radius: 0;
  }
  .project__shape-color,
  .project__shape {
    display: none !important;
  }
  .projects, .project {
    height: 80vh;
  }
  .project__container {
    height: 70vh;
  }
  /* COMMON */
  .content {
    padding: 0 60px;
  }
  /* HEADER */
  .hero__info h1 {
    font-size: 50px;
  }

  .hero__info p {
    font-size: 17px;
    margin-top: 8px;
  }
  .purple-cloud {
    bottom: -200px;
    right: -300px;
  }
  .purple-cloud2 {
    bottom: -100px;
    right: 300px;
  }
  .dark-cloud {
    bottom: -150px;
    right: -100px;
  }


  /* FEATURE */
  .feature {
    max-width: 710px;
    min-height: 200px;
    padding: 28px 34px;
    gap: 38px;
  }
  .features__container {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
  }
  .feature__img {
    width: 40px;
    height: 40px;
  }
  .feature__info h3{
    font-size: 22px;
    margin-bottom: 14px;
  }
  .feature__info p {
    font-size: var(--section-description-size);
  }
  /* CUSTOMERS */
  .customers__carousel-item {
    width: 150px;
  }

  .customers__carousel-image {
    width: 150px;
  }
  .customers__carousel {
    animation: 15s slideCustomers infinite linear;
  }
  /* RESULTS */
  .results__cards {
    gap: 50px;
  }
  .result__element {
    width: 100%;
    min-height: 148px;
    display: flex;
    flex-direction: column;
    justify-content: top;
    position: relative;
  }
  .result__element h2 {
    font-size: 60px;
  }
  /* CONTACTS */
  .contacts__form-left h1 {
    font-size: 30px;
    margin-bottom: 32px;
  }
  .contact__details {
    gap: 16px;
  }
  .contact__details span {
    font-size: 18px;
  }
  .contacts__form-left .map {
    /* max-width: 300px; */
    width: 100%;
  }

  /* RIGHT */
  .contacts__form-right {
    padding: 40px 44px;
    width: 100%;
    height: 501px;
  }
  .contacts__form-right h1 {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .contacts__form-right .input__fields {
    gap: 20px;
    margin-bottom: 24px;
  }
  .contacts__form-right input {
    padding: 16px;
    width: 100%;

    font-size: 12px;
  }

  .contacts__form-right .name-row {
    gap: 20px;
  }

  .contacts__form-right input::placeholder {
    font-size: 12px;
  }
  .contacts__form-right textarea {
    padding: 16px;
    width: 100%;
    height: 92px;

    font-size: 12px;
  }
  .contacts__form-right textarea::placeholder {
    font-size: 12px;
  }
  .contacts__form-right button {
    font-size: 12px;
  }

  /* FOOTER */
  .footer {
    padding: 64px 0;
  }
  .footer__info {
    margin-bottom: 80px;
    gap: 110px;
  }
  .footer__links a {
    font-size: var(--section-description-size);
  }
  .footer__socialmedia {
    gap: 10px;
  }
}



@media (max-width: 1100px) {
  .nav__menu, #overlay {
    display: block;
  }
  .nav__links, .nav__contact {
    display: none;
  }
  .nav {
    padding: 18px 15px;
  }
  .feature {
    max-width: 100%;
  }
}



@media (max-width: 900px) {
  :root {
   --section-padding: 90px 0 60px;
   --section-title-size: 35px;
   --card-title-size: 20px;
   --section-description-size: 15px;
  }
  .results,
  .customers {
    padding: 100px 0 0 0;
  }
  .hero__info h1 {
    font-size: 40px;
  }
   /* FEATURE */
  .feature {
    min-height: 200px;
    padding: 20px 24px;
    gap: 38px;
  }
  /* .features__container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  } */
  .feature__img {
    width: 40px;
    height: 40px;
  }
  .feature__info h3{
    font-size: 22px;
    margin-bottom: 14px;
  }
  .feature__info p {
    font-size: var(--section-description-size);
  }
  /* CONTACTS */
  /* RIGHT */
  .contacts__form-right {
    padding: 40px 24px;
  }
  /* FOOTER */
  .footer {
    padding: 64px 0;
  }
  .footer__info {
    align-items: flex-start;
    margin-bottom: 46px;
    gap: 30px;
  }
  .footer__links {
    max-width:fit-content;
    flex-direction: column;
    gap: 20px;
  }
  .footer__links a {
    font-size: var(--section-description-size);
  }
  .footer__socialmedia {
    flex-direction: column;
    gap: 0px;
    width: 120px;
    align-items: end;
  }
  .customers__carousel-main:hover .customers__carousel{
    animation-play-state: running;
  }
  .customers__carousel-item:hover{
    filter: grayscale(100%);;
    transform: none;
  } 
  .customers__carousel-item.item1 {
    filter: invert(100%) grayscale(100%);
  } 
}

@media (max-width: 880px) {
  .content {
    padding: 0 60px;
  }

  /* CONTACTS */
  .contacts__container {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .contacts__form-left {
    border-radius: 32px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .contacts__info {
    width: 300px;
  }
  .contacts__info-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .contacts__form-left h1 {
    margin-bottom: 24px;
  }
  .contact__details {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .contacts__form-left .map {
    width: 60%;
    height: 300px;
    min-width: 300px;
  }
  .contacts__form-right {
    padding: 34px 24px;
    height: auto;
  }
  .contacts__form-right h1 {
    margin-bottom: 24px;
  }
  .contacts__form-right input {
    background: #111218;
    padding: 16px;
  }
    /* RESULTS */
  
  .results__cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }
  .result__element {
    width: 100%;
    min-height: 200px ;
    display: flex ;
    flex-direction: column ;
    justify-content: top;
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(180deg, #0b0c10dd 0%rgba(21, 23, 30, 0.812)1e 53.48%);
    padding: 0 20px;
    border: 1px solid #3a3a3a;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    border-radius: 32px;
    overflow: hidden;
  }
  .result__element h2 {
    margin-top: 50px;
    font-family: var(--third-family);
    font-weight: 400; 
    font-size: 70px;
    line-height: 100%;
    color: #D7D2F9;
    position: relative;
    margin-bottom: 18px;
  }
}


@media (max-width: 650px) {
  .content {
    padding: 0 30px;
  }
  /* HEADER */
  .hero__info h1 {
    font-size: 35px;
    max-width: 300px;
    margin: 0 auto;
  }
  .hero__info p {
    font-size: 16px;
    max-width: 300px;
    margin: 0 auto;
  }
  .hero__info {
    padding: 0 25px;
  }

  /* CONTACTS */
  .contacts__container {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .contacts__form-left {
    flex-direction: column;
    gap: 24px;
  }
  .contacts__info {
    width: 100%;
  }
  .contacts__info-details {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .contacts__form-left h1 {
    margin-bottom: 24px;
  }
  .contact__details {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .contacts__form-left .map {
    width: 100%;
    height: 250px;
    min-width:auto;
  }
  .name-row {
    flex-wrap: wrap;
  }
   .nav {
    padding: 18px 0;
    border-radius: 0;
  }
  .footer {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
  .btn-send,
  .btn-send .btn,
  .btn-send .btn button{
    width: 100% !important;
  }
}

@media (max-width: 500px) {
  .content {
    padding: 0 20px;
  }
  .nav {
    border-radius: 0;
  }
  .contacts__form-right button {
    width: 100%;
    border-radius: 32px;
  }
  .input__fields {
    margin-bottom: 32px;
  }
  .btn-send {
    justify-content: center;
  }
  /* FEATURE */
  .features__container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }
  /* FOOTER */
  .footer {
    height: auto;
  }
  .footer__info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer__links {
    gap: 30px;
  }
  .footer__socialmedia {
    flex-direction: row;
    justify-content: center;
    gap: 15px;
  }
  .footer__bottom {
    justify-content: space-around;
    flex-wrap: wrap;
  }
}