@font-face {
font-family: 'Roboto Slab', serif;
font-family: 'diablo_h';
src: url('../font/diablo_h.ttf');
}
html{
scroll-behavior: smooth;
}
body {
margin:0;
font-family: 'Roboto Slab', serif;
background-color: #1e1e1e;
}
a {
text-decoration: none;
color: inherit;
font-size: .9rem;

}
a.link:hover {
border-bottom: 1px solid #c79a3c;
padding-bottom: 1rem;
}
li {
list-style: none;	
margin-right: 1rem;
font-family: 'diablo_h', serif;
text-transform: uppercase;
}
li:hover {
color: #fff;	
}
h1 {
margin: 0;	
font-family: 'diablo_h', sans-serif;
text-transform: uppercase;
font-weight: 600;
letter-spacing: -5px;
/*letter-spacing: 2px;*/
}
h2 {
line-height: 17px;	
}
.playkaion {
display: flex;
justify-content: space-between;
width: 75%;
align-items: center;
margin: auto;
background-color: #c9a0599e;
box-shadow: -2px -5px 10px 23px #00000080;
border-bottom: 1px solid #caa25a;
border-radius: .6rem;
padding: 0 2rem;
height: 100px;
}
.titlekaion {
color: white;
font-family: 'diablo_h', sans-serif;
text-transform: uppercase;
font-weight: 600;
text-shadow: 1px 5px 8px #0000008f;
font-size: 1.2rem;
margin: 0;
}
.buttonKion {
font-family: 'diablo_h', sans-serif;
text-transform: uppercase;
font-weight: 600;
align-items: center;
display: flex;
justify-content: center;
color: white;
font-weight: 600;
width: 250px;
height: 50px;
border-radius: 4rem;
font-size: 1.5rem;
background: #ffffff70;
border: 1px solid transparent;
box-shadow: 0px 5px 39px 4px #0000008a;
}
.buttonKion:hover {
background:#fff;
color:  rgb(193,151,86);
transition: .3s;
box-shadow: 0px 31px 95px 33px #000000b3;
}
.kionimg {
 margin-right: 1rem; 
}
.navWrapper {
/*padre*/
background-color: black;	
height: 90px;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
/*position: fixed;*/
z-index: 10;
}
.burger-button { 
width: 40px;
height: 40px;
border-radius: 50%;
background-color: rgb(150, 129, 91);
display: none;
line-height: 40px;
text-align: center;
position: fixed;
right: 16px;
top: 23px;
color: white;  
z-index: 90;
}
.burger-button:hover { 
background-color: rgb(189, 157, 98);
}
@media screen and (max-width:950px) {
.playkaion{ 
flex-direction: column;
width: 90%;
margin: auto;
padding: 0; 
height: auto;
padding: 1rem 0;
 }
.titlekaion {
 font-size: .9rem; 
text-shadow: 1px 5px 8px #0000002e;
}
}

