@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700&display=swap");

body {
  font-family: "Lato", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

header {
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 10px 0;
}

.header-content {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  height: 90px;
  width: auto;
  padding-left: 20px;
}

nav ul {
  list-style-type: none;
  padding-right: 40%;
  padding: 0;
  display: flex;
  justify-content: center;
}

nav ul li {
  margin: 0 15px;
}

nav ul li a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 13px;
  margin-right: 10px;
  margin-left: 10px;
  transition: background-color 0.3s ease;
}

nav ul li a:hover {
  color: #03c032;
}

nav ul li a i {
  background-color: none;
  text-decoration: none;
  font-size: 16px;
  color: gray;
}

nav ul li a i:hover {
  color: blue;
}

nav ul li a:hover {
  text-emphasis-color: #67aa75;
  border: none;
}

h1 {
  text-align: center;
  margin-top: 20px;
  color: #333;
}

.header-menu-mobile {
  display: none;
  font-size: 24px;
  cursor: pointer;
  padding-right: 20px;
}

.header-menu-mobile:hover {
  color: #03c032;
}

.content {
  max-width: 1024px;
}

.container {
  width: 100%;
}

.home {
  scroll-margin-top: 100px;
  background-image: url("resources/home.PNG");
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home p {
  color: white;
  font-size: 20px;
  letter-spacing: 4.3px;
  font-weight: 400;
}

.about-us {
  height: 100vh;
  background-color: rgba(4, 176, 152, 0.65);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-us p,
h4,
h3 {
  text-align: center;
  color: white;
}

.about-us p {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: 2.9em;
}

.about-us h4 {
  font-family: "Lato", Sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.3em;
}

.about-us h3 {
  padding-left: 50px;
  padding-right: 50px;
}

.services {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  scroll-margin-top: 100px;
}

.services h4 {
  text-align: center;
  color: #1176bc;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.3em;
}

.services-content {
  background-color: rgba(17, 118, 188, 0.67);
  text-align: start;
  width: 40%;
  height: auto;
  margin: 0px 120px 0px 120px;
  padding: 30px 50px 30px 80px;
}

.services-content p {
  color: white;
  text-align: justify;
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.83em;
  letter-spacing: 0.4px;
}

.services-list-item,
.services-list-item-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.services-list-item-text-element,
.services-list-item-2-text-element {
  padding-right: 60px;
  padding-left: 60px;
}

.services-list-item-image-element,
.services-list-item-2-image-element {
  height: 380px;
}

.services-list-item h3,
.services-list-item-2 h3 {
  color: #1176bc;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
}

.services-list-item p,
.services-list-item-2 p {
  color: #5b5b5b;
  font-family: "Lato", Sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight: 1.8;
}

.services-list {
  color: #5b5b5b;
  font-family: "Lato", Sans-serif;
  text-align: start;
  font-size: 20px;
  font-weight: 1.8;
}

.services-list li {
  margin-bottom: 10px;
}

.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(157, 216, 221, 0.94);
  width: 100%s;
  padding: 30px 0px 30px 0px;
}

.contact-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-right: 50px;
}

.contact h2 {
  color: #1176bc;
  font-size: 38px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -2px;
}

.contact p {
  font-size: 17px;
  line-height: 2.5em;
  color: #545454;
  font-weight: 300;
}

.contact p a {
  color: #545454;
}

.contact p i {
  color: #04b098;
  padding-right: 15px;
}

.footer {
  background-color: #1b1b1b;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  padding: 15px 0;
  font-size: 12px;
  line-height: 1;
  color: #929292;
  text-align: center;
}

.footer-content {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-menu ul {
  list-style-type: none;
  margin: 0;

  display: flex;
  justify-content: center;
}

.footer-menu li a {
  color: white;
  font-size: 12px;
  text-decoration: none;
}

.footer-menu li:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
}

@media (max-width: 992px) {
  body {
    overflow-x: hidden;
  }
  .services-list-item {
    flex-direction: column;
  }
  .services-list-item-2 {
    flex-direction: column-reverse;
  }
  .header-menu-mobile {
    display: block;
  }

  .contact {
    flex-direction: column;
  }

  .nav-list {
    position: absolute;
    top: 8vh;
    right: 0;
    width: 50%;
    height: 100vh;
    flex-direction: column;
    gap: 0;
    background-color: white;
    transform: translateX(100%);
    transition: 1s ease-out;
    justify-content: start;
  }

  .nav-list.active {
    transform: translateX(0);
  }
  .nav.active .nav-list {
    clip-path: circle(1500px at 90% -15%);
    pointer-events: all;
  }
}
