@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Work Sans", sans-serif;
  background-color: #2B2B2B;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 15px;
}

button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 50px;
  border-radius: 20px;
  color: white;
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  border: 1px solid #A259FF;
}

.info {
  display: flex;
  color: white;
  align-items: center;
  margin-bottom: 22px;
  margin-top: 10px;
}

h4 {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: right;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 45.6px;
  min-width: 100px;
  color: white;
}

p {
  font-size: 22px;
  font-weight: 400;
  line-height: 35.2px;
  color: rgba(255, 255, 255, 0.507);
}

nav .container .navigation {
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
}
nav .container .navigation .navigation-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .container .navigation .navigation-content button {
  display: flex;
  align-items: center;
  padding: 15px 50px;
  border-radius: 10px;
  color: white;
  background-color: #A259FF;
  border: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
}
nav .container .navigation .navigation-content ul {
  display: flex;
  align-items: center;
}
nav .container .navigation .navigation-content ul li {
  list-style-type: none;
  margin-right: 40px;
}
nav .container .navigation .navigation-content ul a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
}
nav .container .navigation .img {
  display: none;
}

header .container h1 {
  font-size: 67px;
  font-weight: 600;
  line-height: 73.7px;
  max-width: 480px;
  color: white;
  margin-bottom: 20px;
}
header .container p {
  font-size: 22px;
  font-weight: 400;
  line-height: 35.2px;
  width: 480px;
  color: rgba(255, 255, 255, 0.692);
}
header .container .banner {
  display: flex;
  max-width: 1280px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 60px;
}
header .container .banner .banner-content .statistics {
  display: flex;
  align-items: center;
  justify-content: left;
}
header .container .banner .banner-content .statistics .card {
  margin-top: 30px;
  margin-left: 10px;
}
header .container .banner .banner-content .statistics .card h2 {
  color: white;
}
header .container .banner .banner-content .statistics .card p {
  width: 120px;
}
header .container .banner .banner-content button {
  padding: 15px 60px;
  margin-top: 40px;
}
header .container .banner .banner-content button {
  display: flex;
  align-items: center;
  padding: 15px 50px;
  border-radius: 10px;
  color: white;
  background-color: #A259FF;
  border: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
}
header .container .banner .banner-img {
  max-width: 510px;
  background-color: #3B3B3B;
  border-radius: 20px;
}
header .container .banner .banner-img h3 {
  color: white;
  margin-left: 22px;
  margin-top: 22px;
}
header .container .banner .banner-img .info {
  display: flex;
  color: white;
  align-items: center;
  margin-left: 22px;
  margin-bottom: 22px;
  margin-top: 10px;
}
header .container .banner .banner-img .info p {
  font-size: 16px;
  margin-left: 15px;
}

main .container {
  margin: 0 auto;
  max-width: 1280px;
  color: white;
}
main .container .arts {
  display: flex;
}
main .container .arts .art {
  margin-right: 40px;
  margin-top: 50px;
}
main .container .arts .art2 {
  margin-right: 40px;
  margin-top: 50px;
}
main .container .arts .art1 {
  margin-right: 40px;
  margin-top: 50px;
}

section .container .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .container .cards {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
}
section .container .cards .card {
  background-color: #3B3B3B;
  padding: 20px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: white;
  border-radius: 20px;
  margin-right: 50px;
  margin-bottom: 30px;
}
section .container .cards .card h3 {
  font-family: Work Sans;
  font-size: 22px;
  font-weight: 600;
  line-height: 30.8px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-top: 20px;
}
section .container .cards .card h4 {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: right;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-top: 10px;
}
section .container .cards .card h4 span {
  color: #858584;
}

section .container .models {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin-bottom: 160px;
}
section .container .models .model {
  background-color: #3B3B3B;
  width: 240px;
  height: 300px;
  border-radius: 20px;
  margin-right: 30px;
  margin-bottom: 30px;
}
section .container .models .model h3 {
  margin-top: 15px;
  margin-left: 25px;
  color: white;
}