.navLogo {
width: auto;
z-index: 2;
opacity: 90%;
}
.navLogo:hover {
opacity: 100%;
}
.navList {
width: 35%;
font-size: 1.2rem;
text-align: right;	
display: flex;
align-items: center;
color: #c9aa71;
text-decoration: none;
justify-content: space-between;
z-index: 10;
}
.hero {
height: 700px;
width: 100%;
background-color: #222222a6;
}
.herovid1 {
width: 100%; 
height: 100%;
object-fit: cover;
position: absolute; 
z-index:-10; 
background:black;
background-size: cover;
background-position: center;
}
.herovid2 {
position: absolute; 
z-index: -1; 
top: 0px; 
left: 0px; 
bottom: 0px; 
right: 0px; 
overflow: hidden; 
background-size: cover; 
background-color: transparent; 
background-repeat: no-repeat; 
background-position: 0% 0%; 
background-image: none;
height: 100%;
object-fit: cover;
background:black;
}
.herovid3 {
margin: auto; 
position: absolute; 
z-index: -1; 
top: 0%; 
left: 0%; 
transform: translate(0%, 0%); 
visibility: visible; 
opacity: 1;
width: 100%; 
height: 100%;
background-size: cover;
object-fit: cover;
background:black;
}
.heroDescription {
width: 100%;
height: 200px;
display: flex;
flex-direction: column;
padding: 2rem;
}
.heroTitle {
display: inline-flex;
color: #c9a970;
font-size: 4rem;
margin: 0;
/*word-spacing: 2px;*/
}
.heroText {
display: inline-flex;	
color: #bbac9b;
font-size: .7rem;
margin: 0;
word-spacing: 2px;
margin-left: .8rem;
}
.heroButton {
font-family: 'diablo_h', sans-serif;
text-transform: uppercase;
font-weight: 600;

display: flex;
margin: auto;
align-items: center;
justify-content: space-between;
color: white;
font-weight: 600;
width: 280px;
height: 80px;
border-radius: 4rem;
font-size: 2rem;
background: rgb(193,151,86);
background: linear-gradient(90deg, rgba(193,151,86,1) 0%, rgba(208,168,92,1) 100%);
border: 1px solid transparent;
filter: drop-shadow(rgba(51, 25, 50, .4) 0px 10px 20px) !important;
}
.heroButton:hover {
background: rgb(193,151,86);
background: linear-gradient(90deg, rgba(214,163,101,1) 0%, rgba(232,181,119,1) 100%);
transition: .3s;
}
.playWrapper {
margin:0;		
margin-left: 2rem;
}
.buttonIcon {
border: 1px solid transparent;
width: 45px;	
height: 45px;
margin-right: 1rem;
}
.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;	
}
.crossplatformPopup {
position: absolute;
top: 25px;
left: 0;
right: 0;	
display: flex;
justify-content: center;
align-items: center;
background-color: transparent;
color: transparent;
padding: .5em;	
width: 80px;
height: 65px;
border-radius: .5rem;
}
.crossplatformPopup:hover {
  z-index: 85;
  top: 25px;
  left: 5px;	
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  transition: .3s;
}
.pvpWrapper {
background-color: #222222a6;
position: relative;
width: 100%;
height: 500px;
display: flex;
flex-direction: column;
align-items: flex-end;
padding-top: 2rem;
}
.pvpvid1 {
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;
}
.pvpvid2 {
margin: auto; 
position: absolute; 
z-index: -1; 
top: 0%; 
left: 0%; 
transform: translate(0%, 0%); 
visibility: visible; 
opacity: 1; 
width: 100%; 
height: auto;
}
.rightTitle {
display: flex;
align-items: center;
justify-content: flex-end;
color: #c9a970;
font-size: 2.5rem;
margin: 0;
word-spacing: 2px;
width: 50%;
}
.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: 5rem;
}
.youtubeWrapper {
background-size: cover;
background-image: url(../image/youtube_img.jpg);
background-repeat: no-repeat;
object-fit: fill;  
flex-wrap: wrap;
background-position: center;
overflow: hidden;
width: 100%;
height: 500px;
display: flex;
align-items: center;
justify-content: center;
padding-top: 3rem;
}
.youtubeIcon {
background-color: #ffffff3d;
border-radius: .9rem;
width: 80px;
height: 80px;
padding: 1rem;
}
.youtubeIcon:hover {
/*background-color: #ffffff6b;*/
background-color: #f7cd7ecc;
transition: .3s;
}
.leftBackground {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;		
height: auto;
padding:3rem 0;
background-color: #1e1e1e;
border: 1px solid transparent;	
box-sizing: border-box;
}


.fade-scroll {
color: white;	
}


