@import url('https://fonts.googleapis.com/css2?family=Reggae+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gugi&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  background-image: url('build/images/background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: rgb(147, 65, 65);
  /* position:absolute; */
  /* height: 1080px; */
  background-attachment: scroll;
  display: block;
   
  
}

/* .cabecalho {
  display: flex;
  flex-direction:row;
  align-items: center;
  justify-content: flex-end;
  padding: 30px;
  gap: 2%;
} */

.logo-mobile{
  display:none;
}

.logo-imagem {
  height: 16%;
  position: absolute;
  top: 2%;
  left: 46%;
  display: inline;
}

.logo-imagem:hover {
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 20px rgba(255, 255, 255, 0.4);
}

.cabecalho-menu {
  display: flex;
  position: fixed;
  padding-left: 74%;
  padding-top: 2%;
  gap: 40px;
  width: 100%;
}

.twitter-image{
  height: 65px;
  width: 65px;
  border-radius: 50%;
  box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
}

.opensea-image{
  height: 65px;
  width: 65px;
  border-radius: 50%;
  box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
}

.etherscan-image{
  height: 65px;
  width: 65px;
  border-radius: 50%;
  box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
   
}

.etherscan-white {
  height: 65px;
  width: 65px;
  background-color: #fff;
  color: #777;
  border-radius: 50%;
}

.cabecalho-menu-item-faq{
  top: 50%;
  right: 20%;
  z-index: 3;
  width: 25%;
}

.music-button{
  height: 100px;
  width: 100px;
  border-radius: 50%;
  box-shadow: 0 0px 0px 0px rgb(255, 255, 255);
  background-color: #fff;
  margin-top: 70vh;
  margin-left: 17vw;
  padding: 5px;
  display: fixed;
}

.music-button:hover{
  box-shadow: 0 0px 20px 30px rgba(255, 0, 76, 0.651);
}


@keyframes shake-animation {
  0% { transform:translate(0,0) }
 1.78571% { transform:translate(5px,0) }
 3.57143% { transform:translate(0,0) }
 5.35714% { transform:translate(5px,0) }
 7.14286% { transform:translate(0,0) }
 8.92857% { transform:translate(5px,0) }
 10.71429% { transform:translate(0,0) }
 100% { transform:translate(0,0) }
}

.faq-image{
  width: 17%;
  top: 49%;
  right: 1%;
  left: 82%;
  bottom: auto;
  position: absolute;
}

.faq-image:hover {
  
  border-radius: 55px;
  box-shadow: 0px 0px 10px 20px rgba(255, 255, 255, 0.4);
}

.faq-image:not(:active){
  animation: shake-animation 4.72s ease infinite;
}

.faq-image:active{
  transform: rotate(-10deg);
  box-shadow: 0 0px 0px 0px rgba(255, 255, 255, 0.4);
}



/* 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;
}

.mint-button{
  /* width: 10.5%; */
  position: absolute;
  top: 79.3% ;
  left: 44.5%;
  
}

.mint-button:hover {
  transform: translateY(-15px);
  border-radius: 50%;
  box-shadow: 0 15px 10px 14px rgba(0, 0, 0, 0.5);
  
}

.mint-button:active{
  transform: translateY(-1px);
  box-shadow: 0 0px 15px 10px rgba(255, 166, 0, 0.842), 0 0px 15px 10px rgb(255, 0, 0);
  
}

.sold-out{
  font-family: 'Gugi', cursive;
  margin-top: -19%;
  margin-left: 41.9%;
  animation:blinking 1s infinite;
  font-size: 3.5vw;
}

@keyframes blinking{
  0%{  color: rgb(255, 0, 0); }
  47%{  color: yellow; }
  62%{  color: red; }
  97%{  color:yellow; }
  100%{ color: rgb(255, 0, 0);  }
}

