body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

.boxback {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(-45deg, #e5e5e5, #2f2f2f, #111111, #e5e5e5);
  background-size: 500% 500%;
  animation: gradient 5s ease infinite;
  width: 100%;
  height: 100%;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media only screen and (max-width: 1000px),
  only screen and (max-height: 650px) {
  .boxback {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 5000% 5000%;
    animation: color 15s ease infinite;
  }

  @keyframes color {
    0% {
      background: #ababab;
    }
    25% {
      background: #747474;
    }
    50% {
      background: #313131;
    }
    75% {
      background: #747474;
    }
    100% {
      background: #ababab;
    }
  }
}

.center-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

button {
  width: 95vw;
  height: calc(115vw * 5 / 100);
  background: radial-gradient(
      152.14% 78.83% at 19.07% 30.04%,
      rgba(236, 236, 236, 0.2) 0%,
      rgba(98, 92, 92, 0) 100%
    ),
    rgba(84, 84, 84, 0.25);
  color: #fff;
  border: 1px white solid;
  border-radius: 27px;
  text-align: right;
  transition: all 0.6s ease;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.button:hover {
  background-color: rgba(246, 82, 82, 0.871);
  border: 3px #fa8585 solid;
  cursor: pointer;
}

.box2 {
  width: 95vw;
  height: calc(95vw * 660 / 550);
  max-width: 100%;
  max-height: 90vh;
  flex-shrink: 0;
  border-radius: 27px;
  border: 1px white solid;
  background: radial-gradient(
      152.14% 78.83% at 19.07% 30.04%,
      rgba(236, 236, 236, 0.2) 0%,
      rgba(98, 92, 92, 0) 100%
    ),
    rgba(84, 84, 84, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(20px);
  overflow: auto;
}

.box-identity {
  width: 95.5%;
  height: calc(95% * 100 / 512);
  border-radius: 23px;
  background: radial-gradient(
      152.14% 78.83% at 19.07% 30.04%,
      rgba(236, 236, 236, 0.2) 0%,
      rgba(98, 92, 92, 0) 100%
    ),
    rgba(255, 250, 250, 0.2);
  border: 1px solid rgba(201, 201, 201, 0.4);
  margin: auto;
  margin-top: 2%;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.photo-de-profile {
  height: 65%;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(0px);
  margin-left: 10px;
  margin-right: 20px;
}
.name {
  margin: auto;
  font-size: 4.5vw;
  color: aliceblue;
  font-family: "Courier", monospace;
}

.description {
  margin: auto;
  font-size: 2.8vw;
  color: aliceblue;
  font-family: "Courier New", monospace;
}

.box-socials {
  margin-top: 10px;
  width: 35vw;
  height: 35vw;
  margin-left: auto;
  margin-right: 2.25%;
  border-radius: 23px;
  background: radial-gradient(
      152.14% 78.83% at 19.07% 30.04%,
      rgba(236, 236, 236, 0.2) 0%,
      rgba(98, 92, 92, 0) 100%
    ),
    rgba(255, 250, 250, 0.2);
  border: 1px solid rgba(201, 201, 201, 0.4);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.description-p {
  width: 54.3vw;
  height: 35vw;
  border-radius: 23px;
  background: radial-gradient(
      152.14% 78.83% at 19.07% 30.04%,
      rgba(236, 236, 236, 0.2) 0%,
      rgba(98, 92, 92, 0) 100%
    ),
    rgba(255, 250, 250, 0.2);
  border: 1px solid rgba(201, 201, 201, 0.4);
  margin-top: -37%;
  margin-left: 2.25%;
}

.antares {
  width: 97.2%;
  height: 45.35%;
  flex-shrink: 0;
  border-radius: 22px;
  margin-top: 1.7%;
  margin-left: 1.3%;
  background: #ffffff1f;
  border: 1px solid rgba(201, 201, 201, 0.4);
  font-family: "Courier", monospace;
  transition: box-shadow 0.3s;
}
.antares:hover {
  box-shadow: 0 0 10px #c7c7c7;
}
.studio {
  width: 97.2%;
  height: 45.35%;
  flex-shrink: 0;
  border-radius: 22px;
  margin-top: 1.7%;
  margin-left: 1.3%;
  background: #ffffff1f;
  border: 1px solid rgba(201, 201, 201, 0.4);
  font-family: "Courier", monospace;
  transition: box-shadow 0.3s;
}
.studio:hover {
  box-shadow: 0 0 10px #c7c7c7;
}

.social {
  width: calc(100% - 4% - 5px);
  height: calc(100% - 4% - 5px);
  border-radius: 20px;
  margin-left: 3%;
  margin-top: 3%;
  font-family: "Courier", monospace;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s;
}

.social:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.socialimg {
  width: 40px;
  height: 40px;
  margin: 0;
}

#twitter,
#discord,
#github,
#revolut {
  background: #ffffff1f;
  border: 1px solid rgba(201, 201, 201, 0.4);
}

.projecttitle {
  margin: auto;
  margin-left: 5%;
  margin-top: 4%;
  font-size: 3.2vw;
  color: rgb(255, 255, 255);
  font-family: "Courier", monospace;
}
.projectdescriptionant,
.projectdescriptionstu {
  margin: auto;
  margin-left: 5%;
  margin-top: 2%;
  font-size: 2.2vw;
  color: rgb(80, 79, 79);
  font-family: "Courier", monospace;
}

.main-p {
  width: 95.5%;
  height: 39.4vw;
  border-radius: 23px;
  background: radial-gradient(
      152.14% 78.83% at 19.07% 30.04%,
      rgba(236, 236, 236, 0.2) 0%,
      rgba(98, 92, 92, 0) 100%
    ),
    rgba(255, 250, 250, 0.2);
  border: 1px solid rgba(201, 201, 201, 0.4);
  margin: auto;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

.groupe {
  display: flex;
  flex-direction: row;
}

.section {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 5px;
  margin-left: 5%;
  margin-right: 10%;
  font-family: "Courier", monospace;
}
h5 {
  font-size: 3.2vw;
  color: rgb(255, 255, 255);
  margin: 2vw;
}

ul {
  font-size: 2.4vw;
  color: rgb(255, 255, 255);
  font-family: "Courier", monospace;
  margin-top: 0;
}

p.me {
  margin: auto;
  font-size: 2.4vw;
  color: rgb(255, 255, 255);
  font-family: "Courier", monospace;
  margin-left: 2%;
}

.button:hover {
  background-color: #c7c7c7;
  border: 3px rgb(80, 79, 79) solid;
  cursor: pointer;
}

.button svg {
  width: calc(95vw * 3 / 100);
  margin: 0em 0.8em 1em;
  position: absolute;
  display: flex;
  transition: all 0.6s ease;
}

.button:hover svg {
  transform: translateX(5px);
  color: black;
}

.text {
  margin: 0 1.5em;
  font-family: "Courier", monospace;
  font-size: calc(95vw * 2 / 100);
}
.button:hover .text {
  color: black;
}

.path1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2vh;
}

.stock {
  display: flex;
  overflow-x: auto;
  height: calc(40% * 119 / 512);
  white-space: nowrap;
  overflow: hidden;
  margin: auto;
  margin-top: 10px;
  width: 95.5%;
  border-radius: 23px;
  background: radial-gradient(
      152.14% 78.83% at 19.07% 30.04%,
      rgba(236, 236, 236, 0.2) 0%,
      rgba(98, 92, 92, 0) 100%
    ),
    rgba(255, 250, 250, 0.2);
  border: 1px solid rgba(201, 201, 201, 0.4);
}

.stock .item {
  display: inline-block;
  margin-right: 10px;
  background-color: #ffffff1f;
  border-radius: 19px;
  padding: 5px;
  text-align: center;
  font-family: "Courier", monospace;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(201, 201, 201, 0.4);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
}

.sneaker-image {
  width: 11vw;
}

.snkrs {
  font-size: 1.8vw;
  font-weight: bold;
  margin: 0;
}

.snkrs p {
  margin: 0;
}
