/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #695d51 #292111;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #292111;
}

*::-webkit-scrollbar-thumb {
  background-color: #695d51;
  border-radius: 20px;
  border: 3px solid #292111;
}



@font-face {
    font-family: 'Assassin';
    src: url('../fonts/Assassin/Assassin.eot');
    src: local('Assassin'), url('../fonts/Assassin/Assassin.eot?#iefix') format('embedded-opentype'), url('../fonts/Assassin/Assassin.woff2') format('woff2'), url('../fonts/Assassin/Assassin.woff') format('woff'), url('../fonts/Assassin/Assassin.ttf') format('truetype'), url('../fonts/Assassin/Assassin.svg#Assassin$') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arvo';
    src: url('../fonts/Arvo/Arvo.eot');
    src: local('Arvo'), url('../fonts/Arvo/Arvo.eot?#iefix') format('embedded-opentype'), url('../fonts/Arvo/Arvo.woff2') format('woff2'), url('../fonts/Arvo/Arvo.woff') format('woff'), url('../fonts/Arvo/Arvo.ttf') format('truetype'), url('../fonts/Arvo/Arvo.svg#Arvo') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cambria';
    src: url('../fonts/Cambria/Cambria.eot');
    src: local('Cambria'), url('../fonts/Cambria/Cambria.eot?#iefix') format('embedded-opentype'), url('../fonts/Cambria/Cambria.woff2') format('woff2'), url('../fonts/Cambria/Cambria.woff') format('woff'), url('../fonts/Cambria/Cambria.ttf') format('truetype'), url('../fonts/Cambria/Cambria.svg#Cambria') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lansdowne DEMO';
    src: url('../fonts/LansdowneDEMO/LansdowneDEMO.eot');
    src: local('Lansdowne DEMO'), local('LansdowneDEMO'), url('../fonts/LansdowneDEMO/LansdowneDEMO.eot?#iefix') format('embedded-opentype'), url('../fonts/LansdowneDEMO/LansdowneDEMO.woff2') format('woff2'), url('../fonts/LansdowneDEMO/LansdowneDEMO.woff') format('woff'), url('../fonts/LansdowneDEMO/LansdowneDEMO.ttf') format('truetype'), url('../fonts/LansdowneDEMO/LansdowneDEMO.svg#LansdowneDEMO') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #140B09;
    color:#B5ABA1;
}

.custom-topbar {
    background: #120707 !important;
    box-shadow: inset 0 -2px 0 rgba(21, 17, 15, 0.7), 0 0 12px rgba(0, 0, 0, 0.25);

    color:white;
    margin-bottom: 0;
}
.custom-topbar .container {
    display: flex;
    flex-direction: row;
    width: 95% !important;
}
.topbar-right {
    margin-left: auto;
}
.topbar-link {
    display: inline-block;
    padding-right: 30px;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 5px;
}
.topbar-link a {
    color: #827664 !important;
    font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.topbar-link a:hover {
    color: #A2947E !important;
    text-decoration: none;
}
.topbar-link::before {
    content: ' ';
    position: absolute;
    display: block;
    background-color: #AF8022;
    width: 5px;
    height: 5px;
    z-index: 1000;
    top: 19px;
    right: 10px;
    border-radius: 50%;
}
.topbar-link:last-child:before {
    content: '';
    display: none;
}
.topbar-link-secondary a {
    color: #93B045 !important;
}
.topbar-link-secondary a:hover {
    color: #FF8C00 !important;
}
.topbar-left .topbar-link:first-child {
    padding-left: 0px;
}
.topbar-right .topbar-link:last-child {
    padding-right: 0;
}


/**
 * CUSTOM NAVBAR
 */
 .custom-nav {
    width: 100%;
    position: relative;
    margin-top: 0px;
    background: url(../img/navbar.png) center center no-repeat #493733;
}
.custom-nav .container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.custom-nav .nav-link {
    display: inline-block;
    position: relative;
    height: 88px;
    line-height: 88px;
    padding: 0;
    top: 0;
    text-align: center;
    z-index: 1;
    flex: 1;
}
.custom-nav .nav-link a {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #91806b;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.2s all ease-in-out;
}
.custom-nav .nav-link a:hover {
    color: #f19d00;
    text-shadow: 0 0 17px #f19d00;
    text-decoration: none;
}
.custom-nav .nav-logo {
    width:100%;
    max-width: 300px;
    display: flex;
    align-items: center;
    z-index: 100;
    text-align: center;
}
.custom-nav .nav-logo:after {
    display: none;
}
.custom-nav .expand {
    display: none;
	font-size: 48px;
}

/**
 * Slider
 */
.slider {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(../img/slide.png) top -12px center no-repeat;
    border-bottom: solid 1px #34251C;
}
.slide {
    position: absolute;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    top: 0px;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in;
    text-shadow: 0 0 5px #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;

}
.slide.slide-active {
    visibility: visible;
    opacity: 1;
    display: flex-start;
    align-self: flex-start;
    transition: all .2s ease-in;
}

#footerimg {
    width: 50%;
}

