/* main */
#hero {
  background-color: #130d32;
  background-image: url(/images/main-background.png);
  background-size: cover;
  background-position: center bottom;
  padding: 144px 0 300px;
}
.hero-wrapper p {
  color: #fff;
  max-width: 378px;
  margin: 25px 0 0;
}
.hero-wrapper {
  padding-bottom: 50px;
}
/* switch */
.switch-elements-all {
  display: none;
  width: 100%;
}
.switch-elements-all.active {
  display: flex;
  justify-content: center;
}

.steps-wrapper {
  margin-top: -295px;
  margin-bottom: 50px;
}
.switch-elements {
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps-switcher {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}
.steps-switcher a {
  color: #fff;
  background-color: #130d32;
  border: 1px solid #606060;
  padding: 10px 19px;
  border-radius: 20px;
  font-size: 12px;
}
.steps-switcher a.active {
  color: #130d32;
  background-color: #68cfeb;
  border: 1px solid #68cfeb;
}
.step-img {
  position: relative;
  margin-right: -80px;
}
.step-img img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
}

.learn-more {
  text-align: center;
  margin-top: -50px;
}

/* contact */
#get_in_touch {
  background-color: #fff;
  padding: 110px 0 163px;
}
.contact-wrapper h2 {
  color: #181818;
  margin-bottom: 20px;
  max-width: 346px;
}
.contact-wrapper p {
  width: 497px;
  margin-bottom: 30px;
}
.contact-wrapper input,
.contact-wrapper textarea {
  border: none !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d9df !important;
  border-radius: 0;
  padding-left: 0;
  font-size: 14px;
  box-shadow: none !important;
}
.form-group {
  margin-bottom: 15px;
}
.contact-wrapper textarea {
  height: 160px;
  resize: none;
}
.contact-wrapper .btn-blue:hover {
  color: #181818;
  transition: all 0.2s ease;
}
.contact-wrapper button {
  margin-top: 30px;
}
.contact-wrraper-two {
  background-color: #130d32;
  height: 100%;
  border-radius: 35px;
  padding-left: 49px;
  padding-top: 63px;
  padding-bottom: 63px;
  padding-right: 182px;
  max-width: 518px;
  margin-left: auto;
}
.contact-wrraper-two h4 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 16px;
}
.contact-wrraper-two a {
  color: #fff;
}
.company-single {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.company-location img,
.company-single img {
  padding-right: 13px;
}
.separator {
  border-bottom: 1px solid #403b57;
  margin-top: 40px;
  margin-bottom: 40px;
}
.social-media-icon {
  display: flex;
  gap: 20px;
}
.social-media-icon a:hover {
  transform: translateY(-5px);
}
/* capability */
#capability {
  padding: 0px 0 120px;
}
.capability-download-btn {
  text-align: right;
}
.capability-wrapper {
  background-image: url(../images/capacility.svg);
  padding: 59px 0;
  padding-left: 295px;
  padding-right: 46px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: contain;
}
.capability-single h2 {
  color: #130d32;
  margin-bottom: 0;
}
.capability-single p {
  max-width: 274px;
  margin: 0;
  margin-left: 60px;
}
/* meet our team */
#meet_our_team {
  padding: 0 0 88px;
}
.meet-our-team-wrap h2 {
  color: #130d32;
  text-align: center;
  margin-bottom: 15px;
}
.meet-our-team-wrap p {
  text-align: center;
  margin-bottom: 50px;
}
.meet-wrapper {
  position: relative;
  border-radius: 20px 0;
  height: 100%;
}
.todd-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.todd-wrapper h4 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.position-todd {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  padding: 24px;
  padding-bottom: 32px;
  backdrop-filter: blur(7px);
  min-height: 230px;
}
.position-todd span {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
  display: block;
}
.position-todd p {
  color: #fff;
}
.meet-single img {
  width: 100%;
}
.space-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
/* DevOps */
#devops {
  padding: 64px 0;
}
.devops-team {
  background-color: #fff;
  padding: 66px 90px 65px 72px;
  border: 1px solid #d3d9df;
  border-radius: 35px;
}
.devops-logo-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-bottom: 20px;
}
.devops-wrapper h2 {
  color: #130d32;
  margin-bottom: 25px;
}
.devops-wrapper p {
  max-width: 464px;
}
.devops-logo-wrapper p {
  margin-bottom: 0;
  color: #130d32;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.increase {
  background-image: url(/images/increase.png);
  background-repeat: no-repeat;
  background-color: #68cfeb;
  background-position: top left;
  padding-top: 303px;
  padding-bottom: 18px;
  padding-left: 15px;
  border-radius: 10px;
}
.increase h3 {
  color: #130d32;
  line-height: 1.1;
}
.increase p {
  color: #130d32;
  max-width: 157px;
  font-size: 14px;
  line-height: 1.1;
}
.cost-reductions {
  background-color: #fc5a5c;
  background-image: url(/images/cost.png);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 91px 85px 20px 25px;
  border-radius: 10px;
}
.cost-reductions h3 {
  line-height: 1.1;
}
.cost-reductions p {
  color: #fff;
  line-height: 1;
  font-size: 14px;
}
.clients-with-increased {
  background-image: url(/images/clients-with.png);
  background-color: #f5f7f9;
  background-repeat: no-repeat;
  margin-top: 30px;
  padding: 91px 67px 7px 14px;
  border-radius: 10px;
}
.clients-with-increased h3 {
  line-height: 1.1;
  color: #130d32;
}
.clients-with-increased p {
  font-size: 14px;
  color: #130d32;
  line-height: 1.28;
  max-width: 144px;
}

