@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");
body {
  overflow-x: hidden; }

a {
  color: white;
  text-decoration: none; }
  a:hover {
    color: white; }

.large-text {
  font-size: 3rem;
  font-family: "Overpass", Arial, Helvetica, sans-serif; }

.medium-text {
  font-size: 1.8rem;
  color: #1f3f5b; }

.semi-medium-text {
  font-size: 1.5rem;
  color: #1f3f5b;
  margin-bottom: 2rem; }

.small-text {
  opacity: 0.7; }

.border {
  border: 1px solid white; }

.btn {
  background-color: white;
  color: #ff525d;
  text-transform: capitalize;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  border-radius: 25px;
  border: 1px solid inherit;
  text-align: center;
  font-weight: 500;
  transition: all .5s; }
  .btn:hover {
    color: white;
    background-color: rgba(255, 143, 112, 0.85); }

.btn-secondary {
  color: white;
  background-color: rgba(255, 143, 112, 0.85);
  background-color: transparent;
  border: none; }
  .btn-secondary:hover {
    background-color: white;
    color: #ff525d; }

.close-nav {
  width: 0;
  transition: 1s; }

.open-nav {
  width: auto;
  transition: 1s; }

#scale {
  transform: scaleY(1) translateX(-50%); }

#unscale {
  transform: scaleY(0) translateX(-50%); }

