@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;
}
a {
  text-decoration: none;
  color: white;
  color: #fff;
  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;
}
.containercenter {
  margin: auto;
  height: inherit;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  text-align: inherit;
  flex-direction: inherit;
  padding: 0;
}
.centerCard  {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  }
  .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;
  }
  .unlockcontainer {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .unlocktext {
    color: red;
    margin: 0;
    padding: 0;
  }
  .cardText {
    color: #ffffff;
    font-family: 'diablo_h', serif !important;
    text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-align: center;
  }
  
  .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;
  }
  .rightBackgrounddrax {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    flex-direction: column;
    height: auto;
    padding: 3rem 0;
    background-size: cover;
    background-image: url(../image/bg2drax.jpg);
    background-repeat: no-repeat;
    object-fit: fill;
    width: 100%;
    background-color: #282828;
    align-items: center;
    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;
    align-items: center;
    box-sizing: border-box;
  }
.characters::before {
  content: " ::before ";
  content: '';
  border-top: 2px solid;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
  color: #7C4E18; 
}

.characters::after {
  content: " ::after ";
  content: '';
  border-top: 2px solid;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
  color: #7C4E18; 
}
.characters {
  font-family: 'diablo_h';
  display: flex;
  width: 80%;
  max-width: 714px;
  justify-content: center;
  margin: 70px auto 40px auto;
  align-items: center;
  text-align: center;
  color: #ffa216;
  background: -webkit-linear-gradient(rgba(198, 147, 88, 1), rgba(124, 78, 24, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 0.55rem black);
  pointer-events: none;
  font-size: 2rem;
  text-transform: uppercase;
}
/* ------------------------ */
.skillcontainer {
  position: relative;
  width: 300px;
  height: 200px;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.07);
  margin-right: 0.5rem;
}
.tittlecolor {
color: white;
font-family: 'diablo_h' !important;
text-transform: uppercase;
margin: 0.5rem;
}
.subtitulo {
margin: 0;
  }
.text-info {
  background: rgb(45, 45, 45);
  background: radial-gradient(circle, rgba(45, 45, 45, 1) 0%, rgba(33, 33, 33, 1) 100%);
  color: #fff;
  padding: 10px;
  transition: opacity 0.3s;
  height: 100%;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
.phoneview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0 );
  opacity: 0;
  transition: opacity 0.3s;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s;
}

.skillcontainer:hover .text-info {
  opacity: 0;
}

.skillcontainer:hover .video-overlay {
  opacity: 1;
}

video {
  /* max-width: 100%;
  max-height: 100%; */
}


/* ------------- */

.html {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.body {
background-color: black;
width: auto;
height: auto;
margin: 0;
padding: 0;
overflow-x: hidden;

  }
.header {
  width: 80%;
  margin: auto;
  padding-top: 2rem;
}
.section {
  height: auto;
  width: auto;
  height: auto;
  display: flex;
  justify-content:center;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}
.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;
}
.text {
  width: 50%;
  color: #D2C8AE;
  font-family: 'diablo_h' !important;
  text-transform: uppercase;
}
h1 {
  color: #D2C8AE;
  /* 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);
}
h2 {
  line-height: 25px;
  color: #9e9e9e;
  font-family: 'Alegreya reg', serif !important;
  font-size: 20px;
  word-spacing: 0px;
  font-weight: 100;
}
.h2v2 {
  line-height: 25px;
  /* color: #878582; */
  color: #CFAEFB;
  font-family: 'Alegreya reg', serif;
  font-size: 20px;
  word-spacing: 0px;
  font-weight: 100;
  margin:0;
}
.pc  {
  margin: 0;
  margin-top: 1rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.cursor  {
display: flex;
justify-content: center;
align-items: center;
}
.mobile  {
  margin: 0;
  margin-top: 1rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  display: none;
}
.textcenterblock  {
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 70%;
  text-align: center;
}
.centerwrap {
width: 100%;
/* background-color: black; */
height: 100%;
display: flex;
justify-content: center;
padding: 1rem;
}
.sectioncenterstats {
  height: auto;
  background-size: cover;
  background-image: url(../image/character-sorcerer.gif);
  background-repeat: no-repeat;
  object-fit: fill;
  width: 250px;
  height: 250px;
  border: none !important;
  background-position: center;
  outline-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin: auto; */
}
.sectioncenterstats:hover {
  filter: brightness(1.1);
}
.statscontainer {
  width: 250px;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.statsclass {
  height: auto;
  background-size: cover;
  background-image: url(../image/sorcererstats.jpg);
  background-repeat: no-repeat;
  object-fit: fill;
  width: 100%;
  height: 100%;
  border: none !important;
  background-position: center;
  outline-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;  
  transition: transform 0.3s ease;
}
.statsclass:hover {
  filter: brightness(1.2);
  transform: scale(1.05);
}
.inicio {
  margin-top: 3rem;
  text-align: center;
}
.godimage {
  width: 100%;
  justify-content: center;
  text-align: center;
  border: none !important;
}
.bold {
color: #c7c7c7;
font-family: 'Alegreya reg', serif;
}
.purple {
  color: #B872FF;
  font-family: 'Alegreya reg', serif;
  }
  .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%);
  }
.downloadbuttom:hover {
  background-color: rgb(221, 7, 7);
}
.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;
}
.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;
}
.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;
}
@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;
    }
    .rightBackgrounddrax {
      padding-bottom: 0;
     } 
  .rightBackground {
   padding-bottom: 0;
  } 
  .phoneview:hover  {
    opacity: 1;
  } 
  .skillcontainer:hover .video-overlay {
    opacity: 0;
  }
  .centerwrap {
    padding: 0;
    align-items: center;
      }
  .skillcontainer {
margin-bottom: 0.5rem;
    margin-right: 0;
  }
  .mobile  {
    display: block;
    width: 70%;
  }
  .pc  {
    display: none;
  }
  .textcenterblock  {
width: 100%;
text-align: left;
font-size: 15px;
margin-bottom: 0;
}

.sectioncenterstats {
  width: 180px;
  height: 180px;
}
.statscontainer{
  width: 150px;
  height: 150px;
}
  .section {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

.texto {
    width: 100%;
}
} 
@media screen and (max-width:450px) {

  .header {
    width: 90%;
        }
.character {
width: 100%;
} 
.section {
  flex-direction: column;
width: 100%;
} 
} 

/* footer */


.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;
  }
  .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) {
  .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;
}
.playButtonsWrapper {
  margin-top: 2rem;
  justify-content: center;
  flex-direction: column;
}
} 
@media screen and (max-width:450px) {

.footer {
  padding: .5rem 0;
}
.dungeonmain {
  width: 85%;
}
.mainSocialWrapper {
  margin: 0 .5rem;
} 
} 



  
/* NAV */


.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%;
    }
    .centerText {
      width: 80%;
      }
  .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;
  }
}