@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;
}
.body {
background-color: black;
height: 100%;
/* background-size: cover;
background-image: url(../image/bg1.jpg);
background-repeat: no-repeat;
object-fit: fill; */
width: auto;
overflow-x: hidden;
  }
  .background1 {
  height: auto;
  background-size: cover;
  background-image: url(../image/bg1.jpg);
  background-repeat: no-repeat;
  object-fit: fill;
  width: 100%;
}
.background2 {
  height: auto;
  background-size: cover;
  background-image: url(../image/bg2.jpg);
  background-repeat: no-repeat;
  object-fit: fill;
  width: 100%;
}
.header {
width: 80%;
flex-direction: column;
text-align: center;
margin: auto;
/* padding-bottom: 4rem; */
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;*/
}

h2 {
  line-height: 25px;
  color: #9e9e9e;
  font-family: 'Alegreya reg', serif;
  font-size: 20px;
  word-spacing: 0px;
  font-weight: 100;
}
.infosection {
  width: 80%;
  display: flex;
  margin: auto;
  padding-bottom: 2rem;
  padding-top: 2rem;
  }
  .infosection2 {
    width: 80%;
    display: flex;
    margin: auto;
    padding-bottom: 2rem;
    padding-top: 2rem;
    }
  .textcontainer {
    width: 100%;
    }
    .textcontainerright {
      width: 100%;
      text-align: right;
      }
    .imagecontainer {
      width: 100%;
      text-align: center;
      }   
      .maincard {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
        }     
        .card {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: space-evenly;
          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 {
          filter: brightness(1.4);
          transition: .7s;
        }
        .cardText {
          color: #ffffff;
          font-family: 'diablo_h', serif;
          text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.5);
          text-transform: uppercase;
          margin:0;
        }
        .postimg {
width: 60%;
        }
        .postimg:hover {
          filter: brightness(1.2);
          transition: .3s;
                  }
        .bold {
       color: #c7c7c7; 
      }
      .tituloeicono {
display: flex;
       }
      @media screen and (max-width:700px) {
        
      .maincard  {
        width: 100%;
        align-items: center;
        flex-wrap: wrap;
    } 
    .card {
      width: 100px;
      height: 100px;
  }
 .cardText {
   font-size: .5rem;
   line-height: 0;
}
  .icon {
    width: 60%;
  }
    .infosection  {
      padding-top: 1rem;
      flex-direction: column; 
      width: 80%;
      align-items: center;
  } 
  .infosection2  {
    flex-direction: column-reverse; 
    width: 80%;
    align-items: center;
} 
  .textcontainerright  {
text-align: left;
} 
  h1  {
  text-align: center;
  font-size: 2rem;
  } 
  .postimg  {
width: 100%;
    } 
   .tituloeicono {
   text-align: center; 
   flex-direction: column;
   flex-wrap: wrap;
   justify-content: center;
   margin: auto;
} 
.iconprof  {
  width: 45%;
  margin: auto;
      } 
   }
   
   
   /* 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;
      margin-right: .2rem; 
    }
    .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 */


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