.mobile-nav {
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border-radius: 10px;
  width: 95%;
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem;
  text-transform: capitalize;
  padding: 2rem;
  transition: .5s;
  box-shadow: 1px 8px 20px #f1ebeb; }
  .mobile-nav li.nav-item-2 {
    display: block;
    padding-right: 2rem;
    margin: 1rem;
    transition: all .5s; }
    .mobile-nav li.nav-item-2 > a::after {
      content: ">";
      transform: rotate(90deg);
      display: inline-block;
      margin-left: 0.4rem;
      transition: .3s;
      color: #ff525d; }
    .mobile-nav li.nav-item-2 a {
      color: #1f3f5b; }
    .mobile-nav li.nav-item-2:hover > a {
      text-decoration: underline; }
    .mobile-nav li.nav-item-2 a:hover::after {
      transform: rotate(270deg); }
  .mobile-nav .connect-2 {
    transition: all .5s; }
    .mobile-nav .connect-2:hover ul {
      display: block; }
    .mobile-nav .connect-2 ul {
      display: none;
      margin: 0;
      padding: 0;
      list-style: none;
      margin-top: 2rem;
      background: #dbd4d4;
      border-radius: 10px;
      padding: 2rem;
      transition: all .5s; }
      .mobile-nav .connect-2 ul li:not(:last-child) {
        padding-bottom: 1rem; }
      .mobile-nav .connect-2 ul li a {
        opacity: 0.9; }
  .mobile-nav .btn-secondary {
    color: #ff525d;
    margin-bottom: 1rem;
    padding-left: 4rem;
    padding-right: 4rem; }
    .mobile-nav .btn-secondary:hover {
      color: white;
      background: linear-gradient(to right, rgba(255, 143, 112, 0.85), rgba(255, 61, 84, 0.8)); }
  .mobile-nav .sign-in {
    background: linear-gradient(to right, rgba(255, 143, 112, 0.85), rgba(255, 61, 84, 0.8));
    color: white;
    padding-left: 3rem;
    padding-right: 3rem; }

.connect {
  position: relative; }
  .connect ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: 120%;
    left: 0;
    background-color: white;
    padding: 1rem;
    color: #000;
    border-radius: 5px; }
  .connect li {
    padding: 0.5rem;
    padding-right: 2rem;
    opacity: 0.6; }
    .connect li a {
      color: #000; }
    .connect li:hover {
      opacity: 1; }

.connect:hover ul {
  display: inline-block; }

.mobile {
  display: none;
  padding: 0; }

.header {
  min-height: 70vh;
  background: linear-gradient(to right, rgba(255, 143, 112, 0.85), rgba(255, 61, 84, 0.8)), url("../images/bg-pattern-intro.svg");
  background-repeat: no-repeat;
  background-size: 140vw;
  background-position: left;
  border-bottom-left-radius: 80px;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  width: 100vw;
  position: relative; }
  .header .hamburger {
    display: none; }
  .header__logo {
    margin-right: 3rem; }
  .header__nav {
    display: flex;
    justify-content: center;
    align-items: center; }
    .header__nav--list {
      margin: 0;
      padding: 0;
      list-style: none;
      text-transform: capitalize; }
      .header__nav--list li.nav-item {
        display: inline-block;
        margin: 1rem;
        transition: all .5s; }
        .header__nav--list li.nav-item::after {
          content: url("../images/icon-arrow-light.svg");
          display: inline-block;
          margin-left: 0.4rem;
          transition: .3s; }
        .header__nav--list li.nav-item:hover > a {
          text-decoration: underline; }
        .header__nav--list li.nav-item:hover::after {
          transform: rotate(180deg); }

.header--flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem; }

.info-design {
  position: relative;
  width: 100vw;
  padding-bottom: 12rem;
  margin-bottom: 6rem;
  font-family: "Overpass", Arial, Helvetica, sans-serif; }
  .info-design .wrap {
    margin-left: 5rem; }
  .info-design .info-design-text {
    padding-right: 2rem; }
  .info-design .info-design--imgDesktop {
    position: absolute;
    top: 0;
    left: 55%;
    right: 0;
    height: 50rem;
    overflow: hidden; }
    .info-design .info-design--imgDesktop img {
      height: 100%; }
  .info-design h3 {
    margin-bottom: 8rem; }
  .info-design .info-design--imgMobile {
    display: none; }

.info-infrastructure {
  background-color: #3f4164;
  box-sizing: border-box;
  padding: 3rem 6rem 0rem 2rem;
  margin-bottom: 2rem;
  border: none;
  max-width: 100vw;
  border-bottom-left-radius: 7rem;
  border-top-right-radius: 7rem;
  font-family: "Overpass", Arial, Helvetica, sans-serif; }
  .info-infrastructure .info-infrastructure--imgDesktop {
    margin-top: -8rem;
    margin-bottom: -7rem;
    width: 50%;
    height: 35rem; }
    .info-infrastructure .info-infrastructure--imgDesktop img {
      width: 100%;
      height: 100%; }
  .info-infrastructure .info-infrastructure-text {
    padding: 4rem 2rem 4rem 2rem; }

.info-tool {
  margin-top: -1rem;
  padding: 8rem 0 8rem 0; }
  .info-tool .info-tool-imgMobile {
    display: none; }
  .info-tool .info-tool-imgDesktop {
    width: 55rem;
    margin-left: -25rem; }
    .info-tool .info-tool-imgDesktop img {
      width: 100%;
      height: 100%; }
  .info-tool .info-tool-text {
    margin-top: 17%; }

.footer {
  background-color: #25252d;
  padding: 3rem 0 3rem 0;
  border-top-right-radius: 5rem; }
  .footer p {
    margin-bottom: 1.5rem;
    font-weight: 700; }

.footer__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .footer__list li:not(:last-child) {
    margin-bottom: 0.5rem; }
  .footer__list li {
    color: #c8c8cb;
    opacity: 0.7; }
  .footer__list a:hover {
    text-decoration: underline; }

@media (max-width: 1030px) {
  .header {
    background-size: 380vw;
    background-position: center;
    min-height: 30vh; }
  .info-design {
    overflow: hidden;
    margin-bottom: 3rem; }
  .info-infrastructure {
    padding: 1rem 0rem 0rem 0rem;
    height: 18rem;
    margin-bottom: 1rem;
    border-bottom-left-radius: 4rem;
    border-top-right-radius: 4rem; }
    .info-infrastructure .info-infrastructure--imgDesktop {
      width: 50%;
      height: 25rem;
      margin-top: -4rem;
      margin-bottom: -14rem; }
    .info-infrastructure .info-infrastructure-text {
      margin-top: -1rem;
      padding: 2rem 0rem 4rem 2rem; }
  .info-tool {
    padding-left: 0; }
    .info-tool .container {
      margin-right: 0; }
    .info-tool .info-tool-imgDesktop {
      width: 45rem;
      margin-left: -29rem; }
    .info-tool .info-tool-text {
      margin-left: 2rem;
      margin-top: 8%; } }

@media (max-width: 770px) {
  .mobile {
    display: block; }
  .header {
    min-height: 75vh; }
    .header__nav--list, .header .user {
      display: none; }
    .header .hamburger {
      display: block; }
  .info-design {
    text-align: center;
    width: 100vw; }
    .info-design .wrap {
      margin-left: 0;
      width: 90%;
      margin: auto;
      overflow-x: hidden; }
    .info-design .info-design-text {
      padding-right: 0rem; }
    .info-design .info-design--imgDesktop {
      display: none;
      overflow: hidden; }
    .info-design .info-design--imgMobile {
      display: block;
      overflow: hidden; }
      .info-design .info-design--imgMobile img {
        width: 100%; }
    .info-design h3 {
      margin-bottom: 4rem; }
  .info-infrastructure {
    padding: 0 0 3rem 0;
    height: auto;
    text-align: center; }
    .info-infrastructure .info-infrastructure--imgDesktop {
      width: 100%;
      margin-top: -10rem;
      height: 25rem; }
    .info-infrastructure .info-infrastructure-text {
      margin-top: 16rem;
      padding: 1rem; }
  .info-tool {
    text-align: center; }
    .info-tool .container {
      margin-right: auto; }
    .info-tool .info-tool-imgMobile {
      display: block; }
      .info-tool .info-tool-imgMobile img {
        height: 100%;
        width: 100%; }
    .info-tool .info-tool-imgDesktop {
      display: none; }
    .info-tool .info-tool-text {
      margin-top: 6rem;
      margin-left: 0; }
  .footer {
    text-align: center; }
    .footer p {
      margin-top: 3rem; } }
