ul.navmenu li a {
    color: #fff;
  
}
.maigamer {
    position: relative;
    background: #0e0c34;
}


#header {
    background: none;
 
}
.wildareatopsection {
    position: relative;
    top: -8rem;
}
        .wildperblk {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.wildtitle h2 {
    font-size: 80px;
    color: #fff;
    line-height: 73px;
    margin-bottom: 30px;
}
.wildtitle h2 span {
    display: block;
}
.wildleftarea {
    flex: 0 0 62%;
    position: relative;
}
.wildrightarea {
    flex: 0 0 38%;
    position: relative;
}
.wildlive {
    position: absolute;
    right: 0;
}
.wildperinforamtionMainblk {
    margin-bottom: -5rem;
}
.wildlive h4 {
    color: #fff;
    font-size: 66px;
}
.wildlive h4 span{
    color: #fff;
    font-size: 18px;
}
.wildprofileimg IMG {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wildprofileimg {
    width: 220px;
    height: 220px;
   
    border-radius: 50%;
}
.wildprofileimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
   border-radius: 50%; 
    /* border: #aa0000 5px solid; */
}
.wildprofileimg.wildblue img {
    border: #0047c6 3px solid;
}
.wildprofileimg.wildred img {
    border: #aa0000 3px solid;
}
ul.wiltagse {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 46%;
}
ul.wiltagse li {
    border: #fff 1px solid;
    border-radius: 20px;
    background: #1D194B;
    padding: 7px 18px;
    margin-bottom: 20px;
}
ul.wiltagse li a {
    color: #fff;
    font-family: "Inter", sans-serif;
    text-decoration: none;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    gap: 20px;
}
.wildvectorlogo {
    position: absolute;
    top:0;
    right:0;
}
.wildprofiledetails {
    position: relative;
    /* right: 0; */
    /* bottom: 0; */
}
.wildvectorlogo {
    position: absolute;
    top: 0;
    right: 30%;
    width: 160px;
}
.wildvectorlogo img {
    width: 100%;
}
.wildfidesection {
    background: #17133D;
    border: #fff 1px solid;
    border-radius: 17px;
    padding: 15px 11px 0px;
    width: 140px;
    position: absolute;
    right: 0;
    bottom: -17px;
}
.wildfidesection h5 {
    font-size: 16px;
    color: #fff;
    font-family: "Inter", sans-serif;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    margin-bottom: 11px;
    padding-bottom: 10px;
    position: relative;
}
.wildfidesection h5:after {
    content: '';
    position: absolute;
    background: #ffffff8a;
    width: 20px;
    height: 1px;
    bottom: -4px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
    .wildfidesection h6{
    color:#ffffffb3;
    position:relative;
    text-align:center;font-family: "Inter", sans-serif;
    text-decoration: none;
    font-weight: 400;
    font-size:13px;
}   
.footermiddle {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.footermidltitle {
    color: #fff;
    font-size: 23px;
}
.footermidltitle {
    color: #fff;
    font-size: 17px;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
.footermiddlerightcontent {
    border: #fff 1px solid;
    border-radius: 20px;
    background: #1D194B;
    padding: 16px 21px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.footermiddlerightcontent p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.footermiddleright {
    width: 38%;
}
.footermiddlerightcontent h4 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
}
.footermiddlerightcontent p{
    color:#fff;
    text-align:left;
    margin-bottom:0;
}
.footerwblk {
    border: #fff 1px solid;
    border-radius: 20px;
    background: #1D194B;
    padding: 21px 19px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 22px;
}
.footerwblk h4 {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
}
.footerwblk p{
    color:#fff;
    text-align:left;
    margin-bottom:0;
}
.wildpernMainblk {
    background: linear-gradient(179deg, #1c1b43 29%, #171637 35%, #000 77%);
    padding: 5rem 2rem 1rem;
    border-radius: 30px;
    margin-bottom: 50px;
    box-shadow: inset #131137 0px 20px 11px 0px;
}
.Footerwild {
    margin-top: 30px;
}
.whatsectioninside {
    background: #14102B;
    border-radius: 21px;
    padding: 50px 50px 80px;
    position: relative;
    margin-bottom: 60px;
    text-align:center;
}
.whatsectioninside:before {
    position: absolute;
    content: '';
    background: url(../image/star.png);
    width: 110px;
    height: 110px;
    top: -29px;
    z-index: 999;
    right: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}
.whatsectioninside:after {
    position: absolute;
    content: '';
    background: url(../image/star.png);
    width: 100px;
    height: 100px;
    bottom: -29px;
    z-index: 999;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}
.whatsectioninside img{
    width:100%;
    object-fit:cover;
}
.whatsectioncontent h3 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 1px;
}
.whatsectioncontent p{
     color:#fff;
}
.whatsectioncontent {
    margin-bottom: 3.1rem;
   
}
.whatsectioncontent:last-child{
    margin-bottom:0;
}
.whatsectiontitle {
    text-align: center;
    margin: 0rem 0 3.5rem;
}
.whatsectiontitle h2 {
  color:#fff;
  font-size:3rem;
}
footer {
    background-color: #0e0c34;
}
    .hero {

    background-color: #131149;
   
}
.hero.abthero{
    min-height:52vh !important;
}
.gamer-wave img {
    background-size: cover;
 
    background: #131149;
}

@media(max-width:992px){
    .wildperblk {
    display: block;
   
}
.hero.abthero {
    min-height: 20vh !important;
}
.wildvectorlogo {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
}
ul.wiltagse li {
    border: #fff 1px solid;
    border-radius: 20px;
    background: #1D194B;
    padding: 7px 18px;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 10px;
}
.wildareatopsection {
    position: relative;
    top: -7rem;
}
.wildfidesection {
   
    width: 160px;
    position: absolute;
    right: 0;
    bottom: 1px;
    margin-bottom: 0;
}
.footermiddle {
    display: block;

}
.footermiddleright {
    width: 100%;
}
.footermiddle {
   
    margin: 30px 0;
}
.footermiddelleft {
    margin: 0 0 25px;
}
.whatsectioncontent {
    margin-bottom: 3.1rem;
    padding-right: 0;
}
.whatsectioninside:before {
    position: absolute;
    content: '';
    background: url(../image/star.png);
    width: 93px;
    height: 80px;
    top: -29px;
    z-index: 999;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.whatsectioninside:after {
    position: absolute;
    content: '';
    background: url(../image/star.png);
    width: 80px;
    height: 90px;
    bottom: -29px;
    z-index:999999;
    left: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
ul.wiltagse {
   
    width: 100%;
}
}
@media(max-width:768px){
   .hero.abthero {
    min-height: 25vh !important;
}
.wildareatopsection {
    position: relative;
    top: 0rem;
}
}
@media(max-width:580px){
    .hero.abthero {
    min-height: 11vh !important;
}
    .wildvectorlogo {
    position: absolute;
    top: 0;
    right: 0;
    width: 106px;
}
.footermiddlerightcontent {
   
    margin-bottom: 0;
    display: block;
 
}
.footermiddlerightcontent h4 {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
}
.footerwblk {
   
    display: block;
 
}
.footerwblk h4 {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 3px;
}
    .wildfidesection {
    background: #17133D;
    border: #fff 1px solid;
    border-radius: 17px;
    padding: 15px 11px 0px;
    width: 100%;
    position: relative;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 20px;
}
.wildtitle h2 {
    font-size: 50px;
    color: #fff;
    line-height: 52px;
    margin-bottom: 30px;
}
.wildpernMainblk {

    padding: 2rem 1rem 1rem;
    
}
.wildareatopsection {
    position: relative;
    top: 0rem;
}
ul.wiltagse {
    
    width: 100%;
}
.wildprofileimg {
    width: 150px;
    height: 150px;
    
    border-radius: 50%;
}

}




@media(min-width:1500px)
{
    .hero.abthero {
    min-height: 40vh !important;
}.wildareatopsection {
    position: relative;
    top: -10rem;
}
}
@media(min-width:1600px)
{
    
    .hero.abthero {
    min-height: 30vh !important;
}.wildareatopsection {
    position: relative;
    top: -14rem;
}
}

@media(min-width:1700px)
{
    
    .hero.abthero {
    min-height: 30vh !important;
}.wildareatopsection {
    position: relative;
    top: -16rem;
}
}
@media(min-width:1800px)
{
    
    .wildareatopsection {
    position: relative;
    top: -18rem;
}
}
@media(min-width:2000px)
{
    
    .wildareatopsection {
    position: relative;
    top: -21rem;
}
}
@media(min-width:1800px)
{
    
    .wildareatopsection {
    position: relative;
    top: -17rem;
}
}
