* {
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Now", sans-serif;
  background-color: #cccac5;
  padding-bottom: 40px;
  position: relative;
  min-height: 100vh;
}

a {
  transition: 300ms all ease;
}

a:hover {
  opacity: 0.85;
}

/* Header */
.header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 88px;
}

.header-logo {
  width: 61px;
  height: 61px;
}
.header-title {
  font-size: 20px;
  font-family: "Hagrid";
  font-weight: 500;
  margin-left: 76px;
  margin-right: 53px;
}

.header-x {
  margin-right: 15px;
}

/* Hero */

.hero-title {
  font-size: 67px;
  line-height: 1;
  letter-spacing: -2px;
  text-align: center;
  font-weight: 700;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 95px;
}

.btn {
  width: 222px;
  height: 60px;
  box-shadow: 0px 8px 20px -2px #00000033;
  border-radius: 16px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  text-decoration: none;
  font-size: 18px;
}

.btn.black {
  background-color: #000000;
  color: #ffffff;
}

.btn.white {
  background-color: #ffffff;
  color: #000000;
}

.hero-stats {
  display: flex;
  justify-content: center;
  margin-bottom: 1px;
}

.hero-stats-item {
  margin: 0 36px;
}

.hero-stats-item-number {
  font-family: "Hagrid";
  font-size: 67px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
  color: #dc782e;
}

.hero-stats-item-text {
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.031em;
  margin-bottom: 178px;
}

.info-title {
  font-size: 49px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 22px;
  margin-top: 0;
}

.founders {
  margin-bottom: 135px;
}

.members {
  text-align: center;
}

.members-list {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.members-list a img {
  margin-right: 10px;
  margin-bottom: 20px;
}


.portfolio .members-list a img {
  height: 22px;
}
.info {
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.info-description {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0px;
  color: #000000;
}

.about,
.portfolio {
  margin: 0 auto;
  text-align: center;
  max-width: 900px;
  margin-bottom: 135px;
}

/* .members {
  max-width: 480px;
  text-align: left;
} */

.members .info-title-small {
  margin-top: 34px;
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
}

.about .info-description,
.portfolio .info-description {
  margin-top: 17px;
}

.footer {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.footer a {
  text-decoration: none;
  color: #000;
}

.footer-right {
  margin-left: 177px;
  margin-right: 10px;
}

@media screen and (max-width: 1368px) {
  .info {
    display: block;
  }
  .members {
    max-width: none;
    text-align: center;
  }

  .about,
  .portfolio {
    max-width: 708px;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .header-title {
    font-size: 16px;
  }
  body {
    padding-bottom: 130px;
  }
  .header {
    margin-bottom: 36px;
  }
  //////
  .hero-stats-item {
    margin: 0 28px;
  }

  .hero-stats-item-number {
    font-size: 53px;
  }

  .hero-stats-item-text {
    font-size: 18px;
    margin-bottom: 178px;
  }
  //////
  .hero-title {
    font-size: 53px;
    text-align: left;
    padding: 0 16px;
    margin-bottom: 24px;
    text-align: left;
  }
  .hero-stats {
    margin-bottom: 87px;
  }
  .info {
    padding: 0 16px;
    display: block;
  }
  .members {
    margin: 0 auto;
    margin-bottom: 89px;
  }
  .about .info-title,
  .portfolio .info-title {
    margin-bottom: 16px;
  }
  .footer {
    transform: none;
    left: 16px;
    right: 16px;
    justify-content: flex-start;
  }
  .footer-right {
    margin-left: auto;
    margin-right: 10px;
  }
  .info-title {
    font-size: 39px;
  }
}

@media screen and (max-width: 480px) {
  //////
  .header-title {
    font-size: 16px;
  }

  .hero-stats-item {
    margin: 0 28px;
  }

  .hero-stats-item-number {
    font-size: 53px;
  }

  .hero-stats-item-text {
    font-size: 18px;
    margin-bottom: 1px;
  }
  .hero-title {
    font-size: 53px;
    text-align: left;
    padding: 0 16px;
    margin-bottom: 24px;
    text-align: left;
  }

  .members .info-title {
    max-width: 360px;
  }

  .btn {
    width: 175px;
    height: 48px;
    font-size: 15px;
  }

  .hero-buttons {
    justify-content: flex-start;
    padding: 0 16px;
    margin-bottom: 72px;
  }

  .info-title {
    font-size: 39px;
  }

  .info-description {
    font-size: 24px;
  }

  .symbiosis {
    width: 80px;
  }

  .dogo-logo {
    width: 48px;
    height: 48px;
  }

  .social-logo {
    width: 25px;
  }
}
