/*paleta atual*/
.color1 {color: #000000;}
.color2 {color: #19111d;}
.color3 {color: #525a61;}
.color4 {color: #999caf;}
.color5 {color: #e0ddef;}

#root{
--branco : #fff;
--preto :#120907;
--preto_menos_escuro :#182140;
--azul_roxo :#4f5a93;
--rosa :#8b9be7;
--branco :#cad5ed;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #444;
    height: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.container {

    width: 800px;
    height: 400px;
    margin: 50px auto;
    padding: 45px;
    background-color: #333;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden; 
    transition: height 0.6s ease-out; 
    box-sizing: border-box;
    
    
}
.container.expanded{

  max-height: 950px;
  height: 950px;
    

}

.container.expandedImg{

  max-height: 1000px;
  height: 1000px;

}




.container.expandedMovies{

  max-height: 3000px;
  height: 1300px;



}

.container.no-transition {
  transition: none; 
}

.container_menu {
    
    margin: 50px auto;
    padding: 20px;
    background-color: #333;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
    width: 800px;

}

.form-container{
    max-width: 700px;
    margin: 40px auto;
    padding: 20px;
    background-color: #444;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



h1 {
    margin-bottom: 20px;
    font-size: 2rem;
    color: #acaaaa;
}

.search-input {

  color: #060606;
  max-width: 190px;
  height: 44px;
  background-color: #acaaaa;
  border-radius: .5rem;
  padding: 0 1rem;
  border: 2px solid transparent;
  font-size: 1rem;
  transition: border-color .3s cubic-bezier(.25,.01,.25,1) 0s, color .3s cubic-bezier(.25,.01,.25,1) 0s,background .2s cubic-bezier(.25,.01,.25,1) 0s;
   }
   
   .search-input:hover, .search-input:focus, .search-input-group:hover .search-input {
    outline: none;
    border-color: #3d3b32;
  }
   
  .search-input-group:hover, .search-input:focus {
    color: #05060fc2;
  }

button {
    padding: 10px 20px;
    margin: 10px;
    font-size: 1rem;
    background-color: #acaaaa;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}



button:hover  {
    background-color: #3d3b32;
    color:#f8f8f8;
    transform: scale(1.1);
}

a.btn {
    text-decoration: none;
    color: #181818;
    background-color: #acaaaa;
    padding: 10px 20px;
    border-radius: 3px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

a.btn:hover {
    background-color: #3d3b32;
    color:#f8f8f8;
    transform: scale(1.1);
}

.btn{

    padding: 10px 20px;
    margin: 20px;
    font-size: 1rem;
    background-color: #acaaaa;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;


}


/*outros botões*/

a.btnPoke {
  text-decoration: none;
  color: #181818;
  background-color: #acaaaa;
  padding: 10px 20px;
  border-radius: 3px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

a.btnPoke:hover {
  background-color: #dbb404;
  color:#f8f8f8;
  transform: scale(1.1);
}

.btnPoke{

  padding: 10px 20px;
  margin: 20px;
  font-size: 1rem;
  background-color: #acaaaa;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;


}

/**/

a.btnFilm {
  text-decoration: none;
  color: #181818;
  background-color: #acaaaa;
  padding: 10px 20px;
  border-radius: 3px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

a.btnFilm:hover {
  background-color: #8f0707;
  color:#f8f8f8;
  transform: scale(1.1);
}

.btnFilm{

  padding: 10px 20px;
  margin: 20px;
  font-size: 1rem;
  background-color: #acaaaa;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;


}


/**/



.desc{

    font-size: 26px;
    margin-bottom: 20px;
    color: #ebebeb;

}

#pokemon-info{

    display: none;
    background-color: #61666b;


}

.pokemon-info {
    margin-top: 30px;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    

}

.pokemon-info img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 20px;
}

.pokemon-info h2 {
    font-size: 1.5rem;
    color: #ffffff;
}

.pokemon-info p {
    padding: 2px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.infop {
    background-color: #c9c7c7; 
    border: 1px solid #ddd; 
    border-radius: 8px; 
    padding: 15px; 
    margin-top: 7px; 
    margin-bottom: 15px;
    text-align: left; 
    width: 268px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    margin-left: auto;  
    margin-right: auto;
}

.infop p {
    margin: 10px 0px; 
    font-size: 1rem; 
    color: #333; 
}  

.pokemon-link {
    display: block;
    margin-top: 20px; 
    font-size: 1rem; 
    color: #ffffff; 
    text-decoration: none; 
    text-align: center; 
  }
  
  .pokemon-link:hover {
    color: #c5c5c5; 
    text-decoration: underline; 
  }



  .button2 {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #090909;
    padding: 0.7em 1.7em;
    cursor: pointer;
    font-size: 18px;
    border-radius: 0.5em;
    background: #c9c7c7;
    border: 1px solid #c9c7c7;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .button2:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  
  .button2:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .button2:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #3d3b32;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .button2:hover {
    color: #ffffff;
    border: 1px solid #3d3b32;
  }
  
  .button2:hover:before {
    top: -35%;
    background-color: #3d3b32;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
  .button2:hover:after {
    top: -45%;
    background-color: #3d3b32;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
  /*#009087 cor ciano do botao*/

  .btn-container-search{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 30px;
  }

  #image-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }

  .image-result{
    margin: 10px;
    width: 200px;

  }


  .image-result img {
    max-width: 100%; 
    max-height: 280px; 
    object-fit: cover; 
    display: block; 
    margin: 0 auto;
    border-radius: 8px; 
  }

  /* Est do card do movies.js*/
 
  .movie-container {
    background-color: #525a61; /* Cor da paleta */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    text-align: center;
    color: #e0ddef;
    font-family: Arial, sans-serif;
}

.movieTitle {
    font-size: 1.8rem;
    color: #e0ddef;
    margin-bottom: 10px;
}

.movie-container p {
    font-size: 1rem;
    color: #cad5ed;
    margin-bottom: 10px;
}

.movie-poster {
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
    margin-top: 10px;
    transition: transform 0.3s ease;
}

.movie-poster:hover {
    transform: scale(1.05);
}

.movie-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px;
    padding: 20px;
    background-color: #525a61;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    text-align: center;
    color: #e0ddef;
    font-family: Arial, sans-serif;



}

#image-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; 
  margin-top: 20px;
}

.image-result {
  width: 250px; 
  height: 250px; 
  overflow: hidden; 
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-result img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.image-result:hover img {
  transform: scale(1.05); 
}