@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  font-family: "Archivo", sans-serif;
  scroll-behavior: smooth;
}
main,
nav {
  margin: auto;
}

nav {
  display: flex;
  justify-content: space-between;
}
nav div {
  display: flex;
  align-items: center;
}
.change {
  position: fixed;
  right: 5%;
  z-index: 9999;
  justify-content: space-between;
  width: 11rem;
  padding: 6px;
  align-items: center;
  background-color: white;
  border-radius: 25px;
}
.active_menu {
  color: white !important;
  background-color: #fff;
  background-image: linear-gradient(200deg, #9e61ff, rgba(142, 97, 255, 0) 34%),
    radial-gradient(
      circle farthest-corner at 0% -100%,
      #619bff 20%,
      rgba(205, 219, 248, 0) 51%
    ),
    linear-gradient(180deg, #6c52ee, #6c52ee);
  box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 19%), 0 0 15px 0 rgb(238 1 255 / 57%),
    0 5px 53px 0 rgb(0 29 255 / 73%);
  -webkit-transition: all 250ms ease, box-shadow 200ms ease,
    -webkit-filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 250ms ease, box-shadow 200ms ease,
    -webkit-filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 250ms ease, filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 200ms ease;
  transition: all 250ms ease, filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 200ms ease,
    -webkit-filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes pulse_tst {
  0% {
    box-shadow: 0 0 0 0 #9e61ff;
  }
  70% {
    box-shadow: 0 0 0 13px #fb634000;
  }
  100% {
    box-shadow: 0 0 0 0 #fb634000;
  }
}
.pulse {
  animation: pulse_tst 2s infinite;
}

.change a {
  transition: all 250ms ease, filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 200ms ease,
    -webkit-filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 600;
  border-radius: 25px;
  padding: 8px 16px 8px 16px;
  text-decoration: none;
  font-size: 15px;
  color: rgb(0, 0, 0);
  cursor: pointer;
}
.off:hover {
  color: white !important;
  background-color: #fff;
  background-image: linear-gradient(200deg, #9e61ff, rgba(142, 97, 255, 0) 34%),
    radial-gradient(
      circle farthest-corner at 0% -100%,
      #619bff 20%,
      rgba(205, 219, 248, 0) 51%
    ),
    linear-gradient(180deg, #6c52ee, #6c52ee);
  box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 19%), 0 0 15px 0 rgb(238 1 255 / 57%),
    0 5px 53px 0 rgb(0 29 255 / 73%);
  -webkit-transition: all 250ms ease, box-shadow 200ms ease,
    -webkit-filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 250ms ease, box-shadow 200ms ease,
    -webkit-filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 250ms ease, filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 200ms ease;
  transition: all 250ms ease, filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 200ms ease,
    -webkit-filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  border-color: hsla(0, 0%, 100%, 0.26);
  box-shadow: 5px 0 30px 0 rgb(0 0 0 / 10%);
  -webkit-filter: hue-rotate(83deg);
  filter: hue-rotate(83deg);
}
.out_of_sight {
  transform: translateX(-100%);
}
.crypto_menu {
  background-color: transparent;
}
.nft_menu {
  background-color: transparent;
}
.fix_switch {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.fix_switch div {
  width: 90vw;
}
.nft_packs_sw {
  transition: 0.5s ease-in all;
}

.another_fix {
  transform: translate(-112%);
  transition: 0.45s ease-in all;
}
.another_fix > div:first-child {
  transform: translate(-10%);
}
.fix_packss {
  transform: translateX(10%);
}
.crypto_absolute {
  position: absolute;
  /* background-color: rgba(255, 0, 0, 0.37); */
  width: 100%;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  transform: translateX(100%);
}
footer {
  width: 90%;
  margin: auto;
}
body,
footer {
  padding-left: 5%;
  padding-right: 5%;
  background-color: #000;
  color: white;
  /* overflow: hidden; */
  overflow-x: hidden;
  /* overflow-y: hidden; */
  /* -webkit-overflow-scrolling: hidden; */
}
.block_connect {
  padding-top: 5%;
  margin: auto;
  width: 50%;
  display: flex;
  flex-direction: column;

  align-items: center;
}
.block_connect button {
  margin: 0 15px 5px 15px;
  width: 40%;
}
.button_secondary a {
  position: relative;
  z-index: 2;
  display: block;
  width: 210px;
  text-decoration: none;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  border-radius: 12px;
  font-family: Archivo;
  font-style: normal;
  font-weight: 600;
  background-color: #fff;
  display: flex;
  align-items: center;
  color: black;
  transition: all 250ms ease, filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 200ms ease,
    -webkit-filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: Stratoslcweb, sans-serif;
}
.button_secondary a:hover {
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.26);
  box-shadow: 5px 0 30px 0 rgb(0 0 0 / 10%);
  -webkit-filter: hue-rotate(83deg);
  filter: hue-rotate(83deg);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.button_secondary a p {
  color: #000;
  font-weight: 600;
  white-space: nowrap;
}
.opensea {
  font-weight: 800;
}
.soldout {
  color: #e2401c;
}
.button_secondary a img {
  margin-left: 5px;
  width: 20%;
}
.block_connect button:hover {
  background-color: rgb(94, 39, 167);
  color: white;
}
.hidden {
  display: none;
}
.backg {
  width: 100vw;
  display: flex;
  flex-direction: column;
}
.lowlight {
  /* position: absolute; */
  width: 80%;
  height: 22vh;
  margin: auto;

  /* left: 0; */
  /* bottom: -8%; */
  text-align: center;
  z-index: -1;
  transform: translateY(-230px);
}
::selection {
  color: #ffffff;
  background: #7b61ff;
}

nav {
  color: white;
  margin-top: 30px;
  font-weight: 500;
  font-size: 24px;
  display: flex;
}
nav img {
  width: 24px;
  margin-right: 10px;
}
.high {
  padding-top: 8%;
}
h2,
p {
  font-size: 16px;
  font-family: Archivo;
  font-style: normal;
  font-weight: normal;
  line-height: 17px;
  text-align: center;
}
h1 {
  font-weight: bold;
  font-size: 60px;
  line-height: 65px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 20px;
}
h2 {
  color: #7b61ff;
}
p {
  color: rgba(255, 255, 255, 0.6);
}

.prs {
  padding-top: 0vh;
  display: flex;
  justify-content: space-around;
  margin-right: 10%;
}
.prs1 {
  /* position: absolute; */
  width: 330px;
  /* left: 5%;
  bottom: 2%; */
}
.prs2 {
  /* position: absolute; */
  width: 340px;

  /* right: 5%;
  bottom: 2%; */
}
.disabled_link {
  pointer-events: none;
}
.gray_effect {
  position: relative;
  z-index: 2;
  display: block;
  width: 210px;
  text-decoration: none;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  border-radius: 12px;
  font-family: Archivo;
  font-style: normal;
  font-weight: 600;
  background-color: #fff;
  background-image: linear-gradient(200deg, #4a3f5a, rgba(142, 97, 255, 0) 34%),
    radial-gradient(
      circle farthest-corner at 0% -100%,
      #303844 20%,
      rgba(205, 219, 248, 0) 51%
    ),
    linear-gradient(180deg, #3c394d, #231b49);
  box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 19%), 0 0 15px 0 rgb(26 18 71 / 72%),
    0 5px 53px 0 rgb(45 45 108 / 73%);
  -webkit-transition: all 250ms ease, box-shadow 200ms ease,
    -webkit-filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 250ms ease, box-shadow 200ms ease,
    -webkit-filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 250ms ease, filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 200ms ease;
  transition: all 250ms ease, filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 200ms ease,
    -webkit-filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: Stratoslcweb, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.5px;
  cursor: pointer;
}
/* .button a:hover {
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.26);
  box-shadow: 5px 0 30px 0 rgb(0 0 0 / 10%);
  -webkit-filter: hue-rotate(83deg);
  filter: hue-rotate(83deg);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
} */
@keyframes glow {
  from {
    text-shadow: 0 0 1px #fff, 0 0 5px #fff, 0 0 10px #e60000,
      0 0 40px #e60000 0 0 15px #e60000, 0 0 20px #e60000, 0 0 30px #e60000;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 10px #e60000, 0 0 15px #e60000,
      0 0 20px #e60000, 0 0 25px #e60000, 0 0 30px #e60000, 0 0 35px #e60000;
  }
}
.error:hover {
  -webkit-animation: glow 0.6s ease-in-out alternate;
  -moz-animation: glow 0.6s ease-in-out alternate;
  animation: glow 0.6s ease-in-out alternate;
}
.active_effect {
  position: relative;
  z-index: 2;
  display: block;
  width: 210px;
  text-decoration: none;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  border-radius: 12px;
  font-family: Archivo;
  font-style: normal;
  font-weight: 600;
  background-color: #fff;
  background-image: linear-gradient(200deg, #9e61ff, rgba(142, 97, 255, 0) 34%),
    radial-gradient(
      circle farthest-corner at 0% -100%,
      #619bff 20%,
      rgba(205, 219, 248, 0) 51%
    ),
    linear-gradient(180deg, #6c52ee, #6c52ee);
  box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 19%), 0 0 15px 0 rgb(238 1 255 / 57%),
    0 5px 53px 0 rgb(0 29 255 / 73%);
  -webkit-transition: all 250ms ease, box-shadow 200ms ease,
    -webkit-filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 250ms ease, box-shadow 200ms ease,
    -webkit-filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 250ms ease, filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 200ms ease;
  transition: all 250ms ease, filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 200ms ease,
    -webkit-filter 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: Stratoslcweb, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.active_effect:hover {
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.26);
  box-shadow: 5px 0 30px 0 rgb(0 0 0 / 10%);
  -webkit-filter: hue-rotate(83deg);
  filter: hue-rotate(83deg);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#demo {
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 6vw;
  padding-top: 25px;
  text-align: center;
  width: 50%;
  margin: auto;
  white-space: nowrap;
}
.txt_dms {
  width: 45%;
  margin: auto;
  justify-content: center;
  display: flex;
  flex-direction: row;
}
.txt_dms p {
  color: white;
  width: 25%;
  text-align: center;
  /* padding-left: 5%; */
}

.container {
  /* padding-top: 20%; */
  width: 100%;
  counter-reset: step;
}
.progressbar {
}
.progressbar li {
  list-style-type: none;
  float: left;
  width: 25%;
  position: relative;
  text-align: center;
  color: #54436d;
}
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1.5px solid #4a3f5a;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: black;
}

.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #4a3f5a;
  top: 13px;
  left: -50%;
  z-index: -1;
}
@keyframes animatedbar {
  0% {
    background-color: #6c52ee;
    box-shadow: 200px 0px 100px -100px #ee01ff inset;
  }
  50% {
    background-color: #ee01ff;
    box-shadow: 200px 0px 100px -100px #6c52ee inset;
  }
  100% {
    background-color: #6c52ee;
    box-shadow: 200px 0px 100px -100px #ee01ff inset;
  }
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #6c52ee;
}
.progressbar li.active:before {
  border-color: #6c52ee;
}
.progressbar li.active + li:after {
  /* background-color: #6c52ee; */
  animation: animatedbar infinite linear 4s;
}
.dates_high {
  color: #6c52ee;
  font-weight: 600;
}
.q_txt {
  padding-top: 80px;
  padding-bottom: 105px;
  width: 100%;
  display: flex;
}
.q_txt div {
  margin: 0 15px 0 15px;
}
.q_txt h2 {
  line-height: 28px;
  font-size: 25px;
  text-decoration: underline;
  padding-bottom: 10px;
}
.active_txt p {
  color: white;
}
.active_txt h2 {
  font-size: 30px;
  padding-bottom: 15px;
}
.underl {
  text-decoration: underline;
}
.q_txt p {
  margin-bottom: 15px;
}
.r_cards {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 50px;
  text-align: center;
}
.r_cards > div > div {
  border: 2px solid #6c52ee;
  width: 80%;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 12px;
}
.r_cards > div > div img {
  border-radius: 12px;
}
.r_cards h3 {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}
.h2_pack h2,
.networks h2 {
  font-size: 40px;
  color: white;
  font-weight: bold;
  line-height: 45px;
}
.h2_pack {
  margin-bottom: 30px;
}
.price_nft {
  margin-top: 10px;
  font-weight: 400;
  font-size: 20px;
  color: white;
}
.asterix {
  margin-top: 20px;
  font-size: 14px;
}

/* contact form */
* .container_form {
  margin-top: 8rem;
  width: 40%;
  margin-left: 10%;
}
#contact > h3 {
  font-size: 35px;
  font-weight: 600;
  padding: 0 0 35px 0;
}
#contact > a {
  display: block;
  padding: 0.5rem 0 0 0;
  color: white;
}
#contact > a:first-of-type {
  margin-top: 1rem;
}
fieldset {
  border-bottom: solid white 1px;
  width: 100%;
  padding: 0;
  max-width: 100%;
  background-color: none;

  align-items: baseline;
}
fieldset:first-of-type {
  margin-top: 2rem;
}
fieldset:last-of-type {
  border: none;
}

#contact input {
  width: 100%;
  background-color: #000;
  border: none;
  margin-bottom: 10px;
  color: white;
  padding: 30px 0 0 0;
}

