/* Estilos globais */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Estilos para o corpo do documento */
html,
body {
  height: 100%;
  background-color: #2b2b2b;
}

/* Estilos para a classe container */
.container {
  width: 100%;
}

/* Estilos para a fonte personalizada VampireWars */
@font-face {
  font-family: VampireWars;
  src: url(../font/Vampire\ Wars.ttf);
}

/* Estilos para o banner superior */
.bannerTop {
  background-image: url(../img/loadingOrNot.png);
  width: 100%;
  height: 380px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Estilos para o logotipo */
.logo {
  padding-top: 3vh;
  display: flex;
  justify-content: center;
}

.logo img {
  height: 260px;
}

/* Estilos para os links no banner superior */
.bannerTop a {
  text-decoration: none;
}

/* Estilos para o texto no banner superior */
.bannerTop p {
  font-size: 60px;
  color: #2b2b2b;
  font-family: VampireWars;
  display: flex;
  justify-content: center;
  margin-top: -173px;
}
/* Estilos para o endereço do servidor */
.serverIp {
  font-size: 16px;
  font-family: "Play", sans-serif;
  text-align: center;
  background-color: darkorange;
  padding: 4px;
  color: black;
  font-weight: bolder;
}

/* Estilos para o status do servidor */
.serverStatus {
  font-weight: bold;
}

/* Estilos para o número de jogadores online */
.playersOn {
  font-weight: bold;
  color: blue;
}

/* Estilos para o número máximo de jogadores */
.playersMax {
  font-weight: bold;
  color: blue;
}

/* Estilos para o texto do endereço do servidor */
.serverIpText {
  font-weight: bold;
  color: white;
}

/* Estilos para a barra de status */
.bar {
  height: 5px;
  background-color: rgb(168, 93, 0);
}

/* Limpar floats */
.clear {
  clear: both;
}

/* Estilos para o rodapé */
footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #333;
  color: white;
  padding: 20px;
  text-align: center;
}

/* Estilos para o menu */
.menu {
  margin-top: -90px;
}

.menu ul {
  text-align: center;
  padding: 20px;
}

.menu li {
  display: inline;
  padding: 50px;
}
/* Estilos para os links do menu */
.menu a {
  text-decoration: none;
  font-size: 30px;
  color: rgb(255, 180, 41);
  font-family: VampireWars;
  text-shadow: 2px 0 0 #212121, -2px 0 0 #212121, 0 2px 0 #212121,
    0 -2px 0 #212121, 1px 1px #212121, -1px -1px 0 #212121, 1px -1px 0 #212121,
    -1px 1px 0 #212121;
}

/* Estilos para os links do menu ao passar o mouse */
.menu a:hover {
  color: white;
}

/* Estilos para a barra de status */
.barTwo {
  height: 5px;
  background-color: rgb(168, 93, 0);
}

/* Estilos para a galeria de imagens da página inicial */
.homeGallery {
  margin: 50px;
  margin-top: 70px;
  margin-left: 100px;
  margin-right: 100px;
}

/* Estilos para o texto da segunda imagem na galeria */
.textHGtwo,
.textHGone {
  font-size: 1.875rem;
  color: white;
  text-align: end;
  padding-right: 2.5rem;
  padding-top: 11.875rem;
  font-family: VampireWars;
  text-shadow: 2px 0 0 #212121, -2px 0 0 #212121, 0 2px 0 #212121,
    0 -2px 0 #212121, 1px 1px #212121, -1px -1px 0 #212121, 1px -1px 0 #212121,
    -1px 1px 0 #212121;
}

/* Estilos para a primeira imagem na galeria */
.hg1 {
  border-right: #2b2b2b solid 2.5px;
  background-image: url(../img/loadingOrNot.png);
  float: left;
  height: 15.625rem;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 0.9375rem;
}

