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

body {
  color: white;
  font-size: 2em;
  font-family: sans-serif;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.flex--column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.header__nav {
  margin-left: 2.5em;
  list-style-type: none;
  gap: 38px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  align-items: center;
  position: relative;
  font-size: 1.15em;
}
.viewport {
  width: 100%;
  min-height: 100vh;
}
header {
  position: absolute;
  top: 0px;

  gap: 5em;
  padding-top: 1.25em;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.services__wrapper {
  padding-inline: 80px;
  gap: 40px;
  margin-inline: auto;
  align-items: center;
  max-width: 1400px;
}

.l-wrapper {
  margin-inline: auto;
  position: relative;
  right: 300px;
}
.section__inner {
  margin-inline: auto;
}
.page {
  background-image: url(https://microslush.com/wp-content/uploads/2022/09/image2-scaled.webp);
  background-size: cover;
  background-position: center;
}
a {
  font-size: 0.5em;
  text-decoration: none;
  color: white;
}

.hero {
  font-family: "ProximaNovaB", Sans-serif;
  position: relative;
  top: 80px;
  gap: 5px;
  margin-top: 50px;
  max-width: 580px;
  min-width: 500px;
}
.hero__title {
  font-size: 65px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 72px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.hero__description {
  margin-bottom: 70px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.button {
  background-color: #007bff;
  border-radius: 4px;
  padding-inline: 18px;
  padding-block: 8px;
}
.hero__contact-btn {
  padding-inline: 25px;
  padding-block: 10px;
  color: white;
  background-color: #1a61ff;
  border-radius: 7px;
  border-color: #4a7df2;
  font-size: 20px;
}
.header__nav-item {
  align-items: center;
  min-width: fit-content;
}
.nav-item-dropdown {
  display: none;
}

.header__nav-item--has-dropdown:hover .nav-item-dropdown {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  top: 100%;
  left: 150px;
  background-color: white;
  list-style-type: none;
  width: fit-content;
  height: fit-content;
  column-gap: 15px;
  max-height: 320px;
  row-gap: 8px;
  font-size: 0.8em;
  font-weight: 100;
  font-family: "Poppins", sans-serif;
  padding-inline: 20px;
  padding-block: 10px;
  width: max-content;
}
.nav-item-dropdown a {
  color: #051441;
}

.spacer {
  height: 80px;
}
.stats {
  margin-bottom: 40px;
  gap: 3em;
}
.stats__item {
  align-items: center;
  font-family: Arial sans-serif;
  font-size: 30px;
}
.stats__title {
  margin-right: 10px;

  color: #060a24;
  font-weight: lighter;
  line-height: 60px;
}
.stats__count {
  color: #554afe;
  font-weight: 600;
}
.service__content {
  min-width: 500px;
  max-width: 540px;
  font-family: "ProximaNovaR", Sans-serif;
  gap: 20px;
}
.service__img {
  width: 800px;
  height: 400px;
  position: relative;

  margin-bottom: 10px;
}
.service__img img {
  max-width: 100%;
  max-height: 100%;
  min-width: 500px;
}
.service {
  margin-bottom: 30px;
  color: #6754e2;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
}
.service__title {
  font-size: 46px;
  font-weight: 500;
  color: #2f3534;
}
.service__description {
  color: #636968;
  width: 100%;
  font-family: Lato;
  line-height: 36px;
  font-weight: 400;
  font-size: 20px;
  margin-block: 10px;
  max-width: 510px;
}
.service__talk {
  font-family: "ProximaNovaR", Sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1em;
  border-radius: 0;
  min-width: 80px;
  height: 40px;

  align-items: center;
}
svg {
  position: relative;
  top: 4px;
}
.chat-btn {
  width: 55px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
  border: transparent;
  background-color: transparent;
}
.text-with-btn {
  background-color: white;
  color: #333333;
  position: fixed;
  bottom: 30px;
  right: 90px;
  border-radius: 10px;
  border: 2px solid rgb(223, 218, 218);
  font-size: 0.75em;
  padding-inline: 12px;
  padding-block: 5px;
}
.text-with-btn > p {
  min-width: 1em;
  font-size: 0.75em;
}

hr {
  margin-top: 80px;
  margin-bottom: 50px;
  margin-inline: 80px;
}
.container__img {
  height: 30px;
  margin-bottom: 5px;
}

.container > h3 {
  font-size: 18px;
  color: #051441;
}

.container > p {
  font-weight: light;
  color: #677294;
  font-size: 14px;
  line-height: 22px;
  min-width: 230px;
}

.container {
  font-family: "Lato", sans-serif;
  padding: 25px;
  padding-right: 40px;
  border: 1px solid #d3cece;
  min-width:300px;
  max-width:300px;
  height: 230px;
  margin-bottom: 20px;
}

.service__container {
  gap: 30px;
}

.service__heading {
  color: #060a24;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-inline: 18em;
  font-size: 0.8em;
  margin-bottom: 50px;
}
.offer {
  color: #1a61ff;
  font-weight: 600;
  font-size: 1.2em;
}
.view__services {
  margin-inline: auto;
  font-size: 1.2em;
  font-weight: 400;
  margin-block: 40px;
}
.tech-stack__heading {
  font:
    40px Poppins,
    Sans-serif;
  color: #2c2c51;
  font-weight: 600;
  margin-bottom: 15px;
}
.content-wrap > p {
  font:
    20px / 35px "ProximaNovaR",
    "Sans-serif";
  color: #636968;
  max-width: 680px;
  text-align: center;
}
.content-wrap {
  align-items: center;
  margin-bottom: 30px;
}
.tech > img {
  width: 70px;
  height: 60px;
  margin-bottom: 20px;
}

.tech {
  height: 80px;
  width: 200px;
  color: #051441;
  align-items: center;
}

.tech > p {
  font: 16px "Lato";
  color: #677294;
}

.wrapper {
  flex-wrap: wrap;
  max-width: 1400px;
  min-width: 1300px;
  column-gap: 25px;
  margin-inline: auto;
  margin-bottom: 80px;
}
.wrap {
  color: black;
  background-color: rgba(208, 237, 254, 0.5);;
  align-items: center;
}
.wrap > h2 {
  font-size: 31px;
  padding-bottom: 15px;
  color: #3d3b3b;
}
.wrap > p {
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 14px;
  color: #677294;
}
.book-appointment {
  margin-bottom: 60px;
  border: transparent;
  width: 160px;
  height: 39px;
}
.book-appointment > a {
  font-size: 15px;
}
.wrap__p {
  padding-bottom: 15px;
  padding-block: 40px;
  font-size: 16px;
  color: #677294;
}
.wrap__heading {
  padding-bottom: 40px;
  padding-top: 90px;
  font-size: 31px;
  font-family: sans-serif;
  padding-bottom: 15px;
  color: #060a24;
}
.blue {
  color: #554afe;
}
.wrap2 {
  color: black;
  align-items: center;
}
footer > h2 {
  padding-top: 55px;
  font-size: 40px;
  font-family: sans-serif;
  font-weight: 500;
  color: #051441;
  line-height: 1.5em;
}
footer > p {
  padding-top: 25px;
  padding-bottom: 40px;
  max-width: 410px;
  font-size: 15px;
  color: #677294;
  text-align: center;
}
input {
  padding-block: 18px;
  padding-inline-start: 8px;
  padding-inline-end: 300px;
  font-size: 15px;
  border: 1px solid #bebfc4;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 20px;
}
footer > button {
  border: 1px solid #1a61ff;
  color: white;
  width: 129px;
  height: 40px;
  font-weight: 500;
  font-size: 15px;
}
.contact__info {
  gap: 200px;
  align-items: center;
  margin-bottom: 45px;
  margin-top: 90px;
}

.img > img {
  width: 110px;
  border: 0.1em double rgb(78, 82, 107);
  margin-bottom: 20px;
}
.US_contact,
.UK_contact,
.PK_contact {
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.img__title > p {
  font-size: 20px;
  font-weight: 600;
}
.main-footer {
  gap: 50px;
  padding-top: 60px;
  background-color: #fbfbfd;
  width: 100vw;
  border-bottom: 0.5px solid rgba(179, 178, 178, 0.2);
}
.Contact-footer__heading,
.Contact-footer__heading > a {
  color: #3f4451;
  font-size: 15px;
  margin-block: 30px;
  font-size: 18px;
}
.Contact-footer > p,
.footer,
.footer > a {
  margin-bottom: 15px;
  color: #051441;
  font-size: 15px;
}
.Contact-footer {
  padding-left: 140px;
}
.Contact-footer > .Contact-footer__heading {
  margin-bottom: 15px;
}

.Microslush {
  color: #002e93;
}
.copyright {
  font-size: 15px;
}
.testimonials {
  font-family: sans-serif;
  max-width: 1200px;
  margin-inline: auto;
  line-height: 40px;
  margin-bottom: 60px;
}
.testimonials > h3 {
  color: #060a24;
  font-size: 25px;
  margin-top: 80px;
  margin-bottom: 70px;
}
.clients {
  color: #554afe;
}
.testimonials__p {
  color: #212529;
  font-size: 18px;
  min-width: 300px;
}
.testimonials__div {
  color: #2f3534;
  font-size: 19px;
  margin-top: 40px;
  line-height: 10px;
  font-weight: 700;
}
.testimonials__country {
  color: #636968;
  font-size: 15px;
}
.testimonials2__img,
.testimonials1__img {
  margin-inline: 25px;
}
.testimonials1__img > img,
.testimonials2__img > img {
  width: 70px;
}
.divider {
  height: 20px;
  border-top: 1px solid #000000;
}

.projects__imgs > img {
  max-width: 400px;
  height: 40%;
}
.projects__imgs {
  flex-wrap: wrap;
}
.featured-projects {
  background-color: #0c1430;
  margin-inline: auto;
  align-items: center;
  padding-bottom: 60px;
}
.featured-projects > h4 {
  font-family: "Lato", Sans-serif;
  font-size: 25px;
  font-weight: 600;
  margin-top: 60px;
}
.featured-projects > p {
  font-family: "Lato", Sans-serif;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.gallery__img > h3 {
  color: #2f3534;
  font:
    20px "ProximaNovaB",
    sans-serif;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 6px;
}
.gallery__img > p {
  color: #636968;
  font:
    15px "ProximaNovaB",
    sans-serif;
  font-weight: 500;
}
.gallery__img > img {
  max-width: 190px;
  border-radius: 25px;
}
.gallery {
  gap: 35px;
  padding-top: 50px;
  padding-bottom: 160px;
  background-color: #f4f5fa;
}
.gallery__img:nth-child(2),
.gallery__img:nth-child(4) {
  position: relative;
  top: 60px;
}
.gallery__img {
  align-items: center;
}
.social-links > a > img {
  width: 20px;
  height: 18px;
}
.footer-bottom {
  align-items: center;
  padding-block: 20px;
  gap: 670px;
}
.social-links {
  gap: 16px;
}
.social-links > a {
  background-color: #ebeef5;
  padding: 16px;
  border-radius: 50%;
}
.work_with-us {
  background-image: url(https://microslush.com/wp-content/uploads/2022/09/image-2-1-1-scaled.webp);
  background-size: cover;
  background-position: center;
  background-color: #000000;
}
.bg-black {
  background-color: rgba(15, 13, 13, 0.5);
}
.wrap1 {
  max-width: 1400px;
  justify-content: center;
  color: white;
  margin: auto;
  padding: 110px;
  height: 80vh;
}

.wrap1 > h6 {
  margin-top: 80px;
  font-weight: 500;
}
.wrap1 > h2 {
  max-width: 700px;
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
  right: 7px;
}
.work {
  padding-inline: 12px;
  padding-block: 5px;
  background-color: #1a61ff;
  border: 1px solid #1a61ff;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.work > a {
  font-size: 1.2em;
  font-weight: 600;
}
.work > svg {
  margin-bottom: 8px;
}
