@import url('https://fonts.googleapis.com/css2?family=Reggae+One&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  background-image: url('build/images/FAQ Doppels.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; 
  background-attachment: fixed;
  
  display: block;
  background-color: transparent;
  
  
}

.cabecalho {
  /* height: 100vh;
  width: 100vw; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 30px;
  z-index: 4;
}

.logo-imagem {
  z-index: 4;
  height: 20vh;
  position: absolute;
  top: 1vh;
  left: 1vw;
  position: fixed;
  
}

.logo-imagem:hover {
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 20px rgba(255, 255, 255, 0.4);
}

.cabecalho-menu {
  z-index: 4;
  display: flex;
  position: fixed;
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 11vw;
  gap: 80px;
  margin-top: 8vh;
  
}

.twitter-image{
  height: 7.5vh;
  width: 3.5vw;
  border-radius: 50%;
  box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
}

.opensea-image{
  height: 7.5vh;
  width: 3.5vw;
  border-radius: 50%;
  box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
}

.etherscan-image{
  height: 7.5vh;
  width: 3.5vw;
  border-radius: 50%;
  box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
   
}

.etherscan-white {
  height: 7.5vh;
  width: 3.5vw;
  background-color: #fff;
  color: #777;
  border-radius: 50%;
}



/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* .rodape {
  display: flex;
  padding:40px;
  background-color:#000000;
  clear: both;
  position: relative;
  top: 990px;
  height: 100px;
  width:100%;  
}

.rodape-imagem{
  height: 70px;
  display: block;
  margin: -20px auto;

} */

.conteudo-secundario{
  height: 100vh;
  width: 100vw;
  
  /* top: 23%;
  left: 27%;
  right: 27%; */
  
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  justify-content: center;
 
}


.mint-answer{
  transform: rotate(-4.53deg);
  background: transparent;
  color: #00EE9C;
  text-align: center;
  display: none;
  font-size: 3vh;
  font-family: 'Reggae One', cursive;
  /* position:absolute;
  top:33%; */
}

.where-answer{
  transform: rotate(-4.53deg);
  background: transparent;
  color: #00EE9C;
  text-align: center;
  display: none;
  font-size: 3vh;
  font-family: 'Reggae One', cursive;
}

.roadmap-answer{
  transform: rotate(-4.53deg);
  background: transparent;
  color: #00EE9C;
  text-align: center;
  display: none;
  font-size: 3vh;
  font-family: 'Reggae One', cursive;
}

.price-answer{
  transform: rotate(-4.53deg);
  background: transparent;
  color: #00EE9C;
  text-align: center;
  display: none;
  font-size: 3vh;
  font-family: 'Reggae One', cursive;
}


.howmany-answer{
  transform: rotate(-4.53deg);
  background: transparent transparent;
  color: #00EE9C;
  text-align: center;
  display: none;
  font-size: 3vh;
  font-family: 'Reggae One', cursive;
  margin-left: 13%;
  width: 110%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

#howmany-question{
  width: 800px;
  
}

button, button::after {
  transform: rotate(-4.53deg);
  width: 900px;
  height: 10vh;
  font-size: 3vh;
  font-family: 'Reggae One', cursive;
  background: transparent;
  /* background: linear-gradient(transparent 5%, transparent 5%); */
  border: 0;
  color: #fff;
  letter-spacing: 3px;
  line-height: 88px;
  /* box-shadow: 6px 3px 0px 0px #00E6F6; */
  outline: transparent;
  position: relative;
}

button::after {
  --slice-0: inset(50% 50% 50% 50%);
  --slice-1: inset(80% -6px 0 0);
  --slice-2: inset(50% -6px 30% 0);
  --slice-3: inset(10% -6px 85% 0);
  --slice-4: inset(40% -6px 43% 0);
  --slice-5: inset(80% -6px 5% 0);
  
  content: '!!ERROR!! !!ERROR!!';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 3%, #00E6F6 5%, #00E6F6 5%, #ff018d 5%);
  text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
  clip-path: var(--slice-0);
}

button:hover::after {
  animation: 1s glitch;
  animation-timing-function: steps(2, end);
}

@keyframes glitch {
  0% {
    clip-path: var(--slice-1);
    transform: translate(-20px, -10px);
  }
  10% {
    clip-path: var(--slice-3);
    transform: translate(10px, 10px);
  }
  20% {
    clip-path: var(--slice-1);
    transform: translate(-10px, 10px);
  }
  30% {
    clip-path: var(--slice-3);
    transform: translate(0px, 5px);
  }
  40% {
    clip-path: var(--slice-2);
    transform: translate(-5px, 0px);
  }
  50% {
    clip-path: var(--slice-3);
    transform: translate(5px, 0px);
  }
  60% {
    clip-path: var(--slice-4);
    transform: translate(5px, 10px);
  }
  70% {
    clip-path: var(--slice-2);
    transform: translate(-10px, 10px);
  }
  80% {
    clip-path: var(--slice-5);
    transform: translate(20px, -10px);
  }
  90% {
    clip-path: var(--slice-1);
    transform: translate(-10px, 0px);
  }
  100% {
    clip-path: var(--slice-1);
    transform: translate(0);
  }
}

@media screen and (min-width: 768px){
  .logo-imagem {
    z-index: 4;
    height: 15%;
    position: absolute;
    top: 6%;
    left: 3%;
    position: fixed;
  }

  .cabecalho-menu {
    z-index: 4;
    display: flex;
    position: fixed;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 2vw;
    gap: 60px;
    margin-top: 8vh;
    
  }

  .twitter-image{
    height: 7.5vh;
    width: 5.5vw;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
  }
  
  .opensea-image{
    height: 7.5vh;
    width: 5.5vw;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
  }
  
  .etherscan-image{
    height: 7.5vh;
    width: 5.5vw;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
     
  }
  
  .etherscan-white {
    height: 7.5vh;
    width: 5.5vw;
    background-color: #fff;
    color: #777;
    border-radius: 50%;
  }

  .conteudo-secundario{
    height: 73vh;
    width: 100vw;
    
    /* top: 23%;
    left: 27%;
    right: 27%; */
    
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
    justify-content: center;
   
  }

  button, button::after {
    transform: rotate(-4.53deg);
    width: 600px;
    height: 10vh;
    font-size: 3vh;
    font-family: 'Reggae One', cursive;
    background: transparent;
    /* background: linear-gradient(transparent 5%, transparent 5%); */
    border: 0;
    color: #fff;
    letter-spacing: 3px;
    line-height: 88px;
    /* box-shadow: 6px 3px 0px 0px #00E6F6; */
    outline: transparent;
    position: relative;
  }
  button::after {
    --slice-0: inset(50% 50% 50% 50%);
    --slice-1: inset(80% -6px 0 0);
    --slice-2: inset(50% -6px 30% 0);
    --slice-3: inset(10% -6px 85% 0);
    --slice-4: inset(40% -6px 43% 0);
    --slice-5: inset(80% -6px 5% 0);
    
    content: '!!ERROR!! !!ERROR!!';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 3%, #00E6F6 5%, #00E6F6 5%, #ff018d 5%);
    text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
    clip-path: var(--slice-0);
  }
  
  button:hover::after {
    animation: 1s glitch;
    animation-timing-function: steps(2, end);
  }

  #howmany-question{
    width: 490px;
    
  }

  .mint-answer{
    transform: rotate(-4.53deg);
    background: transparent;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 3vh;
    font-family: 'Reggae One', cursive;
    /* position:absolute;
    top:33%; */
    height: 2vh;
  }
  
  .where-answer{
    transform: rotate(-4.53deg);
    background: transparent;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 3vh;
    font-family: 'Reggae One', cursive;
    height: 2vh;
  }
  
  .roadmap-answer{
    transform: rotate(-4.53deg);
    background: transparent;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 3vh;
    font-family: 'Reggae One', cursive;
    height: 3vh;
  }
  
  .price-answer{
    transform: rotate(-4.53deg);
    background: transparent;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 3vh;
    font-family: 'Reggae One', cursive;
    height: 2vh;
  }
  
  
  .howmany-answer{
    transform: rotate(-4.53deg);
    background: transparent transparent;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 3vh;
    font-family: 'Reggae One', cursive;
    margin-left: 15%;
    width: 80%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    height: 2vh;
  }

}