/* Estilos para a segunda imagem na galeria */
.hg2 {
  border-left: #2b2b2b solid 2.5px;
  background-image: url(../img/loadingOrNot.png);
  float: right;
  height: 15.625rem;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-right-radius: 0.9375rem;
}
/* Estilos para a terceira imagem na galeria */
.hg3 {
  border-top: #2b2b2b solid 5px;
  background-image: url(../img/loadingOrNot.png);
  height: 15.625rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-bottom-left-radius: 0.9375rem;
  border-bottom-right-radius: 0.9375rem;
}

/* Estilos para a seção do meio */
.middleSection {
  background-color: #2b2b2b;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  padding-bottom: 6.25rem;
}

/* Estilos para o banner do meio */
.bannermiddle {
  height: 25rem;
  padding-top: 2.5rem;
  width: 50%;
  float: left;
  margin-bottom: 2.5rem;
}

/* Estilos para informações do servidor */
.infoServer {
  text-align: center;
  list-style-position: inside;
  border-radius: 0.9375rem;
  font-family: "Play", sans-serif;
  font-size: 1.125rem;
  padding: 1.875rem;
  margin-left: 40vh;
  text-shadow: 2px 0 0 #212121, -2px 0 0 #212121, 0 2px 0 #212121,
    0 -2px 0 #212121, 1px 1px #212121, -1px -1px 0 #212121, 1px -1px 0 #212121,
    -1px 1px 0 #212121;
}

/* Estilos para itens de lista */
li {
  color: white;
  font-size: 1.25rem;
  font-family: "Play", sans-serif;
  list-style: none;
  text-shadow: 2px 0 0 #212121, -2px 0 0 #212121, 0 2px 0 #212121,
    0 -2px 0 #212121, 1px 1px #212121, -1px -1px 0 #212121, 1px -1px 0 #212121,
    -1px 1px 0 #212121;
}
/* Estilos para a imagem de informações */
.infoImage {
  float: right;
}

.infoImage img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16.875rem;
  margin-right: 40vh;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Estilos para a seção de comentários */
.comments {
  background-color: orange;
}

/* Estilos para os elementos de comentários */
.co {
  float: left;
  width: 33.33%;
  height: 250px;
  text-align: center;
  padding: 50px;
  padding-top: 30px;
  background-color: orange;
}

.co img {
  width: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  padding-bottom: 10px;
}

.cotitle {
  color: white;
  font-weight: bold;
  font-size: 20px;
  font-family: "Play", sans-serif;
  text-shadow: 2px 0 0 #212121, -2px 0 0 #212121, 0 2px 0 #212121,
    0 -2px 0 #212121, 1px 1px #212121, -1px -1px 0 #212121, 1px -1px 0 #212121,
    -1px 1px 0 #212121;
}

.cotext {
  padding-top: 10px;
  color: black;
  font-weight: bold;
  font-size: 17px;
  font-family: "Play", sans-serif;
}

