/* header new  */

.containmain {
    height: auto;
    background: linear-gradient( rgb(12 12 12 / 54%), rgb(2 2 2 / 80%)), url(../../images/des/blurredbg.webp) no-repeat;
    background-size: cover;
	max-height: 100%;
	/*position: sticky;*/
	position: relative;
    /*top: 0;*/
    z-index: 99;
}


.hed {
    padding: 30px 0 0;
    position: relative;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    background: #70707000;
    max-width: 100%;
}



.navmain 
{
	display: flex;
	align-items: center;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 15px;
	width: 100%;
	direction: ltr;
	justify-content: center;
	align-items: center;
	}

.logonav 
{
    display: flex;
    flex: 1 1;
}

.logolink 
{
    background: url(../../design/logo.svg) no-repeat;
    display: block;
    height: 53;
    width: 53;
    color: gray;
    text-decoration: none;
}

.gametracker 
{
    display: flex;
    align-items: center;
    font-size: 34;
    color: white;
}

.slogos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blwh {
    font-size: 22;
    font-family: 'Open Sans Hebrew', serif;
	color: #888891;
}

span.bluewhite {
    text-transform: uppercase;
    background-image: linear-gradient(
    -225deg,
    #ffffff 0%,
    #005aff 29%,
    #ffffff 67%,
    #004eff 100%
  );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    font-weight: 600;
    font-size: 21;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


.navbara 
{
    display: flex;
    justify-content: space-between;
    margin: 0 -30px;
    padding: 0 202px;
    column-gap: 43px;
    direction: rtl;
    margin: 0 -30px;
    padding: 0 30px;
}


a.linkn 
{
	color: #bfbfbf;
	cursor: pointer;
	display: block;
	font-size: 17px;
	line-height: 19px;
	padding: 10px 20px;
	font-family: 'Heebo', sans-serif;
	}


.linkn:hover
{
color: #ffffff;
}

a, button {
    background-color: transparent;
   /* color: #8a8a93; */
    text-decoration: none;
    transition: background-color .2s ease,color .2s ease,border .2s ease;
	border: none;
}

#selected.linkn {
    color: #ffffff;
    font-size: 18px;
}



.icon {
  display: none;
}

/* icon */

.icon {
    color: white;
    font-size: 20px;
    padding: 10px;
}


/* header new  */

#ads
{
    width: 80%;
    height: 12px;
    margin: auto;
    padding: 0px 0 8px 0;
    text-align: center;
}

.bester {
    position: relative;
    top: 10px;
}

.bestr
{
    overflow-y: hidden;
}

.bg:hover
{
padding: 5px;
    transition: .2s ease,color .2s ease,border .2s ease;

}


.bestr .bg
{
    width: 60%;
    border-radius: 0;
    height: 263px;
    margin: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    border-radius: 8px;
    box-shadow: 0 21px 29px 0 rgb(0 0 0 / 31%);
    transition: .2s ease,color .2s ease,border .2s ease;
}

.bg {
	position: relative;width: 1000px !important;
	}




.statv {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg {
    margin-top: 0px !important;
}

.nametitle {padding: 26px;display: block;}

.seder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.nametitle a {
    color: #0a8dfd;
    font-size: 25px;
    font-family: 'Heebo', sans-serif;
}

.flg {
    width: 16px;
}

.detailm {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
}

.titld {
    font-family: 'Heebo', sans-serif;
    color: #9d9d9d;
    font-size: 14px;
}

.bott {
    font-family: 'Heebo', sans-serif;
    color: white;
    font-size: 15px;
    display: flex;
    align-items: center;
}




/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


.tag:hover
{
	background-color: #004eff;
	width:114px;
}

.tag

{
    color: #ffffff !important;
    position: absolute;
    top: 12px;
    left: 0;
    background-color: #087aff;
    padding: 7px;
    border-radius: 0px 3px 3px 0px;
    z-index: 1;
    opacity: .9;
    box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
    transition-property: width;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    width: auto;
    display: flex;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Heebo', sans-serif;
   }



a {
    text-decoration: none;
}

.connectb {
    align-items: center;
    background-color: #007eff;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-size: 14px;
    line-height: 14px;
    padding: 7px 12px;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 3px 6px rgb(0 0 0 / 6%);
    border: 1px solid rgba(54,54,54,.125);
    font-family: 'Heebo', sans-serif;
    transition: all 0.1s ease-in;
}


.connectb:hover
{
    background-color: #007eff;
    border-radius: 0px;
    transition: all 0.2s ease-in-out;
    font-size: 15px;

}


.nametitled a {
    color: #ffffff;
    font-size: 19px;
    font-family: 'Heebo', sans-serif;
	direction: ltr;
}

.namse
{
    display: flex;
    flex-direction: column;
    padding: 22px;
    max-width: 100%;
    align-items: flex-start;
}


.g0
{
    background: linear-gradient( rgb(12 12 12 / 54%), rgb(2 2 2 / 80%)), url("../../images/pics/heroes/0.webp") no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}
.g1
{
    background: linear-gradient( rgb(12 12 12 / 54%), rgb(2 2 2 / 80%)), url("../../images/pics/heroes/1.webp") no-repeat;
    background-position-y: 20%;
}
.g3
{
    background: linear-gradient( rgb(12 12 12 / 54%), rgb(2 2 2 / 80%)), url("../../images/pics/heroes/3.webp") no-repeat;
	background-position-y: 30%;
}
.g4, .g13
{
    background: linear-gradient( rgb(12 12 12 / 54%), rgb(2 2 2 / 80%)), url("../../images/pics/heroes/4.webp") no-repeat;
	background-position-y: 35%;
}
.g5
{
    background: linear-gradient( rgb(12 12 12 / 54%), rgb(2 2 2 / 80%)), url("../../images/pics/heroes/5.webp") no-repeat;
    background-position-y: 50%;
}
.g6
{
    background: linear-gradient( rgb(12 12 12 / 54%), rgb(2 2 2 / 80%)), url("../../images/pics/heroes/6.webp") no-repeat;
	background-position-y: 20%;
}
.g7
{
    background: linear-gradient( rgb(12 12 12 / 54%), rgb(2 2 2 / 80%)), url("../../images/pics/heroes/7.webp") no-repeat;
    background-position-y: 40%;
}
.g8
{
    background: linear-gradient( rgb(12 12 12 / 54%), rgb(2 2 2 / 80%)), url("../../images/pics/heroes/8.webp") no-repeat;
	background-position-y: 45%;
}
.g9
{
    background: linear-gradient( rgb(12 12 12 / 54%), rgb(2 2 2 / 80%)), url("../../images/pics/heroes/9.webp") no-repeat;
    background-position-y: 55%;
}
.g10
{
    background: linear-gradient( rgb(12 12 12 / 54%), rgb(2 2 2 / 80%)), url("../../images/pics/heroes/10.webp") no-repeat;
    background-position-y: 60%;
}
.g11
{
    background: linear-gradient( rgb(12 12 12 / 54%), rgb(2 2 2 / 80%)), url("../../images/pics/heroes/11.webp") no-repeat;
    background-position-y: 20%;
}
.g12
{
    background: linear-gradient( rgb(12 12 12 / 54%), rgb(2 2 2 / 80%)), url("../../images/pics/heroes/12.webp") no-repeat;
    background-position: center;
}