textarea {
  padding: 10px 0 50px 0;
  width: 100%;
  background-color: #000;
  border: none;
  /* border-bottom: solid white 1px; */
  color: white;
}
#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: none;
}
.fix_crypto_hero {
  position: absolute;
  transform: translate(88%, -110%) rotate(0deg);
}
.fix_crypto_hero img {
  width: 1000px;
}
.success {
  color: #9b23ea;
}
.envoyer {
  margin-top: 25px;
  float: right !important;
  border: solid white 2px !important;
  width: 50% !important;
  padding: 10px 0 10px 0 !important;
  -webkit-appearance: button;
  -moz-appearance: button;
  border-radius: 0;
  font-weight: 500;
}
.envoyer2 {
  margin-top: 20px;
  border: solid white 2px;
  /* width: 50%; */
  /* padding: 10px 0 10px 0; */
  float: right;
  text-align: center;
  color: #151515;
  margin-bottom: 30px;
  /* -webkit-appearance: button; */
  /* -moz-appearance: button; */
  /* background-color: #151515; */
  border-radius: 0;
  font-weight: 500;
}
.envoyer2 a {
  /* text-decoration: none; */
  background-color: #151515 !important;
}
.image_contact {
  margin-left: 35px;
  width: 80%;
  align-items: center;
  background-image: url(/elements/ovis_bruce.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.wrapper_contact {
  display: flex;
}
.mail_envoye {
  display: block;
  margin: 10% 10%;
  justify-content: center;
  align-items: center;
}
.h1_env {
  /* margin-top: 40%; */
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: white;
  margin-top: 0px;
}
.coin_rel {
  display: flex;
  padding: 0 10% 0 10%;
  margin-bottom: 20px;
}
.coin_high {
  display: flex;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
}

.coin_high h2 {
  text-decoration: underline;
  color: white;
  vertical-align: middle;
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
}
.coin_high div:nth-child(2) {
  margin: auto 0 auto 0;
  width: 75%;
}
.coin_high div:nth-child(1) {
  width: 18%;
}
.coin_high div:nth-child(1) img {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.crypto {
  padding-bottom: 40px;
  padding-top: 60px;
}

.networks {
  display: block;
  margin-top: 20px;
  width: 25%;
  float: right;
  margin-bottom: 75px;
}
.networks div {
  display: flex;
  justify-content: space-around;
}
.telegram {
  background-color: white;
  padding: 8%;
  border-radius: 25%;
}
.networks img {
  width: 100%;
  margin-bottom: 10px;
}
.networks div:nth-child(2) a {
  width: 20%;
}
.networks div:nth-child(2) {
  margin-top: 15px;
}
/* debut des media */
/*  */
@media (max-width: 930px) {
  html,
  body {
    overflow-x: hidden;
  }
  body {
    position: relative;
  }
  .coin_high h2 {
    font-size: 20px;
  }
  .coin_high div:nth-child(1) {
    width: 30%;
  }
  .lowlight {
    transform: translateY(-130px);
  }
  .image_contact {
    width: 100vw;
    height: 25vh;
  }
  .wrapper_contact {
    flex-direction: column;
  }
  .container_form {
    width: 80%;
  }
  .q_txt {
    flex-direction: column;
    padding-bottom: 120px;
  }
  .q_txt div {
    padding-bottom: 50px;
  }
  /* .container {
    padding-top: 30%;
  } */
  .high {
    padding-top: 15%;
  }
  .prs {
    padding-top: 18vw;
  }
  .prs1 {
    width: 240px;
  }
  .prs2 {
    width: 260px;
  }
  h2,
  p {
    font-size: 14px;
  }
  h1 {
    font-size: 50px;
    padding-bottom: 15px;
  }
}

@media (max-width: 650px) {
  footer {
    width: 100%;
    margin: auto;
  }
  .fix_crypto_hero {
    position: absolute;
    transform: translate(112%, -150%) rotate(90deg);
  }
  .fix_crypto_hero img {
    width: 500px;
  }
  .another_fix {
    transform: translate(-100%);
  }
  .fix_packss {
    transform: translateX(0%);
  }
  .fix_switch div {
    width: 100vw;
  }
  section {
    width: 100vw;
  }
  nav {
    padding: 0 5% 0 5%;
  }
  body,
  footer {
    padding-left: 0%;
    padding-right: 0%;
  }
  .networks {
    display: block;
    margin-top: 20px;
    width: 100%;
    float: none;
    margin-bottom: 0px;
  }
  .r_cards {
    flex-direction: column;
    width: 80%;
    margin: auto;
  }
  .r_cards > div {
    margin-bottom: 60px;
  }
  /* .container {
    padding-top: 50%;
  } */
  #demo {
    font-size: 8vw;
  }
  .txt_dms {
    width: 65%;
  }
  .txt_dms p {
    font-size: 16px;
  }
  /* .lowlight {
    bottom: 0;
  } */
  /* .prs {
    padding-top: 25vh;
  } */
  .prs1 {
    width: 230px;
  }
  .prs2 {
    width: 230px;
  }
  h2,
  p {
    font-size: 12px;
  }
  h1 {
    font-size: 35px;
    padding-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .backg {
    padding: 0 0% 0% 5%;
  }

  .image_contact {
    width: 70vw;
  }
  .lowlight {
    transform: translateY(-80px);
  }
  .prs1,
  .prs2 {
    bottom: 0%;
  }
  /* .lowlight {
    bottom: 55px;
    height: 16%;
  } */

  /* .lowlight {
    left: -186%;
    bottom: -20%;
  } */
  .high {
    padding-top: 20%;
  }
  .prs1 {
    width: 190px;
  }
  .prs2 {
    width: 190px;
  }
  h2,
  p {
    font-size: 15px;
    white-space: inherit;
    width: 85%;
    margin: auto;
  }
  h1 {
    font-size: 35px;
    padding-bottom: 15px;
    line-height: 35px;
    width: 80%;
    margin: auto;
  }
  .txt_dms p {
    font-size: 15px;
  }
  .txt p {
    font-size: 15px;
  }
}