@media screen and (min-width: 1024px){
  .cabecalho-menu {
    z-index: 4;
    display: flex;
    position: fixed;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 4vw;
    gap: 60px;
    margin-top: 8vh;
    
  }

  button, button::after {
    transform: rotate(-4.53deg);
    width: 800px;
    height: 10vh;
    font-size: 3vh;
    font-family: 'Reggae One', cursive;
    background: transparent;
    /* background: linear-gradient(transparent 5%, transparent 5%); */
    border: 0;
    color: #fff;
    letter-spacing: 3px;
    line-height: 88px;
    /* box-shadow: 6px 3px 0px 0px #00E6F6; */
    outline: transparent;
    position: relative;
  }
  button::after {
    --slice-0: inset(50% 50% 50% 50%);
    --slice-1: inset(80% -6px 0 0);
    --slice-2: inset(50% -6px 30% 0);
    --slice-3: inset(10% -6px 85% 0);
    --slice-4: inset(40% -6px 43% 0);
    --slice-5: inset(80% -6px 5% 0);
    
    content: '!!ERROR!! !!ERROR!!';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 3%, #00E6F6 5%, #00E6F6 5%, #ff018d 5%);
    text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
    clip-path: var(--slice-0);
  }
  
  button:hover::after {
    animation: 1s glitch;
    animation-timing-function: steps(2, end);
  }

  #howmany-question{
    width: 680px;
    margin-left: 60px;
  }

  .conteudo-secundario{
    height: 80vh;
    width: 100vw;
    
    /* top: 23%;
    left: 27%;
    right: 27%; */
    
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
    justify-content: center;
   
  }

  .price-answer{
    transform: rotate(-4.53deg);
    background: transparent;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 3vh;
    font-family: 'Reggae One', cursive;
    height: 2vh;
    margin-left: 10vh;
  }
  

  .roadmap-answer{
    transform: rotate(-4.53deg);
    background: transparent;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 3vh;
    font-family: 'Reggae One', cursive;
    height: 5vh;
  }

}