.slide h1 {
    color: #D1930A;
	font-size:60px;
	font-family: 'Lansdowne DEMO';
}
.slide p {
    color: #B9AA90 !important;
	font-family: 'Arvo';
}
.slider-controls {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 68px;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -34px;
}
.slider-prev, .slider-next {
    position: absolute;
    width: 55px;
    height: 68px;
    transition: all .2s ease-in-out
}
.slider-prev:hover, .slider-next:hover {
    -webkit-filter: brightness(120%);
    cursor: pointer;
}
.slider-prev {
    background: url(../img/arrow\ left.png);
    left: 50px;
}
.slider-next {
    background: url(../img/arrow\ right.png);
    right: 50px;
}

.play-btn {
    display: inline-block;
    position: absolute;
    margin-top: -72px;
    left: 50%;
    margin-left: -163px;
    width: 326px;
    height: 95px;
    z-index: 1000;
    background: url(../img/play_btn.png) no-repeat;
    transition: all .3s ease-in-out;
}
.play-btn:hover, .play-btn:active, .play-btn:focus {
    background: url(../img/play_btn_hover.png) no-repeat;
}

@media(max-width: 991.98px) {
    .slider-controls {
        display: none;
    }
    .custom-nav {
        height: 88px;
        overflow: hidden;
    }
    .custom-nav .container {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .custom-nav .nav-link {

    }
    .custom-nav .expand {
        display: inline-block;
    }
    .custom-nav .nav-logo {
        display: none !important;
    }
    .custom-nav-extended {
        height: 100% !important;
		font-size: 48px;
        background: url(../img/navbar.png) top -14px center no-repeat #231916;
    }
}

/**
 * Cards
 */
.card {
    background-color: #221914 !important;
    border-radius: 0;
}
.card-header {
    color: #BB8930;
}
.card-body a {
    color: #BB8930 !important;
}
.card-body a:hover {
    color: #BB8930 !important;
}
.card.news-card .card-body {
    max-height: 300px;
    scrollbar-color: dark;
    overflow-y: scroll;
}
.card-body a.btn-primary {
    color: white !important;
}
/**
 * Scrollbar
 */

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
    background-color:rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb {
    background-color: #BB8930;
    background-clip: padding-box;
    border: 3px solid transparent;
    border-radius: 5px;
}
::-webkit-scrollbar-track-piece {
    background-color: transparent;
    background-clip: padding-box;
    border: 3px solid transparent;
    border-radius: 5px;
}

/**
 * Links
 */
a.text-primary {
    color: #BB8930 !important;
}
a.text-primary:hover {
    color: #BB8930 !important;
}
.text-primary {
    color: #BB8930 !important;
}

/**
 * List groups
 */
.list-alternate .list-group-item {
    background-color: transparent !important;
}
.list-alternate .list-group-item:nth-of-type(odd) {
    background-color: #30221F !important;
}
.list-alternate .list-group-item {
    padding:6px 10px;
    font-size: 14px;
}
.item-box {
    background: url(../img/item\ box.png) top left no-repeat;
    width: 63px;
    height: 63px;
    float: left;
    margin-right: 10px;
    text-align: center;
    line-height: 62px;
}
.item-box-center {
    float: none;
    margin: auto;
}
.item-box img {
    margin: auto;
}
a.list-group-item {
    background-color: transparent;
    color: #B5AA98 !important;
}
a.list-group-item:hover {
    color: #BB8930 !important;
    background-color: rgba(255,255,255,0.04);
    text-decoration: none;
}
a.list-group-item.active {
    background-color: rgba(255,255,255,0.04) !important;
    border-bottom: solid 1px transparent;
    border-top: solid 1px transparent;
    color: #BB8930 !important;
}


/**
 * Footer
 */
.footer {
    border-top: solid 1px #1F1A17;
    min-height:200px;
    background-color:rgba(255,255,255,0.02);
    display: flex;
    align-items: center;
}
.footer h5 {
    color: #BB8930 !important;
}
.footer ul {
    margin: 0;
    padding: 0;
}
.footer ul li a {
    color: #B5AA98 !important;
}
.footer ul li a:hover {
    color: #BB8930 !important;
    text-decoration: none
}
.copyright {
    background-color:rgba(255,255,255,0.02);
}


/**
 * Buttons
 */
.btn-primary {
    background-color: #FFA300;
    border-color: #E19300;
    color: white !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    box-shadow: none !important;
    outline: 0 !important;
    background-color: #FFB22A !important;
    border-color: #E19300 !important;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #FFB22A;
    border-color: #FFB22A;
}

/**
 * Misc.
 */

code {
    color: #BB8930;
}
hr {
    background-color: rgba(255,255,255, 0.1) !important
}

/**
 * Forms
 */
input.form-control {
    color: #B5AA98 !important;
    background-color: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.1);
}
input.form-control:active, input.form-control:focus {
    color: #B5AA98 !important;
    box-shadow: none !important;
    outline: 0 !important;
    background-color: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.3);
}