section .container .banner .arts {
  margin-top: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
section .container .banner .arts #art .card {
  background-color: #2e2e2e;
  border-radius: 15px;
  overflow: hidden;
  max-width: 300px;
  color: #fff;
  margin-right: 50px;
}
section .container .banner .arts #art .card .image img {
  width: 100%;
  display: block;
}
section .container .banner .arts #art .card .person {
  display: flex;
  align-items: center;
}
section .container .banner .arts #art .card .person img {
  width: 30px;
  margin-right: 10px;
}
section .container .banner .arts #art .card .content {
  padding: 15px;
}
section .container .banner .arts #art .card .content .title {
  font-size: 1.2rem;
  margin: 0;
}
section .container .banner .arts #art .card .content .author {
  font-size: 0.9rem;
  color: #aaa;
}
section .container .banner .arts #art .card .content .details {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
section .container .banner .arts #art .card .content .details .price p,
section .container .banner .arts #art .card .content .details .highest-bid p {
  font-size: 0.8rem;
  color: #888;
  margin: 0;
}
section .container .banner .arts #art .card .content .details .price h4,
section .container .banner .arts #art .card .content .details .highest-bid h4 {
  font-size: 1rem;
  margin: 5px 0 0;
}

section .container .wallets {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
section .container .wallets .wallet {
  width: 330px;
  height: 439px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #3B3B3B;
  border-radius: 20px;
  padding: 20px;
  margin-right: 30px;
}
section .container .wallets .wallet h3 {
  color: white;
  font-size: 22px;
}
section .container .wallets .wallet p {
  font-size: 16px;
  line-height: 22.4px;
  text-align: center;
  margin-top: 10px;
}

footer {
  background-color: #3B3B3B;
  width: 100%;
}
footer .container {
  margin-top: 100px;
}
footer .container .informations {
  display: flex;
}
footer .container .informations p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  width: 330px;
}
footer .container .informations h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 35.2px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  font-family: "Space Mono", monospace;
  color: white;
  margin-bottom: 30px;
}
footer .container .informations #info1 p {
  width: 230px;
  margin-top: 30px;
}
footer .container .informations .information {
  margin-right: 60px;
}
footer .container .informations .information p {
  margin-bottom: 20px;
}
footer .container .informations .information form {
  display: flex;
  background-color: white;
  border-radius: 20px;
}
footer .container .informations .information form input {
  border: none;
  padding: 10px;
  border-radius: 20px;
  outline: none;
}
footer .container .informations .information form button {
  background-color: #A259FF;
}

