* {
    margin: 0px;
    padding: 0px;
    border: 0;
    box-sizing: border-box;
}

img,svg{
    width: 100%;
    height: auto;
}

@font-face {
    font-family: Alte Haas;
    src: url(tipos/alte_haas_grotesk/AlteHaasGroteskRegular.ttf)
}

@font-face {
    font-family: Alte Haas Bold;
    src: url(tipos/alte_haas_grotesk/AlteHaasGroteskBold.ttf)
}



.grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 28px;
}

body{
    background-color: #EDEDED;
}



/*Home------------------------------------------------ */


/* a) header | attention */


header{
    display: grid;
    grid-template-rows: 140px 1fr;
}

#headerimg{
    width: 100%;
    grid-column: 1/13;
    grid-row: 1/3;
}

#headerlogo{
    grid-column: 2/12;
    grid-row: 2;
    align-self: flex-end;
    margin-bottom: 50px;
}


.main-nav {
  max-width: 1080px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  grid-column: 1/13;
  grid-row: 1;
  gap: 80px;
}

.main-nav-mod {
  max-width: 1080px;
  margin: 0 auto;
  margin-top:-1100px ;
  display: flex;
  align-items: center;
  justify-content: space-between;

  grid-column: 1/13;
  gap: 80px;
}

/* Botões laterais */
.nav-btn {
  position: relative;
  width: 150px;
  aspect-ratio: 325 / 132;
  flex: 0 0 auto;
  display: block;

  text-decoration: none;
}

.nav-btn::before,
.nav-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
}

/* Base rosa com offset */
.nav-btn::before {
  transform: translate(8px, 8px);
}

/* Camada amarela superior */
.nav-btn::after {
  transition: transform 0.08s ease-out;
}

/* Botões inclinados para a esquerda */
.nav-btn--left::before {
  background-image: url("figma_paa/btn_green.svg");
}

.nav-btn--left::after {
  background-image: url("figma_paa/btn_pink.svg");
}

/* Botões inclinados para a direita */
.nav-btn--right::before {
  background-image: url("figma_paa/btn_green.svg");
}

.nav-btn--right::after {
  background-image: url("figma_paa/btn_pink.svg");
}

/* Texto do botão */
.btn-label {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #3AEC1A;
  transition: transform 0.08s ease-out;
  white-space: nowrap;
  font-family: Alte Haas;
}

/* Hover: o texto roda ligeiramente */
.nav-btn:hover .btn-label {
  transform: translate(-50%, -50%) rotate(-7deg);
}

/* Active: a camada amarela e o texto descem */
.nav-btn:active::after {
  transform: translate(8px, 8px);
}

.nav-btn:active .btn-label {
  transform: translate(calc(-50% + 8px), calc(-50% + 8px));
}





.nav-logo {
  flex: 0 0 auto;
  display: block;
  width: 150px;
  text-decoration: none;
}

.nav-logo img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.12s ease-out;
}

/* Hover: rodar -10º (ccw) e aumentar 10% */
.nav-logo:hover img {
  transform: rotate(-10deg) scale(1.05);
}

/* Active: rodar 5º (cw) e reduzir ~5% */
.nav-logo:active img {
  transform: rotate(5deg) scale(0.95);
}





#burger{
    display: none;
}



/* b) body | interest */

.interesttitles{
    color: #F5EA13;
    font-family: "Alte Haas Bold";
    font-size: 40px;
    margin-left: 10px;
}

.interesttxt{
    color: #2B2B2B;
    font-family: "Alte Haas";
    font-size: 20px;
}



#sideshows{
    background-image: url(imagens/sideshows_background.svg);
    background-repeat: no-repeat;

    grid-column: 2/5;
    grid-row: 1;

    margin-top: 100px;
}

#txt1{
    grid-column: 2/6;
    grid-row: 2;

    margin-top: 30px;
}




#stagesmerch{
    background-image: url(imagens/stagesmerch_background.svg);
    background-repeat: no-repeat;

    grid-column: 7/11;
    grid-row: 3;

    margin-top: 100px;
}

