@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
.text-primary {
  color: #312340 !important;
}

.text-primary2 {
  color: #410c76 !important;
}

body {
  font-family: "Open Sans", sans-serif;
  height: 100%;
  overflow: hidden;
  /* Hide scrollbars */
  background-color: #222222;
  font-family: "Inter", sans-serif !important;
}

.mw-1100 {
  max-width: 1100px;
}

.mw-980 {
  max-width: 980px;
}

.btn:focus,
.form-control:focus,
.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: white;
}

@media screen and (max-width: 992px) {
  .header {
    position: fixed;
    width: 100%;
    width: calc(100% - 17px);
  }
}

.navbar {
  padding: 15px 0;
}

.navbar .nav-link {
  color: black;
  font-size: 20px;
  position: relative;
  padding: 0;
  margin: 8px 16px;
}

.navbar .nav-link::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: black;
  -webkit-transition: width 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: width 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  border-radius: 4px;
}

.navbar .nav-link:hover::before {
  width: 100%;
}

.navbar .active {
  position: relative;
}

.navbar .active::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100% !important;
  height: 3px;
  background-color: black;
  border-radius: 4px;
}

.navbar-open-menu {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 100px 60px;
}

.navbar-open-menu .nav-link {
  color: white;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding: 0;
  margin: 12px 0;
}

.navbar-open-menu .nav-link::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: white;
  -webkit-transition: width 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: width 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  border-radius: 4px;
}

.navbar-open-menu .nav-link:hover::before {
  width: 100%;
}

.navbar-open-menu .active {
  position: relative;
}

.navbar-open-menu .active::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100% !important;
  height: 3px;
  background-color: white;
  border-radius: 4px;
}

.navbar-open {
  -webkit-transform: scale(0.835) translateX(-300px) translateZ(0) !important;
  transform: scale(0.835) translateX(-300px) translateZ(0) !important;
  height: 1000px !important;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}

