@font-face {
  font-family: 'diablo_h';
  src: url('../font/diablo_h.ttf');
}

@font-face {
  font-family: 'Old Fenris';
  src: url('../font/Old Fenris.ttf');
}

@font-face {
  font-family: 'Alegreya reg';
  src: url('../font/Alegreya-Regular.ttf');
}

@font-face {
  font-family: 'Alegreya wght';
  src: url('../font/Alegreya-VariableFont_wght');
}

@font-face {
  font-family: 'Alegreya Med';
  src: url('../font/Alegreya-Medium');
}

@font-face {
  font-family: 'Alegreya bold';
  src: url('../font/Alegreya-Bold');
}

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins-ExtraBold');
}


html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: 'Old Fenris', sans-serif;
  background-color: #000000;
}
.pt5-swiper {
  position: relative;
  width: 100%;
  height: 622px;
}
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .swiper-container {
    overflow: hidden; /* Asegura que el contenido que sobresalga no sea visible solo en dispositivos móviles */
  }
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-feature-pic {
  width: 100%;
  height: auto;
}
/* Personalización de los botones de navegación */
.swiper-button-next, .swiper-button-prev {
  background-size: cover;
  background-position: center;
  width: 44px; /* Ajusta el tamaño según tu imagen */
  height: 44px; /* Ajusta el tamaño según tu imagen */
  content: ''; /* Quitar el contenido predeterminado */
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: none; /* Quitar el contenido predeterminado */
}
.swiper-button-next {
  background-image: url('../image/carruselr.png');
  transform: rotate(0deg); /* Rota la imagen a la posición deseada */
}
.swiper-button-next:hover {
  filter: brightness(1.6);
  transition: .7s;
  box-shadow: 0px 0px 0px 0px #0000003b;
}
.swiper-button-prev {
  background-image: url('../image/carrusell.png');
  transform: rotate(-0deg); /* Rota la imagen a la posición deseada */
}
.swiper-button-prev:hover {
  filter: brightness(1.6);
  transition: .7s;
  box-shadow: 0px 0px 0px 0px #0000003b;
}
/* Personalización de la paginación */
.swiper-pagination-bullet {
  background: url('../image/carruselps.png') no-repeat center center;
  background-size: cover;
  width: 30px; /* Ajusta el tamaño según tu imagen */
  height: 30px; /* Ajusta el tamaño según tu imagen */
}
.swiper-pagination-bullet-active {
  background: url('../image/carruselpb.png') no-repeat center center;
  background-size: cover;
}
/* Estilos para las diapositivas anteriores y siguientes */
.swiper-slide-prev, .swiper-slide-next {
  transform: scale(.8); /* Reduce el tamaño de las diapositivas */
  opacity: 0.4; /* Reduce la opacidad para hacerlas menos prominentes */
  transition: transform 0.3s, opacity 0.3s; /* Suaviza la transición */
}
/* Mantén el tamaño y opacidad normales para la diapositiva activa */
.swiper-slide-active {
  transform: scale(1); /* Tamaño normal */
  opacity: 1; /* Opacidad completa */
  transition: transform 0.3s, opacity 0.3s; /* Suaviza la transición */
}
.cardclick {
max-width: 100%;
height: 100%;
text-align: center;
}
h1 {
  color: #D2C8AE;
  margin: 0;
  font-family: 'Old Fenris', serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 2.8rem;
  line-height: 1.05;
  text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.5);
  /*letter-spacing: 2px;*/
}
h2 {
  line-height: 25px;
  color: #9e9e9e;
  font-family: 'Alegreya reg', serif;
  font-size: 20px;
  word-spacing: 0px;
  font-weight: 100;
}
.herovid1 {
  /*position: absolute; */
  z-index: -1;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: cover;
  background-color: #bba5a9;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-image: none;
}
.herovid2 {
  margin: auto;
  /*position: absolute; */
  z-index: -1;
  top: 0%;
  left: 0%;
  transform: translate(0%, 0%);
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: auto;
}
.heroBackground {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  /* border: 1px solid transparent; */
  box-sizing: border-box;
}
.heromain {
  position: relative;
  width: 100%;
}
.heroCard {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
  z-index: 55;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.downloadbuttom {
  background-color: rgb(165, 9, 5);
  width: auto;
  height: auto;
  padding: 0.3rem;
  padding-top: 10px;
  border-radius: .3rem;
  text-align: center;
  max-width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.downloadbuttom:hover {
  background-color: rgb(221, 7, 7);
}
.unlockcontainer {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.unlocktext {
  color: red;
  margin: 0;
  padding: 0;
}
.playWrapperMain {
  /*background-color: #00000073;*/
  padding: 1rem;
  border-radius: 1.5rem;
  padding-top: 10%;
}
.playstoreButton {
  margin-right: 1rem;
  width: 188px;
  height: 56px;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: fill;
  background-image: url('../image/buttom_playstore.png');
  transition: background-image 0.5s ease;
  border: 0px solid transparent;
  box-shadow: 0px 0px 0px 0px #0000003b;
  background-color: transparent;
  text-decoration: none;
}
.playstoreButton:hover {
  filter: brightness(3);
  transition: .7s;
}
.appstoreButton {
margin-right: 1rem;
  width: 188px;
  height: 56px;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: fill;
  background-image: url('../image/buttom_appstore.png');
  transition: background-image 0.5s ease;
  border: 0px solid transparent;
  box-shadow: 0px 0px 0px 0px #0000003b;
  background-color: transparent;
  text-decoration: none;
}
.appstoreButton:hover {
  filter: brightness(3);
  transition: .7s;
}
.steamstoreButton {
  margin-right: 1rem;
  width: 188px;
  height: 56px;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: fill;
  background-image: url('../image/buttom_steam.png');
  transition: background-image 0.5s ease;
  border: 0px solid transparent;
  box-shadow: 0px 0px 0px 0px #0000003b;
  background-color: transparent;
  text-decoration: none;
}
.steamstoreButton:hover {
  filter: brightness(3);
  transition: .7s;
}
.mobilehero {
display: none;
}
.heroButton {
  font-family: 'Old Fenris', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  color: #E5E0C8;
  font-weight: 600;
  width: 352px;
  height: 113px;
  font-size: 2rem;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: fill;
  background-image: url('../image/buttomplayoff.png'); /* Establece la primera imagen de fondo */
  transition: background-image 0.5s ease; /* Agrega una transición suave */
  border: 1px solid transparent;
  box-shadow: 0px 0px 0px 0px #0000003b;
  background-color: transparent;
}
.heroButton:hover {
  filter: brightness(1.6);
  color: #fff;
  transition: .7s;
}
.heroButtonsm {
  font-family: 'Old Fenris', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  color: #E5E0C8;
  font-weight: 600;
  width: 260px;
  height: 83px;
  font-size: 2rem;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: fill;
  background-image: url('../image/buttomplayoffsm.png'); /* Establece la primera imagen de fondo */
  transition: background-image 0.5s ease; /* Agrega una transición suave */
  border: 1px solid transparent;
  box-shadow: 0px 0px 0px 0px #0000003b;
  background-color: transparent;
}
.heroButtonsm:hover {
  filter: brightness(1.6);
  color: #fff;
  transition: .7s;
}
.playWrapper {
  font-size: 1.5rem;
  margin: 0;
  text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.5);
  letter-spacing: 3px;
}
.crossplatformWrapper {
  width: auto;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.crossplatform {
  background-color: #ffffff36;
  border-radius: 4rem;
  margin-right: .5rem;
}
.crossplatform:hover {
  background-color: #ffffff61;
}
.rightTitle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #D2C8AE;
  font-size: 2.5rem;
  margin: 0;
  word-spacing: 2px;
  width: 50%;
  padding-right: 2.5rem;
}
.rightIcon {
  margin-left: 1rem;
}
.rightText {
  width: 30%;
  display: inline-flex;
  color: #bbac9b;
  font-size: .5rem;
  margin: 0;
  word-spacing: 2px;
  text-align: right;
  margin-right: 3rem;
}
.leftBackground {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  height: auto;
  padding: 3rem 0;
  background-size: cover;
  background-image: url(../image/bg1.jpg);
  background-repeat: no-repeat;
  object-fit: fill;
  width: 100%;
  background-color: #1e1e1e;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.rightBackground {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  flex-direction: column;
  height: auto;
  padding: 3rem 0;
  background-size: cover;
  background-image: url(../image/bg2.jpg);
  background-repeat: no-repeat;
  object-fit: fill;
  width: 100%;
  background-color: #282828;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.centerBackground {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  padding: 3rem 0;
  background-color: #0e0e0e;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.centerText {
  width: 100%%;
  /* display: inline-flex; */
  color: #D2C8AE;
  font-size: .5rem;
  text-align: center;
}
.centerTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9a970;
  font-size: 2.5rem;
  word-spacing: 2px;
  width: 50%;
  margin: 0;
}
.leftTitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #D2C8AE;
  font-size: 2.5rem;
  margin: 0;
  word-spacing: 2px;
  width: 50%;
  padding-left: 2.5rem;
}
.leftIcon {
  margin-right: 1rem;
}
.leftIcon {
  margin-right: 1rem;
  height: auto;
}
.center {
  width: 30%;
  display: inline-flex;
  color: #bbac9b;
  font-size: 15px;
  margin: auto;
  word-spacing: 2px;
text-align: center;
margin-bottom: 0;
justify-content: center;
}
.leftText {
  width: 30%;
  display: inline-flex;
  color: #bbac9b;
  font-size: .5rem;
  font-size: 15px;
  margin: 0;
  word-spacing: 2px;
  text-align: justify;
  margin-left: 5rem;
}
.centerCardmedia  {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  }
.centerCard  {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 1200px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}
.centerCardcontact  {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  flex-direction: column;
  }
