@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root{
  font-size: 16px;
}

.card{
    background-color: #080426;
    border: 0.125rem solid #5d578791; 
    border-radius: 1rem; 
    overflow: hidden;
    width: 31.25rem; 
    height: 31.25rem; 
}

.CARD1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.CARD1 .texto{
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin: 0;
  margin-bottom: 1.4rem;
  padding: 0;
  margin-top: 1.7rem;
}

.card .texto p{
  font-size: 1.5625rem; 
  color: #D4D2E2;
  padding: 0.6rem;
}

.card .texto h3{
  text-align: left;
  font-size: 2rem; 
}

.modpackinfo{
  width: 95%;
  height: 3.125rem; 
  border-radius: 1rem; 
  border: 0;
  outline: none;
  background-color: #6700F3;
  color: white;
  margin-top: 1.5rem;
  font-size: 1.375rem; 
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

.card img{
  margin-top: -4rem;
  padding: 0;
  width: 34.375rem; 
}

.community {
  background-color: #00000B;
  color: white;
  text-align: center;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.donadores {
  position: relative;
  width: 100%;
  height: 25rem; 
}

.donador {
  position: absolute;
  overflow: hidden;
  width: 10.625rem; 
  height: 3.4375rem; 
  border-radius: 2.0625rem; 
  display: flex;
  background-color: #18181B;
  justify-content: center;
  align-items: center;
  animation: floatOrganic 10s ease-in-out infinite;
  opacity: 0.95;
  transform-origin: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.usuario {
  display: flex;
  align-items: center;
  width: 9.375rem; 
}

.usuario img {
  width: 2.1875rem; 
  height: 2.1875rem; 
  border-radius: 50%;
}

.usuario h4 {
  font-family: Inter, sans-serif;
  font-size: 1rem; 
  font-weight: 400;
  margin-left: 0.5rem;
  color: white;
}

.imgSupporters1{
  position: absolute;
  left: 0;
  bottom: 0;
}
.imgSupporters2{
  position: absolute;
  right: 0;
  bottom: 0;
}

.CARD2{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5d57876c;
  font-size: 2rem; 
}

img{
  pointer-events: none;
}
.logoyname ul{
  list-style: none;
  display: flex;
  gap: 2rem;
  margin-left: 4rem;
  margin-top: 1rem;
}
.logoyname ul li a{
  font-size: 20px;
  color: white;
  list-style: none;
  text-decoration: none;
}
.logosas{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}




.supporter {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.supporter2 {
  position: relative;
  border-radius: 2.0625rem;
}

.supporter2::before {
  content: "";
  position: absolute;
  inset: 0; 
  border-radius: 2.16rem; 
  padding: 1px;
  background: linear-gradient(to right, #bf9389ab, #a0b7e4a9);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
  pointer-events: none; 
}

.supporter::before {
  content: "";
  position: absolute;
  inset: -2px; 
  border-radius: 2.5rem;
  background: linear-gradient(
    120deg,
    #bf938970,
    #a0b7e473,
    #bf93897a
  );
  background-size: 300% 300%;
  animation: supporterGlow 6s ease-in-out infinite;
  z-index: -1;
  filter: blur(5px); 
  opacity: 0.6;        
}

/* Animación suave */
@keyframes supporterGlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}



.myTeamSlider {
  width: 60%;     
  margin: auto;   
  margin-top: 40px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: white !important;
  border: 2px solid white;
  opacity: 1; 
  margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
  background: white;
  border-color: white;
}

.swiper-pagination {
  margin-top: 40px;       
  position: relative !important;
}
.picture img{
  width: 91px !important;
  height: 91px;
  border-radius: 50%;
}
.taparMobile{
  display: none;
}