@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: white;
  opacity: 0.4;
}

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

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

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

.founders .section-title-large {
  color: #222222;
}

.founders__img {
  width: 36rem;
}

.founders .social-link {
  font-size: 2rem;
  text-decoration: none;
  color: #1990d2;
  background-color: white;
  border: 1px solid #1990d2;
  border-radius: 50%;
  width: 4rem !important;
  height: 4rem !important;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 1rem;
}

.founders .text {
  position: relative;
  left: -10%;
}

.founders .text .inner {
  position: relative;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

@media screen and (max-width: 1200px) {
  .founders .text .inner {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@media screen and (max-width: 992px) {
  .founders .text .inner {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

@media screen and (max-width: 490px) {
  .founders .text .inner {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}

.team-member .section-title-large {
  color: #222222;
}

.team-member .team-card {
  padding: 3rem;
}

.team-member .team-card .image-wrapper {
  position: relative;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.team-member .team-card .image-wrapper:before {
  content: ' ';
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  background-color: #1990d2;
  z-index: -1;
  -webkit-transition: top, left, 0.5s ease-in-out;
  transition: top, left, 0.5s ease-in-out;
}

.team-member .team-card .image-wrapper:hover {
  -webkit-transform: translate(-1rem, -2rem);
          transform: translate(-1rem, -2rem);
}

.team-member .team-card .image-wrapper:hover:before {
  top: -1.5rem;
  left: -1.5rem;
}

.team-member .team-card nav a {
  font-size: 1.5rem;
  text-decoration: none;
  color: #1990d2;
  background-color: white;
  border: 1px solid #1990d2;
  border-radius: 50%;
  width: 3rem !important;
  height: 3rem !important;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 1rem;
}

.team-member .team-card .designation {
  letter-spacing: 0.2rem;
}

.team-outer {
  background-color: #f9f7f5;
  padding-top: 1rem;
  padding-bottom: 20rem;
}

.team-2 .img-wrapper {
  width: 400px;
  height: 400px;
  overflow: hidden;
}

.team-2__card {
  position: relative;
}

.team-2__card .text {
  position: absolute;
  bottom: -6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.team-2__card .text .name,
.team-2__card .text .designation {
  opacity: 0;
}

.team-2__card .text .name {
  position: relative;
  -webkit-transition: top 0.5s ease-in-out 0s;
  transition: top 0.5s ease-in-out 0s;
  /* only transition top property */
  top: 0;
  /* start transitioning from position '0' instead of 'auto' */
}

.team-2__card .text .designation {
  position: relative;
  -webkit-transition: top 1s ease-in-out 0s;
  transition: top 1s ease-in-out 0s;
  /* only transition top property */
  top: 0;
  /* start transitioning from position '0' instead of 'auto' */
}

.team-2__card:hover .text .name,
.team-2__card:hover .text .designation {
  top: -7rem;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .team-2 .card-2 {
    position: relative;
    top: 10rem;
  }
}

.team-2 .inner-img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
}

.team-2 .inner-img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
/*# sourceMappingURL=team.css.map */