@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

nav {
  margin-bottom: 3em;
  padding: 3em;
  overflow: auto;
  max-width: 100%;
}

nav ul {
  list-style-type: none;
  padding: 3em;
}

nav ul li:nth-child(1) {
  float: left;
}

nav ul li:nth-child(2) {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 39px;
  padding: 1rem;
  border: 2px solid #ff52bf;
  border-radius: 30px;
}

nav ul li:nth-child(2) a {
  color: #ff52bf;
  text-decoration: none;
}

nav ul li:nth-child(2):hover {
  border-color: #ff8fd8;
  color: #ff8fd8;
}

main {
  text-align: center;
}

main section:nth-child(1) {
  margin-bottom: 2em;
  padding: 3em;
}

main section:nth-child(1) h1 {
  margin-bottom: 2em;
  font-family: "Poppins", sans-serif;
}

main section:nth-child(1) p {
  font-family: "Open Sans", sans-serif;
  margin: 2em 0;
}

main section:nth-child(1) a {
  padding: 1rem;
  border: 2px solid #ff52bf;
  border-radius: 30px;
  padding: 0.5rem 3rem;
  background-color: #ff52bf;
  color: white;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 5px #cecece;
          box-shadow: 0px 5px 5px #cecece;
}

main section:nth-child(1) a:hover {
  background-color: #ff8fd8;
  border-color: #ff8fd8;
}

main section:nth-child(2) {
  margin-bottom: 2em;
  padding: 3em;
}

main section:nth-child(2) img {
  max-width: 100%;
  max-height: 100%;
}

main section:nth-child(3) {
  margin-bottom: 2em;
  padding: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main section:nth-child(3) div {
  display: inline-block;
  margin: 2em auto;
}

main section:nth-child(3) img {
  float: left;
  width: 10vw;
  padding-left: 0.5rem;
}

main section:nth-child(3) h2 {
  clear: both;
}

main section:nth-child(3) div:nth-child(1) {
  font-family: "Open Sans", sans-serif;
}

main section:nth-child(3) div:nth-child(1) h2 {
  font-size: 15vw;
  font-weight: 700;
}

main section:nth-child(3) div:nth-child(1) p {
  color: #00252e;
}

main section:nth-child(3) div:nth-child(2) {
  font-family: "Open Sans", sans-serif;
}

main section:nth-child(3) div:nth-child(2) h2 {
  font-size: 15vw;
  font-weight: 600;
}

main section:nth-child(3) div:nth-child(2) p {
  color: #00252e;
}

main section:nth-child(4) {
  margin-bottom: 2em;
  font-size: 0;
}

main section:nth-child(4) img {
  min-width: 100%;
}

main section:nth-child(4) img:nth-child(2) {
  padding: 0 3rem;
  max-width: 100%;
  max-height: 100%;
  background-color: #f5faff;
}

main section:nth-child(4) .text-wrap {
  font-size: 1rem;
  width: 100%;
  background-color: #f5faff;
  padding: 3rem;
}

main section:nth-child(4) .text-wrap h2 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 2rem;
}

main section:nth-child(4) .text-wrap p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

main section:nth-child(5) img {
  padding: 0 3rem;
  max-width: 100%;
  max-height: 100%;
}

main section:nth-child(5) .text-wrap {
  padding: 3rem;
}

main section:nth-child(5) .text-wrap h2 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 2rem;
}

main section:nth-child(5) .text-wrap p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.your-users {
  margin-bottom: 2em;
  font-size: 0;
}

.your-users img {
  min-width: 100%;
}

.your-users img:nth-child(2) {
  padding: 0 3rem;
  max-width: 100%;
  max-height: 100%;
  background-color: #f5faff;
}

.your-users .text-wrap {
  font-size: 1rem;
  width: 100%;
  background-color: #f5faff;
  padding: 3rem;
}

.your-users .text-wrap h2 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 2rem;
}

.your-users .text-wrap p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.ready-to-build {
  padding: 3rem;
}

.ready-to-build h2 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 2rem;
}

.ready-to-build p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.ready-to-build button {
  padding: 1rem;
  border: 2px solid #ff52bf;
  border-radius: 30px;
  padding: 0.5rem 3rem;
  background-color: #ff52bf;
  color: white;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 5px #cecece;
          box-shadow: 0px 5px 5px #cecece;
}

.ready-to-build button:hover {
  background-color: #ff8fd8;
  border-color: #ff8fd8;
}

.newsletter {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newsletter img {
  min-width: 100%;
}

.newsletter .text-wrap {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  background-color: #00252e;
  color: white;
  padding: 0 3rem;
}

.newsletter .text-wrap h2 {
  text-transform: uppercase;
  font-weight: 400;
  float: left;
}

.newsletter .text-wrap p {
  float: left;
  text-align: left;
  margin: 2rem 0;
}

.newsletter .text-wrap input {
  width: 100%;
  height: 49px;
  border-radius: 10px;
}

.newsletter .text-wrap button {
  margin-top: 1rem;
  float: right;
  height: 49px;
  background-color: #ff52bf;
  border: 0;
  border-radius: 10px;
  color: white;
  padding: 1rem 3rem;
}

.footer {
  background-color: #00252e;
  color: white;
  padding: 5rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.footer img {
  -webkit-filter: saturate(0) invert(1) brightness(200%);
          filter: saturate(0) invert(1) brightness(200%);
  text-align: left;
  width: 60%;
}

.footer p {
  padding: 1rem 0;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background-color: #00252e;
}

.footer .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #00252e;
}

.footer .contacts .phone, .footer .contacts .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.footer .contacts .phone img, .footer .contacts .email img {
  height: 25px;
  width: auto;
  -webkit-filter: brightness(200%);
          filter: brightness(200%);
  margin: auto 0;
}

.footer .contacts .phone p, .footer .contacts .email p {
  margin-left: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.footer .contacts .social {
  font-size: 31px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.footer .contacts .social i:nth-child(2) {
  padding: 0 1rem;
}
/*# sourceMappingURL=style.css.map */