.close-wrap {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.close-wrap-outer {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 50px;
  right: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  padding: 20px;
}

.close-wrap .close-line {
  height: 100%;
  width: 2px;
  background: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  border-radius: 5px;
  left: 9px;
  -webkit-transition: opacity 0.4s ease, background-color 0.4s ease;
  transition: opacity 0.4s ease, background-color 0.4s ease;
  -webkit-transition: margin 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease 400ms;
  transition: margin 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease 400ms;
  transition: margin 0.4s ease, transform 0.4s ease 400ms, opacity 0.3s ease;
  transition: margin 0.4s ease, transform 0.4s ease 400ms, opacity 0.3s ease, -webkit-transform 0.4s ease 400ms;
  transition: margin 0.4s ease, transform 0.4s ease 400ms, opacity 0.3s ease;
}

.close-wrap .close-line1 {
  -webkit-transform: translateY(-30px) translateX(30px) rotate(45deg);
  transform: translateY(-30px) translateX(30px) rotate(45deg);
}

.close-wrap .close-line2 {
  -webkit-transform: translateY(-30px) translateX(-30px) rotate(-45deg);
  transform: translateY(-30px) translateX(-30px) rotate(-45deg);
}

.close-wrap-active .close-line1 {
  -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
  transform: translateY(0px) translateX(0px) rotate(45deg);
}

.close-wrap-active .close-line2 {
  -webkit-transform: translateY(0px) translateX(0px) rotate(-45deg);
  transform: translateY(0px) translateX(0px) rotate(-45deg);
}

.heading-1 {
  font-size: 54px;
  font-weight: 500 !important;
}

.fs-40 {
  font-size: 40px;
  font-weight: 500 !important;
}

.heading-2 {
  font-size: 34px;
  font-weight: 500 !important;
}

.heading-3 {
  font-size: 24px;
  font-weight: 500 !important;
}

.heading-4 {
  font-size: 18px;
}

.para-1 {
  font-size: 18px;
}

.para-2 {
  font-size: 14px;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.btn-primary {
  background-color: #410c76;
  border-color: #410c76;
  border-radius: 5px;
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: opacity, -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity, -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity, transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity, transform 0.45s cubic-bezier(0.25, 1, 0.33, 1), -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity, transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 35px;
  position: relative;
  top: 0;
  margin-bottom: 10px;
  opacity: 1;
  line-height: 20px;
  display: inline-block;
}

.btn-primary:hover {
  -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
          box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  background-color: #410c76;
  border-color: #410c76;
}

.btn-primary:focus {
  background-color: #410c76;
}

.btn-primary-alt {
  background-color: #edefe0;
  border-color: #edefe0;
  border-radius: 5px;
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: all 0.45s, color 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all 0.45s, color 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  color: #888;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 35px;
  position: relative;
  top: 0;
  margin-bottom: 10px;
  opacity: 1;
  line-height: 20px;
  display: inline-block;
}

.btn-primary-alt:hover {
  -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
          box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
  color: white;
  border-color: #410c76;
  background-color: #410c76;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

.btn-link {
  color: #410c76;
  text-decoration: none;
  font-weight: bold;
  padding: 0;
  position: relative;
}

.btn-link img {
  position: relative;
  bottom: 1px;
  opacity: 0;
}

.btn-link:hover img {
  opacity: 1;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

.btn-link:hover {
  color: #410c76;
}

.back-to-home {
  width: 120px;
}

.back-to-home svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.my-150 {
  margin: 150px 0;
}

.white-link {
  color: rgba(245, 245, 245, 0.5);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  cursor: pointer;
}

.white-link:hover {
  color: white;
}

.footer {
  background-color: #120b16;
  padding: 70px 0 10px;
}

.footer ul {
  max-width: 200px;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer .privacy-policy {
  color: rgba(255, 255, 255, 0.5);
  width: 540px;
  max-width: 100%;
}

.site-content {
  position: relative;
  -webkit-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  overflow-y: scroll;
  height: 100vh;
  background-color: white;
}

.bg-alt {
  background-color: #eef0e2;
}

.line {
  width: 70%;
  height: 70px;
  position: relative;
  overflow: hidden;
}

.line span {
  position: absolute;
  font-size: 3rem;
  line-height: 4.2rem;
}

.site-content {
  position: relative;
  -webkit-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  overflow-y: scroll;
  height: 100vh;
  background-color: white;
}

.bg-alt {
  background-color: #eef0e2;
}

.hero {
  background: #dadada;
  min-height: 100vh;
}

@media screen and (min-width: 1200px) {
  .hero {
    background-image: url("../assets/images/hero-apps.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
  }
}

.hero-text {
  max-width: 460px;
}

.working-with {
  background-color: #edefe0;
  padding: 30px 0 15px 0;
}

.working-with-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 450px) {
  .working-with-logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .working-with-logos a {
    max-width: 50%;
  }
}

.features header {
  margin: 100px 0;
  width: 820px;
  max-width: 100%;
}

.features-text {
  max-width: 484px;
}

.ourteam {
  padding-top: 120px;
  padding-bottom: 150px;
}

@media screen and (max-width: 992px) {
  .ourteam {
    padding-top: 150px;
  }
}

@media screen and (max-width: 450px) {
  .ourteam {
    padding: 53px 0 80px;
  }
}

.ourteam__card {
  background: #ffffff;
  border-radius: 10px;
  padding: 60px 20px;
  -webkit-transition: all 500ms cubic-bezier(0.66, 1.6, 0.75, 1.6);
  transition: all 500ms cubic-bezier(0.66, 1.6, 0.75, 1.6);
}

.ourteam__card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.ourteam .swiper {
  padding: 15px 0 0;
}

.ourteam .swiper-button {
  margin-top: 35px;
}

.ourteam .swiper-button-next, .ourteam .swiper-button-prev {
  width: 42px;
}

.ourteam .swiper-button-next::after, .ourteam .swiper-button-prev::after {
  display: none;
}

.ourteam .swiper-button-prev {
  left: calc(50% + -50px);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.ourteam .swiper-button-next {
  left: calc(50% + 5px);
}

.ehr-solutions header {
  width: 609px;
  max-width: 100%;
}

.ehr-solutions .ehr-card {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.ehr-solutions .ehr-card-1 {
  background-image: url("../assets/images/ehr-1.jpeg");
}

.ehr-solutions .ehr-card-2 {
  background-image: url("../assets/images/ehr-2.jpeg");
}

.ehr-solutions .ehr-card-3 {
  background-image: url("../assets/images/ehr-3.jpeg");
}

.ehr-solutions .ehr-card-4 {
  background-image: url("../assets/images/ehr-4.jpeg");
}

.ehr-solutions .ehr-card-5 {
  background-image: url("../assets/images/ehr-5.jpeg");
}

.ehr-solutions .ehr-card-6 {
  background-image: url("../assets/images/ehr-6.jpeg");
}

.ehr-solutions .ehr-card-7 {
  background-image: url("../assets/images/ehr-7.jpeg");
}

.ehr-solutions .ehr-card-8 {
  background-image: url("../assets/images/ehr-8.jpeg");
}

.ehr-solutions .ehr-card .content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 30px 20px;
  z-index: 10;
}

.ehr-solutions .ehr-card img {
  width: 34px;
  margin-bottom: 20px;
}

.ehr-solutions .ehr-card .title {
  font-size: 22px;
  color: white;
  font-weight: bold;
}

.ehr-solutions .ehr-card::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  display: block;
  z-index: 10;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 15, 15, 0)), to(rgba(15, 15, 15, 0.75)));
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.75) 100%);
  -webkit-transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.ehr-solutions .ehr-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.ehr-solutions .ehr-card:hover::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#410c76));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #410c76 100%);
}

.ehr-solutions footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 450px) {
  .ehr-solutions footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ehr-solutions footer a {
    max-width: 50%;
  }
}

.packages .border-0 {
  border-radius: 0px !important;
}

.packages .btn:hover {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.packages .package {
  position: relative;
  background-color: white;
  padding: 37px;
  margin-bottom: 25px;
}

.packages .package::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #410c76;
}

.packages .package ul li {
  margin-bottom: 5px;
}

.footer {
  background-color: #120b16;
  padding: 70px 0 10px;
}

.footer ul {
  max-width: 200px;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer .privacy-policy {
  color: rgba(255, 255, 255, 0.5);
  width: 540px;
  max-width: 100%;
}
/*# sourceMappingURL=index.css.map */