.rightBackground {
display: flex;
justify-content: end;
align-items: flex-end;
flex-direction: column;	
height: auto;
padding:3rem 0;
background-color: #282828;	
border: 1px solid transparent;	
box-sizing: border-box;
}
.leftTitle {
display: flex;
align-items: center;
justify-content: flex-start;
color: #c9a970;
font-size: 2.5rem;
margin: 0;
word-spacing: 2px;
width: 50%;
}
.leftIcon {
margin-right: 1rem;
}
.leftIcon {
margin-right: 1rem;
height: auto;
}
.leftText {
width: 30%;
display: inline-flex;	
color: #bbac9b;
font-size: .5rem;
margin: 0;
word-spacing: 2px;
text-align: justify;
margin-left: 5rem;
}
.draxianCard {
width: 100%;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: left;
margin-top: 2rem;
}
.naruCard {
width: 100%;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: flex-end;
margin-top: 2rem;
}
.card {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 250px;
height: 250px;
background-color: #3a3a3a;
border-radius: .6rem;
padding-bottom: 1rem;
margin-right: .5rem;
margin-bottom: .5rem;
}
.card:hover {
background-color: #444444;	
}
.cardText {
color: #bbac9b;
}
.line {
width: 90%;
margin: auto;
border-top: 1px solid gray;
display: flex;
justify-content: space-between;
box-sizing: border-box;
border: 1px solid transparent;
}
.textSkillsWrapper {
text-align: center;
}
.textSkillTitle {
font-family: 'Roboto Slab', serif;
font-size: 1rem;	
text-align: center;
width: 100%;
padding: .5rem;
margin: auto;
margin-bottom: 0;
padding: 0;
width: 100%;
}
.textSkillText {
font-family: 'Roboto Slab', serif;
font-size: .8rem;	
text-align: center;
width: 100%;
padding: .5rem;	
margin: auto;
padding: 0;
margin-top: .2rem;
width: 100%;
}
.skillRelative{
position: relative;	
width: inherit;
height: inherit;
max-height: inherit;
max-width: inherit;
min-width: inherit;
min-height: inherit;
margin-right: .2rem;
}
.skillPopup {
position: absolute;
top: 50px;
left: 0;
right: 0;	
display: flex;
justify-content: center;
align-items: center;
background-color: transparent;
color: transparent;
padding: .5em;	
width: 130px;
height: 95px;
border-radius: .5rem;
}
.skillPopup:hover {
  z-index: 85;
  top: 50px;
  left: 5px;	
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  transition: .3s;
}
.skillPopupultimate {
position: absolute;
top: 50px;
left: 0;
right: 0; 
display: flex;
justify-content: center;
align-items: center;
background-color: transparent;
color: transparent;
padding: .5em;  
width: 130px;
height: 95px;
border-radius: .5rem;
}
.skillPopupultimate:hover {
  z-index: 85;
  top: 50px;
  left: 5px;  
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  transition: .3s;
}