@media screen and (min-width: 1280px){
  .logo-imagem {
    z-index: 4;
    height: 14vh;
    position: absolute;
    top: 3.5vh;
    left: 2vw;
    position: fixed;
  }
  
  .cabecalho-menu {
    z-index: 4;
    display: flex;
    position: fixed;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 2.5vw;
    gap: 80px;
    margin-top: 10vh;
    
  }
  
  .twitter-image{
    height: 8vh;
    width: 6vw;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
  }
  
  .opensea-image{
    height: 8vh;
    width: 6vw;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
  }
  
  .etherscan-image{
    height: 8vh;
    width: 6vw;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
     
  }
  
  .etherscan-white {
    height: 8vh;
    width: 6vw;
    background-color: #fff;
    color: #777;
    border-radius: 50%;
  }

  button, button::after {
    transform: rotate(-4.53deg);
    width: 1100px;
    height: 10vh;
    font-size: 3vh;
    font-family: 'Reggae One', cursive;
    background: transparent;
    /* background: linear-gradient(transparent 5%, transparent 5%); */
    border: 0;
    color: #fff;
    letter-spacing: 3px;
    line-height: 88px;
    /* box-shadow: 6px 3px 0px 0px #00E6F6; */
    outline: transparent;
    position: relative;
  }
  button::after {
    --slice-0: inset(50% 50% 50% 50%);
    --slice-1: inset(80% -6px 0 0);
    --slice-2: inset(50% -6px 30% 0);
    --slice-3: inset(10% -6px 85% 0);
    --slice-4: inset(40% -6px 43% 0);
    --slice-5: inset(80% -6px 5% 0);
    
    content: '!!ERROR!! !!ERROR!!';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 3%, #00E6F6 5%, #00E6F6 5%, #ff018d 5%);
    text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
    clip-path: var(--slice-0);
  }
  
  button:hover::after {
    animation: 1s glitch;
    animation-timing-function: steps(2, end);
  }

  #howmany-question{
    width: 1000px;
    
  }

  .mint-answer{
    transform: rotate(-4.53deg);
    background: transparent ;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 3vh;
    font-family: 'Reggae One', cursive;
    /* position:absolute;
    top:33%; */
    height: 1vh;
    margin-top: -2vh;
  }
  
  .where-answer{
    transform: rotate(-4.53deg);
    background: transparent ;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 3vh;
    font-family: 'Reggae One', cursive;
    margin-top: -2vh;
  }
  
  .roadmap-answer{
    transform: rotate(-4.53deg);
    background: transparent ;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 3vh;
    font-family: 'Reggae One', cursive;
    margin-top: -2vh;
  }
  
  .price-answer{
    transform: rotate(-4.53deg);
    background: transparent ;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 3vh;
    font-family: 'Reggae One', cursive;
    margin-top: -2vh;
  }
  
  
  .howmany-answer{
    transform: rotate(-4.53deg);
    background: transparent transparent;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 2.8vh;
    font-family: 'Reggae One', cursive;
    margin-left: 15%;
    width: 110%;
    margin-top: -2vh;
  }

}