#txt2{
    grid-column: 7/12;
    grid-row: 4;

    margin-top: 30px;
}




#look{
    background-image: url(imagens/look_background.svg);
    background-repeat: no-repeat;

    grid-column: 2/6;
    grid-row: 5;

    margin-top: 100px;
}

#txt3{
    grid-column: 2/6;
    grid-row: 6;

    margin-top: 30px;
}





/* c) body | desire */

#desire{
    background-color: #FF1E7F;
    height: 1700px;
}

#bandapink_top{
    margin-top: 200px;
    width: 100%;
}

#bandapink_bottom{
    margin-top: 200px;
    width: 100%;
}

#gallery1{
    grid-column: 2/8;
    grid-row: 1;


    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}

#gallery2{
    grid-column: 8/12;
    grid-row: 1;  


    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}

#gallery3{
    grid-column: 2/12;
    grid-row: 2;

    margin-top: 28px;


    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}


#gallery4{
    grid-column: 2/5;
    grid-row: 3;

    margin-top: 28px;
    margin-bottom: 300px;
}


#gallery5{
    grid-column: 5/12;
    grid-row: 3;  

    margin-top: 28px;
    margin-bottom: 300px;

  
}






/* d) body | action */

.actiontitles{
    color: #3AEC1A;
    font-family: "Alte Haas Bold";
    font-size: 40px;

    background-image:url(imagens/actiontitles_background.svg);
}

#lineup{
    grid-row: 1;
    grid-column: 6/8;
    
    text-align: center;
    margin-top: 150px;
}

#cartaz1{
    grid-column: 3/11;
    grid-row: 2;

    margin-top: 50px;
}


#sideshows2{
    grid-row: 3;
    grid-column: 6/8;
    
    text-align: center;
    margin-right: -50px;

    margin-top: 100px;

}

#cartaz2{
    grid-column: 3/11;
    grid-row: 4;

    margin-top: 50px;
}


#ilustracao4{
    grid-column: 5/9;
    grid-row: 5;

    margin-top: 100px;
}


.checktickets_btn {
  position: relative;
  width: 150px;
  margin-top: 20px;
  aspect-ratio: 325 / 132;
  flex: 0 0 auto;
  display: block;

  text-decoration: none;
  grid-column: 6/8;
  grid-row: 6;
}

.checktickets_btn::before,
.checktickets_btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
}


.checktickets_btn::before {
  transform: translate(8px, 8px);
}

.checktickets_btn::after {
  transition: transform 0.08s ease-out;
}

.checktickets_btn::before {
  background-image: url("figma_paa/btn_green.svg");
}

.checktickets_btn::after {
  background-image: url("figma_paa/btn_pink.svg");
}


.checktickets_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #3AEC1A;
  transition: transform 0.08s ease-out;
  white-space: nowrap;
  font-family: Alte Haas;
}

.checktickets_btn:active::after {
  transform: translate(8px, 8px);
}

.checktickets_btn:active .checktickets_txt {
  transform: translate(calc(-50% + 8px), calc(-50% + 8px));
}



/* d) body | others */

@keyframes slide{
    from {
        transform: translateX(0);
    }
    to {transform: translateX(-100%);
    }
}

.logos{
    overflow: hidden;
    padding: 50px 0;
    background-color: #2B2B2B;
    white-space: nowrap;

    margin-top: 100px;
}

.logos-slide{
    display: inline-block;
    display: flex;
    animation: 20s slide infinite linear;

}

.logos-slide img{
    height: 50px;
    margin: 0 30px;
}



#merch{
    margin-top: 150px;
}

#merchleft{
    grid-column: 2/4;
    grid-row: 2/3;
}

#merchcentre{
    grid-column: 5/9;
    grid-row: 1/4;

    margin-bottom: 150px;
}

#merchright{
    grid-column: 10/12;
    grid-row: 2/3;
}


#zombiehandleft{
    grid-column: 1/3;
    grid-row: 2/3;

    margin-left: 20px;
    margin-top: 50px;
}

#zombiehandright{
    grid-column: 11/13;
    grid-row: 2/3;

    margin-left: -20px; 
    margin-top: 50px;
}