.modal-content {
    background-color: #221914 !important;
    border-radius: 0;
}
.modal-header {
    border-bottom: solid 1px rgba(255,255,255,0.04);
}
.modal-footer {
    border-top: solid 1px rgba(255,255,255,0.04);
}

.topbar-online {
	display: inline-block;
    padding-right: 30px;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 5px;
    color: #827664 !important;
    font-size: 14px;
	font-weight:700;
	text-transform: uppercase;
}
.topbar-online:hover {
    color: #A2947E !important;
    text-decoration: none;
}

.players-online {
    color: #805131;
}

.players-online {
    background: rgba(0,0,0,0.35);
    box-shadow:0 0 10px rgba(0,0,0,0.2) inset;
    border-bottom:1px solid rgba(255,255,255,0.15);
    padding: 3px 8px;
    border-radius: 3px;
    margin-left: 5px;
}
.page-link{
    background: #221914 !important;
    border:1px solid rgba(164,119,10,0.5) !important;
    color: #fff;
    padding: 5px 23px;
}

.page-item.active .page-link{
    background: rgb(155,110,6) !important;
    border:1px solid rgba(164,119,10,0.5) ;
}
.page-link:hover{
    color: rgba(164,119,10,0.5);
}
/* profile - Hazem */


.profile-hazem{
    position: relative;
    width: 100%;
    background: rgb(14, 7, 5);
    border-top: 2px solid rgb(51, 29, 23);
}
.profile-hazem .flex-profile{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    overflow: hidden;


}
.flex-profile .profile-name{
    position: absolute;
    padding: 5px;
    background-color: rgb(145, 34, 4);
    width: 130px;
    height: 35px;
    left: 0px;
    border-radius: 2px 5px 5px 2px;
    text-align: center;
    z-index: 3;
}
.flex-profile .profile-class{
    position: absolute;
    padding: 5px;
    background-color: rgb(36, 10, 3);
    width: 120px;
    height: 30px;
    top: 49px;
    z-index: 2;
    left: 0px;
    border-radius: 2px 5px 5px 2px;
    text-align: center;
    font-size: 12px;
}
.profile-hazem .avater{

    position: absolute;
    right: 17px;
    top: 15px;

}
.profile-hazem .avater .face {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 5px dashed rgb(51, 29, 23);
}
.profile-hazem .avater .rank {
    display: inline-block;
    background: rgb(51, 29, 23);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 4px;
    position: absolute;
    left: -24px;
    top: 30px;
}
.profile-hazem .avater .rank img {
    line-height: 50px;

}
.profile-hazem .avater .rank span {
    background-color: rgb(51, 29, 23);
    padding: 5px;
    width: 100px;
    border-radius: 5px;
    text-align: center;
    display: block;
    position: absolute;
    top: 5px;
    right: -50px;
    z-index: 99;
    display: none;

}
.profile-hazem .avater .rank span:after{
    content: "";
    position: absolute;
    right: -22px;
    border-width:12px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(51, 29, 23);;

}
.profile-hazem .profile-button{
    display: flex;
    position: relative;


}
.profile-hazem .profile-button a {
    margin-top: 10px;
    color: #fff;
    background-color: rgb(145, 34, 4);
    width: 100%;
    padding: 10px;

    border-left: 1px solid rgb(51, 29, 23);
    text-decoration: none;
    text-transform: uppercase;
}

.profile-hazem .profile-button a:hover{
    background-color: rgb(90, 25, 7);
}
.profile-hazem .table {
    color: rgb(202, 132, 27);
    margin-bottom: 0;
}
.profile-hazem .table td {
    text-align: center;
    width: 50%;
}
.profile-hazem .table td, .table th  {
   /* border-top: 1px solid rgb(51, 29, 23);*/
}

.profile-hazem .table-bordered td, .table-bordered th {
    border: 1px solid rgb(51, 29, 23);
}