@media screen and (min-width: 768px){
  body {
    background-attachment: fixed;
           
  }
  .logo-imagem {
    height: 14%;
    position: absolute;
    top: 2%;
    left: 44.5%;
    display: inline;
  }
  
  .logo-imagem:hover {
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 20px rgba(255, 255, 255, 0.4);
  }
  .cabecalho-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 1%;
    left:1%;
    margin-left: 13%;
    top: 8%;
    gap: 20px;
    
  }
  .twitter-image{
    height: 5%;
    width: 25%;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
  }
  
  .opensea-image{
    height: 2%;
    width: 25%;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
  }
  
  .etherscan-image{
    height: 2%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
     
  }
  
  .etherscan-white {
    height: 2%;
    width: 25%;
    background-color: #fff;
    color: #777;
    border-radius: 50%;
  }

  .faq-image:hover {
  
    border-radius: 25px;
    box-shadow: 0px 0px 10px 20px rgba(255, 255, 255, 0.4);
  }

  .music-button{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    box-shadow: 0 0px 0px 0px rgb(255, 255, 255);
    background-color: #fff;
    margin-top: 58vh;
    margin-left: 8vw;
    padding: 5px;
    display: fixed;
  }
  
  .music-button:hover{
    box-shadow: 0 0px 20px 30px rgba(255, 0, 76, 0.651);
  }

  .sold-out{
    font-family: 'Gugi', cursive;
    margin-top: -24%;
    margin-left: 41.9%;
    animation:blinking 1s infinite;
    font-size: 3.5vw;
  }

  .mint-button{
    width: 13.5%;
    position: absolute;
    top: 69.1% ;
    left: 43%;
    
  }
  
  .mint-button:hover {
    transform: translateY(-15px);
    border-radius: 50%;
    box-shadow: 0 15px 10px 14px rgba(0, 0, 0, 0.5);
    
  }
  
  .mint-button:active{
    transform: translateY(-1px);
    box-shadow: 0 0px 15px 10px rgba(255, 166, 0, 0.842), 0 0px 15px 10px rgb(255, 0, 0);
  }
}

@media screen and (min-width: 1024px){
  body {
    background-attachment: fixed;
           
  }
  .logo-imagem {
    height: 14%;
    position: absolute;
    top: 2%;
    left: 44.5%;
    display: inline;
  }
  
  .logo-imagem:hover {
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 20px rgba(255, 255, 255, 0.4);
  }
  .cabecalho-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 1%;
    left:1%;
    margin-left: 13%;
    top: 7%;
    gap: 30px;
    
  }

    
  .twitter-image{
    height: 65px;
    width: 65px;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
  }
  
  .opensea-image{
    height: 65px;
    width: 65px;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
  }
  
  .etherscan-image{
    height: 65px;
    width: 65px;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
     
  }
  
  .etherscan-white {
    height: 65px;
    width: 65px;
    background-color: #fff;
    color: #777;
    border-radius: 50%;
  }

  .faq-image{
    width: 200px;
    top: 49%;
    right: 1%;
    left: 77%;
    bottom: auto;
    position: absolute;
  }

  .faq-image:hover {
  
    border-radius: 30px;
    box-shadow: 0px 0px 10px 20px rgba(255, 255, 255, 0.4);
  }

  .music-button{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    box-shadow: 0 0px 0px 0px rgb(255, 255, 255);
    background-color: #fff;
    margin-top: 58vh;
    margin-left: 8vw;
    padding: 5px;
    display: fixed;
  }
  
  .music-button:hover{
    box-shadow: 0 0px 20px 30px rgba(255, 0, 76, 0.651);
  }

  .sold-out{
    font-family: 'Gugi', cursive;
    margin-top: -25%;
    margin-left: 41.9%;
    animation:blinking 1s infinite;
    font-size: 3.5vw;
  }

  .mint-button{
    width: 138px;
    position: absolute;
    top: 69.1% ;
    left: 43%;
    
  }
  
  .mint-button:hover {
    transform: translateY(-15px);
    border-radius: 50%;
    box-shadow: 0 15px 10px 14px rgba(0, 0, 0, 0.5);
    
  }
  
  .mint-button:active{
    transform: translateY(-1px);
    box-shadow: 0 0px 15px 10px rgba(255, 166, 0, 0.842), 0 0px 15px 10px rgb(255, 0, 0);
  }
}