@media only screen and (max-width: 600px){

    #burger {
     display: block;
     width: 32px;

     margin-left: 10px;
    }


/*
nav {
    display: flex;

    color: #FFFDF7;
    font-family: Poppins;
    font-size: 20px;

    grid-column: 7/11;

    justify-content: flex-end;
    align-items: center;
}


nav a, #redes a {
    margin-top: 75px;
    margin-left: 20px;
    margin-bottom: 75px;

    text-decoration: none;
    color: #383838;

}



#redes {
    grid-column: 12/13;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#redes img {
    width: 25px;
    height: 25px;
}






#menumobile{
    background-color: #F0EFEB;
    transition:left .5s;
    position: fixed;
    z-index: 1000;
    width: 85%;
    height: 100%;
    left:-120%;
    top: 0;

    overflow: hidden ;
    


    display: none;
}


#closemenu{
    background-color: #383838;
}

#cross{
    width: 40px;

    align-self: center;
}

#crosstxt{
    font-family: Poppins;
    color: #F0EFEB;
    font-size: 15px;

    grid-column: 2/9;

    align-self: center;

    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -20px;
}

#menubotoes{
    font-family: Poppins;
    color:#383838;
    font-size: 17px;
    text-decoration: none;

    margin-left: 10px;
} */




    .interesttitles{
        font-size: 20px;
        text-align: center;
        margin-left: 0;
    }

    .interesttxt{
        font-size: 12px;
        text-align: center;
    }

    #sideshows{
        grid-column: 5/9;
    }

    #txt1{
        grid-column: 4/10;
    }


    #stagesmerch{
        grid-column: 4/10;
    }

    #txt2{
        grid-column: 4/10;
    }


    #look{
        grid-column: 4/10;
    }

    #txt3{
        grid-column: 4/10;
    }



    .actiontitles{
        font-size: 20px;
    }

    #sideshows2{
        grid-column: 5/8;
    }

    #lineup{
        grid-column: 6/8;
    }


    #checktickets_btn{
        grid-column: 6/8;
    }



    

    .logos{
        display: none;
    }

    #merch{
        display: none;
    }

}






















/*About------------------------------------------------ */



/* b) about | info */

.abouttxt{
    color: #2B2B2B;
    font-family: "Alte Haas";
    font-size: 20px;
}

#aboutilustracao1{
    grid-column: 5/9;
    grid-row: 1;

    margin-top: 100px;
}

#abouttxt1{
    text-align: center;

    grid-column: 4/10;
    grid-row: 2;
    
    margin-top: 50px;
}

#aboutilustracao2{
    grid-column: 5/9;
    grid-row: 3;

    margin-top: 150px;
}

#abouttxt2{
    text-align: center;

    grid-column: 4/10;
    grid-row: 4;
    
    margin-top: 50px;
}



/* c) about | team */

#teamtop{
    margin-top: 50px;
}

#team{
    background-color: #252425;
}

#teamtitle{
    color: #EDEDED;
    font-family: "Alte Haas Bold";
    font-size: 20px;

    grid-column: 1/6;
    grid-row: 1;

    margin-left: 20px;
    margin-top: 200px;
}

.teamrow1{
    grid-column: auto/span 3;
    grid-row: 2;

    margin-top: 100px;
}


.name1{
    color: #EDEDED;
    font-family: "Alte Haas Bold";
    font-size: 20px;
    text-align: center;

    grid-row: 3;
    grid-column: auto/span 3;

    margin-top: 20px;

}

.role1{
    color: #EDEDED;
    font-family: "Alte Haas";
    font-size: 16px;
    text-align: center;

    grid-row: 4;
    grid-column: auto/span 3;

    margin-top: 10px;
}




.teamrow2{
    grid-column: auto/span 3;
    grid-row: 5;

    margin-top: 50px;
}


.name2{
    color: #EDEDED;
    font-family: "Alte Haas Bold";
    font-size: 20px;
    text-align: center;

    grid-row: 6;
    grid-column: auto/span 3;

    margin-top: 20px;

}

