.steps-steps-one {
  direction: rtl;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 10px 60px;
  position: relative;
  color: #fff;
}
@media (max-width: 640px) {
  .steps-steps-one {
    padding: 30px 10px;
  }
}
.steps-steps-one .bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  z-index: 4;
}
.steps-steps-one .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #37acfb;
  z-index: 1;
}
.steps-steps-one .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 5;
}
.steps-steps-one .container__title {
  text-align: center;
}
.steps-steps-one .container__desc {
  margin: 10px 0 80px;
  opacity: 0.8;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 860px) {
  .steps-steps-one .container__desc {
    margin-bottom: 20px;
  }
}
.steps-steps-one .container__link {
  margin-top: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 17px;
  border-radius: 20px;
  text-decoration: unset;
  color: #fff;
  font-size: 14px;
  background-color: #239df0;
  transition: 0.4s;
}
@media (max-width: 860px) {
  .steps-steps-one .container__link {
    margin-top: 40px;
  }
}
.steps-steps-one .container__link:hover {
  background-color: #1f87cc;
}
.steps-steps-one .container__link .container__icon {
  font-size: 20px;
  margin-right: 10px;
  position: relative;
}
.steps-steps-one .container .items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.steps-steps-one .container .items .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  margin-bottom: 100px;
}
@media (min-width: 860px) {
  .steps-steps-one .container .items .item .item__desc--res {
    display: none;
  }
}
.steps-steps-one .container .items .item .item__desc--res {
  margin: 40px 0 15px !important;
  text-align: center;
}
.steps-steps-one .container .items .item .item__number {
  min-width: 35px;
  height: 35px;
  display: inline-block;
  background-color: #fff;
  color: #37acfb;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 29px;
  font-weight: bold;
}
@media (max-width: 860px) {
  .steps-steps-one .container .items .item {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .steps-steps-one .container .items .item .item__desc-wrapper {
    margin: 40px 0 40px !important;
    order: unset !important;
    width: 100% !important;
    align-items: center !important;
    text-align: center !important;
  }
  .steps-steps-one .container .items .item .item__desc-wrapper .item__desc {
    display: none;
  }
  .steps-steps-one .container .items .item .item__desc-wrapper .item__title {
    width: 100%;
  }
}
.steps-steps-one .container .items .item:nth-child(odd) .item__desc-wrapper {
  margin-left: 150px;
}
.steps-steps-one .container .items .item:nth-child(even) .item__desc-wrapper {
  order: -2;
  margin-right: 200px;
}
.steps-steps-one .container .items .item .item__logo-wrapper {
  width: 160px;
  height: 160px;
  padding: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.steps-steps-one .container .items .item .item__logo-wrapper .item__out {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.steps-steps-one .container .items .item .item__logo-wrapper .item__out--one {
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  animation: animate 2s linear 0.5s infinite;
}
@media (max-width: 860px) {
  .steps-steps-one .container .items .item .item__logo-wrapper .item__out--one {
    width: 226px;
    height: 226px;
    margin-left: -113px;
    margin-top: -113px;
  }
}
.steps-steps-one .container .items .item .item__logo-wrapper .item__out--two {
  width: 240px;
  height: 240px;
  margin-left: -120px;
  margin-top: -120px;
  animation: animate 2s linear 0s infinite;
}
@media (max-width: 860px) {
  .steps-steps-one .container .items .item .item__logo-wrapper .item__out--two {
    width: 196px;
    height: 196px;
    margin-left: -98px;
    margin-top: -98px;
  }
}
@keyframes animate {
  0% {
    transform: scale3d(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale3d(1.1);
    opacity: 0;
  }
}
.steps-steps-one .container .items .item .item__logo-wrapper .item__logo {
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.steps-steps-one .container .items .item .item__desc-wrapper {
  width: 250px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.steps-steps-one .container .items .item .item__desc-wrapper .item__title {
  display: inline-block;
  margin: 10px 0;
  font-size: 19px;
}
.steps-steps-one .container .items .item .item__desc-wrapper .item__desc {
  font-size: 17px;
  opacity: 0.9;
}/*# sourceMappingURL=steps-one.css.map */