.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;
}
.itemWrapper {
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
border: 1px solid transparent;	
}
.itemImageWrapper {
border: 1px solid transparent;	
box-sizing: border-box;
height: 70%;
width: 70%;	
margin-top: 2rem;
margin-left: 8rem;
opacity: 80%;
}
.itemImageWrapper:hover {
opacity: 100%;
}
.statpoints {
width: 500px;
margin-top: 2rem;	
margin-right: 10rem;
opacity: 80%;
border: 1px solid transparent;	
box-sizing: border-box;
}
.statpoints:hover {
opacity: 100%;
}
.inventory {
width: 70%;
margin-top: 2rem;	
opacity: 80%;	
border: 1px solid transparent;	
box-sizing: border-box;
}
.inventory:hover {
opacity: 100%;	
}
.profession {
width: 100%;
margin-top: 2rem;	
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
border: 1px solid transparent;	
box-sizing: border-box;
}
.profession_img {
width: 25%;	
opacity: 80%;	
border: 1px solid transparent;	
box-sizing: border-box;
}
.profession_img:hover {
opacity: 100%;	
}
.progressionCard {
width: 100%;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: left;
margin-top: 2rem;
margin-left: 2rem;
}
.character {
border: 1px solid transparent;	
box-sizing: border-box;	
}
.cardpro {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 200px;
height: 200px;
background-color: #3a3a3a;
border-radius: .6rem;
padding-bottom: 1rem;
margin-bottom: 1rem;
margin-right: 1rem;
border: 1px solid transparent;	
box-sizing: border-box;
}
.cardpro:hover {
background-color: #444444;	
}
.cardTextpro {
color: #bbac9b;
}
.cardText2pro {
color: white;
margin: 0;	
margin-bottom: 1rem;
}
.gameplayText {
width: 100%;	
}
.mediaImgWrapper {
display: flex;
flex-wrap: wrap;	
align-items: center;
justify-content: center;
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: 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: 'diablo_h', sans-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: 2rem;
background: rgb(193,151,86);
background: linear-gradient(90deg, rgba(193,151,86,1) 0%, rgba(208,168,92,1) 100%);
border: 1px solid transparent;
filter: drop-shadow(rgba(51, 25, 50, .4) 0px 10px 20px) !important;
}
.sendButton:hover {
background: rgb(193,151,86);
background: linear-gradient(90deg, rgba(214,163,101,1) 0%, rgba(232,181,119,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: 'Roboto Slab', serif;
font-size: .9rem;
margin-bottom: 6rem;
}
.footer {
position: relative;		
background-color: #222;
display: flex;
align-items: center;
justify-content: center;
padding: 2rem 0;
}
.footerWrapper {
width: 380px;
}
.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: left;	
}
.sociallogoWrapper {
width: 70%;	
}
.footerWrapper {
opacity: 80%;	
}
.footerWrapper:hover {
opacity: 100%;	
}
.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-color: #f7cd7ecc;
}
.play {
height: auto;
background: #1e1e1e;
padding-bottom: 1rem;
padding-top: 4rem;
}
.playTitleWrapper {
width: 100%;
text-align: center;
margin:auto;
margin-bottom: 5rem;
}
.playTitle {
color: white;
font-size: 4rem;
}
.playText {
color: #cacaca;	
font-family: 'Roboto Slab', serif;
font-size:.9rem;
}
.playButtonsWrapper {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 3rem;	
}
.playGame {
font-family: 'diablo_h', sans-serif;
text-transform: uppercase;
font-weight: 600;

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(193,151,86);
background: linear-gradient(90deg, rgba(214,163,101,1) 0%, rgba(232,181,119,1) 100%);
transition: .3s;
}
.plaWrapper2 {
margin:0;		
margin-left: 2rem;
}
.iconPlayGame {
background-color: #ffffff36;
border-radius: 4rem;	
margin-right: 1rem;
}
.container {
width: 85%;
margin: auto;
height: inherit;
display: inherit;
align-items: inherit;
justify-content: inherit;
text-align: inherit;
flex-direction: inherit;
padding: 0;
}
.containerNav {
width: 75%;
margin: auto;
height: inherit;
display: inherit;
align-items: inherit;
justify-content: inherit;
text-align: inherit;
flex-direction: inherit;
padding: 0;
}
.goHome {
position: absolute;
right: 0;
bottom: 0;
width: 50px;
height: 50px;
border-radius: 4rem;
margin-right: 2rem;
margin-bottom: 2rem;
}
@media screen and (max-width:1303px) {
.hero {
height: 100%;
padding: 2rem 0;	
}
}
@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: 8;
justify-content: center;
align-items: center;
}
}
@media screen and (max-width:1000px) {
.container {
width: 90%;	
}	
.containerNav {
width: 90%;	
}	
.navWrapper {
height: 80px;	
}
.navLogo {
width: 200px;
height: auto;
}
.herovid3 {
height: 75%;
}
.hero {
padding-bottom: 5rem;	
}
.heroDescription {
padding:0;	
align-items: center;
height: 170px;
justify-content: center;
}
.heroTitle {
width: 100%;
text-align: center;
justify-content: center;	
font-size: 3rem;	
}
.heroText {
justify-content: center;
text-align: justify;
width: 80%;
font-size: 12px;
}
.heroButton {
width: 280px;
height: 50px;	
font-size: 1.4rem;
}
.buttonIcon {
width: 25px;
height: 25px;	
}
.crossplatform {
width: 25px;
height: 25px;	
}
.pvpWrapper {
justify-content: center;
align-items: center;
height: 250px;	
}
.pvpvid2 {
height: 100%;
object-fit: cover;
}
.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;
}
.youtubeWrapper {
height: auto;
padding: 4rem 0;	
}
.youtubeIcon {
width: 40px;
height: 40px;	
}
.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;	
}
.card {
width: 150px;
height: 150px;	
padding-bottom: .7rem;
}
.character {
width: 50%;	
}
.cardText {
font-size: 1rem;	
}
.skill {
min-height: 29px;
max-height: 29px;
width: 100%;	
}
.naruCard {
justify-content:center;	
}
.itemImageWrapper {
height: 75%;
width: 75%;	
margin-top: 1rem;
margin-left: 0;
}
.statpoints {
width: 50%;
margin:auto;	
min-width: 200px;
}
.inventory {
min-width: 250px;	
}
.profession {
justify-content: center;	
}
.profession_img {
margin-right: .6rem;	
}
.progressionCard {
width: 100%;
margin:auto;
justify-content:center;	
margin-top: 1rem;
}
.cardpro {
width: 150px;
height: 150px;	
}
.cardTextpro {
font-size: 1rem;	
margin-bottom: .5rem;
}
.cardText2pro {
font-size: .9rem;	
}
.character {
width: 50%;	
}
.gameplayText {
text-align: center;	
}
.bigImage {
width: 75% !important;	
}
.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 {
text-align: center;
width: 100%;
margin: auto;	
}
.playButtonsWrapper {
margin-top: 2rem;	
justify-content: center;
}
.playGame {
width: 280px;
height: 50px;
font-size: 1.4rem;
margin-right: .5rem;
}
.footerWrapper {
width: 50%;
min-width: 250px;	
}
.mainSocialWrapper{
justify-content: space-between;	
}
.socialLogo {
width: 50%;	
margin-right: 1rem;
}
.sociallogoWrapper {
width: 100%;	
}
.socialMedia {
width: 50%;	
text-align: end;
}
.socialImg {
width: 25px;
height: 25px	
}
.goHome {
width: 25px;
height: 25px;
}
}
@media screen and (max-width:700px) {

.skillPopup {
position: absolute;
top: 25px;
left: 0;
right: 0; 
display: flex;
justify-content: center;
align-items: center;
background-color: transparent;
color: transparent;
padding: .5em;  
width: 130px;
height: 95px;
border-radius: .5rem;
}
.skillPopup:hover {
  z-index: 85;
  top: 25px;
  left: 5px;  
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  transition: .3s;
}
.skillPopupultimate {
position: absolute;
top: 25px;
left: -50px;
right: 0; 
display: flex;
justify-content: center;
align-items: center;
background-color: transparent;
color: transparent;
padding: .5em;  
width: 130px;
height: 95px;
border-radius: .5rem;
}
.skillPopupultimate:hover {
  z-index: 85;
  top: 25px;
  left: -55px;  
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  transition: .3s;
}
}
@media screen and (max-width:450px) {
.container {
width:98%;	
}
.containerNav {
width:98%;	
}
h2 {
line-height: inherit;	
}
.hero {
padding-bottom: 2rem;	
height: auto;
}
.herovid3 {
height: 55%;
}
.heroDescription {
height: auto;
margin-bottom: 1rem;	
}
.heroButton {
margin-bottom: .5rem;
height: 40px;	
width: 230px;
}
.sendButton {
margin-bottom: .5rem;
height: 40px;	
width: 230px;
}
.heroTitle {
font-size: 2.3rem;	
margin-bottom: .5rem;
}
.heroText {
font-size: 1rem;	
line-height: 25px;
text-align: left;	
width: 70%;
}
.herovid3 {
object-fit: contain;
}
.herohideText {
display: none;
color: transparent;	
}
.rightTitle {
font-size: 1.5rem;	
}
.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;	
}
.leftText {
font-size: .7rem;
line-height: 25px;
text-align: left;
width: 70%;
font-weight: 450;
}
.leftIcon {
width: 30px;
height: auto;	
}
.pvpWrapper {
padding-top: 0;	
}
.youtubeWrapper {
padding: 3rem 0;	
}
.character {
margin-bottom: .5rem;	
}
.naruCard {
flex-direction: column;	
}
.card {
width: 80%;
height: auto;
}
.itemImageWrapper {
height: 80%;
max-height: 215px;
width: 80%;	
margin-top: 1rem;
margin-left: 0;
}
.inventory {
margin-top: 1rem;
min-width: 280px;	
}
.profession {
flex-direction: column;
align-items: center;	
margin-top: 1rem;	
}
.profession_img {
width: 70%;	
}
.cardpro{
width:130px;
height:130px;	
margin-right: .5rem;
margin-bottom: .5rem;
}
.bigImage {
width: 85% !important;	
}
.mediaImgWrapper {
margin-top: 1rem;	
}
.mediaImage {
width: 130px;	
}
.skill {
min-height: 60px;
max-height: 60px;
width: 100%;	
}
.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;	
}
.footerWrapper {
width: 50%;
min-width: 230px;	
}
.social {
padding: 1.5rem 0;	
}


}