/*Sociais / @wg.dsign*/

.social {
    display: flex;
    gap: 10px;
}

.social a {
    background: url(/images/circle-button.png) top no-repeat;
    width: 95px;
    height: 89px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: -10px;
}

.social a img {
    opacity: 0.5;
}

.social a:hover img {
    opacity: 1;
    transition: .5s;
}
/*Fim Sociais / @wg.dsign*/




/*Footer new / @wg.dsign*/

.footer {
  background-image: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  min-height: 400px;
  margin-top: 30px;
}

.footer-content {
  display: flex;
  justify-content: center;
  gap: 250px;
  opacity: 0.8;
  background-image: url(../images/footer-new.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
}
.footer-column {
  text-align: center;
}
.footer-column h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #ccc;
}
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.footer-column ul li {
  font-family: Arial, sans-serif;
  margin-bottom: 8px;
  letter-spacing: 1px;
  font-size: 13px;
}
.footer-column ul li a {
  font-size: 13px;
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-column ul li a:hover {
  color: #ccc;
}
.footer-credits {
  font-family: Arial, sans-serif;
  text-align: center;
  font-size: 13px;
  letter-spacing: 2px;
  font-style: italic;
  margin-bottom: 15px;
}

.footer-credits p,
.footer-credits small {
  margin: 20px 0;
  color: #ccc;
  line-height: 25px;
}
.footer-credits a {
  text-decoration: none;
  color: #ccc;
}
.footer-credits a:hover {
  color: #ccc;
}
.footer-credits small {
  font-size: 12px;
  color: #ccc;
}


.game-center-section {
  width: 100%;
  padding: 50px;
  text-align: center;
}

.game-center-title {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 5px;
    color: #888;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.game-center-title .highlight {
    color: #ffd700;
}

.links-container {
    display: flex;
    justify-content: center;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.link-group {
    text-align: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
    opacity: 0.5;
}

.link-title {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 4px;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-shadow: 0 0 0px #ed930b, 0 0 10px #FF9800;
    filter: drop-shadow(2px 3px 10px black);
}

.link-subtitle {
    font-size: 0.9rem;
    color: #b8b8b8;
    margin-bottom: 10px;
    line-height: 1.4;
}

.link-item {
    display: inline-block;
    font-size: 0.85rem;
    color: #ffe974;
    text-decoration: none;
    position: relative;
    padding: 2px 4px;
    letter-spacing: 4px;
}

.links-container:hover .link-group {
    opacity: 0.6;
}

.links-container:hover .link-group:hover {
    opacity: 1;
    transform: translateY(-10px);
}

.divider {
    text-align: center;
    position: relative;
    margin: 0 auto;
    background: url(https://i.imgur.com/JoFP5Av.png) center no-repeat;
    width: 100%;
    overflow-x: hidden;
    height: 86px;
    border: none;
}  

/*FIM Footer new / @wg.dsign*/



/*Castle Siege / @wg.dsign*/

.castle-siegue-new {
    width: 100%;
    height: 400px;
    max-height: 100%;
    background: url(../images/castle-siege.png) no-repeat center;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.guild-logo-new {
    position: relative;
    top: -30px;
    left: 0px;
    width: 113px;
    height: 113px;
    border: 2px solid #ff9c00;
    box-shadow: 0 0 25px #d38a00;
}

.title-siege {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
    filter: drop-shadow(1px 1px 6px black);
    text-shadow: 0 0 0px #000000, 0 0 10px #ff9800;
    background: linear-gradient(270deg, #72170000, #562700, #ba635600);
}

.subtitle {
    color: #ddc411;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    top: 10px;
    text-transform: uppercase;
    filter: drop-shadow(1px 1px 6px black);
    text-shadow: 0 0 0px #000000, 0 0 10px #ff9800;
    background: linear-gradient(270deg, #72170000, #562700, #ba635600);
}

.guild-title {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
    top: 15px;
    filter: drop-shadow(1px 1px 6px black);
    text-shadow: 0 0 0px #000000, 0 0 10px #ff9800;
    background: linear-gradient(270deg, #72170000, #ac4e00, #ba635600);
}

.guild-master-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    margin-bottom: 10px;
    position: relative;
    top: 25px;
}

.master-avatar .avatar-guild {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    object-fit: cover;
    border: 2px solid #ffb232;
}

.guild-name {
    color: #ffaa44;
    font-size: 20px;
    margin-bottom: -40px;
    margin-left: 20px;
    background: #100a04;
    text-align: center;
    filter: drop-shadow(1px 1px 6px black);
    text-shadow: 0 0 0px #000000, 0 0 10px #ff9800;
}

.next-battle {
    padding: 3px;
    color: #ccc;
    font-size: 10px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    top: 35px;
    border-radius: 6px;
    filter: drop-shadow(1px 1px 6px black);
    text-shadow: 0 0 0px #000000, 0 0 10px #ff9800;
    background: linear-gradient(270deg, #361b0073, #ac4e00, #361b0073);
}

/*FIM Castle Siege / @wg.dsign*/


/*Animação 1 / @wg.dsign*/
.sparks {
  position: absolute;
  z-index: -1000;
  -webkit-animation: fly infinite ease-in 15s;
          animation: fly infinite ease-in 15s;
}

.sparks2 {
  position: absolute;
  z-index: -1000;
  -webkit-animation: fly infinite ease-in 20s;
          animation: fly infinite ease-in 20s;
}

.sparks3 {
  position: absolute;
  z-index: -1000;
  -webkit-animation: fly infinite ease-in 10s;
          animation: fly infinite ease-in 10s;
}

@-webkit-keyframes fly {
  0% {
    top: 250px;
    left: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -1000px;
    opacity: 1;
    left: -1000px;
  }
}

@keyframes fly {
  0% {
    top: 250px;
    left: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -1000px;
    opacity: 1;
    left: -1000px;
  }
}

@media (max-width: 1280px) {
  .sparks {
    display: none;
  }
  .sparks2 {
    display: none;
  }
  .sparks3 {
    display: none;
  }
}

/*FIM Animação 1 / @wg.dsign*/


/*Light / @wg.dsign*/
.light-animation {
    position: absolute;
    top: -50%;
    left: 101%;
    width: 100%;
    z-index: -1;
}

.yellow-light {
    background: url(../images/blue-light2.png);
    width: 500px;
    height: 500px;
    top: 5px;
    left: 0;
    position: absolute;
    animation: 12s p-prev linear infinite;
    opacity: 0.7;
}


/* AnimaÃ§Ã£o de brilho */
@keyframes brightnessEffect {
  0% {
    filter: brightness(70%);
  } /* ComeÃ§a com brilho baixo */
  50% {
    filter: brightness(150%);
  } /* Aumenta para brilho mÃ¡ximo */
  100% {
    filter: brightness(70%);
  } /* Retorna ao brilho baixo */
}

@keyframes p-next {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes p-prev {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}


/*FIM Light / @wg.dsign*/