@media (max-width: 1024px) {
  .step-img {
    margin-right: -50px;
  }
  #steps {
    padding-bottom: 50px;
  }
  .contact-wrapper p {
    max-width: 345px;
  }
  .form-group {
    margin-bottom: 25px;
  }
  .contact-wrraper-two {
    padding-right: 49px;
    border-radius: 20px;
    padding: 35px 20px;
  }
  .contact-wrapper h2 {
    margin-bottom: 20px;
  }
  .separator {
    margin: 30px 0;
  }
  .contact-wrraper-two h4 {
    margin-bottom: 20px;
  }
  .capability-wrapper {
    background-image: none;
    padding: 42px 16px;
    border-radius: 20px;
  }
  .capability-single a {
    font-size: 13px;
  }
  .capability-single p {
    margin-left: 60px;
  }
  #capability {
    padding: 0px 0 95px;
  }
  #meet_our_team .col-12 {
    margin-bottom: 20px;
  }
  #meet_our_team {
    padding: 40px 0;
  }
  .meet-our-team-wrap p {
    margin-bottom: 50px;
  }
  .devops-wrapper h2 {
    margin-bottom: 20px;
  }
  .increase {
    padding-top: 250px;
  }
  .cost-reductions {
    padding-top: 65px;
  }
  .clients-with-increased {
    padding-top: 65px;
    margin-top: 10px;
  }
  #devops {
    padding-bottom: 20px;
    padding-top: 15px;
  }
  .devops-team {
    padding: 55px 30px;
  }
  .todd-wrapper h4 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .step-img {
    margin-right: -25px;
  }
  .capability-download-btn {
    text-align: left;
  }
  .steps-wrapper {
    margin-top: -205px;
    margin-bottom: 0;
  }
  .learn-more {
    margin-top: 20px;
  }
  #steps {
    padding-bottom: 30px;
  }
  #hero {
    padding: 125px 0 220px;
  }
  .hero-wrapper {
    padding-bottom: 10px;
  }
  .contact-wrapper button {
    margin-top: 15px;
  }
  #get_in_touch {
    padding: 50px 0 100px;
  }
  .hero-wrapper p {
    max-width: 350px;
    margin-top: 20px;
  }
  .steps-switcher {
    flex-wrap: wrap;
    gap: 10px;
  }
  .contact-wrapper h2 {
    margin-bottom: 20px;
  }
  .contact-wrapper p {
    font-size: 15px;
  }
  .form-group {
    margin-bottom: 20px;
  }
  .contact-wrraper-two {
    margin-top: 50px;
    height: auto;
  }
  .capability-wrapper {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .separator {
    margin: 25px 0;
  }
  .social-media-icon {
    gap: 10px;
  }
  .capability-single h2 {
    margin-bottom: 15px;
  }
  .capability-single p {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .devops-team h3 {
    font-size: 36px;
  }
  #capability {
    padding: 10px 0 60px;
  }
  .position-todd {
    min-height: auto;
    padding: 24px 20px;
  }
  #meet_our_team {
    padding: 25px 0;
  }
  .meet-our-team-wrap p {
    margin-bottom: 30px;
  }
  .devops-team {
    padding: 35px 20px;
    border-radius: 20px;
  }
  .increase {
    padding-top: 65px;
    margin-bottom: 15px;
  }
  .clients-with-increased {
    margin-top: 15px;
  }
}