/* Estilos para os botões sociais */
.buttonsSocial {
  background-image: url(../img/loadingOrNot.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  height: 200px;
}
/* Estilos para a caixa de botões */
.butBox {
  padding: 70px;
}

/* Estilos para os ícones dos botões */
.butIcon {
  float: left;
  margin-right: 80px;
}

.butIcon img {
  width: 64px;
}

/* Estilos para a caixa do Discord */
.butBoxDiscord {
  margin-top: -30px;
  color: white;
  font-size: 20px;
  font-family: "Play", sans-serif;
  text-shadow: 2px 0 0 #212121, -2px 0 0 #212121, 0 2px 0 #212121,
    0 -2px 0 #212121, 1px 1px #212121, -1px -1px 0 #212121, 1px -1px 0 #212121,
    -1px 1px 0 #212121;
  background-color: #2b2b2b;
  padding: 30px;
  border-radius: 15px;
  float: right;
}

/* Estilos para o ícone do Discord */
.butIconDiscord img {
  width: 60px;
  float: right;
}

/* Estilos para o rodapé */
footer {
  text-align: center;
  background-color: darkcyan;
  color: white;
  font-size: 15px;
  font-family: "Play", sans-serif;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Estilos para os parágrafos no rodapé */
footer p {
  padding-top: 5px;
}

/* Responsividade para telas grandes */
@media screen and (max-width: 1556px) {
  .infoImage img {
    margin-right: 20vh;
  }

  .infoServer {
    margin-left: 20vh;
  }
}
/* Estilos para os links no rodapé */
footer a {
  text-decoration: none;
}

/* Responsividade para telas médias */
@media screen and (max-width: 1302px) {
  .infoImage img {
    margin-right: 10vh;
  }

  .infoServer {
    margin-left: 10vh;
  }

  .butBoxDiscord {
    margin-top: -40px;
  }

  .butIcon {
    margin-right: 40px;
  }
}

/* Responsividade para telas pequenas */
@media screen and (max-width: 1146px) {
  .infoImage img {
    margin-right: 5vh;
  }

  .infoServer {
    margin-left: 5vh;
  }

  .butBoxDiscord {
    margin-top: -30px;
    font-size: 0px;
    background-color: #2b2b2b00;
    float: left;
  }

  .butIcon {
    float: left;
    margin-right: 150px;
  }
}

/* Responsividade para telas muito pequenas */
@media screen and (max-width: 1132px) {
  .butBox {
    padding-top: 70px;
  }

  .butIcon {
    float: none;
    display: inline;
    margin-right: 15%;
  }

  .butBoxDiscord {
    margin-top: -100px;
    font-size: 0px;
    background-color: #2b2b2b00;
    float: none;
  }
}

/* Responsividade para telas ainda menores */
@media screen and (max-width: 1079px) {
  .butBox {
    padding: 30px;
    padding-top: 70px;
  }

  .butIcon {
    margin-right: 15%;
  }

  .menu li {
    display: inline;
    padding: 20px;
  }
}
/* Responsividade para telas médias */
@media screen and (max-width: 860px) {
  .homeGallery {
    margin: 0;
    margin-top: 90px;
    margin-left: 0;
    margin-right: 0;
  }

  .textHGtwo,
  .textHGone {
    font-size: 30px;
    color: white;
    text-align: center;
    padding-right: 40px;
    padding-top: 190px;
    font-family: VampireWars;
    text-shadow: 2px 0 0 #212121, -2px 0 0 #212121, 0 2px 0 #212121,
      0 -2px 0 #212121, 1px 1px #212121, -1px -1px 0 #212121, 1px -1px 0 #212121,
      -1px 1px 0 #212121;
  }

  .hg1,
  .hg2 {
    border: none;
    float: none;
    width: 100%;
    border-radius: 0;
  }

  .hg3 {
    border-top: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .infoImage img {
    margin-right: 0;
  }
}

/* Responsividade para telas pequenas */
@media screen and (max-width: 780px) {
  .butIcon {
    margin-right: 13%;
  }

  .infoImage img {
    margin-right: 0;
  }

  .infoServer {
    margin-left: 0;
  }

  .menu li {
    display: inline;
    padding: 10px;
  }
}

/* Responsividade para telas ainda menores */
@media screen and (max-width: 757px) {
  .butIcon {
    margin-right: 10%;
  }

  .infoImage {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  .menu {
    margin-top: -100px;
  }

  .menu li {
    display: inline;
    padding: 10px;
  }

  .menu a {
    font-size: 27px;
  }

  .bannermiddle {
    width: 100%;
  }

  .comments {
    display: none;
  }

  .butIconDiscord img {
    width: 60px;
    float: right;
    margin-right: -30px;
  }
}
/* Responsividade para telas pequenas */
@media screen and (max-width: 560px) {
  .butIcon {
    margin-right: 5%;
  }

  .infoImage {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
  }
}

/* Responsividade para telas ainda menores */
@media screen and (max-width: 433px) {
  .infoImage {
    visibility: hidden;
  }
}
