@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
  position: relative;
  list-style: none;
}

:root {
  --max-width: 1180px;
  --min-width: 1040px;
}

body {
  font-family: "Cinzel", sans-serif;
  background: #180f06;
}

.redes {
  position: absolute;
  top: calc(41%);
  right: 38px;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.redes ul::before {
  content: "";
  position: absolute;
  top: -2.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(115% + 2rem);
  background: linear-gradient(to bottom, transparent, #f59c3c, transparent);
  z-index: -1;
}
.redes ul > *:not(:last-child) {
  margin-bottom: 0.5rem !important;
}
.redes ul li a {
  display: block;
  padding: 0.3rem 0.3rem;
  border-radius: 5px;
  background-color: #180f06;
  transition: all 0.1s ease-in-out;
  color: #fff;
  margin: 0.2rem 0;
  box-shadow: inset 0 0 5px #000;
  border: 1px solid #442a0f;
  text-align: center;
  font-size: 18px;
  transition: all 0.1s ease-in-out;
}
.redes ul li a:hover {
  background-color: #442a0f;
}
.redes ul li span {
  width: max-content;
  background: #291616;
  position: absolute;
  top: 8px;
  border: 1px solid #744629;
  font-size: 11px;
  padding: 3px;
  border-radius: 5px;
  right: 38px;
  box-shadow: 0 0 9px 3px #ffbf885e;
  display: none;
  letter-spacing: 1px
}

.redes ul li a:hover + span {
  display: block
}

.container {
  max-width: 1920px;
  min-width: var(--min-width);
  margin: auto;
}

.container header {
  height: calc(100vh - 80px);
}
.container header video {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
  opacity: 0.7;
}
.container header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.container header .header-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  max-width: var(--max-width);
  margin: auto;
  gap: 5rem;
}
.container header .header-box .texts {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 11px #000, 0 0 11px #000, 0 0 11px #000, 0 0 11px #000;
  background: linear-gradient(to right, transparent, #000, transparent);
  padding: 1rem;
}
.container header .header-box .texts h1 {
  font-size: 20px;
}
.container header .header-box .texts h3 {
  color: rgb(211, 149, 35);
  font-size: 25px;
  margin-top: 1.5rem;
  text-transform: uppercase;
}

.container .about-servers {
  padding: 4rem 0;
  height: 100vh;
  background: url("../images/bgrazer2.jpg") top 41% center no-repeat;
}
.container .about-servers .title {
  width: 447px;
  height: 80px;
  background: url("../images/title1.png") center/contain no-repeat;
  text-indent: -9999px;
  margin: auto auto 3rem;
}
.container .about-servers .servers {
  margin: 9rem auto auto;
  max-width: var(--max-width);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.container .about-servers .servers .server {
  margin: 1rem;
  border-radius: 10px;
  overflow: visible;
  background: url("../images/box-information.png") top center no-repeat;
  padding: 7.5rem 5rem 3.5rem;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}
.container .about-servers .servers .server ul > *:not(:last-child) {
  margin-bottom: 0.25rem;
}
.container .about-servers .servers .server a.btn {
  display: block;
  margin: 1.5rem auto 0 -2.4rem;
  width: 280px;
  height: 94px;
  background: url("../images/saibamais.png") center/contain no-repeat;
  transition: all 0.1s ease-in-out;
  text-indent: -9999px;
  left: 20px;
}
.container .about-servers .servers .server a.btn:hover {
  transform: scale(1.1);
}

.container .about-servers .servers .server.old {
  background: url("../images/s-old.png") top center no-repeat;
}
.container .about-servers .servers .server.s1 {
  background: url("../images/s-s1.png") top center no-repeat;
}
.container .about-servers .servers .server.s6 {
  background: url("../images/s-s6.png") top center no-repeat;
}
.container .about-servers .servers .server .overlay {
  background: url("../images/effect.png") center center no-repeat;
  width: 290px;
  height: 290px;
  position: absolute;
  top: 73px;
  left: 54px;
  background-size: contain;
  animation: effectAnimation 15s linear infinite;
  overflow: hidden;
}

.container .select-characters {
  padding: 4rem 0;
  height: 100vh;
  background: url("../images/limbosj.jpg") top center no-repeat;
}
.container .select-characters .title {
  width: 447px;
  height: 80px;
  background: url("../images/title2.png") center;
  text-indent: -9999px;
  margin: auto auto 3rem;
}
.container .select-characters .characters {
  margin: 5% auto auto;
  max-width: var(--max-width);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.container .select-characters .characters .character {
  display: none;
}
.container .select-characters .characters .character.active {
  display: block;
}

.container .select-characters .characters .character .text {
  position: absolute;
  max-width: 450px;
  border-radius: 10px;
  bottom: 180px;
  right: 30px;
  text-align: right;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem;
}
.container .select-characters .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.container .select-characters .buttons button {
  display: block;
  width: 78px;
  height: 78px;
  cursor: pointer;
}
.container .select-characters .buttons button:nth-child(1) {
  background: url("../images/icon7.png");
}
.container .select-characters .buttons button:nth-child(2) {
  background: url("../images/icon6.png");
}
.container .select-characters .buttons button:nth-child(3) {
  background: url("../images/icon2.png");
}
.container .select-characters .buttons button:nth-child(4) {
  background: url("../images/icon4.png");
}
.container .select-characters .buttons button:nth-child(5) {
  background: url("../images/icon3.png");
}
.container .select-characters .buttons button.active {
  background-position-y: -78px;
}

@keyframes effectAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
footer {
  background: url("../images/limbosj.jpg") top 1% center no-repeat;
  padding: 2rem 0;
}
footer .content {
  max-width: var(--max-width);
  margin: 3rem auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .copyright {
  width: 400px;
  text-align: center;
}
footer .copyright p {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}

footer .classification {
  font-size: 15px;
  width: 500px;
  color: #fff;
  display: flex;
  font-weight: 500;
  align-items: center;
  gap: 10px;
}

footer .classification p {
  width: fit-content;
}

footer .classification .age {
  width: 97px;
  height: 79px;
  background: url("../images/age.png");
  background-position: -190px -12px;
  border-radius: 8px;
  box-shadow: inset 0 0 5px #000;
}