@media screen and (min-width: 1280px){
  body {
    background-attachment: fixed;
           
  }
  .logo-imagem {
    height: 15%;
    position: absolute;
    top: 2%;
    left: 45.5%;
    display: inline;
  }
  
  .logo-imagem:hover {
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 20px rgba(255, 255, 255, 0.4);
  }
  .cabecalho-menu {
    display: flex;
    flex-direction: row;
    position: fixed;
    right: 1%;
    left: -86%;
    margin-left: 13%;
    top: 1%;
    gap: 30px;
    
  }

    
  .twitter-image{
    height: 65px;
    width: 65px;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
  }
  
  .opensea-image{
    height: 65px;
    width: 65px;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
  }
  
  .etherscan-image{
    height: 65px;
    width: 65px;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
     
  }
  
  .etherscan-white {
    height: 65px;
    width: 65px;
    background-color: #fff;
    color: #777;
    border-radius: 50%;
  }

  .faq-image{
    width: 180px;
    top: 45%;
    right: 1%;
    left: 84%;
    bottom: auto;
    position: absolute;
  }

  .faq-image:hover {
  
    border-radius: 43px;
    box-shadow: 0px 0px 10px 20px rgba(255, 255, 255, 0.4);
  }

  .music-button{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    box-shadow: 0 0px 0px 0px rgb(255, 255, 255);
    background-color: #fff;
    margin-top: 58vh;
    margin-left: 8vw;
    padding: 5px;
    display: fixed;
  }
  
  .music-button:hover{
    box-shadow: 0 0px 20px 30px rgba(255, 0, 76, 0.651);
  }

  .sold-out{
    font-family: 'Gugi', cursive;
    margin-top: -24%;
    margin-left: 41.9%;
    animation:blinking 1s infinite;
    font-size: 3.5vw;
  }

  .mint-button{
    width: 14.5%;
    position: absolute;
    top: 69.1% ;
    left: 42.5%;
    
  }
  
  .mint-button:hover {
    transform: translateY(-15px);
    border-radius: 50%;
    box-shadow: 0 15px 10px 14px rgba(0, 0, 0, 0.5);
    
  }
  
  .mint-button:active{
    transform: translateY(-1px);
    box-shadow: 0 0px 15px 10px rgba(255, 166, 0, 0.842), 0 0px 15px 10px rgb(255, 0, 0);
  }
}



@media screen and (min-width: 1400px){
  .cabecalho-menu {
    display: flex;
    flex-direction: row;
    position: fixed;
    left: -85%;
    top: 2%;
    gap: 40px;
    width: 100%;
  }

  .music-button{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    box-shadow: 0 0px 0px 0px rgb(255, 255, 255);
    background-color: #fff;
    margin-top: 58vh;
    margin-left: 8vw;
    padding: 5px;
    display: fixed;
  }
  
  .music-button:hover{
    box-shadow: 0 0px 20px 30px rgba(255, 0, 76, 0.651);
  }

  .mint-button{
    width: 13.5%;
    position: absolute;
    top: 69.1% ;  
    left: 43%;
    
  }

  .faq-image{
    width: 17%;
    top: 49%;
    right: 1%;
    left: 82%;
    bottom: auto;
    position: absolute;
  }

  .sold-out{
    font-family: 'Gugi', cursive;
    margin-top: -22%;
    margin-left: 41.9%;
    animation:blinking 1s infinite;
    font-size: 3.5vw;
  }

  .faq-image:hover {
  
    border-radius: 43px;
    box-shadow: 0px 0px 10px 20px rgba(255, 255, 255, 0.4);
  }
  
  .mint-button:hover {
    transform: translateY(-15px);
    border-radius: 50%;
    box-shadow: 0 15px 10px 14px rgba(0, 0, 0, 0.5);
    
  }
  
  .mint-button:active{
    transform: translateY(-1px);
    box-shadow: 0 0px 15px 10px rgba(255, 166, 0, 0.842), 0 0px 15px 10px rgb(255, 0, 0);
  }
}

