*{
    margin: 0;
    padding: 0;
    
    
    
}




  .p-title{
    color: white;
    font-size: 25px;
    margin-top: 25px;

  }
  .singers{
      display: flex;         /* coloca os elementos lado a lado */
  gap: 50px;             /* espaço entre as imagens */
  justify-content: center; /* centraliza as imagens na linha */
  align-items: center;   /* alinha verticalmente */
  overflow-x: auto;
  overflow-y: hidden;
  
  }

  .sing img{
    width: 150px;
  border-radius: 100px;
  }

  .sing{
    margin-top: 30px;
  }
  .sing p{
    font-size: 17px;
    margin-top: 5px;
    text-align: center;
    color: rgb(203, 203, 203);
    font-weight: 500;

  }


.navegation-menu{
  width: 250px;
  height: 200%;
  margin-top: -50px;
  position: fixed;
  background-color: #030303;
  border: 0.2px solid rgb(63, 63, 63);
  margin-left: -5px;
  z-index: 500;
}
.navegation-menu img{
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 65px 50px;
}


#messageDisplay{
    display: none;
  }
  body {
  margin: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 40, 60, 0.8) 0%,    /* azul petróleo escuro */
      rgba(0, 20, 30, 0.6) 50%,   /* mais escuro */
      rgba(0, 0, 0, 0.9) 100%     /* preto total */
    );
  background-color: #000; /* fallback */
  background-repeat: no-repeat;
  background-size: 100% 250px; /* altura do degradê */
  color: #e5e5e5;
}

.arrowContainer {
    display: flex;
    align-items: center; 
    gap: 7px;
    justify-content: end;
    color: #ffffffa6;

}





.more{
    color: #ffffffe1;
    font-size: 1rem;
    background-color: rgb(0, 0, 0);
    border-radius: 20px;
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: translate(-10%, 13%);
    border: 1px solid #ffffffa6;

    
}
.search-bar {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08); /* transparente com leve branco */
  backdrop-filter: blur(10px);            /* efeito vidro */
  -webkit-backdrop-filter: blur(10px);    /* suporte Safari */
  
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  padding: 5px 10px;
  width: 250px;

  position: relative;   
  top: 20px;            
  margin: 0 auto;      
}




.search-bar input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  color: white;
  font-size: 14px;
  padding: 5px;
}

.search-bar button {
  background: none;
  border: none;
  cursor: pointer;
  color: white;
}

.search-bar svg {
  width: 18px;
  height: 18px;
}


.more:hover{
    background-color: #ffffff34;;
}

.arrowContainer svg {
    width: 25px;
    margin: 10px 5px 0px;  
    height: 25px; 
    cursor: pointer; 
}


  .nav-bar{
    display: flex;
    justify-content: space-between;
    margin: 25px 25px;
    
  }
  .nav-bar svg {
  position: relative;
  top: 3px;}


  .nav-bar img{
    width: 90px;
  }

  .topics{
      display: flex;
  flex-wrap: nowrap;
  gap: 10px; 
  justify-content: center;
  align-items: center;
  margin-left: 100px;
  margin-top: 50px;

  }

.square {
  background-color: rgba(255, 255, 255, 0.08); /* cinza translúcido */
  backdrop-filter: blur(800px);
  -webkit-backdrop-filter: blur(5px);
  width: 85px;
  height: 35px;
  border: none;
  border-radius: 8px;
  text-align: center;
display: flex;
justify-content: center;
font-family: Montserrat, sans-serif;
font-size: 13px;
align-items: center;
    
}

.square:hover {
  background-color: rgba(255, 255, 255, 0.15);
  cursor: pointer; 
}


.textHits{
    font-size: 27px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin: 35px 20px;
    display: block;
    margin-left: 250px; /* empurra tudo para depois do menu */
  padding: 20px;      /* opcional para dar respiro */
    


}

.textHits p{
    margin: 0 10 10px;
    

}

.hitsRow{
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    
}

.hitsRow img{
    width: 220px;
    border-radius: 5px;
}

.title {
  color: white;
  font-size: 15px;
  font-weight: 700;
  margin-top: 6px;  /* espaço após a imagem */
  margin-bottom: 2px; /* espaço pequeno antes do subtítulo */
  
}

.subtitle {
  color: rgb(148, 148, 148);
  font-size: 13px;
  font-weight: 500;
}

/*For tablet/*/
@media screen and (min-width: 768px) and (max-width: 1024px) {

  #messageDisplay{
    display: none;
  }

  .navegation-menu{
display: none;
  }
  body {
  margin: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 40, 60, 0.8) 0%,    /* azul petróleo escuro */
      rgba(0, 20, 30, 0.6) 50%,   /* mais escuro */
      rgba(0, 0, 0, 0.9) 100%     /* preto total */
    );
  background-color: #000; /* fallback */
  background-repeat: no-repeat;
  background-size: 100% 250px; /* altura do degradê */
  color: #e5e5e5;
}

.arrowContainer {
    display: flex;
    align-items: center; 
    gap: 7px;
    justify-content: end;
    color: #ffffffa6;

}



