@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Lato:wght@100;300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Lato:wght@100;300;400;700&family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&family=Inter:wght@400;500;600;700&family=Lato:wght@100;300;400;700&family=Poppins:wght@300;400;500;600;700&display=swap");

/* * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.about-header {
  position: relative;
  background: rgba(17, 113, 240, 0.03);
  height: 100vh;
  margin-bottom: 100px;
}

.navbar {
  margin-right: 3rem;
  margin-left: 3rem;
}
.navbar-nav {
  font-family: "Inter", sans-serif;
}

.navbar-nav li {
  margin: 0 20px;
}
.navbar-nav .nav-link {
  color: rgba(18, 18, 18, 1);
  font-size: 15px;
  font-weight: 700;
}
.consult-btn {
  font-weight: 500;
  font-size: 12px;
}
.about-left-text{
  font-family: "Poppins", sans-serif;
}
.about-left-text>span {
  color: rgba(78, 164, 243, 1);
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  font-size: 16px;
}
.about-left-text h1{
  font-size: 28px;
  font-weight: 700;
}
.about-left-text h1>span{
  color: rgba(78, 164, 243, 1);
}
.about-left-text p{
  font-size: 15px;
} */

.about-header {
  position: relative;
  background: rgba(17, 113, 240, 0.03);
  /* height: 100vh; */
  margin-bottom: 100px;
}

.navbar {
  margin-right: 3rem;
  margin-left: 3rem;
}


.navbar {
  background: transparent;
}

.navbar-scrolled {
  background: white;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}


.navbar-nav {
  font-family: "Inter", sans-serif;
}

.navbar-nav li {
  margin: 0 8px;
}
.navbar-nav .nav-link {
  color: rgba(18, 18, 18, 1) !important;
  font-size: 15px;
  font-weight: 700;
}
.consult-btn {
  font-weight: 500;
  font-size: 12px;
}
/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
#hero {
  padding-top: 100px;
  width: 100%;
  /* height: 80vh; */
  /* background: url(/assets/images/hero-bg.png); */
  background: rgba(17, 113, 240, 0.03);
  padding-bottom: 100px;
}

#hero img{
  width: 100%;
}

#hero h6 {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(78, 164, 243, 1);
}

#hero h1 {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: left;
}

#hero h1 span {
  color: rgba(17, 113, 240, 1);
}

#hero h2 {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 25px;
  text-align: left;
}

/* #hero p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14000000059604645px;
  text-align: left;
} */

#hero .btn-get-started {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: center;
  padding: 7px;
  border-radius: 4px;
  color: #fff;
  background: rgba(17, 113, 240, 1);
  margin-bottom: 50px;
  text-decoration: none;
}

#hero .btn-get-started:hover {
  background: rgba(98, 93, 229, 1);
}

/* #hero .animated {
      animation: up-down 2s ease-in-out infinite alternate-reverse both;
  } */

@media (max-width: 991px) {
  #hero {
    /* height: 100vh; */
    text-align: center;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  /* #hero .hero-img img {
    width: 50%;
  } */
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  /* #hero .hero-img img {
    width: 70%;
  } */
}

@media (max-width: 575px) {
  #hero .hero-img img {
    /* width: 80%; */
  }

  #hero .btn-get-started {
    /* font-size: 16px; */
    /* padding: 10px 24px 11px 24px; */
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}
