@media only screen and (max-width: 992px) {
  header {
    top: 0px;
    padding: 15px 0px !important;
  }

  .menuBlockMobail{
    display: block;
  }

  .bigTextAll {
    font-size: 30px;
  }

  .mainText {
    row-gap: 30px;
    margin-top: 160px;
  }

  footer {
    margin-top: 80px;
  }

  .FAQ {
    margin-top: 80px;
  }

  .FAQ .accordion {
    margin-top: 40px;
  }


  .activeHeader {
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
    padding: 10px 0px !important;
    background: #000;
  }

  .blockHeader {
    position: relative;
    height: 102px;
  }

  .logo img {
     width: 234px;
    height: 58px;
  }

  .activeHeader .logo img {
    width: 143px;
height: 36px;
  }

  .whyUs .mainText {
    color: white;
    margin-top: 40px;
  }

  .navbar {
    padding: 15px !important;
  }

  .nav-links a {
    font-size: 14px;
  }

  .nav-links {
    position: absolute;

    background: #7a7a7a;
    top: 75px;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    transform: 0.5s ease;
    padding: 60px 0px 60px 0px !important;
    z-index: 999 !important;
  }



  .nav-links ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 35px;
  }

  .nav-links ul li a {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
  }

  .nav-links li {
    text-align: center !important;
  }

  .nav-links h6 {
    text-align: center !important;
  }

  .nav-links li a {
    padding: 10px;
  }

  .navbar {
    position: relative;
  }

  .aboutCompanyImg {
    max-width: 413px;
    margin: auto;
  }

  .aboutCompanyInfo div {
    max-width: 1000px;
    margin-top: 20px;
  }

  .aboutCompany {
    margin-top: 80px;
  }

  .whyUs {
    margin-top: 80px;
  }

  .whyUsWrapper {
    margin-top: 30px;
  }

  .ourServices {
    margin-top: 80px;
  }

  .ourServicesWrapper {
    margin-top: 30px;
  }

  .LetsWork {
    height: 350px;
  }

  .LetsWorkImg {
    width: 250px;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }

  .LetsWorkDiv {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 40px;
  }

  .LetsWork {
    margin-top: 80px;

  }

  .carouselInfo p {
    font-size: 16px;
  }

  .swiper-slide-active .caruselImg img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
}

@media only screen and (max-width: 768px) {
  .whyUsWrapperCard img {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }

  .whyUsWrapperCard svg {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }

  .ourServicesWrapperCardInfo {
    padding: 40px 20px;
  }

  .LetsWorkDiv h6 {
    font-size: 27px;
  }

  .LetsWorkDiv p {
    font-size: 20px;
  }

  .LetsWorkDiv2 {
    max-width: 480px;
    display: flex;
    flex-direction: column;

    gap: 20px;
  }

}

@media only screen and (max-width: 576px) {
  .ourServicesWrapperCard img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 226px;
    object-fit: cover;
  }

  .ourServicesWrapperCardInfo {
    padding: 30px 20px;
  }

  .mainText h3 {
    font-size: 24px;
        line-height: 160%;
    
  }

  .button {
    font-size: 14px;
    padding: 15px 40px;
  }

  .mainText {
    row-gap: 30px;
    margin-top: 140px;
  }

  .mainContent {
    height: 612px;
  }

  .formText h5 {
    font-size: 24px;
  }

  .formText p {
    font-size: 16px;
  }

  .bigTextAll {
    font-size: 20px;
  }

  .aboutCompanyInfo p {
    font-size: 16px;
  }

  .aboutCompanyImg {
    max-width: 310px;
    margin: auto;
  }

  .aboutCompanyImg img {
    height: 410px;
  }

  .whyUsWrapper h6 {
    margin-top: 30px;
    font-size: 16px;
  }

  .ourServicesWrapperCardInfo h6 {
    font-size: 18px;
  }

  .ourServicesWrapperCardInfo p {
    font-size: 16px;
    margin-top: 16px;
  }

  .LetsWorkDiv h6 {
    font-size: 17px;
  }

  .LetsWorkDiv p {
    font-size: 14px;
  }

  .LetsWorkDiv2 {
    max-width: 480px;
    display: flex;
    flex-direction: column;

    gap: 25px;
    margin-top: 20px;
  }

  .LetsWork {
    height: 210px;
    position: relative;
  }

  .LetsWorkImg {
    width: 140px;
    height: 100% !important;
  }

  .LetsWorkDiv {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 0px;
    margin-left: 125px;
  }

  .LetsWorkDiv2 {
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .LetsWorkDiv2 form input {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
  }

  .LetsWorkDiv2 form button {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
  }

  .ourPartnersCarusel .mainContainer {
    width: 80%;
    padding: 0px !important;
  }

  .ourPartnersCarusel .swiper-slide .carouselCard {

    padding: 15px !important;
  }

  .carouselInfo p {
    font-size: 14px;
    margin-top: 0px;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    position:absolute ;
    z-index: -1;
    bottom: var(--swiper-pagination-bottom, 10px) !important;
    top: var(--swiper-pagination-top, auto) !important;
    left: 115px !important;
    width: 100%;
  }

  .blog {
    margin-top: 80px;
  }

  .blogWrapper {
    margin-top: 30px;
  }

  .blogWrapperCard h6 {
    font-size: 16px;
  }

  .blogWrapperCard p {
    font-size: 16px;
    margin-top: 15px;
  }

  .blogWrapperCard {
    padding: 20px;
  }

  .button2 {
    padding: 15px 40px;
  }

  .accordion-item-body-content p {
    font-size: 16px;
  }

  .accordion-item-header .textacardion {
    font-size: 16px;
  }

  .accordion-item.active {
    border-radius: 10px;
    padding: 10px;
    background: #F0FFE4;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  }

  .footerWrapperCard {
    padding: 20px 15px;
  }

  .footerWrapperCard h5 {
    font-size: 16px;
  }

  .footerWrapperCard h6 {
    font-size: 16px;
  }

  .footerWrapper .row {
    --bs-gutter-x: 16px !important;
    --bs-gutter-y: 16px !important;
  }

  .maps iframe {
    width: 100%;
    height: 230px;
    border-radius: 10px;
  }

  .blogPageDitels h6 {
    font-size: 18px;
  }

  .blogPageDitels p {
    font-size: 16px;
  }

  .nav-links ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 35px;
    position: relative;
    z-index: 9999;
  }

  .bgMenu {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 999;
  }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 15px) !important;
  left: auto;
  margin-top: 15px !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 15px) !important;
  right: auto;
  margin-top: 15px !important;
}

.myBtn {
  font-size: 15px;
}
}