@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1164px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1164px;
  }
}

/* To 1200 */

@media (max-width: 1399.98px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .automation {
    background-size: cover;
  }

  .like-us {
    padding-top: 0;
  }

  .footer {
    background-size: 70% 100%;
  }
}

/* To 992 */

@media (max-width: 1199.98px) {
  .header {
    background-size: 60%;
    padding-bottom: 100px;
  }

  .who-we {
    background: #F2F7FD;
    padding-top: 100px;
  }

  .who-we-quote-wrapper {
    top: -45px;
  }

  .automation {
    background: linear-gradient(87.2deg, #59F2FF -15.25%, #69CFF2 2.7%, #5DACEF 19.39%, #5086EC 40.52%, #476AEA 60.09%, #415AE8 77.31%, #3F54E8 90.37%);
  }

  .like-us {
    background: #F2F7FD;
    padding-top: 100px;
  }

  .like-us-card-m {
    margin-bottom: 0;
  }

  .for-what {
    padding-top: 100px;
  }

  .for-what-card {
    background: #E6F1FF;
    border-radius: 0px 50px;
    position: relative;
    margin-bottom: 40px;
  }

  .for-what-card-m {
    margin-bottom: 0;
  }

  .for-what-card-icon {
    top: 0;
    left: 0;
    transform: translateX(0);
    border-radius: 0px 0px 20px 0px;
  }

  .for-what-card-content {
    padding-top: 105px;
    background: linear-gradient(26deg, #3652E4 12.84%, #54CFF0 87.45%, #59F2FF 96.9%);
  }

  .company {
    background: linear-gradient(87.2deg, #59F2FF -15.25%, #69CFF2 2.7%, #5DACEF 19.39%, #5086EC 40.52%, #476AEA 60.09%, #415AE8 77.31%, #3F54E8 90.37%);
  }

  .tab-list-wrapper {
    margin-bottom: 0;
  }

  .tab-pane-body {
    padding: 50px 20px 0px 58px;
    margin-bottom: 30px;
    height: auto;
  }

  .pane-body-text {
    max-width: 100%;
  }

  .tab-pane-img {
    position: static;
    top: 0;
    transform: translateY(0);
    right: 0;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .tab-pane-footer {
    padding: 30px 20px 50px 58px;
    height: auto;
    box-sizing: content-box;
  }

  .pane-footer-text {
    max-width: 100%;
  }

  .tab-pane-duplication .tab-pane-footer {
    height: auto;
  }

  .help-form-wrapper {
    top: -80px;
  }

  .help .activity-card {
    max-width: 820px;
  }

  .users {
    background: linear-gradient(87.2deg, #59F2FF -15.25%, #69CFF2 2.7%, #5DACEF 19.39%, #5086EC 40.52%, #476AEA 60.09%, #415AE8 77.31%, #3F54E8 90.37%);
  }

  .tab-content-users .tab-pane-content {
    height: auto;
    padding: 50px 22px 10px 58px;
  }

  .integration-img {
    max-width: 100%;
    flex-basis: 40%;
  }

  .integration-info {
    max-width: 100%;
    flex-basis: 40%;
  }

  .integration-line-one {
    height: 360px;
    bottom: -380px;
  }

  .integration-line-two {
    height: 270px;
    bottom: -284px;
  }

  .footer {
    background-size: 60% 100%;
  }
}

/* To 768 */

@media (max-width: 991.98px) {
  section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .header {
    background-size: 55%;
    padding-top: 130px;
  }

  /* ----- Burger ----- */

  .mobile-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
  }

  .burger-button {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    z-index: 101;
    display: block;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    margin: 0px 12px;
  }

  .burger-button--active .burger-button__stick:nth-child(1) {
    transform: translateY(-50%) rotate(-45deg);
  }

  .burger-button--active .burger-button__stick:nth-child(2) {
    opacity: 0;
  }

  .burger-button--active .burger-button__stick:nth-child(3) {
    transform: translateY(-50%) rotate(45deg);
  }

  .burger-button__stick {
    position: absolute;
    width: 40px;
    height: 2px;
    top: 50%;
    background: #54CFF0;
    transition: transform 200ms linear, opacity 200ms linear;
  }

  .burger-button__stick:nth-child(1) {
    transform: translateY(-11px);
  }

  .burger-button__stick:nth-child(2) {
    transform: translateY(-50%);
    width: 30px;
  }

  .burger-button__stick:nth-child(3) {
    transform: translateY(8px);
    width: 20px;
  }

  .burger-button--active .burger-button__stick:nth-child(2) {
    width: 40px;
  }

  .burger-button--active .burger-button__stick:nth-child(3) {
    width: 40px;
  }

  .main-menu {
    width: 100%;
    background: #ffffff url(../img/header-bg.png) no-repeat right top;
    background-size: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 200ms linear;
  }

  .main-menu--active {
    visibility: visible;
    opacity: 1;
  }

  .main-menu--close {
    opacity: 0;
  }

  .header-nav {
    margin-bottom: 0;
    align-items: center;
  }

  .header-nav .nav-link {
    font-size: 24px;
    line-height: 28px;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .header-nav .nav-link:last-child {
    margin-bottom: 0;
  }

  /* ----- End Burger ----- */

  .modal-btns-wrapper {
    margin-bottom: 50px;
  }

  .header-img {
    width: 90%;
    margin: 0px auto;
    display: block;
  }

  .who-we-col {
    justify-content: center;
  }

  .who-we-quote-wrapper {
    top: -45px;
    padding: 20px 30px;
    width: 90%;
  }

  .who-we-quote {
    font-size: 16px;
    line-height: 24px;
  }

  .who-we-wrapper {
    margin-bottom: 50px;
  }

  .who-we-title {
    text-align: center;
  }

  .who-we-text {
    text-align: center;
  }

  .automation-img-wrapper {
    margin: 0 auto;
    margin-top: 70px;
  }

  .activity-cards-wrapper {
    max-width: 100%;
  }

  .dots {
    display: none;
  }

  .activ-order {
    display: none;
  }

  .activity-card {
    max-width: 100%;
  }

  .activity-card-img {
    width: 100%;
  }

  .for-what {
    padding-top: 75px;
  }

  .for-what-card-icon {
    width: 100px;
    height: 100px;
  }

  .for-what-card-icon img {
    width: 100%;
    object-fit: none;
  }

  .tab-list-wrapper {
    display: none;
  }

  .carousel {
    display: block;
  }

  .tab-pane-content {
    border-radius: 0px 80px 0px 80px;
  }

  .tab-pane-header {
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
  }

  .tab-pane-header::after {
    content: '';
    width: 0px;
    height: 6px;
    background: #54cff0;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1px;
    visibility: hidden;
  }

  .carousel-item.active .tab-pane-header::after {
    visibility: visible;
    animation: visible .5s cubic-bezier(0, 0, 1, 1) 100ms forwards;
  }

  @keyframes visible {
    0% {
      width: 0%;
    }

    100% {
      width: 90%;
    }
  }

  .tab-pane-body {
    padding-top: 20px;
  }

  .pane-footer-info {
    margin-top: 20px;
    flex-direction: column;
  }

  .pane-footer-info-left {
    margin-bottom: 20px;
  }

  .carousel-indicators {
    bottom: -60px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
  }

  .carousel-control-prev {
    left: -4%;
  }

  .carousel-control-prev-icon {
    background-image: url(../img/left.svg);
  }

  .carousel-control-next {
    right: -4%;
  }

  .carousel-control-next-icon {
    background-image: url(../img/right.svg);
  }

  .benefits {
    background: #F2F7FD;
  }

  .benefit-card {
    margin-bottom: 50px;
  }

  .benefit-card-six {
    margin-bottom: 0;
  }

  .integration-row {
    flex-direction: column;
    position: relative;
  }

  .integration-number {
    display: none;
  }

  .integration-img {
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  .integration-info {
    flex-basis: 100%;
  }

  .integration-info-title {
    display: flex;
    align-items: center;
  }

  .integration-number-mobile {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: linear-gradient(180deg, #54CFF0 0%, #3652E4 100%);
    border-radius: 50%;
    font-weight: 900;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-right: 10px;
  }

  .integration-row-two .integration-img {
    order: -1;
  }

  .integration-row-two .integration-info {
    order: 0;
  }

  .integration-row-two .integration-info-title {
    text-align: left;
  }

  .integration-row-two .integration-info-text {
    text-align: left;
  }

  .question {
    padding-bottom: 0;
  }

  .question {
    padding-top: 75px;
    padding-bottom: 0;
    background: #F2F7FD;
  }

  .question .form-img {
    display: none;
  }

  .footer {
    position: static;
    background: linear-gradient(90deg, #3754E4 0.65%, #53CDF0 49.06%);
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .copy {
    display: block;
    margin-left: auto;
  }
}

/* To 576 */

@media (max-width: 767.98px) {
  .header {
    background: #fff;
    /* background-size: 44%; */
    /* padding-bottom: 50px; */
    padding-top: 100px;
  }

  .header-text {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 35px;
  }

  .main-menu {
    background-size: 60%;
  }

  .header-img {
    width: 100%;
  }

  section {
    /* padding-top: 50px; */
    padding-bottom: 50px;
  }

  /* .who-we-wrapper {
    padding-top: 50px;
  } */

  .who-we-quote-wrapper {
    padding: 15px 20px;
  }

  .automation {
    background: linear-gradient(289deg, #59F2FF -15.25%, #69CFF2 2.7%, #5DACEF 19.39%, #5086EC 40.52%, #476AEA 60.09%, #415AE8 77.31%, #3F54E8 90.37%);
  }

  .automation-title-left {
    text-align: left;
  }

  .automation-title {
    margin-bottom: 30px;
  }

  .automation-list-left {
    margin-left: 0;
    margin-bottom: 50px;
  }

  .automation-list {
    max-width: 100%;
  }

  .automation-list-left .automation-list-item {
    text-align: left;
    align-items: flex-start;
  }

  .us-card-icon {
    left: -20px;
  }

  .tab-pane-body {
    padding: 30px;
  }

  .tab-pane-img {
    width: 80%;
  }

  .tab-pane-img img {
    width: 100%;
  }

  .tab-pane-footer {
    padding: 30px;
    padding-bottom: 50px;
    height: auto;
    box-sizing: content-box;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
  }

  .help {
    padding-top: 270px;
  }

  .help-form-wrapper {
    width: 95%;
    padding: 30px;
  }

  .help-form .form-group {
    flex-direction: column;
  }

  .form-group input {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  /* .question {
  padding-top: 50px;
} */

  .question .form-group {
    flex-direction: column;
  }

  .question .form-group input {
    margin-bottom: 20px;
  }

  .question .form-group input[type=email] {
    margin-bottom: 0px;
  }

  .modal-header {
    padding: 30px 20px;
    padding-bottom: 20px;
  }

  .modal-body {
    padding: 40px 20px;
    padding-top: 20px;
  }
}

/* To 375 */

@media (max-width: 575.98px) {
  .header {
    /* padding-top: 10px; */
    background-size: 50%;
  }

  .header-nav .nav-link {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
  }

  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .header-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
  }

  .activity-card {
    box-shadow: 0px 0px 15px 1px rgb(6 8 57 / 12%);
    border-radius: 0px 50px 0px 50px;
  }

  .activity-card .card-body {
    padding: 30px 20px;
  }

  .activity-card-img {
    display: none;
  }

  .activity-card-subtitle {
    background: linear-gradient(270deg, #54CFF0 0%, #3652E4 100%);
    border-radius: 0px 0px 0px 50px;
    padding: 20px;
  }

  .activity-card-subtitle span {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    transform: rotate(0deg);
    writing-mode: lr-tb;
  }

  .like-us-card {
    padding: 78px 15px 35px 20px;
    max-width: 100%;
  }

  .us-card-icon {
    left: 0;
    top: 0;
    border-radius: 0px 0px 15px 0px;
  }

  .list-columns {
    columns: 1;
  }

  .form-btn {
    width: 100%;
  }

  .integration-number-mobile {
    width: 32px;
    height: 32px;
  }

  .footer-mail {
    justify-content: center;
    margin-bottom: 30px;
  }

  .copy {
    margin: 0 auto;
    text-align: center;
  }
}

/* To 320 */

@media (max-width: 375.98px) {
  .header {
    /* background-size: 58%; */
    padding-top: 80px;
  }

  .main-menu {
    background-size: 70%;
  }

  .header-nav .nav-link {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  h1 {
    font-size: 24px;
    line-height: 32px;
  }

  h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .header-text {
    font-size: 16px;
  }
}