@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 
{
background-color: black;
width: 100%;
height: 100%;
overflow-x: hidden;
  }

.header {
  width: 80%;
  margin: auto;
  padding-top: 2rem;
}
.inicio {
  margin-top: 6rem;
}
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;*/
}

.tablefont {
  line-height: 25px;
  color: #9e9e9e;
  font-family: 'Alegreya reg', serif;
  font-size: 15px;
  word-spacing: 0px;
  font-weight: 100;
  margin: 0;
}
h2 {
  line-height: 25px;
  color: #9e9e9e;
  font-family: 'Alegreya reg', serif;
  font-size: 20px;
  word-spacing: 0px;
  font-weight: 100;
}
.mainimage {
  display: flex;
  flex-direction: column;
}
.godimage {
  width: 100%;
  justify-content: center;
  text-align: center;
  border: none !important;
}
.sectioncenter {
  height: auto;
  background-size: cover;
  /* background-image: url(../image/bg1.jpg); */
  background-repeat: no-repeat;
  object-fit: fill;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.sectionleft {
  height: auto;
  background-size: cover;
  background-image: url(../image/bg1.jpg);
  background-repeat: no-repeat;
  object-fit: fill;
  width: 100%;
  padding-top: 2rem;
}
.sectionright {
  height: auto;
  background-size: cover;
  background-image: url(../image/bg2.jpg);
  background-repeat: no-repeat;
  object-fit: fill;
  width: 100%;
 padding-top: 2rem;
}
.sectionleftstats {
  height: auto;
  background-size: cover;
  background-image: url(../image/bg1.jpg);
  background-repeat: no-repeat;
  object-fit: fill;
  width: 100%;
  display: flex;
}
.sectioncenterstats {
  height: auto;
  background-size: cover;
  /* background-image: url(../image/bg1.jpg); */
  background-repeat: no-repeat;
  object-fit: fill;
  width: 100%;
  display: flex;
  justify-content: center;
}
.maincard {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
}
.cardflex {
  display: flex;
}
.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0.5rem;
  width: 180px;
  height: 180px;

  background-size: contain;
  background-repeat: no-repeat;
  object-fit: fill;
  background-image: url('../image/inventoryoff_normal.png'); 
  transition: background-image 0.5s ease; 
  border: 1px solid transparent;
  box-shadow: 0px 0px 0px 0px #0000003b;
  background-color: transparent;
}

.card:hover {
  background-image: url('../image/inventoryon_normal.png'); 
  transition: .7s;
}
.cardlegendary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0.5rem;
  width: 180px;
  height: 180px;

  background-size: contain;
  background-repeat: no-repeat;
  object-fit: fill;
  background-image: url('../image/inventoryoff_leg.png'); 
  transition: background-image 0.5s ease; 
  border: 1px solid transparent;
  box-shadow: 0px 0px 0px 0px #0000003b;
  background-color: transparent;
}

.cardlegendary:hover {
  background-image: url('../image/inventoryon_leg.png'); 
  transition: .7s;
}
.cardepic {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0.2rem;
  width: 95px;
  height: 95px;

  background-size: contain;
  background-repeat: no-repeat;
  object-fit: fill;
  background-image: url('../image/inventoryoff_epic.png'); 
  transition: background-image 0.5s ease; 
  border: 1px solid transparent;
  box-shadow: 0px 0px 0px 0px #0000003b;
  background-color: transparent;
}

.cardepic:hover {
  background-image: url('../image/inventoryon_epic.png'); 
  transition: .7s;
}
.cardtext  {
  margin: 0;
  font-size: 1rem;
  color: white;
    font-family: 'diablo_h', serif;
    text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-align: center;
    line-height: inherit;
  }
  .reqclass {
    margin: 0;
    font-size: 1rem;
    color: #ababab;
}
.blacklistmain {
  margin: 0;
  flex-wrap: wrap;
display: flex;
}
.blacklist {
  margin: 0;
display: flex;
margin: 0.3rem;
background: rgb(45, 45, 45);
background: radial-gradient(circle, rgba(45, 45, 45, 1) 0%, rgba(33, 33, 33, 1) 100%);
padding-right: 0.5rem;
padding-left: 0.5rem;
border: 1px solid rgba(255, 255, 255, 0.07);
}
.blacklist: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%);
}
.bold {
color: #c7c7c7;
}
.yellow {
  color: yellow;
  }
  .green {
    color: #00fb00;
    }
    .violeta {
      color: #a71de9;
      }
.icon {
padding-bottom: .5rem;
  }

@media screen and (max-width:450px) {
  
 .header {
width: 90%;
    }
  .maincard {
    justify-content: left;
    width: 85%;
    margin: auto;
    }
    .card {
      width: 200px;
      height: 200px;
      margin: 0;
  }
    .cardlegendary {
      width: 200px;
      height: 200px;
  }
  .cardepic {
    width: 120px;
    height: 105px;
    margin: 0;
}
  .blacklistmain {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  h1 {
  text-align: center;
  }
h2 {
  margin: 0;
    }
}

  
/* copiar footer */


.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(1.6);
  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(1.6);
  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(1.6);
  transition: .7s;
}
.play {
  height: auto;
  background: #000000;
  /* padding-bottom: 1rem; */
  padding-top: 4rem;
}
.container {
  width: auto;
  margin: auto;
  height: inherit;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  text-align: inherit;
  flex-direction: inherit;
  padding: 0;
}
.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;
}
.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;
}
.plaWrapper2 {
  margin: 0;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.iconPlayGame {
  background-color: #ffffff36;
  border-radius: 4rem;
  margin-right: 1rem;
}
.footer {
  /* position: relative; */
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}
.footer-container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.dungeonmain {
  position: relative;
}
.socialText {
  color: white;
  margin-top: 0;
}
.social {
  background-color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
}
.mainSocialWrapper {
  width: auto;
  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;
}

.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%);
}

@media screen and (max-width:1000px) {
  .cardcontainer {
    width: 110px;
    height: 100px;
  }
  .card {
    padding-bottom: .7rem;
    margin: 0;
  }
  .unlock {
    width: 20px;
  }
  .cardText {
    margin: 0;
    font-size: .7rem;
    line-height: normal;
  }
  
  .cardTextcenter {
    font-size: 1rem;
  }
  .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;
    flex-direction: column;
  }
  .socialLogo {
    width: 50%;
    margin-right: 1rem;
  }
  .sociallogoWrapper {
    width: 100%;
    max-width: 200px;
  }
  .socialMedia {
    width: 50%;
    text-align: start;
  }
  .socialText {
    color: white;
    margin-top: 0;
  }
  .socialImg {
    width: 25px;
    height: 25px
  }
}
@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;
    }
  .video:hover {
    background: url('image/add-party.jpg') no-repeat center center;
    background-size: cover;
  }
  h1  {
  text-align: center;
  font-size: 2rem;
}
  .section {
    flex-direction: column;
  }
  .dungeonmain {
    flex-direction: column-reverse;
    display: flex;
  }
.texto {
    width: 100%;
}
.mainSocialWrapper {
  justify-content: space-between;
}
} 
@media screen and (max-width:450px) {

.footer {
  padding: .5rem 0;
}
.dungeonmain {
  width: 85%;
}
.mainSocialWrapper {
  margin: 0 .5rem;
} 
.section {
  width: 85%;
  justify-content: center;
  align-items: center;
  margin: auto;
  } 
} 






/* 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;
}
@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins-ExtraBold');
}

html {
  scroll-behavior: smooth;
}

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: 0;
}
.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) {


  .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;
  }
}