.draxianCard {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 2rem;

}
.dungeonmain {
  position: relative;
  /* width: 100%; */
}
.naruCard {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 2rem;
}
.cardcontainer {
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 200px;
  padding-bottom: 1rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  padding-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgb(45, 45, 45);
  background: radial-gradient(circle, rgba(45, 45, 45, 1) 0%, rgba(33, 33, 33, 1) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card {
  width: 100%;
  height: 100%;
  padding: inherit;
  margin:inherit;
  text-align: center;
}
.card:hover {
  filter: brightness(1.2);
  transform: scale(1.05);
  transition: .3s;
  background: rgb(54, 54, 54);
  background: radial-gradient(circle, rgba(54, 54, 54, 1) 0%, rgba(40, 40, 40, 1) 100%);
  border: 1px solid rgb(255 255 255 / 19%);
}
.cardcrystalscontainer {
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 200px;
  padding-bottom: 1rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  padding-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cardcrystals {
  background-repeat: no-repeat;
  object-fit: fill;
  background-image: url('../image/crystals.jpg');
  width: 100%;
  height: 100%;
  padding: inherit;
  margin:inherit;
  text-align: center;
}
.cardcrystals:hover {
  filter: brightness(1.6);
  transform: scale(1.05);
  transition: .3s;
  border: 1px solid rgb(255 255 255 / 19%);
}
.cardprofessioncontainer {
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 200px;
  padding-bottom: 1rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  padding-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cardprofession {
  background-repeat: no-repeat;
  object-fit: fill;
  background-image: url('../image/profession.jpg');
  width: 100%;
  height: 100%;
  padding: inherit;
  margin:inherit;
  text-align: center;
}
.cardprofession:hover {
  filter: brightness(1.6);
  transform: scale(1.05);
  transition: .3s;
  border: 1px solid rgb(255 255 255 / 19%);
}
.cardrunescontainer {
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 200px;
  padding-bottom: 1rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  padding-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cardrunes {
  background-repeat: no-repeat;
  object-fit: fill;
  background-image: url('../image/runes.jpg');
  width: 100%;
  height: 100%;
  padding: inherit;
  margin:inherit;
  text-align: center;
}
.cardrunes:hover {
  filter: brightness(1.6);
  transform: scale(1.05);
  transition: .3s;
  border: 1px solid rgb(255 255 255 / 19%);
}
.cardsetcontainer {
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 200px;
  padding-bottom: 1rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  padding-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cardset {
  background-repeat: no-repeat;
  object-fit: fill;
  background-image: url('../image/set.jpg');
  width: 100%;
  height: 100%;
  padding: inherit;
  margin:inherit;
  text-align: center;
}
.cardset:hover {
  filter: brightness(1.6);
  transform: scale(1.05);
  transition: .3s;
  border: 1px solid rgb(255 255 255 / 19%);
}
.cardbossescontainer {
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 200px;
  padding-bottom: 1rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  padding-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cardbosses {
  background-repeat: no-repeat;
  object-fit: fill;
  background-image: url('../image/bosses.jpg');
  width: 100%;
  height: 100%;
  padding: inherit;
  margin:inherit;
  text-align: center;
}
.cardbosses:hover {
  filter: brightness(1.6);
  transform: scale(1.05);
  transition: .3s;
  border: 1px solid rgb(255 255 255 / 19%);
}
.cardenchantcontainer {
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 200px;
  padding-bottom: 1rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  padding-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cardenchant {
  background-repeat: no-repeat;
  object-fit: fill;
  background-image: url('../image/enchant.jpg');
  width: 100%;
  height: 100%;
  padding: inherit;
  margin:inherit;
  text-align: center;
}
.cardenchant:hover {
  filter: brightness(1.6);
  transform: scale(1.05);
  transition: .3s;
  border: 1px solid rgb(255 255 255 / 19%);
}
.cardstatscontainer {
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 200px;
  padding-bottom: 1rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  padding-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cardstats {
  background-repeat: no-repeat;
  object-fit: fill;
  background-image: url('../image/stats.jpg');
  width: 100%;
  height: 100%;
  padding: inherit;
  margin:inherit;
  text-align: center;
}
.cardstats:hover {
  filter: brightness(1.6);
  transform: scale(1.05);
  transition: .3s;
  border: 1px solid rgb(255 255 255 / 19%);
}
.cardgodcontainer {
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 200px;
  padding-bottom: 1rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  padding-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cardgod {
  background-repeat: no-repeat;
  object-fit: fill;
  background-image: url('../image/god.jpg');
  width: 100%;
  height: 100%;
  padding: inherit;
  margin:inherit;
  text-align: center;
}
.cardgod:hover {
  filter: brightness(1.6);
  transform: scale(1.05);
  transition: .3s;
  border: 1px solid rgb(255 255 255 / 19%);
}
.cardpartycontainer {
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 200px;
  padding-bottom: 1rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  padding-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cardparty {
  background-repeat: no-repeat;
  object-fit: fill;
  background-image: url('../image/party.jpg');
  width: 100%;
  height: 100%;
  padding: inherit;
  margin:inherit;
  text-align: center;
}
.cardparty:hover {
  filter: brightness(1.6);
  transform: scale(1.05);
  transition: .3s;
  border: 1px solid rgb(255 255 255 / 19%);
}
.cardguild {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  padding-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: fill;
  width: 250px;
  height: 250px;
  background-image: url('../image/guild.jpg'); /* Establece la primera imagen de fondo */
  transition: background-image 0.5s ease; /* Agrega una transición suave */
}

.cardguild:hover {
  background-image: url('../image/guildhover.jpg'); /* Cambia a la segunda imagen de fondo al pasar el mouse por encima */
  border: 1px solid rgb(255 255 255 / 19%);
  object-fit: fill;
}

.cardpurchase {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  padding-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: fill;
  width: 250px;
  height: 250px;
  background-image: url('../image/purchase.jpg'); /* Establece la primera imagen de fondo */
  transition: background-image 0.5s ease; /* Agrega una transición suave */
}

.cardpurchase:hover {
  background-image: url('../image/purchasehover.jpg'); /* Cambia a la segunda imagen de fondo al pasar el mouse por encima */
  border: 1px solid rgb(255 255 255 / 19%);
  object-fit: fill;
}

.cardopenworld {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  padding-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: fill;
  width: 250px;
  height: 250px;
  background-image: url('../image/openworld.jpg'); /* Establece la primera imagen de fondo */
  transition: background-image 0.5s ease; /* Agrega una transición suave */
}

.cardopenworld:hover {
  background-image: url('../image/openworldhover.jpg'); /* Cambia a la segunda imagen de fondo al pasar el mouse por encima */
  border: 1px solid rgb(255 255 255 / 19%);
  object-fit: fill;
}
.cardquestcontainer {
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 200px;
  padding-bottom: 1rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  padding-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cardquest {
  background-repeat: no-repeat;
  object-fit: fill;
  background-image: url('../image/quest.jpg');
  width: 100%;
  height: 100%;
  padding: inherit;
  margin:inherit;
  text-align: center;
}
.cardquest:hover {
  filter: brightness(1.6);
  transform: scale(1.05);
  transition: .3s;
  border: 1px solid rgb(255 255 255 / 19%);
}
.cardprestigecontainer {
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 200px;
  padding-bottom: 1rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  padding-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cardprestige {
  background-repeat: no-repeat;
  object-fit: fill;
  background-image: url('../image/prestige.jpg');
  width: 100%;
  height: 100%;
  padding: inherit;
  margin:inherit;
  text-align: center;
}
.cardprestige:hover {
  filter: brightness(1.6);
  transform: scale(1.05);
  transition: .3s;
  border: 1px solid rgb(255 255 255 / 19%);
}
.cardyoutube {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 800px;
  height: 100%;
  background: rgb(45, 45, 45);
  background: radial-gradient(circle, rgba(45, 45, 45, 1) 0%, rgba(33, 33, 33, 1) 100%);
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.cardyoutube:hover {
  background: rgb(54, 54, 54);
  background: radial-gradient(circle, rgba(54, 54, 54, 1) 0%, rgba(40, 40, 40, 1) 100%);
  border: 1px solid rgb(255 255 255 / 19%);
}


iframe {
  width: 100%;
  height: 450px;
}

.centerBackground {
  width: 100%;
  height: 100%;
}

.cardText {
  color: #ffffff;
  font-family: 'diablo_h', serif;
  text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.cardTextcenter {
  color: #ffffff;
  font-family: 'diablo_h', serif;
  text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  text-align: center;
}

.line {
  width: 90%;
  margin: auto;
  border-top: 1px solid gray;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid transparent;
}

.skillRelative {
  position: relative;
  width: inherit;
  height: inherit;
  max-height: inherit;
  max-width: inherit;
  min-width: inherit;
  min-height: inherit;
  margin-right: .2rem;
}

.skill {
  min-height: 50px;
  max-height: 50px;
  opacity: 100%;
  margin-top: .5rem;
  /*margin-right: .2rem;*/
  opacity: 70%;
  border: 1px solid transparent;
  /*box-sizing: border-box;*/
}

.skill:hover {
  /*background-color: #ffffff6b;*/
  opacity: 100%;
  transition: .2s;
}

.character {
  border: 1px solid transparent;
  box-sizing: border-box;
}

.gameplayText {
  width: 100%;
}

.mediaImgWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  margin: auto;
  width: 100%;
  margin-top: 2rem;
}

.bigImage {
  border: 1px solid #c9a96f;
  border-radius: 5px 5px 5px 5px;
  float: left;
  left: 0;
  right: 0;
  margin: auto;
  position: fixed;
  padding: .5rem;
  top: 200px;
  z-index: 100;
}

.imagebackground {
  background: #00000087;
  width: 100vw;
  height: 100vh;
  left: 0;
  margin: auto;
  top: 0;
  position: fixed;
  z-index: -1;
}

.mediaImage {
  width: 320px;
  margin-right: .5rem;
  opacity: 80%;
}

.mediaImage:hover {
  opacity: 100%;
}

.contact {
  height: 550px;
  background-size: cover;
  background-image: url(../image/bg2.jpg);
  background-repeat: no-repeat;
  object-fit: fill;
  width: 100%;
  /* background: rgb(189, 112, 96);
  background: linear-gradient(42deg, rgba(189, 112, 96, 1) 0%, rgba(73, 30, 30, 1) 100%); */
  padding-bottom: 2rem;
  padding-top: 2rem;
  justify-content: center;
  display: flex;
  align-items: center;
}

.sendButton {
  font-family: 'Old Fenris', serif;
  text-transform: uppercase;
  font-weight: 600;

  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  width: 280px;
  height: 80px;
  border-radius: 4rem;
  font-size: 1.5rem;
  background: rgb(147, 37, 10);
  background: linear-gradient(180deg, rgba(147, 37, 10, 1) 0%, rgba(77, 12, 8, 1) 100%);
  border: 1px solid transparent;
  filter: drop-shadow(rgba(51, 25, 50, .4) 0px 10px 20px) !important;
}

.sendButton:hover {
  background: rgb(221, 54, 14);
  background: linear-gradient(180deg, rgba(221, 54, 14, 1) 0%, rgba(137, 20, 12, 1) 100%);
  transition: .3s;
}

.contatTitleWrapper {
  width: 50%;
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.contatTitle {
  color: white;
  font-size: 4rem;
}

.contactText {
  color: white;
  font-family: 'Old Fenris', sans-serif;
  font-size: 1.3rem;
  margin-bottom: 6rem;
}

.footer {
  position: relative;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social {
  background-color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
}

.mainSocialWrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.sociallogoWrapper {
  max-width: 370px;
  width: 70%;
}
.sociallogoWrapper:hover {
  filter: brightness(1.2);
}

.copyright {
  color: white;
  font-size: .7rem;
}

.socialText {
  color: white;
  margin-top: 0;
}

.socialImg {
  background-color: #ffffff36;
  width: 50px;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 4rem;
}

.socialImg:hover {
  /*background-color: #ffffff61;*/
  background: rgb(221, 54, 14);
  background: linear-gradient(180deg, rgba(221, 54, 14, 1) 0%, rgba(137, 20, 12, 1) 100%);
}

.play {
  height: auto;
  background: #000000;
  /* padding-bottom: 1rem; */
  padding-top: 4rem;
}

.playTitleWrapper {
  width: 100%;
  text-align: center;
  margin: auto;
}

.playTitle {
  color: #D2C8AE;
  font-size: 3rem;
}

.playText {
  display: inline-flex;
  color: #bbac9b;
  font-size: 1rem;
  margin: 0;
  word-spacing: 2px;  
}

.playButtonsWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3rem;
}

.playGame {
  font-family: 'Old Fenris', serif;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  display: flex;
  margin: auto;
  margin-bottom: 1rem;
  margin-right: .5rem;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-weight: 600;
  width: 280px;
  height: 80px;
  border-radius: 4rem;
  font-size: 2rem;
  background: #ffffff36;
  border: 1px solid transparent;
  filter: drop-shadow(rgba(51, 25, 50, .4) 0px 10px 20px) !important;
}

.playGame:hover {
  background: rgb(221, 54, 14);
  background: linear-gradient(180deg, rgba(221, 54, 14, 1) 0%, rgba(137, 20, 12, 1) 100%);
  transition: .3s;
}

.plaWrapper2 {
  margin: 0;
  font-size: 1.5rem;
  padding-right: .5rem;
}

.iconPlayGame {
  background-color: #ffffff36;
  border-radius: 4rem;
  margin-right: 1rem;
}

.container {
  width: 100%;
  margin: auto;
  height: inherit;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  text-align: inherit;
  flex-direction: inherit;
  padding: 0;
}
.containercenter {
  margin: auto;
  height: inherit;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  text-align: inherit;
  flex-direction: inherit;
  padding: 0;
  align-items: center;
}

.containerleft {
  /* width: 100%; */
  margin: auto;
  height: inherit;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  text-align: inherit;
  flex-direction: inherit;
  padding: 0;
  margin-left: 4rem;
}

.containerright {
  /* width: 100%; */
  margin: auto;
  height: inherit;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  text-align: inherit;
  flex-direction: inherit;
  padding: 0;
  margin-right: 4rem;
}


.containerNav {
  width: 75%;
  margin: auto;
  height: inherit;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  text-align: inherit;
  flex-direction: inherit;
  padding: 0;
}

@media screen and (max-width:1200px) {

  
  .containerleft {
    margin-left: 0;
  }

  .containerright {
    /* width: 100%; */
    margin-right: 0;
  }

  h1 {
    font-size: 1.8rem;
  }

  .logo {
    width: 95%;
  }


  .container {
    width: 90%;
  }

  .containerNav {
    width: 90%;
  }

  .heroButton {
  
    font-size: 1.4rem;
  }

  .crossplatform {
    width: 25px;
    height: 25px;
  }

  .rightTitle {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 2rem;
  }

  .rightIcon {
    width: 40px;
    height: auto;
  }

  .rightText {
    justify-content: center;
    text-align: justify;
    width: 80%;
    margin-right: 0;
  }

  .rightBackground {
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 1rem 0;
  }

  .leftBackground {
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 1rem 0;
  }

  .leftTitle {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 2rem;
  }

  .leftIcon {
    width: 40px;
    height: auto;
  }

  .leftText {
    justify-content: center;
    text-align: center;
    width: 80%;
    margin-left: 0;
    margin-right: 0;
    text-align: justify;
  }

  .draxianCard {
    justify-content: center;
  }
  .unlock {
    width: 20px;
  }
  .card {
    padding-bottom: .7rem;
    margin: 0;
  }
  
  .cardcrystals {
    padding-bottom: .7rem;
    margin: 0;
  }
  
  .cardbosses {
    padding-bottom: .7rem;
    margin: 0;
  }
  .cardprestige {
    padding-bottom: .7rem;
    margin: 0;
  }
  .cardset {
    padding-bottom: .7rem;
    margin: 0;
  }
  .cardprofession {
    padding-bottom: .7rem;
    margin: 0;
  }
  .cardenchant {
    padding-bottom: .7rem;
    margin: 0;
  }
  .cardquest {
    padding-bottom: .7rem;
    margin: 0;
  }
  .cardrunes {
    padding-bottom: .7rem;
    margin: 0;
  }
  .cardopenworld {
    padding-bottom: .7rem;
    margin: 0;
  }
  .cardpurchase {
    padding-bottom: .7rem;
    margin: 0;
  }
  .cardgod {
    padding-bottom: .7rem;
    margin: 0;
  }
  .cardguild {
    padding-bottom: .7rem;
    margin: 0;
  }
  .cardstats {
    padding-bottom: .7rem;
    margin: 0;
  }
  .cardparty {
    padding-bottom: .7rem;
    margin: 0;
  }
  .character {
    width: 100%;
  }

  .cardText {
    margin: 0;
    font-size: .7rem;
    line-height: normal;
  }
  
  .cardTextcenter {
    font-size: 1rem;
  }


  .skill {
    min-height: 29px;
    max-height: 29px;
    width: 100%;
  }

  .naruCard {
    justify-content: center;
  }

  .gameplayText {
    text-align: center;
  }

  .bigImage {
    width: 75%;
    margin: auto;
  }

  .mediaImage {
    width: 150px;
  }

  .contact {
    height: auto;
    padding: 2.5rem 0;
  }

  .sendButton {
    width: 280px;
    height: 50px;
    font-size: 1.4rem;
  }

  .contatTitle {
    width: 100%;
    font-size: 2.3rem;
    text-align: center;
  }

  .contatTitleWrapper {
    height: auto;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .contactText {
    text-align: center;
    width: 100%;
    margin-bottom: 2rem;
  }

  .play {
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
  }

  .playTitleWrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .playTitle {
    width: 100%;
    font-size: 2.3rem;
    text-align: center;
  }

  .playText {
    font-size: 1rem;
    line-height: 25px;
    text-align: center;
    width: 70%;
    justify-content: center;
  }

  .playButtonsWrapper {
    margin-top: 2rem;
    justify-content: center;
  }

  .playGame {
    width: 280px;
    height: 50px;
    font-size: 1.4rem;
    margin-right: .5rem;
  }

  .mainSocialWrapper {
    justify-content: space-between;
  }

  .socialLogo {
    width: 50%;
    margin-right: 1rem;
  }

  .sociallogoWrapper {
    width: 100%;
    max-width: 200px;
  }

  .socialMedia {
    width: 50%;
    text-align: start;
  }

  .socialImg {
    width: 25px;
    height: 25px
  }
  .heroBackground {
display: none;
  }
  .mobilehero {
    display: block;
    margin: auto;
    align-items: center;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: fill;
    background-image: url('../image/image09.jpg');
    border: 0px solid transparent;
    background-color: transparent;
    margin-bottom: 2rem;
  }
  .heroButton {
    width: 248px;
    height: 80px;
    background-image: url('../image/mobilebuttomplayoff.png'); /* Establece la primera imagen de fondo */
    transition: background-image 0.5s ease; /* Agrega una transición suave */
  }
  .heroButton:hover {
    background-image: url('../image/mobilebuttomplayon.png'); /* Cambia a la segunda imagen de fondo al pasar el mouse por encima */
  }

  .pt5-swiper {
    height: auto; /* Ajusta la altura para adaptarse mejor a pantallas pequeñas */
  }

  .swiper-feature {
    height: auto; /* Ajusta la altura para adaptarse mejor a pantallas pequeñas */
  }

  .swiper-slide {
    width: 100% !important; /* Asegúrate de que las diapositivas tomen todo el ancho disponible */
  }

  .swiper-feature-pic {
    width: 100%; /* Asegúrate de que las imágenes dentro de las diapositivas se ajusten al ancho */
    height: auto; /* Mantén la relación de aspecto correcta */
  }

  .feature-pagination .swiper-pagination-bullet {
    width: 20px; /* Reduce el tamaño de los botones de paginación */
    height: 20px; /* Reduce el tamaño de los botones de paginación */
  } 
  .bigImage {
    width: 85% !important;

  }
.cardcontainer {
  width: 110px;
  height: 100px;
}
.cardcrystalscontainer {
  width: 110px;
  height: 100px;
}
.cardprofessioncontainer {
  width: 110px;
  height: 100px;
}
.cardsetcontainer {
  width: 110px;
  height: 100px;
}
.cardgodcontainer {
  width: 110px;
  height: 100px;
}
.cardprestigecontainer {
  width: 110px;
  height: 100px;
}
.cardquestcontainer {
  width: 110px;
  height: 100px;
}
.cardbossescontainer {
  width: 110px;
  height: 100px;
}
.cardstatscontainer {
  width: 110px;
  height: 100px;
}
.cardenchantcontainer {
  width: 110px;
  height: 100px;
}
.cardrunescontainer {
  width: 110px;
  height: 100px;
}
.cardpartycontainer {
  width: 110px;
  height: 100px;
}
  .cardyoutube {
    height: 250px;
    width: 100%;
    padding: 0.5rem;
  }

  .dungeonmain {
    flex-direction: column-reverse;
    display: flex;
  }
  .center {
  margin-bottom: 0;
  }
  .centerText {
    width: 80%;
  }
}
@media screen and (max-width:700px) {

.playstoreButton {
  margin-right: 0;
  margin-bottom: .5rem;
  }
.steamstoreButton {
  margin-right: 0;
  margin-bottom: .5rem;
  }
.appstoreButton {
  margin-right: 0;
  margin-bottom: .5rem;
  }
  .playButtonsWrapper {
    margin-top: 2rem;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width:450px) {

  .container {
    width: 98%;
  }

  .containerNav {
    width: 98%;
  }

  h2 {
    line-height: inherit;
  }

  .heroButton {
    margin-bottom: .5rem;
  }

  .sendButton {
    margin-bottom: .5rem;
    height: 40px;
    width: 230px;
  }
  .rightTitle {
    font-size: 1.5rem;
    padding: 0;
  }

  .rightText {
    font-size: .7rem;
    line-height: 25px;
    text-align: left;
    width: 70%;
    font-weight: 450;
  }

  .rightIcon {
    width: 30px;
    height: auto;
  }

  .leftTitle {
    font-size: 1.5rem;
    padding: 0;
  }

  .leftText {
    font-size: .7rem;
    line-height: 25px;
    text-align: left;
    width: 70%;
    font-weight: 450;
  }

  .leftIcon {
    width: 30px;
    height: auto;
  }

  .character {
    margin-bottom: .5rem;
  }

  .naruCard {
    flex-direction: column;
  }
  .mediaImgWrapper {
    margin-top: 1rem;
    justify-content: center;
  }

  .logo {
    width: 100%;
  }

  .mediaImage {
    width: 130px;
  }

  .skill {
    min-height: 30px;
    min-width: 30px;
    max-height: 60px;
    width: 100%;
  }

  .dungeonmain {
    width: 85%;
  }

  .contatTitle {
    font-size: 2rem;
  }

  .contact {
    padding: 1rem 0;
  }

  .contatTitleWrapper {
    width: 100%;
  }

  .playTitle {
    font-size: 2rem;
    margin-bottom: .5rem;
  }

  .playGame {
    margin-bottom: .5rem;
    height: 40px;
    width: 230px;
  }

  .playButtonsWrapper {
    margin-top: 1rem;
  }

  .mainSocialWrapper {
    margin: 0 .5rem;
  }

  .footer {
    padding: .5rem 0;
  }

  .social {
    padding: 1.5rem 0;
  }

}

/* NAV */


a {
  color: #fff;
  text-decoration: none;
  font-size: .9rem;
}
a.link {
  color: #fff;
  text-decoration: none;
  font-size: .9rem;
  padding: 0.3rem;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: .3rem;
}
a.link:hover {
  background-color: #ffffff29;
}
li {
  width: auto;
  list-style: none;
  margin-right: 1rem;
  font-family: 'Poppins', serif;
  text-transform: uppercase;
}
.navList {
  width: auto;
  font-size: 1.2rem;
  text-align: right;
  display: flex;
  align-items: center;
  color: #c9aa71;
  text-decoration: none;
  justify-content: space-between;
  z-index: 10;
  white-space: nowrap;
}
.navWrapper {
background-color: #ffffff29;
border-bottom-width: 1px;
border-color: rgba(255, 255, 255, 0.4);
border-left-width: 1px;
border-right-width: 1px;
border-style: solid;
border-top-width: 1px;

  opacity: 1;
  backdrop-filter: blur(8px);
  height: 80px;
  width: 98%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 70;
  border-radius: 0.8rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  position: fixed;
}
.navLogo {
  width: auto;
  z-index: 2;
  padding-right: .5rem;
  padding-left: 1rem;
}
.navLogo:hover {
filter: brightness(1.2);
}
.logoscontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-left: 1rem; */
}
.burger-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(165, 9, 5);
  display: none;
  line-height: 40px;
  text-align: center;
  position: fixed;
  right: 60px;
  top: 23px;
  color: white;
  z-index: 90;
}

.burger-button:hover {
  background-color: rgb(221, 7, 7);
}
.downloadbuttom {
  background-color: rgb(165, 9, 5);
  width: auto;
  height: auto;
  padding: 0.3rem;
  padding-top: 10px;
  border-radius: .3rem;
  text-align: center;
  max-width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.downloadbuttom:hover {
  background-color: rgb(221, 7, 7);
}
@media screen and (max-width:450px) {
  .navWrapper {
  width: 100%;
  margin: auto;
  justify-content: start; 
} 
} 

@media screen and (max-width:1200px) {


  .centerCard  {
    width: 100%;
    }
    .centerCardmedia  {
      width: 100%;
      }
    .centerCardcontact  {
      width: 100%;
      align-items: center;
      }
  
  .navList {
    position: fixed;
    background: rgba(22, 22, 22, 0.88);
    top: 0;
    right: -100vw;
    width: 50vw;
    height: 40vh;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 0 0 0 2rem;
    flex-direction: column;
    transition: .3s;
    padding-bottom: 20px;
    padding-top: 3rem;
    z-index: 2;
    box-shadow: 0px 5px 13px -1px rgba(0, 0, 0, 0.45);
  }

  .navList.is-active {
    right: 0;
  }

  .burger-button {
    display: flex;
    z-index: 99;
    justify-content: center;
    align-items: center;
  }
}