@media screen and (min-width: 1600px){
  .logo-imagem {
    z-index: 4;
    height: 16vh;
    position: absolute;
    top: 3.5vh;
    left: 2vw;
    position: fixed;
  }
  
  .cabecalho-menu {
    z-index: 4;
    display: flex;
    position: fixed;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 5vw;
    gap: 90px;
    margin-top: 10vh;
    
  }
}

@media screen and (min-width: 1920px){
  .cabecalho {
    /* height: 100vh;
    width: 100vw; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 50px;
    z-index: 4;
  }

  .logo-imagem {
    z-index: 4;
    height: 20vh;
    position: absolute;
    top: 1vh;
    left: 1vw;
    position: fixed;
    
  }
  
  .logo-imagem:hover {
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 20px rgba(255, 255, 255, 0.4);
  }
  
  .cabecalho-menu {
    z-index: 4;
    display: flex;
    position: fixed;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 140px;
    gap: 80px;
    margin-top: 50px;
    
  }
  
  .twitter-image{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
  }
  
  .opensea-image{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
  }
  
  .etherscan-image{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
     
  }
  
  .etherscan-white {
    height: 80px;
    width: 80px;
    background-color: #fff;
    color: #777;
    border-radius: 50%;
  }
  
  .conteudo-secundario{
    height: 100vh;
    width: 100vw;
    
    /* top: 23%;
    left: 27%;
    right: 27%; */
    
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    margin-top: -9vh;
    justify-content: center;
    
  }

  button, button::after {
    transform: rotate(-4.53deg);
    width: 1100px;
    height: 8vh;
    font-size: 3vh;
    font-family: 'Reggae One', cursive;
    background: transparent;
    /* background: linear-gradient(transparent 5%, transparent 5%); */
    border: 0;
    color: #fff;
    letter-spacing: 3px;
    line-height: 88px;
    /* box-shadow: 6px 3px 0px 0px #00E6F6; */
    outline: transparent;
    position: relative;
  }
  
  button::after {
    --slice-0: inset(50% 50% 50% 50%);
    --slice-1: inset(80% -6px 0 0);
    --slice-2: inset(50% -6px 30% 0);
    --slice-3: inset(10% -6px 85% 0);
    --slice-4: inset(40% -6px 43% 0);
    --slice-5: inset(80% -6px 5% 0);
    
    content: '!!ERROR!! !!ERROR!!';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 3%, #00E6F6 5%, #00E6F6 5%, #ff018d 5%);
    text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
    clip-path: var(--slice-0);
  }
  
  button:hover::after {
    animation: 1s glitch;
    animation-timing-function: steps(2, end);
  }

  #howmany-question{
    width: 1000px;
  }

  .mint-answer{
    transform: rotate(-4.53deg);
    background: transparent;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 3vh;
    font-family: 'Reggae One', cursive;
    /* position:absolute;
    top:33%; */
    height: 1vh;
    margin-top: -3vh;
  }
  
  .where-answer{
    transform: rotate(-4.53deg);
    background: transparent;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 3vh;
    font-family: 'Reggae One', cursive;
    margin-top: -3vh;
  }
  
  .roadmap-answer{
    transform: rotate(-4.53deg);
    background: transparent;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 3vh;
    font-family: 'Reggae One', cursive;
    margin-top: -3vh;
  }
  
  .price-answer{
    transform: rotate(-4.53deg);
    background: transparent;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 3vh;   
    font-family: 'Reggae One', cursive;
    margin-top: -3vh;
  }
  
  
  .howmany-answer{
    transform: rotate(-4.53deg);
    background: transparent transparent;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 2.8vh;
    font-family: 'Reggae One', cursive;
    margin-left: 13%;
    width: 110%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    margin-top: -3vh;
  }

  
}

