body {
  margin: 0;
  overflow-x: hidden;
}

form input {
  padding: 0.75rem;
  border-radius: 4px;
  border: unset;
}

form textarea {
  padding: 0.75rem;
  border-radius: 4px;
  border: unset;
  height: 100px;
}

form .robotsbar-contact__btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
  margin-left: auto;
}

form .robotsbar-contact__btn:hover {
  background-color: rgba(255, 255, 255, 0.122) !important;
}

.robotsbar-contact__form form {
  width: 60%;
  float: left;
}

.robotsbar-hero {
  background-position: center center;
}

::placeholder {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
}

.robotsbar-contact__btn {
  font-family: Roboto;
  font-weight: 500 !important;
  font-size: 15px !important;
  padding: 10px 40px 10px 40px !important;
}

@media only screen and (max-width: 1300px) {
  .robotsbar-description {
    padding: 70px 10px 70px 10px !important;
  }
  .robotsbar-card__img img {
    height: auto !important;
  }
  .robotsbar-contact__form form {
    width: 70%;
  }
}

@media only screen and (max-width: 1200px) {
  .robotsbar-contact__img {
    display: none;
  }
  .robotsbar-contact__form form {
    width: 100%;
    float: center;
  }
}

@media only screen and (max-width: 1000px) {
  .robotsbar-solution-card,
  .robotsbar-solution-card--reverse {
    padding: 0 !important;
  }
  .robotsbar-solution-card__content > div {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .robotsbar-hero-title h1{
    font-size: 50px!important;
  }
  .robotsbar-solution-card__content > div {
    justify-content: center;
  }
  .robotsbar-solution-card--reverse > div {
    flex-wrap: wrap-reverse !important;
  }
  .robotsbar-solution-card {
    padding: 40px 0 40px 0 !important;
  }
  .robotsbar-service__card {
    margin-bottom: 20px;
  }
  .robotsbar-contact > div {
    padding: 80px 15px 80px 15px !important;
  }
  .robotsbar-footer {
    padding: 20px 0 20px 0;
  }
  .robotsbar-footer p {
    text-align: center !important;
  }
  .robotsbar-footer .robotsbar-contact__logo {
    text-align: center !important;
  }
}

.robotsbar__p--gradient {
  background: rgb(45, 80, 158);
  background: linear-gradient(
    90deg,
    rgba(45, 80, 158, 1) 0%,
    rgba(121, 80, 156, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