.role2{
    color: #EDEDED;
    font-family: "Alte Haas";
    font-size: 16px;
    text-align: center;

    grid-row: 7;
    grid-column: auto/span 3;

    margin-top: 10px;
}





.teamrow3{
    grid-column: auto/span 3;
    grid-row: 8;

    margin-top: 50px;
}


.name3{
    color: #EDEDED;
    font-family: "Alte Haas Bold";
    font-size: 20px;
    text-align: center;

    grid-row: 9;
    grid-column: auto/span 3;

    margin-top: 20px;

}

.role3{
    color: #EDEDED;
    font-family: "Alte Haas";
    font-size: 16px;
    text-align: center;

    grid-row: 10;
    grid-column: auto/span 3;

    margin-top: 10px;
    margin-bottom: 100px;
}


@media only screen and (max-width: 600px){
    #team{
        display: none;
    }

    .abouttxt{
        font-size: 15px;
    }

    #aboutilustracao1{
        grid-column: 3/11;
    }

    #abouttxt1{
        grid-column: 3/11;
        margin-top: 15px;
    }


    #aboutilustracao2{
        grid-column: 3/11;
    }

    #abouttxt2{
        grid-column: 3/11;
        margin-top: 15px;
    }

}












/*Merch------------------------------------------------ */

.officialteetitle{
    color: #F5EA13;
    font-family: "Alte Haas Bold";
    font-size: 40px;
    margin-left: 10px;
}

#merchtitle{
    background-image:url(imagens/teetitle_background.svg);

    grid-column: 1/4;
    grid-row: 1;

    margin-top: 150px;
    margin-left: 20px;
}


#productimg{
    grid-column: 1/5;
    grid-row: 2/7;

    margin-top: 50px;
    margin-left: 20px;
}

#price{
    color: #FF1E7F;
    font-family: "Alte Haas Bold";
    font-size: 48px;

    grid-column: 6/9;
    grid-row: 2;

    margin-top: 50px;
}


.sizebtn{
    color: #F5EA13;
    text-decoration: none;
    font-family: "Alte Haas Bold";
    font-size: 20px;

    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    line-height: 1;
    transition: transform 0.08s ease-out;
    white-space: nowrap;
}

#sizeXS{
    grid-column: 6;
    grid-row: 3;

    margin-top: 50px;
}

#sizeS{
    grid-column: 7;
    grid-row: 3;

    margin-top: 50px;
}

#sizeM{
    grid-column: 6;
    grid-row: 4;

    margin-top: 50px;
}

#sizeL{
    grid-column: 6;
    grid-row: 5;

    margin-top: 50px;
}

#sizeXL{
    grid-column: 7;
    grid-row: 5;

    margin-top: 50px;
}

#sizeXXL{
    grid-column: 8;
    grid-row: 5;

    margin-top: 50px;
}


.sizebtn {
  position: relative;
  width: 55px;
  aspect-ratio: 325 / 132;
  flex: 0 0 auto;
  display: block;

  text-decoration: none;
}

.sizebtn::before,
.sizebtn::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
}


.sizebtn::before {
  transform: translate(3px, 3px);
}

.sizebtn::after {
  transition: transform 0.08s ease-out;
}

.sizebtn::before {
  background-image: url(imagens/size_yellow.svg);
}

.sizebtn::after {
  background-image: url(imagens/size_pink.svg);
}



.sizebtn:active::after {
  transform: translate(8px, 8px);
}

.sizebtn:active .checktickets_txt {
  transform: translate(calc(-50% + 8px), calc(-50% + 8px));
}












.specstitle{
    color: #7B7B7B;
    font-family: "Alte Haas Bold";
    font-size: 12px;
}

.specstxt{
    color: #7B7B7B;
    font-family: "Alte Haas";
    font-size: 12px;
}

#material{
    grid-column: 1/3;
    grid-row: 1;

    margin-top: 50px;
    margin-left: 20px;
}

#cotton{
    grid-column: 1/3;
    grid-row: 2;

    margin-top: 10px;
    margin-left: 20px;
}