@media(max-width: 450px){
  body {
    background-image: url('build/images/FAQ Doppels-mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 29% ;
    /* background-attachment: fixed; */
    position: fixed;
    background-color: #510114;
    
 }
  
  
  .logo-imagem {
    display: block;
    position: fixed;
    bottom: auto;
    left: 3%;
    top: 3%;
    right: 5%;
    height: 30vw;
    padding: 1%; 
    
  }

  .logo-imagem:hover {
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 15px rgba(255, 255, 255, 0.4);
  }

  .cabecalho-menu {
    
    display: flex;
    position: fixed;
    left: 30vw;
    gap: 33px;
    padding: 8%;
    margin-top: 15.5vh;
  }
  
  .twitter-image{
    height: 6vh;
    width: 13vw;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
  }
  
  .opensea-image{
    height: 6vh;
    width: 13vw;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
  }
  
  .etherscan-image{
    height: 6vh;
    width: 13vw;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
     
  }
  
  .etherscan-white {
    height: 6vh;
    width: 13vw;
    background-color: #fff;
    color: #777;
    border-radius: 50%;
  }
  
  .conteudo-secundario{
    margin-right: 70vw;
    
    top: -1vh;
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
   
  }

  button, button::after {
    transform: rotate(0deg);
    white-space: normal;
    width: 200vw;
    height: 20vw;
    font-size: 5vw;
    font-family: 'Reggae One', cursive;
    background: transparent;
    /* background: linear-gradient(transparent 5%, transparent 5%); */
    border: 0;
    color: #fff;
    letter-spacing: 3px;
    line-height: 88px;
    /* box-shadow: 6px 3px 0px 0px #00E6F6; */
    outline: transparent;
    position: relative;
  }

  button::after {
    --slice-0: inset(50% 50% 50% 50%);
    --slice-1: inset(80% -6px 0 0);
    --slice-2: inset(50% -6px 30% 0);
    --slice-3: inset(10% -6px 85% 0);
    --slice-4: inset(40% -6px 43% 0);
    --slice-5: inset(80% -6px 5% 0);
    
    content: '!!ERROR!! !!ERROR!!';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 3%, #00E6F6 5%, #00E6F6 5%, #ff018d 5%);
    text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
    clip-path: var(--slice-0);
  }
  
  button:hover::after {
    animation: 1s glitch;
    animation-timing-function: steps(2, end);
  }

  .mint-answer{
    transform: rotate(0);
    background: transparent;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 5.5vw;
    font-family: 'Reggae One', cursive;
    /* position:absolute;
    top:33%; */
  }
  
  .where-answer{
    transform: rotate(0);
    background: transparent;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 5.5vw;
    font-family: 'Reggae One', cursive;
    width: 100vw;
    
  }
  
  .roadmap-answer{
    transform: rotate(0);
    background: transparent;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 5.5vw;
    font-family: 'Reggae One', cursive;
    width: 100vw;
  }
  
  .price-answer{
    transform: rotate(0);
    background: transparent;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 5.5vw;
    font-family: 'Reggae One', cursive;
    width: 100vw;
  }
  
  
  .howmany-answer{
    transform: rotate(0);
    background: transparent transparent;
    color: #00EE9C;
    text-align: center;
    display: none;
    font-size: 5.5vw;
    font-family: 'Reggae One', cursive;
    width: 100vw;
    margin-left: 0%;
  }

  #howmany-question{
    width: 120vw;
    font-size: 4.3vw;
    
  }
}