@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 {
  margin: 0;
  padding: 0;
  padding-top: 102px;
}

.hero-section {
  width: 100%;
  height: 71.4rem;
}

.hero-section .swiper {
  width: 100%;
  height: 100%;
}

.hero-section .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section .swiper-slide .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.5;
  z-index: -1;
}

.hero-section .swiper-slide img {
  width: 100%;
}

.hero-section .swiper-slide .page-title {
  max-width: 60rem;
}

.hero-section .swiper-slide .desc {
  position: relative;
  background-color: white;
  padding: 2.5rem 2rem;
  max-width: 60rem;
}

.hero-section .swiper-slide .desc:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0.5rem;
  background-color: #1990d2;
}

.hero-section .swiper-slide .text-2 hr {
  width: 20rem;
  height: 2px;
  opacity: 1;
}

.hero-section .swiper-slide-1 {
  background-image: url(https://images.unsplash.com/photo-1591088520983-5afbf1efdde2?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1470&q=80);
}

.hero-section .swiper-slide-2 {
  background-image: url(https://images.unsplash.com/photo-1568602471122-7832951cc4c5?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1470&q=80);
}

.about .body-text {
  max-width: 68.3rem;
}

.about__software i {
  font-size: 6rem;
  margin-right: 3rem;
}

.about .year-experience-lg {
  position: absolute;
  bottom: -3.5rem;
  right: -60%;
}

.about .year-experience-lg .years {
  padding: 2.5rem;
  border: 0.7rem solid #1990d2;
  font-size: 2.8rem;
}

.about .year-experience-lg .experience {
  position: relative;
  left: -3rem;
}

.about .year {
  border: 0.7rem solid #1990d2;
  padding: 1.8rem;
}

.about .experience {
  padding: 1.8rem;
}

.services {
  background-color: black;
  color: white;
  padding-top: 12rem;
  padding-right: 1.2rem;
  padding-left: 15rem;
}

.services .top-text {
  padding: 0 3rem;
}

@media screen and (max-width: 450px) {
  .services .top-text {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 1200px) {
  .services {
    padding-left: 20rem;
  }
}

@media screen and (max-width: 992px) {
  .services {
    padding-left: 0;
  }
}

.services__desc {
  max-width: 95rem;
}

.services__list {
  padding: 0 3rem;
}

@media screen and (max-width: 450px) {
  .services__list {
    padding: 0 1rem;
  }
}

.services__list-item {
  margin-bottom: 3rem;
  max-width: 58rem;
}

.services__list i {
  font-size: 5rem;
  margin-right: 1.8rem;
}

.services__img {
  min-height: 60rem;
  background-image: url("https://images.unsplash.com/photo-1588534510807-86dfb5ed5d5b?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=687&q=80");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.whyus-outer {
  position: relative;
}

.whyus-outer .bg {
  width: 100%;
  height: 350px !important;
  background-color: #ededed;
  position: absolute;
  z-index: -1;
  top: -13rem;
}

.whyus {
  background-color: white;
  margin-top: 300px;
  padding: 8rem;
}

@media screen and (max-width: 768px) {
  .whyus {
    padding: 5rem;
  }
}

@media screen and (max-width: 450px) {
  .whyus {
    padding: 2rem;
  }
}

@media screen and (max-width: 375px) {
  .whyus {
    padding: 1rem;
  }
}

.whyus .accordion {
  border: 0px !important;
  max-width: 61.5rem;
}

.whyus .accordion-item {
  border: none !important;
}

.whyus .accordion-body {
  border-bottom: 1px solid #d4d4d4;
}

.how-it-works .card {
  border: 3px solid white;
  -webkit-transition: border, -webkit-transform 0.3s ease-in;
  transition: border, -webkit-transform 0.3s ease-in;
  transition: border, transform 0.3s ease-in;
  transition: border, transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  padding: 2rem 2.8rem;
}

.how-it-works .card-title {
  white-space: nowrap;
}

.how-it-works .card-img {
  font-size: 50px;
  color: #1990d2;
}

.how-it-works .card:hover {
  border: 3px solid #1990d2;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.how-it-works .card-1 {
  border: 3px solid #1990d2;
}

.pricing .cards {
  margin-top: 15rem;
}

.pricing .card {
  padding: 0;
}

.pricing .card-head {
  padding: 4rem 0;
  background-color: #f5f5f5;
}

.pricing .card .btn-outline-primary {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1.5rem 3rem;
  border-color: #1990d2;
  color: #1990d2;
  font-size: 1.1rem;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.pricing .card .btn-outline-primary:hover {
  background-color: #1990d2;
  color: white;
}

.pricing .card .btn-primary {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1.5rem 3rem;
  border-color: #1990d2;
  background-color: #1990d2;
  color: #1990d2;
  font-size: 1.1rem;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  letter-spacing: 0.2rem;
  color: white;
}

.pricing .card .btn-primary:hover {
  background-color: transparent;
  color: #1990d2;
}

.pricing .card .price {
  margin: 5rem 0;
}

.pricing .card .details-list {
  max-width: 25rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pricing .card .details-list li {
  margin-top: 1.3rem;
}

.pricing .card .details-list i {
  margin-right: 1rem;
}

.pricing .card .details-list .fa-check-circle {
  color: #50d850;
}

.pricing .card .details-list .fa-times-circle {
  color: #d85050;
}

.pricing .card-footer-text {
  color: #999999;
  font-size: 1.3rem;
}

.pricing .professional {
  position: relative;
  padding-bottom: 10rem;
}

@media screen and (min-width: 992px) {
  .pricing .professional {
    top: -10rem;
  }
}

.pricing .professional .card-head {
  background-color: #1990d2;
  color: white;
  padding-top: 10rem;
}

.main-feature-outer {
  position: relative;
  background-image: url(https://images.unsplash.com/photo-1485628390555-1a7bd503f9fe?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1470&q=80);
  background-position: center;
  background-size: cover;
  padding: 10rem 0;
}

.main-feature-outer .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.8;
}

.main-feature-outer .container {
  position: relative;
  z-index: 1;
}

.features-list__img i {
  font-size: 4rem;
  color: #1990d2;
}

.features-list__text {
  margin-left: 1.5rem;
}

.features-list__number {
  font-size: 4rem;
  margin: 0;
  font-weight: 200;
  font-family: 'Inter', sans-serif;
}

.features-list__desc {
  font-size: 1.5rem;
  margin: 0;
  font-weight: bold;
  font-family: 'Inter', sans-serif;
}

.our-news .card-head {
  height: 45rem;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-news .card-title {
  font-size: 1.6rem;
  font-weight: bold;
}

.our-news .card-text {
  font-size: 1.3rem;
  font-family: 'Inter', sans-serif;
  color: grey;
}

.our-news .card-link {
  display: block;
  text-decoration: none;
  font-size: 1.2rem;
  letter-spacing: 3px;
  color: #1990d2;
}

.our-news .card-1 .card-head {
  background-image: url("https://elementor.detheme.com/savvi/wp-content/uploads/sites/6/2021/06/addicted-to-new-technologies-2QCJ396-768x512.jpg");
}

.our-news .card-2 .card-head {
  background-image: url("https://elementor.detheme.com/savvi/wp-content/uploads/sites/6/2021/06/attractive-young-manager-messages-with-clients-via-EHM7XVL-768x512.jpg");
}

.our-news .card-3 .card-head {
  background-image: url("https://elementor.detheme.com/savvi/wp-content/uploads/sites/6/2021/06/business-technology-solutions-ZGAZ8UH-768x432.jpg");
}
/*# sourceMappingURL=home.css.map */