.poke_card_content{
 background-color: #148d83af;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; 
  position: fixed;
  top: 0;
  z-index: 3;
}

.poke_cards_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 50;
}

.poke_cards {
  width: 320px;
  height: 430px;
  background-color: #09287cbb;
  border-radius: 10px;
  border: 15px solid #071e68;
}

.poke_name {
  color: rgb(238, 212, 65);
  padding: 10px 0 0 16px;
  font-weight: bolder;
  font-size: 30px;
  padding-bottom: 30px;
  filter: drop-shadow(2px 2px 5px #050135);
}

.poke_character {
  position: relative;
  top: -520px;
  left: -100px;
  filter: drop-shadow(9px 10px 40px #eee385);
  width: 300px;
  height: 300px;
}

.poke_icon {
  opacity: 60%;
  position: relative;
  top: -320px;
  object-fit: cover;
  height: 320px;
  width: 321px;
  filter: drop-shadow(2px -4px 9px #222);
  z-index: -1;
}

.card_nav {
  display: flex;
  justify-content: space-evenly;
  border-radius: 20px 20px 0 0;
  padding-top: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.6);
}

a {
  text-decoration: none;
  color: #e9e9e9;
  font-weight: 540;
  font-size: 17px;
}
a:hover {
  color: rgb(238, 212, 65);
  text-decoration: underline;
  transition: all 225ms;
}
a.active_btn{
  color: rgb(238, 212, 65);
  text-decoration: underline;
}

.back_file {
  cursor: pointer;
}
.next_file {
  cursor: pointer;
  z-index: 100;
}

.hover:hover {
  background-color: #eee38575;
  border-radius: 100%;
  transition: all 225ms;
}

.close_btn{
  width: 40px;
  height: 40px;
  color: #222;
  font-weight: 900;
  font-size: 50px;
  cursor: pointer;
  position: relative;
  bottom: 50px; 
  right: -5px;
}

.close_btn:hover{
  color: #b30606;
  transition: all 225ms;
}

.cards_content {
  display: flex;
  gap: 5px;
  position: relative;
  top: -480px;
  left: 100px;
  flex-direction: row-reverse;
}
.card_element {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(1px 1px 2px #7e7e7ed3);
}

.card_element img {
  width: 25px;
  height: 25px;
}

.display_none {
  display: none;
}

/* about */
.content_box1 {
  background-color: rgba(21, 79, 131, 0.384);
  border: 3px solid #cabd057e;
  height: 273px;
  padding: 20px 20px 20px 120px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.span_content_title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 200;
}
.span_title {
  color: rgb(238, 212, 65);
  font-weight: 700;
  font-size: 16px;
  z-index: 2;
  filter: drop-shadow(1px 1px 2px #1d0d49);
}
.span_text {
  color: #ffffff;
}
.flex{
  display: flex;
}

/* conent2 base Status */

.content_box2 {
  background-color: rgba(21, 79, 131, 0.384);
  border: 3px solid #cabd057e;
  height: 273px;
  padding: 10px 45px 30px 15px;
  display: flex;
  gap: 3px;
}

.base_status_content {
  display: flex;
  flex-direction: column;
  z-index: 200;
  width: 50%;
}

.progressbar_box {
  display: flex;
  width: 50%;
  gap: 2px;
  flex-direction: column;
}

.progress_bar {
  height: 10px;
  background-color: #ecea6c75;
  padding-bottom: 9px;
  border-radius: 0 20px 5px 0;
  padding-left: 3px;
  color:#071e68 ;
  z-index: 2;
}
/* abilities content 3 */

.content_box3 {
  background-color: rgba(21, 79, 131, 0.384);
  border: 3px solid #cabd057e;
  height: 273px;
  padding: 15px 20px 25px 20px;
}

.abilities_title {
  color: rgb(238, 212, 65);
  font-weight: 700;
  font-size: 16px;
  z-index: 2;
  filter: drop-shadow(1px 1px 2px #1d0d49);
  
}

.ability_text {
  color: #e9e9e9;
  z-index: 2;
  background-color: #151c5ccc;
  padding: 5px;
}

.abilites_content_title {
  display: flex;
  flex-direction: column;
}

/* moves contemt 4 */

.content_box4 {
  background-color: rgba(21, 79, 131, 0.384);
  border: 3px solid #cabd057e;
  height: 273px;
  padding: 15px 20px 25px 20px;
}

.move_text{
  color: #eee385;
  display: flex
  ;
}

#moveConent{
  height: 100px;
}

#moveBox{
  background-color: #03144b9c;
  z-index: 2;
  height: 100px;
  overflow: overlay;
  padding: 5px 5px 10px 5px;
}

@media (max-width:490px){
  .poke_cards {
    width: 290px;
    height: 400px;
}

.content_box1 {
  height: 245px;
  padding: 20px 20px 20px 100px;
}

.cards_content {
  position: relative;
  top: -440px;
  left: 90px;
}

.content_box2 {
  height: 245px;
  padding: 10px 40px 30px 15px;  
}

.content_box3 {
  height: 245px;
}

.content_box4 {
  height: 245px;
}

.base_status_content {
  width: 100%;
}

.span_title {
    font-size: 15px;
    padding-bottom: 1px;
}

a {
  font-size: 16px;
}
}

@media (max-width:455px){
.poke_character {
  top: -520px;
  left: -50px;
  width: 230px;
  height: 230px;
}

.content_box1 {
  height: 235px;
  padding: 20px 20px 20px 70px;
}

.poke_cards {
  width: 280px;
  height: 390px;
}

a {
  font-size: 15px;
}

.span_title {
  font-size: 14px;
  padding-bottom: 2px;
}

.content_box2 {
  height: 235px;
  padding: 10px 40px 30px 15px;  
}

.content_box3 {
  height: 235px;
}

.content_box4 {
  height: 235px;
}

}

@media (max-width:372px){
  .poke_cards {
    width: 250px;
    height: 370px;
}

.base_status_content {
  width: 75%;
}

.content_box1 {
  height: 215px;
  padding: 20px 20px 20px 64px;
}

.cards_content {
  position: relative;
  top: -418px;
  left: 86px;
}

.card_element {
  width: 30px;
  height: 30px;
}

.content_box2 {
  height: 245px;
  padding-bottom: 0px;
}

.content_box3 {
  height: 215px;
}

.content_box4 {
  height: 215px;
}

.poke_character {
  top: -340px;
  left: -20px;
  width: 160px;
  height: 160px;
}

a {
  font-size: 15px;
}

.poke_icon {
  top: -250px;
  left: 20px;
  height: 220px;
  width: 220px;
}
}