.nav {
  width: 100%;
  padding: 20px;
}

.topnav {
  overflow: hidden;
  width: 1140px;
  margin: 0 auto;
}

.topnav a {
  float: right;
  display: block;
  color: #051739;
  text-decoration: none;
  font-size: 17px;
}

.topnav a.active {
  float: left;
  mix-blend-mode: multiply;
}

.topnav a:not(.active) {
  margin-top: 30px;
  margin-left: 24px;
}

.topnav .icon {
  display: none;
}
@media screen and (max-width: 1180px) {
  .topnav {
    width: 100%;
  }
  .topnav a {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .topnav a {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
  }
}
.hero {
  width: 100%;
}

.hero-container {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.hero-img {
  width: 100%;
}

.hero-text {
  width: 100%;
}

.hero-text h1 {
  font-size: 45px;
  margin-bottom: 12px;
  font-weight: 500;
}

.hero-text p {
  font-size: 20px;
  margin-bottom: 12px;
}

button {
  padding: 1em 2.1em 1.1em;
  border-radius: 12px;
  border: none;
  background: #051739;
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 1024px) {
  .hero {
    padding: 20px;
  }

  .hero-container {
    width: 100%;
  }
  .hero-img {
    width: 50%;
  }
  .hero-text h1 {
    font-size: 32px;
  }
  .hero-text p {
    font-size: 16px;
  }
}
@media (max-width: 860px) {
  .hero-img {
    width: 50%;
  }
  .hero-text h1 {
    font-size: 26px;
  }
  .hero-text p {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .hero-container {
    padding-bottom: 20px;
    padding-top: 30px;
    grid-template-columns: 1fr;
  }
  .hero img {
    display: none;
  }
  .hero-text {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .hero-text h1 {
    font-size: 40px;
    margin-bottom: 16px;
  }
  .hero-text p {
    font-size: 20px;
  }
}
@media (max-width: 428px) {
  .hero img {
    display: none;
  }
  .hero-text h1 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .hero-text p {
    font-size: 16px;
  }
  button {
    padding: 16px;
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .hero img {
    display: none;
  }
  .hero-text h1 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .hero-text p {
    font-size: 14px;
  }
  button {
    padding: 14px;
    font-size: 14px;
  }
}
.services {
  width: 100%;
  padding: 20px;
}
.services h2 {
  text-align: center;
  font: 700 32px "DM Sans", sans-serif;
  margin-bottom: 50px;
}
.services .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 42px;
  margin: 0 auto;
  padding-bottom: 42px;
  width: 1140px;
}
.services .grid-container h3 {
  font: 700 24px "DM Sans", sans-serif;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .services .grid-container h3 {
    font-size: 20px;
  }
}
.services .grid-container p {
  font: 400 16px "DM Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .services .grid-container p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .services .grid-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.services .left-item {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services .grid-item {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 18px;
  border: 1px solid #bbb;
  padding: 36px;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .services .grid-item {
    padding: 24px;
    border-radius: 24px; /* Adjust border-radius for smaller screens */
  }
}

.left-item-img {
  height: auto;
  max-width: 90%;
  width: 90%; /* Ensure images fill the container width */
}
@media screen and (max-width: 768px) {
  .left-item-img {
    max-height: 80px; /* Adjust max-height for smaller screens */
  }
}

@media only screen and (max-width: 1440px) {
  .services h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .services p {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1280px) {
  .services h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .services p {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1180px) {
  .services .grid-container {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .services {
    padding: 20px;
  }
  .services .grid-container {
    width: 100%;
  }
  .services h2 {
    font-size: 24px;
    margin-bottom: 36px;
  }
  .services p {
    font-size: 16px;
    line-height: 1.2;
  }
  .right-item h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .services {
    padding: 20px;
  }
  .services .grid-container {
    width: 100%;
  }
  .services h2 {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .services p {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 480px) {
  .services {
    padding: 20px;
  }
  .services .grid-container {
    width: 100%;
  }
  .services h2 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .services p {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 360px) {
  .services {
    padding: 20px;
  }
  .services .grid-container {
    width: 100%;
  }
  .services h2 {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .services p {
    font-size: 10px;
    line-height: 1.2;
  }
}
.about {
  width: 100%;
  text-align: center;
  background-color: rgba(28, 168, 158, 0.12);
  padding-top: 40px;
  display: grid;
  gap: 24px;
}
.about h2 {
  font: 700 32px "DM Sans", sans-serif;
}
.about p {
  font: 400 20px "DM Sans", sans-serif;
  padding-bottom: 48px;
  width: 1140px;
  margin: 0 auto;
}

.about {
  text-align: center;
  background-color: rgba(28, 168, 158, 0.12);
  padding-top: 40px;
  display: grid;
  gap: 24px;
}

.about h2 {
  font: 700 32px "DM Sans", sans-serif;
}

.about p {
  font: 400 20px "DM Sans", sans-serif;
  line-height: 1.5; /* Adjust as needed */
}

.contact {
  width: 100%;
  padding: 40px;
}
.contact h2 {
  text-align: center;
  font: 700 36px "DM Sans", sans-serif;
}
.contact-container {
  width: 1140px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 auto;
}

.contact-container-left {
  overflow: hidden;
}
.contact-container-left .iframe {
  border: 1px solid white;
  border-radius: 20px;
}
.contact-container-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  margin: 0 40px;
}
.contact-container-right .location i.fa-location-dot,
.contact-container-right .ph i.fa-phone,
.contact-container-right .mail i.fa-envelope {
  color: black;
  font-size: 18px;
}

.contact .location,
.contact .ph,
.contact .mail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .location p,
.contact .ph p,
.contact .mail p {
  font: 400 20px "DM Sans", sans-serif;
}

.contact .outline {
  width: 50px;
  height: 50px;
  border: 2px solid #1ca89e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

@media only screen and (max-width: 1440px) {
  .contact h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .contact h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1180px) {
  .contact {
    padding: 20px;
  }
  .contact-container {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .contact {
    padding: 20px;
  }
  .contact-container {
    width: 100%;
  }

  .contact h2 {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-container {
    grid-template-columns: 1fr;
  }
  .contact-container-right {
    display: grid;
  }
  .contact .location,
  .contact .ph,
  .contact .mail {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact h2 {
    margin-bottom: 32px;
  }
  .contact-container-right {
    display: flex;
    margin: 0;
  }
  .contact .outline {
    margin-right: 0;
    margin-bottom: 16px;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
  }
  .contact .location p,
  .contact .ph p,
  .contact .mail p {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-container-right .location i.fa-location-dot,
  .contact-container-right .ph i.fa-phone,
  .contact-container-right .mail i.fa-envelope {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .contact h2 {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 360px) {
  .contact-container-left {
    width: 100%;
  }
  .contact h2 {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 1440px) {
  .about h2,
  .services h2,
  .contact h2 {
    font-size: 32px;
  }
  .about p {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1280px) {
  .about h2,
  .services h2,
  .contact h2 {
    font-size: 32px;
  }
  .about p {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1180px) {
  .about {
    padding: 20px;
  }
  .about h2,
  .services h2,
  .contact h2 {
    font-size: 32px;
  }
  .about p {
    font-size: 28px;
    line-height: 1.2;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .about h2,
  .services h2,
  .contact h2 {
    font-size: 32px;
  }
  .about p {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 768px) {
  .about h2,
  .services h2,
  .contact h2 {
    font-size: 30px;
  }
  .about p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 480px) {
  .about h2,
  .services h2,
  .contact h2 {
    font-size: 26px;
  }
  .about p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 360px) {
  .about h2,
  .services h2,
  .contact h2 {
    font-size: 20px;
  }
  .about p {
    font-size: 14px;
    line-height: 1.2;
  }
}
.footer {
  background-color: rgba(28, 168, 158, 0.12);
  width: 100%;
}
.container {
  width: 1140px;
  margin: 0 auto;
  padding: 40px;
}

.footer-img {
  width: 100%;
  mix-blend-mode: multiply;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

ul {
  list-style: none;
}

.footer h3 {
  text-align: center;
  margin-top: 40px;
  font-weight: 200;
}
.footer :not(.active) {
  margin-right: 32px;
}

.footer-col h4 {
  font-size: 18px;
  color: #051739;
  margin-bottom: 24px;
  font-weight: 500;
  position: relative;
}
.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #051739;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-col ul li:not(:last-child) {
  margin-bottom: 12px;
}
.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #051739;
  text-decoration: none;
  font-weight: 300;
  display: block;
  transition: all 0.3s ease;
}
.copyright {
  font-size: 16px;
}
.footer-col ul li a:hover {
  color: #fff;
  padding-left: 8px;
}

/* Responsive styles */

@media (max-width: 1280px) {
  .footer {
    padding: 20px;
  }
  .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
  .footer-img {
    width: 70%;
  }
}
@media (max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
  scroll-behavior: smooth;
}

body {
  width: 100%;
} /*# sourceMappingURL=styles.css.map */
