@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;600;700;900&display=swap");
:root {
  font-family: "Spartan", sans-serif;
  background-color: #fafbff;
}

header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5fr;
      grid-template-columns: 1fr 0.5fr;
  width: 80%;
  margin: 3.5em auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header ul {
  padding-top: 0.5em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  list-style: none;
  justify-items: right;
  padding-left: 0;
  gap: 1em;
}

header ul a {
  text-decoration: none;
  color: #101960;
  font-weight: 600;
}

header ul a:hover {
  text-decoration: underline;
}

body {
  padding: 0;
  margin: 0;
}

.landing {
  width: 80%;
  margin: 0 auto 20em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  position: relative;
}

.landing-left {
  margin-top: 5em;
  color: #242c63;
}

.landing-left h1 {
  line-height: 1.5;
  font-weight: 700;
  font-size: 3.5rem;
  margin-bottom: 0em;
}

.landing-left p {
  margin-top: 2em;
  font-size: 1.4rem;
  line-height: 1.8;
}

.landing-left form {
  position: relative;
  width: 60%;
  margin-top: 4.5em;
}

.landing-left form input {
  width: 100%;
  height: 3.75em;
  padding-left: 1em;
  border-radius: 2em;
  border: 1px solid #707070;
  font-size: 1.1rem;
}

.landing-left form button {
  position: absolute;
  width: 69%;
  left: 70%;
  bottom: 0%;
  height: 4em;
  border-radius: 2em;
  padding: 0 3em;
  border: none;
  background-color: #42a9df;
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 2px;
}

.landing-left form button:hover {
  cursor: pointer;
}

.landing-left form .anc {
  position: absolute;
  width: 20%;
}

.landing-right {
  display: -ms-grid;
  display: grid;
  justify-items: right;
  margin-top: 9em;
}

.landing-right .building {
  width: 90%;
  border-radius: 1em;
  -webkit-box-shadow: 0 1em 1em rgba(65, 65, 78, 0.3);
          box-shadow: 0 1em 1em rgba(65, 65, 78, 0.3);
}

.scroll {
  position: absolute;
  width: 5%;
  bottom: -250px;
  left: 49%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.home2 {
  width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  text-align: center;
  margin-top: 12em;
  position: relative;
  z-index: 0;
}

.home2 .text1 {
  margin-top: 3em;
  background-color: #42a9df;
  height: 120%;
}

.home2 .text1 img {
  opacity: 0.1;
  position: absolute;
  right: 5%;
  bottom: 20%;
  z-index: 2;
}

.home2 .text1 h2 {
  width: 50%;
  margin: 3em auto 0;
  font-size: 2.5rem;
  line-height: 1.5;
  color: white;
}

.home2 .text1 p {
  width: 39.5%;
  margin: 3em auto;
  font-size: 1.4rem;
  line-height: 1.5;
  color: white;
}

.home2 .cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  width: 50%;
  margin: 0 auto;
  margin-top: 4em;
  background-color: #ebebeb;
  padding: 1em 5em;
  border-radius: 1em;
  z-index: 5;
}

.home2 .cards .card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  color: #242c63;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3em;
}

.home2 .cards .card .num {
  font-weight: 700;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.home2 .cards .card .det {
  text-transform: uppercase;
  font-size: 0.8rem;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  margin-top: 5em;
}

.home3 {
  width: 80%;
  margin: 10em auto 5em;
  color: #242c63;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.home3 .left h2 {
  font-size: 3rem;
}

.home3 .left p {
  font-size: 1.9rem;
  line-height: 1.7;
  margin-top: 3em;
}

.home3 .right-slider {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.5fr 1fr 0.5fr;
      grid-template-columns: 0.5fr 1fr 0.5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}

.home3 .right-slider .slides {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  max-width: 500px;
  border-radius: 1em;
  -webkit-box-shadow: 0 6px 16px rgba(65, 65, 78, 0.3);
          box-shadow: 0 6px 16px rgba(65, 65, 78, 0.3);
}

.home3 .right-slider #left-arrow {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home3 .right-slider #left-arrow:hover {
  cursor: pointer;
}

.home3 .right-slider #right-arrow {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}

.home3 .right-slider #right-arrow:hover {
  cursor: pointer;
}

footer {
  background-color: #008f86;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 5em 0 2em;
  color: white;
  width: 80%;
  margin: 0 auto;
}

.footer-grid .left-mid p {
  text-decoration: underline;
}

.footer-grid .left-mid ul {
  padding: 0;
  list-style: none;
}

.footer-grid .left-mid ul li {
  margin-top: 0.5em;
}

.footer-grid .left-mid a {
  text-decoration: none;
  color: white;
}

.footer-grid .left-mid a:hover {
  text-decoration: underline;
}

.footer-grid .right-mid p {
  text-decoration: underline;
}

.footer-grid .right-mid ul {
  padding: 0;
  list-style: none;
}

.footer-grid .right-mid ul li {
  margin-top: 0.5em;
}

.footer-grid .right-mid a {
  text-decoration: none;
  color: white;
}

.footer-grid .right-mid a:hover {
  text-decoration: underline;
}

.footer-grid .right {
  text-decoration: underline;
}

@media (max-width: 1000px) {
  header {
    margin: 0 auto;
    width: 90%;
    -ms-grid-columns: 0.2fr 1fr;
        grid-template-columns: 0.2fr 1fr;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header ul {
    margin-left: -0.5em;
    font-size: 0.8rem;
  }
  main {
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .landing {
    text-align: center;
    display: block;
    margin-bottom: 0;
  }
  .landing-left {
    margin: 0 auto;
  }
  .landing-left h1 {
    line-height: 1.5;
    font-size: 2rem;
  }
  .landing-left p {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .landing-left form input {
    width: 100%;
    height: 2em;
  }
  .landing-left form button {
    height: 2.5em;
    width: 80%;
    font-weight: 400;
    font-size: 1rem;
    padding: 0;
    left: 90%;
  }
  .landing-right {
    margin-top: 7em;
    justify-items: center;
  }
  .landing .scroll {
    display: none;
  }
  .home2 {
    margin-top: 3em;
  }
  .home2 .text1 img {
    display: none;
  }
  .home2 .text1 h2 {
    width: 90%;
    font-size: 1.7rem;
  }
  .home2 .text1 p {
    width: 90%;
    margin-top: 1em;
    font-size: 1.2rem;
  }
  .home2 .cards {
    position: static;
    display: block;
    padding: 1em;
  }
  .home2 .cards .card {
    display: block;
    margin: 0;
  }
  .home2 .cards .card img {
    width: 40%;
  }
  .home2 .cards .card .det {
    margin-top: 0;
  }
  .home3 {
    width: 90%;
    display: block;
    text-align: center;
  }
  .home3 .left h2 {
    font-size: 2rem;
    width: 100%;
  }
  .home3 .left p {
    width: 90%;
    margin: 0 auto;
    font-size: 1.3rem;
  }
  .home3 .right-slider {
    margin-top: 2em;
  }
  .home3 .right-slider img {
    max-width: 40px;
  }
  .home3 .right-slider .slides {
    max-width: 250px;
  }
  .footer-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .footer-grid .left {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
/*# sourceMappingURL=style.css.map */