@media only screen and (max-width: 900px) {
  nav .container .navigation .navigation-content {
    display: none;
  }
  nav .container .navigation .img {
    display: block;
  }
  header .container .banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 830px;
  }
  header .container .banner .banner-content .statistics {
    display: none;
  }
  header .container .banner .banner-content h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 45.6px;
    text-align: left;
    width: 350px;
  }
  header .container .banner .banner-content p {
    width: 350px;
  }
  header .container .banner .banner-content button {
    padding: 15px 100px;
  }
  header .container .banner-img {
    margin-top: 30px;
    width: 330px;
  }
  header .container .banner-img .img-box {
    width: 330px;
  }
  header .container .banner-img .img-box .img1 {
    width: 330px;
  }
  main .container .arts .art1 {
    display: none;
  }
  section .container .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  section .container .cards {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
  }
  section .container .cards .card {
    background-color: #3B3B3B;
    padding: 20px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: white;
    border-radius: 20px;
    margin-right: 50px;
    margin-bottom: 30px;
    flex-direction: row;
    width: 330px;
  }
  section .container .cards .card h3 {
    font-family: Work Sans;
    font-size: 22px;
    font-weight: 600;
    line-height: 30.8px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    margin-top: 20px;
  }
  section .container .cards .card h4 {
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: right;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    margin-top: 10px;
  }
  section .container .cards .card h4 span {
    color: #858584;
  }
  section .container .cards .card img {
    width: 60px;
    margin-right: 30px;
    margin-left: -30px;
  }
  section .container .cards #card7 {
    display: none;
  }
  section .container .cards #card8 {
    display: none;
  }
  section .container .cards #card9 {
    display: none;
  }
  section .container .cards #card10 {
    display: none;
  }
  section .container .cards #card11 {
    display: none;
  }
  section .container .cards #card12 {
    display: none;
  }
  section .container .models {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    margin-bottom: 160px;
  }
  section .container .models .model {
    background-color: #3B3B3B;
    width: 150px;
    height: 300px;
    border-radius: 20px;
    margin-right: 30px;
    margin-bottom: 30px;
    height: 230px;
  }
  section .container .models .model img {
    width: 150px;
  }
  section .container .models .model h3 {
    margin-top: 15px;
    margin-left: 25px;
    color: white;
    margin-bottom: 10px;
  }
  section .container .banner .arts {
    margin-top: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
  }
  section .container .banner .arts .art1 {
    display: none;
  }
  section .container .banner .arts #art .card {
    background-color: #2e2e2e;
    border-radius: 15px;
    overflow: hidden;
    max-width: 300px;
    color: #fff;
    margin-right: 50px;
  }
  section .container .banner .arts #art .card .image img {
    width: 100%;
    display: block;
  }
  section .container .banner .arts #art .card .person {
    display: flex;
    align-items: center;
  }
  section .container .banner .arts #art .card .person img {
    width: 30px;
    margin-right: 10px;
  }
  section .container .banner .arts #art .card .content {
    padding: 15px;
  }
  section .container .banner .arts #art .card .content .title {
    font-size: 1.2rem;
    margin: 0;
  }
  section .container .banner .arts #art .card .content .author {
    font-size: 0.9rem;
    color: #aaa;
  }
  section .container .banner .arts #art .card .content .details {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  section .container .banner .arts #art .card .content .details .price p,
  section .container .banner .arts #art .card .content .details .highest-bid p {
    font-size: 0.8rem;
    color: #888;
    margin: 0;
  }
  section .container .banner .arts #art .card .content .details .price h4,
  section .container .banner .arts #art .card .content .details .highest-bid h4 {
    font-size: 1rem;
    margin: 5px 0 0;
  }
  section .container .wallets {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 60px;
    width: 1000px;
  }
  section .container .wallets .wallet {
    width: 190px;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #3B3B3B;
    border-radius: 20px;
    padding: 20px;
    margin-right: 30px;
  }
  section .container .wallets .wallet h3 {
    color: white;
    font-size: 22px;
  }
  section .container .wallets .wallet p {
    font-size: 16px;
    line-height: 22.4px;
    text-align: center;
    margin-top: 10px;
  }
  section .container .wallets .wallet img {
    width: 150px;
  }
  footer {
    background-color: #3B3B3B;
    width: 100%;
  }
  footer .container {
    margin-top: 100px;
  }
  footer .container .informations {
    display: block;
  }
  footer .container .informations p {
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    width: 330px;
  }
  footer .container .informations h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 35.2px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    font-family: "Space Mono", monospace;
    color: white;
    margin-bottom: 30px;
  }
  footer .container .informations #info1 p {
    width: 230px;
    margin-top: 30px;
  }
  footer .container .informations .information {
    margin-right: 60px;
  }
  footer .container .informations .information p {
    margin-bottom: 20px;
  }
  footer .container .informations .information form {
    display: flex;
    background-color: white;
    border-radius: 20px;
    width: 400px;
  }
  footer .container .informations .information form input {
    border: none;
    border-radius: 20px;
    outline: none;
  }
  footer .container .informations .information form button {
    background-color: #A259FF;
    margin-left: 35px;
  }
}
@media only screen and (max-width: 400px) {
  h2 {
    font-size: 28px;
  }
  header .container .banner {
    display: block;
  }
  header .container .banner .banner-content .statistics {
    display: none;
  }
  header .container .banner .banner-content h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 45.6px;
    text-align: left;
    width: 350px;
  }
  header .container .banner .banner-content p {
    width: 350px;
  }
  header .container .banner .banner-content button {
    padding: 15px 100px;
  }
  header .container .banner-img {
    margin-top: 30px;
    width: 330px;
  }
  header .container .banner-img .img-box {
    width: 330px;
  }
  header .container .banner-img .img-box .img1 {
    width: 330px;
  }
  main .container .arts .art2 {
    display: none;
  }
  main .container .arts .art1 {
    display: none;
  }
  section .container button {
    display: none;
  }
  section .container .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  section .container .cards {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    width: 800px;
  }
  section .container .cards .card {
    background-color: #3B3B3B;
    padding: 20px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: white;
    border-radius: 20px;
    margin-right: 50px;
    margin-bottom: 30px;
    flex-direction: row;
    width: 330px;
  }
  section .container .cards .card h3 {
    font-family: Work Sans;
    font-size: 22px;
    font-weight: 600;
    line-height: 30.8px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    margin-top: 20px;
  }
  section .container .cards .card h4 {
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: right;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    margin-top: 10px;
  }
  section .container .cards .card h4 span {
    color: #858584;
  }
  section .container .cards .card img {
    width: 60px;
    margin-right: 30px;
    margin-left: -30px;
  }
  section .container .cards #card6 {
    display: none;
  }
  section .container .cards #card7 {
    display: none;
  }
  section .container .cards #card8 {
    display: none;
  }
  section .container .cards #card9 {
    display: none;
  }
  section .container .cards #card10 {
    display: none;
  }
  section .container .cards #card11 {
    display: none;
  }
  section .container .cards #card12 {
    display: none;
  }
  section .container .models {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    width: 500px;
    margin-bottom: 160px;
  }
  section .container .models .model {
    background-color: #3B3B3B;
    width: 150px;
    height: 300px;
    border-radius: 20px;
    margin-right: 30px;
    margin-bottom: 30px;
    height: 230px;
  }
  section .container .models .model img {
    width: 150px;
  }
  section .container .models .model h3 {
    margin-top: 15px;
    margin-left: 25px;
    color: white;
    margin-bottom: 10px;
  }
  section .container .banner .arts {
    margin-top: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
  }
  section .container .banner .arts .art1 {
    display: block;
  }
  section .container .banner .arts #art .card {
    margin-top: 30px;
    background-color: #2e2e2e;
    border-radius: 15px;
    overflow: hidden;
    max-width: 300px;
    color: #fff;
    margin-right: 50px;
  }
  section .container .banner .arts #art .card .image img {
    width: 100%;
    display: block;
  }
  section .container .banner .arts #art .card .person {
    display: flex;
    align-items: center;
  }
  section .container .banner .arts #art .card .person img {
    width: 30px;
    margin-right: 10px;
  }
  section .container .banner .arts #art .card .content {
    padding: 15px;
  }
  section .container .banner .arts #art .card .content .title {
    font-size: 1.2rem;
    margin: 0;
  }
  section .container .banner .arts #art .card .content .author {
    font-size: 0.9rem;
    color: #aaa;
  }
  section .container .banner .arts #art .card .content .details {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  section .container .banner .arts #art .card .content .details .price p,
  section .container .banner .arts #art .card .content .details .highest-bid p {
    font-size: 0.8rem;
    color: #888;
    margin: 0;
  }
  section .container .banner .arts #art .card .content .details .price h4,
  section .container .banner .arts #art .card .content .details .highest-bid h4 {
    font-size: 1rem;
    margin: 5px 0 0;
  }
  section .container .wallets {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  section .container .wallets .wallet {
    width: 315px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #3B3B3B;
    border-radius: 20px;
    padding: 20px;
    margin-right: 30px;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }
  section .container .wallets .wallet h3 {
    color: white;
    font-size: 16px;
  }
  section .container .wallets .wallet p {
    font-size: 12px;
    line-height: 22.4px;
    text-align: center;
    margin-top: 10px;
  }
  section .container .wallets .wallet img {
    width: 100px;
  }
  footer {
    background-color: #3B3B3B;
    width: 100%;
  }
  footer .container {
    margin-top: 100px;
  }
  footer .container .informations {
    display: block;
  }
  footer .container .informations p {
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    width: 330px;
  }
  footer .container .informations h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 35.2px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    font-family: "Space Mono", monospace;
    color: white;
    margin-bottom: 30px;
  }
  footer .container .informations #info1 p {
    width: 230px;
    margin-top: 30px;
  }
  footer .container .informations .information {
    margin-right: 60px;
  }
  footer .container .informations .information p {
    margin-bottom: 20px;
  }
  footer .container .informations .information form {
    display: block;
    background-color: transparent;
    border-radius: 20px;
    width: 400px;
  }
  footer .container .informations .information form input {
    border: none;
    border-radius: 20px;
    outline: none;
    height: 45px;
    width: 315px;
  }
  footer .container .informations .information form button {
    background-color: #A259FF;
    height: 48px;
    width: 315px;
    margin-top: 20px;
    margin-left: 0px;
  }
}/*# sourceMappingURL=style.css.map */