html {
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  background-color: #fff;
}

header {
  padding: 2rem 2rem 3rem 2rem;
}

nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
nav .logo img {
  width: 80px;
}
@media (min-width: 600px) {
  nav .logo img {
    width: 120px;
  }
}
nav .nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
nav .nav-links ul {
  list-style-type: none;
}
@media (min-width: 600px) {
  nav .nav-links ul {
    font-size: 1.2rem;
  }
}
nav .nav-links > a {
  text-decoration: none;
  background-color: #F78709;
  color: #f0f0f0;
  border-radius: 10px;
  padding: 0.5rem;
}
@media (min-width: 600px) {
  nav .nav-links > a {
    font-size: 1.2rem;
  }
}
nav ul a {
  text-decoration: none;
  color: #093765;
}

.hero {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 600px) {
  .hero {
    padding: 2rem 3rem;
  }
}
.hero .typed-div {
  width: 100%;
}
.hero .hero-text {
  margin-bottom: 20px;
  max-height: fit-content;
  font-family: "Open Sans", sans-serif;
}
.hero .hero-text #typed-element {
  font-weight: 600;
  font-size: 2.5rem;
  color: #093765;
  line-height: 3.5rem;
  overflow-y: hidden;
  margin-bottom: 1rem;
}
.hero .hero-text p {
  color: #093765;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
@media (min-width: 600px) {
  .hero .hero-text p {
    font-size: 1.3rem;
  }
}
.hero .hero-text .cta {
  height: 3rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 600px) {
  .hero .hero-text .cta {
    margin-top: 2rem;
  }
}
.hero .hero-text .cta > a:nth-child(1) {
  display: block;
  font-size: 1.1rem;
  padding: 0.5rem;
  text-decoration: none;
  background-color: #F78709;
  color: #f0f0f0;
  border-radius: 10px;
}
@media (min-width: 600px) {
  .hero .hero-text .cta > a:nth-child(1) {
    font-size: 1.3rem;
  }
}
.hero .hero-text .cta > a:nth-child(2) {
  display: block;
  font-size: 1.1rem;
  text-decoration: none;
  border: 1px solid #093765;
  color: #093765;
  background-color: transparent;
  border-radius: 10px;
  padding: 0.5rem;
}
@media (min-width: 600px) {
  .hero .hero-text .cta > a:nth-child(2) {
    font-size: 1.3rem;
  }
}

.hero-img {
  width: 100%;
  max-width: 800px;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.hero-img img {
  max-width: 100%;
  height: auto;
  display: block;
}

#services {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0.5rem 3rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
@media (min-width: 600px) {
  #services {
    padding: 2rem 3rem;
    font-size: 1.2rem;
  }
}
#services h2 {
  margin-bottom: 2rem;
  color: black;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
#services .cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 3px;
  margin-top: 20px;
  margin-bottom: 30px;
}
#services .cards > div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 10rem;
  height: 13rem;
  border: 1px solid rgba(9, 55, 101, 0.2666666667);
  border-radius: 7px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  #services .cards > div {
    gap: 15px;
  }
}
#services .serv-btn {
  padding: 0.5rem 1rem;
  border: 1px solid #000;
  border-radius: 50px;
}
#services .serv-btn a {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #093765;
  text-decoration: none;
  font-size: 1.1rem;
}

#about {
  padding: 2rem 2rem 4rem 2rem;
  background-color: #fff;
  display: flex;
  gap: 20px;
  width: 100%;
  height: 100%;
  overflow-x: auto;
}
#about .abt-con {
  padding: 2rem 1.5rem;
  border-radius: 20px;
  background-color: #121619;
  min-width: 100%;
  flex-shrink: 1;
  overflow-x: scroll;
  scrollbar-width: none;
}
@media (min-width: 600px) {
  #about .abt-con {
    min-width: 50%;
  }
}
#about .abt-con::-webkit-scrollbar {
  display: none;
}
#about .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  text-align: center;
  color: #fff;
}
#about .text span {
  color: #F78709;
}
#about .text h2 {
  margin-bottom: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
#about .text .summary {
  font-family: "Lato", sans-serif;
  line-height: 1.8rem;
  font-size: 1.1rem;
}

#contact {
  background-color: #fff;
  padding: 2rem 2rem 6rem 2rem;
}
@media (min-width: 600px) {
  #contact {
    padding: 2rem 3rem;
  }
}
#contact h2 {
  font-family: "Open Sans", sans-serif;
  margin-top: 3rem;
  text-align: center;
}
#contact p {
  font-family: "Lato", sans-serif;
  margin-top: 1.3rem;
  font-size: 1.1rem;
  line-height: 1.8rem;
}
@media (min-width: 600px) {
  #contact p {
    font-size: 1.3rem;
  }
}
#contact form {
  max-width: 100%;
  margin: 2rem auto;
  padding: 25px;
  border: 1px solid #000;
  border-radius: 8px;
  font-family: system-ui, sans-serif;
}
@media (min-width: 600px) {
  #contact form {
    font-size: 1.3rem;
  }
}
#contact label {
  display: block;
  margin: 0.75rem 0 0.25rem;
  font-weight: 600;
}
#contact input, #contact textarea {
  width: 100%;
  padding: 0.7rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font: inherit;
}
#contact button {
  margin-top: 4rem;
  padding: 0.8rem 1rem;
  border: 0;
  border-radius: 6px;
  background: #F78709;
  color: white;
  font-weight: 600;
  cursor: pointer;
}

footer {
  background-image: url(footerbg.png);
  background-size: cover;
  background-position: right top;
  background-color: rgba(0, 0, 0, 0.2); /* overlay color */
  background-blend-mode: multiply;
  font-family: "Open Sans", sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 4rem 2rem;
  align-items: center;
}
footer .con-info {
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  footer .con-info {
    flex-direction: row;
    gap: 55px;
  }
}
footer .logo {
  width: 100%;
  max-width: 150px;
  margin-top: 30px;
}
footer img {
  max-width: 100%;
  height: auto;
}
footer ul {
  margin-top: 1.2rem;
  text-align: center;
  color: #ccc;
  font-size: 1.1rem;
}
footer li {
  margin-bottom: 0.5rem;
  text-decoration: underline dotted;
  cursor: pointer;
}
footer .copyright {
  color: #fff;
  position: absolute;
  bottom: 0px;
  font-size: 0.8rem;
}/*# sourceMappingURL=home.css.map */