.header__player .second__container {
  position: relative;
  top: -5rem;
}
.header__player .header__categories {
  display: flex;
}
.header__player .player__info {
  background-image: url("../imgs/playerheader.png");
  min-height: 60.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  align-items: center;
  padding: 2.5rem 15rem 0 15rem;
}

.header__player .player__info .player__text {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  flex: 1;
  flex-basis: 45rem;
}

.header__player .player__info .player__text h2 {
  color: var(--color-white);
  max-width: 40rem;
  text-transform: uppercase;
}
.header__player .player__info .player__text span {
  color: var(--color-yellow);
}

.header__player .player__info .player__img {
  max-height: 58rem;
  flex: 1;
  flex-basis: 45rem;
  display: flex;
  align-self: flex-end;
}
.header__player .player__info .player__img img {
  object-fit: contain;
  height: initial;
}

.player__detail {
  margin-top: 5rem;
  margin-bottom: 16rem;
}
.player__detail .detail__all {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 4.2rem 4rem;
}
.player__detail .detail__all h4 {
  color: var(--color-blue);
}
.player__detail .detail__all .detail__content {
  margin-top: 5rem;
}
.player__detail .detail__all .detail__content .detail__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0rem;
  border-bottom: 1px solid #e4e4e4;
}
.player__detail .detail__all .detail__content .detail__list p {
  font-weight: 500;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.player__detail .detail__all .detail__content .detail__list p img {
  width: 16px;
  height: 16px;
}
.player__detail .detail__all .detail__content .detail__list p:last-child {
  color: var(--color-blue);
}
.player__detail .detail__all .detail__content .ico__list {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  margin-top: 3rem;
}
.player__detail .detail__all .detail__content .ico__list a {
  color: var(--color-grey-blue);
}
/* .player__detail .detail__all .detail__content .ico__list a i{
    font-size: 1.5rem;
} */

@media screen and (max-width: 768px) {
  .header__player .player__info {
    padding: 2.5rem 10rem 0 10rem;
  }
  .dropdown-btn {
    justify-content: center;
  }
  .player__detail {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .header__player .player__info {
    padding: 2.5rem 5rem 0 5rem;
  }
}
