
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Black.woff2') format('woff2'),
        url('../fonts/Nunito-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Bold.woff2') format('woff2'),
        url('../fonts/Nunito-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-BlackItalic.woff2') format('woff2'),
        url('../fonts/Nunito-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-ExtraBold.woff2') format('woff2'),
        url('../fonts/Nunito-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-BoldItalic.woff2') format('woff2'),
        url('../fonts/Nunito-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Nunito-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-ExtraLight.woff2') format('woff2'),
        url('../fonts/Nunito-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.woff2') format('woff2'),
        url('../fonts/Nunito-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-LightItalic.woff2') format('woff2'),
        url('../fonts/Nunito-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Nunito-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Italic.woff2') format('woff2'),
        url('../fonts/Nunito-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Light.woff2') format('woff2'),
        url('../fonts/Nunito-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Nunito-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-SemiBold.woff2') format('woff2'),
        url('../fonts/Nunito-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Candara';
    src: url('../fonts/Candara.woff2') format('woff2'),
        url('../fonts/Candara.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body {
    font-family: 'Nunito';
    font-weight: normal;
    background-color: black;
    background-image: url(../images/bg-1.png);
    background-repeat: no-repeat;
    background-position: center 0;
    width: 100%;
    height: 100%;
}
a.active, a:focus, button:focus, button.active {
    outline: none;
}
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
.btn:focus {
    box-shadow: none;
}
a:focus, a:hover, a:active {
    outline: 0;
    box-shadow: 0;
}
a:focus, a:hover {
    text-decoration: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
    margin-bottom: 0;
}
a {
    transition: all ease-in-out 0.5s;
    text-decoration: none;
}
button {
    transition: all ease-in-out 0.5s;
}
a:hover {
    text-decoration: none;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li {
    list-style: none;
}
p {
    margin: 0;
}
input:focus, select:focus, textarea:focus {
    outline: none;
}
figure {
    margin: 0;
}
img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.main-body{
    background-image: url(../images/body-bg.png);
    color: #ffffff;
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    background-position: center 0;
}
.main-body::before{
    content: "";
    background: url(../images/body-left.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.top-right-bg{
    position: absolute;
    top: 0;
    right: 0;
}
a.nav-link{
    font-size: 15px;
color: #ffffff;
font-weight: 400;
font-family: "Nunito";
text-align: center;
text-transform: uppercase;
}
.nav-item span{
    font-size: 12px;
color: #3a7a68;
font-weight: 400;
font-family: "Nunito";
text-align: center;
}
header{
    width: 100%;
}
.navbar{
    margin: 0 auto;
    background-image: url(../images/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
ul.navbar-nav{
    width: 80%;
    justify-content: space-between;
}
.nav-link{
    padding: 2rem 1rem 0;
    line-height: 0.5;

}
.navbar{
    padding: 0 1rem;
    position: relative;
    z-index: 55555;
}

li.nav-item{
    position: relative;
}

li.nav-item.active::before{
    border-top: 5px solid #3ca67b;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    
}
li.nav-item:hover::before{
    border-top: 5px solid #3ca67b;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    
}
.statistics {
    background-image: url(../images/circl-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    padding: 50px 7px;
}

.main-sec .logo-area img{
    margin-top: 100px;
}
.statistics h6{
    font-family: 'Candara';
    font-size: 14px;
    text-align: center;
    color: white;

}
.statistics h4{
    font-family: 'Candara';
    font-size: 30px;
    color: #3ca67b;
}

.login-header .name h3{
    font-size: 16px;
color: #ffffff;
font-weight: 400;
position: relative;
font-family: "Nunito";
padding-left: 30px;
}


.login-header .type h4{
    font-size: 13px;
color: #b3ae95;
font-weight: 400;
font-family: "Nunito";
position: relative;
    z-index: 44454;
}
.login-header{
    display: flex;
    justify-content: space-between;
    padding: 23px 15px;
    background-image: url(../images/header-bg-login.png);
    background-repeat: no-repeat;
    position: relative;

}
.login-header::before{
    content: "";
    background-image: url(../images/box-before.png);
    position: absolute;
    height: 100%;
    width: 100%;
    top: -18px;
    z-index: 5555;
    left: -20px;
    background-repeat: no-repeat;
}
.login-header::after{
    content: "";
    background-image: url(../images/box-after.png);
    position: absolute;
    height: 100%;
    width: 24%;
    top: -18px;
    z-index: 5555;
    right: -9.5%;
    background-repeat: no-repeat;
}
.name h3::before{
    content: "";
    background-image: url(../images/arrow-icons.png);
    background-repeat: no-repeat;
    height: 91px;
    width: 134px;
    position: absolute;
    left: 0px;
    top: -11px;

}
.user_data{
    font-size: 14px;
color: #b3ae95;
font-weight: 400;
font-family: "Nunito";
text-align: left;
position: relative;
padding-left: 30px;
}
.user_data::before{
    content: "";
    background-image: url(../images/home-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 50px;
    width: 50px;
    left: 0;
}

.form-group{
    text-align: left;
}
.detailed-sec{
    padding: 75px 0 0;
}
.login-body{
    padding: 10px 20px;
    border: 1px solid #141716;
    border-top: 0;
}
.form-control{
    background-color: #060606;
    border: 1px solid #262626;
    border-radius: 0;
}
.form-control:focus {
    color: white;
    background-color: #060606;
    border-color: #262626;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #186b2a45;
}


.btn.btn-area {
    background: url(../images/btn-bg.png);
    background-repeat: no-repeat;
    height: 55px;
    width: 74%;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    color: #eae4c6;
    font-weight: 700;
    font-family: "Nunito";
    text-align: center;
    padding: 20px 0 0;

    display: block;
}
.login-footer h4{
    font-size: 14px;
color: #4c5959;
font-weight: 400;
font-family: "Nunito";
text-align: center;
}
.login-footer h5{
    color: #b3ae95;
    font-size: 14px;
    font-weight: 400;
    font-family: "Nunito";
    text-align: center;
}
.login-footer .forget-pass{
    margin-top: 20px;
}
.login-footer {
    border: 1px solid #141716;
    padding: 10px 0;
}
.vote-coins{
    background-image: url(../images/vote-coins.png);
    background-repeat: no-repeat;
    width: 105.6%;
    height: 93px;
    margin: -19px 0px 0px -15px;
    position: relative;

}
.voteforcoins{
    font-size: 30px;
    color: #97937d;
    position: absolute;
    font-family: "Candara";
    text-align: center;
    filter: drop-shadow(0px 3px 2.5px rgba(0,0,0,0.48)) drop-shadow(0px 16px 25.5px rgba(35,65,57,0.36));
    left: 43%;
    top: 42%;
}
.table td, .table th{
    border: 0;
    font-family: 'Nunito';
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #97937d;
    padding: 15px 5px;

}
.ranking-box .login-body{
    padding-left: 0;
    padding-right: 0;
    background-image: url(../images/ranking-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.ranking-box .user_data{
    margin-left: 20px;
    padding-top: 15px;
}
.player-pic{
    object-fit: contain;
    transform: scale(1.5);
    height: 23px;
    width: 23px;
}
.ranking-table td:nth-child(3) {
    padding-right: 40px;
}
.carousel {
    position: relative;
    margin-top: -25px;
    border-bottom: 0.5px solid;
}

.slider-detail{
    background-color: #000000cc;
    position: absolute;
    top: 76%;
    width: 100%;
    padding: 15px 20px;
}
.slider-detail h3{
    font-size: 18px;
    color: #aea991;
    font-weight: 700;
    font-family: "Nunito";
    text-align: left;
}
.slider-detail p{
    font-size: 14px;
    color: #aea991;
    font-weight: 700;
    font-family: "Nunito";
    text-align: left;
}

.latest-heading h4{
    font-size: 18px;
color: #aea991;
font-weight: 700;
font-family: "Nunito Sans";
text-align: left;
}
.latest-heading h5{
    font-size: 26px;
    color: #474641;
    font-family: 'Nunito';
    font-weight: 600;
    text-align: left;
}
.latest-heading h5 span{
    background: black;
}
.latest-news {
    padding: 15px 30px;
}
.latest-heading{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #474641;
    align-items: center;
    padding: 5px 0;
}
.box-heading h4{
    font-size: 14px;
color: #aea991;
font-weight: 700;
font-family: "Nunito";
text-align: left;
}
.box-heading p{
    font-size: 14px;
color: #215350;
font-weight: 400;
font-family: "Nunito";
text-align: right;
}
.box-heading{
    display: flex;
    justify-content: space-between;
    background-color: #191818;
    padding: 5px 10px;
    align-items: center;
}
.latest-news-box{
    padding: 15px 30px 30px;
}
.box-body{
    margin-top: 20px;
}
.box-body .blurb h5{
    text-align: left;
    font-size: 14px;
color: #6b6a63;
font-weight: 400;
font-family: "Nunito";
padding-left: 10px;
}
h5.blurb-heading{
    text-align: left;
    font-size: 14px;
color: #6b6a63;
font-weight: 400;
font-family: "Nunito";
padding-top: 5px;
}
.blurb{
    display: flex;
}
h5.blurb-heading a{
    color: #3a887c;
}
h4.read-more{
text-align: right;
}
h4.read-more a{

    font-size: 14px;
color: #3a887c;
font-weight: 400;
font-family: "Nunito Sans";
}
.server-details{
    display: flex;
    justify-content: space-between;
    
}
.server-details h5{
    font-size: 14px;
    line-height: 34px;
    color: #939187;
    font-weight: 400;
    font-family: "Nunito";
    text-align: left;
}
.server-details h6{
    font-size: 14px;
line-height: 34px;
color: #3c877d;
font-weight: 400;
font-family: "Nunito";
}
.server-details h4{
    font-size: 14px;
line-height: 34px;
color: #4b5858;
font-weight: 400;
font-family: "Nunito";
}
.custom-position {
    position: absolute;
    top: -48px;
    left: 32%;
}
.user_data.servers{
    padding-top: 20px;
    padding-bottom: 20px;
}
.user_data.stats{
    padding-top: 25px;
    padding-bottom: 20px;
}
.user_data.upcoming{
    padding-top: 18px;
}
.status-box{
    background-color: #000000e0;
}
.text-on-img p{
    font-size: 14px;
line-height: 10px;
color: #ffffff;
font-weight: 400;
font-family: "Nunito";
text-align: center;
filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.98));
padding: 19px 13px;
}
.text-on-img{
    background-image: url(../images/event-bg.png);
    background-repeat: no-repeat;
    height: 58px;
    width: 61px;
}
.only-text h5{
    font-size: 14px;
color: #ffffff;
font-weight: 400;
font-family: "Nunito Sans";
text-align: left;
}
.only-text h6{
    font-size: 14px;
color: #b3ae95;
font-weight: 400;
font-family: "Nunito Sans";
text-align: left;
}
.img-with-text{
    display: flex;
    align-items: center;
}
.only-text {
    padding-left: 25px;
}
p.footer-p{
    text-align: center;
    padding: 10px 0;
    width: 100%;

}
p.footer-p a{
    font-size: 14px;
    letter-spacing: 1px;
    color: #97937d;
    font-weight: 400;
    font-family: "Nunito";
    
}
.images-area{
    display: flex;
    justify-content: flex-end;
    width: 1776px;
    margin: 0 auto ;
}

.first-footer{
    padding : 25px 0;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    
}
.top-footer ul{
    display: flex;
    width: 75%;
    margin:0 auto;
    justify-content: center;


}
.top-footer ul li a{
    font-size: 14px;
color: #ffffff;
font-weight: 400;
font-family: "Nunito";
text-align: center;
}
.top-footer ul li{
    padding-right: 80px;
}
.left-content p{
    font-size: 14px;
color: #4e4e49;
font-weight: 400;
font-family: "Nunito";
text-align: left;
}
.right-content p {
    font-size: 14px;
color: #4e4e49;
font-weight: 400;
font-family: "Nunito";
text-align: right;
}
.right-content p a{
    color: #97937d;
    font-size: 14px;
    font-weight: 400;
    font-family: "Nunito";
    text-align: right;
}
.bottom-content {
    display: flex;
    justify-content: space-between;
    padding : 20px 0;
}
.fwrap-no{
    flex-wrap: nowrap;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color:#235f58;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-7px, 7px);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-9px, -8px);
  }

  .top-footer li a:hover,p.footer-p a:hover,.login-footer h5:hover{
      color: #3a7a68;
  }
  h4.read-more a:hover{
      color: #97937d;
  }
  .bottom-sec{
      background-image: url(../images/footer-bg-1.png);
      background-repeat: no-repeat;
      background-color: #000000;
      background-size: cover;
      background-position: center;
  }
  .latest-main-body{
      background-image: url(../images/middle-bg.png);
      background-repeat: no-repeat;
      background-size: cover;
  }
  .login-body-bg {
    background-image: url(../images/login-box-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -14px;
}
.table.ranking-table tbody tr:first-child , .table.ranking-table tbody tr:nth-child(3), .table.ranking-table tbody tr:nth-child(5){
    background-image: url(../images/td-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.status-box .login-body{
    background-image: url(../images/stats-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.event-box .login-body{
    background-image: url(../images/eevents.bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.images-area img.custom-adjust{
    margin: -120px -59px 0px 0px;
}
.form-group .img-with-text:first-child{
    background-image: url(../images/td-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.form-group .img-with-text:nth-child(3){
    background-image: url(../images/td-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.form-group .img-with-text:nth-child(5){
    background-image: url(../images/td-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}