#fabricweight{
    grid-column: 1/3;
    grid-row: 3;

    margin-top: 20px;
    margin-left: 20px;
}

#gsm{
    grid-column: 1/3;
    grid-row: 4;

    margin-top: 10px;
    margin-left: 20px;
}



#neckstyle{
    grid-column: 3/6;
    grid-row: 1;

    margin-top: 50px;
    margin-left: 50px;
}

#roundneck{
    grid-column: 3/6;
    grid-row: 2;

    margin-top: 10px;
    margin-left: 50px;
}

#sleevetype{
    grid-column: 3/6;
    grid-row: 3;
    
    margin-top: 20px;
    margin-left: 50px;
}

#shortsleeves{
    grid-column: 3/6;
    grid-row: 4;

    margin-top: 10px;
    margin-left: 50px;
}




#otherproductstitle{
    color: #FF1E7F;
    font-family: "Alte Haas Bold";
    font-size: 40px;
    text-align: center;

    background-image:url(imagens/otherproducts_background.svg) ;

    grid-column: 5/9;
    grid-row: 1;

    margin-top: 100px;  
}


.otherproductsimg{
    grid-column: span 3;
    grid-row: 2;

    margin-top: 50px;
}





/*Footer----------------------------------------------- */

footer{
    background-color: #252425;
    background-repeat: no-repeat;
    background-position: center;

    height: 600px;
}

#newsletter{
    grid-column: 2/6;
    grid-row: 1/7;

    margin-top: 150px;
}

#signup{
    color: #EDEDED;
    font-family: Alte Haas Bold;
    font-size: 40px;

    grid-column:2/7 ;
    grid-row: 1;
}

#signuptxt{
    color: #EDEDED;
    font-family: Alte Haas;
    font-size: 15px;

    grid-column:2/6 ;
    grid-row: 2;

    margin-top: 20px;
}


#phonenumber{
    color: #EDEDED;
    font-family: Alte Haas;
    font-size: 20px;

    grid-column:2/3 ;
    grid-row: 3;

    margin-top: 50px;
}

#firstname{
    color: #EDEDED;
    font-family: Alte Haas;
    font-size: 20px;

    grid-column:2/3 ;
    grid-row: 5;

    margin-top: 50px;
}

input{
    background-color: #2B2B2B;
    color: #EDEDED;
    border: 1px solid #EDEDED;
    padding: 10px 14px;

    width: 373px;
}

#input1{
    grid-column: 2/7;
    grid-row: 4;

    margin-top: 10px;
}

#input2{
    grid-column: 2/7;
    grid-row: 6;

    margin-top: 10px;
    margin-bottom: 390px;
}


#socialtitle{
    color: #EDEDED;
    font-family: Alte Haas Bold;
    font-size: 32px;

    grid-column:7/9 ;
    grid-row: 1;

    margin-top: 180px;
}

.socialbtn{
    grid-column:7/9 ;
    grid-row: 2;

    margin-top: 30px;
    display: flex;
    flex-direction: column;

}

.socialbtn a{
    color: #EDEDED;
    font-family: Alte Haas;
    font-size: 20px;
    text-decoration: none;
    line-height: 45px;
}


#helptitle{
    color: #EDEDED;
    font-family: Alte Haas Bold;
    font-size: 32px;

    grid-column:9/12 ;
    grid-row: 1;

    margin-top: 180px;
}

.helpbtn{
    grid-column:9/12 ;
    grid-row: 2;

    margin-top: 30px;
    display: flex;
    flex-direction: column;


}

.helpbtn a{
    color: #EDEDED;
    font-family: Alte Haas;
    font-size: 20px;
    text-decoration: none;
    line-height: 45px;
}


#ctxt{
    color: #EDEDED;
    font-family: Alte Haas;
    font-size: 12px;

    grid-column:7/9 ;
    grid-row: 3;

    margin-top: 50px;
}

#designtxt{
    color: #EDEDED;
    font-family: Alte Haas;
    font-size: 12px;

    grid-column:9/11 ;
    grid-row: 3;

    margin-top: 50px;
}