.more{
    color: #ffffffe1;
    font-size: 0.7rem;
    background-color: rgb(0, 0, 0);
    border-radius: 20px;
    width: 40px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: translate(-10%, 13%);
    border: 1px solid #ffffffa6;
    
}


.more:hover{
    background-color: #ffffff34;;
}

.arrowContainer svg {
    width: 25px;  
    height: 25px; 
    cursor: pointer; 
}


  .nav-bar{
    display: flex;
    justify-content: space-between;
    margin: 25px 25px;
    
  }
  .nav-bar svg {
  position: relative;
  top: 3px;}


  .nav-bar img{
    width: 75px;
  }

  .topics{
      display: flex;
  flex-wrap: nowrap;
  gap: 10px; 
  justify-content: center;
  margin-top: 50px;

  }

.square {
  background-color: rgba(255, 255, 255, 0.08); /* cinza translúcido */
  backdrop-filter: blur(800px);
  -webkit-backdrop-filter: blur(5px);
  width: 85px;
  height: 35px;
  border: none;
  border-radius: 8px;
  text-align: center;
display: flex;
justify-content: center;
font-family: Montserrat, sans-serif;
font-size: 13px;
align-items: center;
    
}

.square:hover {
  background-color: rgba(255, 255, 255, 0.15);
  cursor: pointer; 
}


.textHits{
    font-size: 25px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin: 35px 20px;
    display: block;
    
}

.textHits p{
    margin: 0 10 10px;
}

.hitsRow{
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: 0px;
    
}

.hitsRow img{
    width: 225px;
}

.title {
  color: white;
  font-size: 17px;
  font-weight: 700;
  margin-top: 6px;  /* espaço após a imagem */
  margin-bottom: 2px; /* espaço pequeno antes do subtítulo */
}

.subtitle {
  color: gray;
  font-size: 13px;
}





}

/*For Mobile Phone/*/
@media screen and (max-width: 768px) {



  

  #messageDisplay{
    display: none;
  }

  .textHits{
    margin-left: 0px;
  }



  .p-title{
    color: white;
    font-size: 18px;
    margin-top: 20px;


  }
  .singers{
      display: flex;         /* coloca os elementos lado a lado */
  gap: 10px;             /* espaço entre as imagens */
  justify-content: center; /* centraliza as imagens na linha */
  align-items: center;   /* alinha verticalmente */
  overflow-x: auto;
  overflow-y: hidden;
  
  }

  .sing img{
    width: 100px;
  border-radius: 100px;
  }

  .sing{
    margin-top: 30px;
  }
  .sing p{
    font-size: 15px;
    margin-top: 5px;
    text-align: center;
    color: rgb(203, 203, 203);
    font-weight: 500;

  }
  

  .navegation-menu{
display: none;
  }
  body {
  margin: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 40, 60, 0.8) 0%,    /* azul petróleo escuro */
      rgba(0, 20, 30, 0.6) 50%,   /* mais escuro */
      rgba(0, 0, 0, 0.9) 100%     /* preto total */
    );
  background-color: #000; /* fallback */
  background-repeat: no-repeat;
  background-size: 100% 250px; /* altura do degradê */
  color: #e5e5e5;
}

.arrowContainer {
    display: flex;
    align-items: center; 
    gap: 7px;
    justify-content: end;
    color: #ffffffa6;
    bottom: 0px;

}



.more{
    color: #ffffffe1;
    font-size: 0.7rem;
    background-color: rgb(0, 0, 0);
    border-radius: 20px;
    width: 40px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: translate(-10%, 13%);
    border: 1px solid #ffffffa6;
    
}


.more:hover{
    background-color: #ffffff34;;
}

.arrowContainer svg {
    width: 25px;  
    height: 25px; 
    cursor: pointer; 
}


  .nav-bar{
    display: flex;
    justify-content: space-between;
    margin: 25px 25px;
    
  }
  .nav-bar svg {
  position: relative;
  top: 3px;}


  .nav-bar img{
    width: 75px;
  }

  .search-bar{
    display: none;
  }

.topics{
      display: flex;
  flex-wrap: nowrap;
  gap: 10px; 
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  margin-top: 50px;

  }

.square {
  background-color: rgba(255, 255, 255, 0.08); /* cinza translúcido */
  backdrop-filter: blur(800px);
  -webkit-backdrop-filter: blur(5px);
  width: 85px;
  height: 35px;
  border: none;
  border-radius: 8px;
  text-align: center;
display: flex;
justify-content: center;
font-family: Montserrat, sans-serif;
font-size: 13px;
align-items: center;
    
}

.square:hover {
  background-color: rgba(255, 255, 255, 0.15);
  cursor: pointer; 
}


.textHits{
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin: 10px 20px;
    display: block;
    margin-left: 0px;
    
}

.textHits p{
    margin: 0 10 10px;
}

.hitsRow{
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: 0px;
    
}

.hitsRow img{
    width: 145px;
}

.title {
  color: white;
  font-size: 15px;
  font-weight: 700;
  margin-top: 6px;  /* espaço após a imagem */
  margin-bottom: 2px; /* espaço pequeno antes do subtítulo */
}

.subtitle {
  color: gray;
  font-size: 13px;
}



}
@media screen and (max-width: 480px) {
  /* CSS para celulares pequenos */
}