@media screen and (min-width: 1920px){
  body {
    background-attachment: scroll;
           
  }
  .logo-imagem {
    height: 16%;
    position: absolute;
    top: 2%;
    left: 46%;
    display: inline;
  }

  .cabecalho-menu {
    display: flex;
    position: fixed;
    left: -15%;
    top: 1%;
    gap: 50px;
    width: 100%;
  }

  .faq-image{
    width: 17%;
    top: 460px;
    right: 1%;
    left: 1580px;
    bottom: auto;
    position: fixed;
  }

  .faq-image:hover {
  
    border-radius: 57px;
    box-shadow: 0px 0px 10px 20px rgba(255, 255, 255, 0.4);
  }

  .music-button{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    box-shadow: 0 0px 0px 0px rgb(255, 255, 255);
    background-color: #fff;
    margin-top: 70vh;
    margin-left: 17vw;
    padding: 5px;
    display: fixed;
  }
  
  .music-button:hover{
    box-shadow: 0 0px 20px 30px rgba(255, 0, 76, 0.651);
  }

  .sold-out{
    font-family: 'Gugi', cursive;
    margin-top: -19%;
    margin-left: 41.9%;
    animation:blinking 1s infinite;
    font-size: 3.5vw;
  }
  
  @keyframes blinking{
    0%{  color: rgb(255, 0, 0); }
    47%{  color: yellow; }
    62%{  color: red; }
    97%{  color:yellow; }
    100%{ color: rgb(255, 0, 0);  }
  }

  .mint-button{
    width: 9.8vw;
    position:absolute;
    top: 749px;
    left: 44.9%;
    
  }
  
  .mint-button:hover {
    transform: translateY(-14px);
    border-radius: 50%;
    box-shadow: 0 15px 10px 14px rgba(0, 0, 0, 0.5);
    
  }
  
  .mint-button:active{
    transform: translateY(-1px);
    box-shadow: 0 0px 15px 10px rgba(255, 166, 0, 0.842), 0 0px 15px 10px rgb(255, 0, 0);
  }
}



@media(max-width: 450px){
  body {
    background-image: url('build/images/background-mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; 
    
    /* position:absolute; */
    /* height: 1080px; */
    background-attachment: fixed;
    display: inline-block;
    
    
    
  }

  .sold-out{
    font-family: 'Gugi', cursive;
    margin-top: 27vh;
    margin-left: 31vw;
    animation:blinking 1s infinite;
    font-size: 8vw;
  }

  .music-button{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    box-shadow: 0 0px 0px 0px rgb(255, 255, 255);
    background-color: #fff;
    margin-top: 2vh;
    margin-left: 78vw;
    padding: 5px;
    display: fixed;
  }
  
  .music-button:hover{
    box-shadow: 0 0px 20px 30px rgba(255, 0, 76, 0.651);
  }
  
  .logo-imagem{
    display:none;
  }
  .logo-mobile {
    position: fixed;
    bottom: auto;
    left: 6.5vw;
    top: 3%;
    max-height: 25%;
    max-width: 87%;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
  }

  
  .cabecalho-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 1%;
    left:1%;
    margin-left: 5%;
    top: 28%;
    gap: 20px;
    
  }
  
  .twitter-image{
    height: 5%;
    width: 50%;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
  }
  
  .opensea-image{
    height: 5%;
    width: 50%;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
  }
  
  .etherscan-image{
    height: 5%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0px 0px 5px rgb(255, 255, 255);
     
  }
  
  .etherscan-white {
    height: 5%;
    width: 50%;
    background-color: #fff;
    color: #777;
    border-radius: 50%;
  }
  

  .faq-image{
    width: 35%;
    height: 10%;
    top: 54%;
    right: 1%;
    left: 3%;
    margin-left: 1%;
    position: fixed;
    
  }
  
  .faq-image:hover {
    
    border-radius: 25px;
    box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.4);
  }
  
  .faq-image:not(:active){
    animation: shake-animation 4.72s ease infinite;
  }
  
  .faq-image:active{
    transform: rotate(-10deg);
    box-shadow: 0 0px 0px 0px rgba(255, 255, 255, 0.4);
  }

  
  .mint-button{
    max-height: 14vh;
    /* max-height: 50%; */
    max-width: 100vw;
    position: fixed;
    top: 66vh ;
    margin-left: -10vw;
    opacity: 0 ;
    
  }
  
  .mint-button:hover {
    transform: translateY(-15px);
    border-radius: 50%;
    box-shadow: 0 15px 10px 14px rgba(0, 0, 0, 0.5);
    opacity:0;
  }
  
  .mint-button:active{
    opacity:1;
    /* transform: translateY(-1px); */
    box-shadow: 0 0px 30px 20px rgba(255, 166, 0, 0.842), 0 0px 30px 20px rgb(255, 0, 0);
    transform: scale(1.3,1.3);
  }

    
}