@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;800;900&display=swap");
html {
  font-size: 62.5%;
}

.page-title {
  font-size: 6rem;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page-title {
    font-size: 5rem !important;
  }
}

@media screen and (max-width: 450px) {
  .page-title {
    font-size: 3.5rem !important;
  }
}

.section-title {
  font-size: 3.8rem;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
}

.section-title-large {
  font-size: 5.5rem;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  color: black;
}

@media screen and (max-width: 768px) {
  .section-title-large {
    font-size: 4.5rem !important;
  }
}

@media screen and (max-width: 450px) {
  .section-title-large {
    font-size: 3rem !important;
  }
}

.section-title-md {
  font-size: 3.8rem;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  color: black;
}

@media screen and (max-width: 768px) {
  .section-title-md {
    font-size: 3rem !important;
  }
}

@media screen and (max-width: 450px) {
  .section-title-md {
    font-size: 2.8rem !important;
  }
}

.section-subtitle-lg {
  font-size: 2.8rem;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .section-subtitle-lg {
    font-size: 2.5rem !important;
  }
}

@media screen and (max-width: 450px) {
  .section-subtitle-lg {
    font-size: 2.1rem !important;
  }
}

.section-subtitle {
  font-size: 2.1rem;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .section-subtitle {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 450px) {
  .section-subtitle {
    font-size: 1.9rem !important;
  }
}

.body-text {
  font-size: 1.6rem;
  font-family: 'Inter', sans-serif;
}

.primary-color {
  color: #1990d2;
}

.grey-color {
  color: #555555;
}

.section-mt {
  margin-top: 15rem !important;
}

.subtitle-block-1 {
  width: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subtitle-block-1 h2 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  white-space: nowrap;
  margin: 0;
}

.subtitle-block-1 hr {
  margin-left: 2rem;
  width: 100%;
  height: 0.02rem;
}

.subtitle-block-2 {
  width: 400px;
  max-width: 70%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1990d2;
}

.subtitle-block-2 hr {
  height: 2px;
}

.open-sidebar {
  right: 0 !important;
}

body {
  padding-top: 102px;
}

.hero-section {
  position: relative;
  height: 40rem;
  width: 100%;
  background-image: url(https://images.unsplash.com/photo-1487958449943-2429e8be8625?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1470&q=80);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1990d2;
  opacity: 0.4;
}

.hero-section .content {
  z-index: 1;
  color: white;
}

.hero-section .home {
  color: white;
}

.hero-section .home:hover {
  color: #1990d2;
}

.process__software i {
  font-size: 4rem;
  margin-right: 2rem;
  color: #1990d2;
}

.work-process .card {
  padding: 6rem 2rem 3rem 2rem;
}

.work-process .card-1 {
  background-color: #f9f7f5;
  border: 1px solid #f9f7f5;
}

.work-process .card .number {
  position: absolute;
  right: 7%;
  top: 8%;
  background-color: white !important;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #d8d3cf;
}

.work-process .card .number p {
  font-size: 3rem;
  margin: 0;
}

.work-process .card .number .arrow {
  position: absolute;
  height: 0.5rem;
  width: 13rem;
  right: -13rem;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  z-index: 1;
}

.work-process .card i {
  font-size: 4rem;
  text-align: center;
  color: #1990d2;
}
/*# sourceMappingURL=our-process.css.map */